@charset "utf-8";
ul,
ol,
li {
  margin: 0;
}
h2.midashi {
  margin: 0 0 18px !important;
  padding: 0 0 6px;
  border-bottom: 1px solid #d2d1d2;
  font-family: 'Noto Sans Japanese Medium';
  font-weight: normal;
  font-size: 24px;
  text-align: left;
}
.hide {
  display: none;
}
.pc_hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_show {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
}
.r {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
.cf {
  display: block;
}
.cf:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.fL {
  float: left !important;
}
#wrap #contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wrap #contents .inner {
  width: 860px;
  margin: 0 auto;
  padding: 0 0 35px 0;
}
.subtitle {
  padding: 13.5px 12px;
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .step-nav-wrap > .step-nav > li .step-txt {
    white-space: pre-wrap;
    width: 80px;
  }
  #wrap .inner .selectList {
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 1.5;
  }

  #wrap .inner .selectList.in {
    display: block;
    margin: 0 0 15px;
    border-radius: 5px;
    border: 1px solid #bbbdbf;
    -webkit-box-shadow: rgba(0, 4, 8, 0.44902) 0px 0px 5px -2px;
    box-shadow: rgba(0, 4, 8, 0.44902) 0px 0px 5px -2px;
  }

  #wrap .inner .ac .selectList.in {
    display: block;
    margin: 0 0 15px;
    border-radius: 0px;
    border: 0px solid #bbbdbf;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #wrap .inner .selectList li {
    padding: 0;
    border-bottom: 1px solid #bbbdbf;
    border-top: none;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ececec));
    background-image: linear-gradient(#fff, #ececec);
  }

  #wrap .inner .ac .selectList > li {
    padding: 0;
    border: 1px solid #bbbdbf;
    margin-top: -1px;
    margin-bottom: 5px;
    position: relative;
    background-image: none;
  }

  #wrap .inner .ac .selectList li + ul {
    margin-top: -6px;
    margin-bottom: 5px;
    border: 1px solid #bbbdbf;
  }

  #wrap .inner .ac .selectList > li a {
    background: #fff;
  }

  #wrap .inner .selectList li p,
  #wrap .inner .selectList li a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 12px 10px 10px 15px;
    background-size: 13px auto;
    text-decoration: none;
  }

  #wrap .inner .selectList li p::before,
  #wrap .inner .selectList li a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 8px;
    border-top: solid 2px #f39700;
    border-right: solid 2px #f39700;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
  }

  #wrap .inner .ac .selectList > li p::before,
  #wrap .inner .ac .selectList > li a::before {
    display: none;
  }

  #wrap .inner .selectList li:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(#fff, #fff);
  }

  #wrap .inner .selectList li:first-child {
    border-top: 0px solid #bbbdbf;
  }

  #wrap .inner .selectList li:last-child {
    border-bottom: 0px solid #bbbdbf;
  }

  #wrap .inner .selectList li:only-child {
    border: 0px solid #bbbdbf;
    border-radius: 5px;
  }

  #wrap .inner .ac .selectList li:first-child {
    border-top: 1px solid #bbbdbf;
    margin-top: 0;
  }

  #wrap .inner .ac .selectList li:last-child {
    border-bottom: 1px solid #bbbdbf;
  }

  #wrap .inner .ac .selectList li:only-child {
    border: 1px solid #bbbdbf;
    border-radius: 0px;
  }

  #wrap .inner .ac .selectList li + ul li:first-child {
    margin-top: -1px;
  }

  #wrap .inner .bgcGray {
    background-color: #eee;
    border-radius: 5px;
    padding: 15px 11px;
  }

  #wrap .inner a.btnTypeE.wide {
    display: inline-block;
    position: relative;
    padding: 7px 35px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #cccccc;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    max-width: 240px;
    margin: 0 auto;
    float: none !important;
  }

  #wrap .inner dl.now_select {
    display: block;
    margin: 0 0 10px;
    background-color: #fff3bd;
    padding: 8px 8px 6px;
  }

  #wrap .inner dl.now_select dt {
    display: block;
    float: left;
  }

  #wrap .inner dl.now_select dd {
    display: block;
    float: left;
  }

  #wrap .inner .acdOpen,
  #wrap .inner .acdClose {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #999;
    text-align: right;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  #wrap .inner .acdClose:before {
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #wrap .inner .acdOpen:before,
  #wrap .inner .acdOpen:after {
    display: block;
    content: '';
    width: 2px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #wrap .inner .acdOpen:before {
    width: 10px;
    height: 2px;
  }
  #wrap .add_btn .btnTypeE {
    display: inline-block;
    position: relative;
    padding: 3px 17px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #cccccc;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  #wrap .inner .requiredTxt {
    background: none;
    padding-left: 0px;
    font-size: 12px;
    min-height: 19px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #wrap #contents {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 30px;
  }
  #wrap #contents .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 0 35px 0;
  }
}
#wrap #contents .inner p {
  font-size: 14px;
}
input.isInputRequired,
textarea.isInputRequired {
  background: #fff1eb;
}
.applyBtnTypeA {
  background-color: #eee;
  padding: 15px;
}
.selectSimuBox {
  width: 745px;
  margin: 0 auto;
}
#wrap a.btnTypeEntry {
  background: #d9161b !important;
}
#wrap a.btnTypeEntry {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  -webkit-filter: none;
  filter: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff !important;
  text-align: center;
}
a.btnTypeEntryR::after,
a.btnTypeEntry::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}
#wrap a.btnTypeE,
#wrap button.btnTypeE {
  display: inline-block;
  position: relative;
  padding: 3px 17px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

