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

.mailform {
  max-width:800px;
  width:100%;
  margin:0 auto;
}
.mailform dl {
  border-bottom: 1px solid #ECECEC;
  display:flex;
  width:100%;
  box-sizing: border-box;
  font-size:1.0em;
}
.mailform dt {
  width: 35%;
  padding: 18px 30px 10px;
  box-sizing: border-box;
  line-height: 22px;
    background: #FAFAFA;
	border-right: 1px solid #ECECEC;
}
.mailform dd {
  width: 65%;
  padding-left: 8px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px 30px 10px 20px;
}
.mailform dd input[type="text"],
.mailform dd input[type="tel"],
.mailform dd input[type="email"],
.mailform dd select,
.mailform dd textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 8px 6px;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

@media only screen and (max-width:767px){
.mailform dt {
    background: none;
	border-right: none;
}
}


label{
font-size:14px;
}

.mailform p {
  font-size:1em;
}


/*確認ページボックス
-------------------------------------------------------*/

.kakunin_box .container{
    width: 100%;
    max-width: 800px;
	padding: 20px!important;
    margin: 20px auto;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 2px;
	border-collapse: collapse;
}

.kakunin_box .container_bdnone{
margin: 0;
padding: 0;
}

.kakunin_box dt{
border: solid 1px #ECECEC;
box-sizing: border-box;
}
.kakunin_box dd{
line-height: 44px;
}

@media only screen and (max-width:767px){
.kakunin_box dt{
border: none;
}
}



.kakunin_box dl{
border: none;
box-sizing: border-box;
}


/*******************************************************/
.mailform select span.sentaku {
  appearance: none;
color:#FF0000;
}
/*.mailform dd select {
  max-width:100%;
  width:60%;
  color:#808080;
  font-size:12px;
}*/
/*
.mailform dd textarea {
  width: calc(100%-12px);
  height: 70px;
  box-sizing: border-box;
  resize: vertical;
}*/
/**************************************************************************/
.mailform dd input[type="text"]:focus {
 background-color:#FFE9E9;
 outline: 0;
 border-color: pink;
}
.mailform dd input[type="text"]:blur {
 background-color:#FFE9E9;
 outline: 0;
 border-color: pink;
}

/*************************************************/

.mailform dd span {
  line-height:1.6;
  display: inline-block;
  padding-top: 5px;
}
.mailform dd input[type="text"].inp_zip {
 width:47%;
}
.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"]{
  box-shadow: none;
  border: 1px solid #ddd;
}
.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}

/* kakunin */
.mailform dl dd.kakunin_dd {
  background-color:#FFEDED;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 15px;
  font-size: 14px;
  border: 1px solid #FFDDDE;
  min-height:52px;
}

/*------------------------------------------------------------------------------*/
/* btn
---------------------------------------------------------------*/
div.btn_area {
  width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
div.btn_area label {
  width:65%;
}
div.btn_area label:first-child {
    width: 35%;
}

/* btn確認 */
.confirmation_btn {
  font-family: inherit;
    padding: 15px 0px;
    font-size: 20px;
    border-radius: 4px;
    border: none;
    background: #FF0000;
    color: #fff;
    cursor: pointer;
    margin: 1em auto 2em;
    display: block;
    width: 40%;
    opacity: .7;
}
.confirmation_btn:hover {
  opacity: 1.0;
}

.confirmation_btn2 {
  font-family: inherit;
  
  font-size: 14px;
  border-radius: 4px;
  border: none;
  background: #22A9FF;
  color: #fff;
  margin: 1em auto 15px;
  width:40%;
	text-align: center;
}
.confirmation_btn2 a {
 display: block;
	padding: 10px 0px;
	text-decoration: none;
}
.confirmation_btn2:hover {
  opacity: .8;
}
/* btn戻る */
.history_back_btn {
    font-family: inherit;
    padding: 14px 0px;
    font-size: 20px;
    background: #ddd;
    border-radius: 4px;
    border: 1px solid #22A9FF;
    color: #191919;
    cursor: pointer;
    margin: 1em auto 0 .2em;
    display: block;
    width: 95%;
    opacity: .8;
    letter-spacing: 1px;
}
.history_back_btn:hover {
  opacity: 1.0;
}
/* error page btn Only */
.history_back_btn_add {
  width:60%;
  margin:2em auto;
}

/* btn_send */
.send_btn {
    font-family: inherit;
    padding: 14px 0px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid #FF0000;
    background: #FF0000;
    color: #fff;
    cursor: pointer;
    margin: 1em .2em 0 auto;
    display: block;
    opacity: .7;
    width: 95%;
    letter-spacing: 1px;
}
.send_btn:hover {
  opacity: 1.0;
}

/* btn_gotoHome */
.gotohome_btn {
  font-family: inherit;
  padding: 14px 0px;
  font-size: 20px;
  background: #E9E9E9;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #000;
  cursor: pointer;
  margin: 1em auto 0;
  display: block;
  width:40%;
  opacity: .8;
}
.history_back_btn:hover {
  opacity: 1.0;
}
/*******************************/

/* 下の注釈　*/
.mailform p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding-top: 1em;
}

