@charset "utf-8";
/* CSS Document */
/* PC -- SMP 入力ページのみ　-2専用 */
section.f2_moushikomi-2 {
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', sans-serif;
  color: #000;
  
  background-color:#ff9100;
}
/*PC/smp 表示切り替え
---------------------------------*/
section.f2_moushikomi-2 .pcNone {
  display: block;
  background-color: #ffe6ae;
}
section.f2_moushikomi-2 .spNone {
  display: none;
  background-color: #ffe6ae;
}
/* select
------------------------------------*/
section.f2_moushikomi-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_moushikomi-2 input[type="raido"], section.f2_moushikomi-2 input[type="text"], section.f2_moushikomi-2 input[type="tel"] {
  padding: 5px;
  width: 210px;
  height: 36px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fffbd5;
  outline: none;
  line-height: 1.5;
  float: right;
}
/*
section.f2_moushikomi-2 input[type="email"]
{
padding:5px;
width: 210px;
height: 36px;
border: 1px solid #ccc;
box-sizing: border-box;
background: #fff;
outline: none;
line-height: 1.5;
float: right;
}
*/
/*input select
--------------------*/
section.f2_moushikomi-2 select {
  padding: 5px;
  width: 210px;
  height: 36px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fffbd5;
  outline: none;
  line-height: 1.5;
  float: right;
}
section.f2_moushikomi-2 input:focus {
  background: #FFE2E2;
}
section.f2_moushikomi-2 input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #fffbd5 inset;
}
section.f2_moushikomi-2 .select_cursor span.material-icons {
  display: none;
}
/*radio
-------------------*/
section.f2_moushikomi-2 input[type="radio"] {
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}
section.f2_moushikomi-2 .radio_wrap {
  width: 210px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}
section.f2_moushikomi-2 .radio_wrap label {
  cursor: pointer;
}
section.f2_moushikomi-2 .radio_wrap label p {
  display: inline-block;
  margin: 0 10px 0 5px;
}
/*必須アイコン
----------------------------*/
section.f2_moushikomi-2 i.required {
  margin: -2px 5px 0 0;
}
section.f2_moushikomi-2 i.required:before {
  padding: 0 3px;
  content: '必須';
  font-size: 9.4px;
  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_moushikomi-2 i.any {
  margin: 0 0 0 0;
}
section.f2_moushikomi-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_moushikomi-2 form div.form2_midashi {
  display: flex;
  justify-content: center;
  align-items: center;
    margin-top: 0px;

}
section.f2_moushikomi-2 form div.form2_midashi div.hukidashi {
  float: left;
  background: #E52422;
  margin-right: 22px;
  padding: 6px 12px;
  height: 52px;
  line-height: 1.2;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
section.f2_moushikomi-2 form div.form2_midashi div.hukidashi span {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-align: center;
}
/*form div.form2_midashi div.hukidashi span.sankaku{
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 15px;
border-color: transparent transparent transparent #E52422;
position: absolute;
right: -12px;
    top: 50%;
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}*/
section.f2_moushikomi-2 form div.form2_midashi div.hukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #E52422;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.f2_moushikomi-2 form div.form2_midashi h2 {
  font-weight: bold;
  font-size: 24px;
  color: #E52422;
  line-height: 1.1;
  margin: 0 auto 10px;
  float: left;
}
section.f2_moushikomi-2 form div.form2_midashi h2 span {
  font-weight: normal;
  font-size: 17px;
  font-weight: bold;
}


/**
 * 見出しタイトル画像
------------------------------------------*/
div.form2_midashi_img {
  text-align:center;
}
div.form2_midashi_img picture img {
  width:950px;
}
@media (max-width:767px){
div.form2_midashi_img picture img {
  width:100%;
}
}

/*form
-------------------------------------*/
section.f2_moushikomi-2 .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*section.f2_moushikomi-2 form{
background: #FFE6E6;
padding: 30px 0 30px;
width: 100%;
min-width: 1000px;
}*/
section.f2_moushikomi-2 form {
  /*background: #FCEE21;*/
  padding: 0 0 30px;
  width: 100%;
  min-width: 1000px;
    background-color:#ff9100   /*url("/partner/form/img/form_bg_pc.jpg")bottom*/;
 /* background: url("/partner/form/img/form_bg_pc.jpg")bottom;
  background-size: cover;*/
}
.form2_title {
  /*background: #FCEE21;*/
  text-align: center;
  padding: 0;
  width: 950px;
}
section.f2_moushikomi-2 #form2_contents2 {
  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: 15px 20px 0 18px;
  margin: 0 auto 0;
    /*filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));*/
}
section.f2_moushikomi-2 #form2_contents2 ul {
  margin: 0;
  width: 710px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 292px; /*230 行数調整 3L「117px」*/
}
section.f2_moushikomi-2 #form2_contents2 ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 2px 15px 2px 0;
  width: 340px;
}
section.f2_moushikomi-2 #form2_contents2 ul li p:nth-child(1) {
  margin: 0;
  font-size: 12px;
  width: 130px;
  line-height: 32px;
  display: inline-block;
}
/******************************************************/
/* checkbox
----------------------------------------------*/
section.f2_moushikomi-2 input[type="checkbox"] {
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}
section.f2_moushikomi-2 li.checkbox_wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-top: .2em;
}
section.f2_moushikomi-2 li.checkbox_wrap label {
  cursor: pointer;
}
section.f2_moushikomi-2 li.checkbox_wrap label p {
  display: inline-block;
  margin: 0 10px 0 5px;
}
section.f2_moushikomi-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_moushikomi-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_moushikomi-2 li.checkbox_wrap div {
  width: 63%;
  margin: 0 -2% 0 0;
  padding: 0;
}
section.f2_moushikomi-2 li.checkbox_wrap label.kibou {
  width: 42% !important;
  margin: 0;
  padding: 0;
  font-size: 13px;
}



