@charset"euc-jp";

/*###########################################################################################*/
/* reset */
/*###########################################################################################*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

table {
	border-collapse: collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/* custom reset */

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="button"],input[type="text"],input[type="email"],input[type="tel"],input[type="password"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* iphone7(8)safariで表示した場合、チェクボックスが微かに切れて（ずれて）表示される対策 */
input[type="checkbox"]:disabled{
	opacity: 1;
	border: 1px solid #eee;
}



	/*###########################################################################################*/
/* MEDIA QUERY FORMAT */
/*###########################################################################################*/
.sp { display: block; }
.pc { display: none; }

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.sp { display: none; }
	.tb { display: block; }
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
	.tb { display: none; }
	.sp { display: none;  }
	.pc { display: block; }
    
}


/*###########################################################################################*/
/* レイアウトベース */
/*###########################################################################################*/
html {
	font-size: 62.5%;
	/* sets the root font to 10px */
}

@media screen and (min-width:768px) and (max-width:991px) {
	/* 幅768px以上 - 991以下に適用されるCSS（タブレット）*/

	html {
		font-size: 100%;
		/* sets the root font to 10px */
	}
}


body {
	color: #505050;
	font-size: 1.3rem;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 0.05rem;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

/*
.wrapper {
	min-height: 100%;
	overflow-y: hidden;
	position: relative;
}
*/

main {
	position: relative;
}

main.container {
	display: block;
	margin-top: 60px;
}

.section{
	padding: 5rem 0;
}

@media screen and (max-width: 320px) {
    main.container {
        margin-top: 60px;
    }
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.section{
		padding: 8rem 0;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	main.container {
		margin-top: 70px;
	}

	.section{
		padding: 10rem 0;
	}
}

.f-mincho {
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: kinuta-mincho-stdn, sans-serif;
}

.f-english {
	font-family: ltc-caslon-pro, serif;
}

.f-bold{
	font-weight: bold;
}

.f-line {
    text-decoration: underline;
}

html body .f-no-line {
    text-decoration: none;
}

.inner,
.inner-small{
	margin: 0 auto;
	padding: 0 4%;
}

.bk-type{
	background: #c2a200;
	color: #fff;
	font-size: 1rem;
	padding: 0.2rem 0.5rem;
}

.white-shadow{
	text-shadow: 0 0 0.05em #fff, 0 0 0.06em #fff, 0 0 0.07em #fff, 0 0 0.08em #fff, 0 0 0.09em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.5em #fff;
}

.black-shadow{
	color: #fff;
	text-shadow:
			1px 1px 1px #505050, -1px -1px 1px #505050,
			-1px 1px 1px #505050,  1px -1px 1px #505050,
			1px 0px 1px #505050, -1px -0px 1px #505050,
			0px 1px 1px #505050,  0px -1px 1px #505050;
}

.noimage-text{
	position: absolute;
	color: #fff;
	font-size: 2rem;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 2rem;
	line-height: 1;
}


.col-list .list-item-wrap{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

/*
.col-list .list-item {
    width: 100%;
}
*/

.col-list{
	display: flex;
	flex-wrap: wrap;

}
.col-list.space-between {
	justify-content: space-between;
}
.col-list.center {
	justify-content: center;
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	.col-sm-1 .item {
		width: 100%;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.col-lg-1 .item {
		width: 100%;
	}
	.col-lg-2 .item {
		width: 50%;
	}
	.col-lg-3 .item {
		width: 30%;
	}
}



@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	.col1-sm .list-item-wrap {
		flex-direction: column;
	}

	.col1-sm .list-item-wrap .list-item {
		width: 100%;
	}

	/* チェックボックス等、x列表示したい時 */

	.col-sm-2 .list-item-wrap .list-item {
		width: 50%;
	}

	/* 両端寄せ */
	.col-sm-2.both-end-sm .list-item-wrap .list-item:first-child{
		display: flex;
		justify-content: flex-start;
	}

	.col-sm-2.both-end-sm .list-item-wrap .list-item:last-child{
		display: flex;
		justify-content: flex-end;
	}

	.col-sm-3 .list-item-wrap .list-item {
		width: 33.33%;
	}

	.col-sm-5 .list-item-wrap .list-item {
		width: 20%;
	}

	.col-sm-10 .list-item-wrap .list-item {
		width: 10%;
	}

}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.inner {
		padding: 0 4%;
	}
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.inner {
		max-width: 1000px;
		padding: 0;
	}
    
    .inner-small {
        max-width: 700px;
		padding: 0;
    }

	.col1-lg .list-item-wrap {
		display: flex;
		flex-direction: column;
	}

	.col-lg-1 .list-item-wrap .list-item {
		width: 100%;
	}
    
    .col-lg-2 .list-item-wrap {
		display: flex;
	}

	.col-lg-2 .list-item-wrap .list-item{
		width: 50%;
	}

	/* 両端寄せ */
	.col-lg-2.both-end-lg .list-item-wrap .list-item:first-child{
		display: flex;
		justify-content: flex-start;
	}

	.col-lg-2.both-end-lg .list-item-wrap .list-item:last-child{
		display: flex;
		justify-content: flex-end;
	}

	.col-lg-3 .list-item-wrap .list-item {
		width: 33.33%;
	}
    
    .col-lg-4 .list-item-wrap .list-item {
		width: 25%;
	}

	.col-lg-5 .list-item-wrap .list-item {
		width: 20%;
	}

	.col-lg-10 .list-item-wrap .list-item {
		width: 10%;
	}

}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.object-fit-img-contain {
	object-fit: contain !important;
	font-family: 'object-fit: contain;'
}

/* thumbnail */

.thumbnail{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.thumbnail img {
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transform: translate3d(0, 0, 0) scale(1, 1);
}
@media screen and (min-width:992px) {
/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	img.hover:hover {
		transform: translate3d(0, 0, 0) scale(1.1, 1.1);
	}
}

.a-center{
	text-align: center;
}

.a-left{
	text-align: left;
}

.a-right{
	text-align: right;
}

.v-bottom{
	vertical-align: bottom;
}

/* tooltip */

.tooltip{
	position: relative;
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background: #f0fbff;
	border: 1px solid #9bbcff;
	vertical-align: middle;
	margin-left: 0.5rem;
	border-radius: 100%;
}

/*はてなマーク*/
.tooltip::before{

	/*位置*/
	position: absolute;
	display: inline-block;
	left: 55%;
	top: 52%;
	transform: translate(-50%, -50%) scale(1);

	/*はてな*/
	content: "?";
	color: #3366cc;
	font-size: 100%;
}

/*解説内容*/
.tooltip .text{

	/*位置*/
	position: absolute;
	display: block;
	width: 20em;
	left: 50%;
	transform: translateX(-10%);
	bottom: 100%;

	/*内容*/
	background: #edf0f2;
	color: #333;
	font-size: 1.2rem;
	padding: 1rem;
	line-height: 1.4;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	white-space: normal;
	text-align: left;

	pointer-events: none;

	/*内容非表示*/
	visibility: hidden;
	transition: all 0.5s ease;
	opacity: 0;
	bottom: 0;
}

/*内容表示*/
.tooltip:hover .text{
	visibility: visible;
	opacity: 1.0;
	bottom: calc(100% + 10px);
}


@media screen and (max-width:991px){
	/* 幅961以下に適用されるCSS（タブレットサイズ以下）*/

	.ta-sm-center{
        text-align: center;
    }
    
    .ta-sm-left{
        text-align: left;
    }
    
    .ta-sm-right{
        text-align: right;
    }

	.tooltip.right .text{
		left: auto;
		right: -5rem;
	}
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
    
    .ta-lg-center{
        text-align: center;
    }
    
    .ta-lg-left{
        text-align: left;
    }
    
    .ta-lg-right{
        text-align: right;
    }
}

#contact {
    padding-top: 70px;
    margin-top: -70px;
}

@media screen and (max-width:320px){
    #contact {
        padding-top: 60px;
        margin-top: -60px;
    }
}

/*###########################################################################################*/
/* 共通 */
/*###########################################################################################*/
img {
	max-width: 100%;
	height: auto;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #505050;
	outline: none;
	text-decoration: none;
}

a.blue-line{
	color: #00306d;
	border-bottom: 1px solid #00306d;
	text-decoration: none;
}

a[href*="tel:"] {
    color: inherit;
    text-decoration: underline;
}

/* TELリンクを無効 */
@media screen and (min-width:992px){
    a[href*="tel:"] {
        pointer-events: none !important;
        cursor: default !important;
        text-decoration: none !important;
    }
}

/* headline */

.headline{
	font-size: 3.2rem;
	letter-spacing: 0.4rem;
	margin-bottom: 3rem;
	position: relative;
	text-align: center;
}
.headline .main{
}
.headline .sub{
	font-size: 1.2rem;
	letter-spacing: 0.11rem;
	margin: 0.5rem 0;
}
.headline::after{
	content: '';
	height: 20px;
	width: 5px;
	background-color: #c2a200;
	display: inline-block;
}

.title2{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.08rem;
}

.title-mincho{
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.08rem;
	text-align: center;
	font-family: kinuta-mincho-stdn, sans-serif;
	margin: 0 0 3rem;
}


/* headline-bgver */

.headline-bgver{
	color: #fff;
	font-size: 3rem;
	text-align: center;
	background-color: #005c00;
	background: url(/common/img/hand.jpg) no-repeat;
	background-size: 100% auto;
	object-fit: cover;
	background-position: center;
	position: relative;
	height: 36vw;
}
.headline-bgver.type1{
	background-image: url('/common/img/landing/bg_tochi_wide.jpg');
}
.headline-bgver.type2,
.headline-bgver.type3{
	background-image: url('/common/img/landing/bg_kodate_wide.jpg');
}
.headline-bgver.type4{
	background-image: url('/common/img/landing/bg_mansion_wide.jpg');
}
.headline-bgver.family{
	background-image: url('/common/img/bg_family_wide.jpg');
}
.headline-bgver.company{
	background-image: url('/common/img/company/company.png');
}
.headline-bgver.satei{
	background-image: url('/common/img/bg_consult.jpg');
}

.headline-bgver::after {
	content: '';
	background-color: #005c00;
	width: 100%;
	height: inherit;
	z-index: 1;
	position: absolute;
	left: 0;
	opacity: 0.8;
}
.headline-bgver .wrap{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	line-height: 1;
	height: 2rem;
	z-index: 2;
}
.headline-bgver .main{
	margin-bottom: 0.5rem;
}
.headline-bgver .sub{
	font-size: 1.6rem;
}

.headline-bgver-sub{
	font-size: 2rem;
	text-align: center;
	margin: 5rem 0;
}

/* table-borderless */

.table-borderless{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}


@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	/* table-borderless */

	.table-borderless tr,
	.table-borderless th,
	.table-borderless td {
		display: block;
		padding: 0;
	}
	.table-borderless th {
		margin-bottom: 1rem;
	}
	.table-borderless td {
		margin-bottom: 3rem;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.headline-bgver{
		height: 240px;
	}

	.headline-bgver .main{
		margin-bottom: 1rem;
	}

	/* table-borderless */

	.table-borderless th, .table-borderless td {
		padding: 2.5rem 0;
	}

	.title2{
		font-size: 2rem;
	}

	/* ホバーアニメーション */

	.line,
	.line-white {
		position: relative;
		display: inline-block;
		text-decoration: none;
	}

	.line:before,
	.line-white:before {
		background: #505050;
		bottom: -1px;
		content: "";
		height: 1px;
		opacity: 0.8;
		position: absolute;
		transform: scale(0, 1);
		transform-origin: right;
		transition: transform 0.4s ease;
		width: 100%;
	}

	.line:hover:before,
	.line-white:hover:before {
		transform-origin: left;
		transform: scale(1, 1);
	}

	.line-white:before {
		background: #fff;
	}
}

/* 下線・グラデ */

.blue-underline{
	color: #00306d;
	border-bottom: 1px solid #00306d;
}

.bg-grad-gray{
	background: linear-gradient(to bottom, #eee, #FFF) no-repeat top center;
}

.bg-gray{
	background: #f0f0f0;
}
.bg-green{
	color: #fff;
	background: #005c00;
}
.bg-gold{
	color: #fff;
	background: #c2a200;
}
.c-green{
	color: #005c00;
}
.c-gold{
	color: #c2a200;
}
.c-red{
	color: #e90000;
}
.c-yellow{
	color: #fff702;
}

/* list-menu */

.list-menu{
	display: flex;
	justify-content: center;
}
.list-menu .no{
	background: #f0f0f0;
	margin-right: 0.5rem;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-menu .no.active,
.list-menu .no:hover{
	background: #005c00;
	color: #fff;
}


/* list */

.list-decimal{
	list-style: decimal;
	margin-left: 2rem;
}
.list-decimal .item{
	margin-bottom: 1rem;
}

/* letter-spacing */

.ls-0{
	letter-spacing: 0;
}

.ls-1{
	letter-spacing: 0.1rem;
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */
	.ls-sm-1 {
		letter-spacing: 0.1rem;
	}
}

@media (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
	.ls-lg-1 {
		letter-spacing: 0.1rem;
	}
}


/* line-height */

.lh-10{
	line-height: 1;
}

.lh-16{
	line-height: 1.6;
}

.lh-18{
	line-height: 1.8;
}

.lh-20{
	line-height: 2;
}

.lh-22{
	line-height: 2.2;
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */
	.lh-sm-10 {
		line-height: 1;
	}
    
    .lh-sm-12 {
		line-height: 1.2;
	}
    
    .lh-sm-14 {
		line-height: 1.4;
	}

	.lh-sm-16 {
		line-height: 1.6;
	}

	.lh-sm-18 {
		line-height: 1.8;
	}

	.lh-sm-20 {
		line-height: 2;
	}

	.lh-sm-22 {
		line-height: 2.2;
	}
}

@media (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.lh-lg-10 {
		line-height: 1;
	}
    
    .lh-lg-12 {
		line-height: 1.2;
	}
    
    .lh-lg-14 {
		line-height: 1.4;
	}

	.lh-lg-16 {
		line-height: 1.6;
	}

	.lh-lg-18 {
		line-height: 1.8;
	}

	.lh-lg-20 {
		line-height: 2;
	}

	.lh-lg-22 {
		line-height: 2.2;
	}
}

/* font */
.text-10{
	font-size: 1.0rem;
}
.text-12{
	font-size: 1.2rem;
}
.text-16{
	font-size: 1.6rem;
}
.text-18{
	font-size: 1.8rem;
}
.text-20{
	font-size: 2rem;
}
.text-24{
	font-size: 2.4rem;
}
.text-30{
	font-size: 3rem;
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	.text-sm-10{
		font-size: 1rem;
	}

	.text-sm-11{
		font-size: 1.1rem;
	}

	.text-sm-12{
		font-size: 1.2rem;
	}

	.text-sm-13{
		font-size: 1.3rem;
	}

	.text-sm-14{
		font-size: 1.4rem;
	}

	.text-sm-15{
		font-size: 1.5rem;
	}

	.text-sm-16{
		font-size: 1.6rem;
	}

	.text-sm-18{
		font-size: 1.8rem;
	}

	.text-sm-19{
		font-size: 1.9rem;
	}

	.text-sm-20{
		font-size: 2rem;
	}

	.text-sm-21{
		font-size: 2.1rem;
	}

	.text-sm-225{
		font-size: 2.25rem;
	}

	.text-sm-24{
		font-size: 2.4rem;
	}
}

@media screen and (min-width:768px) and (max-width:991px){
	/* 幅768px以上 - 991以下に適用されるCSS（タブレット）*/

	.text-tb-10{
		font-size: 1.0rem;
	}
	.text-tb-30{
		font-size: 3rem;
	}

}


@media (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.text-lg-10{
		font-size: 1.0rem;
	}
    
    .text-lg-11{
		font-size: 1.1rem;
	}
    
    .text-lg-12{
		font-size: 1.2rem;
	}
    
    .text-lg-13{
		font-size: 1.3rem;
	}
    
    .text-lg-14{
		font-size: 1.4rem;
	}

	.text-lg-15{
		font-size: 1.5rem;
	}


	.text-lg-16{
		font-size: 1.6rem;
	}

	.text-lg-20{
		font-size: 2rem;
	}

	.text-lg-22{
		font-size: 2.2rem;
	}

	.text-lg-24{
		font-size: 2.4rem;
	}

	.text-lg-26{
		font-size: 2.6rem;
	}

	.text-lg-28{
		font-size: 2.8rem;
	}

	.text-lg-30{
		font-size: 3rem;
	}

	.text-lg-32{
		font-size: 3.2rem;
	}

	.text-lg-36{
		font-size: 3.6rem;
	}

	.text-lg-38{
		font-size: 3.8rem;
	}

	.text-lg-40{
		font-size: 4rem;
	}

	.text-lg-42{
		font-size: 4.2rem;
	}

	.text-lg-45{
		font-size: 4.5rem;
	}

	.text-lg-48{
		font-size: 4.8rem;
	}
}


/*###########################################################################################*/
/* 共有余白（同一クラス名で各端末に対応） */
/*###########################################################################################*/

.m10 { margin: 0.8rem; }
.m20 { margin: 1.6rem; }
.m30 { margin: 2.4rem; }
.m40 { margin: 3.2rem; }
.m50 { margin: 4rem; }
.m60 { margin: 4.8rem; }
.m70 { margin: 5.6rem; }
.m80 { margin: 6.4rem; }
.m90 { margin: 7.2rem; }
.m100 { margin: 8rem; }
.mb5 { margin-bottom: 0.5rem; }
.mb10 { margin-bottom: 0.8rem; }
.mb20 { margin-bottom: 1.6rem; }
.mb30 { margin-bottom: 2.4rem; }
.mb40 { margin-bottom: 3.2rem; }
.mb50 { margin-bottom: 4rem; }
.mb60 { margin-bottom: 4.8rem; }
.mb70 { margin-bottom: 5.6rem; }
.mb80 { margin-bottom: 6.4rem; }
.mb90 { margin-bottom: 7.2rem; }
.mb100 { margin-bottom: 8rem; }
.mb120 { margin-bottom: 10rem; }
.mt10 { margin-top: 0.8rem; }
.mt20 { margin-top: 1.6rem; }
.mt30 { margin-top: 2.4rem; }
.mt40 { margin-top: 3.2rem; }
.mt50 { margin-top: 4rem; }
.mt60 { margin-top: 4.8rem; }
.mt70 { margin-top: 5.6rem; }
.mt80 { margin-top: 6.4rem; }
.mt90 { margin-top: 7.2rem; }
.mt100 { margin-top: 8rem; }
.mt120 { margin-top: 10rem; }
.ml5 { margin-left: 0.5rem; }
.ml10 { margin-left: 0.8rem; }
.ml20 { margin-left: 1.6rem; }
.ml30 { margin-left: 2.4rem; }
.ml40 { margin-left: 3.2rem; }
.ml50 { margin-left: 4rem; }
.ml60 { margin-left: 4.8rem; }
.ml70 { margin-left: 5.6rem; }
.ml80 { margin-left: 6.4rem; }
.ml90 { margin-left: 7.2rem; }
.ml100 { margin-left: 8rem; }
.mr5 { margin-right: 0.5rem; }
.mr10 { margin-right: 0.8rem; }
.mr20 { margin-right: 1.6rem; }
.mr30 { margin-right: 2.4rem; }
.mr40 { margin-right: 3.2rem; }
.mr50 { margin-right: 4rem; }
.mr60 { margin-right: 4.8rem; }
.mr70 { margin-right: 5.6rem; }
.mr80 { margin-right: 6.4rem; }
.mr90 { margin-right: 7.2rem; }
.mr100 { margin-right: 8rem; }

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.m0 { margin: 0; }
	.m10 { margin: 0.5rem; }
	.m10 { margin: 1rem; }
	.m20 { margin: 2rem; }
	.m30 { margin: 3rem; }
	.m40 { margin: 4rem; }
	.m50 { margin: 5rem; }
	.m60 { margin: 6rem; }
	.m70 { margin: 7rem; }
	.m80 { margin: 8rem; }
	.m90 { margin: 9rem; }
	.m100 { margin: 10rem; }
	.mb0 { margin: 0; }
	.mb5 { margin-bottom: 0.5rem; }
	.mb10 { margin-bottom: 1rem; }
	.mb20 { margin-bottom: 2rem; }
	.mb30 { margin-bottom: 3rem; }
	.mb40 { margin-bottom: 4rem; }
	.mb50 { margin-bottom: 5rem }
	.mb60 { margin-bottom: 6rem; }
	.mb70 { margin-bottom: 7rem; }
	.mb80 { margin-bottom: 8rem; }
	.mb90 { margin-bottom: 9rem; }
	.mb100 { margin-bottom: 10rem; }
	.mb120 { margin-bottom: 12rem; }
	.mt0 { margin-top: 0; }
	.mt5 { margin-top: 0.5rem; }
	.mt10 { margin-top: 1rem; }
	.mt20 { margin-top: 2rem; }
	.mt30 { margin-top: 3rem; }
	.mt40 { margin-top: 4rem; }
	.mt50 { margin-top: 5rem; }
	.mt60 { margin-top: 6rem; }
	.mt70 { margin-top: 7rem; }
	.mt80 { margin-top: 8rem; }
	.mt90 { margin-top: 9rem; }
	.mt100 { margin-top: 10rem; }
	.mt120 { margin-top: 12rem; }
	.ml0 { margin-left: 0; }
	.ml5 { margin-left: 0.5rem; }
	.ml10 { margin-left: 1rem; }
	.ml20 { margin-left: 2rem; }
	.ml30 { margin-left: 3rem; }
	.ml40 { margin-left: 4rem; }
	.ml50 { margin-left: 5rem; }
	.ml60 { margin-left: 6rem; }
	.ml70 { margin-left: 7rem; }
	.ml80 { margin-left: 8rem; }
	.ml90 { margin-left: 9rem; }
	.ml100 { margin-left: 10rem; }
	.mr0 { margin-right: 0; }
	.mr5 { margin-right: 0.5rem; }
	.mr10 { margin-right: 1rem; }
	.mr20 { margin-right: 2rem; }
	.mr30 { margin-right: 3rem; }
	.mr40 { margin-right: 4rem; }
	.mr50 { margin-right: 5rem; }
	.mr60 { margin-right: 6rem; }
	.mr70 { margin-right: 7rem; }
	.mr80 { margin-right: 8rem; }
	.mr90 { margin-right: 9rem; }
	.mr100 { margin-right: 10rem; }
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
	/*タブレット*/

	img.w100 { width: 100%; }
	.m5 { margin: 0.6vw; }
	.m10 { margin: 1.02vw; }
	.m20 { margin: 2.04vw; }
	.m30 { margin: 3.06vw; }
	.m40 { margin: 4.08vw; }
	.m50 { margin: 5.1vw; }
	.m60 { margin: 6.12vw; }
	.m70 { margin: 7.14vw; }
	.m80 { margin: 8.16vw; }
	.m90 { margin: 9.18vw; }
	.m100 { margin: 10.2vw; }
	.mb5 { margin-bottom: 0.6vw; }
	.mb10 { margin-bottom: 1.02vw; }
	.mb20 { margin-bottom: 2.04vw; }
	.mb30 { margin-bottom: 3.06vw; }
	.mb40 { margin-bottom: 4.08vw; }
	.mb50 { margin-bottom: 5.1vw; }
	.mb60 { margin-bottom: 6.12vw; }
	.mb70 { margin-bottom: 7.14vw; }
	.mb80 { margin-bottom: 8.16vw; }
	.mb90 { margin-bottom: 91.8vw; }
	.mb100 { margin-bottom: 10.2vw; }
	.mb120 { margin-bottom: 12.04vw; }
	.mt10 { margin-top: 1.02vw; }
	.mt20 { margin-top: 2.04vw; }
	.mt30 { margin-top: 3.06vw; }
	.mt40 { margin-top: 4.08vw; }
	.mt50 { margin-top: 5.1vw; }
	.mt60 { margin-top: 6.12vw; }
	.mt70 { margin-top: 7.14vw; }
	.mt80 { margin-top: 8.16vw; }
	.mt90 { margin-top: 9.18vw; }
	.mt100 { margin-top: 10.2vw; }
	.mt120 { margin-top: 12.04vw; }
	.ml5 { margin-left: 0.6vw; }
	.ml10 { margin-left: 1.02vw; }
	.ml20 { margin-left: 2.04vw; }
	.ml30 { margin-left: 3.06vw; }
	.ml40 { margin-left: 4.08vw; }
	.ml50 { margin-left: 5.1vw; }
	.ml60 { margin-left: 6.12vw; }
	.ml70 { margin-left: 7.14vw; }
	.ml80 { margin-left: 8.16vw; }
	.ml90 { margin-left: 9.18vw; }
	.ml100 { margin-left: 10.2vw; }
	.mr5 { margin-right: 0.6vw; }
	.mr10 { margin-right: 1.02vw; }
	.mr20 { margin-right: 2.04vw; }
	.mr30 { margin-right: 3.06vw; }
	.mr40 { margin-right: 4.08vw; }
	.mr50 { margin-right: 5.1vw; }
	.mr60 { margin-right: 6.12vw; }
	.mr70 { margin-right: 7.14vw; }
	.mr80 { margin-right: 8.16vw; }
	.mr90 { margin-right: 9.18vw; }
	.mr100 { margin-right: 10.2vw; }
}


/*###########################################################################################*/
/* 共通余白 */
/*###########################################################################################*/
@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	/*
    base 378px 変換早見表

    x-x-10 = 10px = 2.646vw
    x-x-15 = 15px = 3.968vw
    x-x-20 = 20px = 5.291vw
    x-x-40 = 40px = 10.582vw
    x-x-60 = 60px = 15.873vw
    x-x-80 = 80px = 21.164vw
    x-x-120 = 120px = 31.746vw
    x-x-160 = 160px = 42.328vw
    x-x-210 = 210px = 55.556vw
    */

	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0 {
		margin-left: 0 !important;
	}

	/* 5px = 1.323vw */
	.mt-sm-5 {
		margin-top: 1.323vw !important;
	}

	/* 10px = 2.646vw */
	.m-sm-10 {
		margin: 2.646vw !important;
	}
	.mt-sm-10 {
		margin-top: 2.646vw !important;
	}
	.mr-sm-10 {
		margin-right: 2.646vw !important;
	}
	.mb-sm-10 {
		margin-bottom: 2.646vw !important;
	}
	.ml-sm-10 {
		margin-left: 2.646vw !important;
	}

	/* 15px = 3.968vw */
	.m-sm-15 {
		margin: 3.968vw !important;
	}
	.mt-sm-15 {
		margin-top: 3.968vw !important;
	}
	.mr-sm-15 {
		margin-right: 3.968vw !important;
	}
	.mb-sm-15 {
		margin-bottom: 3.968vw !important;
	}
	.ml-sm-15 {
		margin-left: 3.968vw !important;
	}

	/* 20px = 5.291vw */
	.m-sm-20 {
		margin: 5.291vw !important;
	}
	.mt-sm-20 {
		margin-top: 5.291vw !important;
	}
	.mr-sm-20 {
		margin-right: 5.291vw !important;
	}
	.mb-sm-20 {
		margin-bottom: 5.291vw !important;
	}
	.ml-sm-20 {
		margin-left: 5.291vw !important;
	}
    
    /* 30px = 7.936vw */
	.m-sm-30 {
		margin: 7.936vw !important;
	}
	.mt-sm-30 {
		margin-top: 7.936vw !important;
	}
	.mr-sm-30 {
		margin-right: 7.936vw !important;
	}
	.mb-sm-30 {
		margin-bottom: 7.936vw !important;
	}
	.ml-sm-30 {
		margin-left: 7.936vw !important;
	}

	/* 40px = 10.582vw */
	.m-sm-40 {
		margin: 10.582vw !important;
	}
	.mt-sm-40 {
		margin-top: 10.582vw !important;
	}
	.mr-sm-40 {
		margin-right: 10.582vw !important;
	}
	.mb-sm-40 {
		margin-bottom: 10.582vw !important;
	}
	.ml-sm-40 {
		margin-left: 10.582vw !important;
	}

	/* 60px = 15.873vw */
	.m-sm-60 {
		margin: 15.873vw !important;
	}
	.mt-sm-60 {
		margin-top: 15.873vw !important;
	}
	.mr-sm-60 {
		margin-right: 15.873vw !important;
	}
	.mb-sm-60 {
		margin-bottom: 15.873vw !important;
	}
	.ml-sm-60 {
		margin-left: 15.873vw !important;
	}

	/* 80px = 21.164vw */
	.m-sm-80 {
		margin: 21.164vw !important;
	}
	.mt-sm-80 {
		margin-top: 21.164vw !important;
	}
	.mr-sm-80 {
		margin-right: 21.164vw !important;
	}
	.mb-sm-80 {
		margin-bottom: 21.164vw !important;
	}
	.ml-sm-80 {
		margin-left: 21.164vw !important;
	}

	/* 120px = 31.746vw */
	.m-sm-120 {
		margin: 31.746vw !important;
	}
	.mt-sm-120 {
		margin-top: 31.746vw !important;
	}
	.mr-sm-120 {
		margin-right: 31.746vw !important;
	}
	.mb-sm-120 {
		margin-bottom: 31.746vw !important;
	}
	.ml-sm-120 {
		margin-left: 31.746vw !important;
	}

	/* 160px = 42.328vw */
	.m-sm-160 {
		margin: 42.328vw !important;
	}
	.mt-sm-160 {
		margin-top: 42.328vw !important;
	}
	.mr-sm-160 {
		margin-right: 42.328vw !important;
	}
	.mb-sm-160 {
		margin-bottom: 42.328vw !important;
	}
	.ml-sm-160 {
		margin-left: 42.328vw !important;
	}

	/* 210px = 55.556vw */
	.m-sm-210 {
		margin: 55.556vw !important;
	}
	.mt-sm-210 {
		margin-top: 55.556vw !important;
	}
	.mr-sm-210 {
		margin-right: 55.556vw !important;
	}
	.mb-sm-210 {
		margin-bottom: 55.556vw !important;
	}
	.ml-sm-210 {
		margin-left: 55.556vw !important;
	}


	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0 {
		padding-left: 0 !important;
	}

	/* 10px = 2.646vw */
	.p-sm-10 {
		padding: 2.646vw !important;
	}
	.pt-sm-10 {
		padding-top: 2.646vw !important;
	}
	.pr-sm-10 {
		padding-right: 2.646vw !important;
	}
	.pb-sm-10 {
		padding-bottom: 2.646vw !important;
	}
	.pl-sm-10 {
		padding-left: 2.646vw !important;
	}

	/* 15px = 3.968vw */
	.p-sm-15 {
		padding: 3.968vw !important;
	}
	.pt-sm-15 {
		padding-top: 3.968vw !important;
	}
	.pr-sm-15 {
		padding-right: 3.968vw !important;
	}
	.pb-sm-15 {
		padding-bottom: 3.968vw !important;
	}
	.pl-sm-15 {
		padding-left: 3.968vw !important;
	}

	/* 20px = 5.291vw */
	.p-sm-20 {
		padding: 5.291vw !important;
	}
	.pt-sm-20 {
		padding-top: 5.291vw !important;
	}
	.pr-sm-20 {
		padding-right: 5.291vw !important;
	}
	.pb-sm-20 {
		padding-bottom: 5.291vw !important;
	}
	.pl-sm-20 {
		padding-left: 5.291vw !important;
	}

	/* 40px = 10.582vw */
	.p-sm-40 {
		padding: 10.582vw !important;
	}
	.pt-sm-40 {
		padding-top: 10.582vw !important;
	}
	.pr-sm-40 {
		padding-right: 10.582vw !important;
	}
	.pb-sm-40 {
		padding-bottom: 10.582vw !important;
	}
	.pl-sm-40 {
		padding-left: 10.582vw !important;
	}

	/* 60px = 15.873vw */
	.p-sm-60 {
		padding: 15.873vw !important;
	}
	.pt-sm-60 {
		padding-top: 15.873vw !important;
	}
	.pr-sm-60 {
		padding-right: 15.873vw !important;
	}
	.pb-sm-60 {
		padding-bottom: 15.873vw !important;
	}
	.pl-sm-60 {
		padding-left: 15.873vw !important;
	}

	/* 80px = 21.164vw */
	.p-sm-80 {
		padding: 21.164vw !important;
	}
	.pt-sm-80 {
		padding-top: 21.164vw !important;
	}
	.pr-sm-80 {
		padding-right: 21.164vw !important;
	}
	.pb-sm-80 {
		padding-bottom: 21.164vw !important;
	}
	.pl-sm-80 {
		padding-left: 21.164vw !important;
	}

	/* 120px = 31.746vw */
	.p-sm-120 {
		padding: 31.746vw !important;
	}
	.pt-sm-120 {
		padding-top: 31.746vw !important;
	}
	.pr-sm-120 {
		padding-right: 31.746vw !important;
	}
	.pb-sm-120 {
		padding-bottom: 31.746vw !important;
	}
	.pl-sm-120 {
		padding-left: 31.746vw !important;
	}

	/* 160px = 31.746vw */
	.p-sm-160 {
		padding: 31.746vw !important;
	}
	.pt-sm-160 {
		padding-top: 31.746vw !important;
	}
	.pr-sm-160 {
		padding-right: 31.746vw !important;
	}
	.pb-sm-160 {
		padding-bottom: 31.746vw !important;
	}
	.pl-sm-160 {
		padding-left: 31.746vw !important;
	}

	/* 210px = 55.556vw */
	.p-sm-210 {
		padding: 55.556vw !important;
	}
	.pt-sm-210 {
		padding-top: 55.556vw !important;
	}
	.pr-sm-210 {
		padding-right: 55.556vw !important;
	}
	.pb-sm-210 {
		padding-bottom: 55.556vw !important;
	}
	.pl-sm-210 {
		padding-left: 55.556vw !important;
	}
}

@media (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	/*
    x-x-10 = 10px
    x-x-15 = 15px
    x-x-20 = 20px
    x-x-40 = 40px
    x-x-60 = 60px
    x-x-80 = 80px
    x-x-120 = 120px
    x-x-160 = 160px
    x-x-210 = 210px
    */

	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0 {
		margin-left: 0 !important;
	}

	/* 10px */
	.m-lg-10 {
		margin: 1rem !important;
	}
	.mt-lg-10 {
		margin-top: 1rem !important;
	}
	.mr-lg-10 {
		margin-right: 1rem !important;
	}
	.mb-lg-10 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-10 {
		margin-left: 1rem !important;
	}

	/* 15px */
	.m-lg-15 {
		margin: 1.5rem !important;
	}
	.mt-lg-15 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-15 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-15 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-15 {
		margin-left: 1.5rem !important;
	}

	/* 20px */
	.m-lg-20 {
		margin: 2rem !important;
	}
	.mt-lg-20 {
		margin-top: 2rem !important;
	}
	.mr-lg-20 {
		margin-right: 2rem !important;
	}
	.mb-lg-20 {
		margin-bottom: 2rem !important;
	}
	.ml-lg-20 {
		margin-left: 2rem !important;
	}
    
    /* 30px */
	.m-lg-30 {
		margin: 3rem !important;
	}
	.mt-lg-30 {
		margin-top: 3rem !important;
	}
	.mr-lg-30 {
		margin-right: 3rem !important;
	}
	.mb-lg-30 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-30 {
		margin-left: 3rem !important;
	}

	/* 40px */
	.m-lg-40 {
		margin: 4rem !important;
	}
	.mt-lg-40 {
		margin-top: 4rem !important;
	}
	.mr-lg-40 {
		margin-right: 4rem !important;
	}
	.mb-lg-40 {
		margin-bottom: 4rem !important;
	}
	.ml-lg-40 {
		margin-left: 4rem !important;
	}

	/* 60px */
	.m-lg-60 {
		margin: 6rem !important;
	}
	.mt-lg-60 {
		margin-top: 6rem !important;
	}
	.mr-lg-60 {
		margin-right: 6rem !important;
	}
	.mb-lg-60 {
		margin-bottom: 6rem !important;
	}
	.ml-lg-60 {
		margin-left: 6rem !important;
	}

	/* 80px */
	.m-lg-80 {
		margin: 8rem !important;
	}
	.mt-lg-80 {
		margin-top: 8rem !important;
	}
	.mr-lg-80 {
		margin-right: 8rem !important;
	}
	.mb-lg-80 {
		margin-bottom: 8rem !important;
	}
	.ml-lg-80 {
		margin-left: 8rem !important;
	}

	/* 120px */
	.m-lg-120 {
		margin: 12rem !important;
	}
	.mt-lg-120 {
		margin-top: 12rem !important;
	}
	.mr-lg-120 {
		margin-right: 12rem !important;
	}
	.mb-lg-120 {
		margin-bottom: 12rem !important;
	}
	.ml-lg-120 {
		margin-left: 12rem !important;
	}

	/* 160px */
	.m-lg-160 {
		margin: 16rem !important;
	}
	.mt-lg-160 {
		margin-top: 16rem !important;
	}
	.mr-lg-160 {
		margin-right: 16rem !important;
	}
	.mb-lg-160 {
		margin-bottom: 16rem !important;
	}
	.ml-lg-160 {
		margin-left: 16rem !important;
	}

	/* 210px */
	.m-lg-210 {
		margin: 21rem !important;
	}
	.mt-lg-210 {
		margin-top: 21rem !important;
	}
	.mr-lg-210 {
		margin-right: 21rem !important;
	}
	.mb-lg-210 {
		margin-bottom: 21rem !important;
	}
	.ml-lg-210 {
		margin-left: 21rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0 {
		padding-left: 0 !important;
	}

	/* 10px */
	.p-lg-10 {
		padding: 1rem !important;
	}
	.pt-lg-10 {
		padding-top: 1rem !important;
	}
	.pr-lg-10 {
		padding-right: 1rem !important;
	}
	.pb-lg-10 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-10 {
		padding-left: 1rem !important;
	}

	/* 15px */
	.p-lg-15 {
		padding: 1.5rem !important;
	}
	.pt-lg-15 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-15 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-15 {
		padding-bottom: 1.5rem !important;
	}
	.pb-lg-15 {
		padding-left: 1.5rem !important;
	}

	/* 20px */
	.p-lg-20 {
		padding: 2rem !important;
	}
	.pt-lg-20 {
		padding-top: 2rem !important;
	}
	.pr-lg-20 {
		padding-right: 2rem !important;
	}
	.pb-lg-20 {
		padding-bottom: 2rem !important;
	}
	.pl-lg-20 {
		padding-left: 2rem !important;
	}

	/* 40px */
	.p-lg-40 {
		padding: 4rem !important;
	}
	.pt-lg-40 {
		padding-top: 4rem !important;
	}
	.pr-lg-40 {
		padding-right: 4rem !important;
	}
	.pb-lg-40 {
		padding-bottom: 4rem !important;
	}
	.pl-lg-40 {
		padding-left: 4rem !important;
	}

	/* 60px */
	.p-lg-60 {
		padding: 6rem !important;
	}
	.pt-lg-60 {
		padding-top: 6rem !important;
	}
	.pr-lg-60 {
		padding-right: 6rem !important;
	}
	.pb-lg-60 {
		padding-bottom: 6rem !important;
	}
	.pl-lg-60 {
		padding-left: 6rem !important;
	}

	/* 80px */
	.p-lg-80 {
		padding: 8rem !important;
	}
	.pt-lg-80 {
		padding-top: 8rem !important;
	}
	.pr-lg-80 {
		padding-right: 8rem !important;
	}
	.pb-lg-80 {
		padding-bottom: 8rem !important;
	}
	.pl-lg-80 {
		padding-left: 8rem !important;
	}

	/* 120px */
	.p-lg-120 {
		padding: 12rem !important;
	}
	.pt-lg-120 {
		padding-top: 12rem !important;
	}
	.pr-lg-120 {
		padding-right: 12rem !important;
	}
	.pb-lg-120 {
		padding-bottom: 12rem !important;
	}
	.pl-lg-120 {
		padding-left: 12rem !important;
	}

	/* 160px */
	.p-lg-160 {
		padding: 16rem !important;
	}
	.pt-lg-160 {
		padding-top: 16rem !important;
	}
	.pr-lg-160 {
		padding-right: 16rem !important;
	}
	.pb-lg-160 {
		padding-bottom: 16rem !important;
	}
	.pl-lg-160 {
		padding-left: 16rem !important;
	}

	/* 210px */
	.p-lg-210 {
		padding: 21rem !important;
	}
	.pt-lg-210 {
		padding-top: 21rem !important;
	}
	.pr-lg-210 {
		padding-right: 21rem !important;
	}
	.pb-lg-210 {
		padding-bottom: 21rem !important;
	}
	.pl-lg-210 {
		padding-left: 21rem !important;
	}
}

/*###########################################################################################*/
/* Animation */
/*###########################################################################################*/
.fade-animation {
	position: relative;
	transform: translate3d(0, 60px, 0);
	transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
}

.fade-animation.is-anime {
	 transform: translate3d(0, 0, 0);
	 opacity: 1;
 }

.slidefade-animation {
	position: relative;
	transform: translate3d(-60px, 0, 0);
	transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
}

.slidefade-animation.is-anime {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.fade-animation.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.opacity-animation {
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
}

.opacity-animation.active,
.opacity-animation.is-anime {
	opacity: 1;
}

.slide-animation {
	transform: translate3d(-100.5%, 0, 0);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	background: #eeee;
	text-align: center;
}

.slide-animation:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #000;
	transform-origin: right;
	transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.slide-animation.active,
.slide-animation.is-anime {
	transform: translate3d(0, 0, 0);
}

.slide-animation.active:before,
.slide-animation.is-anime:before {
	transform: translate3d(0, 0, 0) scale(0, 1);
}


/*###########################################################################################*/
/* button */
/*###########################################################################################*/

.wrap-btn{
	margin: 5rem 0;
}
.wrap-btn.space-between{
	justify-content: space-between;
}
.iqra-btn .wrap-btn{
	margin-bottom: 0;
}

.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: inherit;
	border: none;
    cursor: pointer;
	padding: 2rem 0;
	width: 100%;
	position: relative;
	letter-spacing: 0.2rem;
	transition: all 0.5s;

	/* ipad safariラスト1文字改行される現象対策 */
	white-space: nowrap;
}
.btn.c1 {
	background: #005c00;
	color: #FFF;
}
.btn.c2 {
	background: #c2a200;
	color: #fff;
}
.btn.c3 {
	background: #30a9a7;
	color: #fff;
}
.btn.c4 {
	color: #005c00;
	border: 1px solid #005c00;
	background: none;
}
.btn.arrow::after {
	content: "";
	background: url(/common/img/btn_arrow.png) no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 1rem;
	margin: auto;
	position: absolute;
}
@media screen and (max-width:414px) {
	/* 幅414px以下に適用されるCSS（SP） */

	.btn.arrow::after {
		width: 30px;
		height: 5px;
	}
}

.btn.c4.arrow::after {
	background: url(/common/img/btn_green_arrow.png) no-repeat;
	background-size: 100% auto;
}
.btn.c4:hover{
	color: #FFF;
	background: #005c00;
}

a.btn{
	color: #FFF;
}

.btn:hover{
	color: #005c00;
	background: none;
	border: 1px solid #005c00;
}
.btn:hover::after {
	background: url(/common/img/btn_green_arrow.png) no-repeat;
	background-size: 100% auto;
}

.btn.w-sm-100p{
    width: 100%;
}
.btn.w-48p{
	width: 48%;
}

@media screen and (max-width:991px) {
	/* 幅991px以下に適用されるCSS（タブレットサイズ以下） */

	.wrap-btn{
		margin: 4rem 0;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.wrap-btn{
		align-items: center;
		display: flex;
		justify-content: center;
	}

	.btn.w-lg-50p{
		width: 50%;
	}
	.btn.w-lg-48p{
		width: 48%;
	}
	.btn.w-lg-100px {
		width: 100px;
	}
}


/*###########################################################################################*/
/* +-アイコン */
/*###########################################################################################*/
.toggle-icon {
    position: relative;
    cursor: pointer;
}

.toggle-icon:before,
.toggle-icon:after {
	background: #505050;
	bottom: 0;
	content: "";
	position: absolute;
	right: 4%;
	top: 0;
	height: 2px;
	margin: auto;
	width: 1rem;
}

.toggle-icon:before {
	transition: opacity 0.3s ease;
}

.toggle-icon:after {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

.toggle-icon.active:before {
	opacity: 0;
}

.toggle-icon.active:after {
	transform: rotate(180deg);
}

@media screen and (min-width:992px) {
	.toggle-icon:before,
	.toggle-icon:after {
		width: 12px;
	}
}

.toggle-icon-white {
	position: relative;
}
.toggle-icon-white:before, .toggle-icon-white:after {
	background: #fff;
	bottom: 0;
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	height: 2px;
	margin: auto;
	width: 13px;
}
.toggle-icon-white:after {
	transform: rotate(90deg);
}


/*###########################################################################################*/
/* SP表示・非表示切り替え */
/*###########################################################################################*/

@media screen and (max-width:991px) {
    .read-more-content{
        display: none;
    }
    
    .hide-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}



/*###########################################################################################*/
/* テーブル */
/*###########################################################################################*/

/* 下線のみのテーブル。物件詳細等で使用 */

.line-table{
	border: none;
	border-collapse: collapse;
	width: 100%;
}

.line-table .title,
.line-table .value{
	padding: 1.5rem 0;
	border-bottom: 1px solid #ccc;
	display: table-cell;
}

.line-table .title{
	font-size: 1.4rem;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	width: 30%;
}

.line-table .value{
	vertical-align:middle;
}


@media screen and (max-width:991px) {
    .line-table .title{
		font-size: 1.3rem;
        width: 38%;
    }   
}


.line-table.no-border .title,
.line-table.no-border .value{
	border: 0;
}

/* 背景色つき表テーブル。入力情報の確認ページ等で使用 */

.line-table.bgmode .title,
.line-table.bgmode .value{
	padding: 1.5rem;
	border: 1px solid #ccc
}
.line-table.bgmode .title{
	background: #fafafa;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.table-flex-wrap{
		display: flex;
	}
    .table-flex-wrap.col-lg-2 {
        justify-content: space-between;
    }
    .table-flex-wrap.col-lg-2 table {
        width: 49%;
    }

	.line-table.bgmode .value{
		padding: 1.5rem;
	}
}

/*###########################################################################################*/
/* フォームパーツ */
/*###########################################################################################*/

.form .wrap-title{
	margin-bottom: 2rem;
}
.form .value-wrap{
	margin-bottom: 4rem;
}
.form .wrap-title .title{
	font-weight: bold;
	font-size: 1.6rem;
}
.form .group{
	line-height: 3;
}
.form .point {
	font-weight: normal;
	font-size: 1.2rem;
}

.req,
.any{
	background-color: #c2a200;
	padding: 0.2rem 0.5rem;
	color: #fff;
	margin-right: 1rem;
}
.any {
	background-color: #969696;
}

.error-alert {
	padding: 15px;
	margin-bottom: 4rem;
	background: #fff2f2;
}

.alert{
	margin: 10px 0;
	color: #ec1818;
}

.error-col{
	font-size: 1.1rem;
	margin-top: 10px;
	color: #ec1818;
}

.error-list{
	margin: 10px 0;
}

.error-list .error-item{
	color: #ec1818;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 1rem;
}

.error-list .error-item:before {
	content: '・';
}

input, label {
	margin-top: 0;
	cursor: pointer;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
button,
textarea {
	padding: 15px;
	width: 100%;
	border: 1px solid #ccc;
}
input.half {
	width: 50%;
}
input.w40p {
	width: 40%;
}
textarea{
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	resize: vertical;
	line-height: 1.6;
}
select {
	padding: 0.3rem 0.4rem;
	font-size: 1.4rem;
}

/* checkbox-parts */

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	.form .title{
		text-align: left;
	}

	.checkbox{
		display: block;
	}
}

.checkbox-input {
	display: none;
}
.checkbox-parts {
	padding-left: 4rem;
	position: relative;
	margin-right: 2rem;
	line-height: 1.5;
}
.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fff;
	border: 1px solid #ccc;
}
.checkbox-input:checked+.checkbox-parts::before {
	background-color: #005c00;
	border: 0;
}
.checkbox-input:checked+.checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0.8rem;
	width: 0.8rem;
	height: 1.4rem;
	transform: rotate(40deg);
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

/* radio-parts */

.radio-input {
	display: none;
}

.radio-parts {
	padding-left: 3rem;
	position: relative;
	margin-right: 2rem;
	line-height: 3;
	padding-top: 0.2rem;
}

.radio-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.radio-input:checked+.radio-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	background-color: #005c00;
	border-radius: 50%;
}


/*

input[type="button"],
button{
font-size: 1.4rem;
border: 0;
}

input[type="submit"],
input[type="button"] {
display: block;
font-size: 1.4rem;
}

select {
min-width: 130px;
padding: 0.3rem 0.4rem;
font-size: 1.4rem;
}
*/


@media screen and (max-width:768px){
/* iOSでinputのフォーカス時に画面がズームするのを防ぐ */
    .table1 input[type=text],
    .table1 input[type=tel],
    .table1 input[type=password],
    .table1 input[type=email],
    .table1 input[type=number],
    textarea,
    select{
        font-size: 1.6rem;
    }
}

/* 通常、IE、Edge指定。まとめ書きすると効かないので、下記のまま */

::placeholder {
	color: #b4b4b4;
}

/* IE */
:-ms-input-placeholder {
	color: #b4b4b4;
}

/* Edge */
::-ms-input-placeholder {
	color: #b4b4b4;
}

/* ページング */
.pager {
    text-align: center;
}

.pager .pager-num-list{
    font-family: imperial-urw, sans-serif;
    font-size: 2rem;
    letter-spacing: 1.4px;
    text-align: center;
}

.pager .pager-num-list .curent{
    color: #e6e6e6;
}

.pager .pager-num-list a,
.pager .pager-num-list span{
    margin: 0 10px;
}



/*###########################################################################################*/
/* header */
/*###########################################################################################*/
.wrapper {
	min-height: 100%;
	overflow-y: hidden;
	position: relative;
}

.header {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.header a {
	color: #fff;
	font-family: imperial-urw, sans-serif;
	letter-spacing: 1px;
}

.header-nav-sp {
	opacity: 0;
}

.header-nav-sp.fixed {
	opacity: 1;
}

.header-nav-sp .wrap {
	background: #fff;
	display: flex;
	padding-right: 60px;
	position: fixed;
	top: 0;
	transition: opacity 0.8s ease, transform 0.5s;
	width: 100%;
	z-index: 11;
}

.header-nav-sp .header-logo {
	align-items: center;
	display: flex;
	padding: 0 0 0 10px;
	margin-right: auto;
	width: 77%;
}

.header-nav-sp.fixed .header-logo .header-logo-img {
	vertical-align: top;
}

.header-nav-sp .header-tel {
	align-items: center;
	background: #005c00;
	display: none;
	flex-direction: column;
	height: 60px;
	justify-content: center;
	padding-bottom: 7px;
	position: relative;
	width: 60px;
}

.header-nav-sp .header-tel.is-shown {
	display: flex;
}

.header-nav-sp .header-tel .icon-tel-img{
	max-width: 26px;
	vertical-align: baseline;
}

.header-nav-sp .header-tel .header-tel-txt {
	left: 50%;
	letter-spacing: 1px;
	bottom: 7px;
	color: #fff;
	font-size: 0.8rem;
	display: inline-table;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
}

.header-line{
	position: fixed;
	border: 2px solid #06c755;
	background-color: #06c755;
	z-index: 9999;
}

.header-line-link{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-line-txt{
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.header-line-img{
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-nav-sp .header-line{
	width: 100%;
	bottom: 0px;
}
.header-nav-sp .header-line-txt{
	margin: 0 auto;
}

.header-nav-sp .header-line-img{
	height: 55px;
	width: 55px;
}

.line-bold{
	font-size: 2.5rem;
	font-family: Helvetica Neue,Helvetica,Hiragino Sans,Hiragino Kaku Gothic ProN,Arial,Yu Gothic,Meiryo,sans-serif;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .header-nav-sp.fixed .header-logo .header-logo-img {
        width: 60%;
    }
}


@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.header-nav-sp .header-tel .header-tel-txt {
		font-size: 0.5rem;
	}
	.header-nav-sp .header-tel .icon-tel-img{
		top: 2px;
		position: relative;
	}
}

.header-nav-sp .header-btn {
	align-items: center;
	background: #c2a200;
	cursor: pointer;
	display: none;
	flex-direction: column;
	height: 60px;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.8s, transform 0.5s;
	padding-bottom: 7px;
	width: 60px;
	z-index: 14;
}

.header-nav-sp .header-btn.is-shown {
	display: flex;
}

.header-nav-sp .header-btn .header-btn-bar-hum {
	background-color: #fff;
	display: block;
	height: 2px;
	margin-bottom: 6px;
	position: relative;
	top: 0;
	transition: all 0.3s ease;
	width: 23px;
}

.header-nav-sp .header-btn.active .header-btn-bar-hum {
	background-color: #fff;
}

.header-nav-sp .header-btn .header-btn-bar-hum:last-child {
	margin-bottom: 0;
}

.header-nav-sp .header-btn.active .header-btn-bar-hum:nth-child(1) {
	top: 8px;
	transform: rotate(45deg);
}

.header-nav-sp .header-btn.active .header-btn-bar-hum:nth-child(2) {
	opacity: 0;
}

.header-nav-sp .header-btn.active .header-btn-bar-hum:nth-child(3) {
	top: -8px;
	transform: rotate(-45deg);
}

.header-nav-sp .header-btn .header-btn-bar-txt {
	bottom: 7px;
	color: #fff;
	font-size: 0.8rem;
	left: 50%;
	letter-spacing: 1px;
	position: absolute;
	transform: translateX(-50%);
}

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.header-nav-sp .header-btn .header-btn-bar-txt {
		font-size: 0.5rem;
	}
}

.header-nav-sp .header-btn .header-btn-bar-txt.menu {
	opacity: 1;
}

.header-nav-sp .header-btn.active .header-btn-bar-txt.menu {
	opacity: 0;
}

.header-nav-sp .header-btn .header-btn-bar-txt.close {
	opacity: 0;
}

.header-nav-sp .header-btn.active .header-btn-bar-txt.close {
	opacity: 1;
}

/* ハンバーガーメニューのリスト */

.header-nav {
	box-sizing: border-box;
	background-color: rgb(0 92 0 / 95%);
	height: 100%;
	transform: translate3d(-100%, 0, 0);
	transform-origin: left;
	transition: opacity 0.7s ease 0s, transform 0.7s cubic-bezier(0.45, 0.05, 0.14, 0.99) 0s;
	opacity: 0;
	overflow-y: scroll;
	pointer-events: none;
	position: fixed;
	width: 100%;
	z-index: 13;
}

.header-nav.is-active {
	min-height: 100vh;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.header-nav .header-nav-list {
	padding-bottom: 40px;
	padding-top: 80px;
	position: absolute;
	margin: auto 0;
	width: 100%;
}

.header-nav .header-nav-list .header-nav-item {
	color: #fff;
	border-bottom: 1px solid #333;
	margin: auto;
	/* padding: 16px 7%; */
	position: relative;
	text-align: left;
}

.header-nav .header-nav-list .header-nav-item:last-child{
	border-bottom: 0;
}

.header-nav .header-nav-list .header-nav-item.about-company {
    padding: 0 7%;
}

.header-nav-btn {
    display: block;
    padding: 16px 7%;
}

.header-nav-btn.reg {
    background: rgba(255,255,255,0.08);
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac {
	cursor: pointer;
	position: relative;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac::before,
.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac::after {
	background-color: #fff;
	bottom: 0;
	content: '';
	height: 2px;
	margin: auto;
	position: absolute;
	right: 4%;
	top: 0;
	transition: transform 0.3s ease;
	width: 18px;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac::after {
	transform: rotate(90deg);
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac.active::before {
	opacity: 0;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac.active::after {
	transform: rotate(180deg);
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac .header-nav-btn {
	display: inline-block;
	position: relative;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac .header-nav-btn span {
	display: inline-block;
	position: relative;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac .header-nav-btn span:before {
	background: #c8c8c8;
	bottom: -6px;
	content: '';
	height: 2px;
	opacity: 0.8;
	position: absolute;
	transform: translate3d(0, 0, 0) scale(0, 1);
	transform-origin: right;
	transition: transform 0.4s ease;
	width: 100%;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-logo{
	margin: 30px 0;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-tel{
	margin-bottom: 30px;
}

.header-nav .header-nav-list .header-nav-item .header-nav-item-company-txt{
	line-height: 1.6;
}


/* ハンバーガーメニューのサブリスト */

.header-nav-sub-list {
	display: none;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}

.header-nav-sub-list.active {
	display: block;
}

.header-nav-sub-item {
	opacity: 0;
	transform: translate3d(18px, 0, 0);
	transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}

.header-nav-btn-ac.active + .header-nav-sub-list .header-nav-sub-item {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.header-nav-sub-item .header-nav-sub-btn {
	display: block;
	font-size: 1.3rem;
	padding: 10px 7% 10px 7%;
	position: relative;
}

.header-nav-sub-item:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

@media screen and (max-width:320px){
	/* 幅320px以下に適用されるCSS（iphone5/SE）*/

	.header-nav-sp.fixed .header-logo .header-logo-img{
		background-size: 180px;
		width: 180px;
	}
	.header-nav-sp .wrap{
		padding-right: 60px;
	}
	.header-nav-sp .header-tel,
	.header-nav-sp .header-btn{
		height: 60px;
		width: 60px;
	}
}

@media screen and (max-width: 896px) and (orientation: landscape) {
	/* スマホ横のみ */

	.header-nav-sp.fixed .header-logo .header-logo-img{
		background-size: 180px;
		width: 180px;
	}
	.header-nav-sp .wrap{
		padding-right: 60px;
	}
	.header-nav-sp .header-tel,
	.header-nav-sp .header-btn{
		height: 50px;
		width: 60px;
	}
	.header-nav-sp .header-btn .header-btn-bar-txt,
	.header-nav-sp .header-tel .header-tel-txt {
		bottom: 4px;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.header a{
		font-size: 1.1rem;
	}

	.header-nav-pc {
		position: fixed;
		display: flex;
		height: 70px;
		width: 100%;
	}

	/* TOPページ専用 */

	.header-nav-pc.animate {
		position: relative;
	}

	.header-nav-pc.fixed {
		background: #fff;
		color: #505050;
		position: fixed;
		top: 0;
		opacity: 1;
	}

	.header-nav-pc.fixed a,
	.header-nav-pc.fixed .header-name {
		color: #505050;
	}

	/* ロゴ */

	.header-nav-pc .header-logo{
        display: flex;
        align-items: center;
		width: 20%;
		z-index: 12;
        margin-left: 4rem;
	}

	.header-nav-pc .header-right{
		width: 80%;
		display: flex;
		justify-content: flex-end;
	}

	.header-nav-pc .header-nav-pc-list {
        display: flex;
        align-items: center;
        margin-right: 20%;
	}

	.header-nav-pc .header-nav-pc-list .header-nav-pc-item {
        margin-left: 8%;
        display: flex;
        align-items: center;
        height: 100%;
	}

	.header-link-box{
		padding: 0 15px;
		background-color: #005c00;
	}

	.header-link-box a{
		color: #fff !important;
	}

	/* サブメニュー */

	.header-nav-pc .header-nav-pc-list .header-nav-pc-item .header-nav-pc-sub-list {
		background: #e2d387;
		display: none;
		left: 0;
		min-height: 70px;
		padding: 2.6rem 0 0 118px;
		position: fixed;
		text-align: center;
		top: 69px;
		width: 100%;
	}

	.header-nav-pc .header-nav-pc-list .header-nav-pc-item .header-nav-pc-sub-list .header-nav-pc-sub-item {
		display: inline-block;
		margin-right: 4rem;
		padding-bottom: 2.6rem;
		position: relative;
        vertical-align: middle;
	}

	.header-nav-pc-sub-item a {
		color: #505050;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.header-nav-pc-sub-item a::after {
		background: rgb(80, 80, 80);
	}

	/* ホバーアニメーション */

	.header-nav-pc .header-nav-pc-list .header-nav-pc-item a{
		display: inline-block;
		position: relative;
		text-decoration: none;
        font-weight: bold;
        white-space: nowrap;
	}

	.header-nav-pc .header-nav-pc-list .header-nav-pc-item a:before {
		background: #fff;
		bottom: -4px;
		content: "";
		height: 1px;
		opacity: 0.8;
		position: absolute;
		transform: scale(0, 1);
		transform-origin: right;
		transition: transform 0.4s ease;
		width: 100%;
	}

	.header-nav-pc.fixed .header-nav-pc-list .header-nav-pc-item a::before,
	.header-nav-pc .header-nav-pc-list .header-nav-pc-item .header-nav-pc-sub-item a::before{
		background: rgb(80, 80, 80);
	}

	.header-nav-pc .header-nav-pc-list .header-nav-pc-item a:hover:before {
		transform-origin: left;
		transform: scale(1, 1);
	}

	.header-tel {
        display: flex;
        align-items: center;
		margin-right: 2rem;
        margin-left: 10%;
        min-width: 100px;
	}

	.header-nav-pc .header-line{
		bottom: 2%;
		right: 2%;
		transition: 0.3s;
		transform-origin: bottom right;
	}

	.header-nav-pc .header-line:hover{
		transform: scale(1.05);
	}

	.header-nav-pc .header-line-link{
		margin: 0 auto;
	}

	.header-nav-pc .header-line-txt{
		padding: 0 2rem;
	}

	.header-nav-pc .header-line-img{
		height: 70px;
		width: 70px;
	}

	.header-wrap-btn {
        width: 156px;
	}

	.header-btn-regist .hover-img{
		align-items: center;
		display: flex;
		height: 70px;
		justify-content: center;
		
	}

	.header-nav-pc.fixed .header-btn-login{
		background: #828282;
	}

	.header-nav-pc.fixed .header-btn-regist{
		background: #c2a200;
	}
    
    .header-btn-login,
	.header-btn-regist{
		position: absolute;
		top: 0;
	}

	.header-btn-login .hover-img,
	.header-btn-regist .hover-img{
		align-items: center;
		display: flex;
		height: 70px;
		justify-content: center;
		width: 70px;
	}


	.header-btn-login {
		right: 70px;
	}

	.header-nav-pc.fixed .header-btn-login{
		background: #005c00;
	}

	.header-btn-regist {
		right: 0;
	}


}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .header-nav-pc .header-nav-pc-list .header-nav-pc-item {
    /* IE11 にのみ適用される */
        display: inline-block;
        padding-top: 25px;
    }
}

@media screen and (min-width:1200px) {
	/* 幅1200px以上に適用されるCSS（PCサイズ以上） */

	.header-logo{
		left: 42%;
	}

}

@media screen and (min-width:992px) and (max-width:1220px)  {
    /* ウインドウ幅に合わせてサイズ調整 */

	.header-nav-pc .header-nav-pc-list {
		margin-right: 0;
	}

    .header-nav-pc .header-nav-pc-list .header-nav-pc-item {
        margin-left: 2rem;
    }
    
    .header-tel {
        margin-left: 1%;
    }
    
    .header-btn-regist {
        width: 70px;
    }

    .header-btn-regist .hover-img {
        display: flex;
    }
}

/* ドロワーメニューの際、スクロールを固定 */
.scroll-lock {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.greeting-wrap {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100vw;
    padding: 0 1rem;
}

.greeting {
    padding: 15px;
    background: #0a306c;
    color: #FFF;
    animation: updown 2.5s linear 1s infinite  normal;
}

.greeting::after {
    content: "";
    position: absolute;
    right: 15px;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #0a306c transparent;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
    
    .greeting-wrap {
        right: 10px;
        width: 340px;
        padding: 0;
    }

    .greeting {
        top: 90px;
        right: 10px;
        width: 340px;
    }
    
}



@keyframes updown {
    
    0% {
        transform: translate3d(0, 0, 0);
    }
    
    10% {
        transform: translate3d(0, -10px, 0);
    }
    20% {
        transform: translate3d(0, 0, 0);
    }
}


/*###########################################################################################*/
/* フリックできるパンくずリスト */
/*###########################################################################################*/
/* TOPのみ背景あり */
.breadcrumb-wrap{
	width: 100%;
	background: #f8f8f8;
}

.breadcrumb-list {
	background: #f8f8f8;
	font-size: 1.2rem;
	max-width: 1000px;
	margin: auto;
	overflow-x: auto;
	padding: 10px;
	position: relative;
}

.breadcrumb-list ol {
	display: table;
	list-style: none;
}

.breadcrumb-list ol li {
	display: table-cell;
	padding: 5px 1em;
	white-space: nowrap;
}

.breadcrumb-list ol li:first-child {
	padding-left: 0;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.breadcrumb-list {
		background: #fff;
		padding-left: 0;
	}

	/* スクロールバーの装飾 */
	.breadcrumb-list.scroll-bar::-webkit-scrollbar {
		height: 10px;
	}

	.breadcrumb-list.scroll-bar::-webkit-scrollbar-track {
		background-color: #fff;
	}

	.breadcrumb-list.scroll-bar::-webkit-scrollbar-thumb {
		background-color: rgba(238, 238, 238, 0.8);
	}
}

/*###########################################################################################*/
/* footer */
/*###########################################################################################*/
.footer{
	border-top: 1px solid #f8f8f8;
}

.footer, #footer {
	position: relative;
	text-align: left;
}

.footer-nav {
	letter-spacing: 0.06em;
}

.footer-nav .footer-nav-wrap {
	display: block;
}

.footer-nav .footer-nav-wrap .footer-nav-title {
	border-top: 1px solid #e6e6e6;
	cursor: default;
	font-size: 1.4rem;
	height: 5rem;
	position: relative;
	padding: 1.5rem 4% 0;
}

.footer-nav .footer-nav-wrap .footer-nav-title-link:before,
.footer-nav .footer-nav-wrap .footer-nav-title-link:after {
	display: none;
}

.footer-nav .footer-nav-wrap .footer-nav-list-search.slideToggle,
.footer-nav .footer-nav-wrap .footer-nav-list.slideToggle {
	background: #f8f8f8;
	display: none;
}

.footer-nav .footer-nav-wrap .footer-nav-list .footer-nav-item a {
	display: block;
	padding: 1.4rem 4%;
}

.footer-nav .footer-nav-wrap .footer-nav-title-link a {
	display: block;
}

.footer-copy {
    position: relative;
	text-align: center;
	padding: 10px;
	background: #005c00;
	color: #fff;
	font-size: 1rem;
}

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（TB以上） */

	/* bnr */
	.footer .bnr-list{
		display: flex;
		justify-content: flex-end;
	}
	.footer .bnr-list .item{
		width: 200px;
		margin-right: 1rem;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.footer-nav {
		max-width: 1000px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}

	.footer-nav .footer-nav-wrap {
		display: inline-block;
		font-size: 0;
		margin-right: 0;
		vertical-align: top;
	}

	.footer-nav .footer-nav-wrap.left{
		width: 46%;
	}

	.footer-nav .footer-nav-wrap.sp{
		display: none;
	}

	.footer-nav .footer-nav-wrap .footer-nav-title {
		border: 0;
		color: #505050;
		height: auto;
		letter-spacing: 1px;
		padding: 0;
	}

	.footer-nav .footer-nav-title:before,
	.footer-nav .footer-nav-title:after {
		display: none;
	}

	.footer-nav-wrap .footer-nav-list {
		padding: 20px 0 0 0;
	}

	.footer-nav .footer-nav-wrap.pc .footer-nav-list {
		margin-top: 0;
	}

    .footer-nav .footer-nav-wrap.pc.right{
        top: 41px;
        position: relative;
    }

	.footer-nav .footer-nav-wrap .footer-nav-list-search{
		display: flex !important;
		justify-content: space-between;
	}

	.footer-nav .footer-nav-wrap .footer-nav-list-search.slideToggle,
	.footer-nav .footer-nav-wrap .footer-nav-list.slideToggle {
		background: #fff;
	}

	.footer-nav .footer-nav-wrap .footer-nav-list {
		display: inline-block;
		vertical-align: top;
	}

	.footer-nav .footer-nav-wrap .footer-nav-list.slideToggle {
		display: block !important;
		padding-top: 20px;
	}

	.footer-nav .footer-nav-wrap.right .footer-nav-list.slideToggle {
		padding-top: 0;
	}

	.footer-nav .footer-nav-wrap .footer-nav-list .footer-nav-item a {
		font-size: 1.2rem;
		display: inline-block;
		line-height: 1.6;
		margin-bottom: 13px;
		padding: 0;
		position: relative;
	}

	.footer-nav-wrap.pc .footer-nav-list .footer-nav-item a {
		font-size: 1.2rem;
	}

	.footer-nav-wrap .footer-nav-list .footer-nav-item a:before {
		content: "";
		background: #505050;
		bottom: -4px;
		height: 1px;
		opacity: 0.8;
		position: absolute;
		transform: scale(0, 1);
		transform-origin: right;
		transition: transform 0.4s ease;
		width: 100%;
	}

	.footer-nav-wrap .footer-nav-list .footer-nav-item a:hover:before {
		transform-origin: left;
		transform: scale(1, 1);
	}

	.footer-info-company .footer-info-tel .footer-info-tel-text{
		display: inline-block;
		position: relative;
		top: -0.8rem;
    }

    .footer-info-company .footer-info-tel .footer-info-tel-text:before{
        content: '[';
        margin-right: 5px;
    }

    .footer-info-company .footer-info-tel .footer-info-tel-text:after{
        content: ']';
        margin-left: 5px;
    }
}

/* page top */

.pagetop {
	position: absolute;
    top: -44px;
    height: 44px;
	right: 0;
	z-index: 1;
}

.pagetop img {
	width: 20px;
}

.pagetop a {
	background: #005c00;
	display: block;
	padding: 15px;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.pagetop {
		top: auto;
		bottom: 46px;
	}

	.pagetop img {
		width: 30px;
	}

	.pagetop a {
		padding: 20px;
	}
}


/*###########################################################################################*/
/*###########################################################################################*/

/* list_bukken */

/*###########################################################################################*/
/*###########################################################################################*/
.list-bukken .inner{
	padding-top: 0;
	text-align: center;
}

/* fatty/parts/bukken_list.php参照 */

.list-overview-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-overview-inner .wrap-btn{
	margin: 0;
	display: flex;
}

.list-overview .item {
	width: 100%;
    text-align: center;
}

.list-overview .item:last-child{
	margin-bottom: 0;
}

.list-overview .item .overview-thumbnail {
	height: 250px;
	overflow: hidden;
	position: relative;
	border: 5px solid #005c00;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:320px) {
    .list-overview .item .overview-thumbnail {
        height: 220px;
    }
}

.list-overview .item .overview-thumbnail img {
	transition: transform 0.3s ease-out;
	width: auto;
	height: 100%;
}
.list-overview .item.member .overview-thumbnail img,
.list-overview .item .overview-thumbnail img.noimage{
	width: 100%;
	height: auto;
}

/* 会員限定物件 */

.list-overview .item.member .overview-info{
	position: absolute;
}

.list-overview .item.member .overview-info .crown{
	width: 40px;
	height: auto;
	margin: 0 auto 0.5rem;
}

.list-overview .item.member .item-catch{
	color: #fff;
	background: #005c00;
	padding: 2rem 0;
	font-size: 1.6rem;
}

/* ボタン */

@media screen and (min-width:768px) and (max-width: 991px) {
	/* タブレットサイズのみ*/

	.list-overview .item {
		width: 48%;
	}
	.list-overview .btn{
		padding: 1rem 0;
		font-size: 0.9rem;
		letter-spacing: 0;
	}

	/* 会員限定物件 */

	.list-overview .item.member .item-catch{
		font-size: 1.2rem;
		padding: 1rem 0;
	}
	.list-overview .item .col-list .list-item-wrap {
		position: absolute;
		bottom: 10px;
		width: 100%;
	}

}

@media screen and (min-width: 992px){

	.list-overview .item {
		width: 48%;
		position: relative;
		padding: 0 0 5rem;
	}
	.list-overview .item .col-list .list-item-wrap {
	}

	/* 会員限定物件 */

	.list-overview .item.member .overview-info{
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		height: 80px;
		margin: auto;
	}

	.list-overview .item .overview-thumbnail{
		height: 340px;
	}

	.list-overview .item.public .overview-thumbnail .is-hover:hover {
		object-fit: cover;
		transform: translate3d(0, 0, 0) scale(1.1, 1.1);
	}
    
    .list-overview .item .pickup-comment {
        display: inline-block;
        text-align: left;
    }
}

/*###########################################################################################*/
/* detail_bukken */
/*###########################################################################################*/

/* mainvisual */

.detail-bukken .mainvisual{
}

.merit-icon{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.merit-icon .merit-icon-item{
	border: 1px solid #b4b4b4;
	font-size: 1.1rem;
	line-height: 2;
	margin: 0 5px 5px 0;
	padding: 0 5px;
}

.merit-icon .merit-icon-item.type{
	font: 1.1rem imperial-urw, sans-serif;
	line-height: 2;
}

/* slick対応時（スマホのみ） */

@media screen and (max-width:991px) {
    .slick-slider {
        text-align: center;
    }
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	/* CVエリア */

	.detail-bukken .mainvisual .col-list.cv .item{
		width: 45%;
	}
}

/* simulation-wrap */

.simulation-wrap .simulation-item:nth-child(2n){
	height: 65px;
	margin: 10px 0;
}

.simulation-wrap .simulation-item .input-wrap{
	border: 1px #b4b4b4 solid;
}

.simulation-wrap .simulation-item .title{
	background: #e8e8e8;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px #b4b4b4 solid;
}

.simulation-wrap .simulation-item .input-inner{
	padding: 2rem;
}

.simulation-wrap .simulation-item .input-item{
	display: flex;
	align-items: center;
	margin: 10px 0;
    line-height: 1;
}

.simulation-wrap .simulation-item .input-item-text{
	width: 38%;
}

.simulation-wrap .simulation-item .input-box-gray{
	border: 0;
	padding: 8px 10px;
	background: #e8e8e8;
	width: 30%;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}

.simulation-wrap .simulation-item .btn{
	width: 100%;
	height: 100%;
}

.simulation-wrap .simulation-item .calc-result{
	border: 0;
	font-size: 3rem;
	background: none;
	text-align: center;
	margin: 32px 0;
}

.simulation-wrap .simulation-item .calc-yen{
    margin-left: 0.4em;
    margin-top: 0.5em;
}

.simulation-wrap .simulation-item .comment{
	margin-top: 10px;
	text-align: left;
	font-size: 1.1rem;
}

/* 結果 */

.simulation-wrap .simulation-item.result .input-item{
	justify-content: center;
}


@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.simulation-wrap{
		display: flex;
		justify-content: space-between;
	}

	.simulation-wrap .simulation-item{
		width: 40%;
		display: inline-grid;
	}

	.simulation-wrap .simulation-item:nth-child(2n){
		width: 16%;
		height: auto;
		margin: 0;
	}
}


/*###########################################################################################*/
/* fatty/parts/merit.php */
/*###########################################################################################*/
.section-merit .sub-caption{
	background: #e8e8e8;
	border: 1px solid #b4b4b4;
	text-align: center;
}

.section-merit .merit-list{
	
}

.section-merit .merit-list .merit-list-item{
    margin-top: 5%;	
}

.section-merit .example{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.section-merit .example .no-wrap,
.section-merit .example .text{
	margin-bottom: 10px;
}

.section-merit .example .no-wrap{
	background: #505050;
	color: #Fff;
	font-size: 1.1rem;
    background: #505050;
    color: #Fff;
    font-size: 1.1rem;
    padding: 0px 0 1px;
    width: 14%;
    text-align: center;
}

.section-merit .example .number{
	font-size: 1.4rem;
}

.section-merit .example .text{
	width: 83%;
	font-weight: bold;
}

.regist-button{
	background-color: #00306d;
}

@media screen and (min-width:992px) {
    .section-merit .merit-list{
        display: flex;
        justify-content: space-between;
    }

    .section-merit .merit-list .merit-list-item{
        width: 48%;
    }
    
    .section-merit .example .no-wrap{
        padding: 0px 10px 1px;
    	width: 12%;
    }
    
    .section-merit .example .text{
	    width: 86%;
    }

}

/*###########################################################################################*/
/* company.php */
/*###########################################################################################*/

/* section-company-mainvisual */

.section-company-mainvisual .inner{
	padding: 90px 0;
}

.section-company-mainvisual h1{
	margin: 0;
	text-align: center;
}

.section-company-mainvisual .mainvisual-img {
	height: 140px;
	width: 100%;
}

/* section-sprit */

.section-company-sprit{
	text-align: center;
}

.section-company-sprit .lead{
	line-height: 2.5;
}

.section-company-profile h2{
	text-align: left;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.section-company-mainvisual .mainvisual-img {
		height: 500px;
		width: 100%;
	}

	.section-company-sprit .lead{
		line-height: 2.5;
	}

}

/* section-access-map */

.section-access-map .text{
	line-height: 2;
	font-size: 1.4rem;
	letter-spacing: 0.08rem;
	margin: 2.2rem 0;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
    .section-access-map .parking-map {
        margin-left: 70px;
    }
}

/* section-office */

.section-office .indoor-view {
	height: 70vw;
}

@media screen and (min-width:992px) {
    .section-office .indoor-view {
        height: 430px;
    }  
}

/* group */

.section-group-company .groupbg .inner{
	padding-bottocm: 0;
}

.section-group-company .groupbg .group-catch {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.48rem;
}

.section-group-company .groupbg .group-message {
	font-size: 1.4rem;
	letter-spacing: 0.08rem;
}

.section-group-company .company-list-wrap.inner{
	padding-top: 10%;
}

.section-group-company .table1{
	margin-bottom: 20px;
}

.section-group-company .table1.noline tr th{
	padding: 0;
	vertical-align: top;
}

.section-group-company .table1 tr th,
.section-group-company .table1 tr td{
	display: table-cell;
	font-size: 1.1rem;
	line-height: 1.5;
}

.section-group-company .table1 tr th{
	width: 28%;
}

.section-group-company .table1 tr td{
	width: 68%;
}

.section-group-company .company-item{
	margin-bottom: 20px;
}

.section-group-company tr:last-child .company-item{
	margin-bottom: 0;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.section-group-company .groupbg {
		background: url(/common/img/company/map.png?20200918) top right no-repeat;
		background-size: 50%;
		padding-bottom: 30px;
		position: relative;
		width: 100%;
		min-height: 720px;
	}
	.section-group-company .groupbg .group-catch {
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 4.8px;
		margin-left: -10px;
	}

	.section-group-company .groupbg .group-message {
		width: 560px;
	}

	.section-group-company .table1 tr th,
	.section-group-company .table1 tr td{
		font-size: 1.4rem;
	}

	.section-group-company .table1 tr th{
		width: 30%;
	}

	.section-group-company .table1 tr td{
		width: 70%;
	}
}


/* privacy */

.privacy-contact{
	padding: 2rem;
}

/*###########################################################################################*/
/* _list_staff.php */
/*###########################################################################################*/
.list-staff .headline-bgver{
	background-image: url('/common/img/company/company_mood.jpg');
	background-size: 100%;
}
.list-staff .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-staff .item {
	width: 48%;
	margin:0 0 5rem 0;
	text-align: center;
}
.list-staff .thumbnail{
	overflow: hidden;
}
.list-staff .thumbnail img{
	height: 15rem;
	min-height: 12rem;
	width: auto;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transform: translate3d(0, 0, 0) scale(1, 1);
}
.list-staff .item .name{
	margin: 2rem 0 0.2rem;
	font-size: 2rem;
	font-weight: bold;
}
.list-staff .unit-name{
	display: flex;
	align-items: center;
	font-size: 2rem;
	line-height: 2rem;
	margin: 0 0 2rem;
}
.list-staff .unit-name:after {
	margin-left: 1rem;
	border-top: 2px solid #c2a200;
	content: "";
	flex-grow: 1;
	margin-bottom: 0.5rem;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.list-staff .list{
		justify-content: flex-start;
		margin-left: -3.2%;
		margin-bottom: 6rem;
	}
	.list-staff .item {
		margin: 0 0 5rem 3.2%;
		width: 30%;
	}
	.list-staff .thumbnail img{
		height: 250px;
	}
	.list-staff .thumbnail:hover img {
		transform: translate3d(0, 0, 0) scale(1.1, 1.1);
	}
}


/*###########################################################################################*/
/* _detail_staff.php */
/*###########################################################################################*/
/* headline-bgver */

.detail-staff .headline-bgver{
	background-image: url('/common/img/company/company_mood.jpg');
}

/* info-list */

.detail-staff .info-list .left{
	background: #005c00;
	padding: 2rem;
	color: #fff;
}
.detail-staff .info-list .name{
	font-size: 3rem;
	font-weight: bold;
}
.detail-staff .other-info {
	display: flex;
	flex-wrap: wrap;
}
.detail-staff .other-info .title {
	width: 40%;
	margin-top: 2rem;
}
.detail-staff .other-info .text {
	width: 60%;
	margin-top: 2rem;
}
.detail-staff .info-list .thumbnail{
	overflow: hidden;
	height: auto;
	text-align: center;
}

.detail-staff .thumbnail img{
	height: 100%;
}

/* message-wrap */

.detail-staff .message-wrap{
	background: #f0f0f0;
	padding: 3rem;
	margin-top: 3rem;
}
.detail-staff .message-wrap .title{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 3rem 0 0.5rem;
}
.detail-staff .message-wrap .title:first-child{
	margin: 0 0 0.5rem;
}

/* image-list */

.detail-staff .image-list .thumbnail{
	overflow: hidden;
	height: 200px;
	text-align: center;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.detail-staff .info-list{
		display: flex;
		justify-content: space-between;
	}
	.detail-staff .info-list .left{
		width: 35%;
	}
	.detail-staff .info-list .right{
		width: 60%;
	}
	.detail-staff .info-list .thumbnail {
		height: 500px;
	}
}


/*###########################################################################################*/
/* REGISTER */
/*###########################################################################################*/

/* register-mainvisual */

.register-mainvisual{
	position: relative;
	font-size: 1.6rem;
}
.register-mainvisual .inner {
	padding: 0;
}
.register-mainvisual .list{
	position: relative;
}
.register-mainvisual .item.left{
	color: #fff;
	background: #005c00;
	padding: 4rem;
	position: absolute;
	width: 95%;
}
.register-mainvisual .item.left .mark{
	position: absolute;
	border-radius: 50%;
	padding: 3rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #005c00;
	background: #fff;
	text-align: center;
	top: 3rem;
	width: 10rem;
	height: 10rem;
}
.register-mainvisual .item.left .catch{
	font-size: 2.4rem;
	margin: 0 0 0 14rem;
	font-weight: bold;
}
.register-mainvisual .item.left .sub-catch{
	font-size: 1.6rem;
	margin: 0 0 3rem 14rem;
}

.register-mainvisual .num-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.register-mainvisual .num-list-item.pub,
.register-mainvisual .num-list-item.mem,
.register-mainvisual .num-list-item.com{
	text-align: center;
}
.register-mainvisual .num-list-item.pub{
	background: #fff;
	padding: 1.5rem;
	color: #505050;
}
.register-mainvisual .num-list-item.mem,
.register-mainvisual .num-list-item.com{
	background: #c2a200;
	padding: 1.5rem;
	color: #fff;
}

/* 駅・住所 */

.reg-area-list .list-item-wrap {
	position: relative;
}

.reg-area-list .list-item {
	position: relative;
	border: 1px solid #ddd;
	margin: 0 -1px -1px 0;
	background: #fff;
}

.reg-area-list .list-item label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.reg-area-list .list-item input[type="checkbox"] {
	display: none;
}

.reg-area-list .list-item input[type="checkbox"]:checked + label {
	background: #eee;
	font-weight: bold;
}

.reg-area-list .list-item.chk:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 7px;
	width: 9px;
	height: 14px;
	border-right: 3.5px solid #005c00;
	border-bottom: 3.5px solid #005c00;
	transform: rotate(45deg);
}

/* thk-msg */

.thk-msg{
	padding: 2rem;
	margin-top: 2rem;
	background: #fafafa;
}

/* reg-contact-list */

.reg-contact-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reg-contact-list .info-wrap{
	display: flex;
}
.reg-contact-list .info-wrap .check {
	width: 15%;
}

@media (max-width: 767px) {
	/* 幅767px以下に適用されるCSS（SP） */

	.register-mainvisual .list{
		margin-bottom: 13rem;
	}
	.reg-contact-list .item{
		width: 100%;
	}
	.register-mainvisual .item.left {
		width: 95%;
	}
	.register-mainvisual .item.right img{
		object-position: 50% 94%;
		height: 200px;
	}
	.register-mainvisual .num-list-item.pub,
	.register-mainvisual .num-list-item.mem,
	.register-mainvisual .num-list-item.com{
		padding: 1rem 0;
	}
}
@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.register-mainvisual .list{
		margin-bottom: 12rem;
	}
	.reg-contact-list .item{
		width: 48%;
	}
	.register-mainvisual .item.left {
		width: 85%;
	}
	.register-mainvisual .item.right img{
		object-position: 50% 85%;
		height: 380px;
	}
	.register-mainvisual .num-list-item.pub,
	.register-mainvisual .num-list-item.mem,
	.register-mainvisual .num-list-item.com{
		padding: 1.5rem 0;
	}
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	.register-mainvisual .item.left {
		padding: 1.5rem;
		top: 65%;
		z-index: 1;
	}
	.register-mainvisual .item.right img{
		transform: scale(-1, 1);
	}

	.register-mainvisual .item.left .mark {
		padding: 2.2rem 0;
		font-size: 1.4rem;
		top: -3rem;
		right: 2rem;
		width: 8rem;
		height: 8rem;
	}
	.register-mainvisual .item.left .catch {
		font-size: 2rem;
		margin: 0;
	}
	.register-mainvisual .item.left .sub-catch {
		font-size: 1.4rem;
		margin: 0 0 1rem 0;
	}
	.register-mainvisual .num-list-item.pub,
	.register-mainvisual .num-list-item.mem,
	.register-mainvisual .num-list-item.com{
		font-size: 1.2rem;
		width: 26%;
	}
	.register-mainvisual .num-list-item.com{
		width: 32%;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.register-mainvisual .inner {
		padding: 0 4%;
	}
	.register-mainvisual .list{
		overflow: hidden;
		margin-bottom: 0;
	}
	.register-mainvisual .item.left{
		position: absolute;
		width: 60%;
		margin: 5rem 0;
	}
	.register-mainvisual .item.right img{
		object-position: 50% 75%;
		height: 380px;
	}
	.register-mainvisual .num-list-item.pub,
	.register-mainvisual .num-list-item.mem,
	.register-mainvisual .num-list-item.com{
		padding: 1.5rem 1rem;
	}

	.reg-contact-list{
		justify-content: flex-start;
		margin-left: -2rem;
	}
	.reg-contact-list .item{
		width: 30%;
		margin-right: 2rem;
	}
}

/*###########################################################################################*/
/*  login, taikai */
/*###########################################################################################*/

@media screen and (max-width:991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	.login .line-table .title{
		width: 30%;
	}
	.taikai .line-table .title{
		width: 20%;
	}
}


/*###########################################################################################*/
/*  search, register */
/*###########################################################################################*/

.search .sp-bg .inner {
    padding-left: 0;
    padding-right: 0;
}

.bu_num_label1{
    position:absolute;
    right:15%;
}

.bu_num_label2{
    position:absolute;
    right: 4%;
}

.search-lv0-group-list{
    width:100%;
}

.search-lv0-group-list .search-lv1-checkbox {
    margin: 0;
}

.search-lv0-group-name {
    padding: 5% 0 5% 4%;
    font-weight: bold;
    color: #505050;
    background: #EEE;
}

.search-lv1-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    min-height:50px;
    padding: 5% 0 5% 4%;
    border-bottom:1px solid #b4b4b4;
}

.search-lv1-name:first-child {
    border-top:1px solid #b4b4b4;
}

.search-lv1-name.no-data:before, .search-lv1-name.no-data:after {
    content: "";
    display: none;
}

.search-lists-block  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    min-height:50px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    border-bottom:1px solid #b4b4b4; 
    background: #f8f8f8;
}

.no-data {
    pointer-events: none;
    color: #bbb;
}

.search-check-wrap {
    width: 8%;
}

.option-name {
    text-align:left;
    width:92%;
    padding-right: 25%;
    line-height: 1.3;
    margin-left: auto;
}

.search-lists-block .option-name {
    padding-right: 15%;
}

.row-bukken-num{
    margin-right:3px;
    font-size:1.8rem;
    font-weight:bold;
}

.search-box {
    display: flex;
    width: 100%;
    padding: 4% 0;
    margin: 10% 0;
    background: #f8f8f8;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.fixed-search-box {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    background: #969696;
    z-index: 999;
    color: #FFF;
}

.search-box-btn {
    width: 33%;
    margin-left: 3%;
	padding: 1rem 0;
}

@media screen and (min-width:992px) {
    .search-lv0-group-name {
        padding: 25px 20px;
        font-size: 1.6rem;
    }
    
    .search-lv1-name {
        padding: 20px 0 20px 20px;
    }
    
    .bu_num_label1 {
        position: static;
    }
    
    .bu_num_label1:before, .bu_num_label2:before {
        content: " (";
    }
    
    .bu_num_label1:after, .bu_num_label2:after {
        content: ")";
    }
    
    .search-lv2-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: -25px;
    }
    
    .search-lv2-list-item {
        width: 25%;
        margin-top: 25px;
    }
    
    .search-lv1-list {
        padding: 40px 0 40px 60px;
        border-bottom: 1px solid #b4b4b4;
    }
    
    .search-lists-block {
        display: inline;
        position: relative;
        width: auto;
        min-height: auto;
        padding: 0;     
        border-bottom: none;
        background: none;
    }
    
    .bu_num_label2 {
        position: static;
    }
    
    .search-check-wrap {
        display: inline-block;
    }
    
    .search-lists-block .option-name {
        display: inline-block;
        width: auto;
        padding-right: 0;
    }
    
    .option-name{
        width:950px;
        padding-right: 80px;
    }

    .search-box {
        margin: 60px 0;
    }
        
    .fixed-search-box {
        padding: 18px 0;
        margin: 0;
    }
    
    .row-bukken-num {
        font-size: 2.2rem;
        font-weight: normal;
    }
    
    .search-box-btn {
        width: 240px;
        height: 6rem;
        margin-left: 40px;
    }

}


/* ----------------------------------------------------------------------------------
	お客様からの接客評価
---------------------------------------------------------------------------------- */


/*###########################################################################################*/
/* MYPAGE
/*###########################################################################################*/

/* unread-bukken */

.unread-bukken {
	display: flex;
	justify-content: space-around;
}
.unread-bukken li {
	display: block;
	width: 50%;
	text-align: center;
}
.unread-bukken a {
	display: block;
	background: #f8f8f8;
	padding: 25px 0 15px;
}
.unread-bukken li:first-child a {
	background: #efefef;
}
.unread-bukken a span {
	font-size: 1.8em;
}

.mypage_content_area{
	width:90%;
	margin:1em auto;
	padding:10px;
	background:#FFFFCC;
	-webkit-border-radius:15px;
	margin-top:10px;
	font-size:12px;
}

.mypage_tab_head{
	background:#eaf1ff;
	padding:3px 10px;
	font-size:18px;
}
 
.bl_list .mypage_chk{
	width:26px;
	height:26px;
}
      
/* メニュー */

.mymenu {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}
.mymenu li {
	width: 33%;
	line-height: 1em;
	margin-top: 4%;
	padding: 0;
    border-left: 1px solid #999;
}
.mymenu li:first-child {
    border-left: none;
}
.mymenu li.bold {
    font-weight: bold;
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
	.mymenu.col2 li {
		width: 50%;
	}

}


/* フッターの吸着させるカウンタ */

#mypage #footer_num{
line-height: 0.8;
}
    #mypage #footer_num [id^="num"]{
        font-size: 20px;
    line-height: 0.8;
    font-weight: bold;
    }
    #mypage #footer_num a{
        color: #333;
    }

/* 物件リスト */
#mypage	#src_mypage_form{
}

/* TOP */
#mypage #recommend{
    padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

    #mypage #recommend .mypage-bu-check {
        display: block;
        background: #eee;
        padding: 0.5rem 1rem;
        text-align: left;
    }

    #mypage #recommend input[type="checkbox"]{
        margin: 0;
        position: relative;
        top: 5px;
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 1rem;
    }



    .mypage-textarea {
        width: 100%;
        height: 30vw;
        border: 1px solid #ccc;
    }

    @media screen and (min-width:992px){
        .mypage-textarea {
            height: 200px;
        }
    }

    .mypage-tanto a {
        display: flex;
        padding: 4%;
        align-items: center;
        justify-content: space-between;
    }

    .mypage-tanto-name {
        width: 65%;
        text-align: center;
    }

    .mypage-tanto-image {
        width: 30%;
        max-height: 20vw;
        height: 15vw;
        object-fit: cover;
    }


/*###########################################################################################*/
/* landing */
/*###########################################################################################*/

.title-inner-lp {
    height: 16rem;
}

.title-lp {
    font-size: 2.6rem;
    font-weight: bold;
    color: #00306d;
    padding: 0 1.5%;
}

.section-landing .mv {
    position: relative;
    width: 100%;
    height: 104vw;
    background: no-repeat;
    background-size: 100%;
}

.section-landing .mv.after {
    height: 82vw;
}

.section-landing .mv.new_kodate, .section-landing .mv.used_kodate {
    background-image: url("/common/img/landing/mv_kodate_sp_before.jpg");
}

.section-landing .mv.mansion {
    background-image: url("/common/img/landing/mv_mansion_sp_before.jpg");
}

.section-landing .mv.land {
    background-image: url("/common/img/landing/mv_land_sp_before.jpg");
}

.section-landing .mv.other {
    background-image: url("/common/img/landing/mv_other_sp_before.jpg");
}

.section-landing .mv.new_kodate.after, .section-landing .mv.used_kodate.after {
    background-image: url("/common/img/landing/mv_kodate_sp_after.jpg");
}

.section-landing .mv.mansion.after {
    background-image: url("/common/img/landing/mv_mansion_sp_after.jpg");
}

.section-landing .mv.land.after {
    background-image: url("/common/img/landing/mv_land_sp_after.jpg");
}

.section-landing .mv.other.after {
    background-image: url("/common/img/landing/mv_other_sp_after.jpg");
}

.section-landing .build-bord{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 1.5%;
}

.section-landing .build-bord .message{
    background: #00306d;
    color: #fff;
    padding: 1rem 0;
}

.section-landing .build-bord .contents{
    font-size: 4vw;
}

.section-landing .num-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.5%;
    font-weight: bold;
}

.section-landing .num-wrap .space {
    margin-right: 3%;

}

.section-landing .num-wrap .last {
    margin-left: 3%;
    width: 3.5em;
    white-space: nowrap;
}

.section-landing .contents .num-wrap:first-of-type{
}

.section-landing .contents .num-wrap:last-of-type{
    margin-bottom: 0;
}

.section-landing .num-wrap .bg-num{
    color: #fff;
    padding: 2px 5px;
    padding: 0.8vw 1.5vw;
    line-height: 1;
    margin-right: 5%;
    font-size: 1.8rem;
    font-size: 5.5vw;
}

.section-landing .num-wrap.pub .bg-num{
    background: #505050;
}

.section-landing .num-wrap.mem .bg-num{
    background: #577caa;
}

.section-landing .num-wrap.private .bg-num{
    background: #00306d;
}

.section-landing .mv-wrap-btn {
    margin: 5% 4% 0;
}

.section-landing .mv-wrap-btn .btn {
    background: #0a306c;
}


@media screen and (min-width:992px){
    /* 幅992px以上に適用されるCSS（PCサイズ以上） */
    
    .title-inner-lp {
        height: 240px;
    }

    .title-lp {
        font-size: 3.6rem;
        font-weight: bold;
        color: #00306d;
    }

    .section-landing .mv {
        width: 1000px;
        height: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .section-landing .mv.after {
        height: 450px;
    }

    .section-landing .mv.new_kodate, .section-landing .mv.used_kodate {
        background-image: url("/common/img/landing/mv_kodate_pc_before.jpg");
    }

    .section-landing .mv.mansion {
        background-image: url("/common/img/landing/mv_mansion_pc_before.jpg");
    }

    .section-landing .mv.land {
        background-image: url("/common/img/landing/mv_land_pc_before.jpg");
    }

    .section-landing .mv.other {
        background-image: url("/common/img/landing/mv_other_pc_before.jpg");
    }

    .section-landing .mv.new_kodate.after, .section-landing .mv.used_kodate.after {
        background-image: url("/common/img/landing/mv_kodate_pc_after.jpg");
    }

    .section-landing .mv.mansion.after {
        background-image: url("/common/img/landing/mv_mansion_pc_after.jpg");
    }

    .section-landing .mv.land.after {
        background-image: url("/common/img/landing/mv_land_pc_after.jpg");
    }

    .section-landing .mv.other.after {
        background-image: url("/common/img/landing/mv_other_pc_after.jpg");
    }

    .section-landing .build-bord {
        width: 450px;
        padding-top: 5px;
    }

    .section-landing .build-bord .contents {
        display: flex;
        font-size: 1.6rem;
        text-align: center;
    }

    .section-landing .num-wrap {
        flex-direction: column;
        width: 33.33%;
        margin: 0;
    }

    .section-landing .num-wrap .space {
        width: 107px;
        margin: 2px 0;
        display: flex;
        justify-content: center;
    }

    .section-landing .num-wrap .bg-num {
        padding: 0.5rem;
        font-size: 2.4rem;
        margin-right: 4px;
    }
    
    .section-landing .num-wrap .bg-num:last-child {
        margin-right: 0;
    }

    .section-landing .num-wrap .last {
        margin-top: 4px;
        margin-left: 0;
    }
    
    .section-landing .mv-wrap-btn {
        margin: 5% 20px 0;
    }


    .section-landing .mem-merit-list-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section-landing .mem-merit-list {
        display: flex;
        justify-content: space-between;
        width: 48%;
    }

    .section-landing .mem-merit-list dl {
        width: 370px;
    }

    .section-landing .mem-merit-list figure {
        width: 90px;
        height: 90px;
    }

    .section-landing .mem-merit-list figure img {
        width: inherit;
        height: inherit;
        object-fit: cover;
    }

    .section-landing .bukken-graph {
        width: 550px;
        margin: 50px auto;
        text-align: center;
    }
}


/*###########################################################################################*/
/* .section .recommend｜TOP、detail_bukkenで参照 */
/*###########################################################################################*/

.wrap-category{
	width: 100%;
	text-align: center;
}

/* category */

.wrap-category .category {
	display: flex;
	overflow-x: scroll;
}
.wrap-category .category .line{
	font-size: 1.6rem;
	margin: 0 1rem;
	white-space: nowrap;
}
.wrap-category .category .line.active{
	font-weight: bold;
}
.wrap-category .category .line:hover{
	cursor: pointer;
}

/* wrap-reco */
/* #65489 */
/* .wrap-reco{
	display: none;
} */
.list-reco .item{
	margin-bottom: 3rem;
}
.list-reco .item .thumbnail{
	overflow: hidden;
	position: relative;
	margin-bottom: 2rem;
}
.list-reco .item .thumbnail img{
	height: 250px;
	width: 100%;
}
.list-reco .item .thumbnail .noimage-text{
	font-size: 2rem;
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.wrap-category .category {
		overflow-x: inherit;
		justify-content: center;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	/* category */

	.wrap-category .category .line{
		margin: 0 2rem;
	}

	/* list-reco */

	.list-reco{
		display: flex;
		flex-wrap: wrap;
	}
	.list-reco .item{
		width: 30%;
		margin-bottom: 5rem;
		margin-right: 3.1rem;
	}
	.list-reco .item .thumbnail img{
		width: 300px;
		height: 230px;
	}
}


/*###########################################################################################*/
/* company.html */
/*###########################################################################################*/

/* service-list（事業案内） */

.company .list-service{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	margin-left: -2rem;
}
.company .list-service .item{
	background: #f0f0f0;
	width: 100%;
	height: auto;
	display: flex;
	padding: 1rem;
	justify-content: center;
	align-items: center;
	margin: 0 0 2rem 2rem;
}
.company .list-service .item .title{
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: 2rem;
	width: 60%;
}

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（TB以上） */

	.company .list-service{
		flex-wrap: wrap;
	}
	.company .list-service .item{
		width: 29%;
		height: 33vw;
		flex-direction: column;
	}
	.company .list-service .item .title{
		width: auto;
		font-size: 1.2rem;
		margin: 1.5rem auto 0;
		height: 100px;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.company .list-service .item{
		width: 22rem;
		height: 22rem;
	}
	.company .list-service .item .title{
		font-size: 1.5rem;
		height: auto;
	}
}


/* .section.message（ご挨拶） */

.company .message .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.company .message .left{
	background: #fff;
	padding: 2rem;
}
.company .message .left .title-mincho{
	text-align: left;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.company .message{
		position: relative;
	}
	.company .message .inner{
		display: flex;
		position: relative;
		/* height: 540px; */
		width: 100%;
	}
	.company .message .left{
		font-size: 1.4rem;
		line-height: 1.6;
		z-index: 2;
		/*width: 60%;*/
		padding: 5rem;
		/* position: absolute; */
		left: 0;
	}
	.company .message .right{
		width: 45%;
		position: absolute;
		right: 0;
		top: 5rem;
	}
}


/* philosophy（企業理念） */

.company .philosophy{
	width: 100%;
	height: auto;
	background: url(/common/img/company/bg_philosophy.jpg) no-repeat;
	background-size: cover;
}
.company .philosophy .inner{
	position: relative;
}
.company .philosophy .list .item {
	color: #fff;
	background: #005c00;
	border: 3px solid #fff;
	box-shadow: 0 0 0 3px #005c00;
	display: flex;
	align-items: center;
	padding: 2rem;
	margin: 0 auto 4rem;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.company .philosophy{
		height: 800px;
	}
	.company .philosophy .list .item{
		border-radius: 50%;
		border: 5px solid #fff;
		box-shadow: 0 0 0 6px #005c00;
		width: 322px;
		height: 322px;
		position: absolute;
		padding: 0 4rem;
	}
	.company .philosophy .list .item.top{
		z-index: 3;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.company .philosophy .list .item.left{
		z-index: 1;
		top: 300px;
		left: 190px;
	}
	.company .philosophy .list .item.right{
		z-index: 2;
		top: 300px;
		right: 200px;
	}
}

/* photo（写真） */

.company .photo .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company .photo .list .title{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 4rem 0 1rem;
}

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（TB以上） */

	.company .photo img{
		height: 320px;
		width: 100%;
	}
	.company .photo .list{
		flex-wrap: wrap;
	}
	.company .photo .list .item{
		width: 48%;
	}
}

/*###########################################################################################*/
/* VOICE（list_voice.php、detail_voice.php） */
/*###########################################################################################*/

.list-voice .thumbnail{
	background: #f0f0f0;
	width: 100%;
	height: 250px;
}
.list-voice .thumbnail .noimage-text {
	font-size: 2rem;
}
.list-voice .icon-new {
	background: #c2a200;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2rem 1rem;
}
.list-voice .wrap-btn{
	margin: 3rem 0 5rem;
}

@media screen and (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.list-voice .thumbnail{
		height: 300px;
	}

	.list-voice .col-list {
		justify-content: space-between;
	}
	.list-voice .col-lg-2 .item {
		width: 45%;
	}

	/* detail-voice */

	.detail-voice .inner-small{
		width: 500px;
	}
}

/*###########################################################################################*/
/* MANSION（_list_mansion.php） */
/*###########################################################################################*/

.list-mansion .area-list{
	display: flex;
	flex-wrap: wrap;
	background: #fafafa;
	padding: 2rem;
}
.list-mansion .area-list .item{
	margin-bottom: 1rem;
	color: #ccc;
	width: 50%;
}

/* buildname-list */

.buildname-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.buildname-list .item.left{
	width: 26%;
}
.buildname-list .item.right{
	width: 70%;
}
.buildname-list .name-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 1rem 0;
}
.buildname-list .name-wrap .name{
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 0.5rem;
}
.buildname-list .bu-onsale{
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #c2a200;
	padding: 0.3rem;
}

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.list-mansion .search{
		display: flex;
	}
	.list-mansion .search .btn.item{
		width: 30%;
	}
	.list-mansion .area-list .item{
		width: 33%;
	}
}
@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.list-mansion .area-list .item{
		width: 25%;
	}

	.buildname-list .thumbnail,
	.buildname-list .thumbnail img {
		width: 180px;
		height: 120px;
	}

	/* gallery */

	.list-mansion .col-list.gallery .thumbnail,
	.list-mansion .col-list.gallery .thumbnail img {
		width: 100%;
		height: 150px;
	}
}

/*###########################################################################################*/
/* メリット（parts/merit.php） */
/*###########################################################################################*/

.merit .mainvisual{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 会員限定物件数 */

.merit .num-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 2rem 0;
}
.merit .num-list-item{
}
.merit .num-list-item.pub {
	background: #f5f5f5;
	padding: 1rem 0;
	width: 28%;
}
.merit .num-list-item.mem,
.merit .num-list-item.com{
	background: #c2a200;
	color: #fff;
	padding: 1rem 0;
	width: 28%;
}
.merit .num-list-item.com{
	width: 34%;
}
.merit .illust{
	padding: 3rem 2rem;
	margin: 3rem 0;
}

/* 売主ケース */

.merit .list-example{
	position: relative;
}
.merit .list-example .title{
	background: #005c00;
	color: #fff;
	padding: 0.5rem 2rem;
	text-align: center;
}
.merit .list-example .item{
	background: #f0f0f0;
	padding: 2rem 1rem;
	position: relative;
	font-weight: bold;
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	.merit .mainvisual{
		flex-direction: column-reverse;
	}
	.merit .mainvisual img{
		max-height: 380px;
		vertical-align: bottom;
		object-position: 100% 35%;
	}

	/* 売主ケース */

	.merit .list-example .item{
		display: flex;
		justify-content: space-between;
	}
	.merit .list-example .item .left{
		width: 45%;
		max-height: 150px;
	}
	.merit .list-example .item .right{
		width: 48%;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.merit .mainvisual .left{
		width: 52%;
	}
	.merit .mainvisual .right{
		width: 45%;
	}

	/* 売主ケース */

	.merit .list-example{
		display: flex;
		justify-content: space-between;
	}
	.merit .list-example .item{
		width: 31%;
		padding: 4rem 2.2rem 2rem;
	}
	.merit .list-example .title{
		display: inline;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 130px;
	}
	.list-example .text{
		text-align: center;
	}
}

/*###########################################################################################*/
/* iqra */
/*###########################################################################################*/
#embed_map {
	height: 960px;
	max-width: 960px;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 10rem;
  }

@media screen and (max-width: 768px) {
    #embed_map {
        height: 760px;
    }
}

/*###########################################################################################*/
/* BLOG（list_news.php、detail_news.php） */
/*###########################################################################################*/

.next-pref-btn{
	display: flex;
	justify-content: space-between;
}

.list-news .news-li-text{
	line-height: 1.8;
	overflow: hidden;
	height: 7em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 18px auto;
}

.blog-type{
	margin-top: 12px;
	margin-bottom: 30px;
	color: grey;
	font-size: 12px;
	text-align: end;
}

.list-news .news-li-title{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #c2c2c2;
	margin-top: 1rem;
}

.list-news .news-li-th{
	display: flex;
	justify-content: center;
}

.detail-news{
	width: 95%;
	margin: auto;
}

.news-date{
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 5px;
}

.news-text{
	border-bottom: 1px dotted #c2c2c2;
	padding: 0 1rem 3rem;
	line-height: 1.8;
}

.news-text h1 {
	font-size: 2rem;
	font-weight: bold;
}

.news-text h2 {
	font-size: 1.8rem;
	font-weight: bold;
}

.news-text h3 {
	font-size: 1.6rem;
	font-weight: bold;
}

.news-text h4 {
	font-size: 1.4rem;
	font-weight: bold;
}

.news-text h5 {
	font-size: 1.2rem;
	font-weight: bold;
}

.news-text h6 {
	font-size: 1.0rem;
	font-weight: bold;
}

.news-text table {
	border-collapse: collapse;
	width: 100%;
}

.news-text th, .news-text td {
	border: 1px solid #ccc;
	padding: 8px;
}

.news-text * {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.news-text sup {
	vertical-align: super;
	font-size: 0.8em;
}

.news-text sub {
	vertical-align: sub;
	font-size: 0.8em;
}

.pager .pager-hit-num{
	font-size: 2rem;
}

/* ページナビ */

.pager .pager-num-list{
	font-family: imperial-urw, sans-serif;
	font-size: 2rem;
	letter-spacing: 1.4px;
}

.pager .pager-num-list .curent{
	color: #e6e6e6;
}

.pager .pager-num-list a,
.pager .pager-num-list span{
	margin: 0 10px;
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.list-news .news-li-wrap{
		display: flex;
		justify-content: center;
		margin-bottom: 4rem;
	}

	.list-news .news-li-title p{
		color: #989898;
	}

	.list-news .news-li-item{
		margin-left: 3rem;
		width: 50%;
	}

	.detail-news{
		width: 800px;
	}

	.blog-type{
		margin-bottom: 0;
	}
}
