
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex.spbw{
	justify-content: space-between;
}.flex.right{
	justify-content: flex-end;
}
/*.u-line{
	padding-top: 15px;
	border-bottom: 1px solid #999;
}
.t-line{
	border-top: 1px solid #999;
}*/


.h_logo img {
    width: 150px;
    /* height: 100%; */
    padding: 10px;
}
.kiyaku_link {
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 40px auto;
    width: 250px;
}
label.sample_label:before {
    border: solid 2px #999;
}
p.comment {
  margin: -15px 3px 20px;
  font-size: 12px;
  max-width: 400px;
}.flex_radio input[type="radio"] {
  margin: 10px;
}.flex_radio label {
  font-size: 18px;
  width: 400px;
}.flex_radio {
  flex-wrap: wrap;
  width: 60%;
  margin: 0 5px 15px;
}

.input-title{
	margin-top: 15px;
}
div.toiawase {
    background-color: #fff;
}
div.toiawase input[type="text"],
div.toiawase input[type="tel"],
div.toiawase input[type="email"], 
div.toiawase input[type="password"],
div.toiawase input[type="number"] {
    border: 1px solid #999;
    border-radius: 4px;
    width: 400px;
    margin: 2px 5px 20px;
}
.twin{
	width: 195px!important;
}
select.gyoshu_box {
    height: 45px;
    width: 400px;
    margin: 5px;
    margin-bottom: 20px;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
}
.required:after {
    background: #fc5454;
    content: '必須';
    color: #fff;
    font-size: 12px;
    margin: 5px;
    padding: 2px;
}.optional:after {
    background: #0c99fc;
    content: '任意';
    color: #fff;
    font-size: 12px;
    margin: 5px;
    padding: 2px;
}
.toiawase h2.regist_h {
    margin: 50px 0 20px;
}
div.toiawase textarea {
    border: 1px solid #999!important;
    border-radius: 4px;
    width: 378px!important;
    margin: 0 5px 20px!important;
    height: 100px;
}

.kiyaku_btn {
    background: #795548!important;
}
.join_regist_btn {
    background-color: #3da5ad;
}
button.submit {
    font-size: 18px;
}
header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #111;
}
.header_zone {
    width: 100%;
    max-width: 930px;
    margin: auto;
    overflow: hidden;
}header img {
    width: 100%;
    max-width: 300px;
    vertical-align: bottom;
}



.input-title.input-pw,
.input-title.kigen-title {
    margin-top: 0;
}
.check1-btn{
  margin: 50px;
}
        
