@charset "utf-8";
/*
Theme Name: adbrain
*/


html{
	font-size: 10px !important;
	scroll-behavior: smooth;
}
html.sp{
	font-size: 13px !important;
}

html[lang]{
	margin: 0 !important;
}
#wpadminbar{
	display: none;
}

html.pc .sp{ display: none !important; }
html.sp .pc{ display: none !important; }

::-webkit-input-placeholder{ color: #bbb; }
:-moz-placeholder          { color: #bbb; }
:-ms-input-placeholder     { color: #bbb; }

html body{
	color: #344154;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
	max-width: none;
	/*letter-spacing: 1.5px;*/
	font-family: source-han-sans-japanese, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	font-feature-settings: "palt"; /* 文字詰め（フォントにカーニング情報が含まれる場合） */

	 /* iPhoneで上下のバーを抜いた高さ */
	height: -webkit-fill-available;
	height: -moz-available;
}

h1.entry-title{
	display: flex;
	align-items: center;
	font-size: 3rem;
	color: #4c61a5;
	margin: 30px 50px 20px;
}
html.sp h1.entry-title{
	font-size: 2.6rem;
	margin: 30px 30px 20px;
}
h1.entry-title:before{
	content: url(img/news/h1_img.svg);
}
h1.entry-title .text{
	font-weight: 700;
	margin-left: 30px;
}
h1.entry-title small{
	display: block;
	font-size: 1.4rem;
	font-weight: 300;
	color: #344154;
}
html.sp h1.entry-title small{
	font-size: 1.3rem;
}

img{
	vertical-align: middle;
	max-width: 100%;
}
img.inline_svg{
	display: none;
}

iframe{
	vertical-align: bottom;
	max-width: 100%;
}

.urw_din{
	font-family: urw-din, sans-serif;
	font-weight: 600;
}

.zen_kaku_500{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

.blue_nav{
	min-height: 55px;
	background-color: #4c61a5;
}

.center_line{
	position: fixed;
	height: 100vh;
	width: 1px;
	left: 50%;
	background-color: #00ffff;
	opacity: 0.5;
	z-index: 10000;
}

.page_width1{
	max-width: 90%;
	width: 1025px;
	margin: 0 auto;
}
.page_width1_2{
	width: 1025px;
	margin: 0 auto;
}
html.sp .page_width1_2{
	max-width: 100%;
}
.page_width2{
	max-width: 90%;
	width: 870px;
	margin: 0 auto;
}
.page_width1 .page_width2{
	max-width: 100%;
}

.columns{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 0 0 0 15px;
}
html.sp .columns{
	/*flex-direction: column;*/
	align-items: flex-start;
	padding: 0;
}
.columns .side{
	flex-basis: 200px;
}
html.sp .columns .side{
	position: fixed;
	box-sizing: border-box;
	flex-basis: auto;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
	width: 90vw;
	padding: 20px 20px 10px;
	margin-right: -90vw;
	top: 140px;
	right: 0vw;
	transition: right 0.4s ease-in-out;
	order: 2;
	z-index: 1100;
}
html.sp .columns .side form.check_list{
	/*max-height: calc(100vh - 200px);*/
	/*overflow-y: scroll;*/
	margin-top: 20px;
}
html.sp .columns .side form .form_inner{
	position: relative;
	max-height: calc(100vh - 490px);
	overflow-y: scroll;
	padding: 0 0 90px;
	/*box-shadow: 0px -0px 10px 0px rgba(0, 0, 0, 0.2) inset;*/
}
.columns .site-content{
	flex-basis: 800px;
}
html.sp .columns .site-content{
	position: relative;
	flex-basis: auto;
	width: 100vw;
	/*left: 0vw;*/
	/*transition: left 0.4s ease-in-out;*/
	order: 1;
}

label[for="open_bukken_side"]{
	display: none;
}
input#open_bukken_side{
	display: none;
}
html.sp label[for="open_bukken_side"]{
	display: block;
	position: fixed;
	right: 0;
	top: 70px;
	z-index: 600;
}
label[for="open_bukken_side"] .close_bukken_side_button{
	display: none;
}
input#open_bukken_side:checked ~ label[for="open_bukken_side"] .close_bukken_side_button{
	display: inline-block;
}
input#open_bukken_side:checked ~ label[for="open_bukken_side"] .open_bukken_side_button{
	display: none;
}
html.sp input#open_bukken_side:checked ~ .columns .side{
	right: 90vw;
}

#branding{
}
#branding .home1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 30px;
}
#branding .home1 h1{
	font-size: 1.2rem;
	white-space: nowrap;
	max-width: 300px;
	min-width: 190px;
}
#branding .home1 h1 div{
}
#branding .home1 a[rel="home"]{
	margin: 0 30px 0 0;
}
#branding .home1 .home_nav{
	display: flex;
	align-items: center;
	margin: 0 30px;
}
#branding .home1 .home_nav a,
#global_nav .okiniiri{
	text-align: center;
	color: #344154;
	margin: 0 15px;
	white-space: nowrap;
}
#branding .home1 .home_nav span,
#global_nav .okiniiri span{
	display: block;
	font-size: 1.2rem;
	margin: 2px 0 0;
}
#branding .home1 img[src*="/header/n1."]{
	margin: 0 0 0 -10px;
}

.sp_head_height{
	height: 70px;
}
.sp_head{
	display: flex;
	justify-content: space-between;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	/*padding: 10px;*/
	background-color: #fff;
	border-bottom: 1px solid #d6d6d9;
	z-index: 1000;
}
.sp_head .logo{
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	padding: 0 10px;
}
.sp_head .logo img{
	width: 220px;
}

#open_nav{
	display: none;
}
body label[for="open_nav"]{
	position: relative;
	top: 0px;
	right: 0px;
	background-color: #454543;
	z-index: 1300;
}
body label[for="open_nav"] img{
	width: 70px;
}
.site-header .sp_gnav{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #bdad77;
	z-index: 1100;
}
label[for="open_nav"] .nav_close{
	/*display: none;*/
}
#open_nav:checked ~ label[for="open_nav"] .nav_open{
	/*display: none;*/
}
#open_nav:checked ~ label[for="open_nav"] .nav_close{
	/*display: block;*/
}

#global_nav_sp{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100vh;
	background-color: #f0f2f3;
	opacity: 0;
	pointer-events: none;
	z-index: 1200;
	transition: opacity 0.2s linear;
}
#open_nav:checked ~ #global_nav_sp{
	opacity: 1;
	pointer-events: auto;
}
#global_nav_sp .list{
	padding: 20px;
}
#global_nav_sp .row,
#global_nav_sp .list1 .col{
	display: flex;
	justify-content: space-between;
	/*align-items: flex-start;*/
	padding: 10px;
	border-bottom: 1px solid #344154;
}
#global_nav_sp .head{
	font-family: urw-din, sans-serif;
	font-weight: 600;
	padding: 0px;
	border-bottom: 0;
}
#global_nav_sp .head .menu{
	flex-grow: 1;
	text-align: center;
	font-size: 1.9rem;
	color: #fff;
	background-color: #344154;
	padding: 25px 0 0 70px;
}
#global_nav_sp .home .right img{
	width: 33px;
}
#global_nav_sp .list a{
	color: #344154;
}
#global_nav_sp .list h3{
	flex-basis: 100px;
	font-size: 1.8rem;
}
#global_nav_sp .list .sub{
	flex-basis: 300px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
}
#global_nav_sp .list .sub a{
	/*flex-basis: 50%;*/
	min-width: calc(50% - 10px);
	margin: 5px 10px 5px 0;
}
#global_nav_sp .list .sub a:before{
	content: "";
	display: inline-block;
	vertical-align: -2px;
	width: 9px;
	height: 18px;
	background-image: url(img/header/ar.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	margin: 0 7px 0 0;
}
#global_nav_sp .row3{
	justify-content: space-around;
	padding: 30px 0;
}
#global_nav_sp .row3 a{
	text-align: center;
	font-size: 1.2rem;
}
#global_nav_sp .row3 a img{
	width: auto;
	height: 45px;
}
#global_nav_sp .row3 a img[src*="/header/n1."]{
	margin: 0 0 0 -10px;
}
#global_nav_sp .row3 a span{
	display: block;
}

