@charset "UTF-8";
/*
reset
--------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, img, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, thead, tr, th, td, article, aside, canvas, footer, header, menu, nav, section, summary, audio, video, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
ul, ol, dl {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
em {
	font-style: normal;
}
select::-ms-expand {
	display: none;
}
:root {
	font-size: 10px;
}

/*
base
--------------------------------------- */
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	height: 100%;
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	position: relative;
	overflow-x: hidden;
}
body::after {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #D5ECF6;
	background: -moz-linear-gradient(top, #D5ECF6 0%,#fff 100%);
	background: -webkit-linear-gradient(top, #D5ECF6 0%,#fff 100%);
	background: linear-gradient(to bottom, #D5ECF6 0%, #fff 100%); 
}
.bg_img {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(../img/chat/chat_pc_bg.png) repeat-x center bottom / auto 80px fixed;
	pointer-events: none;
	z-index: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
button {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 10px;
	color: #000;
	padding: 5px 10px;
}
a, button {
  cursor: pointer;
}
a[disabled], button[disabled] {
  cursor: default;
}
a {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.ios a:hover {
	opacity: 1 !important;
}
input, optgroup, select, textarea {
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	border: 1px solid #333;
	font-size: 16px;
	font-size: 1.6rem;
	/* border-radius: 10px; */
	border-radius: 8px;
	background: #FFF;
  cursor: pointer;
}
input[type="text"], input[type="tel"], select {
	font-size: 20px;
	font-size: 2rem;
	height: 46px;
	padding: 5px 40px 5px 10px;
}
input[type="checkbox"], label {
	cursor: pointer;
}
input[type="button"] {
	background: none;
	border: none;
}
img {
	vertical-align: middle;
}

/*
chatform04
--------------------------------------- */
body , html {
	margin: 0;
	height: 100%;
	font-size: 18px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
	list-style: none;
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.w100 {
	width: 100%;
}
label, a, span.err, span.err2 {
	font-size: 12px;
}
.f-14px {
	font-size: 14px !important;
}
.f-16px {
	font-size: 16px !important;
}
.f-18px {
	font-size: 18px !important;
}
.font_weight_bold {
	font-weight: bold;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.t-yellow {
	color: #FF0 !important;
}
.txt_yellow {
	color: #fff696;
}
.txt_orange {
	color: #fb7701;
}
.btn_orange {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #fb7701;
	border-radius: 10px;
	box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
	padding: 10px;
	transition: .3s;
}
.btn_orange:hover {
	transform: translateY(1px);
	box-shadow: 0 0 0;
}
#start_assessment.btn_orange:disabled {
	background: #fb7701 !important;
	color: #fff !important;
	box-shadow: 0 2px 0 rgb(0 0 0 / 20%) !important;
}
.d_flex {
	display: flex;
}
.mr_05em{
	margin-right: .5em;
}
.mb_05em {
	margin-bottom: 0.5em;
}
@media (min-width: 768px) {
	.forsp {
		display: none;
	}
}

/* #6544：ヘッダー（chat_pc.cssからコピーして改修） --------------------*/
/* #header {
	position: fixed;
	z-index: 99;
	background-color: white;
	border-bottom: 1px #ccc solid;
	width:100%;
	text-align:left;
	padding:10px;
	background: url(../img/form_header_border.png) repeat-x #fff center bottom;
	background-size: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
} */
.formHeader {
	position: fixed;
	top: 0;
	width: 100%;
	padding-bottom: 6px;
	background-color: white;
	background: url(/sell/img/form_header_border.png) repeat-x center bottom;
	z-index: 99;
}
.hTopNav {
	height: 10px;
	padding: 0;
	background: #1777c2;
	*zoom: 1;
}
.hTopNav:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.hBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;
}
.hBar a,
.hBar span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.hBar img,
.headerInner img {
	vertical-align: middle;
}
.formHeader .hBar {
	height: 65px;
	max-height: 65px;
	background: #fff;
}
.formHeader .hBar .hSiteLogo {
	display: flex;
	align-items: center;
}
.hSiteLogo {
	width: 60%;
	margin: 0;
}
.hSiteLogo img {
	width: 100%;
	max-width: 640px;
	height: auto;
}
.nttdata_logo {
	width: 15%;
	max-width: 197px;
	height: auto;
}
.container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.container__left {
	width: 140px;
	position: fixed;
	top: 0;
	left: 20px;
	z-index: 99;
}
.container__left img {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.container__right {
	position: fixed;
	bottom: 0;
	right: calc(50% - 540px);
	width: 240px;
	height: auto;
}
.container__right img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 930px) {
	.container__left {
		display: none;
	}
	.contents {
		width: 100%;
		padding: 0 10px;
    box-sizing: border-box;
	}
}
@media screen and (max-width: 1050px) {
	.container__right {
		visibility:hidden !important;
	}
}
@media screen and (min-width: 1260px) {
	.hBar {
		padding: 0 20px 0 220px;
	}
	.contents {
		/* width: 700px; */
		width: 600px;
	}
	.container__left {
		left: 60px;
	}
	.container__right {
		right: 60px;
		width: 260px;
	}
}
@media screen and (min-width: 860px) and (max-width: 1259px) {
	.hBar {
		padding: 0 20px 0 180px;
	}
	/* .contents {
		width: calc(100% - 220px);
		padding: 0 80px 0 160px;
	} */
}
/* ↑ ここまで//#6544：ヘッダー --------------------*/

/* 企業ロゴの無いalヘッダー調整 */
.formHeader.clearfix {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px 16px 180px ;
	background-color: #fff;
}
.formHeader.clearfix > .hSiteLogo {
	width: calc(100% - 150px);
}
.formHeader.clearfix > .hSiteLogo > img {
	max-width: 320px;
	height: auto;
}
.formHeader.clearfix > .hSiteTxt {
	width: 150px;
	text-align: end;
}
.formHeader.clearfix > .hSiteTxt > img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 930px) {
	.formHeader.clearfix {
		padding-left: 20px;
	}
}
@media screen and (min-width: 1260px) {
	.formHeader.clearfix {
		padding-left: calc(180px + 60px);
	}
}
/* ↑ ここまで//企業ロゴの無いalヘッダー調整 */

/* 企業ロゴがあるalヘッダー調整 */
#al_header {
	height: auto !important;
}
#al_header.al_header--mans {
	height: 62px !important;
	z-index: 100 !important;
}
.alLogo {
	margin: 20px 0 8px 180px !important;
}
.alLogo--mansion {
	margin-top: 8px !important;
	margin-left: 20px !important;
}
.h4uLogo {
	margin-top: 20px !important;
	margin-right: 20px !important;
}
.h4uLogo--ndss {
	margin-top: 8px !important;
}
.al_mansion--header {
	padding: 62px 0 20px !important;
	z-index: 100 !important;
}
@media screen and (max-width: 930px) {
	.alLogo {
		margin-left: 20px !important;
	}
}
@media screen and (min-width: 1260px) {
	.alLogo {
		margin-left: calc(180px + 60px) !important;
	}
	.alLogo--mansion {
		margin-left: 20px !important;
	}
}
/* ↑ ここまで//企業ロゴがあるalヘッダー調整 */
.inner {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

/*
main
--------------------------------------- */
.contents {
	padding-top:86px;
}
.contents main {
	position: relative;
	z-index: 10;
}

/* ▼FV 物件種別の選択▼ */
.main__ttl {
	position: relative;
	margin: 10px 0;
}
.main__ttl h1 {
	font-size: 16px;
	font-size: 1.6rem;
}
.main__ttl h1 span {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
.main__ttl .chara_01 {
	width: 26%;
	max-width: 100px;
	height: auto;
	position: absolute;
	right: 2%;
	/* bottom: -44%; */
	bottom: -60%;
	z-index: 1;
}
@media screen and (min-width: 641px) {
	.main__ttl {
		margin: 40px 0 10px;
	}
	.main__ttl h1 {
		font-size: 2.2rem;
	}
	.main__ttl h1 span {
		font-size: 2.8rem;
	}
	.main__ttl .chara_01 {
		bottom: -30%;
	}
}
/*
.intro {
	display: block;
}
.intro.hero {
	position: relative;
	top: calc(0rem - (100vw * 0.125));
	margin: 0 -10px;
	z-index: +1;
}
.intro .intro_txt {
	top: calc(.5em + (100vw * 0.125));
	font-size:4.5vw;
	color: #005598;
	padding:0 20% 5px 1em;
}
*/

/* ▼dlp出し分けによるヘッダーデザインの調整▼ */
.chat-header-bottom__design02 ~ .intro.hero .intro_img{
  opacity:0;
}
/*
.chat-header-bottom__design02 ~ .intro.hero .intro_txt.to.first{
	padding:.5em 1em;
}.chat-header-bottom__design02 ~ .intro.hero .intro_txt.to.first br{
  display:none;
}
*/
.header-long-banner {
	height: 35px;
	text-align: right;
}
.header-long-banner img {
	height: 35px;
}
.chat-header-bottom img.chat-header-bottom--18th{
	width: 100%;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/* form一体型LP */
.chat-header-bottom,
.chat-header-bottom__form_lp {
	width: 100%;
	margin-bottom: 10px;
}
.chat-header-bottom--main {
	width: 100%;
	vertical-align: bottom;
}
.formBoxTtl {
	padding: 10px 5px;
	font-size: 14px;
	line-height: 1.4;
	background: #019be1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 0px;
	margin-top: 0;
}
.formBoxTtl.dsp {
  background: #4773B9;
}
.cWarning {
	color: #fee82c;
}


.property_fv {
	position: relative;
	text-align: center;
	background: #5183C4;
	padding: 30px 15px 15px;
	margin-top: 30px;
}
.property_fv h2,
.property_fv h3 {
	color: #fff;
}
.property_fv h2 {
	font-size: 14px;
	font-size: 1.4rem;
	background: #005598;
	border-radius: 25px;
	border: 2px solid #fff;
	position: absolute;
	top: -20px;
	padding: 10px 20px;
}
@media (max-width: 767.98px) {
	.property_fv h2 {
		text-align: left;
		left: 10px;
	}	
}
.property_fv h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
.message {
	display: none;
	font-size: 15px;
	color: #333;
	border-radius: 10px;
	float: right;
	clear: both;
	/* max-width: 85%;*/
	word-wrap: break-word;
	box-sizing: border-box;
	/* padding: 5px 8px 15px; */
	margin-bottom: 10px;
}
.message.from {
	color: #000000;
	border-top-right-radius: 0;
	position: relative;
	width: 100%;
	/* margin: 10px 0 5px; */
}
.from.first {
	position: relative;
	margin: 0;
	padding: 0 16px 10px;
	background: #5183C4;
	float: none;
	max-width: 120%;
	border-radius: 0;
}
.message.ready {
	display: inline-block !important;
	animation: bounceIn 0.2s ease;
	transform-origin: 0 0 0;
}
.message.ready p{
	margin: 0 0 5px;
	font-size: 15px;
}
.message.ready p.property_name{
	margin: 0;
}
.message.ready p.property_other_name{
	margin: 0 0.5em 0;
}
.message.ready p.s_sec_title{
	margin: 0 0 5px;
	font-size: 15px;
	font-size: 1.5rem;
}
.message.from.ready a {
	text-decoration: underline;
	color: #5183C4;
	margin: 0 0 6px 0;
}
.message.typing {
	display: inline-block;
	animation: bounceIn 0.2s ease;
	transform-origin: 0 0 0;
}
.message.to+.message.to, .message.from+.message.from {
	margin-top: 0px;
}
.operator {
	background: url(../img/operator.png) left top no-repeat;
	background-size: 50px;
	min-height: 50px;
	padding-left: 55px;
	margin-bottom: 10px;
}
.operator_name {
	display: block;
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.typing_loader{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-animation: typing 1s linear infinite alternate;
	-moz-animation: typing 1s linear infinite alternate;
	-ms-animation: typing 1s linear infinite alternate;
	animation: typing 1s linear infinite alternate;
	position: relative;
	left: -12px;
	margin: 7px 15px 5px;
}
.to .typing_loader {
	animation: typing-black 1s linear infinite alternate;
}
@-webkit-keyframes typing{
	0%{
		background-color: rgba(255,255,255, 1);
		box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.4),
		24px 0px 0px 0px rgba(255,255,255,0.2);
	}
	50% {
		background-color: rgba(255,255,255, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(255,255,255,1),
		24px 0px 0px 0px rgba(255,255,255,0.4);
	}
	100%{
		background-color: rgba(255,255,255, 0.2);
		box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.4),
		24px 0px 0px 0px rgba(255,255,255,1);
	}
}
@-moz-keyframes typing{
	0%{
		background-color: rgba(255,255,255, 1);
		box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.4),
		24px 0px 0px 0px rgba(255,255,255,0.2);
	}
	50% {
		background-color: rgba(255,255,255, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(255,255,255,1),
		24px 0px 0px 0px rgba(255,255,255,0.4);
	}
	100%{
		background-color: rgba(255,255,255, 0.2);
		box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.4),
		24px 0px 0px 0px rgba(255,255,255,1);
	}
}
@keyframes typing-black{
	0%{
		background-color: rgba(74, 74, 74, 1);
		box-shadow: 12px 0px 0px 0px rgba(74, 74, 74, 0.4),
		24px 0px 0px 0px rgba(74, 74, 74, 0.2);
	}
	50% {
		background-color: rgba(74, 74, 74, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(74, 74, 74, 1),
		24px 0px 0px 0px rgba(74, 74, 74,0.4);
	}
	100%{
		background-color: rgba(74, 74, 74, 0.2);
		box-shadow: 12px 0px 0px 0px rgba(74, 74, 74,0.4),
		24px 0px 0px 0px rgba(74, 74, 74,1);
	}
}
@keyframes typing{
	0%{
		background-color: rgba(255,255,255, 1);
		box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.4),
		24px 0px 0px 0px rgba(255,255,255,0.2);
	}
	50% {
		background-color: rgba(255,255,255, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(255,255,255,1),
		24px 0px 0px 0px rgba(255,255,255,0.4);
	}
	100%{
		background-color: rgba(255,255,255, 0.2);
		box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.4),
		24px 0px 0px 0px rgba(255,255,255,1);
	}
}

div[id$="_block"] {
	position: relative;
}
.three_rows {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	height: auto;
}
.three_rows li {
	width: 32%;
	margin: 0.6%;
}
/* radio button */
input[type="radio"] {
	accent-color: #0075ff;
}
input[type="radio"] + label {
	position:relative;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	background: #fff;
	border:2px #555 solid;
	border-radius: 6px;
}
input[type="radio"] + label.non-icon {
	padding: 0;
}
input[type="radio"] + label.non-icon::before {
	display: none;
}
input[type="radio"]:checked + label.non-icon::before{
	border:none;
}
input[type="radio"]:checked + label.non-icon::after {
	display: none;
}
#property_type_block.fv input[type="radio"] {	
	display: none;
}
#property_type_block.fv > ul li input[type="radio"]:enabled ~ label{
	text-align: center;
	height: 105px;
	background: #fff;
	border: 3px solid #005598;
	border-radius: 10px;
}
input[type="radio"]:checked + label.non-icon::after {
	display: none;
}
input[type="radio"] + label.firstview {
	height: auto;
  display: block;
  cursor :pointer;
}
/* checkbox */
input[type="checkbox"] {
	display: none;
}
.non-icon img{
	height:40px;
	margin: 5px 0;
}
#property_type_block.fv > ul li label img{
	width:100%;
}
.message.ready .property_wrap__txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	margin: 0;
}
.property_wrap__txt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background: #fff696;
	border-radius: 0 0 7px 7px;
}
.property_wrap__txt p {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #005598;
}
.acd-label{
	text-align: center;
	text-decoration: underline;
	display: block;
	padding: 10px;
	font-size: 15px;
}
#property_type_block.fv .acd-label {
	padding: 0;
}
.acd-label span{
	position: relative;
	display: inline-block;
	line-height:1;
	padding-right:25px;
	color: #fff;
}
.acd-label span::before {
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:-2px;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#fff;
}
.acd-label span::after {
	content:"\232a";
	display:block;
	position:absolute;
	top:0.6em;
	right:0.5em;
	font-size:0.6em;
	color :#5183C4;
	transform: rotate(90deg);
}

