@charset "UTF-8";
html {
  font-size: 68.75%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif; }

a {
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  opacity: 0.85;
  filter: alpha(opacity=85); }

section {
  margin: 0 20px; }

h1 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-size: 2.4rem; }

input[type="text"], textarea {
  padding: 1.3rem;
  border-radius: 5px;
  border: 1px solid #aeaeae;
  font-family: Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif; }

input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder
input::-placeholder {
  color: #aeaeae; }

@media print, screen and (min-width: 1000px) {
  section {
    margin: 0 auto;
    max-width: 1000px; } }
@media print, screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem; }

  h1 {
    font-size: 20px;
    font-size: 2.0rem; } }
#content {
  min-height: calc(100vh - 148px); }

header {
  margin: 0 0 60px 0;
  padding: 15px 20px;
  background: #ef8304;
  color: #fff; }
  header .header_wrapper {
    display: flex; }
  header p {
    flex-grow: 3;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold; }
  header ul {
    flex-grow: 1;
    text-align: right; }
  header li {
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 12px;
    font-size: 1.2rem; }
    header li a {
      color: #fff; }

@media print, screen and (max-width: 768px) {
  header {
    margin: 0 0 20px 0;
    padding: 5px 3px; }
    header .header_wrapper {
      flex-direction: column;
      align-items: center; }
    header p {
      font-size: 16px;
      font-size: 1.6rem; }
    header li {
      padding: 0 0 0 0.25rem;
      font-size: 0.9rem; } }
.step {
  margin: 0 20px 32px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem; }
  .step li {
    width: 50%;
    min-width: 24.999%;
    padding: 1rem 32px 1rem 1rem;
    position: relative;
    text-align: center;
    background: url(../img/bg_step.gif) #e5e5e5 top right no-repeat;
    background-size: contain;
    color: #aeaeae; }
    .step li.current {
      background: url(../img/bg_step_current.gif) #EF8304 top right no-repeat;
      background-size: contain;
      color: #fff; }
    .step li:last-child {
      width: 50%;
      min-width: 24.999%;
      padding-right: 1rem;
      background-image: none; }
    .step li p {
      display: inline; }
      .step li p:before {
        content: "："; }

@media print, screen and (min-width: 1000px) {
  .step {
    margin: 0 auto 75px auto;
    max-width: 1000px; } }
@media print, screen and (max-width: 768px) {
  .step li {
    font-size: 2vw;
    padding: 0.2rem 1.2rem 0.2rem 0.2rem;
    text-align: center; }
    .step li:last-child {
      padding-right: 0.2rem; }
    .step li p {
      display: block;
      line-height: 0.8rem; }
      .step li p:before {
        font-size: 0; } }
footer {
  height: 58px;
  margin: 90px 0 0 0;
  padding: 20px 0;
  text-align: center;
  font-size: 10px;
  font-size: 1.0rem;
  border-top: 1px solid #EF8304; }

@media print, screen and (min-width: 1000px) {
  footer {
    margin: 90px auto 0 auto;
    max-width: 1000px; } }
@media print, screen and (max-width: 768px) {
  footer {
    font-size: 8px;
    font-size: 0.8rem; } }
.form {
  margin-bottom: 72px; }
  .form .ponta_id input[type=text] {
    width: 12%; }
  .form .ponta_id15 input[type=text] {
    width: 20%; }
  .form label {
    margin-right: 40px; }
  .form .confirm dt {
    border-bottom: solid 1px #aeaeae;
    margin-bottom: 10px; }
  .form dt {
    font-weight: bold; }
  .form dd input[type=text] {
    width: 60%; }
  .form dd textarea {
    width: 100%;
    height: 200px; }
  .form dd dl {
    font-size: 12rem;
    font-size: 1.2rem;
    padding-left: 1.5rem; }
    .form dd dl dd p {
      text-indent: -0.6rem; }
    .form dd dl dt {
      text-indent: -1.6rem;
      font-weight: normal; }
      .form dd dl dt:before {
        content: "※"; }
      .form dd dl dt.sq:before {
        content: "■"; }

@media print, screen and (max-width: 768px) {
  .form {
    margin-bottom: 32px; }
    .form label {
      display: block; }
    .form dd input[type=text] {
      width: 100%; }
    .form dd dl {
      font-size: 1.1rem; }
    .form dd.ponta_id input[type=text] {
      width: 23.8%; } }
.btn_area {
  padding: 0 0 32px 0;
  text-align: center; }
  .btn_area input:nth-child(2) {
    margin-left: 40px; }

@media print, screen and (max-width: 768px) {
  .btn_area {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 32px; }
    .btn_area input:not(:only-child) {
      margin-bottom: 16px; }
    .btn_area input:nth-child(1) {
      margin-bottom: 0; }
    .btn_area input:nth-child(2) {
      margin-left: 0; } }
.over_area {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 20px;
  width: 100%;
  height: 350px;
  border: 1px solid #aeaeae;
  overflow: auto;
  background-color: #f9f9f9;
  margin-bottom: 15px;
}
  .over_area .list li:nth-child(5) ol {
    counter-reset: number; }
    .over_area .list li:nth-child(5) ol li {
      margin-left: 0;
      list-style: none;
      text-indent: -3.5rem;
      padding-left: 3.5rem; }
      .over_area .list li:nth-child(5) ol li:before {
        counter-increment: number;
        content: counter(number) ". "; }

@media print, screen and (max-width: 768px) {
  .over_area {
    font-size: 11px;
    font-size: 1.1rem; }
    .over_area::-webkit-scrollbar {
      height: 8px; }
    .over_area::-webkit-scrollbar-track {
      border-radius: 5px;
      background: #efefef; }
    .over_area::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #aeaeae; } }
.explanation {
  margin: 0 0 24px 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 16px;
  border: 1px solid #EF8304;
  border-radius: 5px; }
  .explanation ol.list li:nth-child(1) dl li {
    padding: 0; }
  .explanation ol.list li:nth-child(2) ul {
    margin-bottom: 1.2rem; }
  .explanation ol.list li li {
    padding: 0.4rem; }
    .explanation ol.list li li ul li {
      padding: 0; }

@media print, screen and (max-width: 768px) {
  .explanation {
    font-size: 11px;
    font-size: 1.1rem; } }
table {
  width: 100%;
  border-collapse: collapse; }
  table p.active {
    color: #333;
    font-weight: bold; }
  table td, table th {
    width: 50%;
    padding: 1.6rem 0;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
    border: solid 1px #333;
    color: #aeaeae;
    font-weight: normal; }
  table .btn {
    width: 50%;
    line-height: 1.6rem; }
    table .btn.btn_disabled, table .btn.btn_complete {
      cursor: default; }
      table .btn.btn_disabled:hover, table .btn.btn_disabled:focus, table .btn.btn_disabled:active, table .btn.btn_complete:hover, table .btn.btn_complete:focus, table .btn.btn_complete:active {
        opacity: 1;
        filter: alpha(opacity=100); }

@media print, screen and (max-width: 768px) {
  table th {
    font-size: 1.4rem; }
  table .btn {
    width: 75%;
    font-size: 1.1rem; } }
.select_area {
  background-color: #f6f6f6;
  border-radius: 5px; }

.error-message {
  color: #e42c00;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  padding: 32px 15px;
  border: 2px solid #e42c00;
  border-radius: 5px;
  background-color: #FFE2F3; }

form .form-error {
  border: 2px solid #e42c00;
  background-color: #FFE2F3; }
form .error-message {
  margin-bottom: 24px;
  padding: 0;
  text-align: left;
  border: 0;
  background: none; }

.advertising {
  display: block;
  width: 100%;
  height: 30vh;
  background: #aeaeae; }

ol.list li {
  margin: 0 0 0 1.3rem;
  padding: 0 0 1.3rem 0;
  list-style: decimal; }
  ol.list li ol {
    margin: 0 0 0 3rem; }
  ol.list li ul li {
    list-style: disc; }
    ol.list li ul li ul li {
      list-style: none;
      counter-increment: cnt; }
    ol.list li ul li ul li:before {
      content: "(" counter(cnt) ")\a"; }

.btn {
  display: inline-block;
  width: 25%;
  border-radius: 5px;
  padding: 1.2rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
  border: none;
  cursor: pointer; }
  .btn:hover {
    text-decoration: none;
    opacity: 0.85;
    filter: alpha(opacity=85); }
  .btn_active {
    color: #fff;
    background: #ef8304;
    font-weight:bold;}
  .btn_active_p {
    color: #fff;
    background: #EF8304;
    font-weight:bold;}

  .btn_disabled {
    color: #aeaeae;
    background: #e5e5e5; }

  .btn_disabled_sm {
    width: 15%;
    color: #aeaeae;
    background: #e5e5e5; }

  .btn_complete {
    color: #e5e5e5;
    background: #aeaeae; }

@media print, screen and (max-width: 768px) {
  .btn {
    width: 100%; } }
.btn_large {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: stretch; }
  .btn_large .btn {
    margin: 40px;
    flex-basis: 30%;
    text-align: center;
    height: 14rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    color: #fff; }
    .btn_large .btn.btn_green {
      background: #319cae; }
    .btn_large .btn.btn_gold {
      background: #cca663; }

@media print, screen and (max-width: 768px) {
  .btn_large {
    width: 100%;
    display: block;
    text-align: center; }
    .btn_large .btn {
      margin: 24px;
      width: 80%;
      font-size: 3.9vw; }
      .btn_large .btn:nth-child(2) {
        margin-top: 0; } }
.caution {
  margin-bottom: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 1.5rem;
  text-indent: -0.8rem; }
  .caution:before {
    display: inline-block;
    content: "※"; }

@media print, screen and (max-width: 768px) {
  .caution {
    font-size: 11px;
    font-size: 1.1rem; } }

.attention {
  color: red;
  font-weight: bold; }

.attention_text {
  color: red; }

.add_attention {
  margin-bottom: 24px;
  border: 1px solid red;
  border-radius: 5px;
  padding: 1.3rem;
  color: red; }
  .add_attention ul {
    padding-left: 1em; }
    .add_attention ul li {
      list-style: disc; }

.font_large {
  font-size: 20px; }

.font_small {
  font-size: 12px; }

.font_size15 {
    font-size: 16px; }

.text_right {
  text-align: right; }

.mb8 {
  margin-bottom: 8px; }

.mb16 {
  margin-bottom: 16px; }

.mb24 {
  margin-bottom: 24px; }

.mb32 {
  margin-bottom: 32px; }

.mb40 {
  margin-bottom: 40px; }

.mb48 {
  margin-bottom: 48px; }

.mb56 {
  margin-bottom: 56px; }

.mb64 {
  margin-bottom: 64px; }

.mb72 {
  margin-bottom: 72px; }

.mb80 {
  margin-bottom: 80px; }

.mb88 {
  margin-bottom: 88px; }

.info img {
  width: 70%;
  padding: 1.3rem;
  margin-bottom: 1.3rem;
  border-radius: 5px;
  border: 1px solid #aeaeae; }

@media print, screen and (max-width: 768px) {
  .info img {
    width: 100%; } }



.tc-id-regist {
  color: #4c4c4c;
  letter-spacing: 0.03em;
}
.tc-id-regist__read {
  font-size: 1.4rem;
  text-align: center;
}
.p-link-btns {
  width: auto;
  margin: 30px auto 0 auto;
  text-align: center;
}
.p-link-btns:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.c-link-btn {
  margin: 0 auto;
  max-width: 330px;
  padding: 10px 30px;
  border-radius: 8px;
  border: 1px solid #000;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.c-link-btn:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-link-btn.is-color-type1 {
  background-image: url(../img/bg_tech_btn.png);
  background-size: cover;
  background-position: center;
  border: none;
  padding: 11px 31px;
  color: #fff;
}
.c-link-btn.is-color-type1.is-blank:after {
  content: "";
  background-image: url(../img/outer_link.png);
  background-size: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 5%;
}
@media screen and (min-width: 769px) {
  .c-link-btn {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .c-link-btn {
    font-size: 12px;
    padding: 12px 25px;
    background-size: 5px;
  }
}
.tc-id-regist__linktext {
  text-align: center;
}
.c-link-text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding-right: 12px;
  margin-top: 10px;
  text-decoration: underline;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link-text:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url(../img/arrow_right_black.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  right: 0;
}
@media screen and (min-width: 769px) {
  .u-sp-on {
    display: none !important;
  }
}
.MvoeTitle {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 1em;
    margin-left: 1em;
    text-align: center;
}

.MvoeCaution {
    color: red;
    font-size: 10px;
    text-align: center;
    margin-bottom: 1em;
}
.MvoeSpan {
    color: red;
    font-size: 10px;
    margin-left: 1.5rem;
    font-weight: normal;
}
.MvoeText {
    font-size: 14px;
    text-align: center;
}
.MvoeBtn {
    color: #000;
    font-size: 2rem;
    text-align: center;
    padding: 0 5rem;
    background-color:#f7ce2a;
    border: 2px solid rgb(255, 132, 0);
    border-radius: 5px;
    text-decoration: none;
}
.MvoeImage {
    margin-top: 2rem;
    display: flex;
    width: 100%;
    justify-content: center;
}
@media  screen and (min-width: 414px) {
    .MvoeTitle {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 1em;
        margin-left: 1em;
        text-align: center;
    }

    .MvoeCaution {
        color: red;
        font-size: 15px;
        text-align: center;
    }
    .MvoeSpan {
        color: red;
        font-size: 15px;
        margin-left: 1.5rem;
        font-weight: normal;
    }
    .MvoeText {
        font-size: 18px;
        text-align: center;
    }
    .MvoeBtn {
        color: #000;
        font-size: 2.5rem;
        text-align: center;
        padding: 0 5rem;
        background-color:#f7ce2a;
        border: 2px solid rgb(255, 132, 0);
        border-radius: 5px;
        text-decoration: none;
    }
    .MvoeImage {
        margin-top: 2rem;
        display: flex;
        width: 100%;
        justify-content: center;
    }
}
@media screen and (min-width: 768px) {
    .MvoeCaution {
        color: red;
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .MvoeTitle {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 1em;
        text-align: center;
    }
    .MvoeSpan {
        color: red;
        font-size: 17px;
        margin-left: 1.5rem;
        font-weight: normal;
    }
    .MvoeText {
        font-size: 24px;
        text-align: center;
    }
    .MvoeBtn {
        color: #000;
        font-size: 2.5rem;
        text-align: center;
        padding: 0 5rem;
        background-color:#f7ce2a;
        border: 2px solid rgb(255, 132, 0);
        border-radius: 5px;
        text-decoration: none;
    }
    .MvoeImage {
        margin-top: 2rem;
        display: flex;
        width: 100%;
        justify-content: center;
    }
}
.title202306 {
  width:100%;
  text-align:center;
}
.block202306 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:100%;
  margin:0 auto;
}
.item202306 {
  width:50%;
  text-align:center;
}
@media screen and (max-width: 999px) {
  .item202306 {
    width:100%;
    text-align: center;
  }
}
@media screen and (max-width: 499px) {
  .item202306 {
    width:100%;
    text-align: center;
  }
  .item202306 img {
    max-width:100%;
    height: auto;
  }
}
.footer_text {
  font-size:90%;
  color:#333;
}
.box_text {
  font-size:90%;
  color:#333;
  border: 2px solid #b3b3ac;
  padding:5px;
}