.global_nav_outer{
	position: sticky;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #d6d6d9;
	z-index: 700;
}

#global_nav{
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	margin: 0 30px;
}
#global_nav a{
	flex-grow: 1;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.55;
	color: #344154;
	white-space: nowrap;
	min-width: 12.4%;
	padding: 14px 0 16px;
	transition: background-color 0.2s linear;
}
#global_nav a:hover{
	text-decoration: none;
	background-color: #f3f3f3;
}
#global_nav a small{
	display: block;
	font-weight: 300;
	font-size: 1rem;
}
#global_nav .border{
	height: 30px;
	width: 1px;
	background-color: #344154;
	opacity: 0.3;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx){
	#global_nav .border{
		width: 0.5px;
		opacity: 0.6;
	}
}
#global_nav .image{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 30px;
	padding: 0 0 5px;
	align-self: stretch;
}
#global_nav .image:hover{
	background-color: transparent;
}
#global_nav .okiniiri{
	display: block;
	position: absolute;
	right: -140px;
	margin: 0;
}
#global_nav .okiniiri:hover{
	background-color: transparent;
}
.page-template-page-top #global_nav .okiniiri{
	display: none;
}
@media (max-width: 1200px) {
	#global_nav .okiniiri{
		right: 0px;
		top: 70px;
	}
	.single-fudo #global_nav .okiniiri{
		top: 60px;
	}
}


.foot_banner3{
	background-color: #f5f5f5;
	padding: 60px 0;
}
html.sp .foot_banner3{
	background-color: transparent;
	padding: 20px 0;
}
.foot_banner3 .inner{
	display: flex;
	justify-content: space-between;
}
html.sp .foot_banner3 .inner{
	flex-direction: column;
}
html.sp .foot_banner3 .inner .tel{
	height: 90px;
}
html.sp .foot_banner3 .inner .fax{
	background-color: #4c61a5;
}
html.sp .foot_banner3 .inner .mail{
	background-color: #344154;
	padding: 0 60px 0 65px;
}
.foot_banner3 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 325px;
	max-width: 32%;
	height: 108px;
	color: #344154;
	background-color: #fff;
	box-shadow: 0px 1px 2px 0 rgb(0 0 0 / 30%);
	transition: box-shadow 0.2s ease-in-out;
}
html.sp .foot_banner3 a{
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: 75px;
	padding: 0 90px 0 65px;
	white-space: nowrap;
}
.foot_banner3 a:hover{
	text-decoration: none;
	box-shadow: 0px 4px 5px 0 rgb(0 0 0 / 30%);
	color: #344154;
}
.foot_banner3 a:hover img{
	opacity: 1;
}
.foot_banner3 a span{
	display: block;
	font-size: 1.1rem;
}

.access_row{
	display: flex;
	justify-content: space-around;
	margin: 70px 0;
}
html.sp .access_row{
	flex-wrap: wrap;
	margin: 20px 0;
}
html.sp .access_row > div{
	width: 100%;
	margin: 0 0 30px;
}
.access_row .map_link{
	font-family: urw-din, sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	color: #344154;
}
.access_row .map_link *{
	vertical-align: middle;
}
.access_row .map_link img[src*="/ar3."]{
	margin-left: 5px;
}
html.sp .access_row .map_img{
	width: 100%;
}
.access_row .tenpo_mei_row{
	display: flex;
	justify-content: space-between;
	margin: 45px 0 0;
}
html.sp .access_row .tenpo_mei_row{
	margin: 25px 0 0;
}
.access_row .tenpo_mei{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 1;
	color: #fff;
	background-color: #344154;
	padding: 5px 20px 6px;
}
.access_row p{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 10px 0;
}

footer#colophon{
	/*text-align: left;*/
	background-color: #344154;
	padding: 70px 0 50px;
}
html.sp footer#colophon{
	position: relative;
	z-index: 700;
	padding: 50px 0 30px;
}
footer#colophon a{
	color: #fff;
}
footer#colophon .row1{
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-start;
}
footer#colophon .row1 .left{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	margin: 0 50px 0 0;
}
footer#colophon .row1 img[src*="/footer/i."],
footer#colophon .row1 img[src*="/footer/f."]{
	vertical-align: -2px;
	margin-right: 2px;
}
footer#colophon .row1 .right{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-grow: 1;
}
footer#colophon .row1 .right .col{
	flex-grow: 1;
	line-height: 2;
	margin: 0 30px 0 0;
}
footer#colophon .row1 .right h3{
	border-bottom: 1px solid rgb(255,255,255, 0.5);
	padding: 0 0 3px 5px;
	margin-bottom: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx){
	footer#colophon .row1 .right h3{
		border-bottom: 0.5px solid #fff;
	}
}
footer#colophon .row1 .right h3 a{
	font-size: 1.4rem;
	font-weight: 500;
}
footer#colophon .row1 .right a{
	display: inline-flex;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.3;
	margin: 5px 0;
}
footer#colophon .row1 .right a:before{
	content: url(img/footer/a_before.svg);
	margin-right: 5px;
}
footer#colophon .row1 .right h3 a:before{
	content: none;
}
footer#colophon .row2{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 70px 0 0;
}
html.sp footer#colophon .row2{
	flex-direction: column;
	align-items: center;
	margin: 0;
}
footer#colophon .copyright{
	font-size: 1rem;
	font-weight: 300;
}
html.sp footer#colophon .copyright{
	margin: 10px 0 0;
}

.side_buttons{
	position: fixed;
	right: 0;
	top: calc(50% - 110px);
	text-align: right;
	width: 70px;
	z-index: 800;
}
.side_buttons a{
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	background-color: #344154;
	padding: 7px 13px;
	border-radius: 10px 0 0 10px / 10px 0 0 10px;
	margin: 5px 0;
	transition: padding 0.2s ease-in-out;
}
.side_buttons a:hover{
	padding-right: 18px;

}
.side_buttons a:hover img{
	opacity: 1;
}

.sp_foot{
	display: flex;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: ;*/
	z-index: 500;
}
.sp_foot a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 32.7%;
	padding: 15px 0;
	background-color: #344154;
}
.sp_foot img[src*="/footer/sp/1."]{
	height: 30px;
}
.sp_foot img[src*="/footer/sp/2."]{
	height: 33px;
}
.sp_foot img[src*="/footer/sp/3."]{
	height: 33px;
}