/* 「その他の種別」表示非表示 */
#links01 li {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#menu_bar01:checked~#links01 li {
	height: 100%;
	opacity: 1;
}

#property_type_selected {
	margin-top: 20px;
}
.question-title {
	font-weight: bold;
	margin-bottom: 5px;
}
.message.ready p.question-title {
	margin-bottom: 3px;
}
/* ▲FV 物件種別の選択▲ */

.clearfix.chat {
	display: flex;
	margin-bottom: 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.textarea#demand{
	margin-top: 0;
}
.input_answer_2{
	width: 100%;
}
.half li{
	width:49%;
	display: inline-block;
}
.half li:nth-child(odd){
	margin-right: 2%;
}
li a{
	display: block;
	margin: 6px;
	color: #fff;
	text-align: right;
}
span.err {
	position: absolute;
	bottom: 56px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	color: #ff3636;
	background-color: #ffd2c4;
	border: 1px solid #ff3636;
	border-radius: 100px;
	padding: 5px 15px;
	z-index: 5;
	display: none;
	opacity: 0;
}
/* span.err50 {
	text-indent: initial;
	left: calc(50% + 5px);
}
span.err-50 {
	text-indent: initial;
	left: calc(50% - 50px);
}
span.err30 {
	text-indent: initial;
	left: calc(30% + 22px);
} */
span.err::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 30px;
	bottom: -10px;
	border-top: 10px solid #ff3636;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