.form_required {
width: auto;
    background-color: #ff0000;
    font-size: 10px;
    color: #FFF;
    border-radius: 2px;
    text-align: center;
    margin: 0px 3px 0 0 !important;
    padding: 1px 5px;
    letter-spacing: 4%;
    vertical-align: 1px;
}
/* 任意 */
.mailform dl dt span.form_any {
  width:34px;
  background-color:#3F60FF;
  /*height:12px;*/
  font-size:10px;
/*  line-height:12px;*/
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin-right:0.3em;
  padding:1px 5px;
  letter-spacing: 2%;
}
/* error page Only
---------------------------------*/
.maiform_in {
  width:98%;
  text-align:center;
  margin:0 auto 15px;
}

/****************************************************************/
/****************************************************************/
/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
/* SMP
---------------------------------------------------------------------------------*/
@media only screen and (max-width:767px){
.mailform {
  width:100%;
  margin:0 auto;
}
.mailform dl {
  padding: 6px 0px 7px;
  width: 100%;
  margin:0;
  /*border-bottom: 1px solid #E3E3E3;*/
  border:none;
  display: flex;
  flex-direction: column;
  box-sizing:border-box;
}
.mailform dt {
  width: 100%;
  vertical-align: middle;
  box-sizing:border-box;
  padding:0 0 .4em;
}
.mailform dd {
  width: 100%;
  padding: 0;
  vertical-align: middle;
  box-sizing:border-box;
}
/***/
.mailform dd input[type="text"],
.mailform dd input[type="tel"],
.mailform dd input[type="email"],
.mailform dd select,
.mailform dd textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 8px;
  font-size: 16px;
  background: #FFF3DF;
  box-sizing: border-box;
  /*border-radius: 2px;*/
  border: 1px solid #ddd;
  height: 40px;
}

label{
font-size:14px;
}



.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"] {
  box-shadow: none;
  border: 1px solid #ddd;
}
.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}
/*.mailform dd select {
  width: 100%;
  max-width: 100%;
  }*/

/*.mailform dd select {
  width:100%;
  color:#808080;
  font-size:12px;
}*/
  
.mailform dd textarea {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 16px;
}
/* kakunin */
.mailform dd.kakunin_dd {
  background-color:#FFDDDE;
  width: 96%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 12px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  min-height:52px;/**************/
}
/*textarea#textarea_bikouran {
  height:40px !important;
  max-height:80px;
  }*/
/*textarea#textarea_bikouran {
  height:40px;
  max-height:80px;
  }*/


/* btn SMP
-----------------------------------------*/
div.btn_area {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
  
/* btn確認 */
.confirmation_btn {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 1em;
  border-radius: 4px;
  border: none;
  background: #ff000;
  color: #fff;
  cursor: pointer;
  margin: 1em auto 0;
  display: block;
  width:70%;
}
.confirmation_btn:hover {
  opacity: .8;
}

/* btn戻る */
.history_back_btn {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 1em;
  background: none;
  border-radius: 4px;
  border: 1px solid #22A9FF;
  color: #359EE1;
  cursor: pointer;
  margin: 1em auto 0 .2em;
  display: block;
  width:95%;
  opacity: .8;
}
.history_back_btn:hover {
  opacity: 1.0;
}
/* error page btn Only */
.history_back_btn_add {
  width:60%;
  margin:2em auto;
}

/* btn送信 */
.send_btn {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 1em;
  /*background: none;*/
  border-radius: 4px;
  border: 1px solid #FF0000;
  background: #FF0000;
  color: #fff;
  cursor: pointer;
  margin: 1em .2em 0 auto;
  display: block;
  opacity: .7;
  width:95%;
}
.send_btn:hover {
  opacity: 1.0;
}


/* btnHome */
.gotohome_btn {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 1em;
  background: #E9E9E9;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #000;
  cursor: pointer;
  margin: 1em auto 0;
  display: block;
  width:60%;
  opacity: .7;
}
.history_back_btn:hover {
  opacity: 1.0;
}
  
/* 下の注釈　*/
.mailform p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding-top: 1em;
}
/* 必須 */
.mailform dl dt span.form_required{
  width:auto;
  background-color:#ff0000;/*#FF3F6F;*/
  font-size:10px;
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin:0px 3px 0 0 !important;
  padding:1px 5px;
  letter-spacing: 4%;
  vertical-align: 1px;
}
/* 任意 */
.mailform dl dt span.form_any {
  width:auto;
  background-color:#3F60FF;
  font-size:10px;
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin:0px 3px 0 0 !important;
  padding:1px 5px;
  letter-spacing: 4%;
  vertical-align: 1px;
}
/* */
}
/*************************************************************************************/