.gototop{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 30px;
	bottom: 30px;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	padding: 0 0 1px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
html.sp .gototop{
	right: 20px;
	bottom: 100px;
	width: 50px;
	height: 50px;
}
.gototop:hover{
	background-color: #d7e1ff;
}
html.sp .gototop img{
	width: 17px;
}

select{
	color: #fff;
	background-color: #344154;
}

html.sp select{
	font-size: 1.5rem;
}


/* トップページ ************************************************************** */

.start_page{
	/*display: none;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2000;
	transition: 1s linear;
}
.start_page .bg1{
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	background-image: url(img/top/start_bg.jpg);
	background-size: cover;
	background-position: 80% 100%;
	background-repeat: no-repeat;
}
.start_page .bg2{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(52,65,84,0) 20%);
}
html.sp .start_page{
	background-image: url(img/top/sp/start_bg.jpg);
	background-size: cover;
	background-position: 80% 50%;
}
.start_page .start_t{
	max-width: 90%;
	margin: 100px 0 0;
}
html.sp .start_page .start_t{
	margin: 50px 0 0;
}
.start_page .enter{
	text-align: center;
	/*font-family: urw-din, sans-serif;*/
	/*font-weight: 600;*/
	/*color: #fff;*/
	width: 100%;
	margin: -100px 0 70px;
}
.start_page .enter .button_outer{
	display: inline-block;
	cursor: pointer;
}
.start_page .enter .button{
	display: inline-block;
	width: 13px;
	height: 33px;
	border: 3px solid #fff;
	border-radius: 50px;
	margin: 8px 0 0;
	transition: 0.2s linear;
}
.start_page .button_outer:hover .button{
	background-color: #fff;
}
/*.page-template-page-top .start_page{
	display: block;
	transition: 1s linear;
}*/
.start_page.hide{
	opacity: 0;
	pointer-events: none;
}

@keyframes page_show {
	0% { opacity: 0.05; }
	50% { opacity: 0.05; }
	100% { opacity: 1; }
}

body.home #page{
	display: none;
}
/*.page-template-page-top #page.show{
	animation: page_show 2s linear 0s 1 forwards;
}*/

.page-template-page-top .nextend-arrow-animated-fade{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	margin: 0 100px;
}
.page-template-page-top .nextend-arrow img{
	width: 15px !important;
}

.page-template-page-top .n2-ss-slider{
	opacity: 0;
	transition: opacity 0.5s linear;
}
.page-template-page-top .n2-ss-slider.n2-ss-loaded{
	opacity: 1;
}
.page-template-page-top .n2-ss-slider .n2-ss-slider-controls{
	margin: 30px 0 0 !important;
}

html.sp #branding .home2{
	position: relative;
	text-align: center;
	margin: 0 0 -20px;
	top: -96px;
}

.page-template-page-top .widget_fudo_top_r{
	background-color: #f5f5f5;
	padding: 40px 0;
	margin: 0;
}
.page-template-page-top .widget_fudo_top_r .swiper-container{
	opacity: 0;
	transition: opacity 0.5s linear;
	padding: 15px 17px 15px;
}
.page-template-page-top .widget_fudo_top_r .swiper-container.swiper-container-initialized{
	opacity: 1;
}
.page-template-page-top .widget_fudo_top_r .swiper-button-prev,
.page-template-page-top .widget_fudo_top_r .swiper-button-next{
	display: none;
}
.page-template-page-top .widget_fudo_top_r .swiper-container .swiper-button-prev,
.page-template-page-top .widget_fudo_top_r .swiper-container .swiper-button-next{
	display: flex;
	top: 182px;
	left: 2px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 100px;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	background-image: url(img/top/arrow_l.svg);
	/*background-size: cover;*/
	background-position: 48% 50%;
	background-repeat: no-repeat;
}
.page-template-page-top .widget_fudo_top_r .swiper-button-prev:hover,
.page-template-page-top .widget_fudo_top_r .swiper-button-next:hover{
	background-color: #d7e1ff;
}
.page-template-page-top .widget_fudo_top_r .swiper-button-prev:after,
.page-template-page-top .widget_fudo_top_r .swiper-button-next:after{
	display: none;
}
.page-template-page-top .widget_fudo_top_r .swiper-container .swiper-button-next{
	left: auto;
	right: 2px;
	background-image: url(img/top/arrow_r.svg);
	background-position: 55% 50%;
}

#top_fbox #content .widget ul.grid-content{
	width: auto;	
}
ul.bukken_list{
	height: auto;
}
.bukken_list .box1{
	display: block;
	background-color: #fff;
	width: 240px;
	max-width: 47.8%;
	height: auto;
	/* margin-right: 10px; */
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(0px);
	transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.bukken_list .box1:hover{
	box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.3);
	transform: translateY(-1px);
}
.bukken_list .box1 a:hover{
	text-decoration: none;
}
.bukken_list .box1 a:hover img{
	opacity: 1;
}
.bukken_list .box1 a:hover .text{
	/*background-color: #ebf2fb;*/
}
.bukken_list .box1 div.new_mark {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 6px;
    min-width: 40px;
    min-height: 40px;
    position: absolute;
    top: -12px;
    left: 13px;
    right: auto;
    /* border-radius: 4px; */
    white-space: nowrap;
    background-color: #4c61a5;
}
html.sp .bukken_list .box1 div.new_mark {
    top: -16px;
    min-width: 50px;
    min-height: 50px;
}
.bukken_list .box1 div.syoudan {
    position: absolute;
    top: 0px;
    right: 0;
    min-width: 60px;
    text-align: center;
    padding: 2px 5px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}
.bukken_list .box1.dummy{
	background-color: transparent;
	box-shadow: none;
}
.bukken_list .box1.dummy:hover{
	box-shadow: none;
	transform: none;
}
html.pc .bukken_list .box1.dummy.s2{
	width: 0 !important;
	margin: 0 !important;
}
html.sp .bukken_list .box1.dummy.s4{
	width: 0 !important;
	margin: 0 !important;
}
div.syoudan.商談中 { background-color: #499459; }
div.syoudan.成約済 { background-color: #696969; }
div.syoudan.値下げ { background-color: #d92b2b; }
.bukken_list .image{
	/*overflow: hidden;*/
	z-index: 10;
}
.bukken_list .image img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 160px;
	/*z-index: 10;*/
}
.bukken_list .text{
	padding: 10px 15px;
}
html.sp .bukken_list .text{
	padding: 18px 15px;
}
.cnb_cat_name_bangou{
	float: right;
	position: relative;
	color: #344154;
	box-sizing: border-box;
	width: 80px;
	/*min-height: 75px;*/
	margin: -25px 0 0 10px;
	z-index: 100;
}
html.sp .cnb_cat_name_bangou{
	width: 70px;
	margin: -72px 0 0 10px;
}
.cnb_cat_name{
	display: flex;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
	box-sizing: border-box;
	min-height: 75px;
	padding-top: 18px;
	background-image: url(img/bukken/1.svg);
	background-size: contain;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
html.sp .cnb_cat_name{
	font-size: 1.3rem;
	min-height: 70px;
	padding-top: 15px;
}
.cnb_bangou{
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
	margin: 5px 0;
	white-space: nowrap;
}
html.sp .cnb_bangou{
	display: none;
}
.bukken_list .text .top_title{
	/*display: inline-block;*/
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.2;
	color: #344154;
	padding-top: 18px;
	width: 115px;
}
html.sp .bukken_list .text .top_title{
	font-size: 1.3rem;
}
.bukken_list .text .top_price{
	display: inline-block;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	color: #344154;
	padding: 3px 2px;
	border: 1px solid #344154;
	border-left: 0;
	border-right: 0;
	margin: 8px 0;
	min-width: 110px;
	white-space: nowrap;
}
html.sp .bukken_list .text .top_price{
	display: block;
	font-size: 1.3rem;
	padding: 5px 2px;
	margin-bottom: 0;
}
html.sp .bukken_list .text .sp_bangou{
	font-size: 1.15rem;
	line-height: 1;
	color: #344154;
	padding: 5px 2px;
	border-bottom: 1px solid #344154;
	margin-bottom: 8px;
}
.bukken_list .text .top_content{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;

	max-height: 67px;
	overflow: hidden;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #6f6f6f;
}
html.sp .bukken_list .text .top_content{
	font-size: 1.23rem;
	max-height: 90px;
}
.bukken_list .text .top_content span,
.bukken_list .text .top_content strong{
	font-size: 1.2rem !important;
	font-weight: 300;
	color: #6f6f6f !important;
	background-color: transparent !important;
}
.bukken_list .favorite_bukken_delete_area{
	text-align: center;
	margin: 5px 0 10px;
}
/*.bukken_list .favorite_bukken_delete{
	position: static;
	font-weight: 700;
	color: #344154;
	background: transparent;
	background-color: #fff;
	border: 2px solid #344154;
	border-radius: 5px;
	padding: 2px 15px 2px;
}
.bukken_list .favorite_bukken_delete:hover{
	background-color: #d7e1ff;
	opacity: 1;
}*/

.page-template-page-top #main #container #content h2,
.page-template-page-top .widget > div,
.page-template-page-top #top_fbox #container #content .widget > ul{
	display: block;
	float: none;
	max-width: 90%;
	width: 1025px;
	margin: 0 auto;
	padding: 0;
}
.page-template-page-top #main #container #content h2{
	visibility: hidden;
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Zen Kaku Gothic New';
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #344154;
	background-color: transparent;
	margin-bottom: 20px;
	border: 0;
}
.page-template-page-top #main #container #content h2.show{
	visibility: visible;
}
.page-template-page-top #main #container #content h2 small{
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin: 3px 0 0;
}
.page-template-page-top #main #container #content h2:after{
	content: "";
	display: block;
	background-image: url(img/top/h3_after.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 9px;
	margin: 8px 0 0;
}
html.sp .page-template-page-top #main #container #content h2:after{
	background-size: contain;
	height: 10px;
}

