@charset "UTF-8";


.radio-btns span {
  position: relative;
  padding-left: 30px;

  padding: 0;
}
.radio-btns span.span-txt1 {
  position: relative;
  padding-left: 30px;
  padding-left: 10px;
  
  color: #c00;
  font-weight: bold;
}
.radio-btns span.wpcf7-list-item-label {
	position: relative;
	top: -1px;
	vertical-align: middle;
	padding: 0 30px 0 36px;
	margin: 0 ;
	line-height: 100.1%;

}
@media print, screen and (max-width: 800px) {
.radio-btns span.wpcf7-list-item-label {
	position: relative;
	top: -1px;
	vertical-align: middle;
	padding: 0 30px 0 36px;
	padding: 0 0 0 32px;
	margin: 0 ;

	font-size: 1rem;
	height: auto;
	overflow: visible;

}	
}
.radio-btns span.wpcf7-list-item {
  padding: 8px 0;
  margin: 0 ;
}







input[type=radio] {

}

/* ラジオボタン */
.radio-btns input[type=radio] {
  display: none;
}

.radio-btns input[type=radio] + span::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #ddd;
  left: 0;
  top: 0;
}

.radio-btns input[type=radio] + span::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ca5df;
  left: 9px;
  top: 9px;
  opacity: 0;
  transition: .3s;
}

.radio-btns input[type=radio]:checked + span::after {
 opacity: 1;
}

.radio-btns input[type=radio] + span.on::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ca5df;
  left: 9px;
  top: 9px;
  opacity: 1;
  transition: .3s;
}



/*
@media print, screen and (min-width: 801px) {
.radio-btns.m01 input[type=radio] + span::before {
	left: 0;
	top: -0.24em;
}
}
*/



/***

チェックボックス

***/

input[type=checkbox] {
	position: relative;
	z-index:10;
	opacity: 0.6;

}
.radio-btns .checkbox2 span.wpcf7-list-item-label {
	width: auto;
	position: relative;
	padding: 0 40px 0 0;
	margin: 0;
	left: 4px;
	top: -2px;
	background: rgba(165,188,124,0.5);
	background: #fff;
	z-index:0;
}





/***

2024-0422追加

***/
.flex-left{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

/* zip1 */
.contact_txt1 label input.text-zip1_box[type=text] {
	width: 30%;
	width: 100px;
	height: auto;
	padding: 8px 0;
	border: 1px solid #ccc;
}
@media print, screen and (min-width: 801px) {
.contact_txt1 label input.text-zip1_box[type=text] {
	width: 30%;
	width: 100px;
}
}
/* zip1　キャプション */
.contact_txt1 .text-zip1_cap {
	font-size: 0.8rem;
}
@media print, screen and (min-width: 801px) {
.contact_txt1 .text-zip1_cap {
	font-size: 0.8rem;
}
}

/* zip2,3 */
.contact_txt1 label input.text-zip2_box[type=text] {
	width: auto;
/*	width: 100px;*/
	height: auto;
	padding: 8px 0;
	margin: 0;
	border: 1px solid #ccc;
}
@media print, screen and (min-width: 801px) {
.contact_txt1 label input.text-zip2_box[type=text] {
	width: auto;
/*	width: 100px;*/
}
}
/* zip4 */
.contact_txt1 label input.text-zip4_box[type=text] {
	width: 100%;
/*	max-width: 600px;*/
/*	width: 200px;*/
	height: auto;
	padding: 8px 0;
	border: 1px solid #ccc;
}
@media print, screen and (min-width: 801px) {
.contact_txt1 label input.text-zip4_box[type=text] {
	width: 80%;
/*	width: 200px;*/
}
}
/* zip5 */
.contact_txt1 label textarea.text-zip5_box {
	width: 100%;
/*	max-width: 600px;*/
	height: auto;
/*	min-height: 60px;*/
	padding: 8px 0;
	border: 1px solid #ccc;
	overflow: auto;
}
@media print, screen and (min-width: 801px) {
.contact_txt1 label textarea.text-zip5_box {
	width: 80%;
/*	width: 200px;*/
}
}



/* 物件の種別　テキストエリア */
.contact_txt1 label input.text-type1[type=text] {
	width: auto;
	height: auto;
	padding: 8px 0;
	border: 1px solid #ccc;
}
@media print, screen and (min-width: 801px) {
.contact_txt1 label input.text-type1[type=text] {
	width: auto;
}
}





#contact-btn{
	position: absolute;
	top: -250px;
}


.contact_txt1 .flex-buy1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;

}
.contact_txt1 .flex-buy1 span.wpcf7-form-control-wrap{
	clear: both;
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0;
	padding: 0;
	border: none;
}
.contact_txt1 .flex-buy1 span.wpcf7-form-control-wrap select{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	padding: 8px 0;
	border: 1px solid #ccc;
}



/***

切替えボタン

***/
.contact_btn2 {
	clear: both;
	width: 31%;
	height: 50px;
	height: 70px;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media print, screen and (min-width: 801px) {
.contact_btn2 {
	width: 220px;
	height: 50px;
	margin: 0;
	padding: 0;
}
}
.contact_btn2 a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 70px;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 550;
	font-size: 1.4rem;
	font-weight: normal;
	background-color: #2ca5df;
	background-color: #b3b3b4;
	text-decoration: none;
/*	border: 1px solid #2ca5df;*/
	
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.06em;
}
@media print, screen and (min-width: 801px) {
.contact_btn2 a {
	line-height: 50px;
	font-size: 1.5rem;
}
}


