@charset "utf-8";

.mainv {
	background: url(../img/housyu/mainv.jpg) center top no-repeat;
	background-size: contain;
	position: relative;
}
.mainv:before {
	content: '';
	display: block;
	padding-top: 15.625%;
}
.mainv .mainv_t {
	position: absolute;
	top: 38%;
	left: 17.1354%;
	width: 15.625%;
	max-width: 300px;
}
.mainv .mainv_t img {}

.sec_inner {
	background-color: #fff;
}
.sec_inner_main {
    padding: 40px 50px 40px;
}
.h3_01 {
	letter-spacing: 0.1em;
}

#sec1 {
    padding: 0px 0 30px;
}
#sec1 .sec_inner {}
#sec1 h3 {}
#sec1 h4 {}
.sec1_01 {}
.sec1_01 .img {
    margin-bottom: 71px;
}
.sec1_01 .img img {}
.ul_01 {
    padding:  0 40px;
}
.ul_01 ul {
    margin-bottom: 12px;
    border-bottom: 1px dotted #000;
}
.ul_01 ul li {
		background: url(../common/img/check_icon.png) left top no-repeat;
		font-size: 22px;
		font-weight: bold;
		line-height: 24px;
		width: 50%;
		position: relative;
}
.ul_01 ul li:first-child {}
.ul_01 ul li:last-child {}
.ul_01 ul li p {
    margin-bottom: 0;
    letter-spacing: 0.02em;
    line-height: 24px;
    padding-left: 38px;
    padding-bottom: 15px;
}
.sec1_01 .ul_01 + p {
	margin-bottom: 5px;
	margin-top: 52px;
}

#sec2 {
    padding: 30px 0 0px;
}
#sec2 .sec_inner {}
#sec2 h3 {}
#sec2 h4 {}
.sec2_01 {
    padding: 22px 50px 24px;
}
.table01 {
    width: 100%;
}
.table01 tr {
	border-bottom: 1px dotted;
}
.table01 tr:last-child {
	border-bottom: none;
}
.table01 tr th,
.table01 tr td {
    padding: 16px 0;
    font-size: 22px;
    font-weight:  bold;
    line-height: 30px;
    letter-spacing: 0.03em;
}
.table01 tr th {
    width: 175px;
}
.table01 tr th b {
	display: inline-block;
	padding-left: 19px;
	position: relative;
	font-size:  26px;
}
.table01 tr th b:before {
	content: '';
	display: block;
	width: 4px;
	height: 30px;
	background-color: #cfb456;
	position: absolute;
	top: 0;
	left: 3px;
}
.table01 tr td {}
.table01 tr td dl {
    max-width:  650px;
}
.table01 tr td dl dt,
.table01 tr td dl dd {
    display:  inline-block;
}
.table01 tr td dl dt {
    width:  115px;
}
.table01 tr td dl dd {}

@media screen and (max-width: 1100px) {
	
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
	
	.mainv {
    min-height: 80px;
    background-size: cover;
    background-position: center center;
	}
	.mainv:before {}
	.mainv .mainv_t {
    width: 88px;
    top: 50%;
    left: 7.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
 }
	.mainv .mainv_t img {}

	.sec_inner {}
	.sec_inner_main {
		padding: 15px 4% 20px;
	}
	.h3_01 {}

	#sec1 {
		padding: 0px 0 20px;
	}
	#sec1 .sec_inner {}
	#sec1 h3 {}
	#sec1 h4 {}
	.sec1_01 {}
	.sec1_01 .img {
    margin-bottom: 30px;
}
	.sec1_01 .img img {}
	.ul_01 {
    padding: 0 20px;
}
	.ul_01 ul {
    margin-bottom: 0;
    border: none;
}
	.ul_01 ul li {
    width: 100%;
    background-size: 12.5px;
    background-position: 0 1px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px dotted #000;
}
	.ul_01 ul li:first-child {}
	.ul_01 ul li:last-child {}
	.ul_01 ul li p {
    line-height: 12px;
    padding-left: 19px;
    padding-bottom: 8px;
}
	.sec1_01 .ul_01 + p {
    margin-bottom: 0px;
    margin-top: 20px;
}

	#sec2 {
		padding: 20px 0 10px;
	}
	#sec2 .sec_inner {}
	#sec2 h3 {}
	#sec2 h4 {}
	.sec2_01 {
    padding: 10px 4% 12px;
}
	.table01 {}
	.table01 tr {
    display:  block;
    padding: 12px 0;
}
	.table01 tr:last-child {}
	.table01 tr th,
	.table01 tr td {
    display:  block;
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
}
	.table01 tr th {
    margin-bottom: 8px;
}
	.table01 tr th b {
    padding-left: 10px;
    font-size: 14px;
}
	.table01 tr th b:before {
    width: 2px;
    height: 18px;
    left: 1px;
    bottom:  0;
    margin: auto;
}
	.table01 tr td {
    padding-left: 1em;
}
	.table01 tr td dl {
    margin-bottom: 6px;
}
	.table01 tr td dl dt,
	.table01 tr td dl dd {
    display:  block;
}
	.table01 tr td dl dt {
    margin-bottom: 4px;
}
	.table01 tr td dl dd {
    padding-left: 1em;
}
	
}