.page-template-page-top #main #container #content .cat-post-widget{
	text-align: center;
}
.page-template-page-top #main #container #content .cat-post-widget h2,
.page-template-page-top #main #container #content .cat-post-widget > ul{
	max-width: 90%;
	width: 870px;
	margin: 0 auto;
}
.page-template-page-top #main #container #content .cat-post-widget h2{
	margin-top: 50px;
	margin-bottom: 20px;
}
.page-template-page-top #main #container #content .cat-post-widget > ul{
	border-top: 1px solid #344154;
}
.page-template-page-top #main #container #content .cat-post-widget > ul li{
	padding: 0;
	margin: 0;
}
.page-template-page-top #main #container #content .cat-post-widget > ul div{
	display: flex;
	border-bottom: 1px solid #344154;
	padding: 10px 20px;
}
.page-template-page-top #main #container #content .cat-post-widget .post-date{
	font-family: urw-din, sans-serif;
	font-weight: 600;
	margin: 0 30px 0 0;
}
.page-template-page-top #main #container #content .cat-post-widget .cat-post-title{
	color: #6f6f6f;
}
.page-template-page-top #main #container #content .cat-post-widget .cat-post-footer-link{
	display: inline-block;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	background-color: #344154;
	margin: 30px 0;
	padding: 4px 0 6px;
	width: 100px;
}
html.sp .page-template-page-top #main #container #content .cat-post-widget .cat-post-footer-link{
	width: 90%;
	padding: 13px 0 13px;
}
.page-template-page-top #main #container #content .cat-post-widget .cat-post-footer-link:hover{
	text-decoration: none;
	background-color: #009847;
}
.page-template-page-top #main #container #content .cat-post-widget .cat-post-footer-link:after{
	content: url(img/top/1.svg);
	vertical-align: -1px;
	margin: 0 -10px 0 10px;
}

.page-template-page-top .banner3{
	display: flex;
	justify-content: space-between;
	/*align-items: flex-start;*/
	margin: 50px 0;
}
html.sp .page-template-page-top .banner3 {
	flex-direction: column;
}
html.sp .page-template-page-top .banner3 img{
	width: 100%;
	margin: 8px 0 0;
}

.page-template-page-top #main .map_latlng_list{
	display: none;
}

.page-template-page-top #main .map{
	height: 70vh;
}



/* お知らせ ************************************************************** */

.normal_post h1.entry-title:before{
	/*content: url(img/news/h1_img.svg);*/
}

.normal_post #content article{
	padding: 100px 0;
	border-bottom: 1px solid #000;
}
html.sp .normal_post #content article{
	padding: 50px 0;
}
.normal_post #content article .page_width2{
	box-sizing: border-box;
	padding: 0 50px;
}
html.sp .normal_post #content article .page_width2{
	padding: 0 0px;
}
.normal_post #content article .date{
	font-size: 1.4rem;
}
.normal_post #content article h3{
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 20px 0;
}
.normal_post #content article .content{
	font-size: 1.4rem;
}



/* 物件一覧ページ ************************************************************** */

html.sp .page-template-page-favorite_bukken .side{
	display: none;
}

.archive-fudo #content-bg{
	background-color: #f2f5fe;
}

.archive-fudo h1.entry-title:before{
	content: url(img/kaitai/h1_img.svg);
}

.archive-fudo .bukken_list{
	display: flex;
	justify-content: space-between;
	/* align-items: flex-start; */
	flex-wrap: wrap;
	margin-right: 10px;
}
html.sp .archive-fudo .bukken_list{
	margin: 0px 5px;
}
.archive-fudo .bukken_list .box1{
	margin-bottom: 30px;
}
html.sp .archive-fudo .bukken_list .box1{
	width: 49%;
	margin-bottom: 40px;
}

.pagination_area{
	background-color: #f5f5f5;
	padding: 30px 0;
}
html.sp .pagination_area .columns .side{
	padding: 0;
}
.pagination_area .columns{
	background-color: transparent;
}
.archive-fudo .nav-paging,
ul.page-numbers{
	display: block;
	text-align: center;
}
ul.page-numbers li{
	display: inline-block;
}
.archive-fudo .nav-paging b,
.archive-fudo .nav-paging a,
ul.page-numbers a,
ul.page-numbers span{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: urw-din, sans-serif;
	font-weight: 600;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	color: #4c61a5;
	background-color: #fff;
}
html.sp .archive-fudo .nav-paging b,
html.sp .archive-fudo .nav-paging a,
html.sp ul.page-numbers a,
html.sp ul.page-numbers span{
	font-size: 1.4rem;
	width: 33px;
	height: 33px;
}
.archive-fudo .nav-paging b,
ul.page-numbers span{
	color: #fff;
	background-color: #4c61a5;
}
ul.page-numbers span.dots{
	color: #4c61a5;
	background-color: transparent;
}
.archive-fudo .nav-paging a:hover,
ul.page-numbers a:hover{
	text-decoration: none;
	background-color: #d7e1ff;
}
.archive-fudo .nav-paging a.next,
.archive-fudo .nav-paging a.prev,
ul.page-numbers a.next,
ul.page-numbers a.prev{
	background-color: transparent;
	border: 1px solid #4c61a5;
	border-radius: 50px;
}
.archive-fudo .nav-paging a.next:hover,
.archive-fudo .nav-paging a.prev:hover,
ul.page-numbers a.next:hover,
ul.page-numbers a.prev:hover{
	background-color: #d7e1ff;
}
.archive-fudo .nav-paging a.next,
ul.page-numbers a.next{
	margin: 0 0 0 20px;
}
.archive-fudo .nav-paging a.prev,
ul.page-numbers a.prev{
	margin: 0 20px 0 0;
}
html.sp .archive-fudo .nav-paging a.next img,
html.sp .archive-fudo .nav-paging a.prev img,
html.sp ul.page-numbers a.next img,
html.sp ul.page-numbers a.prev img{
	width: 9px;
}