span.err::after{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 30px;
	bottom: -8px;
	border-top: 11px solid #ffd2c4;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
/* span.err-50::before {
	left: calc(30% + 10px);
} */
:disabled {
	background-color:#ddd !important;
	color:#7a7a7a !important;
	opacity:1 !important;
}
.def_input {
	width: 100%;
	height: 46px;
	font-size: 20px;
	font-size: 2rem;
	background-color: #ddd;
	border-radius: 10px;
	border:1px #333 solid;
	padding: 5px 5px 5px 10px;
	margin: 0 0 6px 0;
}
.def_select {
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-size: 1.8rem;
	border-radius: 5px;
	border:2px #555 solid;
	background-color: #fff;
	padding: 5px 5px 5px 10px;
	margin-bottom: .5em;
}
.def_input_area {
	padding: 10px;
	border-radius: 6px;
	border:1px #333 solid;
	font-size: 16px;
	width: 100%;
	box-shadow: 1px 2px 1px #ccc inset;
	line-height: 1.4em;
	box-sizing: border-box;
}
.def_input[data-complete="false"]:enabled,
.def_input_area[data-complete="false"]:enabled,
.def_select[data-complete="false"]:enabled,
.def_select_button[data-complete="false"]:enabled,
.other_input[data-complete="false"]:enabled,
input[type="radio"][data-complete="false"]:enabled~label {
	background-color: #ffd2c4;
	border: 2px #ff3636 solid;
	font-weight: normal;
}
.def_input[data-complete="true"]:not(:placeholder-shown),
.def_input_area[data-complete="true"]:not(:placeholder-shown),
.def_select[data-complete="true"], .def_select_button[data-complete="true"],
.other_input[data-complete="true"], input[type="radio"][data-complete="true"],
input[type="checkbox"][data-complete="true"] {
	background: url(../img/chat/ico_circle-check.svg) no-repeat #fff center right 10px / 24px 24px;
	font-weight: bold;
}
.chat_image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.chat_image img.chara_02,
.chat_image img.chara_03,
.chat_image img.chara_04,
.chat_image img.chara_05 {
	width: 71.428%;
}
.chat_image img.chara_05 {
	width: 50%;
}
.chat_image img.chara_03 {
	padding: 10px 0;
}
.chat_image img.chara_04 {
	margin-top: 20px;
}
.chat_image img.chara_05 {
	/* width: 80%; */
	margin: 20px auto -30px;
}

.message.to {
	float: left;
	color: #000;
	background: #fff;
	background-size: 100px auto;
	font-size: 16px;
	line-height: 1.4em;
	border-top-left-radius: 0;
	padding:12px;
	margin: 17px 0 0 -55px;
}
@media (min-width: 425px) {
	.message.to {
		margin-left: -45px;
	}
}
/* 現在この物件にお住まいですか？ */
#living_now_block .d_flex,
#mansion_living_now_block .d_flex {
	align-items: center;
	justify-content: space-between;
}
#living_now_block .d_flex li,
#mansion_living_now_block .d_flex li {
	position: relative;
	width: 48%;
	margin: 0 1%;
}
#living_now_block .d_flex input[type="radio"],
#mansion_living_now_block .d_flex input[type="radio"] {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%) scale(1.5);
	-webkit-transform: translateY(-50%) scale(1.5);
	-ms-transform: translateY(-50%) scale(1.5);
	z-index: 1;
}
#living_now_block .d_flex input[type="radio"] + label,
#mansion_living_now_block .d_flex input[type="radio"] + label {
	width: 100%;
	border-radius: 10px;
	padding: 7px 10px 7px 35px;
}
.message.from.response {
	width: auto;
	color: #fff;
	background: #005598;
	padding: 12px 15px;
}
span.sell_season_not::before {
	top: -14%;
	border-top: 0;
	border-bottom: 7px solid red;
}
/* 査定の理由 */
.assessment_reason_other_block{
	position:relative;
}
.assessment_reason_other_block .other_input[data-complete="false"]{
	display:none;
}
.assessment_reason_other_block .other_input[data-complete="false"]:enabled {
	display:block;
}
.assessment_block .input_answer_2.harf li a{
	text-align:center;
}

