@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){

#main_image_bg .slide_in_image {
	background-image: url(../img/about/main_img_bg.jpg);
}

#conts_05 {
	width: 100%;
	float: left;
	clear: both;
    padding-top: 83px;
	margin-bottom: 94px;
}
#conts_05 .title_box {
	width: 324px;
	float: left;
}
#conts_05 .title_box h3 {
	font-size: 39px;
	font-weight: bold;
	line-height: 53px;
}
#conts_05 .title_box .sub_title {
	font-size: 12px;
    color: #075ea6;
}
#conts_05 .detail_list {
	width: 764px;
	float: right;
    padding-top: 13px;
	margin-right: 81px;
}
#conts_05 .detail_list li {
	width: 100%;
}
#conts_05 .detail_list li .title {
	width: 205px;
    line-height: 23px;
    font-weight: bold;
	display: table-cell;
	letter-spacing: .05em;
	vertical-align: top;
    padding: 30px 18px 25px;
	border-top: 1px solid #075ea6;
}
#conts_05 .detail_list li:last-of-type .title {
	border-bottom: 1px solid #075ea6;
}
#conts_05 .detail_list li .text {
	width: 559px;
    line-height: 23px;
	display: table-cell;
	letter-spacing: normal;
	vertical-align: top;
    padding: 30px 18px 25px;
	border-top: 1px solid #e8ebf0;
}
#conts_05 .detail_list li:last-of-type .text {
	border-bottom: 1px solid #e8ebf0;
}



}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){

#main_image_bg .slide_in_image {
	background-image: url(../img/about/main_img_bg.jpg);
}

#conts_05 {
	width: 100%;
	margin-bottom: 94px;
}
#conts_05 .title_box {
	text-align: center;
    margin-bottom: 28px;
}
#conts_05 .title_box h3 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
    margin-bottom: 4px;
}
#conts_05 .title_box .sub_title {
	font-size: 1.1rem;
    color: #075ea6;
}

#conts_05 .detail_list {
	border-top: 1px solid #e8ebf0;
    margin-bottom: 32px;
}
#conts_05 .detail_list li {
	width: 100%;
	border-bottom: 1px solid #e8ebf0;
    padding: 18px 0 15px;
}
#conts_05 .detail_list li .title {
	width: 100%;
	font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
	display: block;
	letter-spacing: .05em;
    margin-bottom: 4px;
}
#conts_05 .detail_list li .text {
	font-size: 1.4rem;
    line-height: 1.5;
    display: block;
	letter-spacing: normal;
	vertical-align: middle;
}



}