.archive-fudo .nav-sort{
	box-sizing: border-box;
	color: #000;
	background-color: #e5e8f2;
	padding: 11px 20px 10px;
}
html.sp .archive-fudo .nav-sort{
	font-size: 1.3rem;
}
.archive-fudo .nav-sort a,
.archive-fudo .nav-sort span{
	display: inline-block;
	line-height: 1;
	margin: 0 8px;
	padding: 0px 2px 1px;
}
.archive-fudo .nav-sort a{
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.archive-fudo .nav-sort a:hover{
	text-decoration: none;
	color: #6482e1;
}
.archive-fudo .nav-sort span{
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 3px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx){
	.archive-fudo .nav-sort a,
	.archive-fudo .nav-sort span{
		border-color: #000;
		border-width: 0.5px;
	}
}

html.sp input[type="checkbox"]{
	width: 1.5rem;
	height: 1.5rem;
}
.side{
	font-size: 1.2rem;
	color: #000;
}
html.sp .side{
	font-size: 1.4rem;
}
.side h4{
	color: #344154;
	font-size: 1.4rem;
	font-weight: 700;
	border-bottom: 1px solid #344154;
	padding: 3px 5px;
	margin: 50px 0 10px;
}
html.sp .side h4{
	font-size: 1.7rem;
	padding: 3px 15px;
	margin: 30px 0 10px;
}
.side h4.keyword{
	color: #fff;
	background-color: #344154;
	padding: 5px 10px;
	margin: 20px 0 10px;
}
html.sp .side h4.keyword{
	text-align: center;
	margin-top: 0;
	padding: 6px 0 5px;
}
.side input[name="s"]{
	box-sizing: border-box;
	border-color: #bdbdbd;
	border-radius: 50px;
	padding: 3px 10px 1px;
}
html.sp .side input[name="s"]{
	font-size: 20px;
	padding: 9px 20px 6px;
}
html.sp .side li{
	display: inline-block;
	width: 48%;
	white-space: nowrap;
}
.side #searchpage2{
	position: relative;
}
html.sp body .side .submit{
	position: relative;
	background-color: rgb(255 255 255 / 80%);
	bottom: 0;
	margin-top: -80px;
	padding: 20px 0;
	z-index: 500;
}
.side input[type="submit"]{
	cursor: pointer;
	font-weight: 700;
	font-size: 1.7rem;
	color: #344154;
	background-color: #fff;
	border: 3px solid #344154;
	border-radius: 5px;
	padding: 5px 0 3px;
	margin: 40px auto;
	width: 100%;
}
html.sp .side input[type="submit"]{
	margin: 0px auto 0;
}
.side input[type="submit"]:hover{
	background-color: #d7e1ff;
	opacity: 1;
}
.side #searchpage2 input[type="submit"]{
	position: absolute;
	border: 0;
	border-radius: 50px;
	background-color: #fff;
	background-image: url(img/fudo/b1.svg);
	/*background-size: cover;*/
	background-position: 49% 53%;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-top: -23px;
	right: 3px;
	z-index: 100;
	box-shadow: 0px 0px 0px 1px #fff;
	transition: 0.2s ease-in-out;
}
html.sp .side #searchpage2 input[type="submit"]{
	background-size: 20px;
	width: 30px;
	height: 30px;
	margin-top: -33px;
	right: 7px;
}
.side #searchpage2 input[type="submit"]:hover{
	/*transform: scale(1.5);*/
	background-color: #d7e1ff;
	box-shadow: 0px 0px 0px 1px #d7e1ff;
	opacity: 1;
}

.archive-fudo #list_simplepage{
	padding: 10px;
}

html.sp .archive-fudo .foot_banner3{
	background-color: #f5f5f5;
}



/* 物件単体ページ ************************************************************** */

.single-fudo .single_head{
	font-size: 2.1rem;
	font-weight: 700;
	padding: 12px 0;
	background-color: #e5e8f2;
	margin: 0 0 20px;
}
html.sp .single-fudo .single_head{
	font-size: 1.5rem;
	padding: 9px 0;
}
.single-fudo .single_head div{
	/*font-weight: 700;*/
}
.single-fudo h2.entry-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #344154;
	background: transparent;
}
.single-fudo .syoudan{
	text-align: center;
	/*font-weight: 600;*/
	font-size: 1.9rem;
	width: 100px;
	padding: 2px 5px 4px;
	color: #fff;
}
html.sp .single-fudo .syoudan{
	width: 120px;
}
.single-fudo .cnb_cat_name_bangou{
	float: none;
	min-width: 130px;
	margin: 0 40px 0 0;
}
html.sp .single-fudo .cnb_cat_name_bangou{
	order: 2;
	margin: 0 0 0 20px;
	min-width: 120px;
}
.single-fudo .cnb_cat_name_bangou .cnb_cat_name{
	font-size: 2.7rem;
	line-height: 1.2;
	min-height: 122px;
	padding-top: 30px;
}
html.sp .single-fudo .cnb_cat_name_bangou .cnb_cat_name{
	font-size: 2rem;
	padding-top: 25px;
}
.single-fudo .cnb_cat_name_bangou .cnb_bangou{
	font-size: 1.6rem;
}
html.sp .single-fudo .cnb_cat_name_bangou .cnb_bangou{
	display: block;
	font-size: 1.5rem;
}
.single-fudo h2.entry-title .text{
	flex-grow: 1;
	font-weight: 700;
}
html.sp .single-fudo h2.entry-title .text{
	order: 1;
}
.single-fudo h2.entry-title .text .title{
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 2px solid #344154;
	padding: 10px 0;
}
html.sp .single-fudo h2.entry-title .text .title{
	font-size: 2.2rem;
}
.single-fudo h2.entry-title .text .kakaku_button{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	padding: 10px 0;
}
html.sp .single-fudo h2.entry-title .text .kakaku_button{
	padding: 0px 0;
}
.single-fudo h2.entry-title .text .kakaku{
	font-size: 2.7rem;
	line-height: 1.1;
}
.single-fudo h2.entry-title .text .kakaku dt,
.single-fudo h2.entry-title .text .kakaku dd{
	display: inline-block;
	font-size: 2.7rem;
	font-weight: 700;
	color: #344154;
}
html.sp .single-fudo h2.entry-title .text .kakaku dt,
html.sp .single-fudo h2.entry-title .text .kakaku dd{
	font-size: 2rem;
}
.single-fudo .contact_button{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #344154;
	border: 3px solid #344154;
	border-radius: 7px;
	padding: 1px 20px;
}
html.sp .single-fudo .contact_button.sp{
	margin: 20px 0;
}
.single-fudo .contact_button:hover{
	text-decoration: none;
	background-color: #d7e1ff;
}

.single-fudo .slick-main{
	margin: 30px 0;
}
.single-fudo .slick-main .slick-list{
	overflow: visible;
}
html.sp .single-fudo .slick-main .slick-list{
	height: auto !important;
}
html.sp .slick-main .slick-next{
	right: 20px;
}
html.sp .slick-main .slick-prev{
	left: 20px;
}
.single-fudo .js-slider-for,
.single-fudo .js-slider-nav{
	display: none;
}
.single-fudo .js-slider-for.slick-initialized,
.single-fudo .js-slider-nav.slick-initialized{
	display: block;
}
.single-fudo .slick-slider .slick-track{
	display: flex;
	align-items: center;
}

