@charset "UTF-8"; /* カラー設定 */

/* コンテンツ幅 */

/* googleフォントの読み込み */

/* @import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css'); */

/* @import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css'); */

/* @import url('https://fonts.googleapis.com/css?family=Fira+Sans'); */

/* ブレイクポイントの定義 */

/* 全体.css */
body {
	/* font-family: 'Noto Sans JP', sans-serif; */
}

a {
	color: #333;
}

html {
	font-size: 20px;
}

body {
	overflow-x: auto;
}

img {
	vertical-align: bottom;
}

/** 各パーツcssの読み込み
************************************************/

/* common.scss 共通css */
#main-wrap {
	overflow-x: hidden;
}

.sp, img[loading="lazy"].sp {
	display: none;
}

@media screen and (max-width: 480px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: inline-block!important;
	}
}

/* リンク */
.g_over_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.g_over_link.hover {
	background-color: rgb(255 255 255 / 45%);
}

/* float */
.float_right {
	float: right;
}

.float_left {
	float: left;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

/* ----------------------------------------
// btn
---------------------------------------- */
.btn {
	display: inline-block;
	padding: 0;
	transition: opacity 0.2s ease-out, background-color 0.2s ease-out,
		color 0.2s ease-out;
	border: none;
	background-color: transparent;
	font: inherit;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* end btn */

/*********************************
 * article-wrap
 *********************************/
.article-wrap {
	width: 720px;
}

.article-wrap img {
	max-width: 100%;
	height: auto;
}

p.breadcrumbs {
	margin-bottom: 20px;
	text-align: right;
}

.breadcrumbs .bread-inner {
	font-size: 0.8rem;
}

.postMeta {
	margin-top: -22px;
	font-size: 15px;
	text-align: right;
	display: block;
}

.postMeta time {
	margin-left: 10px;
	color: #000;
    margin-right: 0;
}
@media screen and (max-width: 480px) {
	.postMeta {
		margin-top: -15px;
		font-size: 13px;
	}
}

/* 見出し */
h1.seminar_title,
h1.voice_title,
h1.stuff_title,
h1.company_title,
h1.house_title {
	position: relative;
	margin: 20px 0;

	/* font-family: "Sawarabi Mincho"; */
	padding: 22px 0 22px 75px;
	border-bottom: solid 1px #015ebd;
	background-image: url('../img/post/title_bg.jpg');
	background-repeat: repeat-x;
	background-size: auto 100%;
	color: #4f4f4f;
	font-size: 1.2rem;
}

h1.seminar_title::after,
h1.voice_title::after,
h1.stuff_title::after,
h1.company_title::after,
h1.house_title::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #015ebd;
}

h1.seminar_title::before,
h1.voice_title::before,
h1.stuff_title::before,
h1.company_title::before,
h1.house_title::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 50px;
	height: 50px;
	transform: translate(0, -50%);
	background-image: url('../img/post/seminar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

h1.voice_title::before {
	background-image: url('../img/post/voice.png');
}

h1.stuff_title::before {
	background-image: url('../img/post/stuff.png');
}

h1.company_title::before {
	background-image: url('../img/post/company.png');
}

h1.house_title::before {
	background-image: url('../img/post/house.png');
}

.blue_title {
	position: relative;
	margin: 20px 0;
	padding: 18px 0;
	padding-left: 48px;
	border: solid 3px #468acf;
	border-radius: 10px;
	background-color: #036;
	color: white;
	font-size: 1.1rem;
}

.blue_title::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	height: 20px;
	transform: translate(0, -50%);
	border-radius: 100%;
	background-color: white;
}

.simple_title {
	margin: 20px 0;
	padding: 18px 0;
	padding-left: 18px;
	border-bottom: solid 1px #036;
	border-left: solid 8px #036;
	color: #4f4f4f;
	font-size: 1.1rem;
}

.kadomaru_title {
	margin: 20px 0;
	padding: 18px 0;
	padding-left: 18px;
	border: solid 1px #036;
	border-bottom: solid 4px #036;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	background-color: #e9eef3;
	color: #4f4f4f;
	font-size: 1.1rem;
}

.simple_h2 {
	margin: 20px 0;
	padding: 13px 0 13px 16px;
	background-color: #e9eef3;
	color: #036;
	font-size: 1rem;
}

.simple_h3 {
	position: relative;
	margin: 20px 0;
	padding: 13px 0 13px 32px;
	color: #7f7f7f;
	font-size: 1rem;
}

.simple_h3::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 27px;
	height: 27px;
	transform: translate(0, -50%);
	border-radius: 100%;
	background-color: #036;
}

.simple_h3::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 17px;
	height: 17px;
	transform: translate(0, -50%);
	border-radius: 100%;
	background-color: white;
}

.simple_h4 {
	margin: 20px 0;
	padding: 12px 0 12px 15px;
	background-color: #7f7f7f;
	color: white;
	font-size: 1rem;
}

.simple_h5 {
	margin: 20px 0;
	padding: 10px;
	border-bottom: solid 1px #036;
	color: #036;
	font-size: 1rem;
}

.simple_h6 {
	margin: 20px 0;
	padding: 10px;
	border-bottom: solid 1px #7f7f7f;
	color: #7f7f7f;
	font-size: 1rem;
}

/* ボックススタイル */
.blue_border {
	margin: 20px 0;
	padding: 20px;
	border: solid 1px #036;
}

.blue_border-bg {
	margin: 20px 0;
	padding: 20px;
	border: solid 5px #015ebd;
	background-color: #e9eef3;
}

/* お問い合わせフォーム */
.wpcf7-form dl {
	padding: 15px 0;
	border-bottom: dotted 1px #999;
}

.wpcf7-form dl:last-of-type {
	border: hidden;
}

.wpcf7-form dl dt {
	margin-bottom: 10px;
	color: #7f7f7f;
	font-size: 1rem;
	font-weight: bold;
}

.wpcf7-form dl dd input[type='text'],
.wpcf7-form dl dd input[type='tel'],
.wpcf7-form dl dd input[type='email'] {
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	padding: 5px;
	border: solid 1px #036;
	font-size: 1rem;
}

.wpcf7-form .button,
.wpcf7-form .sidebar .button-title,
.sidebar .wpcf7-form .button-title {
	display: block;
	position: relative;
	padding: 10px 50px 12px;
	border: hidden;
	background-color: #036;
	color: white;
	font-family: Meyrio, 'メイリオ', sans-serif;
	font-size: 0.8rem;
	text-align: center;
	cursor: pointer;
}

.wpcf7-form .button i,
.wpcf7-form .sidebar .button-title i,
.sidebar .wpcf7-form .button-title i {
	margin-right: 10px;
	transform: scale(1.5);
	color: #f60;
}

/* header.scss ヘッダー要素のcss */

.sticky {
	width: 100%;
}

.sticky .description {
	background-color: #036;
}

.sticky .description h1,
.sticky .description p{
	width: 1000px;
	margin: auto;
	padding: 3px 0;
	color: white;
	font-size: 0.6rem;
	font-weight: normal;
}

.sticky .main-wrap {
	display: flex;
	position: relative;
	width: 1000px;
	margin: auto;
	padding: 22px 0;
}

.sticky .main-wrap .logo a {
	display: block;
	position: relative;
	text-decoration: none;
}

.sticky .main-wrap .logo a span {
	display: block;
	margin-top: 7px;
	color: #f60;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 24px;
}

.sticky .main-wrap .site_name-wrap {
	padding-left: 20px;
}

.sticky .main-wrap .site_name-wrap p:first-of-type {
	color: #f60;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 24px;
}

.sticky .main-wrap .site_name-wrap .site_title {
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 30px;
}

.sticky .main-wrap .link_list {
	display: flex;
	position: absolute;
	top: 25px;
	right: 0;
	justify-content: flex-end;
	list-style: none;
}

.sticky .main-wrap .link_list li {
	padding: 0 15px;
	border-left: solid 1px #ccc;
	font-size: 0.7rem;
	line-height: 54px;
}

.sticky .main-wrap .link_list li img {
	width: auto;
	height: 22px;
	margin-right: 5px;
	transform: translate(0, 2px);
	vertical-align: baseline;
}

.sticky .main-wrap .link_list li a {
	text-decoration: none;
}

.sticky .main-wrap .link_list li.opening_time {
	line-height: 1em;
}

.sticky .main-wrap .link_list li.opening_time p {
	font-size: 0.6rem;
}

.sticky .main-wrap .link_list li.opening_time p span {
	margin-right: 10px;
	font-size: 0.7rem;
	font-weight: bold;
	line-height: 20px;
}

.sticky .main-wrap .link_list li.opening_time a {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 34px;
}

.sticky .g_menu-wrap {
	position: relative;
	background-image: url('../img/header/g_menu-bg.jpg');
	background-repeat: repeat-x;
	background-size: contain;
	box-shadow: 0 5px 5px 2px #ccc;
}

.sticky .g_menu-wrap .g_menu {
	display: flex;
	position: relative;
	width: 1000px;
	margin: auto;
}

.sticky .g_menu-wrap .g_menu li {
	position: relative;
	padding: 10px 20px 0;
	border-right: solid 1px #1f68af;
	border-left: solid 1px #96cafd;
	line-height: 1.4rem;
	text-align: center;
}

.sticky .g_menu-wrap .g_menu li img {
	display: block;
	width: 32px;
	height: auto;
	margin: auto;
}

.sticky .g_menu-wrap .g_menu li.child {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 292px;
	box-sizing: border-box;
	width: 100px;
	height: auto;
	padding: 0;
	transition: all 0.5s;
	border: hidden;
	opacity: 0;
	background-color: #1f7ffa;
}

.sticky .g_menu-wrap .g_menu li.child.show {
	z-index: 999;
	height: auto;
	padding: 10px 0;
	opacity: 1;
}

.sticky .g_menu-wrap .g_menu li.child ul li {
	padding: 0 0 0 10px;
	border: hidden;
	font-size: 0.7rem;
	text-align: left;
}

.sticky .g_menu-wrap .g_menu li.child ul li a {
	color: white;
	text-decoration: none;
}

.sticky .g_menu-wrap .g_menu li.child ul li a:hover {
	text-decoration: underline;
}

.sticky .g_menu-wrap .g_menu li.satei {
	padding: 0;
	border: hidden;
}

.sticky .g_menu-wrap .g_menu li.satei img {
	width: 210px;
	height: auto;
}

.sticky .g_menu-wrap .g_menu li.satei img.answer {
	position: absolute;
	top: 4px;
	right: -11px;
	width: 56px;
	height: auto;
}

.sticky .g_menu-wrap .g_menu li:nth-of-type(2) {
	border-left: hidden;
}

.sticky .g_menu-wrap .g_menu li.seminar {
	line-height: 0.7rem;
}

.sticky .g_menu-wrap .g_menu li span {
	color: white;
	font-size: 0.7rem;
}

/* humberger.scss ハンバーガーメニューのcss */

/* home.scss フロントページのメインコンテンツcss */

/* index_header */
.index_header-wrap {
	padding: 25px 0 0;
	background-color: #fef4e9;
}

.satei-wrap {
	display: flex;
	position: relative;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
	padding-bottom: 17px;
}

.satei-wrap::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 420px;
	background-image: url('../img/home/index_header_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.satei-wrap .menber_benefits {
	position: relative;
	box-sizing: border-box;
	width: 250px;
	background-color: white;
}

.satei-wrap .menber_benefits a:hover {
	opacity: 0.8;
}

.satei-wrap .menber_benefits img {
	vertical-align: bottom;
}

.side_tokuten {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding: 27px 15px;
	border: solid 1px #036;
}

.side_tokuten h2 {
	text-align: center;
}

.side_tokuten h2 span {
	display: inline-block;
	width: 100%;
	color: red;
}

.side_tokuten li {
	position: relative;
	margin-top: 17px;
	padding: 0 0 14px 50px;
	border-bottom: dotted 1px black;
	font-size: 16px;
	font-weight: 600;
	line-height: 1rem;
	list-style: none;
}

.side_tokuten li img {
	position: absolute;
	top: 40%;
	left: 0;
	width: 42px;
	height: auto;
	transform: translate(0, -50%);
}

.side_tokuten .button {
	margin-top: 15px;
}

.side_tokuten::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	box-shadow: inset 0 0 0 7px #036;
	pointer-events: none;
}

.satei-wrap .menber_benefits h2 {
	text-align: center;
}

.satei-wrap .menber_benefits h2 span {
	display: inline-block;
	width: 100%;
	color: red;
}

.satei-wrap .menber_benefits h2 span::first-letter {
	font-size: 1.2rem;
}

.satei-wrap .menber_benefits .benefits_list {
	list-style: none;
}

.satei-wrap .menber_benefits .benefits_list li {
	position: relative;
	margin-top: 17px;
	padding: 0 0 14px 50px;
	border-bottom: dotted 1px black;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1rem;
}

.satei-wrap .menber_benefits .benefits_list li img {
	position: absolute;
	top: 40%;
	left: 0;
	width: 42px;
	height: auto;
	transform: translate(0, -50%);
}

.satei-wrap .menber_benefits .button,
.satei-wrap .menber_benefits .sidebar .button-title,
.sidebar .satei-wrap .menber_benefits .button-title {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 15px;
	background-color: #036;
	color: white;
	line-height: 65px;
	text-align: center;
}

/* ----------------------------------------
//
// 「住まいを探す」「住まいのかんたん査定」
//
---------------------------------------- */

.search_satei-wrap {
	display: block;
	position: relative;
	width: 720px;
	height: 477px;
}

/* ----------------------------------------
// 「住まいを探す」「住まいのかんたん査定」選択タブ
---------------------------------------- */

.search_satei-wrap > [class*='_house'] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .search_satei-wrap > [class*='_house'].current {
	z-index: 1;
} */

.search_satei-wrap > [class*='_house'] h2.headline {
	position: relative;
	z-index: 1;
	width: 350px;
	height: 85px;
	background-color: #e0e0e0;
	line-height: 85px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.search_satei-wrap > [class*='_house'].current h2.headline {
	z-index: 1;
	box-sizing: border-box;
	height: 102px;
	margin-left: 3px;
	padding-left: 115px;
	background-color: orange;
	color: #036;
	font-size: 1.2rem;
	font-weight: bolder;
	line-height: 102px;
	text-align: left;
	cursor: default;
}

.search_satei-wrap > [class*='_house'].current h2.headline::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -3px;
	box-sizing: border-box;
	width: calc(100% + 6px);
	height: calc(100% - 2px);
	border: solid 3px white;
	border-bottom: hidden;
}

.search_satei-wrap > [class*='_house'].current h2.headline::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -3px;
	box-sizing: border-box;
	width: calc(100% + 6px);
	height: calc(100% - 2px);
	border: solid 1px #999;
	border-bottom: hidden;
}

.search_satei-wrap > [class*='_house'] h2.headline img {
	position: absolute;
	top: 50%;
	left: 60px;
	width: 41px;
	height: auto;
	transform: translate(0, -50%);
}

.search_satei-wrap > [class*='_house'].current h2.headline img {
	left: 40px;
	width: 51px;
}

.search_satei-wrap > [class*='_house'] h2.headline img.img1 {
	display: block;
}

.search_satei-wrap > [class*='_house'].current h2.headline img.img1 {
	display: none;
}

.search_satei-wrap > [class*='_house'] h2.headline img.img2 {
	display: none;
}

.search_satei-wrap > [class*='_house'].current h2.headline img.img2 {
	display: block;
}

.search_satei-wrap > [class*='_house'].current h2.headline span {
	margin-right: 5px;
	color: #036;
	font-size: 2rem;
	font-style: italic;
	font-weight: bolder;
}

/* 「住まいのかんたん査定」のみ
---------------------------------------- */
.search_satei-wrap .satei_house h2.headline {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	padding: 20px 0 20px 85px;
	background-color: #ccc;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
}

.search_satei-wrap .satei_house.current h2.headline {
	margin-right: 3px;
	margin-left: 0;
	padding-left: 70px;
	color: #036;
	font-size: 1.1rem;
	font-weight: bolder;
	line-height: 40px;
}

.search_satei-wrap .satei_house h2.headline img {
	left: 24px;
}

.search_satei-wrap .satei_house.current h2.headline img {
	top: calc(50% - 10px);
	left: 10px;
}

.search_satei-wrap .satei_house h2.headline .sub_title {
	display: inline-block;
	width: 100%;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 1rem;
}

.search_satei-wrap .satei_house.current h2.headline span {
	color: #036;
}

.search_satei-wrap .satei_house.current h2.headline span.medium {
	font-size: 1.2rem;
}

.search_satei-wrap .satei_house.current h2.headline span.big {
	font-size: 1.6rem;
}

.search_satei-wrap .satei_house.current h2.headline span.sub_title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 5px;
	color: red;
	font-size: 0.8rem;
	text-align: center;
}

.search_satei-wrap .satei_house.current h2.headline span.sub_title .medium {
	margin-right: -1px;
	color: red;
	font-size: 0.9rem;
}

.search_satei-wrap .satei_house.current h2.headline span.sub_title .big {
	margin-right: -1px;
	color: red;
	font-size: 1.5rem;
}

/* end 「住まいのかんたん査定」のみ */

/* end 「住まいを探す」「住まいのかんたん査定」選択タブ */

/* ----------------------------------------
// タブパネル
---------------------------------------- */

.search_satei-wrap [class*='_house'] .search-wrap {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 389px;
	padding: 18px;
	border: solid 1px #999;
	background-color: white;
}

.search_satei-wrap > [class*='_house'].current .search-wrap {
	display: block;
}

.search_satei-wrap [class*='_house'] .search-wrap::before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	box-sizing: border-box;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: solid 12px orange;
}

/* end タブパネル */

.search_satei-wrap [class*='_house'] .search-inner_wrap {
	position: absolute;
	top: 18px;
	left: 18px;
	width: calc(100% - 36px);
	height: calc(100% - 36px);
}

/* ----------------------------------------
// 「住まいを探す」内　エリア・学区・駅選択タブリスト
---------------------------------------- */
.search_satei-wrap .search_house .search-wrap .tab_list {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	width: 470px;
	margin-top: 8px;
	margin-left: 10px;
	list-style: none;
}

.search_satei-wrap .search_house .search-wrap .tab_list li {
	position: relative;
	width: 150px;
	padding: 17px 0;
	border: solid white 2px;
	background-color: #e0e0e0;
	color: #333;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.search_satei-wrap .search_house .search-wrap .tab_list li.current {
	background-color: #036;
	color: white;
}