#username_block .d_flex,
#username_kana_block .d_flex {
	align-items: flex-end;
	justify-content: space-between;
}
#username_block .d_flex li,
#username_kana_block .d_flex li {
	width: 49%;
}
#username_block .d_flex .err,
#username_kana_block .d_flex .err {
	max-width: 49%;
}
#age_block .def_select_button {
	color: #666;
	background-color: #ddd;
	font-weight: normal;
}
#age_block .def_select_button[data-complete="true"] {
	color: #000;
	background-color: #fff;
	font-weight: bold;
}
#age_block .def_select_button[data-complete="false"]:enabled {
	background-color: #ffd2c4;
}
#age_block [data-value="0"],
#selModalItems_age [data-value="0"] {
	pointer-events: none;
}
#living_block .question-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 5px 0;
}
#living_block .s_sec_title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2px;
}
#living_block .d_flex {
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#living_block .d_flex > div {
	width: 49%;
}
#living_block .def_select_button[data-complete=""] {
	height: 46px;
	font-weight: normal;
	line-height: 1.6;
	color: #666;
	background-color: #ddd;
	border: 1px solid #333;
	overflow: hidden;
	padding: 7px 32px 7px 12px;
}
#living_block .def_select_button[data-complete="true"] {
	height: 46px;
	font-weight: bold;
	line-height: 1.6;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	padding: 7px 32px 7px 12px;
}
#living_block .def_select_button[data-complete="false"]:enabled {
	background-color: #ffd2c4;
}
/* ▽ラジオボタン改修（25/0513）--------------------------------*/
.property_info .d_flex {
	align-items: center;
}
.property_info .property_info__inputarea {
	/* width: 40%; */
	width: 60%;
	margin-right: 10px;
}
.property_info .property_info__inputarea input[data-complete="true"],
#property_building_block input[data-complete="true"] {
	background-color: #fff;
}
.property_info .d_flex .d_flex li {
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 6px;
	border: 1px solid #707070;
	border-radius: 10px;
	background-color: #eee;
}
.property_info .d_flex .d_flex li:first-child {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.property_info .d_flex .d_flex li:last-child {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.property_info .d_flex li input[type="radio"] {
	position: absolute;
	left: 12px;
	top: 50%;
	accent-color: #6785c1;
	transform: translateY(-50%) scale(1.8);
	-webkit-transform: translateY(-50%) scale(1.8);
	-ms-transform: translateY(-50%) scale(1.8);
	z-index: 1;
}
.property_info .d_flex li label {
	width: 100%;
	height: auto;
	padding: 14px 10px;
	padding-left: 36px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}
.property_info input[type="radio"] + label {
	background: none;
	border: none;
}
.property_info input[type="radio"]:checked + label.radio_heibei_tsubo {
	color: #fff;
	background-color: #6785c1;
}
.property_info ul.d_flex li:first-child input[type="radio"]:checked + label.radio_heibei_tsubo {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.property_info ul.d_flex li:last-child input[type="radio"]:checked + label.radio_heibei_tsubo {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/* △改修ここまで ---------------------------*/
/* ▽チェックボックス追加（25/0513） ---------*/
.property_info .d_flex--checkbox {
	justify-content: end;
	margin-top: 0.25em;
	margin-bottom: 1em;
}
.property_info input[type="checkbox"] {
	display: inline-block;
  appearance: none;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5rem;
  color: #6785c1;
  vertical-align: -2px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0.25rem;
}
.property_info input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: 9px;
	height: 14px;
	border-right: 3px solid #6785c1;
	border-bottom: 3px solid #6785c1;
	rotate: 38deg;
	visibility: hidden;
}
.property_info input[type="checkbox"]:checked::before {
  visibility: visible;
}
.property_info input[type="checkbox"] + label {
	font-size: 15px;
	font-size: 1em;
}
/* △追加ここまで --------------------------*/
.land_area_block__wrap {
	position: relative;
}
#floor_block input,
#number_of_house_block input {
	width: 40%;
	margin-right: 10px;
}
#floor_block input + span, #number_of_house_block input + span {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
.property_other_button_block {
	margin-top: 15px;
}
#property_building_block .property_building__name {
	position: relative;
}
#property_housenumber_block input[type="text"],
#property_building_block input[type="text"] {
	width: 100%;
}
#property_roomnumber_block input[type="text"],
#floor_block input[type="input"],
#number_of_house_block input[type="input"] {
	display: inline-block;
	width: 40%;
}
#property_roomnumber_block input[type="text"] + span,
#floor_block input[type="input"] + span,
#number_of_house_block input[type="input"] + span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 6px 6px;
}
#property_roomnumber_block .property_roomnumber_txt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 6px 4px;
}
.mailaddress_block__inputarea input[data-complete="true"] {
	background-color: #fff;
	border: 1px #333 solid;
}
.message.ready p.s_sec_title.mail-comfirm-text {
	font-size: 14px;
	font-size: 1.4rem;
	background: rgb(255 255 255 / 0.8);
	margin-top: 0;
}
.mailaddress_block__inputarea,
.blk_optin_mail_flag__check,
.tel_block__inputarea {
	position: relative;
}
.mailaddress_block__inputarea {
	margin-bottom: 10px;
}
.mailaddress_review-wrap {
	height: 40px;
	text-align: center;
	color: #fb7701;
	background: #Fff;
	font-family: "HiraMinProN-W6","Sawarabi Mincho", serif;
	font-weight: bold;
	line-height: 20px;
	font-size: 18px;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#mailaddress_review{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
}