.contact_btn2 a .contact_btn2_txt1{
	font-size: 1.1rem;
	line-height: 1.1;
	position: relative;
	top: 0.34rem;
}
@media print, screen and (max-width: 800px) {
.contact_btn2 a .contact_btn2_txt1{
	font-size: 1.1rem;
	font-size: 1rem;/*2024-0514修正*/
	line-height: 1.1;
	top: 0.56rem;
}
}
/*
.contact_btn2 a:hover {
  opacity: 0.7;
}
*/

.contact_btn2 a {
  transition: all 300ms linear;
}
.contact_btn2.on a ,
.contact_btn2 a:hover {
	color: #2ca5df;
	color: #fff;
	background-color: #b3b3b4;
	background-color: #2ca5df;
/*  border: 1px solid #b3b3b4;*/
}

.contact_arrow01{
	width: 100%;
	height: auto;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 100%;
	font-size: 18px;
	line-height: 100.1%;
	text-align: center;
	transform: scale(1, 0.6);
	color:rgba(44,165,223,0);
	
/*	bottom: 55%;*/
}
.contact_arrow01::before{
/*
	content: '';
	width: auto;
	height: auto;
	border: none;
*/
/*	background: #2ca5df;*/
/*
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
*/
/*
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
*/
/*
	color: #2ca5df;
	color:rgba(44,165,223,0.5);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
*/
}
.contact_btn2 a:hover .contact_arrow01{
/*
	border-top: solid 2px #2ca5df;
	border-right: solid 2px #2ca5df;
*/
	color:rgba(44,165,223,1);
}
.contact_btn2.on a .contact_arrow01{
	color:rgba(44,165,223,1);
}



.after-purchase-info1-sell{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	
	
	
/*	background: rgba(201,103,104,1.00);*/
}
.after-purchase-info1-sell2{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	
	
	
/*	background:rgba(139,209,188,1.00);*/
}
@media print, screen and (max-width: 800px) {
.after-purchase-info1-sell{
/*	background: rgba(201,103,104,1.00);*/
}
.after-purchase-info1-sell2{
/*	background:rgba(139,209,188,1.00);*/
}
}


/*
.wpcf7-form-control-wrap .wpcf7-form-control,
.after-purchase-info1-sell,
.after-purchase-info1-sell2 {
	clear: both;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
*/

/* 2024-0524-ボタンFLEX化 */
/*
@media screen and (max-width: 800px){
.wpcf7-form-control-wrap .wpcf7-form-control,
.after-purchase-info1-sell,
.after-purchase-info1-sell2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

}
*/


/*
.wpcf7-form-control-wrap .wpcf7-form-control,
.after-purchase-info1-sell,
.after-purchase-info1-sell2 {
	clear: both;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
*/




.contact_flex1 {
	clear: both;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}


.wpcf7-list-item.m01{
	clear: both;
	width: 100px;
	height: auto;
	margin: 0 20px;
	padding: 0;
	position: relative;
	border: none;
	
/*	background: rgba(239,141,229,1.00);*/
}
.wpcf7-list-item.m01 label{
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: none;
	
/*	background:rgba(161,194,233,1.00);*/
}
@media screen and (max-width: 800px){
.wpcf7-list-item.m01{
	width: 100px;
}
}


.info_title3{
	font-family: 'Shippori Mincho' , 'Noto Serif JP' , 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif ;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	padding: 0 0 10px;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 4.25vw;
}
@media print, screen and (min-width: 801px) {
.info_title3{
	font-size: 20px;
}
}






.contact_txt1 label.w-50{
	clear: both;
	width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	cursor: pointer;
	
/*	background: rgba(233,70,73,0.6);*/
}

@media print, screen and (min-width: 801px) {
.contact_txt1 label.w-50{
	width: 50%;
	width: auto;
	margin: 0 auto;
}

}

.wpcf7-list-item{
	clear: both;
	width: 20px;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	border: none;
	
/*	background: rgba(239,141,229,1.00);*/
}

.document_btn1{
	clear: both;
	width: 32%;
	height: auto;
	margin: 0 20px;
	padding: 30px 0 ;
	position: relative;
	border: 2px solid #ccc;
	border-radius: 15px;
	box-sizing: border-box;
	
	background: #fff;
}
.document_btn1 a{
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.document_btn1 a span{
	width: 100%;
	margin: 0 auto;
font-family: 'Shippori Mincho' , 'Noto Serif JP' , 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif ;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	
	font-size: 3.25vw;
	text-align: center;
	
	color: #515151;
}
@media print, screen and (min-width: 801px) {
.document_btn1 a span{
	font-size: 16px;
}

}



/***

コンタクトフォーム7
未入力時に主力される文字の調整

***/
.wpcf7-not-valid-tip{
	font-family: "sans-serif";
	font-size: 12px;
	line-height: 100.1%;
	letter-spacing: 0.02em;
	color: #900;
	position: absolute;
	top: 46px;
	right: 0;
	text-align: right;
	
}
@media print, screen and (max-width: 800px) {
.wpcf7-not-valid-tip{
	font-size: 2.4vw;
}
}