/*送信ボタン 1
--------------------------------*/
section.f2_moushikomi-2 div.send_btn_wrap {
  position: relative;
  width: 222px;
    margin:0 0 1em;
  display:flex;
  justify-content: center;
}
section.f2_moushikomi-2 button.send_btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  user-select: none;
  width: 210px;
}
section.f2_moushikomi-2 .send_btn_wrap div picture img {
  margin: -1em 0 .5em;
}
section.f2_moushikomi-2 button:hover {
  margin-top: 1px;
  filter: brightness(120%);
  transition: all .1s ease-in-out;
}
section.f2_moushikomi-2 button.send_btn div p:nth-child(1) {
  margin: -4px 0 0;
  width: 100%;
  text-align: center;
}
section.f2_moushikomi-2 button.send_btn div p:nth-child(2) {
  margin: 0;
  border-radius: 6px;
  color: #FFF;
  text-align: center;
  width: 100%;
  height: 56px;
  line-height: 52px;
  font-size: 18px;
  font-weight: bold;
  padding-top:4px;
}
section.f2_moushikomi-2 button.send_btn div p:nth-child(2):after {
  font-family: 'Material Icons';
  content: "\e315";
  vertical-align: bottom;
}
/*送信ボタン 2
--------------------------------*/
div.send_btn_wrap{
  position: relative;
  width: 262px;
}
button.send_btn{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  user-select:none;
}
button:hover{
  margin-top: 1px;
  filter:brightness(120%);
}
button.send_btn div p:nth-child(1){
  margin: 0;
  color: #f20544;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
}
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: 238px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 15px;
}
button.send_btn div span.material-icons {
  font-size: 36px;
  position: relative;
  top:40%;
    right: 1em;
      transform: translateY(-50%);
}






