/* CSS Document */

#page_title {
	width:100%;
	height:400px;
	background-image: url(../house/images/title_bg.jpg);
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	min-width:1200px;
	background-position: center center;
	position:relative;
}

#page_title h2{
	position:absolute;
	top:120px;
	left:50%;
	margin-left:-385px;
}

#contents {
	padding-top:30px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 50px;
}

#contents .top_copy{
text-align: center;
margin-bottom: 50px;
}

#contents h3 {
	margin-bottom:30px;
	text-align: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #003366;
	font-size: 26px;
	line-height: 35px;
	font-weight: normal;
	padding-left: 10px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#contents h3 span{
	font-size: 30px;
}

#contents p{
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	margin-bottom:30px;
}

#contents p span{
	font-size: 18px;
}

#contents .section1 {
	margin-bottom: 100px;
}
#contents .section1 li {
	display: block;
}
#contents .section1 li div {
	display: block;
	padding: 10px;
	text-align: left;
	font-size: 24px;
	color: #003779;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#contents .section1 li p {
	display: block;
	margin-bottom:30px;
	padding-left: 20px;
	font-size: 16px;
}

#contents .section2 {
	margin-bottom: 50px;
}
#contents .section2 .copy2 {
	text-align: center;
	margin-bottom: 10px;
	color: #001362;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.03em;
	background-color: #f1f4fb;
	padding: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#contents .section2 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
#contents .section2 li {
}
#contents .section2 li:nth-child(1),
#contents .section2 li:nth-child(2),
#contents .section2 li:nth-child(3) {
	width: 24%;
}
#contents .section2 li:nth-child(4) {
	width: 28%;
}
#contents .section2 li:nth-child(5),
#contents .section2 li:nth-child(6),
#contents .section2 li:nth-child(7) {
	width: calc(100% / 3);
}
#contents .section2 li dl {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
	margin: 10px 10px 20px;
	padding: 20px 10px 10px;
	min-height: 300px;
}
#contents .section2 li dl dt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#contents .section2 li dl dt span.num {
	background: #006;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	margin-right: 5px;
	font-size: 20px;
	border-radius: 20px;
}
#contents .section2 li dd.img {
	text-align: center;
}
#contents .section2 li dd.img img {
	height: 200px;
}
#contents .section2 li dd.txt {
	font-size: 14px;
	padding: 0 5px 5px;
}

#contents .section2 .copy{
	background-color: #D7EBFF;
	padding: 10px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

#contents .section3 {
	margin-bottom:50px;
	overflow:hidden;
}
.sectionTitle {
	display: flex;
	align-items: center;
	gap: 30px;
	width: calc(100% - 120px);
	max-width: 1070px;
	margin: 0 auto;
}
.sectionTitle::before,
.sectionTitle::after {
	content: "";
	height: 1px;
	background: #22497d;
	flex: 1;
}
.sectionTitle h4 {
	margin: 0;
	color: #001362;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.12em;
	white-space: nowrap;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#contents .section3 .wrap01,
#contents .section3 .wrap02 {
	display: flex;
	padding: 20px;
	column-gap: 30px;
}
#contents .section3 .wrap01 .txt p {
	font-size: 16px;
	line-height: 1.6;
}
#contents .section3 .wrap01 .txt p.p02 {
	font-size: 16px;
	background-color: #f1f4fb;
	padding: 20px;
}
#contents .section3 .wrap02 {
	background-color: #f1f4fb;
	padding: 20px;
}
#contents .section3 .wrap02 .copy{
	text-align: left;
	margin-bottom: 10px;
	color: #001362;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.03em;
	white-space: nowrap;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#contents .section3 .copy2{
	text-align:center;
	margin-bottom:30px;
}
#contents .section3 .wrap02 dl {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #001362;
	padding: 10px 0;
}
#contents .section3 .wrap02 dl dt {
	color: #001362;
	font-size: 14px;
	width: 280px !important;
	white-space: nowrap;
}
#contents .section3 .wrap02 dl dd {
	width: 300px;
    white-space: wrap;
	font-size: 14px;
}


