@charset "UTF-8";
.form-radio-list .list-recommended, .form-tel dt, .form-table .row-data .row-data-back dt, .transfer-name-content, .button, .lead, .bold-red, .form-error, .section-ul-attention, .bold, .header-title, b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form-step li::before, .step li::before, .footer-copyright small {
  font-family: "Open Sans", sans-serif;
}

/* Base
-------------------------------------------*/
/* reset
--------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

br {
  letter-spacing: 0;
}

main {
  display: block;
}

/* init
--------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.75;
  background-color: #FFF;
  color: #000;
  font-size: 3.3870967742vw;
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (min-width: 48.0625em) {
  body {
    font-size: 1.8em;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* site settings
--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: normal;
}

b, strong {
  font-weight: normal;
}

a {
  color: #003e91;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

input, select, textarea {
  line-height: 1.75;
  font-size: 1em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  border-radius: 0;
  appearance: none;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

select::-ms-expand {
  display: none;
}

button {
  line-height: 1.75;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  cursor: pointer;
}

label {
  cursor: pointer;
}

/* media query
--------------------------------------*/
.mq-sp, .mq-tab, .mq-pc, .mq-laptop, .mq-desktop {
  display: none;
}

@media only screen and (max-width: 48em) {
  .mq-sp {
    display: block;
  }
}

@media only screen and (max-width: 68.6875em) {
  .mq-tab {
    display: block;
  }
}

@media only screen and (min-width: 48.0625em) {
  .mq-pc {
    display: block;
  }
}

@media only screen and (min-width: 48.0625em) and (max-width: 68.6875em) {
  .mq-laptop {
    display: block;
  }
}

@media only screen and (min-width: 68.75em) {
  .mq-desktop {
    display: block;
  }
}

/* Layout
-------------------------------------------*/
.l-lead {
  margin-bottom: 9.6774193548vw;
}
@media only screen and (min-width: 48.0625em) {
  .l-lead {
    margin-bottom: 60px;
  }
}

.l-inner, .l-inner--min {
  margin-right: auto;
  margin-left: auto;
}

.l-inner {
  position: relative;
  width: 93.5483870968vw;
}
@media only screen and (min-width: 48.0625em) and (max-width: 68.6875em) {
  .l-inner {
    width: 94%;
  }
}
@media only screen and (min-width: 68.75em) {
  .l-inner {
    width: 940px;
  }
}

.l-inner--min {
  position: relative;
  width: 93.5483870968vw;
}
@media only screen and (min-width: 48.0625em) and (max-width: 68.6875em) {
  .l-inner--min {
    width: 64%;
  }
}
@media only screen and (min-width: 68.75em) {
  .l-inner--min {
    width: 620px;
  }
}

/* flex */
@media only screen and (min-width: 48.0625em) {
  [class*=l-flex] {
    display: flex;
    margin: 0 -10px;
  }
}

.l-flex-between {
  justify-content: space-between;
}

.l-flex-align-center {
  align-items: center;
}