.single-fudo .row1{
	display: flex;
	justify-content: space-between;
}
html.sp .single-fudo .row1{
	flex-direction: column;
}
.single-fudo .row1 .entrycontent{
	flex-basis: 50%;
	font-size: 1.6rem;
	color: #344154;
}
html.sp .single-fudo .row1 .entrycontent{
	flex-basis: auto;
	font-size: 1.4rem;
}
.single-fudo .row1 .entrycontent p{
	margin: 10px 0;
}
.single-fudo .row1 .list_detail{
	flex-basis: 45%;
}
html.sp .single-fudo .row1 .list_detail{
	flex-basis: auto;
}
.single-fudo .row1 .list_detail table{
	width: 100%;
}
html.sp .single-fudo .row1 .list_detail table{
	border-top: 1px solid #000;
	margin: 20px 0 0;
}
.single-fudo .row1 dt{
	display: flex;
	justify-content: center;
	align-items: center;
	/*text-align: center;*/
	font-size: 1.5rem;
	color: #fff;
	background-color: #4c61a5;
	border-radius: 5px;
	box-sizing: border-box;
	min-width: 100px;
	padding: 7px 0;
}
.single-fudo .row2,
.single-fudo .row3,
.single-fudo .row4{
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
.single-fudo .row2{
	display: flex;
	align-items: center;
}
.single-fudo .row2 dd{
	font-size: 2.2rem;
	margin: 0 0 0 10px;
}
.single-fudo .row2.kakaku dd{
	font-size: 2.7rem;
}
html.sp .single-fudo .row3{
	display: flex;
}
.single-fudo .row3 dd{
	font-size: 1.8rem;
	padding: 5px;
}
html.sp .single-fudo .row3 dd{
	margin: 0 0 0 10px;
}
.single-fudo .row4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.single-fudo .row4 dt,
.single-fudo .row4 dd{
	flex-basis: 19%;
	min-width: 0px;
	margin: 4px 0;
}
.single-fudo .row4 dd{
	flex-basis: 24%;
	font-size: 2rem;
}
.single-fudo .row4 dd.dummy{
	margin: 0;
}

.single-fudo #list_other_title{
	padding: 5px;
	margin: 10px 0 0;
}
html.sp .single-fudo #list_other_title{
	text-align: center;
}
.single-fudo #list_other{
	width: 100%;
	border-top: 1px solid #344154;
}
html.sp .single-fudo #list_other,
html.sp .single-fudo #list_other tbody,
html.sp .single-fudo #list_other th,
html.sp .single-fudo #list_other td{
	display: block;
}
html.sp .single-fudo #list_other tr{
	display: flex;
	flex-wrap: wrap;
}
.single-fudo #list_other th,
.single-fudo #list_other td{
	font-size: 1.3rem;
	color: #344154;
	border-bottom: 1px solid #344154;
}
.single-fudo #list_other th{
	font-weight: 500;
}
html.sp .single-fudo #list_other th{
	white-space: nowrap;
	flex-basis: 150px;
}
.single-fudo #list_other td{
	font-weight: 400;
}
html.sp .single-fudo #list_other td{
	flex-grow: 1;
	flex-basis: 250px;
}

.single-fudo #map_canvas{
	border: none !important;
	margin: 50px 0 !important;
	width: 100% !important;
}
html.sp .single-fudo #map_canvas{
	margin-left: -5vw !important;
	width: 100vw !important;
}

.single-fudo .access_row{
	display: none;
}

.single-fudo .favorite_button_area{
	margin: 50px 0;
}
.single-fudo .favorite_button_area .favorite_button{
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	width: 100%;
	padding: 5px;
	border-width: 3px;
	border-radius: 8px;
}

#contact_form{
	position: relative;
	margin: 30px 0 0 0;
	padding: 50px 0;
	background-color: #f5f5f5;
}

#contact_form .list_outer{
	padding: 50px;
	background-color: #fff;
}
html.sp #contact_form .list_outer{
	padding: 25px;
}

#contact_form .box-title{
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
	background-color: #344154;
	padding: 12px;
	margin: 0 0 15px;
}
html.sp #contact_form .box-title{
	font-size: 1.5rem;
	padding: 8px;
}

#contact_form table.contact{
	width: 100%;
	border-collapse: collapse;
}
html.sp #contact_form table.contact,
html.sp #contact_form table.contact tbody,
html.sp #contact_form table.contact tr,
html.sp #contact_form table.contact th,
html.sp #contact_form table.contact td{
	display: block;
}
#contact_form table.contact th,
#contact_form table.contact td{
	font-size: 1.5rem;
	padding: 10px;
	border-bottom: 1px solid #344154;
}
#contact_form table.contact th{
	vertical-align: middle;
	text-align: left;
	color: #344154;
}
html.sp #contact_form table.contact th{
	text-align: center;
}
#contact_form table.contact th.hissu:after{
	content: "（必須）";
	font-size: 1.1rem;
	color: #eb5c31;
}
html.sp #contact_form table.contact td{
	border-bottom: 0;
	padding: 5px 0 10px;
}

#contact_form table.contact .wpcf7-form-control-wrap{
	display: block;
}
#contact_form table.contact input[type="text"],
#contact_form table.contact input[type="email"],
#contact_form table.contact input[type="tel"],
#contact_form table.contact textarea{
	font-size: 1.5rem;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border: 0;
	background-color: #f3f3f3;
}

#contact_form .privacy_area,
#contact_form .submit_area{
	text-align: center;
	margin: 30px 0 0;
}
#contact_form .privacy_area p{
	font-size: 1.2rem;
}

#contact_form .privacy_area .wpcf7-list-item,
#contact_form .privacy_area .wpcf7-list-item label{
	margin: 0;
}

#contact_form .submit_area input[type="submit"]{
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	font-size: 1.7rem;
	color: #fff;
	background: transparent;
	background-color: #9097a1;
	border-radius: 10px;
	border: 0;
	padding: 6px 50px;
}
#contact_form .submit_area input[type="submit"]:hover{
	background-color: #344154;
	opacity: 1;
}

#contact_form .submit_area .ajax-loader{
	display: none;
}

#contact_form .contact_tfm{
	display: flex;
	justify-content: space-evenly;
	margin: 0 0 30px;
}
html.sp #contact_form .contact_tfm{
	margin: 0 0 0px;
}
#contact_form .contact_tfm a:hover{
	text-decoration: none;
}
html.sp #contact_form .contact_tfm img{
	height: 43px;
}
#contact_form .contact_tfm .tel span{
	display: block;
	font-size: 1rem;
	color: #344154;
	margin: 3px 0 -20px 0;
	transform-origin: 0 0;
	transform: translateX(63px) scale(0.8);
}
#contact_form .contact_tfm .border{
	border-left: 1px solid #344154;
}
html.sp #contact_form .contact_tfm_text{
	text-align: center;
	font-size: 1.2rem;
	margin: 20px 0;
}



/* 売りたいページ ************************************************************** */

.page-template-page-uritai h1.entry-title:before {
	content: url(img/uritai/h1_img.svg);
}

nav.page{
	background-color: #4c61a5;
}
nav.page .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
html.sp nav.page .inner{
	justify-content: space-around;
}
nav.page .inner a{
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 0 50px;
}
html.sp nav.page .inner a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 0 11px;
}
nav.page .inner a:after{
	content: url(img/common/pn_a.svg);
	margin-left: 15px;
}
html.sp nav.page .inner a:after{
	margin-left: 5px;
}
nav.page .inner a:hover{
	text-decoration: none;
}
html.sp nav.page .inner a span{
	/*text-align: center;*/
}
nav.page .inner .border{
	border-left: 1px solid #fff;
	height: 36px;
}
html.sp nav.page .inner .border{
	height: 25px;
}

