@charset "utf-8";
/* CSS Document */
/* PC -- SMP 入力ページのみ　-2専用 */

/************************************************************************************/
/*PC
-------------------------------------------------------------------------------------*/
/*PC/smp 表示切り替え
---------------------------------*/
section.f2_areacheck-2 .pcNone {
  display: block;
}
section.f2_areacheck-2 .spNone {
  display: none;
}
/* select
------------------------------------*/
section.f2_areacheck-2 select {
  border-radius: 0;
  border: 1px solid #ccc;
  outline: 0;
  margin: 0;
  background-color: #fff;
}
form select {
  appearance: auto;
}
/*input select
--------------------*/
section.f2_areacheck-2 input[type="raido"], section.f2_areacheck-2 input[type="text"], section.f2_areacheck-2 input[type="tel"] {
  padding: 5px;
  width: 210px;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fffbd5;
  outline: none;
  line-height: 1.5;
  float: right;
}
/*input select
--------------------*/
section.f2_areacheck-2 select {
  padding: 5px;
  width: 210px;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fffbd5;
  outline: none;
  line-height: 1.5;
  float: right;
}
section.f2_areacheck-2 input:focus {
  background: #FFE2E2;
}

/**
 * error
--------------------------------------------------*/
section.f2_areacheck-2 label.error {
  font-size: clamp(11px, 3vw, 12px);
  background-color: #FFE500;
  width: max-content !important;
  padding: 1px .5em;
  position: absolute;
  left: 130px;
  bottom: -1.5em;
  z-index: 10;
}
/*radio
-------------------*/
section.f2_areacheck-2 input[type="radio"] {
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}
section.f2_areacheck-2 .radio_wrap {
  width: 210px;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
section.f2_areacheck-2 .radio_wrap label {
  cursor: pointer;
}
section.f2_areacheck-2 .radio_wrap label p {
  display: inline-block;
  margin: 0 10px 0 5px;
}

/*見出し
---------------------------*/
section.f2_areacheck-2 form div.form2_midashi h2 {
  font-weight: bold;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  line-height: 1.1;
  margin: 0 auto;
  width: 100%;
  background: #1153BE;
  padding: 5px 0;
}
section.f2_areacheck-2 form div.form2_midashi h2 span {
  font-weight: normal;
  font-size: 17px;
}
section.f2_areacheck-2 form div.form2_midashi {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
section.f2_areacheck-2 form div.form2_midashi:after {
  border: 30px solid transparent;
  border-top-color: #1153BE;
  border-bottom-width: 0;
  bottom: -20px;
  content: "";
  display: block;
  left: calc((50% - 30px));
  position: absolute;
  width: 0;
  /* width: 900px; */
  margin: auto;
}
/**
 * form
----------------------------------------------------------------------*/
section.f2_areacheck-2 .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
section.f2_areacheck-2 form {
  background-image: url(/form/img/areaform_bg.jpg);
  background-size: cover;
  padding: 0 0 30px;
  width: 100%;
  min-width: 1000px;
}
section.f2_areacheck-2 .form2_contents {
  display: flex;
  flex-wrap: wrap;
  width: 980px;
  clear: both;
  max-width: 1000px;
  background-color: #fff;
  justify-content: space-between;
  border-radius: 5px;
  height: auto;
  border: 2px solid #f20544;
  padding: 12px 20px 0 18px;
  margin: 30px auto 0 auto;
}
section.f2_areacheck-2 .form2_contents ul {
  margin: 0;
  width: 710px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 236px; /*行数調整*/
}
section.f2_areacheck-2 .form2_contents ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px 4px 0;
  width: 340px;
}
section.f2_areacheck-2 .form2_contents ul li p:nth-child(1) {
  margin: 0;
  font-size: 13px;
  width: 130px;
  line-height: 40px;
  display: inline-block;
}
/**
 * checkbox
---------------------------------------------------------------*/
/*section.f2_areacheck-2 input[type="checkbox"] {
width: 13px;
height: 13px;
vertical-align: -2px;
}*/
section.f2_areacheck-2 li.checkbox_wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-top: .2em;
  padding-bottom: 0;
}
section.f2_areacheck-2 li.checkbox_wrap label {
  cursor: pointer;
}
section.f2_areacheck-2 li.checkbox_wrap label p {
  display: inline-block;
  margin: 0 10px 0 5px;
}
section.f2_areacheck-2 li.checkbox_wrap input[type="checkbox"] {
  /*border-radius: 0;
  outline: 0;*/
  /*background-color: #59DCFF;*/
  position: relative;
  top: 5px;
  box-shadow: none;
  border: 1px solid #A9E8FF;
  margin: 3px 2px 3px 3px;
  transform: scale(1.2);
}
section.f2_areacheck-2 li.checkbox_wrap div {
  width: 63%;
  margin: 0 -2% 0 0;
  padding: 0;
}
section.f2_areacheck-2 li.checkbox_wrap div span {
  font-size: 12px;
  vertical-align: -18%;
  padding: 0 1.5em 0 0;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
}
section.f2_areacheck-2 li.checkbox_wrap label.kibou {
  width: 38%;
  margin: 0;
  padding: 0;
  font-size: 13px;
}