.search_satei-wrap .search_house .search-wrap .tab_list li.current::after {
	border-top: solid 17px #036;
}

.search_satei-wrap .search_house .search-wrap .tab_list li::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	border: solid 17px transparent;
	border-top: solid 17px #e0e0e0;
	cursor: default;
}

.search_satei-wrap .search_house .search-wrap .tab_list li::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	border: solid 19px transparent;
	border-top: solid 19px white;
}

/* end 「住まいを探す」内　エリア・学区・駅選択タブリスト */

/* ----------------------------------------
// 「住まいを探す」「住まいのかんたん査定」コンテンツ部分共通
---------------------------------------- */

/* エリア・学区・駅選択
---------------------------------------- */
.search_satei-wrap .search-inner_wrap .kuki,
.search_satei-wrap .search-inner_wrap .satte,
.search_satei-wrap .search-inner_wrap .sugito,
.search_satei-wrap .search-inner_wrap .miyashiro {
	position: absolute;
	z-index: 1;
	font-size: 0.9rem;
	font-weight: bold;
}

.search_satei-wrap .search-inner_wrap .kuki {
	top: 140px;
	left: 60px;
}

.search_satei-wrap .search-inner_wrap .satte {
	top: 130px;
	left: 290px;
}

.search_satei-wrap .search-inner_wrap .sugito {
	top: 240px;
	left: 330px;
}

.search_satei-wrap .search-inner_wrap .miyashiro {
	top: 280px;
	left: 240px;
}

.search_satei-wrap .search-inner_wrap label {
	z-index: 1;
	cursor: pointer;
}

.search_satei-wrap .search-inner_wrap [type='checkbox'] ~ img, .search_satei-wrap .search-inner_wrap [type='checkbox'] ~  span img{
	width: auto;
	min-width: 6px;
	margin-right: 3px;
	vertical-align: top;
}

.search_satei-wrap .search-inner_wrap [type='checkbox'] ~ span {
	font-size: 0.8em;
	font-weight: normal;
}

/* end エリア・学区・駅選択 */

/* 物件種別選択・submit
---------------------------------------- */
.search_satei-wrap .search_form {
	position: absolute;
	top: 27px;
	right: 27px;
	box-sizing: border-box;
	width: 184px;
	height: 334px;
	padding: 10px;
	border: solid 1px #cecece;
	background-color: #f3f3f3;
	z-index: 1;
}

.search_satei-wrap .search_form .headline {
	width: auto;
	height: auto;
	padding: 15px 0;
	background-color: transparent;
	font-size: 0.9rem;
	line-height: 1em;
}

.search_satei-wrap .search_form label {
	display: block;
	margin-bottom: 9px;
	font-size: 0.8rem;
	cursor: pointer;
}

.search_satei-wrap .search_form label.sub {
	display: inline-block;
	margin-bottom: 0;
}

.search_satei-wrap .search_form label input[type='radio'] {
	margin: auto;
	margin-right: 5px;
}

.search_satei-wrap .search_form .button {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 162px;
	height: 48px;
	transition: all 0.5s;
	border: hidden;
	background-color: #f60;
	color: white;
	font-size: 0.9rem;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

.search_satei-wrap .search_form .button:focus,
.search_satei-wrap .search_form .button:hover {
	opacity: 0.5;
}

.search_satei-wrap .satei_house .search_form p.satei_desc {
	position: absolute;
	bottom: 70px;
	color: #f60;
	font-size: 0.8rem;
	line-height: 1rem;
}

/* end 物件種別選択・submit */

/* end 「住まいを探す」「住まいのかんたん査定」コンテンツ部分共通 */

/* ----------------------------------------
// 「住まいを探す」学区
---------------------------------------- */
.search_satei-wrap .search-inner_wrap.school {
	display: none;
}

.search_satei-wrap .search-inner_wrap.school .kuki,
.search_satei-wrap .search-inner_wrap.school .satte,
.search_satei-wrap .search-inner_wrap.school .sugito,
.search_satei-wrap .search-inner_wrap.school .miyashiro {
	display: flex;
}

.search_satei-wrap .search-inner_wrap.school .gakku {
	margin-left: 10px;
	transform: translate(0, -20px);
}

.search_satei-wrap .search-inner_wrap.school [data-gakku] {
	display: block;
	margin-bottom: 2px;
	padding: 5px 5px 7px;
	border: solid 2px white;
	color: white;
	font-size: 0.7rem;
	cursor: pointer;
}

.search_satei-wrap .search-inner_wrap.school [data-gakku].high {
	background-color: #036;
}

.search_satei-wrap .search-inner_wrap.school [data-gakku].primary {
	background-color: #4ea121;
}

.search_satei-wrap .search-inner_wrap.school .step2 {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 10px;
	width: 470px;
	height: 265px;
}

.search_satei-wrap .search-inner_wrap.school .step2 p.headline {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding-left: 10px;
	background-color: #4ea121;
	color: white;
	font-family: Meyrio, 'メイリオ', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
}

.search_satei-wrap .search-inner_wrap.school .step2 p.headline span {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	color: white;
	font-size: 0.7rem;
	font-weight: lighter;
	cursor: pointer;
}

.search_satei-wrap .search-inner_wrap.school .step2 p.headline span i {
	color: white;
}

.search_satei-wrap .search-inner_wrap.school .step2 .gakku_list {
	width: 100%;
	height: 205px;
	margin-top: 10px;
	overflow-y: scroll;
}

.search_satei-wrap .search-inner_wrap.school .step2 .gakku_list label {
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
	color: #333;
	font-size: 0.75rem;
	font-weight: normal;
	cursor: pointer;
}

/* end 「住まいを探す」学区 */

/* ----------------------------------------
// 「住まいを探す」駅
---------------------------------------- */
.search_satei-wrap .search-inner_wrap.station {
	display: none;
}

.search_satei-wrap .search-inner_wrap.station [class$='-st'] {
	position: absolute;
	font-size: 0.9rem;
}

.search_satei-wrap .search-inner_wrap.station .kurihashi-st {
	top: 100px;
	left: 195px;
}

.search_satei-wrap .search-inner_wrap.station .higashi_washinomiya-st {
	top: 190px;
	left: 140px;
}

.search_satei-wrap .search-inner_wrap.station .kuki-st {
	top: 230px;
	left: 140px;
}

.search_satei-wrap .search-inner_wrap.station .minami_kurihashi-st {
	top: 146px;
	left: 270px;
}

.search_satei-wrap .search-inner_wrap.station .satte-st {
	top: 220px;
	left: 270px;
}

.search_satei-wrap .search-inner_wrap.station .sugito-st {
	top: 260px;
	left: 270px;
}

.search_satei-wrap .search-inner_wrap.station .toubu-st {
	top: 305px;
	left: 310px;
}

.search_satei-wrap .search-inner_wrap.station [class$='-st'] [type='checkbox'] {
	margin-right: 10px;
	transform: scale(1.5);
}

.search_satei-wrap .search-inner_wrap.station .toubu-st span {
	margin-left: 2em;
}

.search_satei-wrap .search-inner_wrap.station [class^='route_'] {
	display: inline-block;
	position: absolute;
	width: 140px;
	padding: 6px 0;
	border: solid 2px white;
	border-radius: 50px;
	font-family: Meiryo;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
}

.search_satei-wrap .search-inner_wrap.station .route_touhoku {
	top: 100px;
	left: 27px;
	background-color: #70b22b;
	color: white;
}

.search_satei-wrap .search-inner_wrap.station .route_isesaki {
	top: 290px;
	left: 90px;
	background-color: #ffc000;
	color: #333;
}

.search_satei-wrap .search-inner_wrap.station .route_nikkou {
	top: 176px;
	left: 318px;
	background-color: #f384c7;
	color: white;
}

/* end 「住まいを探す」駅 */

/* end 「住まいを探す」「住まいのかんたん査定」 */

.feature-wrap {
	width: 100%;
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url('../img/home/index_header_bg2.jpg');
}

.feature-wrap .page_list {
	display: flex;
	box-sizing: border-box;
	width: 1000px;
	height: 270px;
	margin: auto;
	border: solid 10px #036;
	background-color: white;
	background-image: url('../img/home/tokusyu_bg.jpg');
	background-repeat: no-repeat;
}

.feature-wrap .page_list .text_img {
	position: relative;
	width: 350px;
	height: 100%;
}

.feature-wrap .page_list .text_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 266px;
	height: auto;
	transform: translate(-50%, -50%);
}

.feature-wrap .page_list ul {
	width: 210px;
	padding-top: 10px;
	list-style: none;
}

.feature-wrap .page_list ul li {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	padding-left: 60px;
	border: solid white 3px;
	background-color: #f60;
	box-shadow: 2px 2px 2px #999;
	color: white;
	font-size: 1rem;
	line-height: 60px;
}

.feature-wrap .page_list ul li:nth-of-type(2) {
	background-color: #008ad7;
}

.feature-wrap .page_list ul li:nth-of-type(3) {
	background-color: #53a300;
}

.feature-wrap .page_list ul li img {
	position: absolute;
	top: 50%;
	left: 10px;
	width: auto;
	height: 35px;
	transform: translate(0, -50%);
}

.feature-wrap .post_list {
	width: 1000px;
	margin: auto;
	padding-top: 20px;
}

.feature-wrap .post_list .headline {
	position: relative;
	padding: 10px 0;
	background-color: #036;
	color: white;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
}

.feature-wrap .post_list .headline .all_link {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0, -50%);
	color: white;
	font-size: 0.8rem;
}

.feature-wrap .post_list .headline .all_link i {
	margin-right: 10px;
	transform: scale(1.5);
	color: white;
}

.home_feature_bottom_sowing-list {
	margin: 0;
	padding: 0 22px;
	border: solid 1px #ccc;
	background-color: white;
	list-style: none;
}

.home_feature_bottom_sowing-list li {
	display: flex;
	justify-content: flex-start;
	padding: 15px 0;
	font-size: 1rem;
	line-height: 35px;
}

.home_feature_bottom_sowing-list li + li {
	border-bottom: hidden;
}

.home_feature_bottom_sowing-list li span {
	margin-right: 15px;
	color: #333;
	font-size: 0.7rem;
}

.home_feature_bottom_sowing-list span::before {
	content: '\f0da';
	display: inline-block;
	margin-right: 0.5rem;
	margin-right: 10px;
	transform: scale(1.5);
	color: #036;
	font-family: FontAwesome;
}

.home_feature_bottom_sowing-list li a {
	color: #333;
	font-size: 0.8rem;
	text-decoration: none;
}

.home_feature_bottom_sowing-list li a:hover {
	text-decoration: underline;
}

.search-wrap_btn {
	display: none;
}

/* inner-wrap */
.home_inner-wrap {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 40px;
}
.home_inner-wrap:has(.tmp){
	padding-top: 110px;
}

/*********************************
 * article-wrap
 *********************************/

/* お知らせ一覧 */
.newsSect {
	margin-bottom: 30px;
}

.newsSect__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 5px #036;
}

.newsSect__title {
	padding: 10px 0;
	font-size: 21px;
	font-weight: bold;
}

.newsSect__termList {
	display: flex;
	list-style: none;
}

.headline > ul > li {
	background-color: #036;
	color: #fff;
}

.newsSect__termList > li + li {
	margin-left: 2px;
}

.newsSect__termBtn {
	width: 100%;
	padding: 0.75em;
	background-color: #f0f0f0;
	color: #888;
	font-size: 16px;
	line-height: 1;
}

.newsSect__termBtn:focus,
.newsSect__termBtn:hover {
	background-color: #036;
	color: #fff;
}

.newsSect__posts {
	margin-top: 5px;
	list-style: none;
}

.newsSect__posts > li {
	padding: 10px 0;
	border-bottom: dotted 1px black;
}

.newsSect__posts > li:last-of-type {
	border-bottom: hidden;
}

.newsSect__postDate {
	display: block;
	padding-left: 5px;
	color: black;
	font-size: 14px;
}

.newsSect__postDate i {
	margin-right: 7px;
	transform: scale(2);
	color: #036;
}

.newsSect__postTitle {
	display: inline-block;
	padding-left: 15px;
	color: black;
	font-size: 16px;
	text-decoration: none;
}

.newsSect__postTitle:focus,
.newsSect__postTitle:hover {
	text-decoration: underline;
}

.newsSect__btns {
	list-style: none;
}

.newsSect__btn {
	display: table;
	margin-left: auto;
	padding: 0.75em 2.25em;
	background-color: #036;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.newsSect__btn:focus,
.newsSect__btn:hover {
	opacity: 0.8;
}

.newsSect__btn > i {
	margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
	.newsSect {
		padding: 15px 20px 0;
	}

	.newsSect__header {
		display: block;
	}

	.newsSect__title {
		text-align: center;
	}

	.newsSect__termList {
		align-items: flex-end;
		margin-top: 10px;
	}

	.newsSect__termList > li {
		flex: 1 1 33%;
	}

	.newsSect__termBtn {
		height: 100%;
		padding: 0.75em 0.2em;
		font-size: 15px;
	}

	.newsSect__btn {
		margin-top: 10px;
		margin-right: auto;
	}
}

/* ------------------------------
// js制御
------------------------------ */

.newsSect__termBtn.js_newsTabTrigger.is-active {
	background-color: #036;
	color: #fff;
}

.js_newsTabTarget {
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
	opacity: 0;
}

.js_newsTabTarget.is-active {
	visibility: visible;
	height: auto;
	opacity: 1;
}

/* おすすめ物件 */
.reco_car-wrap,
.reco_station-wrap,
.reco_urinushi-wrap,
.reco_shiharai-wrap,
.reco_area-wrap {
	margin-bottom: 50px;
}

.reco_car-wrap .headline img,
.reco_station-wrap .headline img,
.reco_urinushi-wrap .headline img,
.reco_shiharai-wrap .headline img,
.reco_area-wrap .headline img {
	width: 100%;
	min-width: 727px;
	margin-top: -5px;
	margin-left: -7px;
}

.reco_car-wrap .ranking-wrap,
.reco_station-wrap .ranking-wrap,
.reco_urinushi-wrap .ranking-wrap,
.reco_shiharai-wrap .ranking-wrap,
.reco_area-wrap .ranking-wrap {
	min-height: 480px;
	margin-left: -7px;
}

[class^='reco_'][class$='-wrap'] .ranking-wrap {
	min-height: 568px;
	font-size: 16px;
}

[class^='reco_'][class$='-wrap'] [id^='osusume_'] {
	min-height: 550px;
}

[class^='reco_'][class$='-wrap'] .tksn_box .home_ranking-list_detail_price {
	font-size: 24px !important;
}

[class^='reco_'][class$='-wrap'] .tksn_box .home_ranking-list_detail {
	font-size: 16px !important;
}

[class^='reco_'][class$='-wrap'] .tksn_box .home_ranking-list_detail_date {
	font-size: 13px !important;
}

[class^='reco_'][class$='-wrap'] .tksn_box .home_ranking-list_point_contents {
	font-size: 13px !important;
	line-height: 1.5 !important;
}

[class^='reco_'][class$='-wrap'] .tksn_box .home_ranking-list_point_title {
	font-size: 20px !important;
	line-height: 1 !important;
}

.home_ranking-list_btn {
	font-size: 20px !important;
	line-height: 2.4 !important;
}

/* page.scss 固定ページのメインコンテンツcss */

/* post */
.post-wrap {
	margin-bottom: 30px;
}

/* seminar(初めての住まい探しセミナー) */

[id='seminar'] {
	font-size: 18px;
	line-height: 1.75;
}

[id='seminar'] img {
	vertical-align: bottom;
}

.seminar-lead > p + p {
	margin-top: 1em;
}

.seminar-lead + .seminar-section {
	margin-top: 40px;
}

.seminar-section + .seminar-section::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 20px auto -10px;
	border: solid transparent;
	border-width: 30px 35px;
	border-top-color: #f60;
}

@media screen and (max-width: 480px) {
	.seminar-section + .seminar-section::before {
		margin-top: 10px;
		margin-bottom: -5px;
		border-width: 15px 18px;
	}
}

.seminar-header {
	display: flex;
	height: 192px;
}

@media screen and (max-width: 480px) {
	.seminar-header {
		flex-direction: column;
		height: auto;
	}
}

.seminar-header__title {
	flex-shrink: 0;
}

.seminar-header__eyecatch {
	overflow: hidden;
}

.seminar-paragraph {
	margin-top: 10px;
}

.seminar-paragraph > strong {
	color: #f30;
}

.seminar-paragraph + .seminar-paragraph {
	margin-top: 1em;
}

/* purchase(購入の流れ) */

.read-wrap {
	position: relative;
	margin-top: 30px;
}

.read-wrap p {
	box-sizing: border-box;
	width: 550px;
	padding: 24px 40px;
	border-radius: 15px;
	background-color: #ffe9bd;
	color: black;
	font-size: 1rem;
	line-height: 1.35rem;
}

.read-wrap img {
	position: absolute;
	right: 20px;
	bottom: 0;
}

.purchase_step {
	display: flex;
	position: relative;
	box-sizing: border-box;
	justify-content: space-between;
	margin-bottom: 35px;
	padding: 10px;
	border: solid 1px #fa0;
}

.purchase_step.end::after {
	display: none;
}

.purchase_step.end::before {
	display: none;
}

.purchase_step::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	border: solid 35px transparent;
	border-top: solid 25px white;
}

.purchase_step::before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	border: solid 36px transparent;
	border-top: solid 26px #fa0;
}

.purchase_step .img-wrap {
	width: 205px;
	margin-right: 20px;
	overflow: hidden;
}

.purchase_step .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.purchase_step .detail-wrap {
	width: calc(100% - 225px);
}

.purchase_step .detail-wrap .purchase_headline {
	/* font-family: "Sawarabi Mincho"; */
	margin-bottom: 10px;
	padding: 9px 5px;
	background-color: #fa0;
	color: white;
	font-size: 20px;
}

.purchase_step .detail-wrap .purchase_headline .step {
	margin-right: 0.25em;
	color: #7f5500;

	/* font-family: 'Fira Sans', sans-serif; */
	letter-spacing: 1px;
}

.purchase_step .detail-wrap .purchase_headline .small {
	color: white;
	font-size: 0.75rem;
}

.purchase_step .detail-wrap .sub_title {
	margin: 12px 0 8px;

	/* font-family: "Sawarabi Mincho"; */
	color: #f6aa00;
	font-size: 18px;
	font-weight: bold;
}

