@charset "utf-8";
/* CSS Document */
.container_wrap.steps_webform {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 3px;
}
/*steps*/
.steps {
  max-width: 1180px;
  margin: 0 auto;
}
#progressbar {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #455a64;
  display: flex;
  justify-content: center;
  text-align: center;
}
#progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
#progressbar li div.d-block {
  font-size:clamp(10px,3vw,15px);
  margin-top:.3em;
}
#progressbar #step1:before {
  content: "1";
}
#progressbar #step2:before {
  content: "2";
}
#progressbar #step3:before {
  content: "3";
}
#progressbar #step4:before {
  content: "4";
}
#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #455a64;
  border-radius: 50%;
  margin: auto;
  color: #fff;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #455a64;
  position: absolute;
  left: 0;
  top: 21px;
  z-index: -1;
}
#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}
#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}
#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #0091d9 !important;
}
#progressbar li.complete:before, #progressbar li.complete:after {
  background: #0091d9 !important;
}
.webform_ttl01 {
  margin: 1em .8em 0;
  padding: 0;
  font-size: 24px;
}
h3.webform_ttl01 {
  line-height: 150%;
  font-weight: bold;
  border-bottom: 3px solid #ffc000;
  text-align: center;
}
.plan_flex img {
  /*max-width: 350px;*/
  width: 100%;
}
.plan_flex {
  margin: 2em auto 4em;
}


/*ボタン選択*/
ul.plan_flex_tab-wrap {
  display: flex;
  margin: 2em auto 4em;
  justify-content: flex-start;
    flex-flow: wrap;
}
@media (max-width:767px) {
  ul.plan_flex_tab-wrap {
    margin: .1em auto 3em;
  justify-content: center;
  }
}

label.plan_list:not(:last-of-type) {
  margin-right: 15px;
}
.plan_list1, .plan_list2, .plan_list3 {
  text-align: center;
  z-index: 1;
  cursor: pointer;
  line-height: 0;
  position: relative;
  display: block;
  border: 5px solid #182a86;
  background: #182a86;
  border-radius: 2px;
}
ul.plan_flex_tab-wrap li {
  flex: 0 1 46%;
  position: relative;
  margin: .5em .8em;
}
@media (max-width:767px) {
  ul.plan_flex_tab-wrap li {
    flex: 0 1 92%;
    position: relative;
    margin: .5em auto;
  }
}


/* check plan
------------------------------*/
input#plan1 {
  position: absolute;
  top: calc(50% - 15px);
  left: 1.8em;
  z-index: 99;
}
input#plan2 {
  position: absolute;
  top: calc(50% - 15px);
  left: 1.8em;
  z-index: 99;
}
input#plan3 {
  position: absolute;
  top: calc(50% - 15px);
  left: 1.8em;
  z-index: 99;
}
@media (max-width:767px){
  /* check plan
  ------------------------------*/
  input#plan1 {
    position: absolute;
    top: calc(50% - 15px);
    left: 1.5em;
    z-index: 99;
  }
  input#plan2 {
    position: absolute;
    top: calc(50% - 15px);
    left: 1.5em;
    z-index: 99;
  }
  input#plan3 {
    position: absolute;
    top: calc(50% - 15px);
    left: 1.5em;
    z-index: 99;
  }
}

.plan_flex_tabsplan_flex_tabs input[type="radio"], .plan_flex_tabs input[type="checkbox"] {
  margin: 3px 8px 5px 3px;
  transform: scale(2.4);
  accent-color: #ef0090;
}

