@charset "shift_jis"; 
html {
  font-size: 62.5%;
  /*16px * 62.5% = 10px*/
}
#SMP_STYLE.body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif, sans-serif;
}

button, input, select, textarea {
  font-family : inherit;
}
p {
  font-weight: 400;
}
p.center{
  text-align: center;
}


@media print{
/*********************************************************************
 印刷用CSS
**********************************************************************/
 .dispOnly {display: none;}
 .printOnly {display:block;}
}

/*********************************************************************
　フォーム用
**********************************************************************/
#SMP_STYLE .c-header-simple{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
#SMP_STYLE .c-header-simple__inner{
  margin-inline: auto;
  max-width: 1200px;
  box-sizing: border-box;
}
#SMP_STYLE .c-header-simple__inner a{
  display: block;
  width: fit-content;
}
#SMP_STYLE .c-header-simple__logo{
  width: 176px;
  display: block;
  height: auto;
  max-width: 100%;
}

#SMP_STYLE .body_tbl {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}
#SMP_STYLE .c-title-page-simple{
  padding: 1em 10px;
  color: #014998;
  text-align: center;
  min-height: 187px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: url("https://app2.hokuyobank.co.jp/h_common/sp_dir/PB2024-0110_toi/assets/img/bg-title-page.png") no-repeat 50% / cover,#dceefa;
}
#SMP_STYLE h1{
  font-size: 4rem;
  line-height: 1.5;
  margin: 0;
  width: 100%;
}
#SMP_STYLE h2.c-heading-blue-centered{
  font-size: 3.2rem;
  color: #014998;
  text-align: center;
  margin-top: 0;
}
#SMP_STYLE h2.c-h2{
  border-bottom: 3px solid #cdcdcd;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 0 0 7px;
  position: relative;
  width: 800px;
  display: block;
  margin: 0 0 30px;
}
#SMP_STYLE h2.c-h2::after{
  content: "";
  display: block;
  height: 3px;
  bottom: -10px;
  left: 0;
  position: relative;
  width: 120px;
  background-color: #067cbc;
}
#SMP_STYLE .header_text {
  width: 800px;
  margin: 4rem auto 0;
  color: #2a2a2a;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
}
#SMP_STYLE .c-step-post{
  width: 700px;
  margin: 80px auto 30px;
}
#SMP_STYLE .c-step-post__list{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#SMP_STYLE .c-step-post__list:before{
  background-color: #dceefa;
  content: "";
  display: block;
  height: 3px;
  inset: 0;
  position: absolute;
  width: 100%;
  margin-block: auto;
}
#SMP_STYLE .c-step-post__item{
  align-items: center;
  background-color: #dceefa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}
#SMP_STYLE .c-step-post__number{
  border-inline-end: 1px solid #666;
  color: #014998;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 12px 5px 0;
  margin-right: 12px;
  line-height: 1.5;
}
#SMP_STYLE .c-step-post__item.active{
  background-color: #067cbc;
}
#SMP_STYLE .c-step-post__item.active .c-step-post__number{
  border-inline-end-color: #fff;
  color: #fff;
}
#SMP_STYLE .c-step-post__item.active .c-step-post__label{
  color: #fff;
}
#SMP_STYLE .c-step-post__label > span{
  display: inline-block;
}

#SMP_STYLE .header_rmesg {
  width: 800px;
  margin: 4rem auto 0;
  color: #111111;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
}

#SMP_STYLE .header_emesg {
  width: 760px;
  margin: 30px auto;
  padding: 20px 20px 20px 20px;
  border: 2px solid #ba0000;
  color: #ba0000;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
}

#SMP_STYLE .sub_text {
  width: 800px;
  font-size: 1.6rem;
  padding: 0;
  color: #111111;
  text-align: left;
  word-break: break-all;
  box-sizing: border-box;
}

#SMP_STYLE  form{
  margin: 0 auto;
 width: 800px;
}

#SMP_STYLE .smp_tmpl {
  width: 800px;
  min-height: calc(100vh - 754px);
  padding: 20px 0 0 0;
  margin: 0 auto;
  word-break: break-all;
}

#SMP_STYLE .c-p-em-red{
  color: #d41516;
  font-weight: bold;
}