.page-template-page-uritai p{
	font-size: 1.8rem;
	line-height: 1.7;
	margin: 30px ;
}
html.sp .page-template-page-uritai p{
	font-size: 1.3rem;
	margin: 20px 0;
}
.page-template-page-uritai .p1{
	margin: 30px 100px;
}
html.sp .page-template-page-uritai .p1{
	text-align: center;
	font-size: 1.4rem;
	margin: 30px 10px;
}

.page-template-page-uritai .area1{
	background-color: #f4f5f9;
	border-radius: 25px;
	padding: 70px 70px 30px;
	margin: 40px 40px;
}
html.sp .page-template-page-uritai .area1{
	padding: 50px 20px 30px;
	margin: 40px 0px;
}
.page-template-page-uritai .area1 h2{
	font-size: 7rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 50px 30px;
}
html.sp .page-template-page-uritai .area1 h2{
	text-align: center;
	font-size: 3.5rem;
	margin: 0 0 30px 0px;
}
.page-template-page-uritai .area1 h2 small{
	display: block;
	font-size: 3.8rem;
}
html.sp .page-template-page-uritai .area1 h2 small{
	font-size: 2rem;
}
.page-template-page-uritai .area1 h3{
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
	background-color: #4c61a5;
	padding: 10px 30px;
}
html.sp .page-template-page-uritai .area1 h3{
	text-align: center;
	font-size: 1.3rem;
	padding: 10px 5px;
}
.page-template-page-uritai .area1_1{
	display: flex;
	justify-content: center;
	padding: 0 100px 0 30px;
}
html.sp .page-template-page-uritai .area1_1{
	padding: 0;
}
.page-template-page-uritai .area1_1 div{
	flex-grow: 1;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
}
html.sp .page-template-page-uritai .area1_1 div{
	font-size: 1.4rem;
}
.page-template-page-uritai .area1_1 .image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
}
html.sp .page-template-page-uritai .area1_1 .image{
	/*width: 70px;*/
	height: 110px;
}
html.sp .page-template-page-uritai .area1_1 .image img{
	width: 90px;
}
html.sp .page-template-page-uritai .area1_1 .image img[src*="/uritai/1_2."]{
	width: 60px;
}
html.sp .page-template-page-uritai .area1_1 .image img[src*="/uritai/1_3."]{
	width: 70px;
}
.page-template-page-uritai .area1_1 .border{
	flex-grow: 0;
	border-left: 1px dotted #344154;
	/*height: 36px;*/
}
.page-template-page-uritai .area1_2{
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	margin: 50px 20px 30px;
}
html.sp .page-template-page-uritai .area1_2{
	flex-direction: column;
	margin: 30px 0px 30px;
}
.page-template-page-uritai .area1_2 p{
	margin: 0;
}
html.sp .page-template-page-uritai .area1_2 p{
	text-align: center;
	font-size: 1.3rem;
}
.page-template-page-uritai .area1_2 a{
	font-size: 1.7rem;
	font-weight: 700;
	color: #344154;
	background-color: #fff;
	border: 3px solid #344154;
	border-radius: 7px;
	padding: 7px 50px;
	margin: 0 0 0 30px;
}
html.sp .page-template-page-uritai .area1_2 a{
	text-align: center;
	font-size: 1.4rem;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	margin: 15px 0 20px 0;
}
.page-template-page-uritai .area1_2 a:hover{
	text-decoration: none;
	background-color: #d7e1ff;
}

.page-template-page-uritai .area1_3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 50px;
}
html.sp .page-template-page-uritai .area1_3{
	margin: 40px 0px;
}
.page-template-page-uritai .area1_3 .fukidasi{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	background-image: url(img/uritai/f.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	flex-basis: 33%;
	height: 180px;
	padding: 0px 10px 30px 0;
}
html.sp .page-template-page-uritai .area1_3 .fukidasi{
	font-size: 1.4rem;
	flex-basis: 50%;
}
.page-template-page-uritai .area1_3 .fukidasi.fs16{
	font-size: 1.6rem;
}

.page-template-page-uritai .area2{
	
}
.page-template-page-uritai .area2 h3{
	font-size: 2.2rem;
	font-weight: 700;
	background-color: #e5e8f2;
	padding: 10px 30px;
}
html.sp .page-template-page-uritai .area2 h3{
	font-size: 1.6rem;
	padding: 10px 20px;
}
.page-template-page-uritai .area2 .head_image{
	text-align: right;
	padding: 0 50px;
	margin: -30px 0 -50px;
}
html.sp .page-template-page-uritai .area2 .head_image img{
	width: 80px;
	margin: -30px 0 30px;
}
.page-template-page-uritai .area2 table.area2_t{
	width: 100%;
}
.page-template-page-uritai .area2 table.area2_t th{
	font-family: urw-din, sans-serif;
	font-weight: 600;
	font-size: 6.1rem;
	line-height: 1;
	color: #4c61a5;
	padding: 0 30px 20px 0;
}
html.sp .page-template-page-uritai .area2 table.area2_t th{
	font-size: 4rem;
}
.page-template-page-uritai .area2 table.area2_t th:after{
	content: url(img/uritai/3.svg);
	display: block;
	/*height: 50px;*/
}
.page-template-page-uritai .area2 table.area2_t tr:last-child th:after{
	display: none;
}
.page-template-page-uritai .area2 table.area2_t td{
	position: relative;
	vertical-align: top;
	padding: 0 0 20px 0;
}
html.sp .page-template-page-uritai .area2 table.area2_t td{
	vertical-align: top;
	padding: 0 50px 20px 0;
}
.page-template-page-uritai .area2 table.area2_t h4{
	font-size: 2.8rem;
	font-weight: 700;
	color: #4c61a5;
}
html.sp .page-template-page-uritai .area2 table.area2_t h4{
	font-size: 1.7rem;
}
.page-template-page-uritai .area2 table.area2_t h5{
	font-size: 2.2rem;
	font-weight: 700;
	color: #4c61a5;
	background-color: #e5e8f2;
	padding: 1px 15px;
	margin: 10px 0 5px;
}
.page-template-page-uritai .area2 table.area2_t p{
	letter-spacing: 0.05em;
	margin: 0;
}
.page-template-page-uritai .area2 table.area2_t p a{
	color: #344154;
	text-decoration: underline;
}

.page-template-page-uritai .area2 .img04a{
	pointer-events: none;
	position: absolute;
	margin: 15px 0 0 5px;
}
html.sp .page-template-page-uritai .area2 .img04a{
	width: 150px;
	height: 730px;
	margin: 0;
	left: 190px;
	top: 15px;
}

.page-template-page-uritai .area2 .area2_1{
	display: flex;
	justify-content: space-between;
}
html.sp .page-template-page-uritai .area2 .area2_1{
	flex-direction: column;
}
.page-template-page-uritai .area2 .area2_1 > div:first-child{
	flex-grow: 1;
	margin: 0 80px 0 0;
}
html.sp .page-template-page-uritai .area2 .area2_1 > div:first-child{
	margin: 0;
}
html.sp .page-template-page-uritai .area2 .area2_1 > div:nth-of-type(2){
	margin: 0 -50px 0 0;
}

.page-template-page-uritai #contact_form{
	/*margin: 0;*/
	/*width: auto;*/
}
#contact_form p.satei{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
	margin: 40px 0;
}



/* お役立ち情報ページ ************************************************************** */

.post-type-archive-oyakudachi h1.entry-title:before {
	content: url(img/oyakudachi/h1_img.svg);
}