/*note　注意
---------------------------------------------*/
/*.note_icon {
font-size: clamp(11px,4vw,16px);
text-align: center;
color: red;
display:block;
font-weight: 700;
margin:0 1.2em .3em;
}
.note_icon i{
font-size:110%;
margin-right:.3em;
}
.is-pc-br {
  display:none;
}
@media (max-width:767px){   
  .note_icon {
  font-size: clamp(11px,3.8vw,14px);
  margin:0 1.2em .8em;
  }
  .note_icon i{
  font-size:150%;
  margin:0;
  display:block;
  margin-bottom:.2em;
  }
  .is-pc-br {
  display:block;
  }
}*/
div.gochuui {
  background: yellow;
  padding: .7em .5em .2em;
  display: flex;
  justify-content: center;
  align-content: center;
  /*min-width:86%;*/
  max-width: 93%;
  margin: 0 auto 1em;
  /*text-decoration-line: 1;*/
  border-radius: 6px;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.3);
}
#gochuui_anc {
  height: 8px;
}
.note_icon {
  font-size: clamp(11px, 4vw, 16px);
  text-align: center;
  color: #111;
  display: block;
  font-weight: 700;
  margin: .3em 0em .3em;
}
.note_icon i {
  font-size: 130%;
  margin-right: .3em;
  color: red;
}
.note_icon span {
  color: red;
  font-size: 113%;
  display: inline-block;
  padding: 0 1px;
}
.is-pc-br {
  display: none;
}
@media (max-width:767px) {
  div.gochuui {
    background: yellow;
    padding: .6em .2em .2em;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 87%;
    margin: 0 auto .8em;
    border-radius: 4px;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.3);
  }
  .note_icon {
    font-size: clamp(12px, 3.5vw, 16px);
    margin: -0.9em auto .3em;
  }
  .note_icon span {
    color: red;
    font-size: 111%;
    display: inline-block;
    padding: 0 1px;
  }
  .note_icon i {
    font-size: 150%;
    margin: 0;
    display: block;
    margin-bottom: .2em;
    /* position:relative;
    top:-1em;*/
  }
  .is-pc-br {
    display: block;
  }
}
/* radio_btn --> checkbox
---------------------------------------------*/
.radio_btn {
  -webkit-appearance: none !important;
 /* -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;*/
  appearance: none;
  top: 14px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18px;
  width: 18px;
  transition: all .3s ease-out .1s;
  background: #fbfbfb;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  border: 1px solid #efefef;
  border-radius: 2px;
}
.radio_btn:checked {
  background: #ef0090;
}
.radio_btn::before {
  width: 16px;
  height: 16px;
  display: flex;
  content: '\f00c';
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: 'Font Awesome 5 Free';
  color: #ccc;
}
.radio_btn:checked::before {
  width: 16px;
  height: 16px;
  display: flex;
  content: '\f00c';
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  /* justify-content: center;*/
  font-family: 'Font Awesome 5 Free';
  color: #fff;
}
/*.radio_btn {
  border-radius: 0 !important;
}
.radio_btn::after {
  border-radius: 0 !important;
}*/


/* label checked
------------------------------*/
.check_one:checked + .plan_list1, .check_one:checked + .plan_list2, .check_one:checked + .plan_list3 {
  border: 5px solid #ef0090;
  padding: 0;
  transition-delay: .3s;
  transition: all .3s ease-in-out;
  background-color: #182a86;
  display: block;
  border-radius: 2px;
}
/* label hover
------------------------------*/
.check_one + .plan_list1:hover, .check_one + .plan_list2:hover, .check_one + .plan_list3:hover {
  border: 5px solid #ef0090;
  padding: 0;
  transition-delay: .3s;
  transition: all .6s ease-in-out;
  background-color: #182a86;
  display: block;
  border-radius: 2px;
}

/*
 */
/* label hover img ---
------------------------------*/
/*.check_one + .plan_list1 picture img, .check_one + .plan_list2 picture img {
  transition: all .7s ease-in-out;
  transition-delay: .3s;
}
.check_one + .plan_list1 picture img:hover, .check_one + .plan_list2 picture img:hover {
  transition: all .5s ease-in-out;
  transition-delay: .1s;
  display: block;
  transform: scale(.94);
}*/

