@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#header #fNav > ul li:first-child {
    display: block;
}

#headtitle {
	margin: 0;
	padding: 14px 0 10px;
}
#headtitle h2 {
	padding-bottom: 12px;
	line-height: 1.2;
}
#headtitle h2::after {
	content: none;
}
#headtitle h2 + p {
	position: relative;
	padding-top: 42px;
}
#headtitle h2 + p:after {
	position: absolute;
	top: 0;
	left: 45%;
	content: '';
	width: 36px;
	height: 36px;
	background: url(../img/icon_title.png) top center no-repeat;
	background-size: 36px auto;
}
#s_index .conHead {
	padding: 25px 0 40px;
	background: #f4f4f4;
}
#s_index .conHeadIntro {
	padding-bottom: 25px;
}
#s_index .conHeadIntro > h3 {
	padding-bottom: 5px;
}
#s_index .conHeadBox {
	background-color: #fff;
	padding: 15px;
	border-radius: 6px;
}
#s_index .conHeadBox dl > dt {
	width: 44%;
	border: 1px solid #ddd;
	border-radius: 6px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 0 18px 10px 0;
}
#s_index .conHeadBox dl > dt img {
	padding: 39% 0;
	width: 80%;
}
#s_index .conHeadBox dl > dd > h4 {
	padding-bottom: 5px;
}
#s_index .conBody h3 {
	padding: 50px 0 15px;
	background-image: url(../img/index_bg.png);
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#s_index .conBody h4 {
	background: #0b004a;
	color: #fff;
	padding: 10px 0;
}
#s_index .conBody h4 span {
	position: relative;
	padding-left: 13px;
}
#s_index .conBody h4 span:after {
	position: absolute;
	top: 1px;
	left: -7px;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/icon_title_s.png) top center no-repeat;
	background-size: 16px auto;
}
#s_index .mainBox .box {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 18px 15px 25px;
}
#s_index .mainBox .box + .box {
	margin-top: 15px;
}
#s_index .mainBox h4 {
	margin-bottom: 15px;
}
#s_index .mainBox .box > h5 {
	margin: 0 auto 3px;
	padding: 8px 0 0;
	background: url(../img/c_conHead_i07.png) no-repeat;
	background-size: 94px 38px;
	display: table;
	width: 94px;
	height: 38px;
}
#s_index .mainBox .box > h5 span {
	display: table-cell;
}
#s_index .mainBox .box > h6 {
	padding-bottom: 12px;
}
#s_index .mainBox .box figure {
	padding-bottom: 15px;
}
#s_index .mainBox .box figure img {
	text-align: center;
	width: 100%;
}
#s_index .mainBox .box .name {
	display: table;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
#s_index .mainBox .box .name > dt, 
#s_index .mainBox .box .name > dd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#s_index .mainBox .box .name > dt {
	background: #d4ebff;
	border-radius: 4px;
	padding: 4px 5px;
	width: 50px;
}
#s_index .mainBox .box .name > dd {
	padding-left: 6px;
	text-align: left;
}
#s_index .mainBox .box .cmn_btn01 a {
	position: relative;
	display: table;
	width: 255px;
	height: 40px;
	margin: 10px auto 0;
	background-color: #ec2929;
	border-radius: 6px;
	color: #fff;
}
#s_index .mainBox .box .cmn_btn01 a > span {
	display: table-cell;
	vertical-align: middle;
}
#s_index .mainBox .box .cmn_btn01 a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	-ms-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
}
#s_index .mainBox > section[id^="s"] + section[id^="s"] {
    margin: 30px 0 0;
}

/*----------------------------------------
	modal_share
-----------------------------------------*/
#modal .modal_share {
	width: 255px;
	padding: 26px 0 40px;
	background-color: #fff;
	border-radius: 4px;
}
#modal .modal_share > h2 {
	margin: 0 0 18px;
}
#modal .modal_share > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 120px;
	margin: 0 auto 6px;
}
#modal .modal_share > ul li {
	width: 50px;
	margin: 0 0 20px;
}
#modal .modal_share > p {
	margin: 0 0 10px;
}
#modal .modal_share > div {
	overflow: auto;
	width: 165px;
	margin: 0 auto;
	padding: 10px;
	background-color: #f4f4f4;
}
#modal .modal_share > div > p {
	white-space: nowrap;
	cursor: pointer;
}