@charset "UTF-8";



/*----------------------------------------------------------------------------
#selector {
	height: 8px;
	margin: 32px auto 0px;}*/

#contents_head {
	width: 100%;
	background-color: #EEEEEE;
	clear: both;
	margin-bottom: 70px;
	text-align: center;
}

#contents_head_in {
	position: relative;
	display: inline-block;
	overflow:visible;
	/* border-bottom: 1px solid #707070; */
	margin:60px 0 60px;
	/* width:125px; */
	text-align: center;
}

#contents_head_in h2 {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);

	display: inline-block;
	font-size: 28px;
	letter-spacing: 1px;
	/* white-space: nowrap; */
	line-height: 1.3;

	padding:0 0 12px;
	position: relative;
	width: 100%;
}
#contents_head_in h2::after {
	content: "";
	width:auto;
	border-bottom: 1px solid #707070;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#main {
	width: 100%;
	clear: both;
	padding-bottom: 35px;
}

#contents_cnt{
	width: 100%;
	min-height: 600px;
	box-sizing: border-box;
	max-width: 1680px;
	padding:2.5% 10%;
	position: relative;
	margin: 0 auto;
	/*background-color: #EEECE3;*/
}


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

.mk1{
	vertical-align: middle;
	margin-right: 7px;
}
.mk2{
	margin-top: 6px;
	vertical-align: top;
	margin-right: 7px;
}
.mk3{
	margin-top: 0;
	vertical-align: middle;
	margin-right: 7px;
	padding-left: 10px;
}
.mk4{
	margin-top: 8px;
	vertical-align: top;
	margin-right: 7px;
	padding-left: 10px;
}
.ti1 {
	/*
	background-image: url(../img/common/ti1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	*/
	border-left: 3px solid #000;
	font-size: 24px;
	font-weight: 500;
	padding: 5px 0;
	padding-left: 16px;
	line-height: 1.4;
}
.ti2 {
	border-left: 3px solid #000;
	padding: 8px 0 8px 16px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}
.ti2:nth-of-type(n+2) {
	margin-top:90px;
}
.ti3 {
	background-image: url(../img/common/ti3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
	height: 28px;
	line-height: 1.4;
}

.mr27{	margin-right: 27px;}
.mr40{	margin-right: 40px;}
.mb15{	margin-bottom: 15px;}
.mb30{	margin-bottom: 30px;}
.mb40{	margin-bottom: 40px;}
.pt10{	padding-top: 10px;}
.pb20{	padding-bottom: 20px;}
.pb30{	padding-bottom: 30px;}
.pb40{	padding-bottom: 40px;}






/* SP */
@media screen and (max-width: 768px) {

	#contents_head {
	    margin-bottom: 40px;
	}
	#contents_head_in {
	    margin: 40px 0 40px;
	    width: 100%;
	    /*
	    padding: 0 0 12px;
	    width: 100px;
	    text-align: center;
	    height: 24px;
	    */
	}
	#contents_head_in h2 {
	    font-size: 20px;
	    letter-spacing: 0;
	}


	#contents_cnt{
		min-height: auto;
	    padding: 2.5% 5%;
	}


	.ti1 {
		font-size: 20px;
	}
	.ti2 {
		font-size: 18px;
	}
	.ti2:nth-of-type(n+2) {
	    margin-top: 60px;
	}

   
}