.purchase_step .detail-wrap .content {
	color: black;
	font-size: 16px;
	line-height: 1.5;
}

/* リスティング用ページ */
.listing-wrap {
	/* border-bottom: dotted 1px black; */
	padding-bottom: 30px;

	/* padding-top: 30px; */
}

@media screen and (max-width: 480px) {
	.listing-wrap {
		padding-top: 10px;
	}
}

.listing-wrap .g_over_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.listing-wrap .listing_title {
	margin: 10px 0;
	margin-bottom: 14px;
	padding: 10px 0;
	border: solid 3px #015ebd;
	background-color: #f2f2f2;
	color: #015ebd;
	font-size: 1.5rem;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.listing-wrap .listing_title {
		font-size: 1.2rem;
	}
}

.listing-wrap .listing-top {
	display: flex;
	margin-bottom: 35px;
	background-color: #f2f2f2;
}
@media screen and (max-width: 480px) {
	.listing-wrap .listing-top {
		display: block;
		position: relative;
		padding-top: 50px;
		background-color: transparent;
	}
}

.listing-wrap .listing-top.no-image {
	display: block;
}

.listing-wrap .listing-top.no-image .detail-wrap {
	width: 100%;
}

.listing-wrap .listing-top .img-wrap {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}
@media screen and (max-width: 480px) {
	.listing-wrap .listing-top .img-wrap {
		width: 100%;
		max-width: 100%;
	}
}

.listing-wrap .listing-top .img-wrap img {
	width: 100%;
	height: auto;
}

.listing-wrap .listing-top .detail-wrap {
	width: 50%;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.listing-wrap .listing-top .detail-wrap {
		width: 100%;
		padding: 0;
	}
}

.listing-wrap .listing-top .detail-wrap .orange_headline,
.listing-wrap .listing-top .detail-wrap .blue_headline,
.listing-wrap .listing-top .detail-wrap .green_headline {
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #f60;
	color: white;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.listing-wrap .listing-top .detail-wrap .orange_headline,
	.listing-wrap .listing-top .detail-wrap .blue_headline,
	.listing-wrap .listing-top .detail-wrap .green_headline {
		position: absolute;
		top: 0;
		left: 0;
	}
}

.listing-wrap .listing-top .detail-wrap .blue_headline {
	background-color: #008ad7;
}

.listing-wrap .listing-top .detail-wrap .green_headline {
	background-color: #56ac01;
}

.listing-wrap .listing-top .detail-wrap p {
	margin: 20px 0;
	font-size: 0.9rem;
	line-height: 1.35rem;
	text-align: center;
}

.listing-wrap .listing-top .detail-wrap p .orange {
	color: #ff5a37;
	font-weight: 600;
}

.listing-wrap .listing-top .detail-wrap .button,
.listing-wrap .listing-top .detail-wrap .sidebar .button-title,
.sidebar .listing-wrap .listing-top .detail-wrap .button-title {
	display: inline-block;
	position: relative;
	padding: 25px;
	background-color: #036;
	color: white;
	font-family: Meyrio, 'メイリオ', sans-serif;
	font-size: 0.8rem;
	text-align: center;
}

.listing-wrap .listing-top .detail-wrap .button i,
.listing-wrap .listing-top .detail-wrap .sidebar .button-title i,
.sidebar .listing-wrap .listing-top .detail-wrap .button-title i {
	margin-right: 10px;
	transform: scale(1.5);
	color: #f60;
}

.listing-wrap .listing-middle {
	margin: 20px 0;
	font-size: 0.9rem;
	line-height: 1.35rem;
}
@media screen and (max-width: 480px) {
	.listing-wrap .listing-middle {
		font-size: 0.65rem;
		line-height: 0.8rem;
	}
}

.listing-wrap .listing-bottom ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
	list-style: none;
}
@media screen and (max-width: 480px) {
	.listing-wrap .listing-bottom ul {
		padding: 0;
	}
}

.listing-wrap .listing-bottom ul li {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 18px);
	margin-bottom: 20px;
	padding: 26px 13px;
	border: solid 3px #2087f8;
	color: #333;
	font-size: 1rem;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.listing-wrap .listing-bottom ul li {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		font-size: 0.9rem;
	}
}

.listing-wrap .listing-bottom ul li i {
	margin-right: 10px;
	transform: scale(1.5);
	color: #218bf9;
}

.listing-wrap .modal-wrap {
	display: none;
	position: fixed;
	z-index: 991;
	top: 50%;
	left: 50%;
	max-width: 100vw;
	max-height: 100vh;
	padding: 20px;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	border-radius: 10px;
	background-color: white;
}

.listing-wrap .modal-wrap.show {
	display: block;
}

.modal-bg {
	display: block;
	position: fixed;
	z-index: 990;
	top: 0;
	left: 0;
	width: 100vw;
	height: 110vh;
	transition: all 0.5s;
	background-color: rgb(0 0 0 / 60%);
}

/* company(会社案内) */

.company .thumbnail-wrap {
	margin: 1rem 0;
}

.company iframe {
	width: 100%;
	margin-bottom: 20px;
}

.company_1_access {
	margin-bottom: 20px;
	text-align: left;
}

.company_1_aisatsu {
	overflow: hidden;
	line-height: 1.7rem;
	text-align: left;
}

.company_1_aisatsu_tx {
	float: left;
	font-family: 'ＭＳ 明朝', 'MS Mincho';
}

.company_1_aisatsu_tx span {
	display: block;
	margin: 10px 0 20px 10px;
	font-size: 0.9em;
	line-height: 1.7rem;
}

.company_1_aisatsu_tx p {
	margin: 20px 0;
	padding: 15px;
	background: #f0f0f0;
	color: #555;
	font-size: 14px;
	line-height: 20px;
}

.company_1_aisatsu_name {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.2rem;
}

.company_1_aisatsu_img {
	width: 200px;
	margin-left: 25px;
	float: right;
}

.company_1_aisatsu_img + p {
	margin-bottom: 0.8rem;
}

.company_1_aisatsu_img img {
	width: auto;
	max-width: 200px;
	height: auto;
}

.company__list {
	counter-reset: i;
}

.company__list li {
	margin-left: 0;
	text-indent: 0;
}

.company__list li + li {
	margin-top: 1em;
}

.company__list dt {
	display: inline-block;
	padding-right: 0.25em;
	padding-left: 0.25em;
	background-image: linear-gradient(
		to top,
		transparent 5%,
		#d3dd00 5%,
		#d3dd00 20%,
		#d3dd00 30%,
		transparent 30%
	);
	font-weight: bold;
}

.company__list dt::before {
	content: counter(i, decimal-leading-zero);
	display: inline-block;
	margin-right: 0.75em;
	text-align: right;
	counter-increment: i;
}

.company__list dd {
	margin-top: 0.25em;
	margin-left: 2.25em;
}

.company_1_gaiyou {
	margin: 0 0 3rem;
	overflow: hidden;
	text-align: left;
}

.company_1_gaiyou_data {
	width: 420px;
	float: right;
}

.company_1_gaiyou_data table[summary='会社概要'] {
	padding: 15px 0;
	overflow: hidden;
	font-size: 0.7rem;
	line-height: 2.3;
}

.company_1_gaiyou_data table[summary='会社概要'] tr {
	border-bottom: 1px solid #ddd;
}

.company_1_gaiyou_data table[summary='会社概要'] th {
	width: 70px;
	color: #ffbf00;
	font-weight: bold;
}

.company_1_gaiyou_data table[summary='会社概要'] td {
	margin: 0;
	padding: 0;
}

.company_1_gaiyou_img {
	width: 280px;
	float: left;
}

.company_1_gaiyou_img img {
	width: auto;
	max-width: 280px;
	height: auto;
}

.company_1_gaiyou_img span {
	display: block;
	margin: 5px 0 10px;
	font-size: 12px;
}

.company_1_tenpo {
	overflow: hidden;
}

.company_1_tenpo * {
	box-sizing: border-box;
}

.company_1_tenpo_l {
	margin-bottom: 20px;
}

.company_1_tenpo_l ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	padding: 0;
	list-style: none;
}

.company_1_tenpo_l ul > li {
	width: 50%;
	margin: 0;
	padding: 10px;
}

.company_1_tenpo_r ul li {
	font-size: 16px;
	line-height: 1.75;
}

.company_1_tenpo_r ul li span {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

.company_1_tenpo_access {
	width: 150px;
}

.company_1_tenpo_access a {
	display: block;
	background: #f80;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
}

.company_1_tenpo_access a:hover {
	background: #d67201;
}

.company_1_access div {
	text-align: center;
}

.company_1_access span {
	font-size: 14px;
	line-height: 25px;
	text-align: right;
}

.company_1_work {
	overflow: hidden;
}

.company_1_worklist {
	width: 440px;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}

.company_1_workimg {
	width: 220px;
	margin-right: 10px;
	float: left;
}

.company_1_workimg img {
	max-width: 220px;
}

.company_1_worktx {
	width: 210px;
	float: right;
	font-size: 12px;
}

.company_1_worktx span {
	display: block;
	margin: 0 0 5px;
	color: #6f572e;
	font-size: 16px;
	font-weight: bold;
}

.company .sitemap article ul > li > a::after {
	content: '\f0da';
	top: 0;
	color: #f60;
	font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
	/* 追加 ///
---------------------------------------------- */
	.simple_title {
		padding: 10px 0 10px 10px;
		font-size: 0.9rem;
	}

	.company p,
	.company_1_aisatsu p,
	.access p,
	.company_1_tenpo_l ul li,
	.company_1_aisatsu_tx span {
		font-size: 0.7rem;
		line-height: 1.6;
	}

	.company_1_tenpo_l ul li span {
		font-size: 1rem;
	}

	.company_1_aisatsu_img,
	.company_1_aisatsu_img img {
		max-width: 130px;
	}

	.company_1_aisatsu_img p {
		margin-bottom: 15px;
		font-size: 0.57rem;
		text-align: left;
	}

	.company_title {
		margin: 20px 0 !important;
	}

	.company_1_gaiyou_data,
	.company_1_gaiyou_img,
	.company_1_tenpo_r ul li img,
	.company_1_tenpo_r {
		width: 100%;
	}

	.company_1_gaiyou_img img,
	.company_1_tenpo_l ul li img,
	.company_1_tenpo_r ul li img {
		max-width: 100% !important;
	}

	.company iframe {
		height: 250px;
	}

	.company__list li {
		font-size: 14px;
		line-height: 1.6;
	}

	.company__list dd {
		margin-left: 0;
	}

	.company_1_gaiyou_data table[summary='会社概要'] {
		margin-bottom: 20px;
		padding: 15px 0;
		overflow: hidden;
		font-size: 0.7rem;
		line-height: 1.4;
	}

	.company_1_gaiyou_data table[summary='会社概要'] th {
		width: 30%;
		padding-right: 0.25em;
		padding-left: 0;
	}

	.company_1_gaiyou_data table[summary='会社概要'] th,
	.company_1_gaiyou_data table[summary='会社概要'] td {
		padding-top: 10px;
		padding-bottom: 10px;
		float: none !important;
	}

	.company_1_tenpo_l,
	.company_1_tenpo_r {
		width: 100%;
		float: none;
		line-height: 25px;
	}

	.sitemap article ul > li > a {
		font-size: 0.8rem;
		line-height: 1.4 !important;
	}

	.company .sitemap article ul > li:first-child > a::after {
		top: 11px;
	}
}

/* single.scss 投稿ページのメインコンテンツcss */

/*********************************
 * article-wrap
 *********************************/

/* archive.scss アーカイブページのcss */

/* sidebar.scss サイドバーのコンテンツcss */
.sidebar {
	box-sizing: border-box;
	width: 250px;

	/* サイドバー共通 */

	/* VR */

	/* ページリスト */

	/* 会社案内 */
}

.sidebar .side_item {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 1px;
	border: solid 1px #ccc;
}

.sidebar img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.sidebar .button,
.sidebar .button-title {
	display: block;
	position: relative;
	padding: 25px 0 27px;
	background-color: #036;
	color: white;
	font-family: Meyrio, 'メイリオ', sans-serif;
	font-size: 0.8rem;
	text-align: center;
}

.sidebar .button i,
.sidebar .button-title i,
.sidebar .button svg,
.sidebar .button-title svg {
	margin-right: 10px;
	transform: scale(1.5);
	color: #f60;
}

.sidebar .button-title {
	padding: 15px;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: left;
}

.sidebar .button-title i,
.sidebar .button-title svg {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%) scale(1.5);
}

.sidebar .page_list {
	width: 100%;
	border: hidden;
	list-style: none;
}

.sidebar .page_list li {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 30px 20px 30px 75px;
	border: solid 1px #ccc;
}

.sidebar .page_list li img {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 40px;
	height: auto;
	transform: translate(0, -50%);
}

.sidebar .page_list li img.voice {
	left: 10px;
	width: 60px;
}

.sidebar .page_list li .main_text {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 0.9rem;
}

.sidebar .page_list li .sub_text {
	display: inline-block;
	width: 100%;
	color: #999;
	font-size: 0.6rem;
}

.sidebar .page_list li i,
.sidebar .page_list li svg {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%) scale(1.5);
	color: #f60 !important;
}

.sidebar .page_list li:last-of-type {
	margin-bottom: 0;
}

.sidebar .company .company_list {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	list-style: none;
}

.sidebar .company .company_list li {
	padding: 10px 0;
	border-bottom: dotted 1px black;
}

.sidebar .company .company_list li:last-of-type {
	border-bottom: hidden;
}

.sidebar .company .company_list li .store_name {
	display: block;
	margin-bottom: 5px;
	font-family: Meyrio, 'メイリオ', sans-serif;
	font-size: 0.7rem;
	font-weight: bold;
}

.sidebar .company .company_list li .detail {
	margin: 10px 0;
	font-family: Meyrio, 'メイリオ', sans-serif;
	font-size: 0.7rem;
	line-height: 0.8rem;
}

.sidebar .company .company_list li .store_link {
	font-size: 0.7rem;
}

.sidebar .company .company_list li .store_link i {
	margin-right: 10px;
	transform: scale(1.5);
	color: #015ebd;
}

.sidebar .snsIcons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sidebar .snsIcons > li {
	list-style: none;
}

.sidebar .snsIcons > li + li {
	margin-left: 20px;
}

.sidebar .snsIcons a {
	transition: opacity 0.2s ease-out;
}

.sidebar .snsIcons a:focus,
.sidebar .snsIcons a:hover {
	opacity: 0.8;
}

/* footer.scss フッター要素のcss */
footer {
	margin-top: 70px;
	background-color: #036;
}

.footer_inner-wrap {
	position: relative;
	width: 1000px;
	margin: auto;
	padding: 30px 0;
}
@media screen and (max-width: 480px) {
	.footer_inner-wrap {
		width: 100%;
		margin-bottom: 59px;
		padding: 0;
	}
}

.footer_inner-wrap .page_top {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: calc(100% - 10px);
	padding: 20px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	background-color: #036;
	color: white;
	font-size: 0.8rem;
	cursor: pointer;
}

.footer_inner-wrap .page_top i,
.footer_inner-wrap .page_top svg {
	margin-right: 10px;
	transform: scale(1.5);
	color: orange;
}
@media screen and (max-width: 480px) {
	.footer_inner-wrap .page_top {
		display: block;
		position: relative;
		border-radius: 0;
		text-align: center;
	}
}

.footer_inner-wrap .link_list {
	padding: 1px 20px 10px;
	background-color: white;
}

.footer_inner-wrap .link_list .title {
	margin: 10px 0;
	color: #036;
	font-size: 0.8rem;
	font-weight: bold;
}

.footer_inner-wrap .link_list dd {
	margin-bottom: 5px;
	padding: 7px 0;
	padding-left: 10px;
	padding-left: 15px;
	border-bottom: dotted 1px #999;
	font-size: 0.7rem;
}

.footer_inner-wrap .link_list dd:last-of-type {
	border: hidden;
}

.footer_inner-wrap .link_list dd a {
	text-decoration: none;
}

.footer_inner-wrap .link_list dd i {
	margin-right: 10px;
	transform: scale(1.5);
	color: orange;
}

.footer_inner-wrap .snsIcons {
	display: flex;
	align-items: center;
	padding: 10px 20px 20px;
	background-color: #fff;
}

.footer_inner-wrap .snsIcons > li {
	list-style: none;
}

.footer_inner-wrap .snsIcons > li + li {
	margin-left: 15px;
}

.footer_inner-wrap .snsIcons a {
	transition: opacity 0.2s ease-out;
}

.footer_inner-wrap .snsIcons a:focus,
.footer_inner-wrap .snsIcons a:hover {
	opacity: 0.8;
}

.footer_inner-wrap .snsIcons img {
	width: 44px;
	max-width: 100%;
	height: auto;
}

.footer_inner-wrap .footer_copyright {
	color: white;
	font-family: Meyrio, 'メイリオ', sans-serif;
	font-size: 0.7rem;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.footer_inner-wrap .footer_copyright {
		padding: 20px 0;
	}
}

