@charset "utf-8";

* {
    -webkit-box-sizing:border-box;
    -moz:box-sizing:border-box;
    box-sizing:border-box;
}

:root {
  --main-bg: #E46926;/*Arielhome orange*/
  --dark-color: #D1412D;
  --sub-color:#1786C5;/*ミズイロ*/
  --btn-color: ;/*#bb112b;*/
  --btn-bg: linear-gradient(to bottom, #FC9A26, #FC5406);
  --blog-bg: #82BAE7;/**/
  --nav-drawer: ;/**/
}


/* background-color: var(--main-bg);*/



input[type="checkbox"] {
transform: scale(1.5);
margin: 0 4px;
}
input[type="radio"] {
transform: scale(1.5);
margin: 0 4px;
}
.ml1em{
margin-left: 1em;
}
.mb10{margin-bottom:10px;}
/* PC用CSS */
@media print, screen and (min-width: 768px) {

a[href^="tel:"] {pointer-events: none;}
.pcno{display:none !important;}

.wb{
word-break: auto-phrase;
}

figure,
aside, footer, header, nav, section{
	display: block;
	margin:0;
	padding:0;
}

html{
box-sizing: border-box; scroll-behavior: smooth; font-size: 62.5%;/* 10px */}


body{
	width:100%;
	/*min-width:1000px;*//*横スクロールで背景が切れないように*/
	line-height:1.7;
	padding:0;
	margin:0;
	font-size: 1.5rem;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color:#222;
}

ul, ol, dl,dt,dd,div,ol,ul,li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
li {list-style-type:none;}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:middle;
}
a {outline:none;border:0;}
a:hover img,
input[type="image"]:hover{
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a:link{color:#1E3F84;text-decoration:none;}
a:visited{color:#1E3F84;text-decoration:none;}
a:hover{color:#e50202;text-decoration:underline;}
a:active{color:#1E3F84;text-decoration:none;}

.pcno{display:none;}
img {vertical-align: middle;border:0;}
.pem p{
	margin-bottom: 1em;}
/*位置と状態*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.r{text-align:right;}
.bold{font-weight:bold;}
.red{color:red;}

/*余白*/
.mb05em {margin-bottom:0.5em;}
.mb1em {margin-bottom:1em;}
.mb2em {margin-bottom:2em;}
.mb3em {margin-bottom:3em;}
.mb5em {margin-bottom:5em;}
@media only screen and (min-width:768px){
.mb50smp30{
margin-bottom: 50px;
}

}/******************/
/******************/
/******************/
.jisage{
	padding-left:1em;
	text-indent:-1em;
}
input[type="checkbox"],
input[type="radio"],
input[type="text"],
select{
margin-right: 4px;}

/*-----------------------------------------------
header
-----------------------------------------------*/
header{
	width:100%;
}
.header_inner{
	max-width:1000px;
	height:104px;
	margin:0 auto;
	position:relative;
}
.header_inner:after{content: "";display: block;clear: both;}

.catchtext{
	position:absolute;
	top:6px;
	left:0;
	font-size:12px;
}
ul.headerlink{
position:absolute;
top:60px;
right:250px;
@media only screen and (min-width:890px){width: 380px;display:flex;justify-content:flex-end;align-items:flex-start;flex-wrap:wrap;}
font-size:12px;
}


ul.headerlink a:not(:hover) {color:#222;text-decoration:none;}
ul.headerlink a:hover{text-decoration:underline;opacity: 0.5;}

ul.headerlink:after{content: "";display: block;clear: both;}

ul.headerlink li{
	margin:0 6px 0 0;
	font-size: 90%;
}
		ul.headerlink li:last-child{
			margin:0;
		}
		ul.headerlink li.file{
			width:auto !important;}
		ul.headerlink li.file:before{
			font-family: 'FontAwesome' ;
			content: '\f15b';
			display: inline-block;
			width: 1.4em;
			text-align: center;
			color:#CDCDCD;
			font-size: 1.2em;
		}
		ul.headerlink li.key:before{
			font-family: 'FontAwesome' ;
			content: '\f023';
			display: inline-block;
			width: 1.4em;
			text-align: center;
			color:#CDCDCD;
			font-size: 1.2em;
		}
		ul.headerlink li.sitemap:before{
			font-family: 'FontAwesome' ;
			content: '\f0e8';
			display: inline-block;
			width: 1.4em;
			text-align: center;
			color:#CDCDCD;
			font-size: 1.2em;
		}
		ul.headerlink li.house a:before{
			font-family: 'FontAwesome' ;
			content: '\f015';
			display: inline-block;
			width: 1.4em;
			text-align: center;
			color:#CDCDCD;
			font-size: 1.2em;
		}
		ul.headerlink li.privacy a:before{
			font-family: 'FontAwesome' ;
			content: '\f023';
			display: inline-block;
			width: 1.4em;
			text-align: center;
			color:#FC9DB8;
			font-size: 1.2em;
		}

.logo{
	position:absolute;
	top:48px;
	left:0;
	width:350px;
	height:38.5px;
	background:url(../img/logo.jpg) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	background-size: contain;
	
}
.logo:hover{opacity:0.7;}
.header_info{ width:230px;
position: relative;
top:40px;
float:right;}
.h_tel{
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	width: 230px;
	height: 72px;
	color:#000;
	letter-spacing: -0.1px;
	font-size: 20px;
	line-height:1.2;
}
.h_tel p{
font-size: 2.4rem;
}
		.h_tel p:before{
			font-family: 'FontAwesome' ;
			content: '\f095';
			display: inline-block;
			width: 1.0em;
			text-align: center;
			color:var(--main-bg);
			font-size: 1em;
		}
.h_tel p span{
	display: inline-block;
	font-size: 80%;}
.h_time{
	padding-top: 40px;
	font-size:12px;
	line-height:1.5;
	letter-spacing:0.2px;

}
.menubtn{
	display:none;
}
/*-----------------------------------------------
グローバルメニューはmenu.cssへ
-----------------------------------------------*/

/*-----------------------------------------------
footer
-----------------------------------------------*/
footer{
	clear:both;
	width:100%;
	background:#F8F8F8;
	overflow:hidden;
	font-size: 13px;
}


/**/

footer .footer_inner{
	width:1000px;
	height:345px;
	margin:0 auto;
}
footer .footer_inner:after{content: "";display: block;clear: both;}

.footerinfo{
	clear: both;
	max-width: 1000px;
	/* height: 272px; */
	padding: 20px 0 20px 0;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	}

.footerinfo .companydata{
	width:420px;
}
.footerinfo .companydata dl{
	width:420px;
	overflow:hidden;
	margin:0 0 10px 0;
}
.footerinfo .companydata dl dt{
	clear:both;
	float:left;
	width:8em;
	margin:0 0 4px;
}
.footerinfo .companydata dl dd{
	margin:0 0 4px;
	padding:0 0 0 8em;
}
.footerinfo .footer_menu{
}
.footerinfo .footer_menu ul{
	float:left;
}
.footerinfo .footer_menu ul.w200{
	width:200px;
}
			.footerinfo .footer_menu ul.next{
				float:none;
				margin:4px 0 0 1em;
			}
			.footerinfo .footer_menu ul.next li{				
								padding:0 0 0 8px;
				margin:0 0 4px 0;
			}
			
.footerinfo .footer_menu ul.next li:before { content:"▶";
margin-right:3px;
font-size:80%;
color: var(--main-bg);}
			
			.footerinfo .footer_menu ul.next li:last-child{
				margin:0;
			}
.footerinfo .footer_menu ul.last{
	float:right;
	width:136px;
}
.footerinfo .footer_menu ul li{
	padding:0 0 0 18px;
	margin:0 0 6px 0;
}
.footerinfo .footer_menu ul li:before{
			font-family: 'FontAwesome' ;
			content: '\f138';
			/*content: '\f015';*/
			display: inline-block;
			width: 1.4em;
			text-align: center;
			color:var(--main-bg);
			font-size: 1.2em;
		}

.footerinfo .footer_menu ul li a:link{color:#222; text-decoration:none;}
.footerinfo .footer_menu ul li a:visited{color:#222; text-decoration:none;}
.footerinfo .footer_menu ul li a:hover{color:#f00; text-decoration:underline;}
.footerinfo .footer_menu ul li a:active{color:#222; text-decoration:none;}

.copyright{
	width:100%;
	color:#fff;
	text-align:center;
	font-size:11px;
}


.foottelbox .tel{
	display: block;
	width: 220px;
	height: 36px;
	letter-spacing: 0.2px;
	font-size: 20px;
}
.foottelbox .tel:before{
	font-family: 'FontAwesome' ;
	content: '\f095';
	display: inline-block;
	width: 1.2em;
	text-align: center;
	color:#444;
	font-size: 1em;
}
.foottelbox .tel a:link{color:#444;text-decoration:none;}
.foottelbox .tel a:visited{color:#444;text-decoration:none;}
.foottelbox .tel a:hover{color:#000;text-decoration:none;}
.foottelbox .tel a:active{color:#444;text-decoration:none;}










/**/
.footblock{
	width:1000px;
	margin:20px auto 30px;
	overflow:hidden;
}
.foottelbox{
	width:220px;
	float:left;
	color:#444;
}
.foottelbox .name{
	font-size:16px;
	margin-bottom:8px;
	font-weight:bold;
}
.foottelbox .address{
	font-size:13px;
}

.foottelbox .time{
	font-size:12px;
	margin:0 0 8px 0;
}
.btn_contact_foot{/*block化している*/
	display:inline-block;
	height:30px;
	line-height:30px;
	border:1px solid #F77C19;
	background: linear-gradient(to bottom, #FC9A26, #FC5406);
	font-size:12px;
	margin:0 0 12px 0;
	padding:0 14px 0 14px;
	box-sizing: border-box;
}
.btn_contact_foot:before{
	font-family: 'FontAwesome' ;
	content: '\f0e0';
	display: inline-block;
	width: 1.4em;
	text-align: center;
	color:#fff;
	font-size: 1.4em;
}
.btn_contact_foot:link{color:#fff; text-decoration:none;}
.btn_contact_foot:visited{color:#fff; text-decoration:none;}
.btn_contact_foot:hover{color:#fff; text-decoration:none;opacity:0.7;}
.btn_contact_foot:active{color:#fff; text-decoration:none;}

/*フッターメニュー*/
ul.normalmenu{
	width:220px;
	display: inline-block;
	margin-right:24px;
	line-height:1.8;
}
ul.normalmenu li{
	width:220px;
	display: inline-block;
	margin-right:24px;
}
ul.normalmenu li a{
	width:220px;
	display:block;
	margin-bottom:2px;
	font-size:13px;
}
ul.normalmenu li a:before {
	content:"-";
	margin-right:3px;
	font-size:60%;
	color: #444;
	font-weight:bold;
}
ul.normalmenu li a:link{color:#444 !important; text-decoration: none !important;}
ul.normalmenu li a:visited{color:#444 !important;text-decoration: none !important;}
ul.normalmenu li a:hover{color:#000 !important;text-decoration: underline !important;}
ul.normalmenu li a:active{color:#444 !important;text-decoration: none !important;}

.footli{
	width:720px;
	float:right;
}
.foot_link {
	line-height: 1.5;
}
.foot_link a:link{color:#444 !important; text-decoration: none !important;}
.foot_link a:visited{color:#444 !important;text-decoration: none !important;}
.foot_link a:hover{color:#000 !important;text-decoration: underline !important;}
.foot_link a:active{color:#444 !important;text-decoration: none !important;}

.foot_link dl{
	width:200px;
	display: inline-block;
	margin-right:24px;
	line-height:1.8;
	vertical-align:top;
	margin-bottom:30px;
}
.foot_link dl:nth-child(n+4){/*4番目から最後まで*/
	margin-bottom:0;
}
.foot_link dl dt{
	width:200px;
	color:#444 !important;
	padding-bottom:5px;
	margin-bottom:10px;
	vertical-align:top;
	font-size:13px;
	background-image: linear-gradient(to right, #444, #444 1px, transparent 1px, transparent 4px);
	background-size: 4px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight:bold;
	}
.foot_link dl dd{
	width:200px;
}
.foot_link dl dd a{
	display:block;
	margin-bottom:2px;
	font-size:13px;
}
.foot_link dl dd a:before {
	content:"-";
	margin-right:3px;
	font-size:60%;
	color: #444;
	font-weight:bold;
}
.copyright{
	font-size:12px;
	text-align:center;
	background:var(--main-bg);
	height:34px;
	line-height:34px;
	color:#fff;
}
/*-----------------------------------------------
共通
-----------------------------------------------*/
.wrapper{
	max-width:1000px;
	margin:0 auto 60px;
}
.wrapper:after{content: "";display: block;clear: both;}

.wrapper_next{/*下層*/
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow:hidden;
	/*background:#f1f1f1;*/
}
.wrapper_next:after{content: "";display: block;clear: both;}

.wrapper_inner{/*下層背景白。ブラウザ幅狭めるとひっかかる為、widthは指定せず背景画像で対応。*/
	background:url(../img/bk_wrapper_inner.png) repeat-y center 0;
	margin:-40px auto 0;
	overflow:hidden;
	box-sizing: border-box;
}

.next_contents{
	max-width:980px;
	margin:40px auto 60px;
}
.next_contents:after{content: "";display: block;clear: both;}

.path{
	max-width:1000px;
	height:20px;
	line-height:20px;
	font-size:13px;
	margin:10px 0 20px 0;
	color:#666;
}
.path a:link{color:#666; text-decoration: none;}
.path a:visited{color:#666; text-decoration:none;}
.path a:hover{color:#666;text-decoration:underline;}
.path a:active{color:#666; text-decoration:none;}

/*タイトル01*/
.ttl04,
.ttl01{
	margin:0 auto 1.5em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	position: relative;
	font-size: 28px;
	text-align: center;
}
.ttl01::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #333;
	width : 20% ;
	width : -webkit-calc(100% - 90%) ;
	width : calc(100% - 90%) ;
	margin: 0 auto;
}
.ttl02{
	margin:0 auto 1.5em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 24px;
	color:var(--main-bg);
	text-indent:0.6em;
	position: relative;
	}
.ttl03{display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: var(--main-bg);
    color: #fff;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 0.3em;
    position: relative;
    text-indent: 14px;
	font-size: 24px;
}

.btnarea{
	}

.fixed {
    position: fixed;
    top: 10px;
    left: 50%;
    z-index: 10;
    margin-left: -490px;
    margin-right: auto;
	padding-top:30px;
    background-color: #fff;
	width:980px;
}
.ttl02:before {
    content: "";
    display: inline-block;
    height: 1.6em;
    width: 5px;
    background: -webkit-gradient(linear, left top, right bottom, from(var(--main-bg)), to(#4186ED));
    background: -moz-linear-gradient(left, var(--main-bg), #4186ED);
    background: linear-gradient(left, var(--main-bg), #4186ED);
	margin-right: 0.5em;
	position:absolute;
	top:0;
	left:0px;
}



.title01{
	background:var(--main-bg);
	height:38px;
	line-height:38px;
	text-indent:12px;
	font-size:19px;
	color:#fff;
	border-radius:4px;
}
.title01_sepa{/*右に一覧リンクあるとき*/
	background:var(--main-bg);
	height:38px;
	line-height:38px;
	font-size:19px;
	color:#fff;
	border-radius:4px;
	margin:0 0 1em 0;
}
.title01_sepa:after{content: "";display: block;clear: both;}

.title01_sepa .title{
	float:left;
}
.title01_sepa a{
	float:right;
	margin:0 14px 0 0;
	font-size:12px;
}
.title01 a:link,
.title01_sepa a:link{color:#fff;}
.title01 a:visited,
.title01_sepa a:visited{color:#fff;}
.title01 a:hover,
.title01_sepa a:hover{color:#fff;}
.title01 a:active,
.title01_sepa a:active{color:#fff;}

.title02 {
	background: #eee;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 8px;
	color: #222;
	font-weight: bold;
	border-left: 5px solid #BF3F3E;
}
.title03{
	color:var(--main-bg);
	font-weight: bold;
	font-size: 18px;
	/*border-left:1px solid #ff0000;
border-right:1px solid #0000ff;*/
	}


.title03:after {
content:"";
display:block;
height:3px;
width:100%;
background: linear-gradient(90deg, #ffbb1e, var(--main-bg));

}

	
/*.inner01{
	margin:0 0 0 20px;
}*/
.next_section{/*各カテゴリの下余白*/
	margin:0 0 4em 0;
}
.next_section:after{content: "";display: block;clear: both;}

/*-----------------------------------------------
トップページ
-----------------------------------------------*/
.top_section{/*各カテゴリの下余白*/
	margin:0 0 3em 0;
}
.top_section:after{content: "";display: block;clear: both;}
.mainbox {
    position: relative;
    text-align: center;
	padding-bottom: 30px;
}
#simple{
	position:absolute;
	top:0;
	left: 50%;
	transform: translate(-50%, 0);
	}
.mainimg_whole{
	width:100%;
	height:434px;
	margin:0 auto 30px;
}
.mainimg_whole .inner{
	max-width:1000px;
	height:434px;
	margin:20px auto 30px;
	position:relative;
}
		.mainimg{
			width: 160px;
			height:160px;
			z-index:200;
			position:absolute;
			top:24px;
			right:0%;
			margin:0 0 0 60px;
			padding:20px 0 0 0;

		}

		/*.mainimg a.m01{
			background:url(../img/btn_top_ensen.png) no-repeat;
		}
		.mainimg a.m02{
			background:url(../img/btn_top_address.png) no-repeat;
		}
		.mainimg a.m03{
			background:url(../img/btn_top_map.png) no-repeat;
		}
		*/
		.quicksearch{
			width: 260px;
			height:434px;
			z-index:250;
			position:absolute;
			top:0;
			left:50%;
			margin:0 0 0 240px;
			background:#fff;
			box-sizing: border-box;
			border-radius:6px;
			border:2px solid var(--main-bg);
		}
		.quicksearch .title{
			height:35px;
			line-height:35px;
			color:#fff;
			background:var(--main-bg);
			text-align:center;
			font-size:15px;
			font-weight:bold;
			
			border-radius: 4px 4px 0 0 / 4px 4px 0 0;/*上だけ角丸*/
		}
		/*お探しの駅*/
		.quicksearch dl.a01{
			width:386px;
			margin:10px auto 8px;
			border-bottom: 1px dotted #ccc;
		}
		.quicksearch dl.a01:after{content: "";display: block;clear: both;}

		.quicksearch dl.a01 dt{
			width:164px;
			font-weight:bold;
			box-sizing: border-box;
			float: left;
			clear: left;
		}
				.quicksearch dl dt:before{/*共通*/
					font-family: 'FontAwesome';
					content: '\f058';
					display: inline-block;
					width: 1.4em;
					text-align: center;
					color:var(--main-bg);
					font-size: 1.1em;
				}
		.quicksearch dl.a01 dd{
			font-size:13px;
			margin:0 0 10px 0;
			line-height:2.1;
			box-sizing: border-box;
		}
		/*間取り*/
		.quicksearch dl.a02{
			margin:0 6px 6px 6px;
			padding:0 0 6px 0;
			border-bottom: 1px dotted #ccc;
		}
		.quicksearch dl.a02:after{content: "";display: block;clear: both;}


		.quicksearch dl.a02 dt{
			width:164px;
			font-weight:bold;
			box-sizing: border-box;
			text-align: left;
		}
		.quicksearch dl.a02 dd{
			font-size:13px;
			margin:0 0 10px 10px;
			line-height:2.1;
			box-sizing: border-box;
			vertical-align: top;
			text-align: left;
}
		.quicksearch dl.a02 dd label{
			display: inline-block;
			/*width:164px;*/
			margin-right: 6px;
		}
		/*家賃*/
		.yachin{
			width:70% !important;}
		.quicksearch dl.a03{
			width:386px;
			margin:10px auto 8px;
		}
		.quicksearch dl.a03:after{content: "";display: block;clear: both;}

		.quicksearch dl.a03 dt{
			width:164px;
			font-weight:bold;
			box-sizing: border-box;
			float: left;
			clear: left;
		}
		.quicksearch dl.a03 dd{
			font-size:13px;
			margin:0 0 10px 0;
			line-height:2.1;
			box-sizing: border-box;
	}
/*入力枠*/
.quicksearch input.station{
	width:140px;
	padding:2px;
	border:1px solid #ccc;
}
.quicksearch dl dd label{
	display:block;
}
.quicksearch dl dd input[type="checkbox"]{
	transform: scale(1.2);
}
.quicksearch dl dd select{
	width:90%;
	padding:2px;
	border:1px solid #ccc;
}
/*今すぐ検索*/
.btn_topimasugu{
	display:block;
	width:140px;
	height:30px;
	margin:10px auto 0;
	padding:0 0 0 10px;
	text-decoration: none!important;
	border:none;
	background: url(../img/mushi.png) no-repeat #ff6b02 10px 6px;
	border-radius:4px;
	cursor: pointer;
	color:#fff;
	position: relative;
}



.btn_topimasugu:focus {
	outline: 0;
}
.btn_topimasugu:link{color:#fff;}
.btn_topimasugu:visited{color:#fff;}
.btn_topimasugu:hover{color:#fff; opacity:0.6;}
.btn_topimasugu:active{color:#fff;}

.top_section .le{
	float:left;
	width:490px;
}
.top_section .ri{
	float:right;
	width:490px;
}
.title_topics:before{
	font-family: 'FontAwesome' ;
	content: '\f075';
	display: inline-block;
	width: 2.0em;
	text-align: center;
	color:#fff;
	font-size: 1em;
}
.title_star:before{
	font-family: 'FontAwesome' ;
	content: '\f005';
	display: inline-block;
	width: 2.0em;
	text-align: center;
	color:#fff;
	font-size: 1em;
}
.title_new:before{
	font-family: 'FontAwesome' ;
	content: '\f015';
	display: inline-block;
	width: 1.8em;
	text-align: center;
	color:#fff;
	font-size: 1.3em;
}
.title_topabout:before{
	font-family: 'FontAwesome' ;
	content: '\f1ad';
	display: inline-block;
	width: 1.8em;
	text-align: center;
	color:#fff;
	font-size: 1.3em;
}
/*Topics*/
dl.top_topics{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
}
dl.top_topics dt{
	width: 110px;
	padding: 10px;
	box-sizing: border-box;
	font-weight:bold;
	border-bottom: 1px dotted #D5D5D5;
}
dl.top_topics dd{
width: calc(100% - 110px);

	padding: 10px;
	margin: 0;
	border-bottom: 1px dotted #D5D5D5;
	box-sizing: border-box;
}
dl.top_topics dd a:link{text-decoration:none;}
dl.top_topics dd a:visited{text-decoration:none;}
dl.top_topics dd a:hover{text-decoration:underline;}
dl.top_topics dd a:active{text-decoration:none;}

/*特集から検索*/
ul.top_banner{
	max-width:1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-flow: row wrap;
}
ul.top_banner li{
	width:490px;
	height:150px;
	margin:0 10px 20px 0;
	word-break: break-all;
}
ul.top_banner li:nth-child(2n){
	margin:0 0 20px 0;
}
/*新着物件特集*/
.top_shinchaku{
	max-width:1000px;
	margin:0 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
	flex-flow: row wrap;
}

.top_shinchaku li{
	width:322px;
	margin:0 16px 40px 0;
	box-sizing: border-box;
}
.top_shinchaku li:nth-child(3n){
	margin-right:0;
}
.top_shinchaku .photo{
	width:320px;
	height:202px;
	position:relative;
	margin:0 0 10px 0;
}
.top_shinchaku .photo img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 320px;
	max-height: 202px;
	width: auto;
	height: auto;
}



.top_shinchaku .new:before{
content:"NEW";
margin-right:3px;
font-size:80%;
color: #fff;
background-color: #D23232;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:2px 4px;
}
.top_shinchaku .title{
	font-weight:bold;
	line-height:1.5;
	font-size:14px;
	margin:0 0 1em 0;
}
.f_orange{
color: var(--main-bg);
font-weight: bold;
}
.top_shinchaku table{
	width:320px;
	font-size:12px;
	margin:0 0 16px 0;
}
.top_shinchaku table th{
	width:70px;
	background:#EEEEEE;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #fff;
	padding:6px 4px;
	line-height:1.5;
}

.top_shinchaku table td{
	border-bottom:1px solid #EEEEEE;
	line-height:1.5;
}
.btn_topshosai{
	display:block;
	margin:0 auto;
	padding: 2px 22px;
	text-decoration: none!important;
	border:1px solid #F7B800;
	background:#F7B800;
	cursor: pointer;
	color:#fff;
}
.btn_topshosai:link{color:#fff;}
.btn_topshosai:visited{color:#fff;}
.btn_topshosai:hover{color:#fff; opacity:0.6;}
.btn_topshosai:active{color:#fff;}

/*すべての販売中の物件を見るボタン*/
.btn_subetebuild{
	display:block;
	width:780px;
	height:44px;
	line-height:44px;
	background:#F7B800;
	position: relative;
	text-indent:0;
	text-align:center;
	font-size:20px;
	margin:0 auto;
}
.btn_subetebuild:after{
	content: '';
	width: 0;
	height: 0;
	border: solid 8px transparent;
	border-left: solid 12px #fff;
	position: absolute;
	top: 50%;
	right: 240px;
	margin-top: -6px;
}
.btn_subetebuild:link{color:#fff; text-decoration:none;}
.btn_subetebuild:visited{color:#fff; text-decoration:none;}
.btn_subetebuild:hover{color:#fff; text-decoration:none;opacity:0.7;}
.btn_subetebuild:active{color:#fff; text-decoration:none;}

.top_about_ul{
	width:1000px;
	margin:0 0 40px 0;
}
.top_about ul{
	display:flex;
	justify-content: space-between;
	}
	
	
.top_about ul li{
	margin-right: 20px;
	}	

.top_about ul li:last-child{
	margin-right:0;}

	.top_about ul li .tablebox{
		height:210px;
		}
.top_about_ul:after{content: "";display: block;clear: both;}

.top_about_ul li.map{
	float:left;
	width:560px;
	height:238px;
	margin:0 18px 0 0;
}
.top_about_ul li.companyinfo{
	float:right;
	width:400px;
	height:238px;
	box-sizing: border-box;
}
.top_about_ul li.companyinfo .title{
	font-weight:bold;
	margin:0 0 0.5em 0;
	font-size:14px;
}
.top_about .topgyomu{
	color:var(--main-bg);}
.top_about table{
	font-size:12px;
	margin:0 0 16px 0;
	/*border:1px solid #eee;*/
	box-sizing: border-box;
	width:100%;
}

.top_about_ul li table{
	width:400px;
	font-size:12px;
	margin:0 0 16px 0;
	/*border:1px solid #eee;*/
	box-sizing: border-box;
}
.top_about table th{
		width:9em;
	background:#EEEEEE;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #fff;
	padding:6px 4px;
	line-height:1.5;
	}
.top_about_ul li table th{
	width:60px;
	background:#EEEEEE;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #fff;
	padding:6px 4px;
	line-height:1.5;
}
.top_about table td,
.top_about_ul li table td{
	border-bottom:1px solid #EEEEEE;
	padding:6px;
	line-height:1.5;
}
a.btn_topshosai{
	display:block;
	margin:0 auto;
	padding: 4px 22px;
	text-decoration: none!important;
	border:1px solid #ff6b02;
	background: linear-gradient(to bottom, #FC9A26, #FC5406);
	cursor: pointer;
	color:#fff;
	text-align:center;
	max-width: 80%;
	margin-left: 10%;
}
a.btn_topshosai:link{color:#fff;}
a.btn_topshosai:visited{color:#fff;}
a.btn_topshosai:hover{color:#fff; opacity:0.6;}
a.btn_topshosai:active{color:#fff;}


.top_aboutbox .top_companyimg{
width:190px;
margin:0 20px 0 0;
}
.top_aboutbox{
display:flex;
justify-content:space-evenly;
align-items:flex-start;
flex-wrap:wrap;
}


.top_aboutbox .company_data table{
width:100%;}

}/************************************************/
/************************************************/
/************************************************/
.top_aboutbox .map{
@media only screen and (min-width:999px){width:470px;}
width: calc(100% - 240px);
margin:0 20px 0 0;
box-sizing: border-box;
}

.top_aboutbox .company_data{
@media only screen and (min-width:999px){width:300px;}
width: 100%;
box-sizing: border-box;}

a.btn_topall{
width:70%;
margin:0 15%;
padding: 4px 22px;
text-decoration: none!important;
font-size: 110%;
border:1px solid #F77C19;
background: linear-gradient(to bottom, #FC9A26, #FC5406);
cursor: pointer;
color:#fff;
text-align:center;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;

}

a.btn_topall:after {
border-right: 4px solid #fff;
border-top: 4px solid #fff;
border-radius: 2px;
content: "";
margin: 0 0 0 10px;
height: 10px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
top: 14px;
right: 20px;
width: 10px;
}

a.btn_topall:not(:hover) {color:#fff;text-decoration:none;}
a.btn_topall:hover {
color: #fff;
opacity: 0.6;
}


/* pageTop */
#page-top{position: fixed;
bottom:1%;
right:4px;
}
#page-top:not(:hover) {text-decoration:none;}
#page-top:hover{text-decoration:none;opacity: 0.5;}
#page-top i {
background-color: rgba(46, 46, 46, 0.7);
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
line-height: 44px;
width: 44px;
color: #fff;
font-size: 50px;
}

.top_aboutbox .company_data .companyname{
font-weight:bold;
font-size:15px;
margin:0 0 8px 0;

}

.top_aboutbox .company_data table{
font-size:11px;
margin:0 0 20px 0;
}

.top_aboutbox .company_data table th{
width:70px;
background:#eee;
padding:8px 6px;
text-align:left;
font-weight:normal;
border-bottom:1px solid #fff;

}

.top_aboutbox .company_data table td{
padding:8px 6px;
border-bottom:1px solid #eee;

}


.mainimg a{
width:160px;
height: 160px;
text-decoration: none;
z-index:2;
margin-bottom: 24px;
border: 2px solid #fff;
border-radius: 6px;
background: linear-gradient(to bottom, #ffffff, #F0F0EE);
font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
padding-block: 1.6em;
color: var(--main-bg);
}
.mainimg a:hover{opacity:0.8;}
.mainimg a .fa{
font-size: 6rem;
display: block;
}
.mainimg a p{
font-size: 7rem;
line-height: 1;
font-weight: bold;
display: block;
width: 100%;
font-family: 'Kosugi Maru', sans-serif;
}
.mainimg a span{
font-size: 1.8rem;
color: #222;
line-height: 1;
}
.mainimg a span+span{
font-size: 2rem;
}


/* PC用CSS */
@media print, screen and (min-width: 768px) {


.bk_form2{
height:320px;
background:url(../img/bk_ttl2.webp) no-repeat center 0;
background-size: cover;
}
.bk_form3{
height:320px;
background:url(../img/bk_ttl3.webp) no-repeat center 0;
background-size: cover;
}



/*-----------------------------------------------
会社案内
-----------------------------------------------*/
.bk_company{
	height:320px;
	background:url(../img/bk_ttl_company.webp) no-repeat left 0;
	background-size: cover;
}
.daihyoarea{
	width:980px;
	margin:0 0 20px 0;
}
.daihyoarea:after{content: "";display: block;clear: both;}

.daihyoarea .photo{
	float:left;
	width:270px;
	text-align:center;
}
.daihyoarea .text{
	float:left;
	margin:0 0 0 40px;
	width:640px;
}
.daihyoarea .text dl{
	width:640px;
	font-size:14px;
}
.daihyoarea .text dl dt{
	font-weight:bold;
	margin:0 0 0.5em 0;
}
table.table_company{
	max-width:980px;
	width: 100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:0 auto 3em;
}
table.table_company th{
	width:150px;
	padding:10px;
	text-align:left;
	font-weight:normal;
	background:#eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
table.table_company td{
	padding:10px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

/*-----------------------------------------------
スタッフ紹介
-----------------------------------------------*/
.bk_staff{
	height:320px;
	background:url(../img/bk_staff.jpg) no-repeat center 0;
	background-size: cover;
}
.staffarea{
	width:800px;
	margin:0 auto 30px;
}
.staffarea ul li{
	border:3px solid #eee;
	padding:15px;
	box-sizing: border-box;
}
.staffarea ul li:after{content: "";display: block;clear: both;}

.staffarea li .photo{
	float:left;
	width:200px;
	text-align:center;
}
.staffarea .text{
	float:right;
	width:520px;
}
.staffarea .text .name{
	padding:3px 3px 5px 10px;
	border-left:4px solid #FC6791;
	font-size:15px;
	font-weight:bold;
	background-color:#FFF;
	margin:0 0 20px 0;
}
.staffarea .text span{
	font-weight:normal;
	font-size:13px;
	color:#326674;
}
.staffarea .text dl{
	width:520px;
	display:flex;
	flex-wrap: wrap;
	font-size:14px;
}
.staffarea .text dl dt{
	width: 150px;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #D5D5D5;
	font-weight:bold;
}
.staffarea .text dl dd{
	width:360px;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #D5D5D5;
	box-sizing: border-box;
}
.staffarea .message{
	clear:both;
	padding:20px 20px 0 20px;
}
/*-----------------------------------------------
ご契約の流れ
-----------------------------------------------*/
.bk_flow{
	height:320px;
	background:url(../img/bk_ttl_flow.webp) no-repeat center 0;
	background-size: cover;
}

.title03 span{

	}
.step1:before{
	    content: '';
	background:url(../img/flow_step01.png) no-repeat center 0;
	background-size:82px 34px;
	width:82px;
	height:34px;
	display:inline-block;
	position:relative;
	top:7px;
	}
.step2:before{
	    content: '';
	background:url(../img/flow_step02.png) no-repeat center 0;
	background-size:82px 34px;
	width:82px;
	height:34px;
	display:inline-block;
	position:relative;
	top:7px;
	}	
.step3:before{
	    content: '';
	background:url(../img/flow_step03.png) no-repeat center 0;
	background-size:82px 34px;
	width:82px;
	height:34px;
	display:inline-block;
	position:relative;
	top:7px;
	}	
.step4:before{
	    content: '';
	background:url(../img/flow_step04.png) no-repeat center 0;
	background-size:82px 34px;
	width:82px;
	height:34px;
	display:inline-block;
	position:relative;
	top:7px;
	}
.step5:before{
	    content: '';
	background:url(../img/flow_step05.png) no-repeat center 0;
	background-size:82px 34px;
	width:82px;
	height:34px;
	display:inline-block;
	position:relative;
	top:7px;
	}
.step6:before{
	    content: '';
	background:url(../img/flow_step06.png) no-repeat center 0;
	background-size:82px 34px;
	width:82px;
	height:34px;
	display:inline-block;
	position:relative;
	top:7px;
	}
.step7:before{
	    content: '';
	background:url(../img/flow_step07.png) no-repeat center 0;
	background-size:82px 34px;
	width:82px;
	height:34px;
	display:inline-block;
	position:relative;
	top:7px;
	}	
ul.flowbtn{
	margin:0 0 30px 0;
	

}
.flowicon1{}

.flowicon1 a:before {
    font-family: 'FontAwesome';
    content: '\f238';
    display: inline-block;
    width: 2em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
}
.flowicon2 a:before {
    font-family: 'FontAwesome';
    content: '\f041';
    display: inline-block;
    width: 2em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
}
.flowicon3 a:before {
    font-family: 'FontAwesome';
    content: '\f2bd';
    display: inline-block;
    width: 2em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
}
ul.flowbtn li{
	display: inline-block;
	margin-bottom: 10px;
	width: 60%;
	}
ul.flowbtn li a{
	padding: 10px 30px;
	overflow: hidden;
	text-decoration: none!important;
	background:#FF6B02;
	border-radius:4px;
	cursor: pointer;
	width: 100%;
	display: block;
	text-align: center;
	
}
ul.flowbtn li a:link{color:#fff;text-decoration:none;}
ul.flowbtn li a:visited{color:#fff;text-decoration:none;}
ul.flowbtn li a:hover{color:#fff;text-decoration:none;opacity:0.7;}
ul.flowbtn li a:active{color:#fff;text-decoration:none;}
/*-----------------------------------------------
お役立ちブログ
-----------------------------------------------*/
.bk_blog_oyakudachi{
	height:320px;
	background:url(../img/bk_blog_oyakudachi.jpg) no-repeat center 0;
	background-size: cover;
}
/*-----------------------------------------------
お役立ちブログ
-----------------------------------------------*/
.bk_blog_oyakudachi{
	height:320px;
	background:url(../img/bk_blog_oyakudachi.jpg) no-repeat center 0;
	background-size: cover;
}
/*-----------------------------------------------
個人情報の取り扱いについて
-----------------------------------------------*/

.bk_privacy{
height:320px;
background:url(../img/bk_ttl_privacy.webp) no-repeat center 0;
background-size: cover;
}

.privacy_box{
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px dotted #ccc;
}
ol.kajo_privacy li{
	padding-left:1em;
	text-indent:-1em;
	margin:0 0 0.5em 0;
}

.liindent1 li{
	padding-left:1.5em;
text-indent:-1.5em;
	margin-bottom: 1em;
	}
.gttl{
	font-weight: bold;
	color:#666;}

.privacydl{
	overflow: hidden;}

.privacydl dt {
	padding: 5px 0;
display: block;
width: 6em;
clear: left;
float: left;
}


.privacydl dd {
	padding: 5px 0;
display: block;
float: left;
width:76%;
}



	
/*▼地図から検索*/
.bold {
    font-weight: bold;
}
h1#asp_h1_map {
    position: static;
    background: url(../img/dpcms_title_map.gif) no-repeat;
    margin: 5px auto;
    padding: 0;
    width: 918px;
    height: 45px;
    text-indent: -9999em;
}
.dpcms_wrapper_delail{
	width:960px;
	height:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.wrapper_delail:after{content: "";display: block;clear: both;}

/*googlemap*/
.dpcms_wrapper_delail .map{
position: absolute;
width: 960px;
height:800px;
padding:20px;
top: 0;
left: 0;
z-index:10;
}
/*スライドインメニュー*/
#menu_wrap{
	display:block;
	position:absolute;
	top:0;
	/* widthはメニュー幅+keyボタン幅 */
	width:280px;
	/* メニュー幅に合わせる */
	left:-240px;
	z-index:20;
	color: #fff;
}
#sidemenu{
	display:inline-block;
	width:240px;
	float:left;
	background:#fff;
}
#sidemenu_key{
	display:inline-block;
	width:40px;
	float:left;
	border-radius:0 5px 5px 0;
	background:#231816;
	opacity:0.75;
	padding:2px 0 10px;
	cursor:pointer;
	margin-top:50px;
}
		/*#sidemenu_key:hover{opacity:0.5;}*/
		#sidemenu_key img{
			margin:4px 0 0 10px;
		}
#sidemenu .sidemenu_inner01{
	width:220px;
	padding:10px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	font-size: 12px;
	
}

#sidemenu .sidemenu_inner01 table{
	width:270px;
	margin:0 0 10px 36px;
}
#sidemenu .sidemenu_inner01 table th{
	width:100px;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	padding:0 0 16px 0;
}
#sidemenu .sidemenu_inner01 table td{
	width:260px;
	vertical-align:top;
	padding:0 0 16px 0;
}
#sidemenu .sidemenu_inner01 table td .select_cover{
	width:260px;
	background:#fff;
	height:28px;
	padding:4px 0 0 0;
}
#sidemenu .sidemenu_inner01 table td .select_cover_mini{
	width:120px;
	background:#fff;
	height:28px;
	padding:4px 0 0 0;
}
#sidemenu .sidemenu_inner01 table td .select_cover select{
	min-width:260px;
	outline:none;
	border:none;
}
input.sidemenu_input01{
	padding:4px;
	font-size:14px;
	outline:none;
	border:none;
	color:#000;
}
#sidemenu .sidemenu_inner01 table td .select_cover{
	width:260px;
	background:#fff;
	height:28px;
	padding:4px 0 0 0;
	overflow:hidden;
}
#sidemenu .sidemenu_inner01 table td .select_cover_mini_l{
	float:left;
	width:120px;
	background:#fff;
	height:28px;
	padding:4px 0 0 0;
	margin:0 6px 0 0;
	overflow:hidden;
}
#sidemenu .sidemenu_inner01 table td .select_cover_mini_r{
	float:right;
	width:120px;
	background:#fff;
	height:28px;
	padding:4px 0 0 0;
	overflow:hidden;
}
#sidemenu .sidemenu_inner01 table td .select_cover select{
	min-width:260px;
	outline:none;
	border:none;
}
input.sidemenu_input01{
	padding:4px;
	font-size:14px;
	outline:none;
	border:none;
	color:#000;
}
.snav_box{
	color:#222;}

.snav_box dl dt{
	background: #eee no-repeat left top;
	font-size:15px;
	line-height:1.2;
	margin:0 0 10px 0;
	padding:5px 25px 4px 5px;
	border-bottom:1px solid #aaa;
}
.snav_box dd{
	margin-left:5px;
	margin-bottom:20px;
	line-height:1.8;
	}
.snav_box dd p{
	margin-top:4px;
	}	
.checklist{}
.checklist ul{}
.checklist li{
	margin-right:20px;
	display:inline-block;
	}
#wrap_cms{}
.wrap_cms{
	margin-bottom: 40px;
	}

 .asp_pan{

font-size: 11px;
color: #666;
padding:20px 0 5px 0;
font-weight: normal;
width:960px;
margin:0 auto 20px auto;
min-height: 20px;
line-height: 1.6;
position:relative;
overflow:hidden;
	  }
*
.asp_pan p{
	width:600px;
	float:left;
	line-height: 1.6;
	}
#genzai{
	position:absolute;
	top:20px;
	right:3px;
	
	}	 
#genzai ul{
overflow:hidden;
}
#genzai ul li{
float:right;
display:inline;
margin:0 0 0 10px;
}
/*▲*/
/*-----------------------------------------------
いいね！ボタン調整
-----------------------------------------------*/
.wp_social_bookmarking_light div {
flex-direction: row  !important;
display:inline;
padding-left: 5px;
}
.wsbl_facebook{
float: left;
}
.wsbl_twitter{
float: left;
}
.wsbl_line{
float: left;
}

/*ページ下部のお問合せBOX*/
.contactbox_bottom{
	width:500px;
	margin-left:auto; margin-right:auto;
	padding:0 0 16px 0;
	/*border:1px solid #ccc;*/
}
.contactbox_bottom .title{
	height:40px;
	line-height:40px;
	background:#0371BB;
	text-align:center;
	color:#fff;
	font-size:22px;
	    background: -webkit-linear-gradient(top, #009DE5 0%, #0371BB 88%);
    background: -moz-linear-gradient(top, #009DE5 0%, #0371BB 88%);
    background: linear-gradient(to bottom, #009DE5 0%, #0371BB 88%);
	font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.contactbox_bottom .tel{
	text-align:center;
	font-size:46px;
	height:64px;
	font-family: 'Poppins', sans-serif;
	color:#0371BB;
	margin-left:auto; margin-right:auto;
	margin-bottom: 0.2em;
}
.contactbox_bottom .tel a:link{color:#0371BB;;text-decoration:none;}
.contactbox_bottom .tel a:visited{color:#0371BB;;text-decoration:none;}
.contactbox_bottom .tel a:hover{color:#0371BB;;text-decoration:none;}
.contactbox_bottom .tel a:active{color:#0371BB;;text-decoration:none;}

.contactbox_bottom .tel:before{
	font-family: 'FontAwesome' ;
	content: '\f095';
	width: 1.2em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	color:#0371BB;		/*色*/
	font-size: 1.1em;		/*2倍の大きさ*/
margin-right: 5px;

}
.contactbox_bottom dl.time{
	width:310px;
	margin:0 auto 6px;
	padding:0 0 0 10px;
	font-size:15px;
}
.contactbox_bottom dl.time:after{content: "";display: block;clear: both;}

.contactbox_bottom dl.time dt{
	display:block;
	float:left;
	font-weight:bold;
}
.contactbox_bottom dl.time dd{
	display:block;
	float:left;
	margin:0 20px 0 4px;
}
.contactbox_bottom .line{
	text-align:center;
	font-size:15px;
	margin:0 0 12px 0;
	font-weight:bold;
}
.contactbox_bottom a.contactbox_mail{
	display: inline-block;
	background:#777;
	margin:0 auto;
	font-size:15px;
	padding:10px 20px ;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}
.contactbox_bottom a.contactbox_mail span{
	/*position: absolute;
	top: 0px;
	left: 84px;*/
	color:#777;
	background-color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
padding:2px 10px;
display: inline-block;
line-height:1.2;
margin-right: 10px;
margin-top: 5px;
font-size: 12px;
}

.contactbox_bottom a.contactbox_mail p{
	display: inline-block;
	vertical-align:top;
	}

.contactbox_bottom a.contactbox_mail p:before{
	font-family: 'FontAwesome' ;
	content: '\f003';
	color:#fff;	
	font-size: 24px;
	margin-right: 5px;

}
.contactbox_bottom a.contactbox_mail:link{color:#fff; text-decoration:none;}
.contactbox_bottom a.contactbox_mail:visited{color:#fff; text-decoration:none;}
.contactbox_bottom a.contactbox_mail:hover{color:#fff; text-decoration:none;opacity:0.7;}
.contactbox_bottom a.contactbox_mail:active{color:#fff; text-decoration:none;}

/**/
.bk_parking{
	height:320px;
	background:url(../img/bk_parking.jpg) no-repeat center 0;
	background-size: cover;
}
/**/
.mincho{
	font-family: 'Noto Serif JP',Georgia,游明朝,"Yu Mincho", serif;
	font-size:120%;
}
/*駐車場一覧*/

.parkingbox{}
.parkingbox li{
	margin:0 0 30px 0;
padding:10px;
overflow:hidden;
vertical-align:top;
border: 3px solid #eee;
box-sizing:border-box;
	}
.parkingboxl{
	display: inline-block;
	width:320px;
	}

.parkingboxr{
	display: inline-block;
	width:624px;
vertical-align:top;
}

.parkingboxl img{
	max-width:300px;
	max-height:300px;
	margin-right: 20px;
	text-align:center;

}

.parkingboxrttl{
	background:url(../../rent/parking/img/deco_bar.jpg) repeat-x 0 0;
	background-position:center bottom;
	padding-bottom:10px;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	color:#0098C9;
	margin:3px 0 10px 0;
	overflow:hidden;
}

.pboxinnerl{float:left;width:180px;margin-right:20px;}
.pboxinnerl dl{overflow:hidden;font-size:90%;}
.pboxinnerl dl{width:500px;overflow:hidden;}
.pboxinnerl dl dt{
clear:both;
float:left;
width:100px;
margin:0 10px 0 0;/*←各行の下部10px空き*/
border:1px solid #CCC;
text-align:center;
}
.pboxinnerl dl dd{
margin:0 0 0 0;/*←各行の下部10px空き*/
padding:0 0 10px 120px;/*←各行の下罫線の上10px空き ＆ dtのwidth分*/
}

.pboxinnerr{
	width:310px;
	float:right;
}

.pboxinnerr p{
	display:inline;
	border-bottom:1px dotted #999999;
	line-height:1.8;
}

/*.pboxinnerl dl dt.chinryo{
clear:both;
float:left;
margin:0 10px 0 0;/*←各行の下部10px空き
border:1px solid #0CF;
background-color:#6CF;
text-align:center;
}*/
.pboxinnerl dl dd.chinryo{
	font-size:130%;
	color:#900;}

.ofh{
	overflow:hidden;}

.date{
	font-size:90%;
	text-align:right;
	display:block;
	margin-top:0.5em;}

/*貸したい*/
.sub{
	margin-bottom: 2em;
	text-align: center;}
#sell .title03 span,
#owner .title03 span{
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
	font-size: 140%;
	}

.bk_owner{
	height:320px;
	background:url(../img/bk_ttl_owner.webp) no-repeat center 0;
	background-size: cover;
}

#flow .flx,
#owner .flx{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

#flow .flx .inner01,
#owner .flx .inner01{
width: 58%;
}

#flow .flx img,
#owner .flx img{
width: 38%;
}

.ttldeco01{
display: flex;
align-items: center;
color: #000;
font-weight: bold;
font-size: 2rem;
margin-bottom: 16px;}
.ttldeco01:before {
border-top: 1px solid;
content: "";
/* flex-grow: 1; */
color: #f25c77;
width: 22px;
margin-right: 10px;
}

.txtposi{
	margin-left: 2em;
	margin-right: 1em;
	}
.txtposi2{
	background-color: #ffffdc;
	padding:1em;
	}
.txtposi2 p{
	color: #666;
	font-weight: bold;
	margin-bottom: 0.5em;
	}
.txtposi2 ul{
	display:flex;
	flex-wrap:wrap;
	}
.txtposi2 li{
	width:300px;
	margin-bottom: 0.5em;
	}

/*売りたい*/
.bk_sell{
	height:320px;
	background:url(../img/bk_sell.jpg) no-repeat center 0;
	background-size: cover;
}
#sell .inner01 p span{
	color: #CC0000;
    font-weight: bold;
	}
/*-----------------------------------------------
販売業者様
-----------------------------------------------*/
.bk_gyosha{
	height:320px;
	background:url(../img/bk_gyosha.jpg) no-repeat center 0;
	background-size: cover;
}
.file{
	overflow: hidden;
	width: 95%;
	margin: 20px auto;
}
.file .block{
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: center;
}
.file .block:last-child{
	margin-right: 0;
}
.file .block .title{
	margin-bottom: .5em;
	padding: .7em 0;
	background-color: #E6E6E6;
}
.file .block ul{
	display: block;
	width: 100%;
}
.file .block ul li{
	position: relative;
	width: 100%;
	margin: 0;
	height: auto;
	padding-left: .8em;
	background-color: #fff;
	list-style-type: disc;
	justify-content:left !important;
	text-align: left;
	list-style-type: none;
}
.file .block ul li a{
	text-decoration: underline !important;
}
.file .block ul li:before{
	position: absolute;
	content:"";
	width: 5px;
	height: 5px;
	top:12px;
	left:0;
	background-color: #000;
	border-radius:50%;
}
.file .block ul li a{
	display: block;
	padding: 0;
}
.acMenu{
	width:100%;
	margin:0 auto 30px;
}
.acMenu dt,
.acMenu dt.active{
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	background:var(--main-bg);
	color:#fff;
	margin:0 auto;
	text-decoration:none;
	border-radius: 0.3em;
	position: relative;
	text-indent:14px;
}
.acMenu dt .name{font-size:18px;}

.acMenu dt:after{/*下向き矢印*/
	position: absolute;
	top: 40%;
	right: 18px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.acMenu dt.active:after{/*上向き矢印*/
	position: absolute;
	top: 50%;
	right: 18px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.acMenu dd{
	display:none;
	}
/*-----------------------------------------------
解約申込書
-----------------------------------------------*/
.bk_cancellation{
	height:320px;
	background:url(../img/bk_cancellation.jpg) no-repeat center 0;
	background-size: cover;
}
.calendaricon{

	}
.calendaricon:before {
    font-family: 'FontAwesome';
    content: '\f073';
    display: inline-block;
    width: 1.5em;
    text-align: center;
    color: var(--main-bg);
    font-size: 1.2em;
    line-height: 1;
}

.item-radio-txt02 ul li {
    margin-bottom: 5px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding-right: 20px;
}

.item-radio-txt03 ul li {
    margin-bottom: 5px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
	width:40%;
}
.zipcode{
	margin-bottom: 20px;}

.col2-box {
    width: 100%;
    display: table;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.col3-box-wrap .sub-item-title {
    word-break: break-all;
    display: table-cell;
    width: 16%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-item-title {
    word-break: break-all;
    display: table-cell;
    width: /*120px*/28%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-item-input {
    word-break: break-all;
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
 input.search-btn {
    background: var(--main-bg);
}
input.search-btn {
padding: 10px 15px 10px 15px;
margin: 0;
width: auto;
display: inline-block;
border: none;
text-decoration: none;
color: #FFFFFF;
cursor: pointer;
line-height: 1.4em;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
line-height: 1;
	}
.sub-item-input .form_07{
	width:96%;}
.select-other{
	margin-bottom: 1em;}
.select-other p{
	display: inline-block;}	
.txt-area{
	margin-bottom: 2em;
	}
.txt-area li{
	margin-bottom: 1em;
	}
.txt-area li h3{
	margin-left: 0.5em;
	color:#666666;
	font-weight: bold;
	}
.txt-area li p{
	margin-left: 2em;
	}
	
/*-----------------------------------------------
入居者の方へ
-----------------------------------------------*/
.bk_nyukyo{
	height:320px;
	background:url(../img/bk_nyukyo.jpg) no-repeat center 0;
	background-size: cover;
}
.nyukyofaq{
	overflow:hidden;
	margin-bottom: 2em;}
.nyukyofaq ul{
	display:flex;
	flex-wrap: wrap;
	margin-left: 2%;}	
.nyukyofaq li{
	box-sizing:border-box;
	padding:16px;
	border: 1px solid var(--main-bg);
	margin-bottom: 2em;
	display: inline-block;
	width:46%;
	margin-right: 2%;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;	
	}
	
	
.faqq
{
	color:#666;
	font-weight: bold;
	font-size: 18px;
	padding-left:2em;
text-indent:-1em;
margin-bottom: 1em;
line-height:1.2;
	}
.faqq:before {
content:"Q";
display: inline-block;
font-size: 140%;
margin-right: 10px;
color:#004B97;

}

.faqq:after {
content:"";
display:block;
margin-top: 0.5em;
margin-left: -2em;
padding-right: 2em;
height:3px;
width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(var(--main-bg)), to(#4186ED));
	background:-moz-linear-gradient(left, var(--main-bg), #4186ED);
	background:linear-gradient(left, var(--main-bg), #4186ED);
}
/*-----------------------------------------------
サイトマップ
-----------------------------------------------*/
.bk_sitemap{
	height:320px;
	background:url(../img/bk_sitemap.jpg) no-repeat center 0;
	background-size: cover;
}
.sitemap{
	overflow:hidden;
	}

.sitemapl{
	display:inline-block;
	margin-right:6%;
	width:46%;
	vertical-align:top;}
.sitemapr{
	display:inline-block;
	width:46%;
	vertical-align:top;}

.sitemapr dl,
.sitemapl dl{
	vertical-align:top;
	margin-bottom:60px;
	}
.sitemap dl dt{

	}
	


	
.sitemap dl dt a:link{color:#004B97; text-decoration: none;}
.sitemap dl dt a:visited{color:#004B97; text-decoration:underline;}
.sitemap dl dt a:hover{color:#004B97; text-decoration:underline;}
.sitemap dl dt a:active{color:#004B97; text-decoration:underline;}	

.sitemap dl dd{
	text-indent:2em;
	
	}
.sitemap dl dd a{
	margin-bottom:0.5em;
	
	}	
.sitemap dl dd a:link{color:#333; text-decoration: none;}
.sitemap dl dd a:visited{color:#333;text-decoration:underline;}
.sitemap dl dd a:hover{color:#333;text-decoration:underline;}
.sitemap dl dd a:active{color:#333;text-decoration:underline;}

.sitemap dl dd li{
	margin-bottom: 1em;}	
/*物件検索*/
.wrap_cms {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}
.wrap_cms h2 {
    padding: 5px 0 10px 0;
}

#wrap_cms2 #gmenu{
	margin-bottom: 10px;}
.btn_hamburger,
.visuallyhidden{visibility:hidden;}


.ttl_h3{
background: var(--main-bg);
height: 38px;
line-height: 38px;
text-indent: 12px;
font-size: 19px;
color: #fff;
border-radius: 4px;
}


.btngroup {
width: 580px;
margin: 0 auto 100px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.btn_modoru,
.btn_soshin {
width: 44%;}


.bk_contact{
	height:320px;
	background:url(../img/bk_ttl_form.webp) no-repeat center 0;
	background-size: cover;
}

.img_center{
	text-align:center;
	padding:20px 0 ;
}


}/* ←CSSの一番最後に記述 */

/*******************************/
/*******************************/
/*******************************/

/*-----------------------------------------------
お問合せ
-----------------------------------------------*/

.contact_box .form_line tr{
border-bottom: 1px dotted #ccc;
margin-bottom: 10px;
}
.contact_box .form_line th,
.contact_box .form_line td{
padding-top: 20px;
}

.contact_cache{
text-align: center;
font-size: 2.4rem;
margin-bottom: 20px;
}
.contact_tel_posi{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
margin-bottom: 20px;
}

.contact_tel_posi a.tel{
display: block;
color: var(--main-bg);
font-size: 5.4rem;
margin-right: 14px;
}
.contact_tel_posi a.tel:link{color:var(--main-bg);text-decoration:none;}
.contact_tel_posi a.tel:visited{color:var(--main-bg);text-decoration:none;}
.contact_tel_posi a.tel:hover{color:var(--main-bg);text-decoration:none;}
.contact_tel_posi a.tel:active{color:var(--main-bg);text-decoration:none;}
.contact_tel_posi a.tel:before {
font-family: 'FontAwesome';
content: '\f095';
display: inline-block;
width: 1.2em;
text-align: center;
font-size: 1.0em;
}

.contact_tel_posi_r p{
display: block;
font-size: 2.2rem;
}
.contact_box table{
width: 100%;
}
.contact_box th {
@media only screen and (min-width:768px){width: 17em;}

font-weight: normal;
padding: 10px 2% 0px 2%;
vertical-align: top;
text-align: left;
font-size: 1.6rem;
}
.contact_box th p{
margin-top: 10px;
}
.contact_box td{
padding: 10px 2% 20px 2%;
font-size: 1.5rem;
}
.contact_box td textarea {
width: 100%;
height: 170px;
border-radius: 4px;
padding: 10px 12px;
border: 1px solid #aaa;
outline: none;
}
.contact_box th span.ninni{
background: #868686;
}
.contact_box td li {
    margin: 0 0 10px 0;
}

.contact_box th span.f90{
font-size: 90%;
background: none;
padding: 0;
margin-right: 0;
color: #222;
}
.contact_box span.hissu,
.contact_box th span{
display: inline-block;
background: #d60000;
text-align: center;
font-size: 1.4rem;
padding: 1px 6px;
color: #fff;
margin-right: 10px;
}
.contact_cache{
text-align: center;
font-size: 2.4rem;
margin-bottom: 20px;
}
input[type="checkbox"] {
transform: scale(1.5);
margin: 0 4px;
}
.contact_box input[type="text"] {
margin-top: 4px;
border-radius: 4px;
padding: 4px 12px;
border: 1px solid #aaa;
outline: none;
height: 48px;
font-size: 1.5rem;
}
.contact_box td select{
padding: 4px 12px;
border-radius: 4px;
border: 1px solid #aaa;
outline: none;
}
.contact_box input.w100{
width: 100%;
}
.contact_box input.w50{
width: 50%;
}
.contact_box input.w25{
@media only screen and (min-width:768px){width: 25%;}
}

.notice {
margin-left: auto; margin-right: auto;
margin-bottom: 30px;
}
.notice ul {
margin-left: auto; margin-right: auto;
width: max-content;
}
.notice ul li {
margin: 0 0 0.5em 0;
list-style-type : disc;
}
.notice ul li a:link,
a.colorwhite:link {color: #222;text-decoration: none;}
.notice ul li a:visited,
a.colorwhite:visited {color: #222;text-decoration: none;}
.notice ul li a:hover,
a.colorwhite:hover {color: #222;text-decoration: underline;}
.notice ul li a:active,
a.colorwhite:active {color: #222;text-decoration: none;}


.about_req_ttl{
padding-top: 20px;
margin-bottom: 10px;
font-size: 2.2rem;
span{border-bottom: 2px dotted var(--main-bg);}
}

.about_req_sub{
font-size: 2rem;
margin-bottom: 1em;}
.about_req_sub span{
display: inline-block;
background:linear-gradient(transparent 60%, #ffc778 60%);
}
.about_req{
margin-left: auto; margin-right: auto;
@media only screen and (min-width:768px){width: max-content;}
	font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.about_req_libox{
margin-left: auto;
margin-right: auto;
@media only screen and (min-width:768px){width: max-content;}
}
.about_req_libox p{
@media only screen and (min-width:768px){text-indent: 1.6em;}
font-size: 2rem;
}
.about_req_libox ul{
margin-bottom: 20px;
}
.about_req_libox ul li{
font-size: 2rem;
line-height: 1.4;
text-indent: -1.4em;
padding-left: 2em;
}
.about_req_libox ul li:before {
font-family: 'FontAwesome';
content: '\f00c';
display: inline-block;
width: 0.9em;
text-align: center;
font-size: 1.6em;
color: #f00;
}


.emp01 {
color: #b20000;
font-weight: bold;
}
.ttl_h3{
margin-bottom: 1em;
}
.ttl_h3 .hissu.txtposi{
font-size: 90%;
color:#ff0;
font-weight: normal;
}
.ttl_h3 p{
display: inline-block;
}
.btn_02{
width: 36%;
height: 48px;
line-height: 48px;
color: #fff;
position: relative;
font-size: 1.8rem;
cursor: pointer;
border:1px solid var(--main-bg);
background: var(--btn-bg);}


.btn_02:not(:hover) {color:#fff;text-decoration:none;}
.btn_02:hover{color:#fff;text-decoration:none;opacity: 0.7;}

.layer_cache{
margin-bottom: 3em;
}



.Area03 .note{
width: 100%;
@media only screen and (min-width:768px){ margin-bottom: 50px;}
margin-bottom: 20px;
}


.Area03 .note th {
@media only screen and (min-width:768px){ width: 300px;}
font-weight: normal;
padding: 10px 2% 0px 2%;
vertical-align: top;
text-align: left;
font-size: 1.6rem;
background-color: #FCF3F4;
border-bottom: 1px solid #fff;
}

.Area03 .note th p{
margin-top: 10px;
}
.Area03 .note td{
padding: 10px 2% 20px 2%;
@media only screen and (min-width:768px){font-size: 1.5rem;}
border-bottom: 1px solid #eee;
}
.Area03 .note td input[type="file"], 
.Area03 .note td input[type="button"] {
padding: 2px 8px;
outline: none;
}
@media print, screen and (min-width: 768px) {
	.Area03 .note td input[type="text"] {
	width: 14%;
	}}
.Area03 .note td input[type="text"] {
margin: 4px 0 0;
border-radius: 4px;
padding: 4px 12px;
border: 1px solid #aaa;
outline: none;
height: 40px;
font-size: 1.5rem;
box-sizing: border-box;
}

.Area03 .note .f_txtposi {
margin-bottom: 10px;
}

.Area03 .note .form_01{
width: 80% !important;}
.Area03 .note .form_02,
.Area03 .note .form_03{
width: 30% !important;
text-align: left;
display: inline-block;
}

.Area03 .emp01{
color: var(--main-bg);
margin-bottom: 1em;
}

.Area03 .note .ttl01{
font-size: 1.8rem;
text-align: left;
}
.Area03 .note .ttl01::before {
content: "";
position: absolute;
left: 0;
right: auto;
bottom: 0;
border-bottom: 1px solid #333;
width: 20%;
width: -webkit-calc(100% - 90%);
width: calc(100% - 90%);
margin: 0 auto;
}
/*アコーディオン*/
.formmenu {

}
.formmenu label {
color: var(--main-bg);
padding: 10px;
display: block;
margin: 0;
margin-bottom: 40px;
}

.formmenu input[type="checkbox"].on-off{
    display: none;
}

.formmenu ul {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
margin: 0;
padding: 0;
list-style: none;
}

.formmenu li {
padding: 5px;
}

input[type="checkbox"].on-off + ul{
height: 0;
overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
height: 260px;
}
.doukyo_bottom{
margin-top: 20px;
}
.doukyo_bottom .note{
margin-bottom: 10px !important;

}
.Area03 .note textarea {
height: 170px;
border-radius: 4px;
padding: 10px 12px;
border: 1px solid #aaa;
outline: none;
}

.btn_soshin {
display: block;
height: 48px;
line-height: 48px;
text-align: center;
color: #fff;
position: relative;
border: 1px solid var(--main-bg);
background: var(--btn-bg);
cursor: pointer;
font-size: 1.8rem;
}



.btn_modoru {
display: block;
height: 48px;
line-height: 48px;
text-align: center;
color: #222;
background: #ccc;
border: none;
cursor: pointer;
font-size:2rem;
position: relative;
}
.btn_soshin:hover,
.btn_modoru:hover {color:#fff; text-decoration: none;opacity: 0.7;}

.thanks01 {
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 2rem;
margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {

.li_series01 li{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom: 50px;
}
.li_series01 li img{
margin-bottom: 20px;
max-width: 360px;
}
.li_series01 li dl{
width: calc(100% - 380px);
}

.form_li001{

}
.form_li001 li{
display: inline-block;
width: 32%;
}


}/* ←CSSの一番最後に記述 */

/*******************************/
/*******************************/
/*******************************/
.bk_business{
height:320px;
background:url("../img/bk_ttl_business.webp") no-repeat center 0;
background-size: cover;
}
.bk_sitemap{
height:320px;
background:url("../img/bk_ttl_sitemap.webp") no-repeat center 0;
background-size: cover;
}
.bk_info{
height:320px;
background:url("../img/bk_ttl_info.webp") no-repeat center 0;
background-size: cover;
}
.bk_req{
height:320px;
background:url("../img/bk_ttl_req.webp") no-repeat center 0;
background-size: cover;
}

.business_area .li_series01 dt p{
background: var(--main-bg);
padding: 4px;
text-indent: 12px;
font-size: 1.8rem;
color: #fff;
border-radius: 4px;
}



.title03.stepttlposi{
position: relative;
padding-top: 40px;

}
.st-step-box {
bottom: 15px;
position: absolute;
left: -5px;
display: block;
font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

.stepposi{
padding-left: 60px;
margin-bottom: 20px;
display: inline-block;}

.st-step-title .st-step {
font-weight: 400;
}

.st-step {
color: #ffffff;
background: var(--main-bg);
border-radius: 5px;
}

.st-step {
position: relative;
display: inline-block;
margin: 0 15px 0 0;
padding: 5px 7px;
width: 50px;
height: 50px;
vertical-align: middle;
text-align: center;
color: #fff;
font-size: 13px;
box-sizing: border-box;
line-height: 18px;
}

.st-step::before {
border-top-color: var(--main-bg);
}
.st-step:before {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
border-top: 13px solid var(--main-bg);
z-index: 0;
}


.st-step-no {
font-size: 150%;
font-weight: 700;
}

.btn_download_ul{
margin-inline: auto;
padding-block: 40px;
text-align: center;
display: block;
}

.btn_download_ul li{
margin-bottom: 30px;
@media only screen and (min-width:768px){max-width: 400px;}
max-width: 90%;
margin-inline: auto;
}

.btn_download_ul li a{
padding: 10px 30px;
overflow: hidden;
text-decoration: none!important;
background:#FF6B02;
border-radius:4px;
cursor: pointer;
width: 100%;
display: block;
text-align: center;

}
.btn_download_ul li .fa{
font-size: 2rem;
}

.btn_download_ul li a:not(:hover) {color:#fff;text-decoration:none;}
.btn_download_ul li a:hover{color:#fff;text-decoration:none;opacity: 0.5;}

.bk_downlard{
height:320px;
background:url(../img/bk_ttl_download.webp) no-repeat center 0;
background-size: cover;
}
.bk_recruit{
height:320px;
background:url(../img/bk_ttl_recruit.webp) no-repeat center 0;
background-size: cover;
}

.section_aereabg{
background-color: #ffffdc;

}
/*採用*/
.recruit_keiken {
width: 100%;
font-size: 1.8rem;
margin-bottom: 2em;
@media only screen and (min-width:768px){margin-bottom: 4em;}
}

.recruit_keiken dl {
border: 2px solid var(--dark-color);
border-radius: 8px;
padding: 1.5em 2em;
margin: 2em 0 0 0;
}

.recruit_keiken dl dt {
display: block;
@media only screen and (min-width:768px){width: 380px;}
margin: 0 auto 0.5em;
font-size: 2.2rem;
color: var(--dark-color);
position: relative;
text-align: center;
}

.recruit_keiken dl dt:before,
.recruit_keiken dl dt:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 1px;
background: var(--dark-color);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.recruit_keiken dl dt:before{
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.recruit_keiken dl dt:before {left:0;}
.recruit_keiken dl dt:after {right: 0;}

.recruit_jinbutsu li {
font-size: 1.8rem;
margin: 0 0 0.8em 0;
padding-left: 1.5em;
text-indent: -1.5em;
}

.recruit_jinbutsu li:before {
display: inline;
font-family: 'FontAwesome';
content: '\f00c';
margin: 0 10px 0 0;
color: var(--dark-color);
}

.recruit_naiyo .text p{
margin-bottom: 1em;
}

.recruit_flow li {
display: block;
border-bottom: 1px solid  #000;
background: #fff;
position: relative;
margin: 0 0 2.5em 0;
height: auto;
}

.recruit_flow li:after {
content: ' ';
position: absolute;
bottom: -35px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-top: 20px solid var(--main-bg);
border-right: 32px solid transparent;
border-left: 32px solid transparent;
}

.recruit_flow li:last-child:after {
content: none;
}

.recruit_flow li span {
display: inline-block;
vertical-align: top;
font-size: 4.0rem;
font-style: italic;
letter-spacing: -0.01em;
margin: 0 1em 0 0.5em;
}

.recruit_flow li .etctext {
display: inline-block;
padding: 1.1em 0 1em 0;
}

.recruit_flow li p {
display: inline-block;
padding: 1.1em 0 0 0;
@media only screen and (min-width:768px){font-size: 2rem;}
}
@media only screen and (min-width:768px){
			.recruit_keiken dl dt {
			font-size: 3rem;
			margin-bottom: 2rem;
			}
		.recruit_jinbutsu{
			display:flex;
			justify-content:center;
			align-items:flex-start;
			flex-wrap:wrap;
		}
		.recruit_jinbutsu li{
		width: 43%;
		}
		.recruit_naiyo {
			width: 100%;
			margin: 0 auto 4em;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			}
			.recruit_naiyo .text {
			max-width: 64%;
			font-size: 1.6rem;
			}
			.recruit_naiyo figure {
			width: 34%;
			}
			.recruit_naiyo figure img{
			width: 100%;
			}
}/*  */

/*******************************/
/*******************************/
/*******************************/

#recruit .layer_w{
padding-top: 50px;
padding-bottom: 2em;
margin-bottom: 4em;
max-width: 900px;
margin-inline: auto;
}