a:link.btnTypeE,
a:visited.btnTypeE,
a:hover.btnTypeE,
a:link.btnTypeC,
a:visited.btnTypeC,
a:hover.btnTypeC {
  text-decoration: none;
  color: #333333 !important;
}
#wrap #input_v2 .annotation {
  font-size: 86%;
  margin-left: 0.5em;
}
#wrap a.btnTypeE,
#wrap button.btnTypeE {
  display: inline-block;
  position: relative;
  padding: 3px 17px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

a:link.btnTypeE,
a:visited.btnTypeE,
a:hover.btnTypeE,
a:link.btnTypeC,
a:visited.btnTypeC,
a:hover.btnTypeC {
  text-decoration: none;
  color: #333333 !important;
}
a.btnTypeE::after,
button.btnTypeE::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #e83416;
  border-left: 1px solid #e83416;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
}
a.btnTypeE::after,
button.btnTypeE::after {
  width: 6px;
  height: 6px;
  left: 10px;
  margin-top: -4px;
}
.btnWidth01 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
a:hover.btnTypeD,
button:hover.btnTypeD,
a:hover.btnTypeS,
a:hover.btnTypeE,
button:hover.btnTypeE,
a:hover.btnTypeC,
a:hover.btnTypeTT,
a:hover.btnTypeEntry,
a:hover.btnTypeEntryR,
a:hover.btnTypeSimu {
  opacity: 0.7 !important;
  -ms-filter: 'alpha( opacity=70 )';
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .applyBtnTypeA {
    display: flex;
    flex-flow: column;
  }
  .applyBtnTypeA .btnTypeE {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    float: right !important;
    width: 100%;
  }
  #wrap a.btnTypeE {
    display: inline-block;
    position: relative;
    padding: 7px 35px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    max-width: 110px;
    margin: auto;
  }
  a.btnTypeEntryR,
  a.btnTypeEntry {
    display: block;
    font-size: 16px;
    position: relative;
    padding: 20px 30px 20px;
    background: #e83416;
    background: -webkit-gradient(linear, left top, left bottom, from(#eb5d45), to(#e83416));
    background: linear-gradient(to bottom, #eb5d45 0%, #e83416 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5d45', endColorstr='#e83416', GradientType=0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff !important;
    text-align: center;
  }
  .btnWidth01 {
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
  }
}

.postArea .numCheck {
  font-weight: bold;
}
.postArea .postNum {
  width: 294px;
  border: 1px solid #000;
  padding: 2px;
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
}
.postArea .lead_text {
  font-size: 12px;
  margin: 15px 0 0;
}
#s0101.postArea.formbox {
  width: 535px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  #s0101.postArea.formbox {
    width: auto;
    margin: 0 auto 10px;
  }
}
#s0101.postArea.formbox .formttl01 {
  width: 154px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  border-right: 2px solid #cbd3d5;
  font-size: 16px;
  text-indent: 13px;
  float: left;
}
#s0101.postArea .formbox_body {
  margin: 0;
  padding: 13px 0 0 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  #s0101.postArea .formbox_body {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 17px;
    flex-wrap: wrap;
  }
}
.formbox_body dl {
  float: left;
}
@media screen and (max-width: 767px) {
  .formbox_body dl {
    float: none;
  }
}
#s0101.postArea .formbox_body dl {
  /* display: flex;
  align-items: flex-start; */
  display: block;
  margin: 0;
  padding: 0;
}
#s0101.postArea .formbox_body dl dd {
  display: block;
  margin: 0;
  float: left;
}
#s0101.postArea .formbox_body dl dd input {
  margin: 0;
  padding: 0 0 0 0;
  height: 33px;
  border: 1px solid #a9a9a9;
  font-size: 18px;
  text-indent: 5px;
}
#s0101.postArea .formbox_body dl dd.pos01 {
  background: url(/procedure/img_v1/area_select/icon_postal.gif) no-repeat 0 10px;
  padding: 0 0 0 27px;
  min-height: 54px;
}
#s0101.postArea .formbox_body dl dd.pos01 input {
  width: 110px;
}
#s0101.postArea .formbox_body dl dd.pos02 {
  background: url(/procedure/img_v1/area_select/icon03.gif) no-repeat 0 15px;
  padding: 0 0 0 20px;
  margin: 0 0 0 8px;
  min-height: 54px;
}
#s0101.postArea .formbox_body dl dd.pos02 input {
  width: 135px;
}
.postArea p.link01 {
  padding: 0px 0 0 17px;
  margin: 0 !important;
}
.postArea p.link01 a {
  color: #0065bb;
}
.postArea .formbox_body p.link01 {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .postArea .formbox_body p.link01 {
    margin-top: 10px !important;
    padding: 0;
  }
}
.postArea .areaSelectLink {
  margin-top: 10px;
}
#s0101.postArea .formbox_body .jigyoshoname {
  display: block;
  float: left;
  padding: 18px 20px 0 25px;
  font-size: 18px;
}
#s0101.postArea .formbox_body .backbtn {
  display: block;
  float: left;
  padding: 10px 0 0 0;
}
#s0101.postArea .formbox_body .backbtn input {
  background: url(/procedure/img_v1/area_select/btn_search2.png) no-repeat 0 0;
  width: 127px;
  height: 38px;
  border: 0px;
  font-size: 12px;
  line-height: 33px;
  cursor: pointer;
}