#blk_optin_mail_flag {
	display: none;
	opacity: 0;
}
#blk_optin_mail_flag.dis-blk{
    display: block;
    animation: show 1s ease;
    opacity: 1;
}
#blk_optin_mail_flag input[type="checkbox"] {
	display: block;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	position: absolute;
	left: 20px;
	bottom: 14px;
	accent-color: #0075ff;
}
#blk_optin_mail_flag input[type="checkbox"] + label {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #ddd;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
}
#blk_optin_mail_flag input[type="checkbox"]:checked + label {
	background: #fff;
}

/* お住まいの住所 */
.living_block__postalcode {
	position: relative;
}
#postalcode{
	width: 70%;
}
.selModal.user_prefecture_code .selModalInner ul li.selModalClose:last-child,
.selModal.user_town_code .selModalInner ul li.selModalClose:last-child {
	border: none;
}
.selModal.user_prefecture_code .selModalInner ul li.selModalOptgroup,
.selModal.user_town_code .selModalInner ul li.selModalOptgroup {
	border: none;
	padding: 0;
}

/* ▼企業選択▼ */
.select_company__ttl {
	background: #005598;
	text-align: center;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}
.select_company__ttl:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #005598;
}
.select_company__ttl h4 {
	color: #fff;
	margin-bottom: 10px;
}
.select_company__ttl h4, .select_company__ttl p {
	line-height: 1.2;
}
.select_company__ttl h4 .txt_yellow {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.select_company__ttl p {
	font-feature-settings: "palt";
	color: #005598;
	background: #fff;
	padding: 10px 5px;
}
.select_company__ttl p .txt_orange {
	font-weight: bold;
}
.company_select__flow {
  display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.company_select__flow .flow_item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.33%;
	color: #fff;
	background: #005598;
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 0;
}
.company_select__flow .flow_item:first-child {
	background: #4083ba;
	z-index: 1;
}
.company_select__flow .flow_item:not(:last-child):after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 15px solid transparent;
	border-left: 8px solid #005598;
	margin: auto;
	z-index: 2;
}
.company_select__flow .flow_item:first-child:after {
	border-left-color: #4083ba;
}
.company_select__flow .flow_item:last-child {
	background: #09426f;
}
/* 企業リスト：#6544改修 */
/* .select_company__list li:not(:last-child) {
	border-bottom: 1px solid #ccc;
} */
.select_company__list li {
	/* margin-bottom: 1.6rem; */
	border: 2px solid #4083BA;
	/* border-radius: 8px; */
}
.select_company__list li:not(:last-child) {
	border-bottom: 0;
}
.select_company__list label.d_flex {
	position: relative;
	align-items: center;
}
.select_company__list label.d_flex input[type="checkbox"] {
	display: block;
	position: absolute;
	/* left: 20px; */
	left: 30px;
	top: 50%;
	transform: translateY(-50%) scale(1.85);
	-webkit-transform: translateY(-50%) scale(1.85);
	-ms-transform: translateY(-50%) scale(1.85);
	accent-color: #0075ff;
}
.select_company__list input[type="checkbox"] + dl {
	width: 100%;
	background: #f5f5f5;
	/* padding: 20px 20px 20px 50px; */
	padding: 15px 20px 10px 70px;
	/* border-radius: 8px; */
}
.select_company__list input[type="checkbox"]:checked + dl {
	background: #fff;
	/* padding: 20px 20px 20px 50px; */
	padding: 15px 20px 10px 70px;
	/* border-radius: 8px; */
}
.select_company__name {
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.select_company__name img {
	width: 112px;
	height: auto;
	background: #fff;
	border: 1px solid #999;
	padding: 5px;
	margin-right: 10px;
}
.select_company__name span {
	/* font-size: 14px; */
	/* font-size: 1.4rem; */
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-feature-settings: "palt";
}
.select_company__text {
	/* font-size: 12px; */
	/* font-size: 1.2rem; */
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.select_company__text .hide {
	display: none;
	}
.select_company__text--btn {
	display: inline;
	font-size: 1.6rem;
	color: #005598;
	text-decoration: underline;
}
.select_company__more{
	padding: 15px;
}
#company_more_button {
	width: 100%;
	font-weight: bold;
	background: #fff;
	border: 1px solid #333;
	border-radius: 10px;
	padding: 10px;
	position: relative;
}
#company_more_button::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 10px;
  top: 46%;
  margin-right: 10px;
  transform: translateY(-50%) rotate(135deg);
}
#company_more_button::after{
	content: '';
	width: 10px;
	height: 10px;
	border-right: solid 2px #333;
	position: absolute;
	right: 10px;
	top: 46%;
	margin-right: 10px;
	transform: translateY(-50%) rotate(45deg);
}
#company_more_button em {
	font-size: 20px;
	font-size: 2rem;
}
/* ▲企業選択▲ */

/* ▼HOME4U 個人情報の取り扱いについて▼ */
.formBtnSubmit {
	margin: 10px 0;
	position: relative;
}
.formBtnSubmit span {
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 5px;
}
.formBtnSubmit::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.return_form {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	padding-left: 20px;
	text-decoration-line: underline;
	background: none;
	color: #fff;
	box-shadow: unset;
	}
