@charset "utf-8";
/*----------------------------------------------------------------------------------------

	page.css

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

/* 共通 //
////////////////////////////////////////////////////////////////////*/

body.compensate-for-scrollbar {
	margin-right: 0;
}

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

.pagebody {
	min-height: 60vh;
}
body.is_mobile_in_pc .pagebody {
	min-height: 100vh;
}
.pagebody, #subheader > div {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.main {
	font-size: 1.6rem;
	line-height: 1.875;
	text-align: justify;
}
.main > section:not(:first-child) {
	margin-top: 80px;
}
.main > section:not(:last-child) {
	margin-bottom: 80px;
}
.ui-widget-content.ui-widget {
	font-size: 1.3rem;
}

/* パン屑 //
---------------------------------------------- */
#pankuzu {
	display: table;
}
#pankuzu li {
	display: table-cell;
	font-size: 1.4rem;
	vertical-align: middle;
}
#pankuzu li a {
	display: block;
	float: left;
	line-height: 42px;
}
#pankuzu li:not(:last-child)::after {
	width: 35px;
	display: block;
	float: right;
	font-weight: 900;
	line-height: 42px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
}

/* サブヘッダー //
---------------------------------------------- */
#subheader {
	margin-bottom: 60px;
}
#subheader h2 {
	width: 100%;
	height: 135px;
	display: table;
	font-size: 4.6rem;
	line-height: 1.2;
}
#subheader h2 span {
	padding-bottom: 13px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#subheader > div {
	border-bottom: 1px solid #999;
}

/* 見出し //
---------------------------------------------- */
.line01 {
	box-sizing: border-box;
	margin-bottom: 50px;
	width: 100%;
	height: 80px;
	background-color: #0ea95a;
	border-radius: 6px;
	display: table;
}
.line01 > span {
	padding: 10px 30px;
	display: table-cell;
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.2;
	vertical-align: middle;
}

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

.line02 {
	margin-bottom: 17px;
	color: #0ea95a;
	font-size: 2.6rem;
	line-height: 1.2;
}

/* テーブル ///
---------------------------------------------- */
.table-style01 {
	width: 100%;
}
.table-style01 th, .table-style01 td {
	padding: 17px 20px;
	border: 1px solid #ccc;
	line-height: 1.7;
	vertical-align: middle;
}
.table-style01 th {
	width: 240px;
	background-color: #f8f8f8;
	font-weight: bold;
	text-align: left;
}
.table-style01 td a {
	text-decoration: underline;
}

/* フォーム ///
---------------------------------------------- */
.form-style01 {
	width: 100%;
	table-layout: fixed;
}
.form-style01 + .form-style01 {
	margin-top: 30px;
}
.form-style01 th, .form-style01 td {
	box-sizing: border-box;
	padding: 18px;
	border: 1px solid #ccc;
	line-height: 1.5;
}
.form-style01 th {
	width: 280px;
	background-color: #f7f8f8;
	border-right: 0;
	text-align: left;
}
.form-style01 td {
	border-left: 0;
	text-align: justify;
}
.form-style01 th i {
	padding: 0 10px;
	background-color: #ff9900;
	float: right;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 20px;
}
.form-style01 td .ex {
	font-size: 1.3rem;
}

/* コンタクトフォーム7 ///
---------------------------------------------- */
.wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
}
.wpcf7 .your-comment, .wpcf7 .your-comment2 {
	display: block;
	vertical-align: bottom;
}
.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
	margin-left: 0.5em;
}
.wpcf7 .unit {
	margin: 0 0.3em;
	line-height: 44px;
}

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

.wpcf7 [type="text"],
.wpcf7 [type="email"],
.wpcf7 [type="number"],
.wpcf7 [type="tel"],
.wpcf7 [type="date"] {
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 44px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	display: block;
	line-height: 30px;
	font-family: inherit;
	-webkit-appearance: none;
}

/*ラジオやチェックボックスを囲むタグ*/
.wpcf7 .wpcf7-list-item {
	margin: 0 1em 0 0;
}
.wpcf7 .wpcf7-list-item label {
	padding: 10px 10px 10px 20px;
	display: block;
	position: relative;
	cursor: pointer;
}

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