/*送信ボタン
--------------------------------*/
section.f2_areacheck-2 div.send_btn_wrap{
    position: relative;
    width: 222px;
    text-align: center;
}
section.f2_areacheck-2 button.send_btn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
    user-select:none;
	width:210px;
}
section.f2_areacheck-2 .send_btn_wrap div picture img {
	margin:.5em 0 .5em;
}
section.f2_areacheck-2 button:hover{
  margin-top: 0;
    filter:brightness(115%);
    transition:all .1s ease-in-out;
}
section.f2_areacheck-2 button:active{
    margin-top: 1px;
    filter:brightness(95%);
    transition:all .1s ease-in-out;
}
section.f2_areacheck-2 button.send_btn div p:nth-child(1){
margin: -4px 0 0;
width:100%;
text-align: left;
}
section.f2_areacheck-2 button.send_btn div p:nth-child(2){
border-bottom: 2px solid #a81341;
margin: 0;
background: #f20544;
border-radius: 4px;
color: #FFF;
text-align: left;
width: 100%;
height: 56px;
line-height: 56px;
font-size: 23px;
font-weight: bold;
padding-left: 15px;
}
section.f2_areacheck-2 button.send_btn div p:nth-child(2):after{
  font-family: 'Material Icons';
  content: "\e315";
	vertical-align: -7%;
}
