.return_form::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}
.privacy_policy__agree {
	color: #fff;
	background: #005598;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.privacy_policy__agree p {
	line-height: 1.4;
}
#formSubmit3:disabled {
	background: #999;
}
.privacy_policy__description {
	width: 100%;
	height: 30vh;
	background: #fff;
	border: 1px solid #005598;
	border-radius: 10px;
	overflow: auto;
	padding: 0 20px 20px;
	margin: 10px auto;
}
#privacyPolicy {
	text-align: left;
}
#privacyPolicy h2, #privacyPolicy h3, #privacyPolicy h4 {
	font-weight: bold;
	margin: 20px 0 10px;
}
#privacyPolicy p, #privacyPolicy li, #privacyPolicy dt, #privacyPolicy dd, #privacyPolicy .txt_R {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
#privacyPolicy p:not(:last-child), #privacyPolicy li:not(:last-child), #privacyPolicy dd:not(:last-child) {
	margin-bottom: 5px;
}
#privacyPolicy dl {
	margin: 10px 0;
}
#privacyPolicy dt {
	font-weight: bold;
}
#privacyPolicy a {
	color: #6785C1;
	text-decoration: underline;
}
#privacyPolicy .txt_R {
	text-align: right;
	margin-bottom: 20px;
}
.message.from.ready .privacy_policy__about a.disagree {
	color: #005598;
	margin-bottom: 5px;
}
/* ▲HOME4U 個人情報の取り扱いについて▲ */

/* ▼査定依頼に関するご注意▼ */
.formNotice {
	background: #fff;
	padding: 20px;
	margin: 20px 0;
}
.formNotice dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.formNotice p, .formNotice li {
	line-height: 1.4;
}
.formNotice ul {
	list-style-type: disc;
	padding-left: 1em;
	margin-top: 10px;
}
.formNotice li {
	list-style-type: disc;
}
.formNotice li:not(:last-child) {
	margin-bottom: 10px;
}
/* ▲査定依頼に関するご注意▲ */

/* ▼個人情報保護▼ */
.contents .formPrivacy {
	background: #fff;
	padding: 0 20px;
	margin-bottom: 20px;
}
.formPrivacy .d_flex {
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.formPrivacy .d_flex:not(:last-child) {
	border-bottom: 1px solid #999;
}
.formPrivacy__img {
	width: 20%;
	text-align: center;
}
.formPrivacy__img img {
	width: 100%;
	max-width: 75px;
}
.formPrivacy__img input[type="image"] {
	max-width: 44px;
	height: auto;
	border: none;
}
.formPrivacy p {
	width: 75%;
	line-height: 1.4;
}
/* ▲個人情報保護▲ */

/* ▼アライアンス▼ */
.al_mansion--header + .container #section-1 .intro.hero {
	display: block;
}

/*
footer
--------------------------------------- */
#footer, #al_footer, .section6_footer {
	position: relative;
	background: rgb(255 255 255 / 0.8);
	z-index: 10;
}
#footer {
	margin: 2em 0;
}
/* .footer {
	width: 100%;
	position: fixed;
	background-color: #1591ca;
	bottom: 0;
	z-index: 10;
	font-size: 15px;
	margin-bottom: 30px;
	padding-top: 10px;
} */
.footer_container{
	padding: 2em .5em;
}
.fCopoInfo {
	border-top: 1px solid #dcdcdc;
	text-align: center;
}
.fSiteLogo {
	width: 156.5px;
	display: inline-block;
}
.fCopoNav {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.fCopoNav a.hover {
	text-decoration: underline;
}
.fCopoNavItems {
	display: inline-block;
}
.fCopoNavItems:before {
	content: "|";
	margin-right: 1em;
}
.fCopoNavItem {
	display: inline-block;
	line-height: 1.7;
	font-size: 10px;
	font-size: 1rem;
}
.fCopoNavItem:after {
	content: "|";
	margin-left: 1em;
	margin-right: 1em;
}
.fCopoNavItem:last-child {
	margin-right: 0;
}
.fNotice {
	margin-bottom: 9px;
	line-height: 1.67;
	font-size: 9px;
	font-size: 0.8rem;
}
.p_policy a{
	text-decoration:underline;
}
.fSiteLogo img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.br:before {
	content: "\A";
	white-space: pre;
}
:before {
	width: 8px;
	height: 8px;
}
#footer p.copyright{
	font-size: 10px;
}
/* alフッター */
#al_footer {
	padding: 30px 0;
}
.section6_footer {
	margin: 0;
}
#al_footer .footerNotice {
	padding: 0 20px;
}
#al_footer .f_notice {
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 auto;
}
#al_footer .f_notice dt {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