#SMP_STYLE .cf {
  position: relative;
  margin: 0;
  padding: 13px 0 0 0;
  width: 800px;
  border-bottom: 1px solid #ebebeb;;
}
#SMP_STYLE .cf.top{
  border-bottom: none;
  padding: 13px 0 50px;
}
#SMP_STYLE .cf.top {
  border-top: 1px solid #ebebeb;;
}

#SMP_STYLE .cf.last{
  padding-bottom: 0;
  border-bottom: none;
}

#SMP_STYLE span.type{
  display: flow;
}

#SMP_STYLE span.phone{
  display: flow;
}

#SMP_STYLE span.zipcode{
  display: flow;
}

#SMP_STYLE .title {
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 23px 15px 18px 0;
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  vertical-align: top;
}

#SMP_STYLE .title.first{
  padding-top: 0;
}

#SMP_STYLE .title .caution {
  display: block;
  width: 100%;
  color: #5F5F5F;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px 0 0 0;
  line-height: 1.2;
  margin-bottom: 10px;
}

#SMP_STYLE .data {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 0 18px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  word-break: break-all;
}

#SMP_STYLE .input {
  width: 100%;
  margin-bottom: 8px;
  margin-right: 3px;
  padding: 0.5rem 1rem;
  color: #333333;
  border: 1px solid #999999;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  font-size: 1.7rem;
  text-align: left;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
#SMP_STYLE .input-middle{
  width: 470px;
  margin-bottom: 8px;
  margin-right: 3px;
  padding: 0.5rem 1rem;
  color: #333333;
  border: 1px solid #999999;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  font-size: 1.7rem;
  text-align: left;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

#SMP_STYLE .input.embtn {
  background-color: #eeeeee;
  -webkit-text-fill-color: black;
  opacity: 1;
}

#SMP_STYLE .name input {
  width: 100px;
  margin-left:5px;
}

#SMP_STYLE .zipcode input{
  width: 144px;
}


#SMP_STYLE .phone input {
  width: 30%;
  max-width: 144px;
}

#SMP_STYLE .price input {
  width: 200px;
}

#SMP_STYLE .pass input {
  width: 150px;
}

#SMP_STYLE .epass input {
  width: 160px;
}

#SMP_STYLE ul,#SMP_STYLE li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px;
}
#SMP_STYLE li{
  width: auto;
  display: inline-block;  
}

#SMP_STYLE .time ul li {
  width: auto;
  margin: 0 3px 0 0;
  padding: 0;
  height: 44px;
  line-height: 44px;
}
#SMP_STYLE .zipcode{
  width: auto;
}
#SMP_STYLE .zipcode input{
  width: auto;
  margin: 0 3px 0 0;
  height: 44px;
  line-height: 44px;
}

#SMP_STYLE .name ul li {
  width: auto;
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
}

#SMP_STYLE .multi1{
  padding: 10px 0;
}
#SMP_STYLE .multi1 fieldset{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#SMP_STYLE .multi1 label {
  display: inline;
  padding: 0 10px;
  margin-right: 1em;
}

#SMP_STYLE .multi1 input {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  border-radius: 0 0 0 0;
  overflow: hidden;
}

#SMP_STYLE .multi1 label span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
#SMP_STYLE .multi2{
  padding: 20px 0;
}
#SMP_STYLE .multi2 .multi-block {
  display: flex;
  align-items: center;
  min-width: 135px;
  margin: 0 0 0 0;
  padding: 0 5px 15px 10px;
  text-align: left;
  clear: both;
  box-sizing: border-box;
}

#SMP_STYLE .multi2 input {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  margin: 0;
  padding: 0;
  border-radius: 0 0 0 0;
  overflow: hidden;
  cursor: pointer;
}

#SMP_STYLE .multi2 label span {
  display: block;
  height: 28px;
  margin: 0 0 0 10px;
  font-size: 1.6rem;
  font-weight: 400;
}

#SMP_STYLE select {
  appearance: none;
  margin-bottom: 8px;
  border: 1px solid #8e8e8e;
  line-height: 1.5;
  background:  url("https://app2.hokuyobank.co.jp/h_common/sp_dir/PB2024-0110_toi/assets/img/icon-arrow-primary.svg") no-repeat right 20px center/20px 15px;
  color: #2a2a2a;
  font-size: 1.6rem;
  padding: 10px 60px 10px 20px;
  border-radius: 0.5rem;
}