/*入力欄デフォルトテキスト
-----------------------------------------*/
section.f2_areacheck-2 input::placeholder {
  color: #ccc;
  font-size: 12px;
}
/* 建物タイプ
--------------------------------*/
/**1**/
section.f2_areacheck-2 .radio_bt01 {
  display: none;
}
section.f2_areacheck-2 .radio_bt01 + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  font-size: 13px;
}
section.f2_areacheck-2 .radio_bt01 + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  box-sizing: border-box;
}
section.f2_areacheck-2 .radio_bt01:checked + label {
  color: #29ABE2;
}
section.f2_areacheck-2 .radio_bt01:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #29ABE2;
  border-radius: 50%;
  box-sizing: border-box;
}
/**2**/
section.f2_areacheck-2 .button-radio input[type="radio"] {
  display: none;
}
section.f2_areacheck-2 .button-radio {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  justify-content: flex-start;
  width: 210px;
  height: 40px;
  float: right;
}
section.f2_areacheck-2 .button-radio .type01_wrap {
  flex: 1 1 50%;
  margin: 0 2px 0 0;
  padding: 0 0;
  text-align: center;
  box-sizing: border-box;
}
section.f2_areacheck-2 .button-radio .type01_wrap:last-child {
  flex: 1 1 50%;
  margin: 0 0 0 2px;
  padding: 0 0;
  text-align: center;
  box-sizing: border-box;
}
section.f2_areacheck-2 .button-radio label {
  cursor: pointer;
  display: flex;
  color: #666666;
  background-color: #fff;
  padding: 0;
  width: 100%;
  text-align: center;
  border: 1px solid #ABABAB;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 13px;
  height: 40px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
section.f2_areacheck-2 .button-radio label span {
  font-weight: normal;
  user-select: none;
}
section.f2_areacheck-2 .button-radio label i {
  padding-right: .4em;
  display: inline-block;
}
section.f2_areacheck-2 .button-radio input[type="radio"]:checked + label {
  background-color: #fff;
  border: 1px solid #FF3065;
  border-radius: 3px;
  transition: all .1s ease-in-out;
}
section.f2_areacheck-2 .button-radio label {
  position: relative;
}
section.f2_areacheck-2 .button-radio input[type="radio"]:checked + label {
  color: #FF3065;
}







/************************************************************************************/
/*SMP
------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

/*PC/smp 表示切り替え
-----------------------*/
  section.f2_areacheck-2 .pcNone {
    display: none;
  }
  section.f2_areacheck-2 .spNone {
    display: block;
  }

/*input select
--------------------*/
section.f2_areacheck-2 input[type="raido"], section.f2_areacheck-2 input[type="text"], section.f2_areacheck-2 input[type="tel"] {
  padding: 5px;
  width: 62% !important;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fffbd5;
  outline: none;
  border-radius: 2px;
  box-shadow: 0;
  line-height: 1.5;
  font-size: 12px !important;
  -webkit-appearance: none;
  position: relative;
  left: 0;
}
section.f2_areacheck-2 label.error {
  font-size: clamp(11px, 3vw, 12px);
  background-color: #FFE500;
  width: max-content !important;
  padding: 1px .5em;
  position: absolute;
  left: 38%;
  bottom: -1.5em;
  z-index: 10;
}

/*input select
--------------------*/
  section.f2_areacheck-2 select {
    padding: 5px;
    width: 62%;
    height: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fffbd5;
    outline: none;
    line-height: 1.5;
    float: right;
  }


/* 見出し
---------------------------*/
  section.f2_areacheck-2 form div.form2_midashi h2 {
    color: #FFF;
    margin: 7px auto 12px auto;
    font-size: min(5vw, 19px);
    line-height: 1;
    background: none;
    padding: 0;
    border: none;
  }
  section.f2_areacheck-2 form div.form2_midashi:after {
    display: none !important;
  }
  section.f2_areacheck-2 form div.form2_midashi h2 span {
    font-size: min(3vw, 14px);
    font-weight: normal;
  }

/*form
--------------------------*/
  section.f2_areacheck-2 form {
    padding: 10px 10px 15px;
    min-width: 100%;
    background-size: cover;
    background-image: url(/form/img/areaform_bg_s.png);
    background-repeat: no-repeat;
  }
  section.f2_areacheck-2 .form2_contents {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: none;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
  }
  section.f2_areacheck-2 .form2_contents ul {
    width: 100%;
    height: 100%;
  }
  section.f2_areacheck-2 .form2_contents ul li {
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
  }
  section.f2_areacheck-2 .form2_contents ul li label {
    width: 100%;
    height: auto;
    margin: 0;
  }
  section.f2_areacheck-2 .form2_contents ul li p:nth-child(1) {
    margin: 0;
    font-size: 13px;
    width: 38%;
    display: inline-block;
  }

/* checkbox　SPSPSPSPS
----------------------------------------------*/
  section.f2_areacheck-2 input[type="checkbox"] {
    width: 12px;
    height: 12px;
    vertical-align: -2px;
  }
  section.f2_areacheck-2 li.checkbox_wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  section.f2_areacheck-2 li.checkbox_wrap label {
    cursor: pointer;
  }
  section.f2_areacheck-2 li.checkbox_wrap label p {
    display: inline-block;
    margin: 0 10px 0 5px;
  }
  section.f2_areacheck-2 li.checkbox_wrap input[type="checkbox"] {
    transform: scale(1.2);
    margin: 3px 2px;
    background-color: #fff;
    position: relative;
    top: 5px;
    border: 1px solid #ddd;
  }
  section.f2_areacheck-2 li.checkbox_wrap div span {
    font-size: 14px;
    vertical-align: -25%;
    padding-right: 1.5em;
    line-height: 1.2;
    margin-bottom: -1em;
    max-width: 100%;
  }
  section.f2_areacheck-2 li.checkbox_wrap div {
    width: 62%;
    margin: 0 0 .3em;
    padding: 0;
  }
  section.f2_areacheck-2 li.checkbox_wrap label.kibou {
    width: 38%;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
    
    
    
  /*送信ボタン
---------------------------*/
  section.f2_areacheck-2 div.send_btn_wrap {
    position: inherit;
    width: 100%;
    text-align: center;
  }
  section.f2_areacheck-2 button.send_btn {
    position: inherit;
    width: 80%;
    margin: 0 auto 5px auto;
    top: auto;
    left: auto;
    transform: none;
  }
  section.f2_areacheck-2 button.send_btn div p:nth-child(1) {
    font-size: 16px;
    height: auto;
  }
  section.f2_areacheck-2 button.send_btn div p:nth-child(2) {
    width: 100%;
    height: 40px;
    line-height: 40px;
    max-width: 300px;
    font-size: 18px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  section.f2_areacheck-2 button.send_btn div span.material-icons {
    font-size: 30px;
    position: relative;
    top: 4px;
  }
/* 建物タイプ sp
------------------*/
  section.f2_areacheck-2 .button-radio {
    width: 62%;
  }
  section.f2_areacheck-2 .button-radio div.type01_wrap input + label {
    height: 40px;
  }

}