/*入力欄デフォルトテキスト
-----------------------------------------*/
section.f2_moushikomi-2 input::placeholder {
  /*color: #ccc;*/
  font-size: 12px;
}
/* 建物タイプ
--------------------------------*/
/**1**/
section.f2_moushikomi-2 .radio_bt01 {
  display: none;
}
section.f2_moushikomi-2 .radio_bt01 + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  font-size: 12px;
}
section.f2_moushikomi-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_moushikomi-2 .radio_bt01:checked + label {
  color: #29ABE2;
}
section.f2_moushikomi-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_moushikomi-2 .button-radio input[type="radio"] {
  display: none;
}
section.f2_moushikomi-2 .button-radio {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
  justify-content: flex-start;
  width: 210px;
  height: 35px;
  float: right;
}
section.f2_moushikomi-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_moushikomi-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_moushikomi-2 .button-radio label {
  cursor: pointer;
  display: inline-block;
  color: #666666;
  background-color: #fff;
  padding: 8px 0;
  width: 100%;
  height: auto;
  text-align: center;
  border: 1px solid #ABABAB;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 12px;
  height: 35px;
  line-height: 1.5;
}
section.f2_moushikomi-2 .button-radio label span {
  font-weight: normal;
  user-select: none;
}
section.f2_moushikomi-2 .button-radio label i {
  padding-right: .4em;
  display: inline-block;
}
section.f2_moushikomi-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_moushikomi-2 .button-radio label {
  position: relative;
}
section.f2_moushikomi-2 .button-radio input[type="radio"]:checked + label {
  color: #FF3065; /*ff0000;*/
}
/*error message
--------------------------------*/
section.f2_moushikomi-2 p.message-error2_mo2 {
  margin: 0;
}
section.f2_moushikomi-2 p.message-error2_mo2 .error {
  display: block;
  margin: 5px 0 0 130px;
  font-size: 11px;
  position: absolute;
  background: #FFED0D;
  border-radius: 4px;
  padding: 3px 1em 3px 1em;
  width: 210px;
  text-align: left;
  line-height: 1.5;
  filter: drop-shadow(1px 1px 0px #ccc);
  z-index: 1;
}
section.f2_moushikomi-2 p.message-error2_mo2 label {
  position: relative;
}
section.f2_moushikomi-2 p.message-error2_mo2 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_moushikomi-2 p.message-error2_mo2 .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_moushikomi-2 .pcNone {
    display: none;
  }
  section.f2_moushikomi-2 .spNone {
    display: block;
  }
  /*input select
--------------------*/
  section.f2_moushikomi-2 input[type="raido"], section.f2_moushikomi-2 input[type="text"], section.f2_moushikomi-2 input[type="tel"] {
    padding: 5px;
    width: 60%;
    height: 36px;
    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;
    -webkit-appearance: none;
    float: right;
  }
  /*input select
--------------------*/
  section.f2_moushikomi-2 select {
    padding: 5px;
    width: 60%;
    height: 36px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fffbd5;
    outline: none;
    line-height: 1.5;
    float: right;
  }
  section.f2_moushikomi-2 .select_cursor {
    position: relative;
  }
  .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_moushikomi-2 form div.form2_midashi {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: max-content;
}
section.f2_moushikomi-2 form div.form2_midashi img {
    height: 52px;
    width: 52px;
    display: block;
    margin-right: 10px;
    float: left;
}
section.f2_moushikomi-2 form div.form2_midashi h2 {
    color: #E52422;
    margin: 2px auto 7px auto;
    font-size: min(5vw,19px);
    line-height: 1.4;
}*/
  /*form
--------------------------*/
  section.f2_moushikomi-2 form {
    padding: 8px 10px 15px;
    min-width: 100%;
   /* background: url(/partner/form/img/form_bg_sp.jpg)bottom;
    background-size: cover;*//*<<<<<<<<<<<*/
  }
  section.f2_moushikomi-2 #form2_contents2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 10px;
   /* border: 1px solid #EB5505;*/
    /*filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));*/
  }
  section.f2_moushikomi-2 #form2_contents2 ul {
    width: 100%;
    height: 100%;
  }
  section.f2_moushikomi-2 #form2_contents2 ul li {
    width: 100%;
    margin: 1px 0;
    padding: 0;
  }
  section.f2_moushikomi-2 #form2_contents2 ul li label {
    width: 100%;
    height: auto;
  }
  section.f2_moushikomi-2 #form2_contents2 ul li p:nth-child(1) {
    margin: 0;
    font-size: 12px;
    width: 40%;
    display: inline-block;
  }
/*
 */
  /* checkbox　SPSPSPSPS
----------------------------------------------*/
  section.f2_moushikomi-2 input[type="checkbox"] {
    width: 12px;
    height: 12px;
    vertical-align: -2px;
  }
  section.f2_moushikomi-2 li.checkbox_wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  section.f2_moushikomi-2 li.checkbox_wrap label {
    cursor: pointer;
  }
  section.f2_moushikomi-2 li.checkbox_wrap label p {
    display: inline-block;
    margin: 0 10px 0 5px;
  }
  section.f2_moushikomi-2 li.checkbox_wrap input[type="checkbox"] {
    margin: 3px 8px 5px 3px;
    transform: scale(1.3);
  }
  section.f2_moushikomi-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_moushikomi-2 li.checkbox_wrap input[type="checkbox"] {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  section.f2_moushikomi-2 li.checkbox_wrap div {
    width: 56%;
    margin: 0 0 .3em;
    padding: 0 .2em .5em .5em;
  }
  section.f2_moushikomi-2 li.checkbox_wrap div span {
    font-size: 14px;
    vertical-align: -35%;
    padding-right: 1.5em;
    padding-left: .3em;
    line-height: 1;
    /*max-width:100%;*/ width: auto;
  }
  section.f2_moushikomi-2 li.checkbox_wrap label.kibou {
    width: 42% !important;
    margin: 0;
    padding: 0;
    font-size: 13px;
  }
    
    
  /*error message
--------------------------------*/
  section.f2_moushikomi-2 div#form2_contents2 ul li label p.message-error2_mo2 {}
  section.f2_moushikomi-2 div#form2_contents2 ul li label p.message-error2_mo2 .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: 18.8em;
    text-align: left;
    line-height: 1.5;
    height: 41px;
    filter: drop-shadow(1px 1px 0px #ccc);
    z-index: 1;
  }
  section.f2_moushikomi-2 div#form2_contents2 ul li label p.message-error2_mo2 label {
    position: relative;
  }
  section.f2_moushikomi-2 div#form2_contents2 ul li label p.message-error2_mo2 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_moushikomi-2 p.message-error2_mo2 .error:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #FFED0D;
    z-index: 200001;
  }
  /* 建物タイプ
------------------*/
  section.f2_moushikomi-2 .button-radio {
    width: 56%;
    margin: -3px -6px 0 6px;
  }
  /*必須アイコン
----------------------------*/
  section.f2_moushikomi-2 i.required:before {
    padding: 1px 3px;
  }
  /*任意アイコン
----------------------------*/
  section.f2_moushikomi-2 i.any:before {
    padding: 1px 3px;
  }
}