/*
モーダル
--------------------------------------- */
.selModal .selModalInner {
	max-width: 580px !important;
	padding: 0 !important;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 5px 2.5px rgba(0, 0, 0, 0.3);
}
.selModal .selModalInner .selModalHeader{
	background-color: #005598;
	color:#fff;
	border-radius:0;
	border-bottom:0px;
	border-top: 3px solid #6785C1;
	border-right: 3px solid #6785C1;
	border-left: 3px solid #6785C1;
}
.selModal.region_code .selModalInner .selModalHeader .selModalTitle {
	padding: 0 5%;
}
.selModal .selModalInner ul li.selected::before,
.selModal .selModalInner ul li ul li.selected::before{
	background-color: #5183C4 !important;
}
.selModal.region_code .selModalInner .selModalList,
.selModal.prefecture_code .selModalInner .selModalList,
.selModal.mansion_prefecture_code .selModalInner .selModalList {
	padding: 10px;
}
.selModal.region_code .selModalInner .modal_select__li,
.selModal.prefecture_code .selModalInner .modal_select__li,
.selModal.mansion_prefecture_code .selModalInner .modal_select__li {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.selModal.region_code .selModalInner .modal_select__li li,
.selModal.prefecture_code .selModalInner .modal_select__li li,
.selModal.mansion_prefecture_code .selModalInner .modal_select__li li {
	width: 48.5%;
	border: none;
	padding: 5px 0;
}
.selModal.region_code .selModalInner .modal_select__li li button,
.selModal.prefecture_code .selModalInner .modal_select__li li button,
.selModal.mansion_prefecture_code .selModalInner .modal_select__li li button {
	height: 100%;
}
.selModal.living_now .selModalContent .d_flex,
.selModal.mansion_living_now .selModalContent .d_flex {
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.selModal.living_now .selModalInner .selModalList,
.selModal.mansion_living_now .selModalInner .selModalList,
.selModal.assessment .selModalInner .selModalList,
.selModal.mansion_assessment .selModalInner .selModalList {
	padding: 15px 10px;
}
.selModal.living_now .selModalContent .selModalClose,
.selModal.mansion_living_now .selModalContent .selModalClose {
	width: 48.5%;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: #FFF;
	border: 2px solid #333;
	border-radius: 10px;
	box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
	padding: 10px;
	transition: .3s;
}
.selModal.living_now .selModalContent .selModalClose:hover,
.selModal.mansion_living_now .selModalContent .selModalClose:hover,
.selModal.assessment .selModalContent .selModalClose:hover,
.selModal.mansion_assessment .selModalContent .selModalClose:hover {
	transform: translateY(1px);
	box-shadow: 0 0 0;
}
.selModal.living_now .selModalContent .selModalClose:after,
.selModal.mansion_living_now .selModalContent .selModalClose:after,
.selModal.assessment .selModalContent .selModalClose:after,
.selModal.mansion_assessment .selModalContent .selModalClose:after {
	border: none;
}
.selModal.assessment .selModalContent #selModalItems_assessment,
.selModal.mansion_assessment .selModalContent #selModalItems_assessment {
	margin-bottom: 20px;
}
.selModal.assessment .selModalContent .selModalClose,
.selModal.mansion_assessment .selModalContent .selModalClose {
	font-weight: bold;
	text-align: center;
	color: #333;
	background: #FFF;
	border: 2px solid #333;
	border-radius: 10px;
	box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
	padding: 15px;
	margin-bottom: 10px;
}
.selModal.assessment .selModalContent .selModalClose.selected::before,
.selModal.mansion_assessment .selModalContent .selModalClose.selected::before {
	background: none !important;
}
.selModal.assessment .selModalContent dl,
.selModal.mansion_assessment .selModalContent dl {
	margin-bottom: 20px;
}
.selModal.assessment .selModalContent dt,
.selModal.mansion_assessment .selModalContent dt {
	color: #005598;
	font-weight: bold;
	margin-bottom: 10px;
}
.selModal.assessment .selModalContent dd,
.selModal.mansion_assessment .selModalContent dd {
	display: block;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #333;
	background: #eef7fb;
	padding: 20px;
}
.selModal.assessment .selModalContent dd::before,
.selModal.mansion_assessment .selModalContent dd::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 40px;
	top: -8px;
	border-right: 9px solid transparent;
	border-bottom: 10px solid #eef7fb;
	border-left: 8px solid transparent;
}

#rental_fee_block,
#mansion_rental_fee_block {
	background: #d5ecf6;
	padding: 15px;
}
#rental_fee_block::after,
#mansion_rental_fee_block::after {
	border: none;
}
#rental_fee_block dl,
#mansion_rental_fee_block dl {
	margin-bottom: 10px;
}
#rental_fee_block dl span.err,
#mansion_rental_fee_block dl span.err {
	bottom: 80px;
}
#rental_fee_block dt,
#mansion_rental_fee_block dt {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 6px;
}
#rental_fee_block dd.d_flex,
#mansion_rental_fee_block dd.d_flex {
	align-items: center;
	justify-content: space-between;
}
#rental_fee_block dd.d_flex input[data-complete="true"],
#mansion_rental_fee_block dd.d_flex input[data-complete="true"] {
	width: 100%;
	background-color: #fff;
	margin-right: 6px;
}
#rental_fee_block dd.d_flex .def_input[data-complete="false"]:enabled,
#mansion_rental_fee_block dd.d_flex .def_input[data-complete="false"]:enabled {
	background-color: #ffd2c4;
}
#rental_fee_block dd.d_flex span,
#mansion_rental_fee_block dd.d_flex span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#rental_fee_next,
#mansion_rental_fee_next {
	margin-top: 10px;
}
.notice.ready .notice_txt {
	font-size: 16px;
	font-size: 1.6rem;
	color:  #f00;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.selModal.year_built .selModalInner ul li,
.selModal.mansion_year_built .selModalInner ul li {
	font-feature-settings: "palt";
}

/* ▼ 入力内容確認 ▼ */
.company_select__confirm {
	margin-bottom: 20px;
}
.company_select__confirm .confirm__button {
	position: relative;
	font-size: 16px;
	text-align: center;
	color: #005598;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #005598;
	box-shadow: 0px 2px 0px 0px #0003;
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: .3s;
}
.company_select__confirm .confirm__button:hover {
	box-shadow: 0 0 0;
	transform: translateY(1px);
}
.company_select__confirm .confirm__button:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #005598;
	border-right: solid 2px #005598;
	position: absolute;
	right: 20px;
	top: 45%;
	transform: translateY(-50%) rotate(135deg);
	transition: .3s;
}
.company_select__confirm .confirm__button.open:after {
	transform: rotate(-45deg);
}
.company_select__confirm .confirm__contents {
	display: none;
}
.company_select__confirm .confirm__note {
	font-weight: bold;
	color: #fb7701;
	background: url(../img/ico_warning.png) no-repeat #fff center left 14px / 24px 24px;
	border: 4px solid #fb7701;
	padding: 10px 10px 10px 50px;
	margin-bottom: 14px;
}
.company_select__confirm .confirm__group {
	background: #fff;
	border-radius: 6px;
	margin-bottom: 30px;
	font-feature-settings: "palt";
}
.company_select__confirm .confirm__title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #005598;
	border-radius: 6px 6px 0 0;
	padding: 10px;
}
.company_select__confirm dl {
	display: flex;
	align-items: center;
}
.company_select__confirm dl:last-child {
	border-radius: 0 0 6px 6px;
}
.company_select__confirm dl:not(:last-child) {
	border-bottom: 1px dashed #ddd;
}
.company_select__confirm dt,
.company_select__confirm dd {
	padding: 10px;
}
.company_select__confirm dt {
	width: 34%;
	min-width: 120px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.company_select__confirm dd {
	width: 66%;
}
/* ▲ 入力内容確認 ▲ */

/* ▼ 「マンション一室」選択時 ▼ */
.mansion_select {
	margin: 30px 0 0;
}
.mansion_select .question-title {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 3px;
}
.mansion_select__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #005598;
	padding: 10px;
	margin: 10px 0;
}
.mansion_select__ttl .mansion_ttl_ico {
	margin-right: 4%;
}
.mansion_select__ttl h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	color: #fff;
}
.mansion_select__ttl h3 .txt_yellow {
	font-size: 110%;
}
.mansion_select input[type="text"],
.mansion_select input[type="tel"] {
	width: 100%;
	height: 46px;
	color: #333;
	background: #FFF;
	border: 1px solid #333;
	font-weight: bold;
}
.mansion_select input::placeholder {
	color: #777;
	font-weight: normal;
}
.mansion_select .d_flex {
	align-items: center;
	justify-content: space-between;
}
#mansion_property_roomnumber_block .d_flex div span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 5px;
}
#mansion_building_area_block .d_flex {
	justify-content: flex-start;
}
.mansion_select .d_flex > div {
	width: 49%;
}
.mansion_select .def_select {
	font-size: 20px;
	font-size: 2rem;
	border: 2px solid #333;
	border-radius: 10px;
}
.mansion_select #year_built_block+.next_btn {
	margin: 10px 0 20px;
}
.mansion_select #year_built_block+.next_btn:disabled {
	background: #999;
}