.arrow-btn {
    background-color:#A19128;
    color: #fff;
    width: 335px;
    height: 60px;
    margin: 10px auto;
    display: block;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 16px;
    font-size: 18px;
}.arrow-btn:after {
    content: "";
    display: block;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
.arrow-btn.back:after {
    right: auto;
    left: auto;
    transform: rotate(225deg);
}





/***************************
  plan選択
****************************/
input[type="radio"].free-plan-radio {
    /* opacity: 0; */
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 25px;
    color: #8fd6de;
}
label.keiyaku_corse {
    width: 50%;
    text-align: center;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    background-color: #fff;
    margin: 5px 5px 20px;
    font-size: 15px;
    box-sizing: border-box;
    padding: 11px;
    position: relative;
    display: inline-block;
}

.keiyaku_corse img {
    width: 105.5px;
    margin-left: 25px;
}
div.radio_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.radio_btn:before {
    display: block;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #bfbfbf;
}
.radio_btn:after {
    display: block;
    content: "";
    border-radius: 50%;
    width: 70%;
    height: 70%;
    background-color: #8fd6de;
    position: absolute;
    top: 4px;
    left: 4px;
}.radio_btn.radio_btn_voice:after {
    background-color: #e4007f;
}
div.radio_btn_b {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.radio_btn_b:before {
    display: block;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #bfbfbf;
}
label.keiyaku_corse {
    border: 2px solid #8fd6de;
    background: linear-gradient(0deg, #8fd6de, #fff);
}label.keiyaku_corse.checked {
    border: 2px solid #19b6c7;
}

.keiyaku_corse span {
    font-size: 20px;
}
.keiyaku_cm {
  width: 50%;
  margin: 0 10px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #ef2824;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.muryo_taiken{
     font-size: 20px;
    padding: 11px 0;
    font-weight: bold;
    text-shadow: 2px  2px 3px #ffffff,
      -2px  2px 3px #ffffff,
       2px -2px 3px #ffffff,
      -2px -2px 3px #ffffff,
       2px  0px 3px #ffffff,
       0px  2px 3px #ffffff,
      -2px  0px 3px #ffffff,
       0px -2px 3px #ffffff; 
}
/*p.muryo_taiken.plusOption {
    line-height: 1;
    padding: 0;
}*/
p.muryo_taiken.plusOption {
}

label.keiyaku_corse.plusVoice{
  /*padding: 8px;*/
  width: 86%;
}
label.keiyaku_corse.plusVoice {
    border: 2px solid #ffaad9;
    background: linear-gradient(0deg, #ff7cc6, #fff);
}label.keiyaku_corse.plusVoice.checked {
    border: 2px solid #ea2a95;
}
.option-title {
    text-align: center;
}
label.keiyaku_corse.nenkan.checked,
label.keiyaku_corse.nenkan.voice-price.checked {
    border: 2px solid #c74919;
} 
label.keiyaku_corse.nenkan,
label.keiyaku_corse.nenkan.voice-price{
    border: 2px solid #dec28f;
    background: linear-gradient(0deg, #e69149, #fff);
}
.option-title>h3 {
    color: #e4007f;
    font-size: 26px;
}
.option-title>h4 {
    font-size: 14px;
    text-align: left;
    padding: 10px 0;
    width: 86%;
    margin: auto;
}
.option-box {
    width: 66%;
    padding: 30px 0;
    text-align: center;
    background: #ffe9f5;
}
span.op-price {
    font-weight: bold;
    font-size: 32px;
}
.price-box.voice-price {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    width: 86%;
}
.op-kome {
    line-height: 2.5;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 5px 10px;
    box-shadow: 0px 1px 2px 0px #ff9cd3;
    font-weight: bold;
}
.op-kome:after {
    content: "";
    position: absolute;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
    right: -10px;
    top: 0;
    bottom: 0;
    height: 0px;
    margin: auto;
    box-shadow: 1px 0px 1px 0px #ff9cd3;
}

.op-caution {
    width: 86%;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 0;
    margin: auto;
    font-size: 10px;
}
.nenkan .radio_btn:after{
  background-color: #fb751e;
}
span.getugaku {
    font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
}
span.nenkan-p {
    font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
}
.muryo {
    color: #e4007f;
}

button.sub-btn {
    height: 60px;
    width: 335px;
    background: #3da5ad;
    color: #fff;
    border: none;
    font-size: 18px;
    margin: 20px auto;
    display: block;
    position: relative;
}button.sub-btn:after {
    content: "";
    display: block;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}button.sub-btn.back:after {
    right: auto;
    left: 20px;
    transform: rotate(225deg);
}



/***************************
	stepbar
****************************/
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
    color: #FFF;
    background-color: #414141;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #414141;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}
.center-step{
    margin-left: -6px;
    z-index: 100;
    position: inherit;
}

/************************************************/

.plan-box {
    width: 47%;
    padding: 15px 0;
    text-align: center;
    background: #dffcff;
    margin: 0 10px;
}

.option-box {
    width: 47%;
    padding: 15px 0;
    text-align: center;
    background: #ffe9f5;
    margin: 0 10px;
}

label.keiyaku_corse {
    width: 86%;
}
.op-kome {
  margin-bottom: 15px;
    box-shadow: 1px 2px 2px 1px #ff9cd3;
}.plan-box .op-kome {
    box-shadow: 1px 2px 2px 1px #8fd6de;
}.op-kome:after {
    box-shadow: 1px -3px 1px 0px #ff9cd3!important;
}.plan-box .op-kome:after {
    box-shadow: 1px -3px 0px 0px #8fd6de!important;
}
.price-box{
  justify-content: center!important;
}
.option-title>h4{
  text-align: center;
}

.price-box {
    display: block!important;
    justify-content: space-between;
    margin: 10px auto;
    width: 86%;
}

.pc-flex{
  display: flex;
}
.option-title.normal>h3 {
    color: #004eff;
}
.option-box, .plan-box {
    margin-bottom: 20px;
}
label.keiyaku_corse {
    height: 60px;
}p.muryo_taiken {
    padding: 3px 0;
}
.op-kome:after {
    content: "";
    position: absolute;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(135deg);
    right: 0;
    left: 0;
    bottom: -9px;
    top: unset;
    height: 0px;
    width: 0;
    margin: auto;
    box-shadow: 1px -1px 1px 0px #ff9cd3;
}

.op-caution {
    font-size: 14px;
    padding: 5px 0;
}
/*.option {
    font-size: 14px;
}*/
span.op-price {
    font-size: 50px;
}
.option-title>h4 {
    padding: 10px 0;
    font-size: 16px;
}

.price-box>div {
    padding-top: 10px;
    width: 330px;
    text-align: left;
    margin: auto;
}

.price-box>div:nth-child(3) {
    padding-bottom: 10px;
    width: 310px;
    text-align: left;
    margin: auto;
}
span.one {
    font-size: 125%;
    line-height: 1;
}







@media screen and (max-width: 770px){
  .stepBar{
    font-size: 10px;
  }
  .stepBar .step {
    padding: 0;
    padding-left: 13px;
    text-align: left;
  }
  label.keiyaku_corse {
      width: 86%!important;
  }
  .option-box {
      width: 100%;
  }
  .op-kome {
      font-size: 13px;
      line-height: 3;
  }.op-kome:after {
      right: -9px;
      box-shadow: 1px -1px 1px 0px #ff9cd3;
  }
  .op-caution {
      width: 86%;
  }





  .pc-flex{
    display: block;
  }
  .plan-box {
      width: 100%;
      margin: 0;
  }
  .option-box {
      width: 100%;
      margin: 0;
  }

  .option-box, .plan-box {
      margin-bottom: 20px;
        zoom:80%;
        width: 100%;
        margin: 10px auto;
  }

.op-kome {
    font-size: 20px;
    line-height: 2;
}
.input-title {
    width: 100%;
}
span.op-price {
    font-size: 42px;
}
.muryo {
    color: #e4007f;
}
.muryo.op-muryo {
    color: #e4007f;
}
.option {
    width: 100%;
    margin: auto;
}



}

@media screen and (max-width: 450px){
	div.toiawase input[type="text"],
	div.toiawase input[type="tel"],
	div.toiawase input[type="email"], 
	div.toiawase input[type="password"],
	div.toiawase input[type="number"] {
		    width: 100%;
	}
	select.gyoshu_box {
	    width: 100%;
	}
	p.comment {
	  max-width: 100%;
	}
	.input-title {
	    width: 75%;
	}
	.flex_radio label {
	    width: 100%;
	}
	.stepBar.step3 .step {
	    font-size: 13px;
	}
	.flex.right {
	    justify-content: flex-end;
	    width: 100%;
	}
	.sp-w-max {
	    width: 100%;
	}
	.twin {
	    width: 100%!important;
	}
  header img {
      width: 200px;
      margin-left: -10px;
  }
}

@media screen and (max-width: 350px){
  .stepBar {
    width: 104%;
    margin-left: -6px;
  }
  .stepBar.step3 .step {
      font-size: 10px;
  }

}  