/*入力項目関連
-----------------*/

input[type="radio"],
input[type="checkbox"]{
margin: 3px 3px 5px 3px;
}

button,
option,
/*select,*/
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="option"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    outline: 0;
    margin: 0;
}

input[type="submit"],
input[type="button"]{
margin: 0 auto!important;
border-radius: 4px;
}

.check_text{
font-size: 14px;
padding-right: 10px;
}
@media only screen and (max-width: 767px){
.check_text{
font-size: 14px!important;
padding-right: 10px;
}
}


/*プルダウン　▼ボタン
---------------------------*/
.sankaku::before {
    position: absolute;
    top: 22px;
    right: 44px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

@media only screen and (max-width: 767px){
.sankaku::before {
    position: absolute;
    top: 14px;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
}

.sankaku{
position: relative;
}

/*ステップ
-----------------------*/

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  padding: 1em 0.5em 1em 2em;
  width: 33%;
  text-align: center;
  color: #FFF;
  background: #FFDCC1;
  font-size: 14px;
}
.step li:nth-child(1){
padding-right:14px;
}
.step li:nth-child(2){
padding-right:28px;
}
.step li:nth-child(3){
padding-right:28px;
}

.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #FFDCC1;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.step_on{
  font-weight: bold;
    background: #eb5505;
}
.step li.step_on:after{
  border-color: transparent transparent transparent #eb5505;
}

@media only screen and (max-width: 767px){
.step li{
  display:table-cell;
  position:relative;
  padding: 1em 0 1em 0;
  width: 33%;
  text-align: center;
  color: #FFF;
  background: #FFDCC1;
  font-size: 12px;
  line-height: 28px;
}
.step li:nth-child(1){
padding-left: 2px;
padding-right: 0;
}
.step li:nth-child(2){
padding-left: 15px;
padding-right: 0;

}
.step li:nth-child(3){
padding-left: 7px;
padding-right: 0;
}
}

/*iPone5サイズ*/
@media only screen and (max-width: 320px){
.step li{
  display:table-cell;
  position:relative;
  padding: 1em 0 1em 0;
  width: 33%;
  text-align: center;
  color: #FFF;
  background: #FFDCC1;
  font-size: 10px;
  line-height: 28px;
}
}


/*見出し
-------------*/
/*.container_read h2{
margin: 10px 0;
font-size: 18px;
border-left: 5px solid #eb5505;
padding-left: 10px;
}*/


/****************************************************/
/* MailMagazine PC・SP
---------------------------------------------------*/
@media (min-width:768px){
	div.mail-magazine_check {
		border:1px solid #5DB1E7;
		padding:1em 2em 1em 2em;
		margin:1.5em auto;
		border-radius: 1px;
		text-align:justify;
		background-color:white;
	}
}
@media (max-width:767px){
	div.mail-magazine_check {
		border:1px solid #5DB1E7;
		padding:1em 1em 1em 2.7em;
		margin:1.5em auto;text-indent:-1.9em;
		border-radius: 1px;
		text-align:justify;
	}
	div.mail-magazine_check label {
		font-size: clamp(11px,3.7vw,13px);
	}
}
/* MailMagazine END */
/****************************************************/