/* responsive.scss スマホサイト用css */
@media screen and (max-width: 480px) {
	/* header */

	h1.seminar_title,
	h1.voice_title,
	h1.stuff_title,
	h1.company_title,
	h1.house_title {
		padding: 12px 0 12px 50px;
		font-size: 1rem;
	}

	h1.seminar_title::before,
	h1.voice_title::before,
	h1.stuff_title::before,
	h1.company_title::before,
	h1.house_title::before {
		width: 35px;
		height: 35px;
	}

	.sticky {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100vw;
		height: auto;
		padding: 10px;
		border-bottom: 5px solid #036;
		background-color: white;
	}

	.sticky .main-wrap {
		display: flex;
		position: static;
		align-items: center;
		width: 100%;
		padding: 0;
	}

	.sticky .main-wrap .logo {
		text-align: left;
	}

	.sticky .main-wrap .logo img {
		width: 149px;
		height: auto;
		vertical-align: middle;
	}

	.sticky .main-wrap .logo span {
		display: none;
	}

	.sticky .main-wrap .logo a {
		padding-bottom: 0;
		text-decoration: none;
	}

	.sticky .g_menu-wrap {
		width: calc(100% + 24px);
		max-height: 0;
		margin-left: -12px;
		overflow: hidden;
		transition: all 0.5s;
		background: none;
		background-color: #036;
		box-shadow: none;
	}

	.sticky .g_menu-wrap.open {
		max-height: 100vh;
		margin-top: 12px;
	}

	.sticky .g_menu-wrap .close {
		display: block;
		padding-top: 10px;
		padding-right: 20px;
		color: white;
		text-align: right;
	}

	.sticky .g_menu-wrap .g_menu {
		display: block;
		box-sizing: border-box;
		width: 100%;
		max-height: 70vh;
		padding: 20px;
		overflow-y: scroll;
	}

	.sticky .g_menu-wrap .g_menu li {
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 10px;
		padding: 10px;
		border: hidden;
		border: solid white 1px;
		background-color: #015ebd;
		line-height: 32px;
		text-align: left;
	}

	.sticky .g_menu-wrap .g_menu li.child {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-height: 0;
		margin: 0;
		overflow: hidden;
		opacity: 1;
		background-color: #036;
	}

	.sticky .g_menu-wrap .g_menu li.child.show {
		max-height: 100vh;
		margin-top: -10px;
	}

	.sticky .g_menu-wrap .g_menu li.child ul li {
		box-sizing: border-box;
		margin-bottom: 0;
		padding-left: 20px;
	}

	.sticky .g_menu-wrap .g_menu li span {
		font-family: Meyrio, 'メイリオ', sans-serif;
		font-size: 0.8rem;
		font-weight: bold;
		vertical-align: middle;
	}

	.sticky .g_menu-wrap .g_menu li br {
		display: none;
	}

	.sticky .g_menu-wrap .g_menu li img {
		display: inline;
		margin-right: 10px;
		vertical-align: middle;
	}

	/* スライダー ///
---------------------------------------------- */
	#subheader {
		position: relative;
		max-height: 258px;
		margin-bottom: -25px;
		padding-bottom: 25px;
		overflow: hidden;
		aspect-ratio: 16 / 9;
	}

	#subheader > .mv > img {
		width: 100vw;
		height: auto;
	}

	#slick,
	.slick-slide {
		max-width: 100vw;
	}

	.slick-slide img {
		width: 100vw !important;
		height: auto;
	}

	/* ロード中 ///
---------------------------------------------- */
	#slick {
		opacity: 0;
	}

	#slick.slick-initialized {
		opacity: 1;
	}

	/* スライダー ///
---------------------------------------------- */

	/* #slider {
    background-image: url('/images/index/bg.gif');
}
#slider li:nth-of-type(1){
    background-color:#e5e9f0;
}
#slider li:nth-of-type(2){
    background-color:#ecd4ba;
}
#slider img {
	margin: auto;
}
*/

	/* ロード中 ///
---------------------------------------------- */

	/* #slider {
	opacity: 1;
	transition: opacity 0.5s;
}
#slider:not(.slick-initialized) {
	height: 329px;
	opacity: 0;
}
#slider:not(.slick-initialized) * {
	display: none;
}
*/

	/* 移動ボタン ///
---------------------------------------------- */

	/* #slider .slick-arrow {
    width: 50px;
    background: no-repeat transparent;
    background-position-y: center;
    opacity: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    text-indent: -100vw;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.2s;
    -webkit-appearance: none;
    appearance: none;
}
#slider .slick-arrow:hover {
	opacity: 1;
}

*/ /* ---------- */

	/* #slider .slick-arrow::before {
    margin: auto;
    width: 100%;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 2rem;
    text-shadow: 0px 0 10px #fff, 0px 0 10px #fff, 0px 0 10px #fff;
    text-indent: 0;
    line-height: 1;
    font-family: fontawesome;
}
*/

	/* ---------- */

	/* #slider .slick-next {
	right: 0;
}
#slider .slick-next::before {
	left: 10px;
    text-align: left;
    content: "\f138";
} */

	/* ---------- */

	/* #slider .slick-prev {
	left: 0;
}
#slider .slick-prev::before {
	right: 10px;
    text-align: right;
	content: "\f137";
}
*/

	/* 移動ボタン(ドット) ///
---------------------------------------------- */

	.slick-dots {
		position: absolute;
		right: 0;
		bottom: -22px;
		left: 0;
		font-size: 0;
		line-height: 10px;
		text-align: center;
	}

	.slick-dots li {
		display: inline;
	}

	.slick-dots button {
		width: 10px;
		height: 12px;
		margin: 4px;
		border: none;
		border-radius: 50%;
		outline: none;
		background-color: #ccc;
		box-shadow: 0 0 2px 2px #fff;
		font-size: 0;
		cursor: pointer;
	}

	.slick-active button {
		background-color: #036;
	}

	/* スライド画像 */
	.img414 img {
		width: 100%;
		max-width: 414px;
	}

	/* 物件数 */
	.bukkensu {
		margin: 20px 0;
		margin-right: 0;
		margin-bottom: 20px;
		margin-left: 0;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		background-color: #036;
	}

	.bukkensu div {
		display: table;
		box-sizing: border-box;
		width: 100%;
		padding: 5px 10px;
		border-radius: 4px;
		background-color: #fff;
	}

	.bukkensu div > * {
		display: table-cell;
		vertical-align: middle;

		/* width:50%; */
	}

	.bukkensu div > p {
		padding-left: 0.8vw;
		color: #f00;
		font-size: 16px;
	}

	.bukkensu div > p .gokei {
		display: block;
	}

	.bukkensu div > p .kensu {
		display: block;
		font-size: 14px;
	}

	.bukkensu div > p .suji {
		font-size: 28px;
		text-align: right;
	}

	.bukkensu div > ul {
		padding-left: 10px;
		border-left: 1px solid #ccc;
	}

	.bukkensu li {
		display: table;
		width: 100%;
		list-style-type: none;
		font-size: 14px;
		line-height: 1.4;
	}

	.bukkensu li > span {
		display: table-cell;
	}

	.bukkensu li > span.suji {
		text-align: right;
	}

	.bukkensu .bottom {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #fff;
		font-size: 14px;
		line-height: 1.2;
		text-align: center;
	}

	.bukkensu .bottom .orange {
		color: #ffa500;
	}

	/* 会員登録特典 */
	.satei-wrap .menber_benefits {
		position: relative;
		box-sizing: border-box;
		width: calc(100% - 40px);
		margin: 0 auto 20px;
		padding: 18px 16px 16px;
		border: solid 2px #036;
		background-color: white;
	}

	.satei-wrap .menber_benefits a {
		display: block;
		text-decoration: none;
	}

	.satei-wrap .menber_benefits::before {
		content: '';
		display: block;
		position: absolute;
		top: 2px;
		left: 2px;
		box-sizing: border-box;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		border: solid 7px #036;
	}

	.satei-wrap .menber_benefits h2 {
		margin-bottom: 5px;
		font-size: 17px;
		text-align: center;
	}

	.satei-wrap .menber_benefits h2 span {
		display: inline;
		color: #f00;
		font-size: 18px;
	}

	.satei-wrap .menber_benefits h2 span .suji {
		font-size: 22px;
	}

	.satei-wrap .menber_benefits h2 span::first-letter {
		font-size: 1.2rem;
	}

	.satei-wrap .menber_benefits .benefits_list {
		list-style: none;
	}

	.satei-wrap .menber_benefits .benefits_list li {
		display: table;
		position: relative;
		width: calc(100% - 40px);
		height: 34px;
		margin-top: 7px;
		padding-bottom: 7px;
		padding-left: 38px;
		border-bottom: dotted 1px black;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2;
	}

	.satei-wrap .menber_benefits .benefits_list li span {
		display: table-cell;
		vertical-align: middle;
	}

	.satei-wrap .menber_benefits .benefits_list li span br.none {
		display: none;
	}

	.satei-wrap .menber_benefits .benefits_list li img {
		position: absolute;
		top: 45%;
		left: 0;
		width: 30px;
		height: auto;
		transform: translate(0, -50%);
	}

	.satei-wrap .menber_benefits .button,
	.menber_benefits .sidebar .button-title,
	.sidebar .menber_benefits .button-title {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 7px;
		background-color: #036;
		color: white;
		font-size: 16px;
		line-height: 35px;
		text-align: center;
	}

	/* index_header(TOP検索パネル) */
	.index_header-wrap {
		padding: 0;
		background-color: transparent;
	}

	.index_header-wrap .satei-wrap {
		display: block;
		width: 100%;
		padding-bottom: 0;
	}

	.index_header-wrap .satei-wrap::before {
		display: none;
	}

	.movie_banner + .satei-wrap {
		margin-top: 20px;
	}

	.index_header-wrap .satei-wrap .movie_banner,
	.index_header-wrap .feature-wrap .movie_banner {
		box-sizing: border-box;
		width: 100vw;
		padding: 0 20px;
	}

	.index_header-wrap .satei-wrap .movie_banner img,
	.index_header-wrap .feature-wrap .movie_banner img {
		width: 100%;
		height: auto;
	}

	/* ----------------------------------------
//
// 「住まいを探す」「住まいのかんたん査定」
//
---------------------------------------- */

	.search_satei-wrap {
		position: relative;
		width: 100%;
		height: auto;
	}

	/* ----------------------------------------
// 「住まいを探す」「住まいのかんたん査定」選択タブ
---------------------------------------- */

	.search_satei-wrap > [class*='_house'] {
		position: relative;
		padding-bottom: 2px;
		background-color: #fa0;
	}

	.search_satei-wrap > [class*='_house'] h2.headline {
		width: 100%;
		height: auto;
		background-color: transparent;
		color: white;
		line-height: 55px;
	}

	.search_satei-wrap > [class*='_house'] h2.headline img.img1 {
		display: inline;
		position: relative;
		top: auto;
		left: auto;
		width: 29px;
		height: auto;
		margin-right: 10px;
		transform: none;
		vertical-align: middle;
	}

	.search_satei-wrap > [class*='_house'] h2.headline span {
		color: white;
	}

	/* 「住まいのかんたん査定」のみ
---------------------------------------- */
	.search_satei-wrap .satei_house {
		display: none;
		position: relative;
		height: auto;
		margin-top: 10px;
		background-color: #76a34b;
	}

	.search_satei-wrap .satei_house h2.headline {
		position: relative;
		height: auto;
		padding: 0;
		line-height: 0;
	}

	.search_satei-wrap .satei_house h2.headline img {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		transform: none;
	}

	.search_satei-wrap .satei_house .sub_head {
		position: relative;
		width: 100%;
		height: 35px;
	}

	.search_satei-wrap .satei_house .sub_head::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 25%);
		border: solid 17px transparent;
		border-top: solid 17px white;
	}

	.search_satei-wrap .satei_house .search_form p.satei_desc {
		display: none;
	}

	/* end 「住まいのかんたん査定」のみ */

	/* end 「住まいを探す」「住まいのかんたん査定」選択タブ */

	/* ----------------------------------------
// タブパネル
---------------------------------------- */

	.search_satei-wrap [class*='_house'] .search-wrap {
		display: block;
		position: relative;
		width: calc(100% - 4px);
		height: auto;
		max-height: 94px;
		margin: auto;
		padding: 0;
		overflow: hidden;
		transition: all 0.5s;
		border: hidden;
	}

	.search_satei-wrap [class*='_house'] .search-wrap.show {
		max-height: 500vh;
	}

	.search_satei-wrap [class*='_house'] .search-wrap::before {
		display: none;
	}

	/* end タブパネル */

	.search_satei-wrap [class*='_house'] .search-inner_wrap {
		position: relative;
		top: auto;
		left: auto;
		box-sizing: border-box;
		width: 100%;
		padding: 5px 10px;
		background-color: white;
	}

	/* ----------------------------------------
// 「住まいを探す」内　エリア・学区・駅選択タブリスト
---------------------------------------- */
	.search_satei-wrap .search_house .search-wrap .tab_list {
		position: relative;
		justify-content: space-around;
		width: 100%;
		margin: 0;
		padding-bottom: 4px;
		background-color: #fa0;
	}

	.search_satei-wrap .search_house .search-wrap .tab_list li {
		box-sizing: border-box;
		width: 110px;
		height: 90px;
		border: hidden;
		border-radius: 8px 8px 0 0/ 8px 8px 0 0;
		color: black;
		font-size: 0.9rem;
		line-height: 1.2rem;
		text-align: center;
	}

	.search_satei-wrap .search_house .search-wrap .tab_list li.current {
		color: white;
	}

	.search_satei-wrap .search_house .search-wrap .tab_list li::before {
		top: auto;
		bottom: -12px;
		border-width: 17px;
	}

	.search_satei-wrap .search_house .search-wrap .tab_list li::after {
		display: none;
	}

	.search_satei-wrap .search_house .search-wrap .tab_list li span {
		display: block;
		color: black;
		font-size: 1.05rem;
	}

	.search_satei-wrap .search_house .search-wrap .tab_list li.current span {
		color: white;
	}

	/* end 「住まいを探す」内　エリア・学区・駅選択タブリスト */

	/* ----------------------------------------
// 「住まいを探す」「住まいのかんたん査定」コンテンツ部分共通
---------------------------------------- */

	/* エリア・学区・駅選択
---------------------------------------- */
	.search_satei-wrap .search-inner_wrap .kuki,
	.search_satei-wrap .search-inner_wrap .satte,
	.search_satei-wrap .search-inner_wrap .sugito,
	.search_satei-wrap .search-inner_wrap .miyashiro {
		position: static;
		font-weight: normal;
	}

	.search_satei-wrap .search-inner_wrap .map_img {
		display: none;
	}

	.search_satei-wrap .search-inner_wrap label {
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
		width: 50%;
		padding: 15px 0;
		border-bottom: solid 1px #ccc;
		font-size: 0.9rem;
		font-weight: normal;
	}

	.search_satei-wrap .search-inner_wrap label:last-of-type {
		border: hidden;
	}

	.search_satei-wrap .search-inner_wrap label:nth-last-of-type(2) {
		border: hidden;
	}

	.search_satei-wrap .search-inner_wrap label input {
		transform: scale(1.1) translate(0, -1px);
	}

	.search_satei-wrap .search-inner_wrap [type='checkbox'] ~ img {
		vertical-align: middle;
		min-width: auto;
	}

	/* end エリア・学区・駅選択 */

	/* 物件種別選択・submit
---------------------------------------- */
	.search_satei-wrap .search_form {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		padding: 15px;
		border: hidden;
		background-color: transparent;
	}

	.search_satei-wrap .search_form .headline {
		padding: 5px 0;
		background-color: #f3f3f3;
		font-size: 0.9rem;
		font-weight: bold;
		text-align: center;
	}

	.search_satei-wrap .search_form label {
		width: 100%;
		margin-bottom: 0;
		padding: 15px 0;
		border-bottom: solid 1px #ccc;
		font-size: 0.9rem;
	}

	.search_satei-wrap .search_form label:last-of-type {
		border: hidden;
	}

	.search_satei-wrap .search_form label:nth-of-type(3) {
		margin-bottom: 10px;
		border: hidden;
	}

	.search_satei-wrap .search_form label.sub {
		width: auto;
		padding: 0;
		border-bottom: hidden;
	}

	.search_satei-wrap .search_form label input[type='radio'] {
		transform: scale(1.1) translate(0, -1px);
	}

	.search_satei-wrap .search_form .button {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		margin-top: 10px;
	}

	/* end 物件種別選択・submit */

	/* end 「住まいを探す」「住まいのかんたん査定」コンテンツ部分共通 */

	/* ----------------------------------------
// 「住まいを探す」学区
---------------------------------------- */

	.search_satei-wrap .search-inner_wrap.school .gakku {
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0;
		transform: none;
		border-bottom: dotted 1px #999;
	}

	.search_satei-wrap .search-inner_wrap.school .gakku > span {
		display: inline-block;
		width: 30%;
		font-size: 0.8em;
		font-weight: bold;
	}

	.search_satei-wrap .search-inner_wrap.school [data-gakku] {
		display: inline-block;
		width: 35%;
		padding: 15px 0;
		border: none;
		font-size: 0.9em;
	}

	.search_satei-wrap .search-inner_wrap.school [data-gakku]:not(#_) {
		background-color: transparent;
		color: inherit;
	}

	.search_satei-wrap .search-inner_wrap.school .step2 {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		height: auto;
		margin-top: 10px;
		border: solid 1px #333;
		background-color: #f3f3f3;
	}

	.search_satei-wrap .search-inner_wrap.school .step2 p.headline {
		background-color: transparent;
		color: #333;
		text-align: center;
	}

	.search_satei-wrap .search-inner_wrap.school .step2 p.headline span {
		display: none;
	}

	.search_satei-wrap .search-inner_wrap.school .step2 .gakku_list {
		box-sizing: border-box;
		height: auto;
		margin: 0;
		padding: 0 10px;
		overflow-y: visible;
	}

	.search_satei-wrap .search-inner_wrap.school .step2 .gakku_list label {
		width: 100%;
		padding: 0;
		border-bottom: hidden;
	}

	/* end 「住まいを探す」学区 */

	/* ----------------------------------------
// 「住まいを探す」駅
---------------------------------------- */

	.search_satei-wrap .search-inner_wrap.station [class$='-st'] {
		position: static;
		width: 100%;
	}

	.search_satei-wrap
		.search-inner_wrap.station
		[class$='-st']:nth-last-of-type(2) {
		border-bottom: solid 1px #ccc;
	}

	.search_satei-wrap
		.search-inner_wrap.station
		[class$='-st']:nth-of-type(3) {
		border: hidden;
	}

	.search_satei-wrap .search-inner_wrap.station [class$='-st'] br {
		display: none;
	}

	.search_satei-wrap .search-inner_wrap.station .toubu-st span {
		margin-left: 0;
	}

	.search_satei-wrap .search-inner_wrap.station [class^='route_'] {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin-top: 10px;
		border-radius: 0;
		background-color: #e0f5ff;
		color: black;
		font-size: 0.9rem;
	}

	.search_satei-wrap .search-inner_wrap.station .route_isesaki {
		display: none;
	}

	.search_satei-wrap .search-inner_wrap.station .route_nikkou {
		background-color: #e1f9db;
	}

	/* end 「住まいを探す」駅 */

	/* end 「住まいを探す」「住まいのかんたん査定」 */

	.index_header-wrap .feature-wrap {
		min-height: auto;
		padding-top: 0;
		padding-bottom: 0;
		background: none;
	}

	.index_header-wrap .feature-wrap .page_list {
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 0 18px;
		border: hidden;
		background: none;
	}

	.index_header-wrap .feature-wrap .page_list img {
		width: 100%;
		height: auto;
	}

	.index_header-wrap .feature-wrap .page_list ul {
		display: flex;
		position: relative;
		justify-content: space-between;
		width: 100%;
	}

	.index_header-wrap .feature-wrap .page_list ul li {
		width: 31%;
		padding: 10px;
		border: hidden;
		box-shadow: none;
		font-size: 0.75rem;
		line-height: 1em;
		text-align: center;
	}

	.index_header-wrap .feature-wrap .page_list ul li img {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		max-width: 35px;
		height: auto;
		max-height: 35px;
		margin: auto;
		transform: none;
	}

	.index_header-wrap .feature-wrap .page_list ul li span {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
		color: white;
		font-weight: bold;
	}

	.index_header-wrap .post_list {
		width: 100%;
	}

	/* home */
	.home_inner-wrap {
		display: block;
		width: 100%;
		padding-top: 0;
		margin-bottom: 50px;
	}

	.home_inner-wrap .tokusyu-wrap .tokusyu_headline {
		position: relative;
		width: 100%;
		padding: 14px 0;
		background-color: #76a34b;
		color: white;
		font-family: Meyrio, 'メイリオ', sans-serif;
		font-size: 1.2rem;
		text-align: center;
	}

	.home_inner-wrap .tokusyu-wrap .tokusyu_headline::after {
		content: '';
		position: absolute;
		top: 99%;
		left: 50%;
		transform: translate(-50%, 0);
		border: solid 27px transparent;
		border-top: solid 20px #76a34b;
	}

	.home_inner-wrap .tokusyu-wrap .inner-wrap {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 30px 20px 0;
		background-image: url('../img/sp/tokusyu_map.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.home_inner-wrap .tokusyu-wrap .inner-wrap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}

	.home_inner-wrap .tokusyu-wrap .inner-wrap ul li {
		position: relative;
		box-sizing: border-box;
		width: calc(50% - 7px);
		margin-bottom: 33px;
		padding: 30px 0;
		border: solid 4px white;
		font-family: Meyrio, 'メイリオ', sans-serif;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
	}

	.home_inner-wrap .tokusyu-wrap .inner-wrap ul li::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 25%);
		border: solid 15px transparent;
		border-top: solid 15px white;
	}

	.home_inner-wrap .tokusyu-wrap .inner-wrap ul li:first-of-type {
		background-color: #ffc000;
	}

	.home_inner-wrap .tokusyu-wrap .inner-wrap ul li:nth-of-type(2) {
		background-color: #53b4ea;
	}

	.home_inner-wrap .tokusyu-wrap .inner-wrap ul li:nth-of-type(3) {
		background-color: #70b22b;
	}

	.home_inner-wrap .tokusyu-wrap .inner-wrap ul li:nth-of-type(4) {
		background-color: #f384c7;
	}

	.home_inner-wrap .about_banner {
		display: flex;
		position: relative;
		box-sizing: border-box;
		width: calc(100% - 40px);
		margin: auto;
		border: solid 3px #036;
		background-color: #036;
	}

	.home_inner-wrap .about_banner .img-wrap {
		width: 50%;
	}

	.home_inner-wrap .about_banner .img-wrap img {
		width: 100%;
		height: auto;
	}

	.home_inner-wrap .about_banner .content {
		position: relative;
		width: 50%;
	}

	.home_inner-wrap .about_banner .content p {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		padding: 0 20px;
		transform: translate(0, -50%);
		color: white;
		font-size: 0.7rem;
		font-weight: bold;
		line-height: 1.1rem;
	}

	.search-wrap_btn {
		display: table;
		width: 100%;
		margin-top: 10px;
		background: #fa0;
		text-align: center;
	}

	.search-wrap_btn a {
		display: table-cell;
		padding-top: 4px;
		color: #fff;
		font-size: 14px;
		line-height: 22px;
		text-decoration: none;
		vertical-align: middle;
	}

	.search-wrap_btn a i {
		display: inline-block;
		margin-right: 7px;
		padding-bottom: 4px;
		font-size: 22px;
		vertical-align: middle;
	}

	/* おすすめ物件バナー */
	.osusume-bnr {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 13px;
	}

	.osusume-bnr li {
		list-style-type: none;
	}

	.osusume-bnr li + li {
		margin-top: 5px;
	}

	.osusume-bnr li img {
		width: 100%;
		height: auto;
	}

	/* フレンドホームのお家でお住まい探し */
	.online_banner {
		display: block;
		max-width: 414px;
		margin: 20px 10px 0;
	}

	.online_banner a {
		display: block;
	}

	.online_banner img {
		/* max-width: 100%; */
		width: 100%;
		height: auto;
	}

	.bnr_point {
		margin: 30px 10px 0;
	}

	.bnr_zero {
		margin: 20px 10px;
	}

	.bnr_point a,
	.bnr_zero a {
		display: block;
		max-width: 414px;
		margin: auto;
	}

	.bnr_point img,
	.bnr_zero img {
		width: 100%;
		height: auto;
	}

	.bnr_support {
		margin: 20px 10px 0;
	}

	.bnr_support a {
		display: block;
		max-width: 414px;
		margin: auto;
	}

	.bnr_support img {
		width: 100%;
		height: auto;
	}

	/* article-wrap */
	.article-wrap {
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px;
	}

	.article-wrap .wpcf7-form .button,
	.article-wrap .wpcf7-form .sidebar .button-title,
	.sidebar .article-wrap .wpcf7-form .button-title {
		width: 100%;
		background-color: #f60;
	}

	/* page(初めての住まい探しセミナー) */
	.seminar_step1 .seminar_headline,
	.seminar_step2 .seminar_headline,
	.seminar_step3 .seminar_headline,
	.seminar_step4 .seminar_headline,
	.seminar_step5 .seminar_headline {
		position: relative;
		height: 60px;
		margin-bottom: 165px;
		background: none;
		background-color: #fa0;
	}

	.seminar_step1 .seminar_headline::before,
	.seminar_step2 .seminar_headline::before,
	.seminar_step3 .seminar_headline::before,
	.seminar_step4 .seminar_headline::before,
	.seminar_step5 .seminar_headline::before {
		content: '';
		position: absolute;
		top: 5px;
		left: 5px;
		width: 50px;
		height: 50px;
		background-image: url('../img/sp/walk.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	.seminar_step1 .seminar_headline::after,
	.seminar_step2 .seminar_headline::after,
	.seminar_step3 .seminar_headline::after,
	.seminar_step4 .seminar_headline::after,
	.seminar_step5 .seminar_headline::after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 150px;
		background-image: url('../img/sp/step1.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.seminar_step1 .seminar_headline span,
	.seminar_step2 .seminar_headline span,
	.seminar_step3 .seminar_headline span,
	.seminar_step4 .seminar_headline span,
	.seminar_step5 .seminar_headline span {
		width: 100%;
		font-family: Meyrio, 'メイリオ', sans-serif;
		font-size: 1rem;
	}

	.seminar_step2 .seminar_headline::before {
		background-image: url('../img/sp/dentaku.png');
	}

	.seminar_step2 .seminar_headline::after {
		background-image: url('../img/sp/step2.png');
	}

	.seminar_step3 .seminar_headline::before {
		background-image: url('../img/sp/memo.png');
	}

	.seminar_step3 .seminar_headline::after {
		background-image: url('../img/sp/step3.png');
	}

	.seminar_step4 .seminar_headline::before {
		background-image: url('../img/sp/house.png');
	}

	.seminar_step4 .seminar_headline::after {
		background-image: url('../img/sp/step4.png');
	}

	.seminar_step5 .seminar_headline::before {
		background-image: url('../img/sp/money.png');
	}

	.seminar_step5 .seminar_headline::after {
		background-image: url('../img/sp/step5.png');
	}

	/* 購入の流れ */
	.read-wrap p {
		width: 100%;
		padding: 0;
		background-color: transparent;
		font-size: 0.9rem;
	}

	.read-wrap img {
		display: none;
	}

	.purchase_step {
		display: block;
	}

	.purchase_step .img-wrap {
		width: 100%;
		margin-top: 44px;
	}

	.purchase_step .img-wrap img {
		width: calc(100vw - 52px);
		height: calc((100vw - 52px) * 0.5625);
		object-position: top;
	}

	.purchase_step .detail-wrap {
		width: 100%;
	}

	.purchase_step .detail-wrap .purchase_headline {
		position: absolute;
		top: 10px;
		left: 10px;
		box-sizing: border-box;
		width: calc(100% - 20px);
		font-family: Meyrio, 'メイリオ', sans-serif;
		font-size: 0.8rem;
	}

	.purchase_step .detail-wrap .purchase_headline .small {
		font-size: 0.5rem;
	}

	.purchase_step .detail-wrap .sub_title {
		font-size: 0.85rem;
		text-align: center;
	}

	.purchase_step .detail-wrap .content {
		font-size: 0.7rem;
		line-height: 0.9rem;
	}

	.purchase_step .detail-wrap .content br {
		display: none;
	}

	/* footer */
	.footer_inner-wrap .footer_copyright {
		width: 100%;
	}

	/* fixed_menu */
	#fixed_menu {
		display: table;
		position: fixed;
		z-index: 999;
		bottom: 0;
		width: 100%;
		border-top: 1px solid #fff;
		background-color: #fff;
	}

	#fixed_menu > div {
		display: table;
		width: calc(100% / 4);
		float: left;
	}

	#fixed_menu > div > div {
		display: table;
		width: 100%;
	}

	#fixed_menu > div > div > a {
		display: table-cell;
		box-sizing: border-box;
		height: 58px;
		padding-top: 1px;
		border-left: 1px solid #fff;
		background-color: #036;
		color: #fff;
		font-size: 9px;
		line-height: 14px;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
	}

	#fixed_menu span {
		display: block;
		padding-bottom: 5px;
	}

	#fixed_menu i {
		width: 100%;
		padding-top: 8px;
		padding-bottom: 6px;
		font-size: 24px;
	}

	#fixed_menu i.member img {
		width: 28px;
		height: auto;
		padding-top: 9px;
		padding-bottom: 4px;
	}
}
@media screen and (max-width: 359px) {
	.bukkensu div {
		padding: 8px;
	}

	.bukkensu div > ul {
		padding-left: 7px;
	}

	.bukkensu li .none {
		display: none;
	}

	.satei-wrap .menber_benefits .benefits_list li span br.none {
		display: block;
	}
}
@media screen and (max-width: 374px) {
	.bukkensu div > p {
		padding-left: 0;
	}
}

