@charset "UTF-8";
/* ===================================================================
CSS
 file name  :  common.css
=================================================================== */
html{
    font-size: 62.5%;/* 10px*/
}
body{
    font-size:1.6rem;
	letter-spacing: 0.05em;
	color: #333333;
}
@media screen and (max-width: 768px) {
	body{
		font-size:1.2rem;
	}
}
a, a:link, a:active, a:visited {
	color:#003070;
	text-decoration:none;
}
a:hover {
	color:#003070;
	text-decoration:underline;
}
.t_right{
	text-align: right;
}
.t_center{
	text-align: center;
}
img{
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
}
/* 画像トリミングIE対応 */
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
section.gray{
	background: #F5F5F5;
}



@media print, screen and (min-width: 769px) {
/* PC用のスタイル記述 */
	.pc_none{
		display:none;
	}
	a[href^="tel:"]{
		pointer-events: none;
	}
	section{
		padding: 100px 0 0;
	}

    img.img1_pc{
        height: 82%;
        width: 82%;
    }
}
@media screen and (max-width: 768px) {
/* スマートフォン用のスタイル記述 */
	.sp_none{
		display:none;
	}
	section{
		padding: 50px 0 0;
	}
}

/* =====================================
ヘッダー
======================================== */
.header{
	background-image: url("../images/bg_main2.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding-bottom: 130px;
}
.header.main_img3{
	background-image: url("../images/bg_main3.jpg");
	padding-bottom: 300px;
}
.header.main_img4{
	background-image: url("../images/bg_main4.jpg");
	padding-bottom: 300px;
}

.header .header_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	top: -80px;
	position: absolute;
	width: 100%;
	margin: 80px auto 0;
}
.header .header_wrap .header_logo{
	width: 300px;
	height: 34px;
	background: url("../images/logo_w.png") no-repeat;
	background-size: contain;
	margin-left: 30px;
}
.header .header_wrap .header_logo.navy{
	background: url("../images/logo.png") no-repeat;
	background-size: contain;
}
.header .header_wrap .header_tel{
	width: 256px;
	height: 45px;
	background: url("../images/header_tel_w_pc.png") no-repeat;
	background-size: contain;
	margin-right: 30px;
}
.header .header_wrap .header_tel.navy{
	background: url("../images/header_tel_pc.png") no-repeat;
	background-size: contain;
}
.header .header_wrap .header_tel a{
	display: block;
	width: 256px;
	height: 45px;
	text-indent: -9999px;
}
/*ヘッダー固定化されたとき*/
.header .header_wrap.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #A0B1C9;
	background:#FFF;
	z-index: 100;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