.option_ttl {
  background-color: #3F3A39;
  padding: 5px 10px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.option_txt {
  display: block;
  font-size: 12px;
  margin: 0.5em .3em;
  text-align: justify;
}
/* price check */
.price_flex {
  display: block;
  margin: 0 0 0 auto;
  text-align: center;
  width: calc(100% - 2em);
}
@media (max-width:767px) {
  .price_flex {
    display: block;
    margin: 0 0 0 auto;
    text-align: center;
    width: calc(100% - 2em);
  }
}
.price {
  font-family: 'Roboto', sans-serif;
}
.price_L {
  font-size: clamp(16px, 8vw, 30px);
  font-weight: 600;
  padding-left: 5px;
  vertical-align: -4%;
}
.price_M {
  font-size: 1.1em;
  font-weight: 600;
}
.price_S {
  font-size: 12px;
  color: #ef0090;
  font-weight: normal;
}
.color_pink {
  color: #ef0090;
}
/*ボタン選択*/
.option_flex_tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto 4em;
  justify-content: center;
}
.option_list1, .option_list2, .option_list3 {
  text-align: center;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
  line-height: 1.5;
  border: 3px solid #ccc;
  padding: 10px 9px 6px;
  display: inline-block;
}
.option_box01, .option_box02, .option_box03 {
  /*position: relative;
  width: 31%;*/
	position: relative;
	width: 46%;
	margin: .5em .8em;
}
.option_box02 {
  margin: 0 1em;
}
/*
 */
/* option */
.option_campaign {
  color: red;
  font-weight: 600;
}
input#option01 {
  position: absolute;
  bottom: 14%;
  left: 23%;
  z-index: 99;
}
input#option02 {
  position: absolute;
  bottom: 14%;
  left: 23%;
  z-index: 99;
}
input#option03 {
  position: absolute;
  bottom: 14%;
  left: 23%;
  z-index: 99;
}
@media (max-width:767px) {
  input#option01 {
    bottom: 15%;
    left: 22%;
  }
  input#option02 {
    bottom: 15%;
    left: 22%;
  }
  input#option03 {
    bottom: 15%;
    left: 22%;
  }
}
/*
 */
/* op check
--------------------------------------------------------------------------------*/
.option_flex_tabs input[type="radio"], .option_flex_tabs input[type="checkbox"] {
  margin: 0px 0px 0px 10px;
  transform: scale(1.6);
  accent-color: #ef0090;
}
@media (max-width:767px) {
  .option_flex_tabs input[type="radio"], .option_flex_tabs input[type="checkbox"] {
    transform: scale(1.4);
  }
}
.op_btn:checked + .option_list1, .op_btn:checked + .option_list2, .op_btn:checked + .option_list3 {
  border: 3px solid #ef0090;
  transition: all .2s ease-in-out;
}
/* pc option hover */
.option_list1:hover, .option_list2:hover, .option_list3:hover {
  border: 3px solid #ef0090;
  transition: all .2s ease-in-out;
}
/* sp option hover active */
@media (max-width:767px) {
  .option_list1:hover, .option_list2:hover, .option_list3:hover {
    border: 3px solid #ccc;
    transition: all .2s ease-in-out;
  }
  .option_list1:active, .option_list2:active, .option_list3:active {
    border: 3px solid #ef0090;
    transition: all .2s ease-in-out;
  }
}
/*
 */
@media (max-width:767px) {
  .webform_ttl01 {
    font-size: 18px;
    padding: 0 10px 5px;
  }
  .steps_webform h3 {
    width: 80%;
    margin: 0 auto;
  }
  .plan_flex {
    padding: 0 0 0 0;
    width: 95%;
    margin: 1em auto;
  }
  /*.plan_list {
    width: 45%;
  }*/
  label.plan_list:not(:last-of-type) {
    margin-right: 5px;
  }
  .plan_flex_tabs input[type="radio"], .plan_flex_tabs input[type="checkbox"] {
    transform: scale(1.4);
  }
  .option_flex_tab-wrap {
    display: block;
  }
  .option_box01, .option_box02, .option_box03 {
    width: 90%;
    margin: .7em auto;
  }
  .option_box02 {
    margin: 1.5em auto !important;
  }
}

