@charset "utf-8";
/* CSS Document */
/* PC -- SMP 入力ページのみ　-2専用 */
/*PC/smp 表示切り替え
---------------------------------*/
section.f2_areacheck-2 .pcNone {
 display: block;
}
section.f2_areacheck-2 .spNone {
 display: none;
}
/* select
------------------------------------*/
section.f2_areacheck-2 select {
 -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 #ccc;
 outline: 0;
 margin: 0;
 background-color: #fff;
}
/*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: #fff3df;
 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: #fff3df;
 outline: none;
 line-height: 1.5;
 float: right;
}
section.f2_areacheck-2 input:focus {
 background: #FFE2E2;
}
section.f2_areacheck-2 input:-webkit-autofill {
 box-shadow: 0 0 0px 999px #fff3df inset;
}
section.f2_areacheck-2 .select_cursor span.material-icons {
 display: none;
}
/*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: 35px;
 line-height: 35px;
}
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 i.required {
 margin: 0 5px 0 0;
}
section.f2_areacheck-2 i.required:before {
 padding: 0 3px;
 content: '必須';
 font-size: 10px;
 line-height: 3;
 font-style: normal;
 letter-spacing: 0.1em;
 color: #ffffff;
 /*display: inline-block;*/
 vertical-align: middle;
 background-color: #FF3065;
 border-radius: 2px;
}
/*任意アイコン
----------------------------*/
section.f2_areacheck-2 i.any {
 margin: 0 1px 0 0;
}
section.f2_areacheck-2 i.any:before {
 padding: 0 3px;
 content: '任意';
 font-size: 10px;
 line-height: 3;
 font-style: normal;
 letter-spacing: 0.1em;
 color: #ffffff;
 /*display: inline-block;*/
 vertical-align: middle;
 background-color: #3688ff;
 border-radius: 2px;
}
/*見出し
---------------------------*/
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 5px 0; /*20px 0 15px 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.png);
 background-size: cover;
 padding: 0 0 30px;
 width: 100%;
 min-width: 1000px;
}
section.f2_areacheck-2 #form2_contents {
 display: flex;
 flex-wrap: wrap;
 width: 1000px;
 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: 722px;
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 height: 270px; /*行数調整 3L「117px」*/
}
section.f2_areacheck-2 #form2_contents ul li {
 margin: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 margin: 2px 15px 2px 0;
 width: 352px;
}
section.f2_areacheck-2 #form2_contents ul li p:nth-child(1) {
 margin: 0;
 font-size: 13px;
 width: 141px;
 line-height: 35px;
 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;
}
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"] {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 -ms-border-radius: 0;
 border-radius: 0;
 outline: 0;
 background-color: #59DCFF;
 position: relative;
 top: 8%;
 box-shadow: none;
 border: 1px solid #A9E8FF;
 margin: 3px 3px 3px 0;
 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 .2em 0 .1em;
 line-height: 1.2;
 margin: 0;
 max-width: 100%;
}
section.f2_areacheck-2 li.checkbox_wrap label.kibou {
 width: 38% !important;
 margin: 0;
 padding: 0;
 font-size: 13px;
}
/*送信ボタン
--------------------------------*/
section.f2_areacheck-2 div.send_btn_wrap {
    width: 222px;
    position: relative;
    top: 2em;
    text-align: center;
}
section.f2_areacheck-2 button.send_btn {
 background-color: transparent;
 border: none;
 cursor: pointer;
 outline: none;
 padding: 0;
 appearance: none;
 /*position: absolute;
 top: 40%;
 left: 50%;
 transform: translate(-50%, -50%);*/
 user-select: none;
 width: 210px;
}
section.f2_areacheck-2 .send_btn_wrap div img {
 margin: -1em 0 .5em;
}
section.f2_areacheck-2 button:hover {
    margin-top: 2px;
    margin-bottom: -2px;
    filter:brightness(120%);
    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: center;
}
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: center;
 width: 100%;
 height: 52px;
 line-height: 51px;
 font-size: 21px;
 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 4px 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;
 padding: 0 0;
 text-align: center;
 box-sizing: border-box;
}
section.f2_areacheck-2 .button-radio label {
 cursor: pointer;
 display: inline-block;
 color: #666666;
 background-color: #fff;
 padding: 8px 0;
 width: 100%;
 text-align: center;
 border: 1px solid #ABABAB;
 border-radius: 2px;
 box-sizing: border-box;
 font-size: 13px;
 height: 40px;
 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: .2em;
 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;
 /*background-color: #FF5983;
	border: none;
	border-radius: 3px;
	transition:all .1s ease-in-out;
	color:#fff;*/
}
section.f2_areacheck-2 .button-radio label {
 position: relative;
}
section.f2_areacheck-2 .button-radio input[type="radio"]:checked + label {
 color: #FF3065;
}
/*error message
--------------------------------*/
section.f2_areacheck-2 p.message-error2_ar2 {
 margin: 0;
}
section.f2_areacheck-2 p.message-error2_ar2 .error {
 display: block;
 margin: 5px 0 0 130px;
 padding: .2em 0;
 /*color: red;*/
 font-size: 11px;
 position: absolute;
 background: #FFED0D;
 border-radius: 4px;
 padding: 3px 1em 3px 1em;
 width: 200px;
 text-align: left;
 line-height: 1.5;
 filter: drop-shadow(1px 1px 0px #ccc);
 z-index: 1;
}
section.f2_areacheck-2 p.message-error2_ar2 labell {
 position: relative;
}
section.f2_areacheck-2 p.message-error2_ar2 label:before {
 content: "\f06a";
 font-family: "Font Awesome 5 Free";
 font-weight: bold;
 color: red;
 font-size: 13px;
 display: inline-block;
 margin-right: 3px;
}
section.f2_areacheck-2 p.message-error2_ar2 .error:after {
 content: "";
 position: absolute;
 top: -20px;
 left: 20px;
 border: 10px solid transparent;
 border-bottom: 10px solid #FFED0D;
 z-index: 200001;
}
/************************************************************************************/
/*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: 60%;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff3df;
  outline: none;
  border-radius: 2px;
  box-shadow: 0;
  line-height: 1.5;
  font-size: 12px;
  -webkit-appearance: none;
  float: right;
 }
 /*input select
--------------------*/
 section.f2_areacheck-2 select {
  padding: 5px;
  width: 60%;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff3df;
  outline: none;
  line-height: 1.5;
  float: right;
 }
 section.f2_areacheck-2 .select_cursor {
  position: relative;
 }
 section.f2_areacheck-2 .select_cursor span.material-icons {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block !important;
 }
 /*見出し
---------------------------*/
 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 8px;
  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: 1px 0;
 }
 section.f2_areacheck-2 #form2_contents ul li label {
  width: 100%;
  height: 40px;
 }
 section.f2_areacheck-2 #form2_contents ul li p:nth-child(1) {
  margin: 0;
  font-size: 12px;
  width: 40%;
  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"] {
  margin: 3px 8px 5px 3px;
  transform: scale(1.3);
 }
 section.f2_areacheck-2 li.checkbox_wrap input[type="checkbox"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #0075FF;
  outline: 0;
  margin: 3px 5px 5px 3px;
  background-color: #fff;
  position: relative;
  top: 8%;
 }
 section.f2_areacheck-2 li.checkbox_wrap input[type="checkbox"] {
  box-shadow: none;
  border: 1px solid #ddd;
 }
 section.f2_areacheck-2 li.checkbox_wrap div span {
  font-size: 14px;
  vertical-align: -25%;
  padding-right: 1.5em;
  padding-left: .3em;
  line-height: 1.2;
  margin-bottom: -1em;
  max-width: 100%;
 }
 section.f2_areacheck-2 li.checkbox_wrap div {
  width: 60%;
  margin: 0 0 .3em;
  padding: 0;
 }
 section.f2_areacheck-2 li.checkbox_wrap label.kibou {
  width: 40% !important;
  margin: 0;
  padding: 0;
  font-size: 13px;
 }
 /*送信ボタン
---------------------------*/
 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: 10px 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;
 }
 /*error message
--------------------------------*/
 section.f2_areacheck-2 div#form2_contents ul li label p.message-error2_ar2 {}
 section.f2_areacheck-2 div#form2_contents ul li label p.message-error2_ar2 .error {
  display: block;
  margin: -1px 0 0 11.7em;
  /*color: red;*/
  font-size: 11px;
  position: absolute;
  background: #FFED0D;
  border-radius: 4px;
  padding: 3px 1em 6px 1em;
  width: 19em;
  text-align: left;
  line-height: 1.5;
  height: 41px;
  filter: drop-shadow(1px 1px 0px #ccc);
  z-index: 1;
  /*right: 3%;*/
 }
 section.f2_areacheck-2 div#form2_contents ul li label p.message-error2_ar2 label {
  position: relative;
 }
 section.f2_areacheck-2 div#form2_contents ul li label p.message-error2_ar2 label:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: red;
  font-size: 13px;
  display: inline-block;
  margin-right: 3px;
 }
 section.f2_areacheck-2 p.message-error2_ar2 .error:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFED0D;
  z-index: 200001;
 }
 /* 建物タイプ
------------------*/
 section.f2_areacheck-2 .button-radio {
  width: 60%;
  margin-top: 2px;
  margin-bottom: -3px;
 }
 /*必須アイコン
----------------------------*/
 section.f2_areacheck-2 i.required:before {
  padding: 1px 3px;
 }
 /*任意アイコン
----------------------------*/
 section.f2_areacheck-2 i.any:before {
  padding: 1px 3px;
 }
} /*********************************************************************************/
/* on off
----------------------------------*/
section.f2_areacheck-2 .sp-hide, .pcNone, .is-sp {
 display: none;
}
section.f2_areacheck-2 .pc-hide, .spNone, .is-pc {
 display: block;
}
@media screen and (max-width:767px) {
 section.f2_areacheck-2 .sp-hide, .pcNone, .is-sp {
  display: block;
 }
 section.f2_areacheck-2 .pc-hide, .spNone, .is-pc {
  display: none;
 }
}
@media screen and (max-width: 320px) {
 section.f2_areacheck-2 input, select {
  font-size: 11px;
 }
}
@media screen and (max-width: 320px) {
 section.f2_areacheck-2 #form2_contents ul li label p:nth-child(1) {
  font-size: 10px;
  width: 40%;
  line-height: 30px;
 }
}
@media screen and (max-width: 320px) {
 section.f2_areacheck-2 #form2_contents ul li p:nth-child(1) {
  font-size: 10px;
  width: 40%;
  line-height: 30px;
 }
 section.f2_areacheck-2 input::placeholder {
  color: #ccc;
  font-size: 10px;
 }
 section.f2_areacheck-2 select {
  font-size: 10px;
 }
 section.f2_areacheck-2 .button-radio label {
  font-size: 11px;
 }
}
@media (max-width:767px) {
 /*p label checkbox 調整*/
 section.f2_areacheck-2 div#form2_contents ul li.checkbox_wrap div label {
  margin: 0;
  padding: 0;
  height: 28px;
  display: inline-block;
  width: auto;
 }
}