@charset "utf-8";

.mainv {
	height: 303px;
	background: url(../img/system/mainv.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.mainv .mainv_t {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    margin: auto;
    width: 220px;
    z-index: 1;
}
.mainv .mainv_t2 {
    position: absolute;
    top: 198px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #9195a2;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.h2_03 {
    text-align: center;
    margin-bottom: 70px;
}
.h2_03 img {
    display: block;
    margin: 0 auto 20px;
}
.h2_03 b {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
}

#sec1 {
    padding: 113px 0 90px;
}
.sec1_inner {}
#sec1 h2 {}
#sec1 h2 span {}
ul.list01 {}
ul.list01 > li {
    margin-bottom: 80px;
}
ul.list01 > li:last-child {
    margin-bottom: 0;
}
ul.list01 > li .li_img {
    width: 44.5%;
}
ul.list01 > li .li_img img {}
ul.list01 > li .li_txt {
    width: 52.1%;
}
ul.list01 > li .li_txt h3 {
	background-color: #eeeeee;
	font-size: 25px;
	font-weight: bold;
	line-height: 2;
	color: #005490;
	letter-spacing: 0.05em;
	padding: 0 27px;
	margin-bottom: 16px;
}
ul.list01 > li .li_txt ul {}
ul.list01 > li .li_txt ul li {
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}
ul.list01 > li .li_txt ul li:before {
	content: '・';
	color: #959595;
	font-weight: bold;
	position: absolute;
	left: 0;
}

#sec2 {
	padding: 100px 0 100px;
	background-color: #f5f5f5;
}
.sec2_inner {}
#sec2 h2 {}
#sec2 h2 span {}

table.table01 {
    width: 100%;
}
table.table01 tr {
    border-bottom: 3px solid #f5f5f5;
}
table.table01 tr:last-child {
    border-bottom: none;
}
table.table01 th,
table.table01 td {
    padding: 16px 22px;
}
table.table01 th {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #dcdcdc;
    width: 219px;
}
table.table01 td {
    background-color: #fff;
}




/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

	.mainv {
			height: auto;
			height: 150px;
	}
		.mainv:before {
			content: '';
			display: block;
		}
	.mainv .mainv_t {
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			width: 110px;
	}
	.mainv .mainv_t2 {
    top: 106px;
    font-size: 13px;
}

.h2_03 {
    margin-bottom: 35px;
}
.h2_03 img {
    width: 37.5px;
    margin: 0 auto 10px;
}
.h2_03 b {
    font-size: 18px;
}

#sec1 {
    padding: 40px 0 40px;
}
.sec1_inner {}
#sec1 h2 {}
#sec1 h2 span {}
ul.list01 {}
ul.list01 > li {
    margin-bottom: 30px;
}
ul.list01 > li:last-child {}
ul.list01 > li .li_img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 15px;
}
ul.list01 > li .li_img img {}
ul.list01 > li .li_txt {
    width: 100%;
}
ul.list01 > li .li_txt h3 {
    font-size: 15px;
    line-height: 2;
    padding: 0 14px;
    margin-bottom: 12px;
}
ul.list01 > li .li_txt ul {}
ul.list01 > li .li_txt ul li {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 18px;
    margin-bottom: 8px;
}
ul.list01 > li .li_txt ul li:before {}

#sec2 {
    padding: 40px 0 40px;
}
.sec2_inner {}
#sec2 h2 {}
#sec2 h2 span {}

table.table01 {}
table.table01 tr {
    border-bottom: none;
}
table.table01 tr:last-child {}
table.table01 th,
table.table01 td {
    display: block;
    width: 100%;
    padding: 8px 12px;
}
table.table01 th {
    font-size: 14px;
}
table.table01 td {
    font-size: 12px;
    word-break: normal;
}
	
}