@media only screen and (min-width: 48.0625em) {
  .l-col2, .l-col3 {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 48em) {
  .l-col2 + .l-col2, .l-col2 + .l-col3, .l-col3 + .l-col2, .l-col3 + .l-col3 {
    margin-top: 4.8387096774vw;
  }
}

@media only screen and (min-width: 48.0625em) {
  .l-col2 {
    width: 50%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .l-col3 {
    width: 33.333%;
  }
}

/* margin */
.l-margin-min {
  margin-top: 4.8387096774vw;
}
@media only screen and (min-width: 48.0625em) {
  .l-margin-min {
    margin-top: 20px;
  }
}

.l-margin-small {
  margin-top: 6.4516129032vw;
}
@media only screen and (min-width: 48.0625em) {
  .l-margin-small {
    margin-top: 30px;
  }
}

.l-margin-medium {
  margin-top: 11.2903225806vw;
}
@media only screen and (min-width: 48.0625em) {
  .l-margin-medium {
    margin-top: 50px;
  }
}

.l-margin-large {
  margin-top: 9.6774193548vw;
}
@media only screen and (min-width: 48.0625em) {
  .l-margin-large {
    margin-top: 60px;
  }
}

.l-margin-xlarge {
  margin-top: 9.6774193548vw;
}
@media only screen and (min-width: 48.0625em) {
  .l-margin-xlarge {
    margin-top: 80px;
  }
}

.l-margin-max {
  margin-top: 16.935483871vw;
}
@media only screen and (min-width: 48.0625em) {
  .l-margin-max {
    margin-top: 100px;
  }
}

/* header */
.l-header {
  padding: 5.2419354839vw 0 4.5161290323vw;
}
@media only screen and (min-width: 48.0625em) {
  .l-header {
    padding: 10px 0 10px;
  }
}
.l-header .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* main */
.l-main {
  margin-top: 9.6774193548vw;
}
@media only screen and (min-width: 48.0625em) {
  .l-main {
    margin-top: 60px;
  }
}

/* footer */
.l-footer {
  width: 100%;
  margin-top: 16.1290322581vw;
  padding: 5.6451612903vw 0;
}
@media only screen and (min-width: 48.0625em) {
  .l-footer {
    margin-top: 120px;
    padding: 35px 0;
  }
}

/* Module
-------------------------------------------*/
/* header */
.header {
  background: #008147;
}
.header-title {
  font-size: 6.4516129032vw;
}
@media only screen and (min-width: 48.0625em) {
  .header-title {
    font-size: 4rem;
  }
}
.header-title a {
  color: white;
  text-decoration: none;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo img {
  display: block;
}
@media only screen and (max-width: 48em) {
  .header-logo img {
    width: 26.8548387097vw;
    height: 8.8709677419vw;
  }
}

/* footer */
.footer {
  background: #008147;
  color: white;
  text-align: center;
}
.footer-copyright small {
  font-size: 2.5806451613vw;
}
@media only screen and (min-width: 48.0625em) {
  .footer-copyright small {
    font-size: 1.6rem;
  }
}

/* unit
--------------------------------*/
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.heading-large {
  font-size: 5.1612903226vw;
}
@media only screen and (min-width: 48.0625em) {
  .heading-large {
    font-size: 3rem;
  }
}

.heading-large--theme {
  padding: 1.6935483871vw 0;
  border-top: 2px solid #008147;
  border-bottom: 2px solid #008147;
  color: #008147;
  text-align: center;
  font-size: 4.8387096774vw;
}
@media only screen and (min-width: 48.0625em) {
  .heading-large--theme {
    padding: 16px 0;
    font-size: 3rem;
  }
}

.heading-large--bg {
  padding: 0.35em 0.6em 0.4em;
  font-size: 4.8387096774vw;
  text-align: left;
  background-color: #d8efcf;
  vertical-align: middle;
}
@media only screen and (min-width: 48.0625em) {
  .heading-large--bg {
    font-size: 2.4rem;
  }
}
.heading-large--bg .inner-tag {
  display: inline-block;
  line-height: 1.5;
  margin-left: 1.5em;
  padding: 1px 0.7em 0 1em;
  color: white;
  font-size: 2.5806451613vw;
  letter-spacing: 0.3em;
  background-color: #e8463c;
}
@media only screen and (min-width: 48.0625em) {
  .heading-large--bg .inner-tag {
    font-size: 1.4rem;
  }
}

.heading-middle {
  text-align: center;
  font-size: 4.0322580645vw;
}
@media only screen and (min-width: 48.0625em) {
  .heading-middle {
    font-size: 2.3rem;
  }
}

.section-p {
  margin-top: 3.2258064516vw;
}
.section-p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
@media only screen and (min-width: 48.0625em) {
  .section-p {
    margin-top: 20px;
  }
}

.bold-red, .form-error, .section-ul-attention {
  color: #e8463c;
}

@media only screen and (min-width: 48.0625em) {
  .lead {
    text-align: center;
    font-size: 1.8rem;
  }
}

.link-icon {
  position: relative;
  display: inline-block;
  padding-left: 0.8em;
}
.link-icon::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  border: 0.9677419355vw solid transparent;
  border-left: 1.3709677419vw solid currentColor;
  content: "";
}
@media only screen and (min-width: 48.0625em) {
  .link-icon::before {
    border-width: 6px;
    border-left-width: 9px;
  }
}

.section-ol {
  padding-left: 2em;
}
.section-ol ul, .section-ol ol {
  padding-left: 1em;
}
.section-ol ul {
  list-style: disc;
  padding-left: 1em;
}

.section-ul {
  list-style: none;
  padding-left: 1em;
}
@media only screen and (min-width: 48.0625em) {
  .section-ul {
    padding-left: 1.25em;
  }
}
.section-ul > li {
  position: relative;
}
.section-ul > li::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: -3.7096774194vw;
  width: 2.3387096774vw;
  height: 2.3387096774vw;
  background: currentColor;
  border-radius: 50%;
  content: "";
}
@media only screen and (min-width: 48.0625em) {
  .section-ul > li::before {
    left: -20px;
    width: 12px;
    height: 12px;
  }
}
.section-ul-content {
  margin-left: -1em;
}
@media only screen and (min-width: 48.0625em) {
  .section-ul-content {
    margin-left: -1.25em;
  }
}

.annotation {
  list-style: none;
}
.annotation li {
  padding-left: 1.2em;
}
.annotation-mark {
  margin: 0 0.2em 0 -1.2em;
}

.table-nobreak {
  white-space: nowrap;
}

.table th {
  background: #d8efcf;
  text-align: left;
}
.table th.align-center, .table td.align-center {
  text-align: center;
}
.table th.align-right, .table td.align-right {
  text-align: right;
}

.table {
  width: 100%;
}
.table th, .table td {
  padding: 2.9032258065vw 3.3870967742vw;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 48.0625em) {
  .table th, .table td {
    padding: 20px;
  }
}

.section-hr {
  border: none;
  border-top: 2px dotted #999;
}

.button {
  display: inline-block;
  padding: 2.4193548387vw 8.064516129vw;
  border: 0;
  border-bottom: 0.4838709677vw solid #9b0026;
  border-radius: 1.2096774194vw;
  background: linear-gradient(#e8463c 0%, #e8463c 50%, #e8463c 50%);
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  transition: none;
}
@media only screen and (min-width: 48.0625em) {
  .button {
    padding: 8px 32px;
    border-bottom-width: 3px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
}
.button:hover {
  margin-top: 0.4838709677vw;
  border-bottom: none;
  opacity: 1;
}
@media only screen and (min-width: 48.0625em) {
  .button:hover {
    margin-top: 3px;
  }
}

.button--black {
  min-width: 38.8709677419vw;
  border-bottom: 0.4838709677vw solid #4d4d4d;
  background: linear-gradient(#6e6e6e 0%, #848484 50%, #666 50%);
}
@media only screen and (min-width: 48.0625em) {
  .button--black {
    min-width: 240px;
    border-bottom-width: 3px;
  }
}

.button--large {
  min-width: 100%;
  font-size: 4.8387096774vw;
}
@media only screen and (min-width: 48.0625em) {
  .button--large {
    min-width: 460px;
    font-size: 3.2rem;
  }
}

/* parts
--------------------------------*/
/* section */
.section {
  padding: 9.6774193548vw 0;
}
@media only screen and (min-width: 48.0625em) {
  .section {
    padding: 60px 0;
  }
}

/* border */
.border {
  overflow-y: auto;
  max-height: 98.3870967742vw;
  padding: 3.2258064516vw 3.2258064516vw 4.8387096774vw;
  border: 1px solid #d8efcf;
  box-sizing: border-box;
}
@media only screen and (min-width: 48.0625em) {
  .border {
    max-height: 410px;
    padding: 0 24px 20px;
  }
}
.border .heading-middle {
  text-align: left;
}
.border section {
  margin-top: 3.2258064516vw;
}
@media only screen and (min-width: 48.0625em) {
  .border section {
    margin-top: 25px;
  }
}
.border > ul, .border section > ul, .border > ol, .border section > ol {
  margin-top: 3.2258064516vw;
}
@media only screen and (min-width: 48.0625em) {
  .border > ul, .border section > ul, .border > ol, .border section > ol {
    margin-top: 10px;
  }
}
.border ol ol, .border ol ul {
  margin: 0.8064516129vw 0;
}
@media only screen and (min-width: 48.0625em) {
  .border ol ol, .border ol ul {
    margin: 5px 0;
  }
}
.border dl {
  overflow: hidden;
}
.border dl dt {
  float: left;
  clear: both;
  width: 12em;
}
.border .section-hr {
  margin: 1em 0;
}

/* agree */
.agree input[type=checkbox] {
  display: none;
}
.agree label {
  display: block;
  padding: 3.3870967742vw 0;
  text-align: center;
  background: #d8efcf;
}
@media only screen and (min-width: 48.0625em) {
  .agree label {
    padding: 15px 0;
  }
}
.agree label span {
  display: inline-block;
  position: relative;
  padding-left: 2.22em;
}
.agree label span::before, .agree label span::after {
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  content: "";
}
.agree label span::before {
  display: block;
  left: 0;
  width: 4.8387096774vw;
  height: 4.8387096774vw;
  margin-right: 0.5em;
  border: 1px solid #ccc;
  background: white;
  transform: translateY(-50%);
}
@media only screen and (min-width: 48.0625em) {
  .agree label span::before {
    width: 30px;
    height: 30px;
  }
}
.agree label span::after {
  display: none;
  left: 0.9677419355vw;
  width: 2.9032258065vw;
  height: 2.2580645161vw;
  border-bottom: 0.4838709677vw solid #e8463c;
  border-left: 0.4838709677vw solid #e8463c;
  transform: translateY(-70%) rotate(-45deg);
  content: "";
}
@media only screen and (min-width: 48.0625em) {
  .agree label span::after {
    left: 6px;
    width: 18px;
    height: 14px;
    border-width: 4px;
  }
}
.agree input[type=checkbox]:checked + label span::after {
  display: block;
}

.border + .agree {
  margin-top: 3.2258064516vw;
}
@media only screen and (min-width: 48.0625em) {
  .border + .agree {
    margin-top: 20px;
  }
}

/* step */
.step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.8387096774vw;
  list-style: none;
  counter-reset: step;
}
@media only screen and (min-width: 48.0625em) {
  .step {
    margin-top: 30px;
  }
}
.step li {
  width: 22.1774193548vw;
  line-height: 1.25;
  border-radius: 1.6129032258vw;
  background: #d8efcf;
  text-align: center;
  counter-increment: step;
}
@media only screen and (max-width: 48em) {
  .step li {
    height: 22.1774193548vw;
  }
  .step li:nth-child(n+5) {
    margin-top: 1.6129032258vw;
  }
}
@media only screen and (min-width: 48.0625em) {
  .step li {
    width: calc(12.5% - 4px);
    padding: 6px 0 5px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 48.0625em) and (max-width: 68.6875em) {
  .step li {
    font-size: 1.4rem;
  }
}
.step li::before {
  display: block;
  color: #008147;
  font-size: 5.8064516129vw;
  font-weight: bold;
  content: counter(step);
}
@media only screen and (min-width: 48.0625em) {
  .step li::before {
    margin-bottom: 4px;
    font-size: 3rem;
  }
}

/* confirm */
.confirm + .confirm {
  margin-top: 9.6774193548vw;
}
@media only screen and (min-width: 48.0625em) {
  .confirm + .confirm {
    margin-top: 60px;
  }
}
.confirm-button {
  margin-top: 4.8387096774vw;
}
@media only screen and (min-width: 48.0625em) {
  .confirm-button {
    margin-top: 30px;
  }
}

.thanks-note {
  padding: 2.9032258065vw 2.4193548387vw;
  border: 0.8064516129vw solid #ddd;
}
@media only screen and (min-width: 48.0625em) {
  .thanks-note {
    padding: 19px 20px;
    border-width: 5px;
  }
}

.banner {
  list-style: none;
}
.banner li + li {
  margin-top: 3.2258064516vw;
}
@media only screen and (min-width: 48.0625em) {
  .banner li + li {
    margin-top: 20px;
  }
}

.transfer-heading {
  color: #e8463c;
  font-size: 4.8387096774vw;
}
@media only screen and (min-width: 48.0625em) {
  .transfer-heading {
    font-size: 2.4rem;
  }
}
.transfer-name {
  border: 1px solid #ccc;
}
.transfer-name-heading {
  padding: 0.9677419355vw 0;
  background: #008147;
  color: white;
  text-align: center;
  font-size: 4.8387096774vw;
}
@media only screen and (min-width: 48.0625em) {
  .transfer-name-heading {
    padding: 4px 0;
    font-size: 2.4rem;
  }
}
.transfer-name-content {
  padding: 1.6935483871vw 0;
  text-align: center;
  font-size: 7.2580645161vw;
}
@media only screen and (min-width: 48.0625em) {
  .transfer-name-content {
    padding: 8px 0;
    font-size: 4.5rem;
  }
}

/* form parts
--------------------------------*/
.form input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
  padding: 1.2903225806vw 2.4193548387vw;
  border: 1px solid #ddd;
  border-radius: 0.8064516129vw;
  box-sizing: border-box;
}
@media only screen and (min-width: 48.0625em) {
  .form input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
    padding: 3px 14px;
    border-radius: 5px;
  }
}
.form input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]).is-error,
.form select.is-error {
  border: 2px solid #e8463c;
  background-color: #fbe5eb;
}
.form input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form input[type=radio] + label {
  display: block;
  position: relative;
  padding-left: 7.9032258065vw;
}
@media only screen and (min-width: 48.0625em) {
  .form input[type=radio] + label {
    padding-left: 34px;
  }
}
.form input[type=radio] + label::before, .form input[type=radio] + label::after {
  position: absolute;
  border-radius: 50%;
}
.form input[type=radio] + label::before {
  display: block;
  top: 0.7258064516vw;
  left: 0;
  width: 4.8387096774vw;
  height: 4.8387096774vw;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #FFF;
  content: "";
}
@media only screen and (min-width: 48.0625em) {
  .form input[type=radio] + label::before {
    top: 4px;
    width: 24px;
    height: 24px;
  }
}
.form input[type=radio] + label::after {
  display: none;
  top: calc(1.6935483871vw + 1px);
  left: 1.2096774194vw;
  width: 2.4193548387vw;
  height: 2.4193548387vw;
  background: #003e91;
  content: "";
}
@media only screen and (min-width: 48.0625em) {
  .form input[type=radio] + label::after {
    top: 10px;
    left: 6px;
    width: 12px;
    height: 12px;
  }
}
.form input[type=radio]:checked + label::after {
  display: block;
}