#login {
	margin-left: auto;
	line-height: 1;
}

#login a {
	display: block;
	box-sizing: border-box;
	width: 43px;
	height: 40px;
	padding-top: 7px;
	border: 1px solid #036;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

#login a img {
	width: 18px;
	margin: auto;
}

#login a span {
	display: block;
}

#hamburger_trigger {
	margin-left: 6px;
	line-height: 1;
}

#hamburger_trigger a {
	display: block;
	box-sizing: border-box;
	width: 43px;
	height: 40px;
	padding-top: 7px;
	border: 1px solid #036;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

#hamburger_trigger a.open {
	background-color: #036;
	color: #fff;
}

#hamburger_trigger a img {
	display: none;
	width: 18px;
	height: auto;
	margin: auto;
}

#hamburger_trigger a:not(.open) .close,
#hamburger_trigger a.open .open {
	display: block;
}

#hamburger_trigger a span {
	display: block;
}

/* お家で住まい探し //
//////////////////////////////////////////////////////////////////// */

body.sumaisagashi .inner {
	line-height: 1.5;
	text-align: justify;
}

body.sumaisagashi .inner h2 {
	margin-top: 15px;
	margin-bottom: 50px;
	line-height: 1;
}

body.sumaisagashi .inner iframe {
	display: block;
	width: 100%;
	height: 405px;
}

body.sumaisagashi li {
	list-style: none;
}
@media (max-width: 767px) {
	body.sumaisagashi .inner h2 {
		margin-bottom: 30px;
	}

	body.sumaisagashi .inner iframe {
		height: 50.9375vw;
	}
}

/* -------------------- */

body.sumaisagashi .info > h3 {
	margin: 0 0 13px;
	padding: 13px 0;
	border-top: 2px solid #e7265d;
	border-bottom: 2px solid #e7265d;
	color: #e7265d;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
}

body.sumaisagashi .info > p {
	font-size: 18px;
	text-align: center;
}
@media (max-width: 767px) {
	body.sumaisagashi .info > h3 {
		padding: 8px 0;
		font-size: 18px;
		line-height: 1.2;
	}

	body.sumaisagashi .info > h3 br,
	body.sumaisagashi .info > p br {
		display: none;
	}

	body.sumaisagashi .info > p {
		font-size: 14px;
		text-align: left;
	}
}

body.sumaisagashi .info h4 {
	position: relative;
	margin: 0 0 20px;
	padding: 0 10px 10px 75px;
	border-bottom: 1px solid #ccc;
	font-size: 26px;
}

body.sumaisagashi .info h4::before {
	content: '\f015';
	position: absolute;
	bottom: 5px;
	left: 0;
	height: 1em;
	margin: auto;
	color: #f4d4d5;
	font-family: FontAwesome;
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
}

body.sumaisagashi .info h4 i {
	display: block;
	color: #e7265d;
	font-size: 15px;
	font-style: normal;
	line-height: 1;
}
@media (max-width: 767px) {
	body.sumaisagashi .info h4 {
		padding-left: 45px;
		font-size: 18px;
		line-height: 1.3;
	}

	body.sumaisagashi .info h4 i {
		margin-bottom: 3px;
		font-size: 13px;
	}

	body.sumaisagashi .info h4::before {
		top: 0;
		bottom: 10px;
		font-size: 45px;
	}
}

/* -------------------- */
body.sumaisagashi .info > section {
	margin-top: 50px;
	font-size: 15px;
}
@media (max-width: 767px) {
	body.sumaisagashi .info > section {
		margin-top: 40px;
	}
}

/* -------------------- */
body.sumaisagashi .soudan h4 {
	margin-bottom: 0;
}

body.sumaisagashi .soudan ol {
	margin: 0 0 15px;
}

body.sumaisagashi .soudan li {
	position: relative;
	margin-left: 0;
	padding: 10px 10px 10px 60px;
	border-bottom: 1px dotted #ccc;
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	list-style: none;
	text-indent: 0;
}