.header .header_wrap.fixed .header_logo{
	width: 300px;
	height: 34px;
	background: url("../images/logo.png") no-repeat;
	background-size: contain;
	margin-left: 30px;
}
.header .header_wrap.fixed .header_tel{
	width: 256px;
	height: 45px;
	background: url("../images/header_tel_pc.png") no-repeat;
	background-size: contain;
	margin-right: 30px;
}
.header h1{
	max-width: 780px;
	margin: auto;
	padding: 150px 30px 0 30px;
}
.header h1.main_txt3{
	width: 65%;
	max-width: 620px;
	margin: auto auto auto 0;
	padding: 150px 0 0 50px;
}
.header .main{
	max-width: 1060px;
	margin: 80px auto auto;
	padding: 0 20px;
}
/* 20230713改修 */
.header.main_img_new{
	background-image: url("../images/bg_main_new_pc.jpg");
}
.header h1.main_txt_new{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 150px 30px 0 30px;
	color: #102F69;
	font-weight: bold;
	font-size: 4.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.header h1.main_txt_new span{
	font-size: 5.4rem;
}
.header .btn_main{
	max-width: 1080px;
	margin: 70px auto auto;
	padding: 0 30px;
}
.header .btn_main .btn_main_color{
	background: #007DC8; /* Old browsers */
	background: linear-gradient(90deg, #007DC8 0%, #007DC8 50%, #C12D00 50%, #C12D00 100%);
    transition: all .3s;
    background-size: 200% auto;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	max-width: 500px;
}
.header .btn_main .btn_main_color:hover {
    background-color: #C12D00;
    background-position: right center;
}
.header .btn_main .btn_main_color a.btn{
	background: url("../images/btn_arrow.png") no-repeat right 30px center;
	background-size: 15px auto;
	display: block;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.2em;
	text-align: center;
	text-decoration: none;
}
.header .btn_main .btn_main_color a.btn .yellow{
	color: #FFE245;
}
/* 20231002改修 */
.header.main_img_keikyu{
	background-image: url("../images/bg_main_keikyu_pc.jpg");
}
.header h1.main_txt_keikyu{
	width: 100%;
	max-width: 1180px;
	margin: auto;
	padding: 150px 30px 0 30px;
	color: #102F69;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.header .sub_txt_keikyu{
	max-width: 1180px;
	margin: auto;
	padding: 30px 30px 0 30px;
	color: #102F69;
	font-size: 2.8rem;
}
.header .btn_main.keikyu{
	max-width: 1180px;
	margin: 30px auto auto;
}
/* ここまで20231002改修 */

@media screen and (max-width: 768px) {
	.header{
		padding-bottom: 50px;
	}
	.header.main_img3,
	.header.main_img4{
		padding-bottom: 200px;
	}
	.header .header_wrap{
		height: 50px;
		top: -50px;
		margin: 50px auto 0;
	}
	.header .header_wrap .header_logo{
		width: 200px;
		height: 22px;
		margin-left: 20px;
	}
	.header .header_wrap .header_tel,
	.header .header_wrap .header_tel.navy{
		width: 50px;
		height: 50px;
		background: url("../images/header_tel_sp.png") no-repeat;
		background-size: contain;
		margin-right: 0px;
	}
	.header .header_wrap .header_tel a{
		width: 50px;
		height: 50px;
	}
	/*ヘッダー固定化されたとき*/
	.header .header_wrap.fixed {
		height: 50px;
	}
	.header .header_wrap.fixed .header_logo{
		width: 200px;
		height: 22px;
		margin-left: 20px;
	}
	.header .header_wrap.fixed .header_tel{
		width: 50px;
		height: 50px;
		background: url("../images/header_tel_sp.png") no-repeat;
		background-size: contain;
		margin-right: 0px;
	}
	.header h1{
		max-width: 480px;
		padding: 100px 30px 0 30px;
	}
	.header h1.main_txt3{
		width: 80%;
		max-width: 480px;
		padding: 90px 30px 0 30px;
	}
	.header .main{
		max-width: 500px;
		margin: 30px auto auto;
		padding: 0 20px;
	}
/* 20230713改修 */
	.header.main_img_new{
		background-image: url("../images/bg_main_new_sp.jpg");
		padding-bottom: 280px;
	}
	.header h1.main_txt_new{
		max-width: 480px;
		margin: auto;
		padding: 100px 20px 0 20px;
		font-size: 2.4rem;
		text-align: center;
	}
	.header h1.main_txt_new span{
		font-size: 2.8rem;
	}
	.header .btn_main{
		margin: 35px auto auto;
		padding: 0 20px;
	}
	.header .btn_main .btn_main_color{
		max-width: 480px;
		margin: auto;
	}
	.header .btn_main .btn_main_color a.btn{
		background-size: 10px auto;
		font-size: 1.4rem;
	}
/* 20231002改修 */
	.header.main_img_keikyu{
		background-image: url("../images/bg_main_keikyu_sp.jpg");
		padding-bottom: 320px;
	}
	.header h1.main_txt_keikyu{
		max-width: 480px;
		margin: auto;
		padding: 90px 20px 0 20px;
		font-size: 2.0rem;
		text-align: center;
	}
	.header .sub_txt_keikyu{
		padding: 20px 20px 0 20px;
		font-size: 1.6rem;
		text-align: center;
	}
	.header .btn_main.keikyu{
		margin: 20px auto auto;
	}
/* ここまで20231002改修 */
}
/* =====================================
物件数カウント
======================================== */
h2.count_title{
	color: #003070;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1em;
}
h2.count_title span{
	background: linear-gradient(transparent 50%, #FFFB9A 50%);
	padding: 0 0 0.2em 0;
}
.count_subtitle{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 2.0rem;
	font-weight: bold;
}
.count_subtitle:before, .count_subtitle:after {
	border-top: 1px solid;
	content: "";
	width: 3em;
}
.count_subtitle:before {
	margin-right: 1em;
}
.count_subtitle:after {
	margin-left: 1em;
}
.bkn_count_wrap{
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	font-size: 1.8rem;
	font-weight: bold;
}
.bkn_count_wrap div{
	margin: 0 20px;
	line-height: 1;
}
.bkn_count_wrap span.num{
	background: #1A2C4A;
	color: #FFF;
	padding: 0.7em;
	margin: 0 3px;
	font-size: 2.2rem;
	font-weight: normal;
}
.bkn_count_wrap .ippan span.num{
	background: #1A2C4A;
}
.bkn_count_wrap .raiten span.num{
	background: #5E96DA;
}
@media screen and (max-width: 960px) and (min-width: 769px) {
	h2.count_title{
		font-size: 2.6rem;
	}
	.count_subtitle{
		font-size: 2.0rem;
	}
	.bkn_count_wrap{
		font-size: 1.6rem;
	}
	.bkn_count_wrap div{
		margin: 0 15px;
	}
	.bkn_count_wrap span.num{
		padding: 0.6em 0.7em;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 768px) {
	h2.count_title{
		font-size: 1.6rem;
	}
	.count_subtitle{
		font-size: 1.4rem;
	}
	.bkn_count_wrap{
		display: block;
		font-size: 1.2rem;
		text-align: center;
		margin-bottom: 50px;
	}
	.bkn_count_wrap div{
		margin: 0 0;
	}
	.bkn_count_wrap span.num{
		padding: 0.3em 0.5em;
		margin: 0 2px;
		font-size: 1.4rem;
	}
	.bkn_count_wrap .ippan{
		margin-bottom: 20px;
	}
	.bkn_count_wrap .raiten span:last-child{
		margin-right: 1em;
	}
}
/* =====================================
評価
======================================== */
.review_wrap{
	background: #E3EFFF;
	padding: 40px 3%;
}
.review_wrap h2{
	text-align: center;
}
.review_wrap h2 span{
	background: linear-gradient(transparent 50%, #FFFB9A 50%);
	padding: 0 0.5em 0.2em 0.5em;
	color: #003070;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
}
.review_wrap h2 span:before{
	content: "";
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	margin-right: 0.8em;
	background-image: url("../images/icon_review.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.review{
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
}
.review .review_box{
	background: #FFF;
	display: flex;
	align-items: center;
	margin: auto 2%;
	padding: 20px 40px;
	width: 50%;
}
.review .review_box .review_logo{
	width: 50%;
	text-align: center;
}
.review .review_box .review_logo img{
	width: 100%;
	max-width: 164px;
	margin: auto;
}
.review .review_box .review_text{
	width: 50%;
	padding-left: 2%;
	color: #003070;
	text-align: right;
	font-weight: bold;
	line-height: 1.2;
}
.review .review_box .review_text .num{
	color: #E00000;
	font-size: 3.6rem;
}
.review .review_box .review_text .date{
	display: block;
	font-weight: normal;
	color: #333;
	font-size: 1.4rem;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
	.review_wrap h2 span{
		font-size: 2.6rem;
	}
	.review .review_box{
		padding: 20px 30px;
	}
	.review .review_box .review_logo{
		width: 40%;
	}
	.review .review_box .review_text{
		width: 60%;
	}
	.review .review_box .review_text .num{
		font-size: 2.6rem;
	}
	.review .review_box .review_text .date{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px) {
	.review_wrap{
		padding: 20px 10px;
	}
	.review_wrap h2 span{
		font-size: 1.6rem;
	}
	.review{
		margin: auto;
		display: inherit;
		text-align: center;
	}
	.review .review_box{
		background: #FFF;
		display: flex;
		align-items: center;
		margin: 20px auto auto;;
		padding: 15px;
		width: 100%;
		max-width: 360px;
	}
	.review .review_box .review_logo img{
		max-width: 140px;
	}
	.review .review_box .review_text .num{
		color: #E00000;
		font-size: 2.2rem;
	}
	.review .review_box .review_text .date{
		font-size: 1.0rem;
	}
}
/* =====================================
オススメ物件
======================================== */
h2.recommend_bkn{
	padding-bottom: 20px;
	color: #003070;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
}
.recommend_list li a{
	color: #333;
}
.recommend_list li a:hover{
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.recommend_list{
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
		margin-left: -30px;
	}
	.recommend_list li{
		margin-bottom: 50px;
		width: 33.333%;
		padding-left: 30px;
	}
}
@media screen and (min-width: 769px)  and (max-width: 960px) {
	.recommend_list li{
		margin-bottom: 50px;
		width: 50%;
		padding-left: 30px;
	}
}
.recommend_list li .bkn_image{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.recommend_list li .bkn_image::before {
	content: "";
	display: block;
	padding-top: 66.67%;
}
.recommend_list li .bkn_image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
		  transform: translate3d(0, 0, 0) scale(1, 1);
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.recommend_list li a:hover .bkn_image img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
		  transform: translate3d(0, 0, 0) scale(1.05, 1.05);
	opacity: 0.8;
}
.bkn_body{
	position: relative;
	margin-top: 20px;
	font-size: 1.3rem;
}
.recommend_list li a:hover .bkn_body{
	opacity: 0.8;
}
.recommend_list li .bkn_kind{
	position:absolute;
	top:0;
	right:0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 30px;
	background: #192d4a;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	color: #ffffff;
}
.recommend_list li .bkn_price{
	padding-right: 120px;
	font-weight: bold;
}
.recommend_list li .bkn_price .bkn_price_main{
	font-size: 3.6rem;
	line-height: 1.2;
}
.recommend_list li .bkn_price .bkn_price_sub{
	font-size: 1.4rem;
}
.recommend_list li .bkn_access{
	margin-top: 1em;
	font-weight: bold;
}
.recommend_list li .bkn_address{
	font-weight: bold;
}
.recommend_list li .bkn_btn{
	text-align: right;
	color: #192d4a;
	position: relative;
	margin-top: 1em;
	padding-right: 1.5em;
}
.recommend_list li .bkn_btn:after{
	content: "";
	position: absolute;
	top: 1rem;
	right: 0px;
	border-bottom: 1px solid #192d4a;
	border-right: 1px solid #192d4a;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	h2.recommend_bkn{
		padding-bottom: 0px;
		font-size: 1.6rem;
	}
	.recommend_list{
		margin-top: 20px;
	}
	.recommend_list li{
		margin: auto auto 30px auto;
		width: 100%;
		max-width: 640px;
	}
	.recommend_list li a{
		display: flex;
		align-items: flex-start;
	}
	.recommend_list li .bkn_head{
		width: 50%;
	}
	.recommend_list li .bkn_body{
		margin-top: 0;
		width: 50%;
		padding: 0 0 0 20px;
		position: relative;
		font-size: 1.2rem;
	}
	.recommend_list li .bkn_kind{
		width: 90px;
		height: 22px;
		font-weight: normal;
		font-size: 1.0rem;
	}
	.recommend_list li .bkn_price{
		padding-top: 20px;
		padding-right: 0px;
	}
	.recommend_list li .bkn_price .bkn_price_main{
		font-size: 2.6rem;
		line-height: 1.6;
	}
	.recommend_list li .bkn_price .bkn_price_sub{
		font-size: 1.2rem;
	}
	.recommend_list li .bkn_access{
		margin-top: 0.3em;
	}
	.recommend_list li .bkn_btn{
		display: none;
	}
}
@media screen and (max-width: 540px) {
	.recommend_list li .bkn_body{
		padding: 0 0 0 10px;
	}
	.recommend_list li .bkn_kind{
		width: 80px;
		height: 20px;
		font-size: 1.0rem;
	}
	.recommend_list li .bkn_price .bkn_price_main{
		font-size: 2.2rem;
	}
}
/* =====================================
コンテンツ共通
======================================== */
h2.subtitle{
	padding-bottom: 20px;
	color: #003070;
	font-size: 3.0rem;
	font-weight: 700;
	border-bottom: 1px solid #ABC2E0;
	background: no-repeat right bottom;
	background-size: 225px auto;
}
h2.subtitle span{
	display: block;
	font-size: 1.4rem;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url("../images/icon_subtitle.png") no-repeat left center;
}
h2.subtitle.reason1{
	background-image: url("../images/reason1.png");
}
h2.subtitle.reason2{
	background-image: url("../images/reason2.png");
}
h2.subtitle.reason3{
	background-image: url("../images/reason3.png");
}
h2.subtitle.reason4{
	background-image: url("../images/reason4.png");
}
h2.subtitle.reason5{
	background-image: url("../images/reason5.png");
}
h2.subtitle.nomal{
	padding: 0px 10px 30px 10px;
}
.section_in{
	max-width: 1160px;
	margin: auto;
	padding: 0 30px 50px 30px;
}
section p{
	margin-top: 30px;
}
section p.mt{
	margin-top: 70px;
}
section p.mt_none{
	margin-top: 0px;
}
.btn_nomal{
	background: #003070;
	background: linear-gradient(90deg, #003070 0%, #003070 50%, #007DC8 50%, #007DC8 100%);
    transition: all .3s;
    background-size: 200% auto;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	max-width: 500px;
	margin: auto;
}
.btn_nomal:hover {
    background-position: right center;
}
.btn_nomal a{
	display: block;
	color: #FFF;
	text-align: center;
	padding: 1em;
	text-decoration: none;
}
.btn_txt{
	margin-top: 50px;
	text-align: center;
	font-size: 2.0rem;
}
.btn_txt .under{
	background: linear-gradient(transparent 50%, #FFFB9A 50%);
}
.btn_wrap{
	background: #ABC2E0;
	padding: 50px 30px;
}
.btn_wrap .btn_color{
	background: #C12D00; /* Old browsers */
	background: linear-gradient(90deg, #C12D00 0%, #C12D00 50%, #007DC8 50%, #007DC8 100%);
    transition: all .3s;
    background-size: 200% auto;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	max-width: 700px;
	margin: auto;
}
.btn_wrap .btn_color:hover {
    background-color: #00b0ac;
    background-position: right center;
}
.btn_wrap a.btn{
	background: url("../images/btn_arrow.png") no-repeat right 30px center;
	background-size: 15px auto;
	display: block;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	padding: 1.2em;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	h2.subtitle{
		font-size: 1.2em;
		padding-bottom: 15px;
		background-size: 85px auto;
	}
	h2.subtitle span{
		font-size: 1.0rem;
		padding-left: 20px;
		margin-bottom: 5px;
		background-size: 10px auto;
	}
	h2.subtitle.nomal{
		padding: 0px 10px 20px 10px;
	}
	.section_in{
		padding: 0 20px 30px 20px;
	}
	section p{
		margin-top: 20px;
	}
	section p.mt{
		margin-top: 30px;
	}
	.btn_txt{
		margin-top: 20px;
		font-size: 1.2rem;
	}
	.btn_wrap{
		width: 100%;
		padding: 30px 20px;
	}
	.btn_wrap .btn_color{
		max-width: 500px;
	}
	.btn_wrap a.btn{
		background: url("../images/btn_arrow.png") no-repeat right 20px center;
		background-size: 10px auto;
		font-size: 1.4rem;
	}
}
/* =====================================
reason1
======================================== */
ul.merit_list{
	margin-top: 30px;
}
ul.merit_list li{
	padding: 1em 0 1em 4em;
	background: url("../images/icon_merit_blue.png") no-repeat top 0.6em left 0;
	background-size: 2.5em auto;
	font-size: 1.8rem;
	font-weight: bold;
}
ul.merit_list li span.bkn_number{
	margin-left: 2em;
	font-size: 1.6rem;
	font-weight: normal;
}
ul.merit_list li span.bkn_number span.num{
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
	color: #003070;
	padding: 0 2px;
}

/* 20230713改修 */
.merit_lead_new{
	background: #003070;
	color: #FFF;
	text-align: center;
	padding: 0.2em 1em;
	font-weight: 500;
	font-size: 2.0rem;
}
.merit_lead_new span{
	font-size: 2.6rem;
	border-bottom: 1px solid #FFF;
}
ul.merit_list_new{
	margin-top: 30px;
}
ul.merit_list_new li{
	padding: 0 0 0 1.8em;
	background: url("../images/icon_merit_check.png") no-repeat top 0.6em left 0;
	background-size: 1em auto;
	font-size: 2.0rem;
	font-weight: bold;
	color: #003070;
}
ul.merit_list_new li span.under{
	background: linear-gradient(transparent 50%, #FFFB9A 50%);
	padding-bottom: 0.2em;
}
@media screen and (max-width: 960px) {
	ul.merit_list li{
		padding: 0.5em 0 0.5em 3em;
		background-size: 2.0em auto;
		font-size: 1.6rem;
	}
	ul.merit_list li span.bkn_number{
		margin-left: 1em;
	}
	ul.merit_list li span.bkn_number span.num{
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 768px) {
	ul.merit_list{
		margin-top: 20px;
	}
	ul.merit_list li{
		font-size: 1.2rem;
	}
	ul.merit_list li span.bkn_number{
		margin-left: 0;
		font-size: 1.2rem;
		display: block;
	}
	ul.merit_list li span.bkn_number span.num{
		font-size: 1.4rem;
		padding: 0 1px;
	}
/* 20230713改修 */
	.merit_lead_new{
		font-size: 1.2rem;
	}
	.merit_lead_new span{
		font-size: 1.4rem;
	}
	ul.merit_list_new{
		margin-top: 20px;
	}
	ul.merit_list_new li{
		font-size: 1.2rem;
	}
}
/* =====================================
reason2
======================================== */
.reason_lead{
	font-size: 1.8rem;
	color: #003070;
}
.unpublished{
	margin-top: 50px;
	padding: 30px 70px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
.unpublished h3{
	margin-top: 30px;
	color: #003070;
	font-size: 2.0rem;
	font-weight: 700;
	background: url("../images/bg_unpublished.png") no-repeat left center;
	background-size: 18px auto;
	padding-left: 30px;
}
.unpublished h3:first-child{
	margin-top: 0px;
}
.unpublished ul li{
	padding-left: 30px;
	background: url("../images/icon_subtitle.png") no-repeat top 14px left;
	background-size: 12px auto;
}
hr.line{
	margin-top: 30px;
	border-top: 1px solid #ABC2E0;
}
.unpublished_img{
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.reason_lead{
		font-size: 1.2rem;
	}
	.unpublished{
		margin-top: 20px;
		padding: 15px 20px;
	}
	.unpublished h3{
		margin-top: 20px;
		font-size: 1.4rem;
		background: url("../images/bg_unpublished.png") no-repeat left center;
		background-size: 10px auto;
		padding-left: 20px;
	}
	.unpublished ul li{
		padding-left: 20px;
		background: url("../images/icon_subtitle.png") no-repeat top 11px left;
		background-size: 10px auto;
	}
	hr.line{
		margin-top: 20px;
	}
	.unpublished_img{
		max-width: 400px;
		margin: 20px auto auto;
	}
}
/* =====================================
reason3
======================================== */
.r3_box{
	display: flex;
	width: 100%;
}
.r3_box.box2{
	justify-content: flex-end;
}
.r3_box .photo{
	width: 50%;
}
.r3_box .text{
	width: 50%;
	max-width: 580px;
	padding: 0 30px 0 40px;
}
.r3_box .text_l{
	width: 50%;
	max-width: 580px;
	padding: 0 40px 0 30px;
}
.r3_box .text h3.subtitle,
.r3_box .text_l h3.subtitle{
	margin: 50px auto auto;
	color: #003070;
	font-size: 2.4rem;
	font-weight: 700;
}
.attention{
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.r3_box{
		display: inherit;
		padding: 0 20px;
	}
	.r3_box .photo{
		width: 100%;
	}
	.r3_box .text{
		width: 100%;
		max-width: inherit;
		padding: 0;
	}
	.r3_box .text_l{
		width: 100%;
		max-width: inherit;
		padding: 0 0 20px 0;
	}
	.r3_box .text h3.subtitle,
	.r3_box .text_l h3.subtitle{
		margin: 20px auto auto;
		font-size: 1.4rem;
	}
	.attention{
		font-size: 1.0rem;
	}
}
/* =====================================
reason4
======================================== */
.lead_wrap{
	margin-top: 50px;
	background: #003070;
	color: #FFF;
	padding: 40px 60px;
}
.lead_wrap h3{
	font-size: 2.4rem;
	font-weight: 500;
}
.lead_wrap p{
	margin-top: 0;
}
.runk_wrap{
	display: flex;
	margin-top: 50px;
}
.runk_wrap .runk{
	width: 50%;
	padding-right: 30px;
}
.runk_wrap .text{
	width: 50%;
	padding-left: 30px;
}
.runk_wrap .text p:first-child{
	margin-top: 0;
}
.runk_wrap .runk .runk_box{
	background: #E3EFFF;
	padding: 30px;
	text-align: center;
}
.runk_wrap .runk .runk_box .runk_in{
	color: #003070;
	font-size: 2.0rem;
	background: url("../images/bg_runk01.png") no-repeat left center, url("../images/bg_runk02.png") no-repeat right center;
	background-size: contain;
	width: 380px;
	margin: auto;
}
.runk_wrap .runk .runk_box .runk_in.mt{
	margin-top: 20px;
}
.runk_wrap .runk .runk_box .runk_in .num{
	font-size: 3.0rem;
	line-height: 1;
}
.runk_wrap .runk .runk_box p{
	margin-top: 10px;
}
.runk_sub{
	margin-top: 10px;
	font-size: 1.4rem;
}
.runk_photo_wrap{
	display: flex;
	margin-top: 50px;
}
.runk_photo_wrap div{
	width: 50%;
}
.runk_txt{
	text-align: center;
	font-size: 2.0rem;
}
.runk_txt .under{
	background: linear-gradient(transparent 50%, #FFFB9A 50%);
}
@media screen and (max-width: 768px) {
	.lead_wrap{
		margin-top: 20px;
		padding: 15px 20px;
	}
	.lead_wrap h3{
		font-size: 1.4rem;
	}
	.runk_wrap{
		display: inherit;
		margin-top: 20px;
	}
	.runk_wrap .runk{
		width: 100%;
		padding-right: 0px;
	}
	.runk_wrap .text{
		width: 100%;
		padding-left: 0px;
	}
	.runk_wrap .text p:first-child{
		margin-top: 20px;
	}
	.runk_wrap .runk .runk_box{
		padding: 20px 10px;
	}
	.runk_wrap .runk .runk_box .runk_in{
		font-size: 1.2em;
		width: 100%;
		max-width: 350px;
	}
	.runk_wrap .runk .runk_box .runk_in.mt{
		margin-top: 10px;
	}
	.runk_wrap .runk .runk_box .runk_in .num{
		font-size: 2.0rem;
		line-height: 1;
	}
	.runk_sub{
		margin-top: 10px;
		font-size: 1.0rem;
	}
	.runk_photo_wrap{
		display: inherit;
		margin-top: 0px;
	}
	.runk_photo_wrap div{
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.runk_txt{
		font-size: 1.2rem;
	}
}
/* =====================================
reason5
======================================== */
.result_wrap{
	margin-top: 70px;
	margin-bottom: 50px;
	background: #003070;
	display: flex;
	position: relative;
	min-height: 300px;
}
.result_wrap .text{
	width: 50%;
	background: #003070;
	color: #FFF;
	padding: 0 30px 0 60px;
	display: flex;
	align-items: center;
}
.result_wrap .text p{
	margin-top: 0;
}
.result_wrap .text strong{
	font-size: 2.0rem;
}
.result_wrap .image{
	position: absolute;
	top:-30px;
	right: 20px;
	width: 50%;
	max-width: 500px;
}
.map{
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.result_wrap{
		margin-top: 20px;
		margin-bottom: 0px;
		background: none;
		display: inherit;
		position: relative;
		min-height: inherit;
	}
	.result_wrap .text{
		width: 100%;
		background: #003070;
		color: #FFF;
		padding: 20px;
		display: inherit;
	}
	.result_wrap .text strong{
		font-size:1.4rem;
	}
	.result_wrap .image{
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 20px;
		width: 100%;
		max-width: inherit;
		text-align: center;
	}
	.map{
		margin-top: 20px;
	}
}

/* =====================================
reason6
======================================== */
.lead_blue{
	margin: 50px auto auto;
	padding: 5px;
	max-width: 1000px;
	border-radius: 10px;
	background: #E8F2FF;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	color: #003070;
}
.loan_text{
	margin: 1em auto auto;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
}
.nayami{
	max-width: 1000px;
	margin: 40px auto auto;
	padding: 40px 20px 40px 60px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.nayami h4{
	color: #013369;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 769px) {
	.nayami .nayami_list{
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}
}
.nayami .nayami_list li{
	margin-top: 1em;
	width: 50%;
	min-height: 34px;
	box-sizing: border-box;
	padding: 0 3em;
	text-align: left;
	background: url("../images/icon_nayami.png") no-repeat left top;
	background-size: 34px auto;
}
.feature_words_wrap{
	text-align: center;
}
.feature_words{
	margin: 50px auto auto;
	display: inline-block;
	padding: 0 4em;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background: url("../images/bg_feature_l.png") no-repeat left center, url("../images/bg_feature_r.png") no-repeat right center;
	background-size: auto 85%, auto 85%;
}
.nayami_text{
	text-align: center;
	margin: 30px auto auto;
}
@media screen and (max-width: 768px) {
	.lead_blue{
		margin: 30px auto auto;
		padding: 5px;
		border-radius: 5px;
		background: #E8F2FF;
		font-size: 1.4rem;
		max-width: 480px;
	}
	.loan_text{
		font-size: 1.2rem;
	}
	.nayami{
		max-width: 480px;
		margin: 20px auto auto;
		padding: 20px;
		border-radius: 6px;
		text-align: center;
	}
	.nayami h4{
		font-size: 1.4rem;
	}
	.nayami .nayami_list{
		display: inline-block;
	}
	.nayami .nayami_list li{
		margin-top: 0.5em;
		width: 100%;
		min-height: inherit;
		padding: 0 0 0 2em;
		text-align: left;
		background: url("../images/icon_nayami.png") no-repeat left top 5px;
		background-size: 18px auto;
		font-size: 1.4rem;
	}
	.feature_words{
		margin: 30px auto auto;
		font-size: 1.4rem;
	}
	.nayami_text{
		text-align: left;
		margin: 20px auto auto;
		max-width: 680px;
	}
}
/* =====================================
reason7
======================================== */
.vs{
	margin-top: 50px;
	text-align: center;
	font-size: 2.4rem;
}
.vs .vs_buy,.vs .vs_rent{
	display: inline-block;
	color: #FFF;
	border-radius: 100px;
	width: 140px;
}
.vs .vs_buy{
	background: #102F69;
	margin-right: 1em;
}
.vs_rent{
	background: #75BAC4;
	margin-left: 1em;
}
@media print, screen and (min-width: 769px) {
	.vs_img_wrap{
		margin-top: 50px;
		display: flex;
		justify-content: space-between;
	}
	.vs_img_wrap div{
		width: 47%;
	}
}
.vs_img_wrap div p{
	font-size: 1.4rem;
	text-align: right;
}
.vs_text{
	margin-top: 40px;
	padding: 0.3em;
	text-align: center;
	border: 1px solid #013369;
	font-size: 1.8rem;
	font-weight: 500;
}
.vs_text span{
	font-size: 2.4rem;
	color: #E00000;
	margin: 0 0.2em;
}
.vs_text2{
	margin: 30px auto auto;
	text-align: center;
}
.vs_text2 .red{
	font-size: 2.4rem;
	color: #E00000;
	font-weight: 500;
	border-bottom: 1px solid #E00000;
}
@media screen and (max-width: 768px) {
	.vs{
		margin-top: 30px;
		font-size: 1.2rem;
	}
	.vs .vs_buy,.vs .vs_rent{
		width: 80px;
	}
	.vs_img_wrap{
		max-width: 400px;
		margin: auto;
	}
	.vs_img_wrap div{
		margin-top: 20px;
	}
	.vs_img_wrap div p{
		font-size: 1.0rem;
	}
	.vs_text{
		max-width: 480px;
		margin: auto;
		margin-top: 20px;
		padding: 0.3em;
		font-size: 1.1rem;
	}
	.vs_text span{
		font-size: 1.4rem;
	}
	.vs_text2{
		max-width: 480px;
		margin: 30px auto auto;
	}
	.vs_text2 .red{
		font-size: 1.4rem;
	}
}
/* =====================================
フッター
======================================== */
.footer{
	background: #1A2D4A;
	color: #FFF;
	padding: 50px 30px;
	text-align: center;
}
.footer_logo{
	max-width: 250px;
	margin: auto;
}
.footer_link{
	margin-top: 20px;
	font-size: 1.4rem;
}
.footer_link a{
	color: #FFF;
}
.copy{
	margin-top: 20px;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.footer{
		padding: 30px 20px;
	}
	.footer_logo{
		max-width: 200px;
	}
	.footer_link{
		font-size: 1.2rem;
	}
	.copy{
		font-size: 0.8rem;
	}
}