/*---------------------------------------------*/
/* mail_form
-----------------------------------------------*/
.mail_form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mail_form dl {
  border-bottom: 1px solid #ECECEC;
  display: flex;
  width: 100%;
}
.mail_form dt {
  width: 28%;
  padding: 22px 20px 13px 30px;
  line-height: 22px;
  background-color: #FAFAFA;
  border-right: 1px solid #ECECEC;
}
.mail_form dd {
  width: 72%;
  padding-left: 8px;
  vertical-align: middle;
  padding: 13px 1.5em 13px 1.2em;
}
.mail_form dd input[type="text"], .mail_form dd input[type="tel"], .mail_form dd input[type="email"], .mail_form dd input[type="number"] {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 14px;
  background: #FFF3DF;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1.6;
  box-sizing: border-box;
}
.btn_submit {
  text-decoration: none;
  padding: 13px 0 13px;
  font-size: 15px;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 2em auto 1em;
  display: block;
  width: 48%;
  text-align: center;
  background: #e93817;
}
.creditcard {
  margin: .5em 0 .5em 2.4em;
  color: #e93817;
}
.creditcard label {
  color: #222;
  font-size: clamp(12px, 3.1vw, 13px)
}
.mibunsho {
  margin: 1em 0 .5em 2.4em;
  color: #e93817;
}
.mibunsho label {
  color: #222;
  font-size: clamp(12px, 3.1vw, 13px)
}
.hassou {
  margin: 1em 0 .5em 2.4em;
  color: #e93817;
}
.hassou label {
  color: #222;
  font-size: clamp(12px, 3.1vw, 13px)
}

@media (max-width:767px) {
  .mail_form {
    width: 98%;
    margin: .3em auto;
  }
  .mail_form dl {
    padding: 1% 0;
    width: 100%;
    margin: 0;
    border: none;
    display: flex;
    flex-direction: column;
  }
  .mail_form dt {
    background: none;
    border-right: none;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 0 .4em;
  }
  .mail_form dd {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 1.2em;
  }
  .creditcard {
    margin: 3%;
    color: #e93817;
  }
  .creditcard label {
    color: #222;
    font-size: clamp(12px, 3.1vw, 13px)
  }
  .mibunsho {
    margin: 3%;
    color: #e93817;
  }
  .mibunsho label {
    color: #222;
    font-size: clamp(12px, 3.1vw, 13px)
  }
  .hassou {
    margin: 3%;
    color: #e93817;
  }
  .hassou label {
    color: #222;
    font-size: clamp(12px, 3.1vw, 13px)
  }
}


/* 注釈check 1行と2行
----------------------------------------------------*/
.notes_text1 {
    position:relative;
    top:0;
    left:0;
    display:inline-block;
    text-align: justify;
  }
.notes_text2 {
    position:relative;
    top:-1.7em;
    width:calc(100% - 6em);
    display:inline-block;
    padding:0 0 0 5em;
    text-align: justify;
  }
  @media (max-width:767px){
    .notes_text1 {
    position:initial;
    /*top:0;
    left:0;*/
    display:inline;
    text-align: justify;
  }
  .notes_text2 {
    position:initial;
    /*top:0;
    left:0;*/
    /*width:100%;*/
    display:inline;
    padding:0 0 0 0;
    text-align: justify;
  }
} 

/************************************/
/* select */
.mail_form dd select {
  width: 100%;
  font-family: inherit;
  padding: 5px 2em 5px 1em;
  font-size: 14px;
  background-color: #FFF3DF;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1.6
}
.heyaban_color, span.nomi_color {
  color: red;
  margin-top: .3em;
    font-size: clamp(10px, 3vw, 12px);
}
@media (max-width:767px) {
  .heyaban_color, span.nomi_color {
    color: red;
    display: block;
    font-size: clamp(10px, 3vw, 12px);
    margin-top: .3em;
  }
}