body.sumaisagashi .soudan li i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 40px;
	height: 40px;
	margin: auto;
	border-radius: 50%;
	background-color: #e7265d;
	color: #fff;
	font-family: Arial;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	text-indent: 0;
}
@media (max-width: 767px) {
	body.sumaisagashi .soudan li {
		padding-left: 40px;
		font-size: 15px;
		line-height: 1.3;
	}

	body.sumaisagashi .soudan li i {
		left: 0;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

/* -------------------- */
body.sumaisagashi .nagare h4::before {
	content: '\f002';
	bottom: 10px;
	font-size: 65px;
}

body.sumaisagashi .nagare ul {
	margin-bottom: 65px;
}

body.sumaisagashi .nagare li {
	display: table;
	position: relative;
	width: 100%;
	min-height: 130px;
	table-layout: fixed;
	list-style: none;
}

body.sumaisagashi .nagare li:not(:last-child) {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	body.sumaisagashi .nagare h4::before {
		font-size: 40px;
	}

	body.sumaisagashi .nagare ul {
		margin-bottom: 30px;
	}

	body.sumaisagashi .nagare li {
		min-height: auto;
	}
}

/* -------------------- */
body.sumaisagashi .nagare li > * {
	display: table-cell;
	vertical-align: top;
}

body.sumaisagashi .nagare li > i {
	box-sizing: border-box;
	width: 112px;
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #e7265d;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
@media (max-width: 767px) {
	body.sumaisagashi .nagare li > i {
		width: 55px;
		padding: 0;
		font-size: 13px;
	}
}

/* -------------------- */
body.sumaisagashi .nagare li > div {
	padding-bottom: 7px;
	padding-left: 15px;
}

body.sumaisagashi .nagare li > div h5 {
	margin: 0 0 10px;
	padding-top: 5px;
	font-size: 22px;
}

body.sumaisagashi .nagare li > div p {
	font-size: 16px;
}
@media (max-width: 767px) {
	body.sumaisagashi .nagare li > div h5 {
		margin-bottom: 4px;
		padding-top: 0;
		font-size: 17px;
		line-height: 1.3;
	}

	body.sumaisagashi .nagare li > div p {
		font-size: 15px;
	}
}

/* -------------------- */
body.sumaisagashi .inner .moushikomi {
	box-sizing: border-box;
	margin-top: 70px;
	padding: 0 0 30px;
}
@media (max-width: 767px) {
	body.sumaisagashi .inner .moushikomi {
		margin-top: 40px;
		padding: 0;
	}
}

/* -------------------- */
body.sumaisagashi .inner .moushikomi header {
	position: relative;
	padding: 30px 0 35px;
	background-color: #fbf1e2;
	text-align: center;
}

body.sumaisagashi .inner .moushikomi header i {
	display: block;
	margin-bottom: 6px;
	margin-left: 5px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}

body.sumaisagashi .inner .moushikomi header i span {
	color: #e7265d;
}

body.sumaisagashi .inner .moushikomi header h3 {
	color: #e7265d;
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
}
@media (max-width: 767px) {
	body.sumaisagashi .inner .moushikomi header i {
		margin: 0;
		font-size: 13px;
	}

	body.sumaisagashi .inner .moushikomi header {
		padding: 15px 0;
		text-align: center;
	}

	body.sumaisagashi .inner .moushikomi header h3 {
		width: 100%;
		padding: 3px 0 0;
		font-size: 26px;
		line-height: 1.3;
	}

	body.sumaisagashi .inner .moushikomi p {
		width: 100%;
		height: 45px;
		margin-left: 0;
	}

	body.sumaisagashi .inner .moushikomi p a {
		font-size: 16px;
	}
}

body.sumaisagashi .inner .moushikomi form table {
	box-sizing: border-box;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ccc;
}

body.sumaisagashi .inner .moushikomi form th,
body.sumaisagashi .inner .moushikomi form td {
	box-sizing: border-box;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

body.sumaisagashi .inner .moushikomi form th {
	width: 240px;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
	background-color: #f1f1f1;
	font-size: 16px;
	vertical-align: top;
}

body.sumaisagashi .inner .moushikomi form th.hissu::after {
	content: '必須';
	display: inline-block;
	box-sizing: border-box;
	height: 25px;
	padding: 0 5px;
	float: right;
	background-color: #e7265d;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
}

body.sumaisagashi .inner .moushikomi form td {
	padding-right: 10px;
	padding-left: 10px;
}
@media (max-width: 767px) {
	body.sumaisagashi .inner .moushikomi form th,
	body.sumaisagashi .inner .moushikomi form td {
		display: block;
		width: 100%;
		padding: 10px;
		border: none;
	}
}

body.sumaisagashi .inner .moushikomi input[type='text'],
body.sumaisagashi .inner .moushikomi input[type='email'],
body.sumaisagashi .inner .moushikomi input[type='date'] {
	box-sizing: border-box;
	height: 40px;
	padding: 2px 7px;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	font-family: inherit;
	font-size: 16px;
	-webkit-appearance: none;
}

body.sumaisagashi .inner .moushikomi input[type='text'],
body.sumaisagashi .inner .moushikomi input[type='email'] {
	width: 380px;
}

body.sumaisagashi .inner .moushikomi select {
	box-sizing: border-box;
	height: 40px;
	padding: 2px 7px;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	font-family: inherit;
	font-size: 16px;
}

body.sumaisagashi .inner .moushikomi textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	padding: 7px;
	border: 1px solid #ccc;
	outline: none;
	font-family: inherit;
	font-size: 16px;
	-webkit-appearance: none;
}
@media (max-width: 767px) {
	body.sumaisagashi .inner .moushikomi input[type='text'],
	body.sumaisagashi .inner .moushikomi input[type='email'] {
		width: 100%;
	}
}

body.sumaisagashi .inner .moushikomi .example {
	display: block;
	margin-top: 5px;
	font-size: 13px;
}

body.sumaisagashi .inner .moushikomi form dl {
	padding: 0;
}

body.sumaisagashi .inner .moushikomi form .kibou dt {
	position: relative;
	margin: 0 10px 0 0;
	float: left;
	clear: both;
	color: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
}

body.sumaisagashi .inner .moushikomi form .kibou dd ul::after {
	content: '';
	display: table;
	clear: both;
}

body.sumaisagashi .inner .moushikomi form .kibou dd li {
	width: 208px;
	margin-left: 5px;
	float: left;
}

body.sumaisagashi .inner .moushikomi form .kibou dd li:last-child {
	width: 100px;
}

body.sumaisagashi .inner .moushikomi form .kibou dd + dt,
body.sumaisagashi .inner .moushikomi form .kibou dd + dt + dd {
	margin-top: 10px;
}

body.sumaisagashi .inner .moushikomi form .kibou select,
body.sumaisagashi .inner .moushikomi form .kibou input {
	width: 100%;
}
@media (max-width: 767px) {
	body.sumaisagashi .inner .moushikomi form .kibou dt {
		float: none;
		line-height: 1;
	}

	body.sumaisagashi .inner .moushikomi form .kibou dd {
		margin-top: 8px !important;
	}

	body.sumaisagashi .inner .moushikomi form .kibou dd li {
		margin: 0;
	}

	body.sumaisagashi .inner .moushikomi form .kibou dd li:first-child {
		width: calc(100% - 110px);
		margin-right: 5px;
	}
}

body.sumaisagashi .inner .moushikomi .submit {
	position: relative;
	width: 400px;
	margin: 20px auto 0;
	text-align: center;
}

body.sumaisagashi .inner .moushikomi .submit input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 6px;
	outline: none;
	background-color: #e7265d;
	color: #fff;
	font-family: inherit;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
}

body.sumaisagashi .inner .moushikomi .submit .ajax-loader {
	position: absolute;
	right: 0;
	bottom: -26px;
	left: 0;
	margin: auto;
}
@media (min-width: 768px) {
	body.sumaisagashi .inner .moushikomi .submit input {
		transition: opacity 0.2s;
	}

	body.sumaisagashi .inner .moushikomi .submit input:hover {
		opacity: 0.8;
	}
}
@media (max-width: 767px) {
	body.sumaisagashi .inner .moushikomi .submit {
		width: 100%;
	}

	body.sumaisagashi .inner .moushikomi .submit input {
		height: 50px;
		font-size: 16px;
	}
}

body.sumaisagashi .wpcf7-not-valid-tip {
	margin-top: 7px;
	font-size: 13px;
	line-height: 1;
}

body.sumaisagashi .wpcf7-response-output {
	background-color: #fff;
	font-size: 16px;
}

.wpcf7-form p.privacy {
	margin-top: 10px;
	font-size: 14px;
}

.wpcf7-form p.privacy a {
	font-size: inherit !important;
	text-decoration: underline;
}

.grecaptcha-badge {
	display: none !important;
}

.recaptcha-note {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.3;
	text-align: center;
}

.recaptcha-note a {
	color: #ff6701;
	font-size: inherit !important;
	text-decoration: none;
}

/* Q&Aページ//
//////////////////////////////////////////////////////////////////// */

/* Q&Aページ 目次--------------------------------------- */

/* リンクボタン */
.qa ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding-left: 0;
	list-style: none;
}

.qa li {
	display: table;
	width: calc(50% - 5px);
	height: 80px;
}

.qa li:nth-of-type(2n + 1) {
	margin-right: 10px;
}

.qa li:nth-of-type(n + 3) {
	margin-top: 10px;
}

.qa li a {
	display: table-cell;
	position: relative;
	padding-left: 35px;
	background-color: #036;
	box-shadow: 0 0 0 1px #ccc inset, 0 0 0 2px #fff inset;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	vertical-align: middle;
}

.qa li a::before {
	content: '\f0da';
	position: absolute;
	top: 28px;
	left: 15px;
	color: #f60;
	font-family: fontawesome;
	font-size: 28px;
	font-weight: 900;
}

.qa li a:hover {
	opacity: 0.8;
}

/* 大分類 */
.qa a.simple_title {
	display: block;
	position: relative;
	padding-top: 28px;
	padding-bottom: 28px;
	border-top: 1px solid #036;
	border-right: 1px solid #036;
	text-decoration: none;
	line-height: 1;
}

.qa a.simple_title::after {
	content: '\f0da';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 24px;
	margin: auto;
	color: #f60;
	font-family: fontawesome;
	font-size: 28px;
	font-weight: 900;
}

.qa a.simple_title:hover {
	background-color: #e7f3ff;
}

/* 関連記事 */
.kanren {
	margin-top: 80px;
	margin-bottom: 60px;
}

.kanren h3 {
	margin-bottom: 20px;
	color: #036;
	font-size: 20px;
}

/* テキストリンク */
.list-button {
	display: flex;
	flex-wrap: wrap;
}

.list-button li {
	display: table;
	height: 40px;
}

.list-button li a {
	display: table-cell;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
}

.list-button li a::before {
	content: '\f0da';
	position: absolute;
	top: 8px;
	left: 10px;
	color: #f60;
	font-family: fontawesome;
	font-size: 28px;
	font-weight: 900;
}

.list-button li a:hover {
	opacity: 0.8;
}

/* アコーディオンリンク */
.folding:not(.active) + *,
.footer-folding:not(.active) + * {
	display: none;
}

.list-box {
	border: none;
	list-style: none;
}

.list-box li:not(:first-child) {
	margin-top: 1px;
}

.list-box li p {
	position: relative;
	margin: 0;
	padding-top: 2px;
	padding-left: 20px;
	background-color: #036;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 58px;
	cursor: pointer;
}

.list-box li p::after {
	content: '\f067';
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: 1.2em;
	margin: auto;
	font-family: fontawesome;
	font-size: 15px;
}

.list-box li p.active::after {
	content: '\f068';
}

.list-box ul.list-button {
	margin-top: 15px;
	margin-bottom: 30px;
}

.list-box li:last-child .list-button {
	margin-bottom: 0;
}

/* 物件検索 */
.bukken-box {
	margin-top: 60px;
	border: none;
	list-style: none;
}

.bukken-box li p {
	position: relative;
	padding-top: 2px;
	padding-left: 20px;
	border: 1px solid #036;
	color: #036;
	font-size: 18px;
	font-weight: bold;
	line-height: 58px;
}

.list-box li p br {
	display: none;
}

/* リンクボタン */
.box-button {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-left: 0;
	list-style: none;
}

.box-button li {
	display: table;
	width: calc(calc(100% / 3) - calc(20px / 3));
	height: 80px;
}

.box-button li:not(:first-child) {
	margin-left: 10px;
}

.box-button li a {
	display: table-cell;
	position: relative;
	padding-left: 35px;
	background-color: #036;
	box-shadow: 0 0 0 1px #ccc inset, 0 0 0 2px #fff inset;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	vertical-align: middle;
}

.box-button li a::before {
	content: '\f0da';
	position: absolute;
	top: 28px;
	left: 15px;
	color: #f60;
	font-family: fontawesome;
	font-size: 28px;
	font-weight: 900;
}

.box-button li a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 480px) {
	.qa ul {
		margin-bottom: 30px;
	}

	.qa li {
		width: calc(calc(100% / 2) - calc(5px / 2));
		height: 14.4vw;
	}

	.qa li:nth-of-type(2n + 1) {
		margin-right: 5px;
	}

	.qa li:nth-of-type(n + 3) {
		margin-top: 5px;
	}

	.qa li a {
		padding-left: 5.6vw;
		font-size: 3.73vw;
		line-height: 4.53vw;
	}

	.qa li a::before {
		top: 4.8vw;
		left: 2.66vw;
		font-size: 4.53vw;
	}

	.qa a.simple_title {
		display: flex;
		flex-direction: row;
		align-items: center;
		height: 60px;
		padding: 0 25px 0 10px;
	}

	.qa a.simple_title::after {
		right: 10px;
		font-size: 24px;
	}

	/* 関連記事 */
	.kanren {
		margin-top: 13.33vw;
		margin-bottom: 8vw;
	}

	.kanren h3 {
		margin-bottom: 2.66vw;
		font-size: 4.8vw;
	}

	.list-button li {
		box-sizing: border-box;
		width: 100%;
		height: 14.4vw;
		border: 1px solid #ccc;
	}

	.list-button li + li {
		margin-top: 1.33vw;
	}

	.list-button li a {
		padding-right: 25px;
		padding-left: 5.33vw;
		font-size: 4vw;
	}

	.list-button li a::before {
		top: 4.26vw;
		left: 2.133vw;
		font-size: 5.33vw;
	}

	/* アコーディオンリンク */
	.list-box li p {
		display: table;
		box-sizing: border-box;
		width: 100%;
		height: 13.33vw;
		margin: 0;
		padding-top: 0;
		padding-left: 4.26vw;
		font-size: 3.73vw;
		line-height: 4.8vw;
	}

	.list-box li p span {
		display: table-cell;
		vertical-align: middle;
	}

	.list-box li p::after {
		top: 4.8vw;
		right: 1.33vw;
		width: 1.2em;
		font-size: 3.46vw;
	}

	.list-box li p br {
		display: block;
	}

	.list-box ul.list-button {
		margin-top: 1.33vw;
		margin-bottom: 5.33vw;
	}

	.list-box ul.list-button li + li {
		margin-top: 1.33vw;
	}

	.list-box li p {
		padding-left: 2.66vw;
		letter-spacing: -1px;
	}

	/* 物件検索 */
	.bukken-box {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}

	.bukken-box li p {
		margin-bottom: 0;
		padding-top: 0;
		padding-left: 4.26vw;
		font-size: 3.73vw;
		line-height: 13.33vw;
	}

	.box-button {
		margin-top: 2.66vw;
		margin-bottom: 5.33vw;
	}

	.box-button li {
		width: calc(calc(100% / 3) - calc(10px / 3));
		height: 14.4vw;
	}

	.box-button li:not(:first-child) {
		margin-left: calc(10px / 2);
	}

	.box-button li a {
		padding-left: 5.6vw;
		font-size: 3.73vw;
		line-height: 4.53vw;
	}

	.box-button li a::before {
		top: 4.8vw;
		left: 2.66vw;
		font-size: 4.53vw;
	}

	.bukken-box li p {
		padding-left: 2.66vw;
		font-size: 4.26vw;
	}
}

/* Q&Aページ 下層--------------------------------------- */
.qa-honbun {
	line-height: 1.7rem;
}

.qa-honbun .kome {
	color: #015ebd;
}

.qa-honbun p {
	margin-bottom: 2em;
}

.qa-honbun p.img {
	width: 600px;
	margin: 0 auto;
}

.qa-honbun ul {
	margin-bottom: 2em;
	margin-left: 1em;
	list-style: none;
}

ul.switch {
	margin-left: 0;
}

ul.switch p {
	margin-top: 2em;
}

.qa-honbun .folding > a {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	min-width: 250px;
	margin-bottom: 1em;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-color: #015ebd;
	box-shadow: 0 0 0 1px #ccc inset, 0 0 0 2px #fff inset;
	color: #fff;
	font-size: 18px;
	line-height: 58px;
	text-decoration: none;
	cursor: pointer;
}

.qa-honbun .folding > a:hover {
	opacity: 0.8;
}

.qa-honbun .folding > a::after {
	content: '\f0da';
	position: absolute;
	right: 15px;
	color: #fff;
	font-family: fontawesome;
	font-size: 28px;
	font-weight: 900;
}

.folding + div p:first-child {
	margin-top: 0;
}

.link-button a {
	display: table-cell;
	position: relative;
	min-width: 174px;
	height: 80px;
	padding-right: 20px;
	padding-left: 35px;
	background-color: #036;
	box-shadow: 0 0 0 1px #ccc inset, 0 0 0 2px #fff inset;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	vertical-align: middle;
}

.link-button a::before {
	content: '\f0da';
	position: absolute;
	top: 28px;
	left: 15px;
	color: #f60;
	font-family: fontawesome;
	font-size: 28px;
	font-weight: 900;
}

.link-button a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 480px) {
	.link-button a {
		height: 55px;
		padding-left: 5.33vw;
		font-size: 3.73vw;
	}

	.link-button a::before {
		top: 4.26vw;
		left: 2.133vw;
		font-size: 5.33vw;
	}

	.folding + div p:first-child {
		margin-top: 1.5em;
	}
}

/* 成功事例 */
.jirei {
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	border: 1px solid #ccc;
}

.jirei > * {
	display: table-cell;
}

.jirei + .jirei {
	margin-top: 20px;
}

@media screen and (max-width: 480px) {
	.jirei {
		padding: 2.66vw;
	}

	.jirei + .jirei {
		margin-top: 2.66vw;
	}
}

/* 購入までの流れ */
.nagare h2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #015ebd;
	color: #fff;
}

@media screen and (max-width: 480px) {
	.nagare h2 {
		font-size: 0.9rem;
	}

	.qa-honbun {
		line-height: 1.35rem;
	}

	.qa-honbun p {
		font-size: 0.9rem;
	}

	.qa-honbun p.img {
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.qa-honbun img {
		width: 100%;
	}

	.qa-honbun ul {
		margin-left: 0;
		font-size: 0.9rem;
	}

	ul.switch p {
		margin-top: 1.5em;
	}

	.qa-honbun .folding > a {
		margin-bottom: 0.5em;
		padding-top: 3.75vw;
		padding-right: 8vw;
		padding-bottom: 3.75vw;
		font-size: 4vw;
		line-height: 6.25vw;
	}

	.qa-honbun .folding > a::after {
		top: 50%;
		right: 2.66vw;
		transform: translateY(-50%);
		transform: translateY(-50%);
		transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 5.33vw;
	}
}

/** QA追加 *********************/
.pardot_con picture {
	display: block;
	margin-bottom: 1rem;
}

.pardot_con picture + .simple_title {
	margin-top: 2rem;
}

.pardot_con h5.title03 {
	margin-bottom: 20px;
	color: #036;
	font-size: 20px;
}

.pardot_con h4.title04 {
	position: relative;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-left: 20px;
	border: 1px solid #036;
	color: #036;
	font-size: 18px;
	font-weight: bold;
	line-height: 58px;
}

.qa-article_overview {
	position: relative;
	margin: 3rem 0;
	padding: 0 2em;
	border: 1px solid #ccc;
	background-color: #fffbf2;
}

.qa-article_overview i {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 1em;
	transform: translateY(-50%) translateX(1em);
	background-color: #015ebd;
	color: #fff;
	font-size: 1em;
	font-size: 1rem;
}

.checklist_list {
	padding-left: 1.5rem;
}

.checklist_list {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.checklist_list li {
	padding-left: 0;
	text-indent: -2em;
}

.checklist_list li::before {
	content: '\f14a';
	padding-right: 0.7rem;
	color: #036;
	font-family: FontAwesome;
	font-size: 1.2rem;
}

.yellowcmarker {
	margin: 0 0.3rem;
	background: linear-gradient(transparent 50%, #ffefc4 0%);
}

.glid360 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.glid360 li img {
	width: 400px;
}

.glid360 li:not(:first-child) {
	margin-left: 1.5rem;
}

#view1kounyu_tax_reduction,
#view2kounyu_tax_reduction {
	display: none;
}

#view1kounyu_tax_reduction,
#view2kounyu_tax_reduction {
	padding: 0 3rem 3.5rem;
}

#view1kounyu_tax_reduction_btn:hover,
#view2kounyu_tax_reduction_btn:hover {
	opacity: 0.8;
	cursor: pointer;
}

#view1kounyu_tax_reduction_btn,
#view2kounyu_tax_reduction_btn {
	position: relative;
	margin-bottom: 2rem;
	padding: 1rem;
	border-top: 6px double #036;
	border-bottom: 6px double #036;
}

#view1kounyu_tax_reduction_btn i,
#view2kounyu_tax_reduction_btn i {
	display: inline-block;
	margin-right: 1rem;
	padding: 0 1rem;
	background-color: #beaf87;
	color: #fff;
	text-align: center;
}

#view1kounyu_tax_reduction_btn::after,
#view2kounyu_tax_reduction_btn::after {
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: #036;
	font-family: FontAwesome;
	font-size: 2rem;
	font-weight: 600;
}

#view1kounyu_tax_reduction_btn::after,
#view2kounyu_tax_reduction_btn::after {
	content: '\f107';
}

#view1kounyu_tax_reduction_btn.open::after,
#view2kounyu_tax_reduction_btn.open::after {
	content: '\f106';
}