/* マンション名検索 */
.mansion_search__wrap {
	position: fixed;
	top: 100vh;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	transition: top 0.3s ease;
}
/* @supports (-webkit-touch-callout: none) {
	.mansion_search__wrap {
		height: -webkit-fill-available;
	}
} */
.mansion_search__wrap.show {
	top: 0;
	transition: top 0.3s ease;
}
.mansion_search__wrap.hide {
	top: 100vh;
	transition: top 0.3s ease;
}
.mansion_search__inner {
	position: relative;
	width: 600px;
	max-width: 700px;
	height: 75%;
	margin: 0 auto;
	background-color: #fff;
}
.mansion_search__wrap .d_flex {
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #eef7fb;
	padding: 10px;
}
.mansion_search__box {
	width: 88%;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 5px 10px;
}
.mansion_search__box::placeholder {
	font-size: 16px;
	font-size: 1.6rem;
}
.mansion_search__close {
	display: block;
  position: relative;
  width: 10%;
  height: 46px;
	margin-left: 2%;
}
.mansion_search__close:before,
.mansion_search__close:after {
	content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #666;
}
.mansion_search__close:before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.mansion_search__close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.loader {
	color: #888;
	font-size: 4px;
	margin: 20px auto;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.mansion_search__ttl {
	display: block;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #888;
	padding: 10px;
}
.mansion_search__suggest {
	width: 100%;
	background: #fff;
	overflow: scroll;
}
.mansion_search__suggest li {
	position: relative;
	border-bottom: 1px solid #d5ecf6;
}
.mansion_search__suggest li:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #6785c1;
	border-right: 2px solid #6785c1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mansion_search__suggest li a {
	display: block;
	color: #005598;
	font-size: 18px;
	line-height: 1;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 20px;
	margin: 0;
	transition: .3s;
}
.mansion_search__suggest li a .mansion_address {
	display: block;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.mansion_nosearch {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	/* -webkit-transform: translate(-50%, -50%); */
	/* -ms-transform: translate(-50%, -50%); */
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 15px;
}
.mansion_nosearch p {
	margin: 5px 0;
}
.mansion_nosearch__input-txt {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.mansion_nosearch p,
.mansion_nosearch__note {
	font-size: 16px;
	font-size: 1.6rem;
	font-feature-settings: "palt";
}
.mansion_nosearch__note {
	font-weight: bold;
	color: #005598;
	border: 1px solid #005598;
	padding: 10px;
	margin-top: 20px;
}
.mansion_nosearch__input {
	width: auto;
	font-size: 16px;
	color: #fff;
	background: #005598;
	box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
	border-radius: 30px;
	padding: 10px 30px;
	margin: 20px auto 0;
}
.mansion_search__input {
	/* position: fixed; */
	position: absolute;
	bottom: -100%;
	display: block;
	width: 100%;
	background:#E8EDEF;
	padding: 15px;
	transition: bottom 0.3s ease;
}
.mansion_search__wrap.show .mansion_search__input {
	bottom: 0;
}
.mansion_search__wrap.hide .mansion_search__input {
	bottom: -100%;
}
.mansion_search__input p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;	
}
.mansion_search__input button {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background: #005598;
	box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
	border-radius: 30px;
	padding: 12px 20px;
	transition: .3s;
}
.mansion_search__input button:hover {
	transform: translateY(1px);
	box-shadow: 0 0 0;
}
.mansion_select #property_roomnumber_block input[type="text"] {
	width: 50%;
}
.mansion_select #building_area_block .d_flex {
	justify-content: unset;
}
.mansion_select #building_area_block .property_info__inputarea {
	width: 50%;
}
.mansion_select #living_now_block .d_flex li {
	width: 49%;
	margin: 0;
}
#caution-select-mansion,
#caution-mansion-room {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #f00;
	margin: 5px auto 0;
}
#caution-select-mansion span,
#caution-mansion-room span {
	display: inline-block;
}
#mansion-next-button,
#mansion-room-next-button {
	margin: 10px 0 20px;
}
#mansion-room-section-container .def_select_button {
	height: 46px;
	line-height: 44px;
	padding: 0 28px 0 12px;
}
#mansion-room-section-container .def_select_button[disabled] {
	font-weight: normal;
}
#mansion-room-section-container .def_select_button[data-complete="true"] {
	font-weight: bold;
}
#mansion-room-section-container .def_select_button[data-complete="false"]:enabled {
	border: 2px #ff3636 solid;
}
#mansion-room-section-container #section-303 .message.first {
	position: inherit;
	margin: 0;
	padding: 0;
	background: inherit;
	float: inherit;
	max-width: inherit;
	border-radius: inherit;
}
@media (max-width: 360px) {
	.main__ttl h1 span {
		font-size: 20px;
		font-size: 2rem;
	}
	.mansion_select__ttl h3 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
body.open-mansion-search {
	touch-action: none;
	-webkit-overflow-scrolling: none;
	overflow: hidden;
	overscroll-behavior: none;
}
/* ▲ 「マンション一室」選択時 ▲ */

/* マンション一室 モーダル表示字、section-305の高さ調整 */
body.selModalBody #section-305 {
	height: 522px;
}

/* フォーカスアウトを促すボタン */
.inputFocusOut {
	position: fixed;
	right: calc(50% - (300px - 2rem));
	bottom: 1.25rem;
}
.btn__goToNextSec {
	padding: 0.25rem 1.25rem;
	color: #fff;
	border-radius: 6px;
	background-color: rgba(169, 169, 169, 0.85);
}
.btn__goToNextSec:hover {
	background-color: rgba(169, 169, 169, 0.5);
}

/* al header */
#al_header .tosh {
    overflow: hidden;
    padding: 0 8px !important;
    border-top: 3px solid #0469c4;
    border-bottom: 1px solid #ccc;
}