#wrap .inner.widFix {
  width: 750px;
  margin: 0 auto;
}

/* .requiredTxt {
  background: url(/sim_contact/subscription/img/icon_required.gif) no-repeat;
  padding-left: 50px;
  font-size: 12px;
  min-height: 19px;
} */
#wrap p,
#input_v2 p {
  margin-top: 0px;
  letter-spacing: -0.4px;
}
#wrap .inner .requiredTxt > span {
  display: flex;
  gap: 10px;
  border-left: 5px solid #f18d00;
  margin: 5px 0 0;
  padding: 0 0 0 8px;
}
#wrap .inner.formBox1703 {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

#wrap .inner.widFix.formBox1703 .in {
  padding: 20px;
}
#wrap .inner.widFix.formBox1703 h3 {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  position: relative;
  text-indent: 1.75em;
}
#wrap .inner.widFix.formBox1703 h3 span {
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-radius: 16px;
  border: 8px solid #e63416;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#wrap .inner.widFix.formBox1703 .coutionTxt {
  position: relative;
  padding-left: 1.5em;
}
#wrap .inner.widFix.formBox1703 .coutionTxt span {
  position: absolute;
  top: 0;
  left: 0;
}

#wrap .inner.widFix.formBox1703 .postcodeBox {
  width: 560px;
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
#wrap .inner.widFix.formBox1703 .postcodeBox .in > div {
  display: block;
  margin: 15px 0 0;
  background: #f5f5f5;
  text-align: center;
  border-radius: 5px;
}
#wrap .inner.widFix.formBox1703 .postcodeBox dl {
  display: inline-block;
  padding: 15px 0;
}
#wrap .inner.widFix.formBox1703 .postcodeBox dl dd {
  display: inline-block;
  margin: 0;
}
#wrap .inner.widFix.formBox1703 .postcodeBox dl dd input {
  margin: 0;
  padding: 0 0 0 0;
  height: 33px;
  border: 1px solid #a9a9a9;
  font-size: 18px;
  text-indent: 5px;
}
#wrap .inner.widFix.formBox1703 .postcodeBox dl dd.pos01 {
  background: url(/procedure/img_v1/area_select/icon_postal.png) no-repeat 0 50%;
  padding: 0 0 0 27px;
}
#wrap .inner.widFix.formBox1703 .postcodeBox dl dd.pos01 input {
  width: 110px;
}
#wrap .inner.widFix.formBox1703 .postcodeBox dl dd.pos02 {
  background: url(/procedure/img_v1/area_select/icon03.gif) no-repeat 0 50%;
  padding: 0 0 0 20px;
  margin: 0 0 0 8px;
}
#wrap .inner.widFix.formBox1703 .postcodeBox dl dd.pos02 input {
  width: 135px;
}
#wrap .inner.widFix.formBox1703 .postcodeBox #nextButton {
  width: 320px;
  margin: 20px auto 0;
  padding: 15px 0 !important;
}

