html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

button {
  border: none;
  background: none;
}

select {
  -webkit-appearance: button;
  appearance: button;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  color: #444;
  font-size: 3.5vw;
  line-height: 1.5;
}

body {
  background: #faf4e7;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

a {
  color: #444;
}

.btn-pk {
  background: #f66876;
  box-shadow: 0 2px 0px rgba(159, 62, 71, 0.8);
}

.btn-gr {
  background: #55be95;
  box-shadow: 0 2px 0px #5e9580;
}

.btn-og {
  background: #f8aa4e;
  box-shadow: 0 2px 0px #b87321;
}

.btn-wh {
  background: #fff;
  box-shadow: 0 2px 0px #a1a1a1;
}

.btn-bl {
  background: #61b4cc;
  box-shadow: 0 2px 0px #277186;
}

.btn-pk,
.btn-gr,
.btn-og,
.btn-wh,
.btn-bl {
  color: #fff;
  border-radius: 5px;
  position: relative;
}

.btn-pk:after,
.btn-gr:after,
.btn-og:after,
.btn-wh:after,
.btn-bl:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn-brw {
  background: #85796d;
  box-shadow: 0 2px 0px rgba(21, 18, 16, 0.8);
  border-radius: 5px;
}

.form-item {
  margin: 0 5% 6%;
}

.form-item dd {
  font-size: 0;
}

.form-item dt {
  margin-bottom: 2vw;
  font-size: 4vw;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.5;
}

.form-item dt .small {
  font-size: 3.5vw;
  color: #000;
  font-weight: normal;
}
.form-item dt span {
  font-size: 5vw;
  color: #6d8ee8;
  margin-right: 0.5vw;
}
.form-item .form-tel-text {
  font-size: 2.4vw;
  color: #CD4187;
  margin-bottom: 1vw;
  position: relative;
  line-height: 1.0;
}

.form-item .optional {
  margin-bottom: 0;
}
.form-item .optional:after {
  content: "";
  padding: 1.3% 1.5%;
  margin-left: 2%;
  line-height: 1;
  font-size: 3.2vw;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form-item .optional:after {
  content: "任意";
  background: #b4b4b4;
}

.form-item .optional-en:after {
  content: "Option" !important;
  background: #b4b4b4;
}

.form-item dd > p {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  padding: 0 5%;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 43px;
  border: 1px solid #b5b5b5;
  position: relative;
}

.form-item dd > p:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.form-item .active:after {
  content: "\f106";
}

.form-item p + .checkbox {
  display: none;
  padding: 4% 4.5% 3%;
  background: #fff;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

.form-item p + .checkbox li {
  width: 100%;
  margin-bottom: 3.5%;
}

.form-item p + .checkbox li label {
  display: block;
}

.form-item input[type="checkbox"]:checked + span,
.form-item input[type="radio"]:checked + span {
  background-color: #e7f5f9;
}

.form-item .otherbox {
  padding-top: 6%;
  margin-top: 6%;
  border-top: 1px solid #cccccc;
}

.form-item .otherbox span {
  background-color: #f4f4f4;
}

.form-item input[type="text"],
.form-item input[type="mail"],
.form-item input[type="tel"],
.form-item textarea,
.form-item select {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #b5b5b5;
  background: #fff;
  font-size: 16px;
  line-height: 43px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000 !important;
}

.form-item input[type="text"],
.form-item input[type="mail"],
.form-item input[type="tel"],
.form-item textarea {
  padding: 8px 15px;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.form-item input[type="checkbox"],
.form-item input[type="radio"] {
  display: none;
}

.form-item select::-ms-expand {
  display: none;
}

.form-item dd > span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 3.5vw;
}

.form-item .select-arrow {
  position: relative;
}

.form-item .select-arrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/*
 .form-item .pref-box {
  width: 48%;
  margin-right: 3%;
}

.form-item .pref-box:last-child {
  margin-right: 0;
}
*/
.form-item .pref-box {
  display: inline;
  margin-right: 3%;
  width: 48%;
  margin: auto;
  display: block;
}

.form-item .birth-box {
  display: inline;
  margin-right: 3%;
  width: 48%;
  margin: auto;
  display: block;
}

.form-item .birth-box .month,
.form-item .birth-box .day {
  width: 23%;
}

.form-item textarea {
  height: 110px;
  padding: 8px 15px;
  line-height: 1.4;
/*  font-size: 1.5vw; */
  resize: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.form-item .error {
  margin-top: 5px;
}

.form-item .form-check-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-item .form-check-btn li {
  margin: 1.5vw 0;
}

#step1 .form-item .form-check-btn li:last-child {
  margin: 1.5vw auto;
}

.form-item .form-check-btn li:nth-child(-n + 2) {
  margin-top: 0;
}

.form-item .form-check-btn li label > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 43.5vw;
  padding: 5%;
  box-sizing: border-box;
  font-size: 3vw;
  text-align: center;
  border: 0.8vw solid #6d8ee8;
  border-radius: 1vw;
  transition: 0.3s;
  -webkit-tap-highlight-color: initial;
  background: #fff;
}

.form-item .form-check-btn li label > .it {
  border: 0.8vw solid #6ca89c;
}

.form-item .form-check-btn li label > .kiden {
  border: 0.8vw solid #a86b96;
}

.form-item .form-check-btn li label > span img {
  width: 69%;
  margin-bottom: -2vw;
}

.error > dd > p,
.error > dd select {
  border: 1px solid #b5b5b5;
}

.error > dd > p + .checkbox,
.error > dd select + .checkbox {
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

.error > dd > input[type="text"],
.error > dd input[type="mail"],
.error > dd input[type="tel"],
.error > dd textarea {
  border: 1px solid #b5b5b5;
}

.buttom-area {
  margin: 2% auto 0;
  width: 92%;
}
.buttom-area.center {
  text-align: center;
  margin-bottom: 2rem;
}
.buttom-area p {
  font-size: 3vw;
  margin: 0 0 1vw;
}
.buttom-area p a {
  text-decoration: underline;
}

.buttom-area button {
  height: 10vw;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  position: relative;
}

.buttom-area button:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.buttom-area .nextbtn {
  width: 70%;
  padding-left: 0;
  padding-right: 3%;
  background: #e96f90;
  box-shadow: 0 2px 0px rgba(195, 113, 16, 0.8);
}

.buttom-area .nextbtn:after {
  content: "\f105";
  right: 4%;
}

@media screen and (max-width: 320px) {
  .buttom-area .nextbtn {
    padding-right: 3%;
  }

  .buttom-area .nextbtn:after {
    right: 4%;
  }
}

.buttom-area .backbtn {
  width: 25%;
  padding: 0 0 0 2%;
  background: #c7c7c7;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.buttom-area .backbtn:after {
  content: "\f104";
  left: 8%;
}

.buttom-area button:disabled {
  opacity: 0.5;
}

.buttom-area .btn-newline {
  font-size: 14px;
}

.buttom-area .btn-newline:after {
  font-size: 150%;
}

@media screen and (max-width: 320px) {
  .buttom-area .btn-newline {
    font-size: 13px;
    padding-left: 0;
  }

  .buttom-area .btn-newline:after {
    font-size: 125%;
    right: 2%;
  }
}

.buttom-area .policyBox {
  margin: 11% auto 0;
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.buttom-area .policyBox li {
  display: inline-block;
  width: 38%;
  font-size: 3.7vw;
  line-height: 1;
}

.buttom-area .policyBox li:nth-child(odd) {
  border-right: 1px solid #b3b3b3;
  margin-right: 18px;
  padding-right: 18px;
}

.buttom-area .policyBox li:nth-child(n + 3) {
  margin-top: 14px;
}

.buttom-area .policyBox a {
  color: #444;
}

header {
  background: #fff;
  width: 100%;
}

header .header-inner {
  width: 92%;
  margin: auto;
  height: 13vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1vw;
}

header .header-inner .logo {
  width: 40%;
}

header .header-inner .logo img {
  width: 95%;
}

header .header-inner h1 {
  width: 65%;
  font-size: 2.5vw;
  line-height: 1.5;
}

header .header-inner h1 span {
  font-weight: bold;
  color: #e96f90;
}
header .news-banner {
  display: block;
  height: 6.6vw;
  width: 100%;
  background-color: #ffdbed;
  overflow: hidden;
}

header .news-banner__content {
  display: inline-block;
  color: #616161;
  line-height: 7vw;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 20s linear infinite;
  font-size: 3.0vw;
  width: 180%;
}

header .news-banner__content > * {
  display: inline-block;
}

@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.entry-box {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
}

.entry-box .linebutton {
  width: 240px;
  margin: 0 auto;
}

.entry-box img {
  width: 100%;
}

.entry-box .list-step {
  padding-bottom: 45%;
  background: #fef4f4;
}

.entry-box .step-img {
  margin-bottom: 2%;
}

.entry-box .change-domain {
  margin: 3% 0 0;
  font-size: 3.5vw;
  border-radius: 5px;
  padding: 2%;
  background: #ffee90;
  border: none;
}

#update {
  font-size: 3.2vw;
  text-align: right;
  width: 92%;
  margin: -2% auto 5%;
}

.policyBox {
  padding: 4%;
  background: #6d8ee8;
  text-align: center;
  font-size: 0.95rem;
}
.policyBox a {
  color: #fff;
  margin: 4%;
  text-decoration: underline;
}

[v-cloak] {
  display: none;
}

p.error {
  color: #f00;
}

.thanks {
  line-height: 1.2;
  padding: 6% 4% 0;
}

.thanks p {
  font-size: 1.0em;
/*  font-size: 0.7rem; */
/*  text-align: center; */
  margin-bottom: 4%;
}

.thanks .sns {
  font-size: 1.2em;
  color: #0000ff;
  text-decoration: underline;
}

.thanks .pink {
  color: #72b2e4;
  font-size: 1.4em;
}

.thanks .blue {
  font-size: 1.3rem;
  color: #c9a67e;
  font-weight: bold;
}

.thanks .green {
  color: #008000;
  font-weight: bold;
}

.thanks .bold {
  font-weight: bold;
}

.buttom-area.thanks {
  margin-top: 0%;
}

.info {
  line-height: 1.7;
  padding: 6% 4%;
  background: #fcf4de;
  margin-top: 10%;
}

.info p {
  margin-bottom: 4%;
}

.info .title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.info p {
  text-align: left;
}

.info p span {
  font-weight: bold;
}

.info table tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 1px solid #d1d1d1;
}

.info table tr th {
  width: 30%;
  background: #eeeeee;
  text-align: left;
  padding: 2%;
}

.info table tr td {
  width: 70%;
  background: #fff;
  padding: 2%;
}

@media screen and (min-width: 769px) {
  body {
    width: 700px;
    margin: auto;
  }

  header .header-inner h1 {
    font-size: 14px;
    width: 60%;
    margin-top: -10px;
  }

  header .header-inner {
    height: 70px;
    padding-top: 10px;
  }

  header .news-banner {
    height: 40px;
  }

  header .news-banner__content {
    font-size: 18px;
    line-height: 18px;
    padding-top: 15px;
    vertical-align: top;
  }
  #update {
    font-size: 22px;
    margin: -3% auto 6%;
  }
  .entry-box .list-step {
    padding-bottom: 150px;
  }
  .form-item dt {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .form-item dt span {
    font-size: 24px;
  }
  .form-item dt .small {
    font-size: 20px;
  }

  .form-item .form-tel-text {
    font-size: 16px;
    color: #CD4187;
    margin-bottom: 1vw;
    position: relative;
    line-height: 1.0;
  }

  .form-item .optional:after {
    padding: 1.3% 1.5%;
    margin-left: 2%;
    line-height: 1;
    font-size: 22px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .form-item .form-check-btn li {
    margin: 0 0 30px;
  }
  #step1 .form-item .form-check-btn li:last-child {
    margin: auto;
  }
  .form-item .form-check-btn li label > span {
    width: 300px;
    font-size: 18px;
    border: 5px solid #6d8ee8;
    border-radius: 10px;
  }
  .form-item .form-check-btn li label > .it {
    border: 5px solid #6ca89c;
    border-radius: 10px;
  }
  .form-item .form-check-btn li label > .kiden {
    border: 5px solid #a86b96;
    border-radius: 10px;
  }

  .form-item .form-check-btn li label > span img {
    width: 75%;
    margin-bottom: -10px;
  }
  .form-item select {
    font-size: 18px;
  }

  .form-item .select-arrow:after {
    top: 76%;
    font-size: 30px;
  }

  .form-item input[type="text"],
  .form-item input[type="mail"],
  .form-item input[type="tel"] {
    padding: 8px 15px;
    line-height: 1.4;
    font-size: 22px;
  }

  .buttom-area button {
    height: 70px;
    font-size: 24px;
  }

  .buttom-area .nextbtn {
    width: 65%;
  }

  .buttom-area .backbtn {
    width: 25%;
  }

  .buttom-area .btn-newline {
    font-size: 24px;
  }
  .buttom-area p {
    font-size: 16px;
    margin: 0 0 2px 0;
  }

  .form-item .error {
    font-size: 20px;
  }

  .policyBox {
    font-size: 20px;
    padding: 3%;
  }

  .thanks p {
    font-size: 18px;
/*    text-align: center; */
    margin-bottom: 4%;
  }

  .thanks .blue {
    font-size: 24px;
  }

  .info p {
    font-size: 16px;
  }

  .info .title {
    font-size: 20px;
  }

  .info table tr {
    font-size: 16px;
  }
}

.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  font-family: sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #ff983f;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: #e57819;
  }
}