.form-size-min {
  width: 14.3548387097vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-size-min {
    width: 70px;
  }
}
.form-size-small {
  width: 29.8387096774vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-size-small {
    width: 150px;
  }
}
.form-size-medium {
  width: 46.7741935484vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-size-medium {
    width: 200px;
  }
}
.form-size-large {
  width: 61.6129032258vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-size-large {
    width: 450px;
  }
}
.form-size-full {
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  .form-size-full {
    width: 450px;
  }
}

.form-select--min {
  padding: 1.2903225806vw 2.4193548387vw;
  border: 1px solid #ddd;
  border-radius: 0.8064516129vw;
  box-sizing: border-box;
  background: white url(../img/bg-select-min.svg) no-repeat right 1.4516129032vw center/1.1290322581vw 3.2258064516vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-select--min {
    padding: 3px 14px;
    border-radius: 5px;
    background-position: right 9px center;
    background-size: 7px 20px;
  }
}

.form-table {
  margin-top: 4.8387096774vw;
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 48.0625em) {
  .form-table {
    margin-top: 30px;
  }
}

.form-table-row {
  padding: 2.4193548387vw 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 48.0625em) {
  .form-table-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
}

.confirm .form-table-row, .form-table-row--flex {
  display: flex;
  align-items: center;
  padding: 1.935483871vw 0;
}
@media only screen and (min-width: 48.0625em) {
  .confirm .form-table-row, .form-table-row--flex {
    padding: 15px 0;
  }
}