#wrap .inner.widFix.formBox1703 .personalBox {
  width: 375px;
  float: right;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
#wrap .inner.widFix.formBox1703 .personalBox .in {
  padding: 20px;
}
#wrap .inner.widFix.formBox1703 .personalBox label.check {
  line-height: 35px;
  padding: 15px 0;
  display: block;
  background: #f5f5f5;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
#wrap .inner.widFix.formBox1703 .personalBox #loginButton {
  width: 300px;
  margin: 20px auto 0;
  padding: 15px 0 !important;
  background: #e83416;
  background: -webkit-gradient(linear, left top, left bottom, from(#6baa00), to(#5e9600));
  background: linear-gradient(to bottom, #6baa00 0%, #5e9600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6baa00', endColorstr='#5e9600', GradientType=0);
}
#wrap .inner.widFix.formBox1703 .personalBox .linkList {
  margin-top: 15px;
}
#wrap .inner.widFix.formBox1703 .personalBox .linkList a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 0.75em;
}
#wrap .inner.widFix.formBox1703 .personalBox .linkList a:before {
  position: absolute;
  content: '';
  vertical-align: middle;
  top: 8px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #e83416;
}

#wrap .inner.widFix p.areaSelectLink {
  margin-top: 15px;
}
#wrap .inner.widFix p.areaSelectLink a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 0.75em;
}
#wrap .inner.widFix p.areaSelectLink a:before {
  position: absolute;
  content: '';
  vertical-align: middle;
  top: 8px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #e83416;
}

#form_user_info #note_phone {
  padding-left: 12px;
}