#SMP_STYLE textarea {
  width: 100%;
  border: 1px solid #999999;
  background-color: #fff;
  text-align: left;
  resize: none;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  height: 15rem;
  padding: 1rem;
  box-sizing: border-box;
}

#SMP_STYLE button.submit {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  width: 320px;
  font-size: 1.6rem;
  margin: 1rem auto;
  padding: 1rem 10%;
  border: hidden;
  border-radius: 5px;
  line-height: 1.6;
  /* other browser */
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: block;
  position: relative;
  border: 1px solid #cdcdcd;
  background: #cdcdcd;
  pointer-events: none;
}
#SMP_STYLE button.submit.active{
  background: #014998;
  cursor: pointer;
  pointer-events: auto;
}
#SMP_STYLE button.submit.embtn.active::after{
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url("https://app2.hokuyobank.co.jp/h_common/sp_dir/PB2024-0110_toi/assets/img/icon-link-arrow-white.svg") no-repeat center/contain;
}
#SMP_STYLE button.submit.backbtn{
  appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  color: #2a2a2a;
}
#SMP_STYLE button.submit.backbtn::before{
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  background: url("https://app2.hokuyobank.co.jp/h_common/sp_dir/PB2024-0110_toi/assets/img/icon-link-arrow.svg") no-repeat center/contain;
  rotate: 180deg;
}
#SMP_STYLE button.submit:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}
#SMP_STYLE button.submit::after{
  display: none;
}

#SMP_STYLE button.c-button-close{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 105px;
  margin: 30px auto 0;
  padding: 8px 35px 8px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2a2a2a;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  transition: border-color 300ms, color 300ms;
  border: 1px solid #8e8e8e;
}
#SMP_STYLE button.c-button-close::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background: url("https://app2.hokuyobank.co.jp/h_common/sp_dir/PB2024-0110_toi/assets/img/icon-close.svg") no-repeat center/contain;
}

fieldset{
  padding: 0;
  border: none;
  margin: 0;
}
#SMP_STYLE fieldset .cf:first-of-type{
  padding-bottom: 0;
}

#SMP_STYLE .c-bg-gray{
  background-color: #f7f7f7;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 0 30px;
}

#SMP_STYLE .c-bg-gray p{
  font-size: 1.6rem;
  margin: 0;
}

#SMP_STYLE .sample {
  color: #2a2a2a;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}

#SMP_STYLE .example {
  font-size: 85%;
}

#SMP_STYLE .need {
  color: #fff;
  background-color: #d41516;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 5px;
  padding: 3px 5px;
  margin-left: 5px;
}

#SMP_STYLE .c-form-input-fieldset__optional{
  background-color: #666;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 5px;
  border-radius: 5px;
  font-weight: 400;
  margin-left: 3px;
}

#SMP_STYLE .msg {
  display: block;
  color: #DD0000;
  font-size: 1.6rem;
  margin: 5px 0;
  font-weight: bold;
  text-align: left;
}

#SMP_STYLE .error {
  background: #FFE4E4 !important;
}

#SMP_STYLE .c-page-sub__footer-simple{
  margin: auto 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}

#SMP_STYLE .c-footer-simple{
  background-color: #f7f7f7;
  margin-top: 150px;
}
#SMP_STYLE .c-footer-simple p{
  margin: 10px 0 0;
}
#SMP_STYLE .c-footer-simple__inner {
  max-width: 1500px;
  padding: 20px 25px;
  margin: 0 auto;
  line-height: 1.5;
}

#SMP_STYLE .c-footer-simple__info{
  font-size: 1.4rem;
}
#SMP_STYLE .c-footer-simple__copy p small{
  font-size: 1.3rem;
}

#SMP_STYLE .c-scroll-top[data-scroll-top="show"]{
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: visible;
}

#SMP_STYLE .c-scroll-top{
  background-color: #767676;
  background-image: url("https://app2.hokuyobank.co.jp/h_common/sp_dir/PB2024-0110_toi/assets/img/icon-arrow-scroll.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: block;
  position: fixed;
  bottom: 100px;
  right: 22px;
  z-index: 5;
  border-radius: 3px;
}

#SMP_STYLE .c-scroll-top span{
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
#SMP_STYLE .cf:after {clear:both;}
#SMP_STYLE .cf {*zoom:1;}

#SMP_STYLE .indent {
  padding-left:1em;
  text-indent:-1em;
}