.post-type-archive-oyakudachi article{
	margin: 50px 0;
}
.post-type-archive-oyakudachi article h3{
	font-size: 2.6rem;
	font-weight: 700;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #344154;
}
html.sp .post-type-archive-oyakudachi article h3{
	font-size: 1.6rem;
	padding: 0 0 5px;
}
.post-type-archive-oyakudachi article .content{
	font-size: 1.8rem;
	line-height: 1.9;
	margin: 0;
}
html.sp .post-type-archive-oyakudachi article .content{
	text-align: justify;
	font-size: 1.4rem;
	line-height: 1.6;
}
.post-type-archive-oyakudachi article .content p{
	margin: 0 0 30px;
}

.post-type-archive-oyakudachi .oyakudachi_foot_text{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	color: #4c61a5;
	background-color: #f5f5f5;
	padding: 0px 0 50px;
}

html.sp .post-type-archive-oyakudachi .foot_banner3{
	background-color: #f5f5f5;
}



/* 会社案内ページ ************************************************************** */

.page-template-page-kaisya_annai .main_image{
	background-image: url(img/kaisya_annai/1.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 512px;
}
html.sp .page-template-page-kaisya_annai .main_image{
	height: 250px;
}

.page-template-page-kaisya_annai #main h3{
	font-size: 2.2rem;
	font-weight: 700;
	background-color: #e5e8f2;
	padding: 15px 25px;
	margin: 70px 0 30px;
}
html.sp .page-template-page-kaisya_annai #main h3{
	font-size: 1.6rem;
	padding: 10px 20px;
	margin: 30px 0 30px;
}

.page-template-page-kaisya_annai .row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-template-page-kaisya_annai .row .box{
	flex-basis: 260px;
	margin: 0 0 50px;
}
html.sp .page-template-page-kaisya_annai .row .box{
	flex-basis: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
html.sp .page-template-page-kaisya_annai .row .box img{
	width: 180px;
	margin: 0 10px 0 0;
}
.page-template-page-kaisya_annai .row .box h4{
	display: flex;
	justify-content: space-between;
	font-size: 2rem;
	font-weight: 700;
	margin: 10px 0;
}
html.sp .page-template-page-kaisya_annai .row .box h4{
	font-size: 1.4rem;
	margin: 0px 0 5px;
}
.page-template-page-kaisya_annai .row .box h4 a{
	display: flex;
}
.page-template-page-kaisya_annai .row .box p{
	font-size: 1.6rem;
	line-height: 1.8;
}
html.sp .page-template-page-kaisya_annai .row .box p{
	font-size: 1.3rem;
	line-height: 1.6;
}
html.sp .page-template-page-kaisya_annai .row .box img[src*="/kaisya_annai/3_a."]{
	width: 120px;
}

.page-template-page-kaisya_annai .access_row{
	justify-content: space-between;
}

.page-template-page-kaisya_annai table.gaiyou{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 50px;
}
.page-template-page-kaisya_annai table.gaiyou th,
.page-template-page-kaisya_annai table.gaiyou td{
	vertical-align: top;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 300;
	border-bottom: 1px solid #344154;
	padding: 8px 15px;
}
html.sp .page-template-page-kaisya_annai table.gaiyou th,
html.sp .page-template-page-kaisya_annai table.gaiyou td{
	font-size: 1rem;
}
.page-template-page-kaisya_annai table.gaiyou th{
	vertical-align: middle;
	font-weight: 500;
}
html.sp .page-template-page-kaisya_annai table.gaiyou th,
html.sp .page-template-page-kaisya_annai table.gaiyou td:first-child{
	white-space: nowrap;
	padding: 8px 15px 8px 2px;
}
.page-template-page-kaisya_annai table.gaiyou table.gaiyou{
	margin: 0 0 0px;
}
.page-template-page-kaisya_annai table.gaiyou table.gaiyou tr:last-child th,
.page-template-page-kaisya_annai table.gaiyou table.gaiyou tr:last-child td{
	border-bottom: 0;
}

.page-template-page-kaisya_annai .foot_banner3{
	background-color: transparent;
}

.page-template-page-kaisya_annai article.staff{
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 50px;
}
html.sp .page-template-page-kaisya_annai article.staff{
	flex-direction: column;
}

.page-template-page-kaisya_annai article.staff .left{
	width: 280px;
}
html.sp .page-template-page-kaisya_annai article.staff .left{
	width: 100%;
	margin: 0 0 20px 0;
}
.page-template-page-kaisya_annai article.staff .right{
	width: 550px;
}
html.sp .page-template-page-kaisya_annai article.staff .right{
	width: 100%;
}

.page-template-page-kaisya_annai article.staff .left1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
html.sp .page-template-page-kaisya_annai article.staff .left1{
	align-items: stretch;
}
.page-template-page-kaisya_annai article.staff .gazou{
	flex-basis: 110px;
}
html.sp .page-template-page-kaisya_annai article.staff .gazou{
	flex-basis: 120px;
}
.page-template-page-kaisya_annai article.staff .left3{
	flex-basis: 160px;
}
html.sp .page-template-page-kaisya_annai article.staff .left3{
	flex-basis: 300px;
}
.page-template-page-kaisya_annai article.staff .yakusyoku{
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	background-color: #4c61a5;
	padding: 2px 10px;
	white-space: nowrap;
}
html.sp .page-template-page-kaisya_annai article.staff .yakusyoku{
	padding: 0px 10px;
}
.page-template-page-kaisya_annai article.staff .namae{
	font-size: 2.9rem;
	font-weight: 500;
	line-height: 1;
	margin: 10px 0 3px;
	white-space: nowrap;
}
html.sp .page-template-page-kaisya_annai article.staff .namae{
	display: inline-block;
	font-size: 1.8rem;
	margin-right: 10px;
}
.page-template-page-kaisya_annai article.staff .furigana{
	font-size: 1.6rem;
	font-weight: 500;
	white-space: nowrap;
}
html.sp .page-template-page-kaisya_annai article.staff .furigana{
	display: inline-block;
	font-size: 1.3rem;
}
.page-template-page-kaisya_annai article.staff .gaiyou2{
	line-height: 1.8;
	margin: 20px 0 0;
}
.page-template-page-kaisya_annai article.staff .gaiyou1{
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 5px 0 0;
}

.page-template-page-kaisya_annai table.staff{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #344154;
}
.page-template-page-kaisya_annai table.staff th,
.page-template-page-kaisya_annai table.staff td{
	text-align: left;
	font-weight: 400;
	padding: 10px 20px;
	border-bottom: 1px solid #344154;
}
.page-template-page-kaisya_annai table.staff th{
	vertical-align: middle;
	background-color: #f3f3f3;
	width: 150px;
}
html.sp .page-template-page-kaisya_annai table.staff th,
html.sp .page-template-page-kaisya_annai table.staff td{
	font-size: 1.3rem;
	padding: 8px 15px;
}



/* メールでお問合せ ************************************************************** */

.page-template-page-mail_contact h1.entry-title:before {
	content: url(img/mail_contact/h1_img.svg);
}
.page-template-page-mail_contact #contact_form p.satei{
	margin-top: 0;
}

/* 固定ページ（デフォルト） ************************************************************** */

.page-template-default .content{
	margin: 50px 0;
}
.page-template-default .content p{
	margin: 20px 0;
}
.page-template-default .content dt{
	margin: 20px 0 0;
}



/* 404 ************************************************************** */

.error404 .entry-title{
	text-align: center;
	font-size: 2rem;
	margin: 100px 0;
}
