.wpcf7 .wpcf7-radio .wpcf7-list-item input[type="radio"] {
	box-sizing: border-box;
	margin: auto;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	vertical-align: middle;
	-webkit-appearance: none;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked {
	background-color: #008fe5;
	border-color: #008fe5;
	box-shadow: 0 0 0 2px #fff inset;
}

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

.wpcf7 .wpcf7-list-item input[type="checkbox"] {
	box-sizing: border-box;
	margin: auto;
	width: 16px;
	background: url(/images/common/checked.gif) no-repeat  bottom -100px left / contain;
	height: 16px;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	position: absolute;
	top: 15px;
	left: 0;
	display: inline-block;
	-webkit-appearance: none;
}
.wpcf7 .wpcf7-list-item input[type="checkbox"]:checked {
	background-position-y: 0;
	border-color: #008fe5;
}

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

.wpcf7 select {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	height: 44px;
	background: url(/images/common/arrow.gif) no-repeat right 15px center / 10px;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	font-size: 1.6rem;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
}
.wpcf7 select::-ms-expand {
	display: none;
}

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

.wpcf7 textarea {
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	display: block;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-appearance: none;
}

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

.wpcf7 .submit {
	position: relative;
}
.wpcf7 .submit p {
	position: relative;
}
.wpcf7 input[type="submit"].wpcf7-submit {
	margin: 10px auto 0;
	width: 350px;
	height: 50px;
	background-color: #0ea95a;
	display: block;
	border: none;
	border-radius: 0;
	outline: none;
	color: #fff;
	font-size: 2rem;
	font-family: inherit;
	line-height: 40px;
	cursor: pointer;
	transition: opacity 0.1s;
	-webkit-appearance: none;
}
.wpcf7 input[type="submit"].wpcf7-submit:hover {
	opacity: 0.8;
}
.wpcf7 input[type="submit"].wpcf7-submit:disabled {
	background-color: #e1e1e1;
	opacity: 1;
	cursor: auto;
}
.wpcf7 .submit .ajax-loader {
	margin: auto;
	position: absolute;
}
.wpcf7 .submit .ajax-loader {
	top: 0;
	left: 300px;
	bottom: 0;
}
.wpcf7 .submit .privacy {
	margin-top: 20px;
	line-height: 1.5;
	text-align: center;
}
.wpcf7 .submit .privacy p + p {
	margin-top: 10px;
}
.wpcf7 .submit .privacy a {
	text-decoration: underline;
}
.wpcf7 .submit .privacy .wpcf7-form-control-wrap {
	display: block;
}
.wpcf7 .submit .privacy .wpcf7-acceptance {
	margin: auto;
	width: 350px;
	display: block;
	text-align: center;
}
.wpcf7 .submit .privacy .wpcf7-acceptance span {
	margin: 0;
}
.wpcf7 .submit .privacy .wpcf7-acceptance [type="checkbox"] {
	top: 0;
	bottom: 0;
}

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

.wpcf7 .disagree {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
.wpcf7 .disagree p {
	margin: auto;
	width: 280px;
	height: 50px;
	display: table;
}
.wpcf7 .disagree a {
	background-color: #e1e4e9;
	display: table-cell;
	color: #333;
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}
.wpcf7 .disagree a i {
	display: block;
	font-size: 13px;
}

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

.wpcf7 .line01 {
	margin-top: 80px;
	margin-bottom: 40px;
}
.wpcf7 .notes {
	margin-top: 20px;
}
.wpcf7 .notes li {
	margin-left: 1em;
	text-indent: -1em;
}
.wpcf7 .notes a {
	white-space: nowrap;
	text-decoration: underline;
}
.wpcf7 .wpcf7-not-valid-tip {
	clear: both;
	font-size: 1.2rem;
}
.wpcf7 .large {
	width: 400px;
}
.wpcf7 .middle {
	width: 220px;
}
.wpcf7 .small {
	width: 70px;
}
.wpcf7 .your-yubin {
	width: 160px;
}
.wpcf7 .yubin .ex {
	margin-left: 0.3em;
}
.wpcf7 .recaptcha-note {
	margin-top: 5px;
	font-size: 12px;
	color: #aaa;
	line-height: 1.5;
	text-align: center;
}
.wpcf7 .recaptcha-note a {
	color: #039be5;
}

/* フォームに表示する個人情報の取り扱いについて ///
---------------------------------------------- */
.privacybox {
	margin: 40px 0 20px;
	padding: 10px 20px 20px;
	background-color: #f7f8f8;
}
.privacybox > h3 {
	margin-bottom: 10px;
}
.privacybox > div {
	box-sizing: border-box;
	padding: 10px 20px;
	height: 140px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 1.3rem;
	overflow-y: scroll;
}
.privacybox > div h4 {
	font-size: 1.4rem;
}
.privacybox > div > p:not(:first-child),
.privacybox > div > ul, .privacybox > div > ul > li:not(:first-child) {
	margin-top: 1.2em;
}
.privacybox > div p {
	margin: 0.5em 0;
}
.privacybox > div > p:last-child {
	text-align: right;
}
.privacybox li ul > li {
	margin-inline-start: 1.3em;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: -1.3em;
}
.privacybox li ol > li {
	margin-inline-start: 1.5em;
	text-indent: -1.5em;
}
.privacybox .group {
	display: table;
}
.privacybox .group > ul {
	display: table-cell;
}
.privacybox .group > ul > li {
	padding-right: 1.5em;
}

/* アーカイブページ //
////////////////////////////////////////////////////////////////////*/

body.archive #subheader,
body.post-type-page.news #subheader {
	margin-bottom: 0;
}
body.archive .archive-list01:first-child > a,
body.post-type-page.news .archive-list01:first-child > a {
	padding-top: 30px;
}

/* ページ送り //
---------------------------------------------- */
.wp-pager {
	margin: 30px auto 50px;
	width: 1000px;
	overflow: hidden;
}
.wp-pager .page-numbers {
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	background-color: #d7d6d4;
	padding: 10px 25px;
}
.wp-pager .page-numbers.dots {
	background: #AAA;
}
.wp-pager .page-numbers.current {
	background: #0ea95a;
}
.wp-pager a:hover {
	opacity: 0.8;
}

/* リスト表示 その1 //
---------------------------------------------- */
.archive-list01 {
	border-bottom: 1px dotted #ccc;
	position: relative;
}
.archive-list01 > a {
	box-sizing: border-box;
	padding: 20px 10px;
	width: 100%;
	height: 40px;
	display: table;
	vertical-align: middle;
	transition: background 0.1s;
}
.archive-list01 > a::before {
	margin: auto;
	height: 1em;
	position: absolute;
	opacity: 0.8;
	top: 0;
	right: 20px;
	bottom: 0;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
}
.archive-list01 > a:hover {
	background-color: #fbfcff;
}

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

.archive-list01 .photo,
.archive-list01 > a > div {
	display: table-cell;
	vertical-align: middle;
}
.archive-list01 > a > div {
	padding-right: 50px;
	padding-left: 20px;
	vertical-align: top;
}
.archive-list01 .photo {
	width: 150px;
}
.archive-list01 .photo span {
	height: 100px;
	display: block;
	overflow: hidden;
}
.archive-list01 .photo span img {
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
	backface-visibility: hidden;
	vertical-align: unset;
}

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

.archive-list01 time {
	color: #f60;
	font-size: 1.6rem;
}
.archive-list01 h4 {
	font-size: 2rem;
	line-height: 1.2;
}

/*-- カテゴリー表示 --*/

.archive-list01 > .cate + a > div {
	padding-bottom: 45px;
}
.archive-list01 > .cate {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 180px;
	pointer-events: none;
}
.archive-list01 > .cate a {
	box-sizing: border-box;
	padding: 0 10px;
	min-width: 120px;
	border: 1px solid #0ea95a;
	display: inline-block;
	color: #0ea95a;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: bottom;
	pointer-events: auto;
}


/* シングルページ //
////////////////////////////////////////////////////////////////////*/

body.single .main > time {
	margin-top: 30px;
	clear: both;
	text-align: right;
}

/* セミナーのお問い合わせボタン //
---------------------------------------------- */
body.single .main .inquiry_btn {
	box-sizing: border-box;
	margin: 40px auto 0;
	width: 470px;
	height: 60px;
	background-color: #0ea95a;
	border: 1px solid #fff;
	border-radius: 5px;
	display: table;
}
body.single .main .inquiry_btn a {
	display: table-cell;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
	transition: background 0.1s;
}
body.single .main .inquiry_btn a:hover {
	background-color: #264a87;
}

/* 前後の記事移動 //
---------------------------------------------- */
body.single .navlink {
	margin-top: 40px;
	padding-top: 5px;
	overflow: hidden;
	clear: both;
	font-size: 1.6rem;
}
body.single .navlink .navlink-prev {
	float: left;
}
body.single .navlink .navlink-next {
	float: right;
}
body.single .navlink a {
	text-decoration: none;
}
body.single .navlink a:hover {
	text-decoration: underline;
}


/* 個人情報保護方針 //
////////////////////////////////////////////////////////////////////*/


body.privacy h4 {
    font-size: 1.6rem;
    margin-bottom: .5rem;
	margin-top: 20px;
    border-left: 5px solid;
    padding-left: 1rem;
    line-height: 1.4;
}
body.privacy h4 + p {
    font-size: 1.3rem;
}


/* お問い合わせ //
////////////////////////////////////////////////////////////////////*/

body.inquiry .toiawase .wpcf7-form-control-wrap {
	width: 400px;
	display: block;
}
body.inquiry .toiawase .wpcf7-list-item {
	margin-right: 0;
	margin-bottom: 10px;
	display: block;
}
body.inquiry .toiawase .wpcf7-list-item label {
	padding-left: 30px;
}
body.inquiry .toiawase .wpcf7-list-item label input {
	left: 10px !important;
}
body.inquiry .toiawase .wpcf7-list-item-label::before {
	border: 1px solid #ccc;
	border-radius: 6px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	content: "";
}
body.inquiry .toiawase input:checked + .wpcf7-list-item-label::before {
	border-color: #008fe5;
}
body.inquiry .wpcf7 .jusho li + li {
	margin-top: 13px;
}


/* 査定・売却相談 //
////////////////////////////////////////////////////////////////////*/

body.sale_form .toiawase .wpcf7-form-control-wrap {
	width: 400px;
	display: block;
}
body.sale_form .toiawase .wpcf7-list-item {
	margin-right: 0;
	margin-bottom: 10px;
	display: block;
}
body.sale_form .toiawase .wpcf7-list-item label {
	padding-left: 30px;
}
body.sale_form .toiawase .wpcf7-list-item label input {
	left: 10px !important;
}
body.sale_form .toiawase .wpcf7-list-item-label::before {
	border: 1px solid #ccc;
	border-radius: 6px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	content: "";
}
body.sale_form .toiawase input:checked + .wpcf7-list-item-label::before {
	border-color: #008fe5;
}
body.sale_form .wpcf7 .jusho li + li {
	margin-top: 13px;
}


/* 投資相談 //
////////////////////////////////////////////////////////////////////*/

body.soudan .wpcf7 dl {
	overflow: hidden;
}
body.soudan .wpcf7 dl + dl,
body.soudan .wpcf7 dd + dt,
body.soudan .wpcf7 dd + dt + dd {
	margin-top: 15px;
}
body.soudan .wpcf7 dt {
	margin-right: 0.3em;
	float: left;
	line-height: 44px;
}
body.soudan .wpcf7 dd + dt {
	clear: both;
}
body.soudan .wpcf7 .kibou li {
	margin-right: 0.5em;
	float: left;
}
body.soudan .wpcf7 .name dt {
	min-width: 2em;
}
body.soudan .wpcf7 .jusho dt {
	width: 10em;
}


/* 資料請求 //
////////////////////////////////////////////////////////////////////*/

body.shiryo .wpcf7 .jusho li + li {
	margin-top: 13px;
}


/* 売却無料査定・問い合わせフォーム //
////////////////////////////////////////////////////////////////////*/

body.usatei .wpcf7 .jusho li + li {
	margin-top: 13px;
}
body.usatei .main .youbou {
	margin: 1em 0;
}
body.usatei .main .youbou li {
	list-style: disc inside;
}
body.usatei .main .setumei {
	margin: 2em 0 1em;
	padding: 1em;
	background-color: #f9fae8;
}
body.usatei .main .setumei i {
	margin-right: 0.5em;
}
body.usatei .setumei + p {
	text-decoration: underline;
}
body.usatei .main .your-comment textarea,
body.usatei .main .your-comment2 textarea {
	height: 180px;
}


/* サイトマップ //
////////////////////////////////////////////////////////////////////*/

body.sitemap .main .list li {
	margin-bottom: 10px;
	float: left;
}
body.sitemap .main .list li a::before {
	margin-right: 0.3em;
	display: inline-block;
	font-weight: 900;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
}
body.sitemap .main .list li:not(:last-child) {
	margin-right: 2em;
}
body.sitemap .main .list::after {
	display: table;
	clear: both;
	content: "";
}

body.shueki #osusume-tksn,
body.area_tokyo #osusume-tksn,
body.area_osaka #osusume-tksn {
	min-height: 400px;
}