@media screen and (min-width:767px) and (max-width:981px) {
/*********************************************************************
 フォーム用CSS　ダブレット等用726px - 981px???
**********************************************************************/
#SMP_STYLE.body {
  background: #FFFFFF;
}
.c-header-simple{
  padding: 20px;
}
#SMP_STYLE .body_tbl {
  width: 100%;
  border: none;
}
#SMP_STYLE h2.c-h2{
  display: block;
  width: calc( 100vw - 4% );
}

#SMP_STYLE .header_text {
  width: 100%;
  padding: 15px 70px 15px 70px;
  box-sizing: border-box; 
  margin: 2rem auto 0;
}

#SMP_STYLE .header_rmesg{
  width: 100%;
  padding: 30px 2% 10px;
  margin: 2rem auto 0;
}
#SMP_STYLE .header_emesg {
  width: calc( 100% - 30px);
  box-sizing: border-box;
  margin: 30px auto 10px;
  padding: 15px 15px 15px 15px;
}

#SMP_STYLE .sub_text {
  font-size: 123.1%;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 10px;
}

#SMP_STYLE form{
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#SMP_STYLE .smp_tmpl {
  width: 100%;
  min-height: calc(100vh - 1004px);
  margin: 20px auto; 
  padding: 0 2%;
  box-sizing: border-box;
}

#SMP_STYLE .cf {
  display: table;
  width: 100%;
}
#SMP_STYLE .cf .cf{
  padding-bottom: 0;
}
#SMP_STYLE .title {
  width: 100%;
  padding: 23px 15px 28px 0;
}
#SMP_STYLE .title:first-of-type label{
  display: flex;
  align-items: center;
  width: 100%;
}

#SMP_STYLE .title .caution {
  width: 100%;
}

#SMP_STYLE .data {
  width: 100%;
}

#SMP_STYLE .input {
  width: 70%;
}

#SMP_STYLE .multi1 label {
  border-radius: 4px 4px 4px 4px;
}

#SMP_STYLE .multi1 input {
  width: 20px;
  margin: 0.2em 0 0 0;
  padding: 0;
  border-radius: 3px 3px 3px 3px;
  text-align: left;
}

#SMP_STYLE .multi1 .radio input {
  border-radius: 1em;
}

#SMP_STYLE .multi2 .multi-block {
  width: 100%;
  margin: 0 0 7px 0;
  padding: 0;
  border-radius: 4px;
  background-color: rgb(253, 239, 233);
}
#SMP_STYLE .multi2 label {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 0;
}
#SMP_STYLE .multi2 input {
  width: 20px;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: left;
}

#SMP_STYLE textarea {
  width: 100%;
  height: 13rem;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}

#SMP_STYLE .footer_text {
  font-size: 1.2rem;
}

#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
#SMP_STYLE .cf:after {clear:both;}
#SMP_STYLE .cf {*zoom:1;}

}
@media screen and (max-width:725px) {
/*********************************************************************
 フォーム用CSS　スマートフォン等用 - 725px???
**********************************************************************/
#SMP_STYLE.body {
  background: #FFFFFF;
  font-size: 1.5rem;
  box-sizing: border-box;
}
#SMP_STYLE .c-header-simple{
  padding: 1.7rem 1.5rem;
}
#SMP_STYLE .c-header-simple__logo{
  width: 150px;
}

#SMP_STYLE .body_tbl {
  overflow-x:hidden;
  width: 100%;
  border: none;
}

#SMP_STYLE .c-title-page-simple{
  padding: 3rem 1.5rem;
  min-height: 99px;
  background: url("https://app2.hokuyobank.co.jp/h_common/sp_dir/PB2024-0110_toi/assets/img/bg-title-page-sp.png") no-repeat 50% / cover,#dceefa;
}
#SMP_STYLE h1 {
  font-size: 2.6rem;
}
#SMP_STYLE h2.c-h2{
  font-size: 2.4rem;
  padding: 0 0 7px;
  width: 100%;
}
#SMP_STYLE h2.c-heading-blue-centered{
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
#SMP_STYLE .header_text {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.3rem;
  box-sizing: border-box;
  margin: 1rem auto 0;
}
#SMP_STYLE .c-step-post{
  width: calc(100% - 30px);
  margin: 30px auto;
}
#SMP_STYLE .c-step-post__list{
  gap: 15px;
  line-height: 1.2;
}
#SMP_STYLE .c-step-post__item{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
#SMP_STYLE .c-step-post__number{
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
  border-right: none;
  word-break: nomal;
  display: block;
}
#SMP_STYLE .c-step-post__item > span{
  flex-direction: column;
  display: block;
  width: 100%;
}