#view1kounyu_tax_reduction,
#view2kounyu_tax_reduction {
	position: relative;
	margin: 1.5rem 0 4rem;
	padding: 0 2rem 2rem;
	border: 1px solid #ccc;
	background-color: #fffbf2;
}
@media screen and (max-width: 480px) {
	.qa-article_overview {
		margin: 4rem 0 2rem;
		padding: 1rem;
	}

	.qa-article_overview p {
		margin-bottom: 0;
	}

	#view1kounyu_tax_reduction_btn,
	#view2kounyu_tax_reduction_btn {
		height: auto;
		padding: 1rem 3rem 1rem 1rem;
		font-size: 1.6rem;
	}

	#view1kounyu_tax_reduction_btn::after,
	#view2kounyu_tax_reduction_btn::after {
		top: 0.5rem;
		right: 0.5rem;
		font-size: 2rem;
	}

	#view1kounyu_tax_reduction,
	#view2kounyu_tax_reduction {
		padding: 0 2rem 1rem;
	}

	.glid360 {
		flex-flow: column;
	}

	.glid360 li {
		margin-bottom: 1rem;
		margin-left: 0 !important;
	}

	.post-body #view1kounyu_tax_reduction h3,
	.post-body #view1kounyu_tax_reduction h4 {
		font-size: 1.1em;
	}

	.post-body #view1kounyu_tax_reduction h4.title04::before {
		top: 8px;
	}
}

/* フローティングバナー */
#float-banner {
	display: none;
	position: fixed;
	z-index: 9990;
	top: 30%;
	right: 0;
	width: 51px;
}

#float-banner a:hover {
	opacity: 0.8;
}

#float-banner img {
	width: 51px;
	height: auto;
}

/* Q＆Aバナー */
.banner-wrap {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.banner-wrap a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 480px) {
	/* フローティングバナー */
	#float-banner {
		top: auto;
		bottom: 70px;
		width: 44px;
	}

	#float-banner img {
		width: 44px;
	}

	/* Q＆Aバナー */
	.banner-wrap {
		margin-top: 40px;
		margin-bottom: 10px;
		width: calc(100% - 20px);
		height: auto;
	}
	.banner-wrap a {
		width: calc(50% - 5px);
	}
	.banner-wrap img {
		width: 100%;
		height: auto;
	}
}

/* お知らせ記事  */
.notice-post .content *,
.notice-post .content *::before,
.notice-post .content *::after {
	box-sizing: border-box;
}

.notice-post h2 {
	margin: 20px 0;
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 18px;
	border-bottom: solid 3px #036;
	color: #4f4f4f;
	font-size: 1.1rem;
	line-height: 1.2;
}
.notice-post h3 {
	margin: 40px 0 20px;
	padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 18px;
	border-bottom: solid 1px #036;
	border-left: solid 8px #036;
	color: #4f4f4f;
	font-size: 1.05rem;
	line-height: 1.2;
}

.notice-post h4 {
	display: flex;
	width: 100%;
	margin: 40px 0 20px;
	padding: 10px 10px 10px 14px;
	border-left: 4px solid #036;
	background-color: rgb(242 242 242);
	color: rgb(51 51 51);
	font-size: 1rem;
	line-height: 1.2;
}
.notice-post h5 {
	margin: 40px 0 -10px;
	font-size: 0.95rem;
	line-height: 1.2;
}
.notice-post h6 {
	margin: 40px 0 -10px;
	font-size: 0.9rem;
	line-height: 1.2;
}

.notice-post h2,
.notice-post h3,
.notice-post h4,
.notice-post h5,
.notice-post h6 {
    clear: both;
}

.notice-post img.alignnone {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.notice-post * + ul,
.notice-post * + ol {
	margin-top: 1em;
}

.notice-post li {
	margin-left: 1.3em;
	list-style-position: inside;
	font-size: 18px;
	line-height: 1.5;
	text-indent: -1.3em;
}

.notice-post li + li {
	margin-top: 0.5em;
}

.notice-post .blocks-gallery-grid li {
	margin-left: 0;
	text-indent: 0;
}

.notice-post ul li {
	list-style-type: disc;
}

.notice-post ol li {
	list-style-type: decimal;
}
.notice-post a:hover{
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.notice-post h2 {
		padding: 12px 0 12px 10px;
		font-size: 1.05rem;
		line-height: 1.4;
		margin-bottom: -0.5em;
	}
	.notice-post h3 {
		padding: 10px 0 12px 10px;
		font-size: 1rem;
		line-height: 1.4;
		margin-top: 30px;
		margin-bottom: -0.5em;
	}

	.notice-post h4 {
		margin-top: 30px;
		margin-bottom: -0.5em;
		font-size: 0.95rem;
		line-height: 1.4;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.notice-post h5 {
		line-height: 1.4;
		font-size: 0.925rem;
		margin-top: 20px;
		margin-bottom: -1em;
	}
	.notice-post h6 {
		line-height: 1.4;
		margin-top: 20px;
		margin-bottom: -1em;
	}
}

/* お知らせ投稿画面プレビューと同じにする */
.article-wrap.notice-post .content img {
	max-width: 100%;
	height: auto;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 1.5em;
}

.article-wrap.notice-post .content img.alignleft {
	margin-right: 1em;
	float: left;
}

.article-wrap.notice-post .content img.alignright {
	margin-left: 1em;
	float: right;
}

.article-wrap.notice-post .content img.aligncenter {
	display: block;
	margin: 2em auto;
}

.article-wrap.notice-post .content img.emoji {
	float: unset;
}

@media screen and (max-width: 767px) {
	.article-wrap.notice-post .content img.alignleft,
	.article-wrap.notice-post .content img.alignright {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
}

.article-wrap.notice-post .content .inner{
	line-height: 1.6;
}

.article-wrap.notice-post .content p {
	margin: 1.5em 0;
	font-size: 18px;
	line-height: 1.6;
}

/* 目次出力プラグイン（Table of contents plus） 調整css */
#toc_container {
	margin-right: auto;
	margin-left: auto;
}

#toc_container p.toc_title + ul.toc_list {
	margin-top: 0.25em;
}

#toc_container li {
	padding-left: 1em;
	font-size: 16px;
	text-indent: -1em;
}


/* ----------------------------------------
//
// 20251117 サイト統合
//
---------------------------------------- */
/* themes「satei-center」直下のstyle.css */
/*
Theme Name: satei-center
Theme URI: https://www.friend-baibai.com/
Description: フレンドホーム様専用のWordpressテーマです。
Version: Ver 1.0
Author: takt
Author URI: http://taktcoltd.jp/
*/

/* このstyle.cssは、最後に読み込まれるcssです。テーマの編集の為にcssの上書きを行う場合にはcssを記述してください(管理画面追加CSSが最優先されます。) */
.tume {
	letter-spacing: -0.1rem;
}

.sticky .g_menu-wrap .g_menu li.child {
	max-height: 0;
	overflow: hidden;
}

.sticky .g_menu-wrap .g_menu li.child.show {
	max-height: 500px;
}

#menu_campaign,
.btn_space {
	display: block;
	margin: 0 auto 20px;
}
@media screen and (max-width: 414px) {
	#menu_campaign {
		margin-top: 30px;
		margin-bottom: 0;
		text-align: center;
	}

	#menu_campaign img {
		width: 220px;
	}
}

.right-box {
	text-align: right;
}

.angle-link {
	font-size: 0.8rem;
}

.angle-link i {
	margin-right: 10px;
	transform: scale(1.5);
	color: #015ebd;
}

/* 5/4修正（モーダルウィンドウ） */
.listing-wrap .modal-wrap {
	min-width: 80vw;
	max-width: 95vw;
	max-height: 80vh;
	overflow-y: scroll;
}
@media screen and (max-width: 768px) {
	.listing-wrap .modal-wrap {
		max-height: 50vh;
		margin-top: 50px;
	}
}

.sticky .g_menu-wrap .g_menu li ul li {
	border-bottom: 1px #fff dotted !important;
}

.sticky .g_menu-wrap .g_menu li ul li:last-child {
	border: none !important;
}

main article ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

main article ol li {
	margin-left: 2.8em;
	list-style-type: none;
	font-size: 0.9rem;
	line-height: 1.35rem;
	text-indent: -3em;
}

/* タブ切り替え部分「件」追加 */

/* .satei-wrap .search_house .search-wrap .search-inner_wrap span, .satei-wrap .search-inner_wrap station .search-wrap .search-inner_wrap span{
	font-size: 0.8em;
	font-weight: normal;
}
.satei-wrap .search_house .search-wrap .search-inner_wrap img, .satei-wrap .search-inner_wrap station .search-wrap .search-inner_wrap img{
	vertical-align: top;
	margin-right: 3px;

} */

/* 5/10修正（vrゴーグル） */
.satei-wrap .menber_benefits .benefits_list li img.vr_goggles {
	top: 44%;
	right: -2px;
	left: auto;
	width: auto;
}

/* search調整用 */
.research_box90 * {
	font-size: 14px;
}

/* サイト内リンク ///
---------------------------------------------- */
.hover2:hover {
	opacity: 0.5;
}

.menu_rink {
	margin-bottom: 30px;
}

.menu_rink > li:first-child {
	border-top: 1px solid #ccc;
}

.menu_rink li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.menu_rink li a {
	padding-left: 20px;
	line-height: 48px;
	text-decoration: none;
}

.menu_rink li i,
.menu_rink li svg {
	margin-right: 15px;
	transform: scale(1.5);
	color: #015ebd;
}

.menu_rink_midasi {
	padding: 10px 0 10px 10px;
	border-bottom: solid 5px #036;
	font-size: 0.9rem;
}

/* voice
//////////////////////////////////////////////////////////////////// */

/* 評価 */
.navlink {
	margin-top: 40px;
	padding-top: 5px;
	clear: both;
	overflow: hidden;
}

.navlink .navlink-prev {
	float: left;
}

.navlink .navlink-next {
	float: right;
}

.navlink a:hover {
	opacity: 0.7;
}

.voice-hyoka {
	font-weight: bold;
}

.voice-hyoka i {
}

.wp-list article.voice {
	margin-top: 20px;
	background-color: #f6f6f6;
	box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 10%);
}

.wp-list article.voice a {
	display: block;
	position: relative;
	padding-right: 40px;
	overflow: hidden;
	text-decoration: none;
}

.wp-list article.voice a::after {
	content: '\f105 ';
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	height: 36px;
	margin: auto 0;
	color: #999;
	font-family: FontAwesome;
	font-size: 36px;
	line-height: 1;
}

.wp-list article.voice a:hover {
	opacity: 0.8;
}

.wp-list article.voice h3,
.wp-list article.voice p {
	font-size: 14px;
	line-height: 1.7;
}

.wp-list article.voice .eyecatch {
	width: 300px;
	height: 200px;
	margin-right: 20px;
	float: left;
}

.wp-list article.voice .voice-hyoka {
	margin-top: 30px;
	margin-bottom: 17px;
}

.wp-list article.voice h3 {
	color: #f60;
}

.wp-list article.voice .postdesc {
	margin-top: 5px;
}

/* ページャー */
.wp-pager {
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}

.wp-pager .page-numbers {
	display: block;
	margin-right: 1px;
	padding: 10px 20px;
	float: left;
	background-color: #ddd;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.wp-pager .page-numbers.dots {
	background: #aaa;
}

.wp-pager .page-numbers.current {
	background: #f90;
}

.wp-pager a:hover {
	opacity: 0.8;
}

/* 記事 ///
---------------------------------------------- */
.voice-head {
	position: relative;
	margin-top: 20px;
}

.voice-head .postinfo {
	position: absolute;
	top: -52px;
	margin: 0;
	font-size: 12px;
	line-height: 32px;
}

.voice-head .voice-que {
	width: 350px;
	margin-right: 20px;
	float: left;
	border: 1px solid #ccc;
}

.voice-head .voice-photo {
	position: relative;

	/* top: -20px; */
	margin-bottom: 10px;
}

.voice-head aside {
	margin-top: 35px;
	overflow: hidden;
	font-size: 14px;
}

.voice-head aside p {
	line-height: 1.7;
}

.voice-tanto {
	margin-right: 10px;
	float: left;
	font-size: 13px;
	text-align: center;
}

.voice-tanto .avatar {
	display: block;
	margin-bottom: 2px;
}

.voice-body h3 {
	position: relative;
	margin-top: 40px;
	margin-bottom: 15px;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 70px;
	clear: both;
	border-bottom: 2px solid #ccc;
	font-family: 'メイリオ', Meryo, 'ヒラギノ角ゴ ProN',
		'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 20px;
	line-height: 1.4;
}

.voice-body p {
	position: relative;
	min-height: 47px;
	padding-left: 70px;
}

.voice-body h3::before,
.voice-body p::before {
	content: 'Q';
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 0;
	box-sizing: border-box;
	width: 50px;
	height: 36px;
	margin: auto;
	padding-top: 2px;
	border-radius: 3px;
	background-color: #f60;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
}

.voice-body h3::after,
.voice-body p::after {
	content: '';
	position: absolute;
	top: 36px;
	bottom: 2px;
	left: 19px;
	box-sizing: border-box;
	height: 6px;
	margin: auto;
	border-top: 6px solid #f60;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.voice-body p::before {
	content: 'A';
	top: 0;
	bottom: auto;
	background-color: #7dbb18;
}

.voice-body p::after {
	top: 36px;
	bottom: auto;
	border-top-color: #7dbb18;
}

/* 評価 //
---------------------------------------------- */
.voice-hyoka {
	font-size: 16px;
	line-height: 1;
}

.voice-hyoka i {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 170px;
	height: 22px;
}

.voice-hyoka i.star1 {
	background: url(https://www.sugito-satei.com/images/common/voice_star10.png)
		0% 50% no-repeat;
	background-size: contain;
}

.voice-hyoka i.star2 {
	background: url(https://www.sugito-satei.com/images/common/voice_star20.png)
		0% 50% no-repeat;
	background-size: contain;
}

.voice-hyoka i.star3 {
	background: url(https://www.sugito-satei.com/images/common/voice_star30.png)
		0% 50% no-repeat;
	background-size: contain;
}

.voice-hyoka i.star4 {
	background: url(https://www.sugito-satei.com/images/common/voice_star40.png)
		0% 50% no-repeat;
	background-size: contain;
}

.voice-hyoka i.star5 {
	background: url(https://www.sugito-satei.com/images/common/voice_star50.png)
		0% 50% no-repeat;
	background-size: contain;
}

.voice-hyoka i.star0 {
	background: url(https://www.sugito-satei.com/images/common/voice_star00.png)
		0% 50% no-repeat;
	background-size: contain;
}

/* -----------------------------------------------
  ◎   下層ページ h1 タイトル
----------------------------------------------- */
h1.simplae_title {
	position: relative;
	margin: 20px 0;

	/* font-family: "Sawarabi Mincho"; */
	padding: 22px 10px 22px 80px;
	border-bottom: solid 1px #015ebd;
	background-image: url(/wp/wp-content/themes/friend-home/buy/img/post/title_bg.jpg);
	background-repeat: repeat-x;
	background-size: auto 100%;
	color: #4f4f4f;
	font-size: 1.2rem;
	line-height: 1.2;
}

h1.simplae_title::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #015ebd;
}

h1.simplae_title::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 17px;
	color: #015ebd;
	font-family: FontAwesome;
	font-size: 50px;
	height: 55px;
    margin: auto;
}

.content h1.simplae_title::before {
	content: '\f02c'; /* アイコン『タグ』 */
}
@media screen and (max-width: 480px) {
	h1.simplae_title {
		margin: 20px 0;
		padding: 10px 7px 10px 50px;
		font-size: 0.9rem;
	}

	h1.simplae_title::before {
		height: 35px;
		left: 12px;
		font-size: 30px;
	}
}

/* -----------------------------------------------
  ◎  採用情報 /recruit/
----------------------------------------------- */

.recruit1_t {
	margin: 40px auto 20px;
	padding: 10px;
	background: #015ebd;
	color: #fff;
	font-size: 18px;
	line-height: 26px;

	/* border-top: solid 1px #CCC; */
	text-align: left;
}

.recruit1_ph {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.recruit1_ph ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.recruit1_ph ul::after {
	content: '';
	display: block;
	clear: both;
}

.recruit1_ph li {
	width: 32%;
	padding: 0;
	float: left;
	list-style: none;
}

.recruit1_ph li + li {
	margin-left: 12px;
}

.recruit1_ph li img {
	padding: 2px;
	border: dashed 1px #ccc;
}

.recruit1_wrap {
	width: 100%;
	margin: 10px auto;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
}

.recruit1_wrap h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 2;
	text-align: center;
}

.recruit1_inner {
	margin: 0 auto 10px;
	padding: 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.recruit1_inner th,
.recruit4 td {
	border-bottom: solid 1px #ccc;
}

.recruit1_inner th {
	width: 25%;
	border-right: solid 1px #ccc;
	background: #f2f2f2;
	font-size: 0.7rem;
	vertical-align: middle;
}

.recruit1_inner td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 0.7rem;
	line-height: 1.2rem;
	text-align: left;
}

.recruit1_inq {
	margin: 30px auto;
	padding: 0;
	line-height: 54px;
	text-align: center;
}

.recruit1_inq:nth-last-of-type(1) {
	margin-bottom: 60px;
}

.recruit1_inq a {
	padding: 10px 50px;
	border: double 3px #ccc;
	background: #015ebd;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
}

.recruit1_inq a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 414px) {
	.recruit1_t {
		margin: 30px auto 20px;
		font-size: 16px;
		line-height: 1.4;
	}

	.recruit1_ph {
		margin-bottom: 20px;
	}

	.recruit1_ph li {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}

	.recruit1_ph li + li {
		margin-left: 0;
	}

	.recruit1_ph li img {
		width: calc(100% - 6px);
	}

	.recruit1_wrap h3 {
		line-height: 1.2;
	}

	.recruit1_inner th {
		width: 30%;
		padding: 0 10px;
		text-align: left;
	}

	.recruit1_inq {
		width: 100%;
		margin: 10px auto;
	}

	.recruit1_inq a {
		display: block;
		width: calc(100% - 26px);
		padding: 15px 10px;
		font-size: 0.8rem;
	}
}

/* -----------------------------------------------
  ◎  コンタクトフォーム /contact/
----------------------------------------------- */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #f00;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	display: block;
	color: #f00;
	font-size: 1em;
	font-weight: normal;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	z-index: 100;
	top: 20%;
	left: 20%;
	padding: 0.2em 0.8em;
	border: 1px solid #f00;
	background: #fff;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: ' ';
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	display: inline-block;
	visibility: hidden;
	width: 16px;
	height: 16px;
	margin: 0 0 0 4px;
	padding: 0;
	border: none;
	background-image: url('../../images/ajax-loader.gif');
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type='file'] {
	cursor: pointer;
}

div.wpcf7 input[type='file']:disabled {
	cursor: default;
}

.content h1.simplae_title {
	margin-bottom: 40px;
	font-weight: bold;
}

.cont-box.narrow .satei-step:nth-of-type(1) .title02:first-child {
	margin-top: 20px;
}

.cont-box.narrow {
	font-size: 0.7rem;
	line-height: 0.8rem;
}
@media screen and (max-width: 480px) {
	.content h1.simplae_title {
		margin-bottom: 30px;
		font-size: 1.1rem;
	}
}

/* form ///
---------------------------------------------- */

.cont-box.narrow .satei-step:nth-of-type(1) .title02:first-child {
	margin-top: 20px;
}

ul.attention li {
	margin-left: 1em;
	list-style-type: none;
	text-indent: -1em;
}

ul.attention li a {
	text-decoration: underline;
}

.narrow table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: separate;
	border-top: 1px dotted #aaa;
}

.narrow table th,
.narrow table td {
	padding: 11px 20px 10px;
	border-bottom: 1px dotted #aaa;
	line-height: 2;
}

.narrow table th {
	position: relative;
	width: 160px;
	background-color: #eee;
	text-align: left;
	vertical-align: middle;
}

.narrow table th::after {
	content: '任意';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 18px;
	margin: auto 0;
	padding: 0 3px;
	background-color: #015ebd;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.narrow table th.hissu::after {
	content: '必須';
	background-color: #f30;
}

.narrow table small,
.narrow table span.example {
	font-size: 13px;
}

.narrow table th#th_sateiMode {
	line-height: 1.5;
}