/*******************************************************/
/* Remaining
--------------------------------------------*/
@media (min-width:768px){
/* items count
-------------------------------*/
.remaining{
	bottom: 120px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: fixed;*/
	position: absolute;
	width: 140px;
	height: 100px;
	background: #EC5504;
	border-radius: 2px;
	text-align: center;
}
.remaining p{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.number{
	font-size: 25px;
	line-height: 1.4em;
}
.number2 {
	font-size: 25px;
	line-height: 1.7em;
}
.number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.items{
	font-size: 14px;
}
}
@media (max-width:767px){
.remaining {
	bottom: 0px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 50px;
	background: #EC5504;
	text-align: center;
}
.remaining p {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.number {
	font-size: 26px;
	line-height: 1.4em;
}
.number2 {
	font-size: 26px;
	line-height: 1.7em;
}
.number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.items {
	font-size: 14px;
}
}

/* 建物タイプ
----------------------*/
dd.add_aki {
	padding-top:1.2em;
}




/*******************************************************/
/* Remaining mainformIn
--------------------------------------------*/
@media (min-width:768px){
/* items count
-------------------------------*/
	/*callbackで使用*/
.remaining2{
	top: 0px;
	right:0px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: fixed;*/
	position: absolute;
	width: 140px;
	height: 100px;
	background: red;
	border-radius: 2px;

}
.remaining2 p{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining2 .number{
	font-size: 25px;
	line-height: 1.4em;
}
.remaining2 .number2 {
	font-size: 25px;
	line-height: 1.7em;
}
.remaining2 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining2 .items{
	font-size: 14px;
}
}
@media (max-width:767px){
	.remaining2 {
		display:none;
	}

}



/*******************************************************/
/* *******************************************************ためし*/
/* Remaining mainformIn 
--------------------------------------------*/
@media (min-width:768px){
/* items count
-------------------------------*/
/*3を使用*/
.remaining3{
	top: 0px;
	right:0px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: fixed;*/
	position: absolute;
	width: 140px;
	height: 100px;
		background: red;
	border-radius: 2px;

}
.remaining3 p{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining3 .number{
	font-size: 25px;
	line-height: 1.4em;
}
.remaining3 .number2 {
	font-size: 25px;
	line-height: 1.7em;
}
.remaining3 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining3 .items{
	font-size: 14px;
}
}
@media (max-width:767px){
	.remaining3 {
		display:none;
	}

}


/* 追加
----------------------------------------*/
.bg_submain {
    /*clear: both!important;*/
    width: 100% !important;
    background-color: #f4f4f4 !important;
    margin: 0px auto !important;
    padding: 0px 0px !important;
    height: auto !important;
}
	.submain_img {
    margin: 0 auto;
    text-align: center;
    max-width: 100% !important;
		max-width:950px;
}
	

@media (min-width:768px){
.wrap-sticky {
    width: 1100px;
    margin: 0 auto;
	padding:0;
}
.box-sticky {
    position: relative;
}
.sticky-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 500px;
	z-index:100000;
}
}
@media (max-width:767px){
	.wrap-sticky {
		width:100%;
  /*  width: 1100px;
    margin: 0 auto 200px;
	padding:0;*/
}
.box-sticky {
    position: relative;
}
.sticky-sticky {
	display: none;
}
}


/* _call
------------------------------------*/
@media (min-width:768px){
.wrap-sticky_call {
    width: 1100px;
    margin: 0 auto;
	padding:0;
}
.box-sticky_call {
    position: relative;
}
.sticky-sticky_call {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 500px;
	z-index:100000;
	margin-right:-150px;
}
}
@media (max-width:767px){
	.wrap-sticky_call {
		width:100%;
  /*  width: 1100px;
    margin: 0 auto 200px;
	padding:0;*/
}
.box-sticky_call {
    position: relative;
}
.sticky-sticky_call {
	display: none;
}
}

/* privacy_link
------------------------------*/
p.privacy_link{
    font-size:12px;
    line-height: 1.5;
    text-align: center;
    display:block;
    margin-bottom:2em;
}
p.privacy_link a{
    text-decoration: underline !important; 
    color: blue !important; 
}
p.privacy_link a:hover{
    text-decoration: underline !important; 
    color:#f20544;
}


           
/* privacyFirst START ::::::::::::::::::: */ 
.container_read .privacy_wrap-first {
    box-sizing: border-box;
    width:100%;
    display:block;
    margin:1em 0 0;
    padding:1em 6.2em .9em;
    background-color: #F8F8F8;/*F0F0F0;*/
}
.container_read .privacy_wrap-first p {
    font-size:clamp(12px,3.5vw,14px);
    margin:0;
    padding:0;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.03em;
    width:max-content;
}
.container_read .privacy_wrap-first p.privacy_link a{
    text-decoration: underline; 
    margin:0 .2em;
    color:#0015FF;
}
.container_read .privacy_wrap-first p.privacy_link a:hover{
    text-decoration: underline; 
    color:#f20544;
}
/* privacyFirst END :::::: */ 
          
                    
                    
         