#SMP_STYLE .header_rmesg {
  padding: 0 1.5rem;
  margin: 0 auto 20px;
  width: 100%;
  box-sizing: border-box;
}

#SMP_STYLE .header_emesg {
  width: calc(100% - 3rem);
  box-sizing: border-box; 
  margin: 10px auto;
  padding: 15px;
}
#SMP_STYLE p.center{
  margin: 0 0 2.5rem;
}
#SMP_STYLE .sub_text {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 10px;
}

#SMP_STYLE  form{
  padding: 0 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

#SMP_STYLE .smp_tmpl {
  min-height: calc(100vh - 548px);
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

#SMP_STYLE .cf {
  width: 100%;
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
}
#SMP_STYLE .cf.top .title,
#SMP_STYLE .cf.top .data{
  padding: 0;
}
#SMP_STYLE .cf .cf{
  padding-bottom: 0;
}
#SMP_STYLE .title {
  display: block;
  padding: 0 0 1rem;
  vertical-align: middle;
}

#SMP_STYLE .title .caution {
  width: 100%;
  font-size: 1.5rem;
}

#SMP_STYLE .data {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 2rem;
  box-sizing: border-box;
}

#SMP_STYLE .phone{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
}
#SMP_STYLE .phone input{
  flex: 1 1 0;
  margin: 0;
}
#SMP_STYLE .phone a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

#SMP_STYLE .input-middle{
  width: 100%;
}

#SMP_STYLE .input {
  width: 100%;
  padding: 10px 20px;  
}

#SMP_STYLE .zipcode input {
  width: 100px;
}


#SMP_STYLE .price input {
  width: 150px;
}

#SMP_STYLE .time .new_line {
  clear: both;
}

#SMP_STYLE .time ul li {
  height: 48px;
  margin: 0 10px 0 0;
}

#SMP_STYLE .multi1 label {
  margin: 0 10px 0 0;
  padding: 0 5px;
}

#SMP_STYLE .multi1 input {
  margin: 0;
  border-radius: 3px;
  text-align: left;
}

#SMP_STYLE .multi1 label span {
  margin: 0;
  height: 28px;
  padding:  0;
  vertical-align: middle;
}

#SMP_STYLE .multi1 .radio input {
  border-radius: 1em;
}
#SMP_STYLE .multi2{
  padding: 10px 0;
}
#SMP_STYLE .multi2 .multi-block{
  min-width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  border-radius: 4px;
  background: #F1F1F1;
  width: auto;
}
#SMP_STYLE .multi2 label {
  width: 100%;
  padding: 10px 10px 10px 5px;
}

#SMP_STYLE .multi2 input {
  display: block;
  margin: 0 0 0 10px;
  border-radius: 3px;
  text-align: left;
}

#SMP_STYLE textarea {
  width: 100%;
  height: 243px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}

#SMP_STYLE button.submit{
  width: 100%;
  max-width: 290px;
  margin: 20px auto;
}
#SMP_STYLE .c-bg-gray{
  padding: 2rem 1.5rem;
}
#SMP_STYLE .c-bg-gray p{
  font-size: 1.5rem;
}
#SMP_STYLE .c-footer-simple{
  margin: 100px 0 0;
}
#SMP_STYLE .footer_text {
  width: 100%;
  margin: 100px 0 0;
  padding: 1.5rem 1rem;
  font-size: 1.2rem;
}
#SMP_STYLE .c-footer-simple__info{
  text-align: center;
}
#SMP_STYLE .c-footer-simple p{
  margin: 0;
}
#SMP_STYLE .c-footer-simple__info > div:first-child{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 15px;
}
#SMP_STYLE .c-footer-simple__info > div:nth-child(2) p{
  font-size: 1.1rem;
}
#SMP_STYLE .c-footer-simple__copy{
  margin-top: 15px;
  text-align: center;
}
#SMP_STYLE .c-footer-simple__copy p small{
  font-size: 1.1rem;
}

#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
#SMP_STYLE .cf:after {clear:both;}
#SMP_STYLE .cf {*zoom:1;}


#SMP_STYLE .c-scroll-top{
  bottom: 55px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-size: 19px 19px;
}
}