/* マイページについて //
////////////////////////////////////////////////////////////////////*/

body.mypage .main {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
body.mypage #taktmypage {
	margin:0 auto;
	max-width:785px;
	background:none repeat scroll 0 0 #FFFFFF;
	color:#333333;
	text-align:left;
}
body.mypage #main h2 {
	color:#FFFFFF;
}
body.mypage h2.taktmypageh2 {
	background:none repeat scroll 0 0 #333333;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-top:3px;
	margin:0;
}
body.mypage #main h2.taktmypageh2 {
	background:none repeat scroll 0 0 #333333;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-top:3px;
	margin:0;
}
body.mypage .space2 {
	margin-bottom:20px;
}
body.mypage .dnone {
	display:none;
}
body.mypage #taktmypagetop {
	position:relative;
	text-align:left;
	background: url(/images/mypage/title.jpg) no-repeat left top;
	height:475px;
	margin-bottom:20px;
}
body.mypage #taktmypagetop .kaiin_touroku {
	height:56px;
	left:60px;
	position:absolute;
	top:240px;
	width:317px;
}
body.mypage .kaiin_touroku a {
	background:url(/images/mypage/touroku.jpg) no-repeat;
	display:block;
	height:56px;
	width:317px;
}
body.mypage .kaiin_touroku a:hover {
	background-position:0px -56px;
}
body.mypage #taktmypagetop p {
	text-align:left;
	position:absolute;
	top:310px;
	left: 60px;
	margin:0;
}
body.mypage .taktmypagetext {
	margin-left:60px;
	margin-bottom:10px;
	margin-right:25px;
}


/* お客様の声（Googleレビュー） //
////////////////////////////////////////////////////////////////////*/

body.voice #subheader,
body.kuchikomi #subheader {
	margin-bottom: 50px;
}
.kuchikomi .review {
    margin-bottom: 70px;
}
/* body.voice .voice_page_tab,
body.kuchikomi .voice_page_tab {
	margin: 50px auto;
	width: 400px;
	display: flex;
}
body.voice .voice_page_tab li:not(:last-child),
body.kuchikomi .voice_page_tab li:not(:last-child) {
	margin-right: 1px;
}
body.voice .voice_page_tab li a,
body.kuchikomi .voice_page_tab li a {
	width: 200px;
	background-color: #ccc;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 5.8rem;
	text-align: center;
}
body.voice .voice_page_tab .active a,
body.kuchikomi .voice_page_tab .active a {
	background-color: #0ea95a;
} */

/* お客様の声（Googleレビュー） //
////////////////////////////////////////////////////////////////////*/
.profit input[type="submit"] {
    width: 220px;
    height: 50px;
    background-color: #0ea95a;
    font-size: 1.6rem;
    border-radius: 5px;
    margin: 30px auto;
    color: #fff;
    border: none;
    font-weight: 700;
}