.form-table .row-head {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-head {
    flex: 0 0 233px;
  }
}
.form-table .row-head, .form-table .row-head > * {
  font-size: 1em;
}
.form-table .row-head .row-head-required, .form-table .row-head .row-head-optional {
  line-height: 1.4;
  margin-left: 1em;
  padding: 1px 0.7em 0 1em;
  color: white;
  font-size: 2.5806451613vw;
  letter-spacing: 0.3em;
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-head .row-head-required, .form-table .row-head .row-head-optional {
    margin-left: auto;
    font-size: 1.4rem;
  }
}
.form-table .row-head .row-head-required {
  background: #e8463c;
}
.form-table .row-head .row-head-optional {
  background: #999;
}

.confirm .form-table .row-head,
.form-table-row--flex .row-head {
  flex: 0 0 30.6451612903vw;
}
@media only screen and (min-width: 48.0625em) {
  .confirm .form-table .row-head,
  .form-table-row--flex .row-head {
    flex: 0 0 233px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .form-table--convenience .row-head {
    flex: 0 0 333px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .form-table--creditcard .row-head {
    flex: 0 0 280px;
  }
}

@media only screen and (max-width: 48em) {
  .form-table .row-data {
    margin-top: 1.6935483871vw;
  }
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data {
    flex: 0 1 686px;
    margin-left: 20px;
  }
}
.form-table .row-data .row-data-inline {
  display: flex;
}
.form-table .row-data .row-data-inline * + * {
  margin-left: 1.935483871vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data .row-data-inline * + * {
    margin-left: 10px;
  }
}
.form-table .row-data .row-data-radio {
  display: flex;
  list-style: none;
}
.form-table .row-data .row-data-radio > * + * {
  margin-left: 4.5161290323vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data .row-data-radio > * + * {
    margin-left: 32px;
  }
}
.form-table .row-data .row-data-date {
  display: flex;
}
.form-table .row-data .row-data-date .date-item + .date-item {
  margin-left: 3.064516129vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data .row-data-date .date-item + .date-item {
    margin-left: 22px;
  }
}
.form-table .row-data .row-data-example {
  margin-top: 2.4193548387vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data .row-data-example {
    margin-top: 12px;
  }
}
.form-table .row-data .row-data-example figcaption {
  color: #666;
  font-size: 2.9032258065vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data .row-data-example figcaption {
    font-size: 1.6rem;
  }
}
.form-table .row-data .row-data-example img {
  display: block;
}
@media only screen and (max-width: 48em) {
  .form-table .row-data .row-data-example img {
    width: 82.2580645161vw;
    margin: 3.3870967742vw auto 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data .row-data-example img {
    margin-top: 15px;
  }
}
.form-table .row-data .row-data-back {
  padding: 2.4193548387vw;
  background: #d8efcf;
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data .row-data-back {
    padding: 20px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data .row-data-back dl {
    display: flex;
    align-items: center;
  }
}
.form-table .row-data .row-data-back dd {
  margin: 1.6935483871vw 0 0 0;
}
@media only screen and (min-width: 48.0625em) {
  .form-table .row-data .row-data-back dd {
    margin: 0 0 0 1em;
  }
}
.form-table .row-data .js-toggle-target + .js-toggle-target {
  display: none;
}

.confirm .form-table .row-data,
.form-table .form-table-row--flex .row-data {
  margin-top: 0;
  line-height: 1.5;
}

.form-tel {
  display: flex;
  align-items: center;
}
.form-tel + .form-tel {
  margin-top: 1.6129032258vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-tel + .form-tel {
    margin-top: 10px;
  }
}
.form-tel dt {
  margin-right: 0.8em;
}
.form-tel dd {
  width: 61.7741935484vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-tel dd {
    width: 310px;
  }
}
.form-tel dd input {
  width: 100%;
}

.confirm .form-tel dd {
  width: 45.6451612903vw;
}
@media only screen and (min-width: 48.0625em) {
  .confirm .form-tel dd {
    width: 310px;
  }
}

.form-required, .form-message, .form-error {
  line-height: 1.5;
  font-size: 2.9032258065vw;
}
@media only screen and (min-width: 48.0625em) {
  .form-required, .form-message, .form-error {
    font-size: 1.6rem;
  }
}

.form-error {
  display: none;
  padding-left: 2em;
  background: url(../img/icon-error.svg) no-repeat left center/contain;
}
.form-error.is-show {
  display: block;
}

.form-center {
  text-align: center;
}
.form-center .form-error.is-show {
  display: inline-block;
}

.row-data .form-message {
  margin-top: 1.2096774194vw;
}
@media only screen and (min-width: 48.0625em) {
  .row-data .form-message {
    margin-top: 8px;
  }
}

.row-data .form-error {
  margin-top: 1.6935483871vw;
}
@media only screen and (min-width: 48.0625em) {
  .row-data .form-error {
    margin-top: 13px;
  }
}

.form-step {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style-type: none;
  counter-reset: step;
}
.form-step li {
  width: calc(25% - 0.9677419355vw);
  padding: 0.2em 0.2em 1em;
  border-radius: 1.6129032258vw;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.9032258065vw;
  line-height: 1.2;
  counter-increment: step;
  background-color: #d8efcf;
}
@media only screen and (max-width: 68.6875em) {
  .form-step li {
    width: calc(25% - 6px);
    border-radius: 10px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .form-step li {
    width: calc(25% - 3px);
    border-radius: 10px;
    font-size: 1.6rem;
  }
}
.form-step li::before {
  display: block;
  line-height: 1.25;
  color: #008147;
  font-size: 5.8064516129vw;
  content: counter(step);
  font-weight: bold;
}
@media only screen and (min-width: 48.0625em) {
  .form-step li::before {
    font-size: 3rem;
  }
}
.form-step .step-cur {
  color: white;
  background-color: #008147;
}
.form-step .step-cur::before {
  color: currentColor;
}

/*----------------------------------
 *  イオンバイクのプランに対応
 *----------------------------------*/
.form-radio-list li {
  margin-top: 3.2258064516vw;
}
.form-radio-list .list-recommended {
  position: relative;
  line-height: 1.5;
  margin-bottom: 3.8709677419vw;
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  .form-radio-list .list-recommended {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.form-radio-list .list-recommended::before, .form-radio-list .list-recommended::after {
  display: block;
  width: 1px;
  height: 6.4516129032vw;
  background: currentColor;
  content: "";
}
@media only screen and (min-width: 48.0625em) {
  .form-radio-list .list-recommended::before, .form-radio-list .list-recommended::after {
    height: 25px;
  }
}
.form-radio-list .list-recommended::before {
  position: absolute;
  top: 50%;
  left: 12.0967741935vw;
  transform: translateY(-50%) rotate(-20deg);
}
@media only screen and (min-width: 48.0625em) {
  .form-radio-list .list-recommended::before {
    left: 12px;
  }
}
.form-radio-list .list-recommended::after {
  position: absolute;
  top: 50%;
  right: 12.0967741935vw;
  transform: translateY(-50%) rotate(20deg);
}
@media only screen and (min-width: 48.0625em) {
  .form-radio-list .list-recommended::after {
    right: 12px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .form-radio-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .form-radio-list li {
    flex: 0 1 300px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48.0625em) and (max-width: 68.6875em) {
  .form-radio-list li {
    flex: 0 1 auto;
    width: calc(33.333% - 13px);
  }
}

@media only screen and (min-width: 48.0625em) {
  .form-radio-list--plan li {
    flex: 0 1 460px;
  }
}
@media only screen and (min-width: 48.0625em) and (max-width: 68.6875em) {
  .form-radio-list--plan li {
    flex: 0 1 auto;
    width: calc(50% - 13px);
  }
}

.input [type=radio].radio-image {
  display: inline-block;
  position: absolute;
  opacity: 0;
  appearance: none;
}
.input .form .form-radio-list input[type=radio] + label::before,
.input .form .form-radio-list input[type=radio] + label::after {
  display: none;
  content: unset;
}

.radio-label-planS {
  width: 93.5483870968vw;
  height: 55.6451612903vw;
  padding-left: 0 !important;
  background: url(../img/form/planS-sp_off.svg) 0 0/cover no-repeat;
}
@media only screen and (min-width: 48.0625em) {
  .radio-label-planS {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-image: url(../img/form/planS-pc_off.svg);
  }
}

[type=radio].radio-image:checked + .radio-label-planS {
  background-image: url(../img/form/planS-sp_on.svg);
}
@media only screen and (min-width: 48.0625em) {
  [type=radio].radio-image:checked + .radio-label-planS {
    background-image: url(../img/form/planS-pc_on.svg);
  }
}

.radio-label-planM {
  width: 93.5483870968vw;
  height: 55.6451612903vw;
  padding-left: 0 !important;
  background: url(../img/form/planM-sp_off.svg) 0 0/cover no-repeat;
}
@media only screen and (min-width: 48.0625em) {
  .radio-label-planM {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-image: url(../img/form/planM-pc_off.svg);
  }
}

[type=radio].radio-image:checked + .radio-label-planM {
  background-image: url(../img/form/planM-sp_on.svg);
}
@media only screen and (min-width: 48.0625em) {
  [type=radio].radio-image:checked + .radio-label-planM {
    background-image: url(../img/form/planM-pc_on.svg);
  }
}

.radio-label-planL {
  width: 93.5483870968vw;
  height: 36.2903225806vw;
  padding-left: 0 !important;
  background: url(../img/form/planL-sp_off.svg) 0 0/cover no-repeat;
}
@media only screen and (min-width: 48.0625em) {
  .radio-label-planL {
    width: 100%;
    height: 0;
    padding-top: 105%;
    background-image: url(../img/form/planL-pc_off.svg);
  }
}

[type=radio].radio-image:checked + .radio-label-planL {
  background-image: url(../img/form/planL-sp_on.svg);
}
@media only screen and (min-width: 48.0625em) {
  [type=radio].radio-image:checked + .radio-label-planL {
    background-image: url(../img/form/planL-pc_on.svg);
  }
}

.radio-label-payment-creditcard {
  width: 93.5483870968vw;
  height: 37.0967741935vw;
  padding-left: 0 !important;
  background: url(../img/form/payment-creditcard-sp_off.svg) 0 0/cover no-repeat;
}
@media only screen and (min-width: 48.0625em) {
  .radio-label-payment-creditcard {
    width: 100%;
    height: 0;
    padding-top: 57.66%;
    background-image: url(../img/form/payment-creditcard-pc_off.svg);
  }
}

[type=radio].radio-image:checked + .radio-label-payment-creditcard {
  background-image: url(../img/form/payment-creditcard-sp_on.svg);
}
@media only screen and (min-width: 48.0625em) {
  [type=radio].radio-image:checked + .radio-label-payment-creditcard {
    background-image: url(../img/form/payment-creditcard-pc_on.svg);
  }
}

.radio-label-payment-convenience {
  width: 93.5483870968vw;
  height: 37.0967741935vw;
  padding-left: 0 !important;
  background: url(../img/form/payment-convenience-sp_off.svg) 0 0/cover no-repeat;
}
@media only screen and (min-width: 48.0625em) {
  .radio-label-payment-convenience {
    width: 100%;
    height: 0;
    padding-top: 57.66%;
    background-image: url(../img/form/payment-convenience-pc_off.svg);
  }
}

[type=radio].radio-image:checked + .radio-label-payment-convenience {
  background-image: url(../img/form/payment-convenience-sp_on.svg);
}
@media only screen and (min-width: 48.0625em) {
  [type=radio].radio-image:checked + .radio-label-payment-convenience {
    background-image: url(../img/form/payment-convenience-pc_on.svg);
  }
}

.radio-label-payment-bank {
  width: 93.5483870968vw;
  height: 37.0967741935vw;
  padding-left: 0 !important;
  background: url(../img/form/payment-bank-sp_off.svg) 0 0/cover no-repeat;
}
@media only screen and (min-width: 48.0625em) {
  .radio-label-payment-bank {
    width: 100%;
    height: 0;
    padding-top: 57.66%;
    background-image: url(../img/form/payment-bank-pc_off.svg);
  }
}

[type=radio].radio-image:checked + .radio-label-payment-bank {
  background-image: url(../img/form/payment-bank-sp_on.svg);
}
@media only screen and (min-width: 48.0625em) {
  [type=radio].radio-image:checked + .radio-label-payment-bank {
    background-image: url(../img/form/payment-bank-pc_on.svg);
  }
}

/* table-thanks
--------------------------------*/
.table-thanks th {
  background-color: #008147;
  color: white;
}

/* Utility 
-------------------------------------------*/
/* Text
--------------------------------*/
.u-text-red {
  color: #e8463c;
}

.u-text-box {
  padding: 0.5em 0.3em;
  border: 1px solid currentcolor;
  text-align: center;
  font-size: 4.0322580645vw;
}
@media only screen and (min-width: 48.0625em) {
  .u-text-box {
    font-size: 2rem;
  }
}

.u-text-theme {
  color: #008147;
}

.u-align-left {
  text-align: left !important;
}

.u-align-left_center {
  text-align: left !important;
}
@media only screen and (min-width: 48.0625em) {
  .u-align-left_center {
    text-align: center !important;
  }
}

/* list
--------------------------------*/
ul.u-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.u-list li {
  list-style: none;
}