.narrow table th#th_sateiMode small {
	display: block;
}

.narrow table .satei-type label + p {
	margin-top: -5px;
}

#satei-table5 {
	margin-top: 5px;
}

/* form */
fieldset {
	border: none;
}

.narrow label {
	margin-right: 10px;
	white-space: nowrap;
}

.narrow input[type='radio'] {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.narrow input[type='text'],
.narrow input[type='email'],
.narrow input[type='number'],
.narrow input[type='tel'],
.narrow input[type='date'],
.narrow select {
	width: 260px;
	height: 32px;
	margin-right: 10px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	font-family: 'メイリオ', Meryo, 'ヒラギノ角ゴ ProN',
		'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 16px;
}

.narrow .your-date input[type='date'] {
	width: 170px;
}

.narrow .your-hour select,
.narrow .your-time select {
	width: 80px;
}

.narrow textarea {
	width: 460px;
	height: 160px;
	margin-bottom: -8px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: 'メイリオ', Meryo, 'ヒラギノ角ゴ ProN',
		'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 16px;
}

.narrow input.short-box,
.narrow select.short-box {
	width: 125px;
	float: left;
}

.narrow input[disabled='disabled'] {
	background-color: #eee;
}

.satei-submit {
	margin-top: 40px;
	text-align: center;
}

.satei-submit button,
.satei-submit input[type='submit'] {
	width: 420px;
	height: 72px;
	transition: 0.2s;
	border: none;
	border-top: 1px solid #f81e1e;
	border-radius: 6px;
	background: #f81e1e;
	box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 50%),
		inset -1px -1px 0 0 rgb(0 0 0 / 15%);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgb(0 0 0 / 20%);
	cursor: pointer;
}

.satei-submit button i {
	margin-left: 10px;
	opacity: 0.75;
}

.satei-submit button:hover,
.satei-submit input[type='submit']:hover {
	opacity: 0.8;
}

/* thanks ///
---------------------------------------------- */

main.thanks > p:not(.breadcrumbs) {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 2;
}

main.thanks h4 {
	margin-top: 2em;
	margin-bottom: 1em;
	color: #f60;
	font-size: 18px;
}

main.thanks h3 + h4 {
	margin-bottom: 2em;
}

main.thanks h4 strong {
	display: block;
}

main.thanks > ul:not(.recommend-link) li {
	margin-left: 1.5em;
	list-style-type: disc;
}

ul.recommend-link {
	margin-top: 32px;
}

ul.recommend-link {
	padding: 20px;
	background-color: #fffae6;
	font-size: 0;
	text-align: center;
}

ul.recommend-link li {
	display: inline;
}

ul.recommend-link li:first-child {
	margin-right: 30px;
}

ul.recommend-link img {
	width: 330px;
}

@media screen and (max-width: 414px) {
	/* form system ///
---------------------------------------------- */

	/* common */
	.cont-box.narrow {
		width: 100% !important;
		margin-bottom: 30px;
	}

	ul.attention {
		margin-bottom: 16px;
		font-size: 14px;
	}

	.narrow table {
		margin-top: 0;
		margin-bottom: 0;
		border-top: none;
	}

	.narrow table th,
	.narrow table td {
		display: block;
		width: calc(100% - 20px);
		overflow: hidden;
		border-bottom: none;
		line-height: 1.5;
	}

	.narrow table th {
		padding: 0.5em 10px;
	}

	.narrow table th::after {
		right: 10px;
	}

	.narrow table th#th_sateiMode small {
		display: inline;
		margin-left: 0.5em;
	}

	.narrow table td {
		width: 100%;
		padding: 1em 0;
	}

	.narrow table td.satei-type {
		padding-top: 0.5em;
	}

	.narrow table span.example {
		display: block;
		margin-top: 0.25em;
	}

	.narrow table .short-box + span.example {
		margin-top: 0;
		line-height: 40px;
	}

	.narrow table .satei-type label + p:not(:last-child) {
		margin-bottom: 0.25em;
	}

	.narrow input[type='text'],
	.narrow input[type='email'],
	.narrow input[type='number'],
	.narrow input[type='tel'],
	.narrow input[type='date'],
	.narrow select {
		height: 40px;
	}

	.narrow input[type='text']:not(.short-box),
	.narrow input[type='email']:not(.short-box),
	.narrow input[type='number']:not(.short-box),
	.narrow input[type='tel']:not(.short-box),
	.narrow select:not(.short-box) {
		width: calc(100% - 12px);
		margin-right: 0;
	}

	.narrow .your-date {
		display: block;
		margin-bottom: 0.5em;
	}

	.narrow .your-date input[type='date'] {
		width: calc(100% - 12px);
	}

	.narrow .your-hour select,
	.narrow .your-time select {
		width: 49%;
	}

	.narrow .your-hour select {
		margin-right: 2%;
	}

	.narrow textarea {
		width: calc(100% - 12px);
	}

	.narrow label {
		line-height: 2;
	}

	.narrow .short-box + label {
		line-height: 40px;
	}

	.satei-submit {
		margin-top: 1em;
	}

	.satei-submit button,
	.satei-submit input[type='submit'] {
		width: 100%;
		height: 60px;
		font-size: 18px;
		-webkit-appearance: none;
	}

	.narrow .wpcf7-response-output {
		margin: 0;
	}

	/* thanks */
	main.thanks {
		padding-right: 10px;
		padding-left: 10px;
	}

	main.thanks > p:not(.breadcrumbs) {
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 16px;
		line-height: 1.6;
	}

	main.thanks > p strong {
		color: #f60;
		font-size: 16px;
		line-height: 1.6;
	}

	main.thanks > h3 + p strong {
		display: block;
		position: relative;
		margin-left: 1.25em;
	}

	main.thanks > h3 + p strong i {
		position: absolute;
		top: 1px;
		left: -1.25em;
		line-height: 1.6;
	}

	main.thanks > ul:not(.recommend-link) {
		font-size: 16px;
		line-height: 1.6;
	}

	main.thanks > ul:not(.recommend-link) li {
		margin-left: 1.25em;
		list-style-type: disc;
	}

	ul.recommend-link {
		margin-top: 0;
		padding: 16px;
	}

	ul.recommend-link li {
		display: block;
		text-align: center;
	}

	ul.recommend-link li:first-child {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	ul.recommend-link li img {
		width: 100%;
		max-width: 414px;
	}

	/* お客様の声 ///
---------------------------------------------- */
	.categories-smp .post-list,
	.archives-smp .voice-list {
		margin-top: 0;
		font-size: 14px;
		line-height: 1.5;
	}

	.voice-list {
		list-style-type: none;
		border-top: 1px dotted rgb(0 0 0 / 33%);
	}

	.voice-list a {
		display: block;
		padding: 10px;
		border-bottom: 1px dotted rgb(0 0 0 / 33%);
	}

	.post-list a::after {
		content: '\f054';
		position: absolute;
		top: 0;
		right: 10px;
		color: #f60;
		font-family: fontawesome;
	}

	.voice-info {
		display: table;
		width: 100%;
		margin-bottom: 7px;
		table-layout: fixed;
	}

	.voice-info > figure,
	.voice-info > div {
		display: table-cell;
		vertical-align: middle;
	}

	.voice-info > figure {
		width: 120px;
		vertical-align: top;
	}

	.voice-info > figure img {
		width: 120px;
		height: 90px;
		object-fit: cover;
		object-position: top;
	}

	.voice-info > div {
		position: relative;
		padding: 0 20px 0 10px;
	}

	.voice-info > div::after {
		content: '\f054';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: 16px;
		margin: auto 0;
		color: #f60;
		font-family: fontawesome;
		line-height: 16px;
	}

	.voice-info > div time {
		display: block;
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 16px;
	}

	.voice-info > div p {
		margin-bottom: 6px;
		font-size: 10px;
	}

	.voice-info > div p i {
		display: block;
		width: 142px;
	}

	.voice-info > div h3 {
		color: #f60;
		font-weight: normal;
		line-height: 18px;
	}

	/* banner */
	.width-limit {
		max-width: 414px;
		margin-right: auto;
		margin-left: auto;
	}

	/* single */
	.wp-single .breadcrumbs {
		padding-left: 10em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.archives-smp .voice-list a {
		padding: 10px 0;
		text-decoration: none;
	}

/* single */
	.voice-head .voice-photo,
	.voice-head .voice-que {
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
		float: none;
	}

	.voice-head aside {
		margin-top: 20px;
	}

	.voice-body h3 {
		margin-bottom: 0.5em;
	}

	.voice-body h3:not(:first-child) {
		margin-top: 1em;
	}

	.voice-body h3,
	.voice-body p {
		padding-left: 50px;
	}

	.voice-body h3::before,
	.voice-body p::before {
		width: 40px;
		font-size: 18px;
	}

	.voice-body h3::after {
		bottom: 2px;
		left: 16px;
		border-top: 4px solid #f60;
	}

	.voice-body p {
		min-height: 32px;
	}

	.voice-body p::before {
		bottom: auto;
		margin: 0;
	}

	.voice-body p::after {
		bottom: auto;
		left: 16px;
		margin: 0;
		border-top: 4px solid #7dbb18;
	}

	.navlink {
		margin-top: 25px;
	}
}

/* 個人情報 ///
---------------------------------------------- */
.privacy article p {
	margin: 15px 0 30px;
	font-size: 0.9rem;
	line-height: 1.35rem;
}

/* sitemap
//////////////////////////////////////////////////////////////////// */
.sitemap article ul li a {
	display: block;
	padding: 8px 0;
	padding-left: 1em;
	transition: 0.2s;
	color: #fff;
	line-height: 2;
	text-decoration: none;
}

.sitemap article ul > li > a {
	position: relative;
	margin-bottom: 10px;
	border-radius: 3px;
	background-color: #036;
}

.sitemap article ul > li > a::after {
	content: '\f061';
	position: absolute;
	right: 1em;
	color: #fff;
	font-family: FontAwesome;
}

.sitemap article ul > li > a:hover,
.sitemap article ul > li ul li a:hover {
	opacity: 0.8;
}

.sitemap article ul li ul {
	margin-bottom: 10px;
}

.sitemap article ul li ul li a {
	color: #333;
}

.sitemap article ul li ul,
.sitemap article ul li {
	list-style-type: none;
}

.sitemap article ul li ul li a {
	background-color: #fff;
}

.sitemap article ul > li ul li a::before {
	content: '\f0a9 ';
	margin-right: 0.5em;
	color: #036;
	font-family: FontAwesome;
}

/* スタッフ紹介
//////////////////////////////////////////////////////////////////// */
.staff {
	text-align: left;
}

/* システムのレイアウト調整 */
body.staff {
	/* line-height: 1.7; */
	font-family: 'メイリオ', Meryo, 'ヒラギノ角ゴ ProN',
		'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 14px;
	text-align: left;
}

body.staff h5 {
	margin: 0 5px;
}

.staff-box {
	margin-bottom: 20px;
}

.staff-box ul#eigyolist {
	display: flex; /* Safari */
	display: flex;
	flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	margin: 10px 0;
}

.staff-box ul#eigyolist li {
	display: block;
	box-sizing: border-box;
	width: 25%;
	margin: 0;
	margin-top: 10px;
	float: none;
	font-size: 10px;
	line-height: 1;
}

.staff-box ul#eigyolist li div {
	font-size: 12px;
}

/* iboxの調整 */
br[style='clear:left;'] + a,
a[href="javascript:document.getElementById('ibox_overlay').click();"] {
	display: none;
}

.staffimg {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

.staffimg img {
	max-width: 100px;
}

@media screen and (max-width: 414px) {
	/* staff */
	.staff-box #eigyo_main {
		min-width: 300px;
	}

	.staff-box ul#eigyolist li {
		width: 50%;
	}

	#ibox_content #staff0 + div .ui-btn-hidden {
		display: none;
	}

	#ibox_content #staff0 + div + div {
		display: none;
	}

	#ibox_content > div[data-role='page'] h1 {
		display: none;
	}

	.staff nav.g_menu-wrap {
		position: static;
	}

	.staff header.sticky h1 {
		background-color: #fff;
		font-size: 90%;
	}

	.staff .sub-header .top * {
		line-height: 100%;
	}
}

/* notice
//////////////////////////////////////////////////////////////////// */
.notice-post p {
	margin: 1em 0;
}

.notice > ul {
	margin-top: 20px;
	list-style-type: none;
}

.notice > ul li {
	border-bottom: 1px dotted #aaa;
}

.notice > ul li:first-child {
	border-top: 1px dotted #aaa;
}

.notice > ul li a {
	display: table;
	position: relative;
	width: 100%;
	text-decoration: none;
}

.notice > ul li a::after {
	content: '\f105 ';
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	height: 24px;
	margin: auto 0;
	color: #f60;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 1;
}

.notice > ul li a div {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

.notice > ul li a div:nth-of-type(1) {
	width: 150px;
}

.notice > ul li a div:nth-of-type(1) p.eyecatch {
	box-sizing: content-box;
	width: 150px;
	height: 100px;
	overflow: hidden;
}

.notice > ul li a div:nth-of-type(1) p.eyecatch img {
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 118.52%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.notice > ul li a div:nth-of-type(2) {
	padding-right: 28px;
	padding-left: 15px;
}

.notice > ul li a div:nth-of-type(2) time,
.notice > ul li a div:nth-of-type(2) p {
	line-height: 1.7;
	text-align: left;
}

.notice > ul li a div:nth-of-type(2) time {
	color: #f60;
}
@media screen and (max-width: 414px) {
	/* news ---------- */
	.notice > ul {
		margin-top: 0;
	}

	.notice > ul li a div:nth-of-type(1) {
		width: 80px;
	}

	.notice > ul li a div:nth-of-type(1) p.eyecatch {
		width: 80px;
		height: 80px;
	}

	.notice > ul li a div:nth-of-type(1) p.eyecatch img {
		max-width: 177.78%;
	}

	.notice > ul li a div:nth-of-type(2) {
		padding-top: 10px;
		padding-right: 15px;
		padding-left: 10px;
	}

	.notice > ul li a div:nth-of-type(2) time,
	.notice > ul li a div:nth-of-type(2) p {
		line-height: 1.5;
		font-size: 0.9rem;
		
	}

	.notice > ul li a div:nth-of-type(2) time {
		font-size: 14px;
	}

	.notice > ul li a::after {
		content: '\f054';
		right: 0;
		height: 16px;
		font-size: 16px;
	}

	.wp-pager {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.wp-pager .page-numbers {
		padding: 5px 10px;
	}
}

#fancybox-title-over {
	color: #fff;
}

/* リスティング用　追記
//////////////////////////////////////////////////////////////////// */
.gakku .simplae_title,
.soku_gakku .simplae_title,
.carspace .simplae_title,
.soku_carspace .simplae_title,
.monthlypayment .simplae_title,
.soku_monthlypayment .simplae_title {
	display: none;
}

/* Facebook
//////////////////////////////////////////////////////////////////// */
.fb-page {
	margin-top: 10px;
}

#facebook_wrapper {
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	overflow: hidden;
	background-color: #4267b2;
}

#fb_page_plugin_area iframe {
	width: 500px !important;
}

#facebook_wrapper #fb_page_plugin_area {
	text-align: right;
}

#Facebook_updating {
	position: absolute;
	top: 11px;
	left: 7px;
}

#Facebook_check {
	position: absolute;
	bottom: 2px;
	left: 19px;
}
@media screen and (max-width: 414px) {
	#facebook_wrapper {
		position: relative;
		margin: 20px;
		padding: 0;
		overflow: hidden;
		background-color: #fff;
	}

	#facebook_wrapper .fb-page {
		float: none;
	}

	#Facebook_updating,
	#Facebook_check {
		display: none;
	}

	#fb_page_plugin_area iframe {
		width: 100%;
		max-width: 500px;
	}
}

/* コーポレートサイトとの調整 */
/* .bl_header_btn , .bl_globalMenuPc .el_btn, .bl_megaMenuPc_list .el_ltrBtn{
	font-size: 16px;
} */
.search_satei-wrap .satei_house h2.headline p.tume{
	line-height: 1;
}
.bl_cta_btn {
	font-size: 18px;
}
.bl_cta_title {
	font-size: 24px;
}
@media (min-width: 768px) {
    .bl_cta_btn {
        font-size: 28px;
    }
	.bl_cta_title {
        font-size: 32px;
    }
}
.bl_sitemap_list > dt {
	font-size: 20px;
}
.bl_sitemap_list > dd {
	font-size: 16px;
}
.bl_copyright > p  {
	font-size: 12px;
}
@media (min-width: 768px) {
    .bl_copyright > p  {
	font-size: 16px;
}
}

.search_satei-wrap .search-inner_wrap label img{
	display: inline;
}

.bread-inner a.home{
	text-decoration: none;
}