/*
 */
/* on off
----------------------------------*/
.sp-hide, .pcNone, .is-sp {
  display: none;
}
.pc-hide, .spNone, .is-pc {
  display: block;
}
@media screen and (max-width:767px) {
  .sp-hide, .pcNone, .is-sp {
    display: block;
  }
  .pc-hide, .spNone, .is-pc {
    display: none;
  }
}
/* 以下2023年現在は不要 360まで　*/
@media screen and (max-width: 320px) {
  input, select {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  #form2_contents2 ul li label p:nth-child(1) {
    font-size: 10px;
    width: 40%;
    line-height: 30px;
  }
}
@media screen and (max-width: 320px) {
  #form2_contents2 ul li p:nth-child(1) {
    font-size: 10px;
    width: 40%;
    line-height: 30px;
  }
  input::placeholder {
    /*color: #ccc;*/
    font-size: 10px;
  }
  select {
    font-size: 10px;
  }
  .button-radio label {
    font-size: 11px;
  }
}
@media (max-width:767px) {
  /*p label checkbox 調整*/
  section.f2_moushikomi-2 div#form2_contents2 ul li.checkbox_wrap div label {
    margin: 0;
    padding: 0;
    height: 28px;
    display: inline-block;
    width: auto;
  }
  label.sp_renrak-label {
    display: inline-block;
    width: auto;
  }
  p.sp_renrak-p {
    display: inline-block;
    width: auto;
  }
  input[type="tel"].sp_renrak-input {
    display: inline-block;
    width: auto;
  }
  
/*送信ボタン 1
--------------------------------*/
  section.f2_moushikomi-2 div.send_btn_wrap {
    position: relative;
    width: 100%;
    text-align: center;
    margin:1em auto;
  }
  section.f2_moushikomi-2 button.send_btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    user-select: none;
    width: 80%;
  }
    
/* SP END */
/*********************************************************/
}



/**
 * responsive
--------------------------------------------------------*/
/* checkbox 
------------------------------*/
/*1*/
.service_checkbox-wrap1 {
padding:0 0 0 .7em;
margin:.3em 0 0 .2em;
display: block;
width:60%;
height:auto;
font-size:12px;
  line-height: 2.1;
}
.list_koumoku {
    width:130px;
    margin-top:.4em;
}
  @media (max-width:767px){
  .list_koumoku {
      width:40%;
      margin-top:.4em;
  }
}
span.cho11 {
  display: inline-block;
  transform: scale(.8, 1);
  transform-origin: top left;
  text-indent:0;
  margin-right: -2em;
  font-style:normal !important;
  /*letter-spacing: 3%;*/
}
  @media (max-width:767px){
  .service_checkbox-wrap1 {
    /*padding:0 0 0 3em;*/
    padding:0 0 0 1px;
    margin:.5em 0 .4em;
    display: block;
   /* width:100%;*/
    width:60%;
    height:auto;
    line-height: 2.1;
    font-size:12px;
  }   
 /* @media (max-width:375px){
  .service_checkbox-wrap1 {
    padding:0 0 0 3em;
    margin:.5em 0 .4em;
    display: block;
     width:100%;
    height:auto;
    line-height: 2.1;
    font-size:12px;
  }*/
 
}
.service_checkbox-wrap1 input[type="checkbox"]{
transform:scale(1.1);
margin: 0 .3em 0 0;
position:relative;
top:0;
line-height:1.5;
}
.service_checkbox-wrap1 span {
font-size:13px;
padding-right: 1em;
line-height: 1.5;
}

label.doui-2 span.check_text {
font-size:clamp(10px,3.3vw,13px);
display: inline-block;
  margin-top: 3px;
}
label.doui-2 span.check_text a:hover {
  text-decoration:underline;
}
label.doui-2 input[type="checkbox"]{
font-size:12px;
transform:scale(1.1);
}


      
      
