@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

#form {
	padding-top: 50px;
	padding-bottom: 50px;
}
#index_form {
	padding-top:40px;
}
#index .content {
	margin-bottom:20px;
}
#index .content .content_body {
	box-sizing:border-box;
	background-color: #f2f2f4;
	padding: 30px;
}
#index .content .lead {
	margin-bottom: 1.5em;
	text-align: center;
}
#index .content .ttl {
	color: #324A66;
	text-align: center;
	font-size: 138%;
	line-height: 120%;
	margin-bottom: 0.7em;
}
#index .content .index_btn_01 {
	margin-bottom:1em;
}
#index .content .index_btn_01 ul {
	text-align: center;
}
#index .content .index_btn_01 ul li {
	display: inline-block;
	width: 336px;
	margin-bottom: 7px;
	margin-right: 4px;
	margin-left: 4px;
}
#index .content .index_btn_01 ul li a {
	box-sizing: border-box;
	display: table-cell;
	width: 336px;
	padding: 15px;
	font-size: 115%;
	line-height: 120%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/btn_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: contain;
	border-radius: 5px;
	transition: 0.4s;
	height: 60px;
	vertical-align: middle;
}
#index .content .index_btn_01 ul li a:hover {
	opacity:0.6;
}
#index #index_tel dl {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #43929C;
	color: #324A66;
	padding-top:5px;
}
#index #index_tel dl dt {
	background-image: url(../img/index_num_dt_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 123%;
	line-height:120%;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 25px;

}
#index #index_tel dl dd {
	padding-left: 25px;
	margin-bottom: 5px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #43929C;
	box-sizing:border-box;
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;

}
#index #index_tel dl dd .name {
	font-weight: bold;
	font-size: 115%;
	line-height: 120%;
	display: inline-block;
	padding-top: 2px;
}
#index #index_tel dl dd .num {
	font-size: 107%;
	line-height: 120%;
	font-weight: bold;
}
#index #index_tel dl dd .num em {
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
	width: 3.1em;
	padding-top: 3px;
	padding-bottom: 2px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	background-color: #43929C;
	font-style: normal;
	margin-left: 8px;
}
#index #index_tel dl dd .num em:first-child {
	margin-left: 0px;
}




.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}

#index .content .content_body {
	padding: 20px;
}

#index .content .index_btn_01 ul li {
	width: 500px;
}
#index .content .index_btn_01 ul li a {
	width: 500px;
	font-size: 130%;
	height: 100px;
}

#index #index_tel dl {
	width: 100%;
}
#index #index_tel dl dt {
	background-position: left 18px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#index #index_tel dl dd {
	padding-bottom: 20px;
}
#index #index_tel dl dd .name {
	width:100%;
	margin-bottom:5px;
}

.-----MOBILE_ONLY_CSS_END----- {}

	
}
