html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  list-style: none;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote before,
blockquote after,
q before,
q after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
body {
  width: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}
body.overflow-y {
  overflow-y: hidden;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited,
a:active,
a:hover {
  color: #333;
  text-decoration: none;
}
.c-select {
  display: inline-block;
  position: relative;
}
.c-select:after {
  content: '';
  background: url("./../images/icons/ico_downarrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 8px;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  z-index: 1;
}
.c-select select {
  width: 291px;
  height: 63px;
  padding-left: 1.125rem;
  border: #4066b3 2px solid;
  font-size: 1rem;
  line-height: 1.875rem;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .c-select select {
    width: 100%;
    height: calc(100vw * 105 / 750);
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 410px) {
  .c-select select {
    font-size: 16px;
  }
}
.c-select select.first {
  border-color: #dadada;
  color: rgba(51,51,51,0.5);
  background: rgba(246,156,0,0.08);
}
.c-select select.error {
  color: rgba(51,51,51,0.5);
  background: rgba(234,99,92,0.15);
  border-color: #ea635c;
}
.c-select select::-ms-expand {
  display: none;
}
.c-input,
.c-date {
  display: inline-block;
}
.c-input input,
.c-date input {
  width: 291px;
  height: 63px;
  padding: 1.375rem 1.125rem 1.375rem 1.125rem;
  border: #4066b3 2px solid;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .c-input input,
  .c-date input {
    height: calc(100vw * 105 / 750);
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 410px) {
  .c-input input,
  .c-date input {
    font-size: 16px;
  }
}
.c-input input.first,
.c-date input.first {
  background: rgba(246,156,0,0.08);
  border-color: #dadada;
}
.c-input input.error,
.c-date input.error {
  color: rgba(51,51,51,0.5);
  background: rgba(234,99,92,0.15);
  border-color: #ea635c;
}
.c-input input::placeholder,
.c-date input::placeholder {
  color: rgba(51,51,51,0.5);
}
.c-input input:-ms-input-placeholder,
.c-date input:-ms-input-placeholder {
  color: rgba(51,51,51,0.5);
}
.c-input input::-ms-input-placeholder,
.c-date input::-ms-input-placeholder {
  color: rgba(51,51,51,0.5);
}
.c-date {
  position: relative;
}
.c-date + .c-date {
  margin-left: 1.25rem;
}
.c-date.no:after {
  content: '';
}
.c-date:after {
  content: url("./../images/icons/ico_calendar.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 18px;
  top: calc(50% - 9px);
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .c-date:after {
    top: 35%;
    right: 5%;
  }
}
.c-birth {
  display: flex;
}
.c-birth .year {
  width: 150px !important;
}
@media only screen and (max-width: 767px) {
  .c-birth .year {
    width: 38% !important;
  }
}
.c-birth .month {
  width: 110px !important;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .c-birth .month {
    width: 29% !important;
    margin-left: 2%;
  }
}
.c-birth .date {
  width: 110px !important;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .c-birth .date {
    width: 29% !important;
    margin-left: 2%;
  }
}
.c-radio {
  display: flex;
  flex-wrap: wrap;
}
.c-radio input {
  display: none;
}
.c-radio input:checked + label {
  border-color: #4066b3;
  background: #4066b3;
  box-shadow: 0 3px #4066b3;
}
.c-radio input:checked + label span {
  color: #fff;
}
.c-radio input:checked + label:after {
  opacity: 1;
}
.c-radio input:checked + label:before {
  border-color: #fff;
}
.c-radio label {
  margin-top: 20px;
  height: 63px;
  width: 40%;
  max-width: 290px;
  display: inline-block;
  box-sizing: border-box;
  border: #738bbc 1px solid;
  background: #fff7eb;
  border-radius: 5px;
  box-shadow: 0 3px #738bbc;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-radio label {
    height: calc(100vw * 110 / 750);
  }
}
.c-radio label:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .c-radio label:first-child {
    margin-top: 0;
  }
}
.c-radio label:last-child {
  margin-right: 0;
}
.c-radio label:before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s;
  top: 18px;
  left: 20px;
  width: 25px;
  height: 25px;
  border: 2px solid #738bbc;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-radio label:before {
    top: calc(100vw * 31 / 750);
    left: calc(100vw * 30 / 750);
    width: calc(100vw * 50 / 750);
    height: calc(100vw * 50 / 750);
  }
}
.c-radio label:after {
  content: "";
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 25px;
  left: 27px;
  width: 11px;
  height: 11px;
  background: #4066b3;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-radio label:after {
    top: calc(100vw * 47 / 750);
    left: calc(100vw * 47 / 750);
    width: calc(100vw * 16 / 750);
    height: calc(100vw * 16 / 750);
  }
}
.c-radio label > div {
  display: flex;
  align-items: center;
  margin-left: 55px;
}
@media only screen and (max-width: 767px) {
  .c-radio label > div {
    margin-left: calc(100vw * 100 / 750);
  }
}
.c-radio label span {
  transition: 0.3s;
  color: #4066b3;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8125rem;
}
@media only screen and (max-width: 767px) {
  .c-radio label span {
    font-size: 1.75rem;
    line-height: 2.5625rem;
  }
}
.c-radio label img {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .c-radio label img {
    width: calc(100vw * 40 / 750);
  }
}
@media only screen and (max-width: 767px) {
  .c-radio label img {
    margin-right: 0.9375rem;
  }
}
.c-checkbox {
  max-width: 446px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-checkbox {
    max-width: initial;
  }
}
.c-checkbox input {
  display: none;
}
.c-checkbox input:checked + label {
  background: #4066b3;
  color: #fff;
  border-color: #4066b3;
  box-shadow: 0 3px #4066b3;
}
.c-checkbox input:checked + label:before {
  border-color: #fff;
}
.c-checkbox input:checked + label:after {
  opacity: 1;
}
.c-checkbox label {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #fff;
  color: #4066b3;
  border: 3px solid #738bbc;
  box-shadow: 0 3px #738bbc;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-checkbox label {
    height: calc(100vw * 120 / 750);
    font-size: 2rem;
    line-height: 2.9375rem;
  }
}
.c-checkbox label:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.c-checkbox label:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 29px;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #738bbc;
  box-sizing: border-box;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .c-checkbox label:before {
    width: calc(100vw * 32 / 750);
    height: calc(100vw * 32 / 750);
    top: calc(100vw * 38 / 750);
    left: calc(100vw * 40 / 750);
  }
}
.c-checkbox label:after {
  content: '';
  opacity: 0;
  background: url("./../images/icons/ico_check.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 27px;
  left: 33px;
  width: 15px;
  height: 11px;
}
@media only screen and (max-width: 767px) {
  .c-checkbox label:after {
    width: calc(100vw * 18 / 750);
    height: calc(100vw * 12 / 750);
    top: calc(100vw * 47 / 750);
    left: calc(100vw * 47 / 750);
  }
}
.c-errmsg {
  color: #ea635c;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: bold;
  margin-top: 0.6875rem;
}
@media only screen and (max-width: 767px) {
  .c-errmsg {
    font-size: 1.625rem;
    line-height: 3.125rem;
    margin-top: 1.25rem;
  }
}
br.c-pc-br {
  display: block;
}
@media only screen and (max-width: 1024px) {
  br.c-pc-br {
    display: none;
  }
}
br.c-md-br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.c-md-br {
    display: block;
  }
}
br.c-sm-br {
  display: none;
}
@media only screen and (max-width: 767px) {
  br.c-sm-br {
    display: block;
  }
}
.c-link {
  display: inline-block;
}
.c-link:after {
  content: '';
  display: inline-block;
  background: url("./../images/icons/ico_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.c-headline {
  font-size: 2rem;
  line-height: 2.6875rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #4066b3;
  padding: 1.375rem 0;
}
@media only screen and (max-width: 1024px) {
  .c-headline {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-headline {
    font-size: 2.5rem;
    line-height: 3.3125rem;
    padding: 2.6875rem 0;
  }
}
.c-tit {
  display: flex;
  height: 33px;
  align-items: center;
}
.c-tit:before {
  content: '';
  display: block;
  height: 33px;
  width: 6px;
  background: #4066b3;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .c-tit:before {
    width: 0.75rem;
    height: 3.375rem;
  }
}
.c-tit h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-tit h3 {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
}
.c-tit h4,
.c-tit p {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-tit h4,
  .c-tit p {
    font-size: 2rem;
    line-height: 2.9375rem;
  }
}
.c-quest-s:before {
  content: '';
  display: block;
  background: url("./../images/icons/ico_q.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .c-quest-s:before {
    width: calc(100vw * 30 / 750);
    height: calc(100vw * 30 / 750);
    margin-right: 0.3125rem;
  }
}
.c-quest-b:after {
  content: '';
  display: block;
  background: url("./../images/icons/ico_q.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-quest-b:after {
    width: 5.3vw;
    height: 5.3vw;
    margin-left: 0.625rem;
  }
}
.c-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.c-layer.show {
  opacity: 1;
  pointer-events: auto;
}
.c-layer .box {
  background: #fff;
  max-width: 950px;
  width: 92vw;
  padding: 3.9375rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-layer .box {
    padding: 4rem 3.75rem 3.75rem;
    box-sizing: border-box;
  }
}
.c-layer .box .close-button {
  border: 3px solid #333;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .c-layer .box .close-button {
    width: calc(100vw * 70 / 750);
    height: calc(100vw * 70 / 750);
    top: calc(100vw * -25 / 750);
    right: calc(100vw * -25 / 750);
  }
}
.c-layer .box .close-button:before,
.c-layer .box .close-button:after {
  content: '';
  position: relative;
  display: block;
  width: 2px;
  height: 20px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .c-layer .box .close-button:before,
  .c-layer .box .close-button:after {
    width: calc(100vw * 3 / 750);
    height: calc(100vw * 35 / 750);
  }
}
.c-layer .box .close-button:before {
  transform: rotate(45deg);
  left: 1px;
}
@media only screen and (max-width: 767px) {
  .c-layer .box .close-button:before {
    left: calc(100vw * 2 / 750);
  }
}
.c-layer .box .close-button:after {
  transform: rotate(-45deg);
  left: -1px;
}
@media only screen and (max-width: 767px) {
  .c-layer .box .close-button:after {
    left: calc(100vw * -2 / 750);
  }
}
.c-layer .box h1 {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-layer .box h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.c-layer .box h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-layer .box h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
.c-layer .box p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 2.75rem auto 2.5rem;
  padding: 0 2.5rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-layer .box p {
    text-align: left;
    font-size: 1.875rem;
    line-height: 3.125rem;
  }
}
.c-layer .box .button {
  width: 360px;
  height: 64px;
  margin: 0 auto;
  border-radius: 5px;
  border: 3px solid #738bbc;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px #738bbc;
  cursor: pointer;
  color: #4066b3;
}
@media only screen and (max-width: 767px) {
  .c-layer .box .button {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    width: calc(100vw * 570 / 750);
    height: calc(100vw * 130 / 750);
  }
}
.c-layer .box .button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.c-pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 107px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.c-pagetop.show {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .c-pagetop.foot {
    bottom: 157px;
  }
}
.c-pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  background: rgba(218,218,218,0.92);
  border-radius: 6px;
}
.c-pagetop a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.c-pagetop a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -0.25rem;
}
.c-btn-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 66px;
  background: #eee;
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-btn-prev {
    width: calc(100vw * 387 / 750);
    height: calc(100vw * 88 / 750);
  }
  .c-btn-prev:before {
    left: 15px !important;
  }
}
.c-btn-prev span {
  margin-left: 14px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .c-btn-prev span {
    font-size: 1.75rem;
    line-height: 2.5625rem;
  }
}
.c-btn-prev:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.c-btn-prev:before {
  content: '';
  display: block;
  position: absolute;
  left: 25px;
  top: calc((100% - 12px) / 2);
  width: 7px;
  height: 12px;
  background: url("./../images/icons/ico_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-list {
  max-width: 950px;
  width: 92vw;
}
.c-list dl {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #f2f2f2;
  padding: 1.3125rem 0;
}
@media only screen and (max-width: 767px) {
  .c-list dl {
    display: block;
    padding: 2.625rem 0;
  }
}
.c-list dl:first-child {
  padding-top: 0;
}
.c-list dl dt {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  display: flex;
  width: 30%;
  min-width: 310px;
}
@media only screen and (max-width: 767px) {
  .c-list dl dt {
    font-size: 2rem;
    line-height: 2.6875rem;
    width: 100%;
    max-width: initial;
  }
}
.c-list dl dd {
  font-size: 1rem;
  line-height: 1.875rem;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .c-list dl dd {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-top: 1.5625rem;
    width: 100%;
  }
}
.c-button {
  border-radius: 5px;
  box-sizing: border-box;
  background: #4c79c1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 auto;
  width: 460px;
  height: 89px;
}
.c-button:disabled {
  background: rgba(76,121,193,0.3);
}
.c-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .c-button {
    max-width: 92vw;
    width: calc(100vw * 690 / 750);
    height: calc(100vw * 167 / 750);
  }
}
.c-button span {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-button span {
    font-size: 2rem;
    line-height: 2.9375rem;
  }
}
.c-edit-button {
  width: 178px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #4066b3;
  border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-edit-button {
    width: calc(100vw * 368 / 750);
    height: calc(100vw * 88 / 750);
  }
}
.c-edit-button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.c-edit-button:disabled {
  opacity: 0.3;
}
.c-edit-button span {
  color: #4066b3;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .c-edit-button span {
    font-size: 1.625rem;
    line-height: 2.375rem;
    margin-left: 2vw;
  }
}
.c-edit-button span:before {
  content: "";
  background-image: url("./../images/icons/ico_pen.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .c-edit-button span:before {
    top: 4vw;
    left: 2vw;
    width: 5vw;
    height: 3vw;
  }
}
.c-pdf-button {
  width: 440px;
  height: 80px;
  border-radius: 115px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff807a;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-pdf-button {
    max-width: 690px;
    width: 92vw;
    height: calc(100vw * 146 / 750);
    margin-top: 3.75rem;
  }
}
.c-pdf-button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.c-pdf-button span {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-pdf-button span {
    font-size: 2rem;
    line-height: 2.6875rem;
    display: flex;
    justify-content: center;
  }
}
.c-pdf-button span:before {
  content: "";
  background-image: url("./../images/icons/ico_dl.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 20px;
  position: absolute;
  left: 10%;
}
@media only screen and (max-width: 767px) {
  .c-pdf-button span:before {
    width: 7vw;
    height: 6vw;
  }
}
.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}
.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}
.ui-widget-header {
  border: none !important;
  background: #fff !important;
}
.ui-datepicker-title {
  background-color: #039;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-header {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    font-size: 125% !important;
  }
}
.ui-datepicker .ui-datepicker-buttonpane {
  display: flex;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  border-radius: 5px;
  box-sizing: border-box;
  background: #4c79c1;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 10px 0;
  height: 40px;
  font-size: 16px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
    width: 30%;
    min-width: 200px;
    font-size: 1.5rem;
  }
}
.ui-datepicker .ui-icon.ui-icon-circle-triangle-e,
.ui-datepicker .ui-icon.ui-icon.ui-icon-circle-triangle-w {
  transform: scale(1.5);
}
@media only screen and (max-width: 767px) {
  .ui-datepicker.ui-widget.ui-widget-content {
    width: 90%;
  }
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background: url("../images/btn_back.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-prev span {
    margin-top: -3px !important;
  }
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background: url("../images/btn_next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-next span {
    margin-top: -3px !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 420px) {
  .ui-datepicker .ui-datepicker-group {
    width: 100% !important;
    float: none !important;
  }
  .ui-datepicker .ui-datepicker-group-last {
    margin-top: 2.5rem !important;
  }
  .ui-datepicker .ui-datepicker-title {
    font-size: 1.875rem;
  }
  .ui-datepicker .ui-datepicker-calendar th,
  .ui-datepicker .ui-datepicker-calendar td {
    font-size: 1.875rem;
  }
  .ui-datepicker .ui-datepicker-calendar th span,
  .ui-datepicker .ui-datepicker-calendar td span,
  .ui-datepicker .ui-datepicker-calendar th a,
  .ui-datepicker .ui-datepicker-calendar td a {
    text-align: center;
    padding: 1rem 0;
  }
}
header {
  border-bottom: #003399 3px solid;
  height: 67px;
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: calc(100vw * 113 / 750);
  }
}
header .wrap {
  height: 67px;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  header .wrap {
    height: calc(100vw * 113 / 750);
  }
}
header .wrap .zurich a {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
header .wrap .zurich a .logo {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  header .wrap .zurich a .logo {
    width: calc(100vw * 200 / 750);
  }
}
header .wrap .zurich a .txt {
  color: #039;
  font-weight: bold;
  vertical-align: bottom;
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  header .wrap .zurich a .txt {
    display: none;
  }
}
header .wrap .peach {
  width: 90px;
}
header .wrap .peach img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header .wrap .peach {
    width: calc(100vw * 155 / 750);
  }
}
footer .pagetop {
  width: 100%;
  height: 40px;
  display: none;
  background: #dadada;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  footer .pagetop {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer .pagetop .arrow {
  transform: rotate(90deg);
  width: 7px;
  height: 12px;
  background: url("./../images/icons/ico_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
footer .nav {
  overflow: hidden;
  background: #dadada;
}
footer .nav .wrap {
  max-width: 950px;
  margin: 0 auto;
  padding: 1.25rem 2%;
  overflow: hidden;
}
footer .nav .wrap ul {
  float: left;
}
@media only screen and (max-width: 767px) {
  footer .nav .wrap ul {
    float: none;
    margin: 0 auto;
    padding: 0 3.6%;
    text-align: center;
    line-height: 2;
  }
}
footer .nav .wrap ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: 1px solid;
}
footer .nav .wrap ul li:last-child {
  border-right: none;
}
footer .nav .wrap ul li a {
  font-size: 0.75rem;
  text-decoration: none;
  color: #333;
}
footer .nav .wrap ul li a:hover {
  text-decoration: underline;
}
footer .nav .wrap .copyright {
  float: right;
}
@media only screen and (max-width: 1024px) {
  footer .nav .wrap .copyright {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .nav .wrap .copyright {
    float: none;
    text-align: center;
  }
}
footer .nav .wrap .copyright span {
  font-size: 0.625rem;
}
.step {
  background-color: #f4f9fc;
}
.step .wrap {
  padding: 5rem 0 2.5rem;
  max-width: 756px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step .wrap {
    padding: 5.6875rem 0 1.875rem;
    width: 100%;
  }
}
.step .wrap .conf {
  position: absolute;
  text-align: center;
  padding: 5px 0px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #4f90c8;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.05));
  top: -48px;
  left: 0%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf {
    top: calc(100vw * -63 / 750);
    font-size: 1.5rem;
  }
}
.step .wrap .conf#step1 {
  left: -43px;
  width: 132px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf#step1 {
    left: calc(100vw * -57 / 750);
    width: calc(100vw * 192 / 750);
  }
}
.step .wrap .conf#step2 {
  left: -55px;
  width: 156px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf#step2 {
    left: calc(100vw * -74 / 750);
    width: calc(100vw * 232 / 750);
  }
}
.step .wrap .conf#step3 {
  left: -55px;
  width: 156px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf#step3 {
    left: calc(100vw * -60 / 750);
    width: calc(100vw * 202 / 750);
  }
}
.step .wrap .conf#step4 {
  left: -66px;
  width: 178px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf#step4 {
    top: calc(100vw * -87 / 750);
    left: calc(100vw * -63 / 750);
    width: calc(100vw * 210 / 750);
  }
}
.step .wrap .conf#step4b {
  left: -86px;
  width: 218px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf#step4b {
    top: calc(100vw * -87 / 750);
    left: calc(100vw * -64 / 750);
    width: calc(100vw * 212 / 750);
  }
}
.step .wrap .conf#step5 {
  left: -55px;
  width: 156px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf#step5 {
    left: calc(100vw * -74 / 750);
    width: calc(100vw * 232 / 750);
  }
}
.step .wrap .conf#step6 {
  left: -43px;
  width: 132px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf#step6 {
    left: calc(100vw * -57 / 750);
    width: calc(100vw * 192 / 750);
  }
}
.step .wrap .conf#step7 {
  left: -55px;
  width: 156px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf#step7 {
    left: calc(100vw * -60 / 750);
    width: calc(100vw * 202 / 750);
  }
}
.step .wrap .conf#step8 {
  left: -55px;
  width: 156px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf#step8 {
    left: calc(100vw * -60 / 750);
    width: calc(100vw * 202 / 750);
  }
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf.double {
    height: auto;
  }
}
.step .wrap .conf:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 21px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: calc(50% - 11px);
  bottom: -10px;
  border-radius: 1px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .step .wrap .conf:after {
    left: 43%;
    right: 43%;
    bottom: calc(100vw * -15 / 750);
    border-top-width: 1.25rem;
    border-left-width: 0.625rem;
    border-right-width: 0.625rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .step .wrap .conf:after {
    bottom: calc(100vw * -12 / 750);
  }
}
@media only screen and (max-width: 767px) and (max-width: 370px) {
  .step .wrap .conf {
    top: calc(100vw * -70 / 750);
  }
}
.step .wrap .stepper {
  width: 580px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step .wrap .stepper {
    width: calc(100vw * 560 / 750);
  }
}
.step .wrap .stepper:before {
  content: "";
  width: calc(100% - 10px);
  height: 3px;
  background: rgba(168,159,150,0.2);
  position: absolute;
  top: 22px;
  left: 3px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .stepper:before {
    top: calc(100vw * 40 / 750);
  }
}
.step .wrap .stepper ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 580px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .step .wrap .stepper ul {
    width: calc(100vw * 560 / 750);
  }
}
.step .wrap .stepper ul li {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 1.375rem;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  background: #a89f96;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  box-sizing: border-box;
  border: 3px solid transparent;
}
.step .wrap .stepper ul li span {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .step .wrap .stepper ul li {
    width: calc(100vw * 80 / 750);
    height: calc(100vw * 80 / 750);
    font-size: 1.75rem;
  }
}
.step .wrap .stepper ul li.now {
  color: #4f90c8;
  border-color: #4f90c8;
  background: #fff;
}
.step .wrap .stepper ul li.done {
  background: #4f90c8;
}
.step .wrap .stepper ul li.done:after {
  content: "";
  height: 3px;
  background: #4f90c8;
  position: absolute;
  left: 22px;
  top: 19px;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .step .wrap .stepper ul li.done:after {
    width: calc(100vw * 165 / 750);
    top: calc(100vw * 40 / 750 - 3px);
  }
}
.step .wrap .stepper ul li.comp {
  color: #fff;
  border-color: #4f90c8;
  background: #4f90c8;
}
.kokuchijikou {
  max-width: 950px;
  width: 92vw;
  margin: 5rem auto 0;
}
.kokuchijikou ol {
  margin-top: 0.625rem;
  counter-reset: item;
  width: 100%;
}
.kokuchijikou ol > li {
  border-bottom: 2px solid #f2f2f2;
  padding: 1.875rem 0;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: bold;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kokuchijikou ol > li {
    padding: 2.5rem 0;
    font-size: 2rem;
    line-height: 3.125rem;
    border-bottom: 0.25rem solid #f2f2f2;
  }
}
.kokuchijikou ol > li:before {
  counter-increment: item;
  content: counter(item);
  color: #4066b3;
  margin-right: 1.125rem;
}
.kokuchijikou ol ul {
  width: 100%;
}
.kokuchijikou ol ul > li {
  width: 100%;
  display: flex;
}
.kokuchijikou .imp {
  max-width: 950px;
  width: 92vw;
  margin: 2.5rem auto 0;
}
.kokuchijikou .imp .wrap {
  margin: 0 1.875rem 0 3.25rem;
}
@media only screen and (max-width: 767px) {
  .kokuchijikou .imp .wrap {
    margin: 0 1.875rem;
  }
}
.kokuchijikou .imp .wrap p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .kokuchijikou .imp .wrap p {
    font-size: 1.875rem;
    line-height: 3.125rem;
  }
}
.kokuchijikou .imp .wrap p + p {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .kokuchijikou .imp .wrap p + p {
    margin-top: 1.25rem;
  }
}
.page-risk-factor .announcement {
  max-width: 950px;
  width: 92vw;
  margin: 2.5rem auto 0;
  border: #4f90c8 2px solid;
}
.page-risk-factor .announcement p {
  padding: 1.5625rem 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .page-risk-factor .announcement p {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .announcement p {
    padding: 2rem 2.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.page-risk-factor .main {
  max-width: 950px;
  width: 92vw;
  margin: 2.5rem auto 5.1875rem;
}
.page-risk-factor .main .top {
  position: relative;
}
.page-risk-factor .main .top h2 {
  font-size: 1.75rem;
  line-height: 2.5625rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .top h2 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-risk-factor .main .top p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .top p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 3.75rem;
    text-align: left;
  }
}
.page-risk-factor .main .top .c-quest-s {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .top .c-quest-s {
    margin-top: 3.75rem;
  }
}
.page-risk-factor .main .content {
  max-width: 950px;
  margin: 2.5rem auto 0;
  width: 92vw;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content {
    margin: 5.125rem auto 0;
  }
}
.page-risk-factor .main .content dl + dl {
  margin-top: 3.75rem;
}
.page-risk-factor .main .content dl dt {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.9375rem;
  border-bottom: 2px #f2f2f2 solid;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content dl dt {
    font-size: 2rem;
    line-height: 2.6875rem;
    padding-bottom: 1.25rem;
  }
}
.page-risk-factor .main .content dl dt img {
  margin-right: 10px;
}
.page-risk-factor .main .content dl dd {
  padding: 1.25rem 0.625rem 0;
}
.page-risk-factor .main .content dl dd.c-radio {
  width: 700px;
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .page-risk-factor .main .content dl dd {
    padding: 1.875rem 0 0;
  }
}
.page-risk-factor .main .content dl:last-child dd {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content .wrap-dest .c-select {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content .wrap-period dd {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content .wrap-period dd .c-date + .c-date {
    margin: 1.25rem 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content .wrap-period dd .c-date input {
    width: 100%;
  }
}
.page-risk-factor .main .content .wrap-person select {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content .wrap-person select {
    width: calc(100vw * 350 / 750);
  }
}
.page-risk-factor .main .content .wrap-person .mei {
  font-size: 16px;
  margin-left: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content .wrap-person .mei {
    font-size: 1.75rem;
    margin-left: 1.875rem;
  }
}
.page-risk-factor .main .content .wrap-purpose .c-radio {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content .wrap-purpose .c-radio {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content .wrap-purpose .c-radio label {
    max-width: 100%;
    width: 100%;
    margin-top: 1.5rem;
  }
}
.page-risk-factor .main .content .wrap-purpose .c-radio label span {
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .main .content .wrap-purpose .c-radio label span {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}
.page-risk-factor .main .content .wrap-purpose .col2 {
  max-width: 700px;
}
.page-risk-factor .possible {
  max-width: 950px;
  width: 92vw;
  margin: 5rem auto 5rem;
  padding: 2.5rem;
  background: #f2f2f2;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .possible {
    margin: 7.5rem auto 7.5rem;
  }
}
.page-risk-factor .possible dl +dl {
  margin-top: 1.25rem;
}
.page-risk-factor .possible dl dt {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .possible dl dt {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.page-risk-factor .possible dl dd {
  margin-top: 11px;
}
.page-risk-factor .possible dl dd ul li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .possible dl dd ul li {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.page-risk-factor .plan {
  background: rgba(79,144,200,0.1);
  padding: 5rem 0 6.875rem;
  position: relative;
  box-sizing: border-box;
}
.page-risk-factor .plan .pittari {
  color: #4066b3;
  font-size: 1.5rem;
  line-height: 1rem;
  font-weight: bold;
  background: #fff;
  border-radius: 48px;
  text-align: center;
  display: block;
  width: 327px;
  margin: 0 auto 1.75rem;
  padding: 1.75rem 0;
  box-sizing: border-box;
  position: absolute;
  top: -8%;
  left: calc((100% - 329px) / 2);
  filter: drop-shadow(0 0 6px #ccd4e5);
}
@media only screen and (max-width: 767px) {
  .page-risk-factor .plan .pittari {
    width: calc(100vw * 690 / 750);
    left: calc(100vw * 30 / 750);
    font-size: 2rem;
  }
}
.page-risk-factor .plan .pittari:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 45%;
  bottom: -10px;
  border-radius: 1px;
}
.page-plan {
  width: 100%;
}
.page-plan .fixedplan {
  position: fixed;
  top: 0;
  width: 100vw;
  background: #fff;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  box-shadow: 0 0 8px 0;
}
.page-plan .fixedplan.show {
  opacity: 1;
  pointer-events: auto;
}
.page-plan .fixedplan ul {
  max-width: 950px;
  width: 92vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page-plan .fixedplan ul li {
  background: #fff;
  width: 33%;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .page-plan .fixedplan ul li {
    width: 32%;
    height: calc(100vw * 112 / 750);
  }
}
.page-plan .fixedplan ul li.checked label .name {
  color: #fff !important;
}
.page-plan .fixedplan ul li.checked label .price {
  color: #fff;
}
.page-plan .fixedplan ul li label {
  cursor: pointer;
  background: #fff;
  width: 100%;
  height: 70px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
@media only screen and (max-width: 767px) {
  .page-plan .fixedplan ul li label {
    height: calc(100vw * 112 / 750);
    border-bottom: 0.5rem solid transparent;
    justify-content: flex-start;
  }
}
.page-plan .fixedplan ul li label:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.page-plan .fixedplan ul li label .img {
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  margin-right: 21px;
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .page-plan .fixedplan ul li label .img {
    margin: 0;
    width: calc(100vw * 28 / 750);
    height: calc(100vw * 28 / 750);
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
    background-size: contain;
  }
}
.page-plan .fixedplan ul li label > div {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-plan .fixedplan ul li label > div {
    margin-top: 0.625rem;
  }
}
.page-plan .fixedplan ul li label .name {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .fixedplan ul li label .name {
    font-size: 1.1875rem;
    line-height: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 386px) {
  .page-plan .fixedplan ul li label .name {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 386px) and (max-width: 357px) {
  .page-plan .fixedplan ul li label .name {
    letter-spacing: -2px;
  }
}
.page-plan .fixedplan ul li label .price {
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .fixedplan ul li label .price {
    margin-top: 0.625rem;
    text-align: center;
    font-size: 2.25rem;
  }
}
.page-plan .fixedplan ul li label .price span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .fixedplan ul li label .price span {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 386px) {
  .page-plan .fixedplan ul li label .price {
    margin-top: 1.125rem;
  }
}
.page-plan .fixedplan ul li.reasonable label {
  border: solid #f69c00;
  border-width: 2px 2px 5px 2px;
}
.page-plan .fixedplan ul li.reasonable label .name {
  color: #f69c00;
}
.page-plan .fixedplan ul li.reasonable label .img {
  background-image: url("./../images/icons/ico_reasonable.svg");
}
.page-plan .fixedplan ul li.reasonable.checked label {
  background: #f69c00;
}
.page-plan .fixedplan ul li.reasonable.checked label .img {
  background-image: url("./../images/icons/ico_reasonable_white.svg");
}
.page-plan .fixedplan ul li.standard label {
  border: solid #fb7575;
  border-width: 2px 2px 5px 2px;
}
.page-plan .fixedplan ul li.standard label .name {
  color: #fb7575;
}
.page-plan .fixedplan ul li.standard label .img {
  background-image: url("./../images/icons/ico_standard.svg");
}
.page-plan .fixedplan ul li.standard.checked label {
  background: #fb7575;
}
.page-plan .fixedplan ul li.standard.checked label .img {
  background-image: url("./../images/icons/ico_standard_white.svg");
}
.page-plan .fixedplan ul li.premium label {
  border: solid #00bfb3;
  border-width: 2px 2px 5px 2px;
}
.page-plan .fixedplan ul li.premium label .name {
  color: #00bfb3;
}
.page-plan .fixedplan ul li.premium label .img {
  background-image: url("./../images/icons/ico_premium.svg");
}
.page-plan .fixedplan ul li.premium.checked label {
  background: #00bfb3;
}
.page-plan .fixedplan ul li.premium.checked label .img {
  background-image: url("./../images/icons/ico_premium_white.svg");
}
.page-plan .selectplan .top {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .top {
    margin-top: 3.75rem;
  }
}
.page-plan .selectplan .top h2 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .top h2 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-plan .selectplan .plan {
  margin-top: 196px;
  background: #f4f9fc;
  position: relative;
  padding-top: 186px;
  padding-bottom: 114px;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan {
    margin-top: calc(100vw * 250 / 750);
    padding-top: calc(100vw * 252 / 750);
    padding-bottom: 8.8125rem;
  }
}
.page-plan .selectplan .plan .types {
  position: absolute;
  top: -136px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types {
    top: calc(100vw * -200 / 750);
  }
}
.page-plan .selectplan .plan .types ul {
  max-width: 950px;
  width: 92vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page-plan .selectplan .plan .types ul li {
  width: 32%;
  height: 221px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li {
    height: calc(100vw * 316 / 750);
  }
}
.page-plan .selectplan .plan .types ul li > p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  position: relative;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li > p {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}
.page-plan .selectplan .plan .types ul li > p:before,
.page-plan .selectplan .plan .types ul li > p:after {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 6px;
}
.page-plan .selectplan .plan .types ul li > p:before {
  transform: rotate(75deg);
  left: 0;
}
.page-plan .selectplan .plan .types ul li > p:after {
  transform: rotate(105deg);
  right: 0;
}
.page-plan .selectplan .plan .types ul li.reasonable > p {
  color: #f69c00;
}
.page-plan .selectplan .plan .types ul li.reasonable > p:before,
.page-plan .selectplan .plan .types ul li.reasonable > p:after {
  background-color: #f69c00;
}
.page-plan .selectplan .plan .types ul li.reasonable input:checked + .rect {
  background-color: #f69c00;
}
.page-plan .selectplan .plan .types ul li.reasonable input:checked + .rect .img {
  background-image: url("./../images/icons/ico_reasonable_white.svg");
}
.page-plan .selectplan .plan .types ul li.reasonable .rect {
  border-color: #f69c00;
  box-shadow: 0 3px #f69c00;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li.reasonable .rect {
    box-shadow: 0 0.9375rem #f69c00;
  }
}
.page-plan .selectplan .plan .types ul li.reasonable .rect .img {
  background-image: url("./../images/icons/ico_reasonable.svg");
}
.page-plan .selectplan .plan .types ul li.reasonable .rect .name {
  color: #f69c00;
}
.page-plan .selectplan .plan .types ul li.standard > p {
  color: #fb7575;
}
.page-plan .selectplan .plan .types ul li.standard > p:before,
.page-plan .selectplan .plan .types ul li.standard > p:after {
  background-color: #fb7575;
}
.page-plan .selectplan .plan .types ul li.standard input:checked + .rect {
  background-color: #fb7575;
}
.page-plan .selectplan .plan .types ul li.standard input:checked + .rect .img {
  background-image: url("./../images/icons/ico_standard_white.svg");
}
.page-plan .selectplan .plan .types ul li.standard .rect {
  border-color: #fb7575;
  box-shadow: 0 3px #fb7575;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li.standard .rect {
    box-shadow: 0 0.9375rem #fb7575;
  }
}
.page-plan .selectplan .plan .types ul li.standard .rect .img {
  background-image: url("./../images/icons/ico_standard.svg");
}
.page-plan .selectplan .plan .types ul li.standard .rect .name {
  color: #fb7575;
}
.page-plan .selectplan .plan .types ul li.premium > p {
  color: #00bfb3;
}
.page-plan .selectplan .plan .types ul li.premium > p:before,
.page-plan .selectplan .plan .types ul li.premium > p:after {
  background-color: #00bfb3;
}
.page-plan .selectplan .plan .types ul li.premium input:checked + .rect {
  background-color: #00bfb3;
}
.page-plan .selectplan .plan .types ul li.premium input:checked + .rect .img {
  background-image: url("./../images/icons/ico_premium_white.svg");
}
.page-plan .selectplan .plan .types ul li.premium .rect {
  border-color: #00bfb3;
  box-shadow: 0 3px #00bfb3;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li.premium .rect {
    box-shadow: 0 0.9375rem #00bfb3;
  }
}
.page-plan .selectplan .plan .types ul li.premium .rect .img {
  background-image: url("./../images/icons/ico_premium.svg");
}
.page-plan .selectplan .plan .types ul li.premium .rect .name {
  color: #00bfb3;
}
.page-plan .selectplan .plan .types ul li input {
  display: none;
}
.page-plan .selectplan .plan .types ul li input:checked + .rect {
  top: 6px;
  height: 151px;
  color: #fff;
  box-shadow: 0 3px transparent;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li input:checked + .rect {
    top: 1.1875rem;
    height: calc(100vw * 194 / 750);
  }
}
.page-plan .selectplan .plan .types ul li input:checked + .rect .name {
  color: #fff;
}
.page-plan .selectplan .plan .types ul li input:checked + .rect .back {
  opacity: 0;
}
.page-plan .selectplan .plan .types ul li .rect {
  position: relative;
  width: 100%;
  height: 160px;
  display: block;
  margin-top: 15px;
  cursor: pointer;
  background: #fff;
  height: 154px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 3px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li .rect {
    margin-top: 1.25rem;
    height: calc(100vw * 194 / 750);
  }
}
.page-plan .selectplan .plan .types ul li .rect:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.page-plan .selectplan .plan .types ul li .rect .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 31px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li .rect .img {
    width: calc(100vw * 52 / 750);
    height: calc(100vw * 52 / 750);
  }
}
.page-plan .selectplan .plan .types ul li .rect .name {
  margin-top: 4px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li .rect .name {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li .rect .name {
    font-size: 1.25rem;
  }
}
.page-plan .selectplan .plan .types ul li .rect .price {
  margin-top: 4px;
  font-size: 2.5rem;
  line-height: 3.3125rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li .rect .price {
    font-size: 2.6875rem;
    line-height: 3.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li .rect .price {
    font-size: 2.875rem;
    line-height: 3.875rem;
  }
}
.page-plan .selectplan .plan .types ul li .rect .price span {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li .rect .price span {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .types ul li .rect .price span {
    font-size: 1.5rem;
  }
}
.page-plan .selectplan .plan .attention {
  width: 92vw;
  max-width: 950px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .attention {
    margin-top: 2.5rem;
  }
}
.page-plan .selectplan .plan .attention p {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .attention p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .attention p {
    font-size: 1.25rem;
  }
}
.page-plan .selectplan .plan .attention p.c-quest-s {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .attention p.c-quest-s {
    margin-top: 0.75rem;
  }
}
.page-plan .selectplan .plan .lists {
  max-width: 950px;
  width: 92vw;
  margin: 0 auto;
}
.page-plan .selectplan .plan .lists .list + .list {
  margin-top: 35px;
}
.page-plan .selectplan .plan .lists .list .tit {
  display: flex;
  align-items: center;
}
.page-plan .selectplan .plan .lists .list .tit h4 {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .lists .list .tit h4 {
    font-size: 2rem;
    line-height: 2.9375rem;
  }
}
.page-plan .selectplan .plan .lists .list ul {
  margin-top: 5px;
  border-top: 2px solid #a89f96;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.page-plan .selectplan .plan .lists .list ul li:nth-child(2) {
  border-left: 2px dotted #a89f96;
  border-right: 2px dotted #a89f96;
}
.page-plan .selectplan .plan .lists .list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 40px;
  text-align: center;
}
.page-plan .selectplan .plan .lists .list ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  position: relative;
  width: calc(100% - 4px);
  height: 40px;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .page-plan .selectplan .plan .lists .list ul li p {
    font-size: 2rem;
    line-height: 2.5625rem;
  }
}
.page-plan .selectplan .plan .lists .list ul li:nth-child(1).checked p {
  background-color: rgba(246,156,0,0.2);
}
.page-plan .selectplan .plan .lists .list ul li:nth-child(2).checked p {
  background-color: rgba(251,117,117,0.2);
}
.page-plan .selectplan .plan .lists .list ul li:nth-child(3).checked p {
  background-color: rgba(0,191,179,0.2);
}
.page-plan .option {
  width: 100%;
  background: #eef5fa;
  padding: 40px 0 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-plan .option {
    padding: 3.6875rem 0 3.125rem;
  }
}
.page-plan .option .circle {
  width: 72px;
  height: 72px;
  background: #eef5fa;
  position: absolute;
  top: -36px;
  border-radius: 50%;
  left: calc((100% - 72px) / 2);
}
@media only screen and (max-width: 767px) {
  .page-plan .option .circle {
    width: calc(100vw * 110 / 750);
    height: calc(100vw * 110 / 750);
    top: calc(100vw * -55 / 750);
    left: calc((100% - 14.6vw) / 2);
  }
}
.page-plan .option .circle:before {
  content: '＋';
  color: #4f90c8;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: 3.6875rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .option .circle:before {
    width: calc(100vw * 110 / 750);
    height: calc(100vw * 110 / 750);
  }
}
.page-plan .option .wrap {
  max-width: 950px;
  width: 96%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-plan .option .wrap {
    margin-top: 0.625rem;
    width: calc(610 / 750 * 100%);
  }
}
.page-plan .option .wrap .c-tit span {
  color: #4066b3;
  font-size: 2rem;
  line-height: 2.9375rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .option .wrap .c-tit span {
    font-size: 3.125rem;
    line-height: 4.625rem;
  }
}
.page-plan .option .wrap .lists {
  background: #fff;
  padding: 35px 30px 37px;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .page-plan .option .wrap .lists {
    padding: calc(40 / 750 * 100vw);
    margin-top: 2.1875rem;
  }
}
.page-plan .option .wrap .lists dl {
  border-bottom: 2px solid #a89f96;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .page-plan .option .wrap .lists dl {
    border: none;
    display: block;
    padding: 0;
  }
}
.page-plan .option .wrap .lists dl dt {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-plan .option .wrap .lists dl dt {
    padding-bottom: 1.25rem;
    border-bottom: 0.375rem solid #f2f2f2;
  }
}
.page-plan .option .wrap .lists dl dt p {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-plan .option .wrap .lists dl dt p {
    font-size: 2rem;
    line-height: 2.9375rem;
  }
}
.page-plan .option .wrap .lists dl dd {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-right: 115px;
}
@media only screen and (max-width: 767px) {
  .page-plan .option .wrap .lists dl dd {
    font-size: 2rem;
    line-height: 2.5625rem;
    text-align: center;
    margin-right: 0;
    margin-top: 2.5rem;
  }
}
.page-plan .option .wrap .lists .checkbox {
  width: 90%;
  max-width: 446px;
  margin: 33px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-plan .option .wrap .lists .checkbox {
    margin-top: 2.5rem;
  }
}
.page-plan .next {
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .page-plan .next {
    padding-bottom: 12.5rem;
  }
}
.page-plan .next .wrap {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap {
    width: calc(100vw * 690 / 750);
  }
}
.page-plan .next .wrap .total {
  padding: 40px 0 20px;
  border-bottom: 2px solid #eee;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total {
    padding: 3.75rem 0 3.75rem;
    border-bottom: 0.25rem solid #eee;
  }
}
.page-plan .next .wrap .total ul {
  display: flex;
  align-items: center;
  height: 95px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul {
    height: auto;
    padding: 0;
    flex-wrap: wrap;
  }
}
.page-plan .next .wrap .total ul .plan {
  width: 196px;
  height: 95px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .plan {
    width: calc(100vw * 280 / 750);
    height: calc(100vw * 137 / 750);
    padding-left: 1.25rem;
  }
}
.page-plan .next .wrap .total ul .plan p {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .plan p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.page-plan .next .wrap .total ul .plan:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 95px;
  background: #eee;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .plan:after {
    height: calc(100vw * 137 / 750);
  }
}
.page-plan .next .wrap .total ul .sum {
  width: 285px;
  padding-left: 41px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .sum {
    padding-left: 2.5rem;
    width: calc(100vw * 360 / 750);
  }
}
.page-plan .next .wrap .total ul .sum .ryo {
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .sum .ryo {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.page-plan .next .wrap .total ul .sum .price {
  font-size: 2.5rem;
  line-height: 3.6875rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .sum .price {
    font-size: 3.375rem;
    line-height: 5rem;
  }
}
.page-plan .next .wrap .total ul .sum .price .yen {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .sum .price .yen {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}
.page-plan .next .wrap .total ul .sum .attention {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .sum .attention {
    font-size: 1.25rem;
  }
}
.page-plan .next .wrap .total ul .button {
  width: 429px;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .button {
    width: calc(100vw * 690 / 750);
    padding-top: 3.75rem;
  }
}
.page-plan .next .wrap .total ul .button button {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-weight: bold;
  max-width: 429px;
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4c79c1;
  color: #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .total ul .button button {
    max-width: initial;
    height: calc(100vw * 167 / 750);
    font-size: 2rem;
    line-height: 2.9375rem;
  }
}
.page-plan .next .wrap .total ul .button button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.page-plan .next .wrap .total ul .button button:disabled {
  opacity: 0.3;
}
.page-plan .next .wrap .prev {
  margin: 80px auto 0;
  width: 92vw;
  max-width: 950px;
}
@media only screen and (max-width: 767px) {
  .page-plan .next .wrap .prev {
    margin-top: 7.5rem;
  }
}
.page-kokuchi .top {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .top {
    margin-top: 3.75rem;
  }
}
.page-kokuchi .top h1 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .top h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-kokuchi .top h1 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .top h1 br {
    display: block;
  }
}
.page-kokuchi .announce {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .announce {
    margin-top: 3.75rem;
  }
}
.page-kokuchi .announce .answer {
  max-width: 950px;
  width: 92vw;
  margin: 2.6875rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .announce .answer {
    width: 92vw;
    flex-direction: column;
    margin-top: 0.875rem;
  }
}
.page-kokuchi .announce .answer input {
  display: none;
}
.page-kokuchi .announce .answer input:checked + .answer-button.yes {
  border-color: #4066b3;
  background: #4066b3;
  box-shadow: 0 3px #4066b3;
}
.page-kokuchi .announce .answer input:checked + .answer-button.yes span {
  color: #fff;
}
.page-kokuchi .announce .answer input:checked + .answer-button.yes:after {
  opacity: 1;
}
.page-kokuchi .announce .answer input:checked + .answer-button.yes:before {
  border-color: #fff;
}
.page-kokuchi .announce .answer .answer-button {
  max-width: 455px;
  height: 88px;
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  border: #738bbc 1px solid;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px #738bbc;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .announce .answer .answer-button {
    margin-top: 2.875rem;
    width: 100%;
    max-width: 100%;
    height: calc(100vw * 130 / 750);
  }
}
.page-kokuchi .announce .answer .answer-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .announce .answer .answer-button:first-child {
    margin-top: 0;
  }
}
.page-kokuchi .announce .answer .answer-button:before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s;
  top: 30px;
  left: 30px;
  width: 25px;
  height: 25px;
  border: 2px solid #738bbc;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .announce .answer .answer-button:before {
    width: calc(100vw * 50 / 750);
    height: calc(100vw * 50 / 750);
    top: calc(100vw * 40 / 750);
    left: calc(100vw * 40 / 750);
  }
}
.page-kokuchi .announce .answer .answer-button:after {
  content: "";
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 37px;
  left: 37px;
  width: 11px;
  height: 11px;
  background: #4066b3;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .announce .answer .answer-button:after {
    width: calc(100vw * 16 / 750);
    height: calc(100vw * 16 / 750);
    top: calc(100vw * 57 / 750);
    left: calc(100vw * 57 / 750);
  }
}
.page-kokuchi .announce .answer .answer-button span {
  transition: 0.3s;
  color: #4066b3;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .announce .answer .answer-button span {
    font-size: 2rem;
    line-height: 2.9375rem;
  }
}
.page-kokuchi .ex {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .ex {
    margin-top: 7.875rem;
  }
}
.page-kokuchi .ex .wrap-ex {
  max-width: 860px;
  width: calc(100vw * 650 / 750);
  margin: 2.5rem auto 0;
  border: 2px solid #ea635c;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .ex .wrap-ex {
    margin-top: 3.75rem;
  }
}
.page-kokuchi .ex .wrap-ex p {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin: 2.375rem;
  color: #ea635c;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .ex .wrap-ex p {
    margin: 2.5rem 0.9375rem;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.page-kokuchi .ex .c-pdf-button {
  margin: 2.5rem auto 0;
}
.page-kokuchi .ex .pdf-imp {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .ex .pdf-imp {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-top: 2.5rem;
  }
}
.page-kokuchi .ex .next {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .ex .next {
    margin: 7.5rem auto 0;
  }
}
.page-kokuchi .ex .transition {
  max-width: 950px;
  width: 92vw;
  margin: 5rem auto 6.5rem;
}
@media only screen and (max-width: 767px) {
  .page-kokuchi .ex .transition {
    margin: 7.5rem auto 12.5rem;
  }
}
.page-4a {
  margin: 0 auto;
}
.page-4a .input {
  max-width: 950px;
  width: 92vw;
  margin: 80px auto 0;
  ime-mode: inactive;
}
@media only screen and (max-width: 767px) {
  .page-4a .input {
    margin-top: 3.75rem;
  }
}
.page-4a .input h2 {
  font-size: 1.75rem;
  line-height: 2.5625rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-4a .input h2 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-4a .input input {
  margin: 20px auto 0;
  max-width: 950px;
  width: 92vw;
}
@media only screen and (max-width: 767px) {
  .page-4a .input input {
    margin-top: 3.75rem;
  }
}
.page-4a .input .errmsg {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #ea635c;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .page-4a .input .errmsg {
    font-size: 1.625rem;
    line-height: 3.125rem;
  }
}
.page-4a .input button {
  margin: 2.5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .page-4a .input button {
    margin-top: 3.75rem;
  }
}
.page-4a .description {
  width: 100%;
}
.page-4a .description .warp {
  max-width: 950px;
  width: 92vw;
  margin: 5rem auto 0;
  padding: 2.5rem;
  box-sizing: border-box;
  background: #f2f2f2;
}
.page-4a .description .warp p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.page-4a .description .warp p + p {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .page-4a .description .warp p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.page-4a .description .warp p.security {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  padding-bottom: 1.875rem;
}
.page-4a .description .warp p.security a {
  color: #4066b3;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .page-4a .description .warp p.security {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.page-4a .prev {
  max-width: 950px;
  width: 92vw;
  margin: 80px auto 110px;
}
@media only screen and (max-width: 767px) {
  .page-4a .prev {
    margin: 3.75rem auto 12.5rem;
  }
}
.page-4b {
  max-width: 950px;
  width: 92vw;
  margin: 0 auto;
}
.page-4b .complete {
  max-width: 950px;
  width: 92vw;
  margin: 3.1875rem auto 0;
}
@media only screen and (max-width: 767px) {
  .page-4b .complete {
    margin-top: 2.625rem;
  }
}
.page-4b .complete h2 {
  font-size: 1.75rem;
  line-height: 2.5625rem;
  text-align: center;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .page-4b .complete h2 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-4b .mail {
  max-width: 950px;
  width: 92vw;
  margin: 2.5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .page-4b .mail {
    margin-top: 3.75rem;
  }
}
.page-4b .mail p {
  color: #4066b3;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .page-4b .mail p {
    font-size: 2.25rem;
  }
}
.page-4b .guide {
  max-width: 950px;
  width: 92vw;
  margin: 1.25rem auto 0;
}
.page-4b .guide p {
  color: #333;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .page-4b .guide p {
    font-size: 2rem;
    line-height: 3.125rem;
  }
}
.page-4b .sentence {
  background: #f2f2f2;
  margin: 39px auto 110px;
  padding: 30px 40px;
  box-sizing: border-box;
  max-width: 950px;
  width: 92vw;
}
@media only screen and (max-width: 767px) {
  .page-4b .sentence {
    margin: 3.3125rem auto 7.5rem;
    padding: 2.5rem;
  }
}
.page-4b .sentence .headline p {
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .page-4b .sentence .headline p {
    font-size: 1.875rem;
    line-height: 3.125rem;
  }
}
.page-4b .sentence .text {
  margin-top: 0.625rem;
}
.page-4b .sentence .text p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .page-4b .sentence .text p {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}
.page-personal_info {
  width: 100%;
}
.page-personal_info .top {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .page-personal_info .top {
    margin-top: 3.75rem;
  }
}
.page-personal_info .top h1 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .page-personal_info .top h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-personal_info .top h1 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-personal_info .top h1 br {
    display: block;
  }
}
.page-personal_info .contract {
  margin-top: 5rem;
}
.page-personal_info .contract .c-select .person {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  .page-personal_info .contract .c-select .person {
    width: 261px;
  }
}
.page-personal_info .wrap-contract,
.page-personal_info .wrap-traveler,
.page-personal_info .wrap-login,
.page-personal_info .confirm {
  max-width: 950px;
  width: 92vw;
  margin: 5.125rem auto 5rem;
}
.page-personal_info .wrap-contract .double,
.page-personal_info .wrap-traveler .double,
.page-personal_info .wrap-login .double,
.page-personal_info .confirm .double {
  display: flex;
  justify-content: space-between;
}
.page-personal_info .wrap-contract .double input,
.page-personal_info .wrap-traveler .double input,
.page-personal_info .wrap-login .double input,
.page-personal_info .confirm .double input {
  width: 48%;
}
.page-personal_info .wrap-contract .c-select,
.page-personal_info .wrap-traveler .c-select,
.page-personal_info .wrap-login .c-select,
.page-personal_info .confirm .c-select {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .page-personal_info .wrap-contract .c-select,
  .page-personal_info .wrap-traveler .c-select,
  .page-personal_info .wrap-login .c-select,
  .page-personal_info .confirm .c-select {
    width: 100%;
  }
}
.page-personal_info .wrap-contract select,
.page-personal_info .wrap-traveler select,
.page-personal_info .wrap-login select,
.page-personal_info .confirm select,
.page-personal_info .wrap-contract input,
.page-personal_info .wrap-traveler input,
.page-personal_info .wrap-login input,
.page-personal_info .confirm input {
  width: 100%;
}
.page-personal_info .wrap-contract dl dd .c-radio label,
.page-personal_info .wrap-traveler dl dd .c-radio label,
.page-personal_info .wrap-login dl dd .c-radio label,
.page-personal_info .confirm dl dd .c-radio label {
  margin-top: 0;
}
.page-personal_info .traveler .c-edit-button {
  width: 440px;
  height: 70px;
  margin: 0 auto 1.875rem;
}
@media only screen and (max-width: 767px) {
  .page-personal_info .traveler .c-edit-button {
    width: 60vw;
    height: auto;
  }
}
.page-personal_info .traveler .c-edit-button span {
  margin-left: 1.375rem;
  padding: 0.625rem 0;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.page-personal_info .traveler .c-edit-button span:before {
  width: 30px;
  height: 28px;
  top: 21px;
  left: 14px;
}
@media only screen and (max-width: 767px) {
  .page-personal_info .traveler .c-edit-button span:before {
    top: 3.5vw;
    left: 4vw;
    width: 7vw;
    height: 5vw;
  }
}
.page-personal_info .traveler .c-edit-button span br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-personal_info .traveler .c-edit-button span br {
    display: block;
  }
}
.page-personal_info .login .wrap-login dl .cancel {
  background: #f2f2f2;
  pointer-events: none;
}
.page-personal_info .login .wrap-login dl .checkpass {
  line-height: 2.5rem;
}
.page-personal_info .login .wrap-login .note {
  padding: 1.5625rem 2.5rem;
  background: #f2f2f2;
}
.page-personal_info .login .wrap-login .note p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .page-personal_info .login .wrap-login .note p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-personal_info .login .wrap-login .note p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.page-personal_info .login .next {
  margin: 5rem auto 6.5rem;
}
.layer-postal ul {
  width: 80%;
  margin: 40px auto 40px;
  max-height: 50vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .layer-postal ul {
    max-height: 60vh;
    margin: 2.5rem auto 3.75rem;
    width: 100%;
  }
}
.layer-postal ul li {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #f2f2f2;
  padding-right: 0.625rem;
  box-sizing: border-box;
}
.layer-postal ul li + li {
  margin-top: 20px;
}
.layer-postal ul li label {
  display: flex;
  align-items: center;
  margin-left: 20px;
  width: 100%;
  min-height: 60px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .layer-postal ul li label {
    min-height: calc(100vw * 60 / 750);
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
.page-confirm {
  width: 100%;
}
.page-confirm .top {
  max-width: 950px;
  width: 92vw;
  margin: 3.3125rem auto 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page-confirm .top {
    max-width: 750px;
    margin: 3.75rem auto 3.75rem;
  }
}
.page-confirm .top h1 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-confirm .top h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-confirm .basic-info > p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  max-width: 59.375rem;
  width: 92vw;
  margin: 2.6875rem auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-confirm .basic-info > p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 3.75rem;
    text-align: left;
  }
}
.page-confirm .basic-info .wrap-info,
.page-confirm .basic-info .compensation,
.page-confirm .basic-info .covenant {
  max-width: 950px;
  width: 92vw;
  margin: 3.125rem auto 5rem;
}
.page-confirm .basic-info .c-tit {
  margin-bottom: 2.3125rem;
}
.page-confirm .basic-info .wrap-covenant p {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .page-confirm .basic-info .wrap-covenant p {
    font-size: 2rem;
    line-height: 3.75rem;
  }
}
.page-confirm .wrap-contract,
.page-confirm .wrap-traveler01,
.page-confirm .wrap-traveler02,
.page-confirm .wrap-annotation {
  max-width: 950px;
  width: 92vw;
  margin: 3.125rem auto 5rem;
}
.page-confirm .wrap-contract dl .address,
.page-confirm .wrap-traveler01 dl .address,
.page-confirm .wrap-traveler02 dl .address,
.page-confirm .wrap-annotation dl .address {
  line-height: 3.125rem;
}
.page-confirm .wrap-contract .c-edit-button,
.page-confirm .wrap-traveler01 .c-edit-button,
.page-confirm .wrap-traveler02 .c-edit-button,
.page-confirm .wrap-annotation .c-edit-button {
  margin-top: 2.5rem;
}
.page-confirm .import-ex .wrap-ex {
  max-width: 860px;
  width: calc(100vw * 650 / 750);
  margin: 2.5rem auto 0;
  border: 2px solid #ea635c;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-confirm .import-ex .wrap-ex {
    margin-top: 3.75rem;
  }
}
.page-confirm .import-ex .wrap-ex p {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin: 2.375rem;
  color: #ea635c;
}
@media only screen and (max-width: 767px) {
  .page-confirm .import-ex .wrap-ex p {
    margin: 2.5rem 0.9375rem;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.page-confirm .import-ex .wrap-import {
  margin: 5.125rem auto;
}
.page-confirm .import-ex .c-pdf-button {
  margin: 2.5rem auto 0;
}
.page-confirm .import-ex .pdf-imp {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-confirm .import-ex .pdf-imp {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-top: 2.5rem;
  }
}
.page-confirm .announce .all-yes {
  max-width: 950px;
  width: 92vw;
  margin: 2.625rem auto 5.125rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-confirm .announce .all-yes {
    margin: 5.1875rem auto 7.6875rem;
  }
}
.page-confirm .announce .all-yes span {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #4066b3;
}
@media only screen and (max-width: 767px) {
  .page-confirm .announce .all-yes span {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
.page-confirm .other .wrap-annotation {
  margin-bottom: 0;
}
.page-confirm .other .wrap-annotation p,
.page-confirm .other .wrap-annotation li {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .page-confirm .other .wrap-annotation p,
  .page-confirm .other .wrap-annotation li {
    font-size: 2rem;
    line-height: 3.75rem;
  }
}
.page-confirm .other .wrap-annotation ul {
  margin-top: 1.875rem;
  counter-reset: number 0;
}
.page-confirm .other .wrap-annotation ul li:before {
  counter-increment: number 1;
  content: counter(number);
  margin-right: 1.125rem;
}
.page-confirm .other .wrap-annotation .app {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .page-confirm .other .wrap-annotation .app {
    margin-top: 2.5rem;
  }
}
.page-confirm .other .wrap-annotation .wrap-other {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .page-confirm .other .wrap-annotation .wrap-other {
    margin: 3.75rem auto 0;
  }
}
.page-confirm .other .wrap-annotation .wrap-other dl {
  display: block;
  font-weight: normal;
  border-bottom: none;
}
.page-confirm .other .wrap-annotation .wrap-other dl dt,
.page-confirm .other .wrap-annotation .wrap-other dl dd {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .page-confirm .other .wrap-annotation .wrap-other dl dt,
  .page-confirm .other .wrap-annotation .wrap-other dl dd {
    font-size: 1.875rem;
    line-height: 3.125rem;
  }
}
.page-confirm .pay {
  max-width: 950px;
  width: 92vw;
  margin: 0 auto;
}
.page-confirm .pay button {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-weight: bold;
  max-width: 429px;
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4c79c1;
  color: #fff;
  border-radius: 5px;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .page-confirm .pay button {
    max-width: initial;
    height: calc(100vw * 167 / 750);
    font-size: 2rem;
    line-height: 2.9375rem;
  }
}
.page-confirm .pay button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.page-confirm .pay button:disabled {
  opacity: 0.3;
}
.page-confirm .prev {
  margin: 5rem auto 6.5rem;
  width: 92vw;
  max-width: 950px;
}
@media only screen and (max-width: 767px) {
  .page-confirm .prev {
    margin-top: 7.5rem;
  }
}
.page-credit {
  width: 100%;
}
.page-credit .top {
  max-width: 950px;
  width: 92vw;
  margin: 3.3125rem auto 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page-credit .top {
    max-width: 750px;
    margin: 3.75rem auto 3.75rem;
  }
}
.page-credit .top h1 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-credit .top h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-credit .top h1 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-credit .top h1 br {
    display: block;
  }
}
.page-credit .sum dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 950px;
  width: 92vw;
  margin: 6.25rem auto 5rem;
  border-bottom: solid 2px #f2f2f2;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-credit .sum dl {
    max-width: 750px;
    margin: 3.75rem auto 3.75rem;
    padding-bottom: 1.8125rem;
  }
}
.page-credit .sum dl dt {
  text-align: center;
  width: 300px;
  font-size: 1.875rem;
  line-height: 1.3125rem;
}
@media only screen and (max-width: 767px) {
  .page-credit .sum dl dt {
    width: 50%;
    font-size: 2.6rem;
    line-height: 2rem;
  }
}
.page-credit .sum dl dd {
  text-align: center;
  width: 300px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.3125rem;
}
@media only screen and (max-width: 767px) {
  .page-credit .sum dl dd {
    width: 50%;
    font-size: 3.375rem;
    line-height: 4.5rem;
  }
}
.page-credit .payment .pay-content {
  max-width: 950px;
  width: 92vw;
  margin: 5.1875rem auto 0;
}
@media only screen and (max-width: 767px) {
  .page-credit .payment .pay-content {
    margin-top: 5.3125rem;
  }
}
.page-credit .payment .pay-content .c-tit {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .page-credit .payment .pay-content .c-tit {
    padding-bottom: 2.0625rem;
  }
}
.page-credit .payment .pay-content .c-button + .c-button {
  margin: 30px auto 0;
}
.page-credit .prev {
  margin: 5rem auto 6.5rem;
  width: 92vw;
  max-width: 950px;
}
@media only screen and (max-width: 767px) {
  .page-credit .prev {
    margin-top: 7.5rem;
  }
}
.page-credit .c-layer .box {
  position: relative;
}
.page-credit .c-layer .box .close-button {
  font-size: 3.125rem;
  border: 3px solid #333;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -19px;
  right: -10px;
}
.page-credit .c-layer .box .insert {
  width: 90%;
  margin: 2.5rem auto;
}
@media only screen and (max-width: 767px) {
  .page-credit .c-layer .box .insert {
    width: 100%;
  }
}
.page-credit .c-layer .box .insert dl {
  margin-top: 1.875rem;
}
.page-credit .c-layer .box .insert dl:first-child {
  margin-top: 0;
}
.page-credit .c-layer .box .insert dl dt {
  font-size: 1.5625rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.page-credit .c-layer .box .insert dl dd {
  display: flex;
  align-items: center;
  position: relative;
}
.page-credit .c-layer .box .insert dl dd input {
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0.75rem;
  border: 1px solid #a89f96;
}
.page-credit .c-layer .box .insert dl dd:after {
  content: url("./../images/icons/ico_camera.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 18px;
  right: 5%;
}
.page-credit-insert {
  width: 100%;
}
.page-credit-insert .top {
  max-width: 950px;
  width: 92vw;
  margin: 3.3125rem auto 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .top {
    max-width: 750px;
    margin: 3.75rem auto 3.75rem;
  }
}
.page-credit-insert .top h1 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .top h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-credit-insert .credit .insert {
  max-width: 950px;
  width: 92vw;
  margin: 5.1875rem auto 5.1875rem;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .credit .insert {
    margin: 5.3125rem auto 5.3125rem;
  }
}
.page-credit-insert .credit .insert .ico {
  margin-top: 1.25rem;
  text-align: left;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .credit .insert .ico {
    margin-top: 1.875rem;
  }
}
.page-credit-insert .credit .insert .ico img {
  margin-right: 0.875rem;
  display: block;
  max-height: 40px;
}
.page-credit-insert .credit .insert .ico img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .credit .insert .ico img {
    height: calc(100vw * 40 / 750);
  }
}
.page-credit-insert .credit .insert dl {
  margin-top: 1.875rem;
}
.page-credit-insert .credit .insert dl:first-child {
  margin-top: 0;
}
.page-credit-insert .credit .insert dl dt {
  font-size: 1.5625rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .credit .insert dl dt {
    font-size: 2rem;
  }
}
.page-credit-insert .credit .insert dl dd {
  display: flex;
  align-items: center;
  position: relative;
}
.page-credit-insert .credit .insert dl dd input {
  width: 100%;
}
.page-credit-insert .credit .insert .limit .c-select {
  display: flex;
  align-items: center;
}
.page-credit-insert .credit .insert .limit .c-select select {
  max-width: 140px;
  min-width: 100px;
}
.page-credit-insert .credit .insert .limit .month {
  margin-right: 2.5rem;
}
@media only screen and (max-width: 430px) {
  .page-credit-insert .credit .insert .limit .month .c-select:after {
    right: 11px;
  }
}
.page-credit-insert .credit .insert .limit .year .c-select:after {
  right: 2.375rem;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .credit .insert .limit .year .c-select:after {
    right: 3.4375rem;
  }
}
.page-credit-insert .credit .insert .limit .year .c-select select {
  margin: 0 0.3125rem;
}
.page-credit-insert .credit .insert .limit span {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .credit .insert .limit span {
    font-size: 2rem;
  }
}
.page-credit-insert .credit .insert .security dt {
  display: flex;
  align-items: center;
}
.page-credit-insert .credit .sum dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 950px;
  width: 92vw;
  margin: 6.25rem auto 5rem;
  border-bottom: solid 2px #f2f2f2;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .credit .sum dl {
    max-width: 750px;
    margin: 3.75rem auto 3.75rem;
    padding-bottom: 1.8125rem;
  }
}
.page-credit-insert .credit .sum dl dt {
  text-align: center;
  width: 300px;
  font-size: 1.875rem;
  line-height: 1.3125rem;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .credit .sum dl dt {
    width: 50%;
    font-size: 2.6rem;
    line-height: 2rem;
  }
}
.page-credit-insert .credit .sum dl dd {
  text-align: center;
  width: 300px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.3125rem;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .credit .sum dl dd {
    width: 50%;
    font-size: 3.375rem;
    line-height: 4.5rem;
  }
}
.page-credit-insert .annotation {
  max-width: 950px;
  width: 92vw;
  height: 40vw;
  background: #f2f2f2;
  margin: 5.1875rem auto 5.1875rem;
  padding: 2.5rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .annotation {
    margin: 5.3125rem auto 5.3125rem;
  }
}
.page-credit-insert .annotation p {
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media only screen and (max-width: 767px) {
  .page-credit-insert .annotation p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.page-finish {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-finish {
    overflow-x: hidden;
  }
}
.page-finish .top {
  max-width: 950px;
  width: 92vw;
  margin: 3.3125rem auto 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .top {
    margin: 3.75rem auto 3.75rem;
  }
}
.page-finish .top h1 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-finish .top h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-finish .top > p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 2.6875rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .top > p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 3.75rem;
    text-align: left;
  }
}
.page-finish .top .attention {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .top .attention {
    margin-top: 1.875rem;
  }
}
.page-finish .top .attention .c-quest-s {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-finish .info .wrap-login {
  margin: 2.5625rem auto 5rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .info .wrap-login {
    margin: 3.75rem auto 7.625rem;
  }
}
.page-finish .info .wrap-login p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .info .wrap-login p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.page-finish .info .wrap-login dl {
  padding-top: 0;
  margin: 2.625rem auto 1.3125rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .info .wrap-login dl {
    display: block;
    padding-bottom: 2.625rem;
    margin: 3.875rem auto 1.375rem;
  }
}
.page-finish .info .wrap-basic,
.page-finish .info .wrap-content,
.page-finish .info .wrap-covenant,
.page-finish .info .wrap-contractor,
.page-finish .info .wrap-traveler01,
.page-finish .info .wrap-traveler02,
.page-finish .info .wrap-other {
  margin: 5.125rem auto 5rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .info .wrap-basic,
  .page-finish .info .wrap-content,
  .page-finish .info .wrap-covenant,
  .page-finish .info .wrap-contractor,
  .page-finish .info .wrap-traveler01,
  .page-finish .info .wrap-traveler02,
  .page-finish .info .wrap-other {
    margin: 3.875rem auto 7.75rem;
  }
}
.page-finish .info .wrap-content .c-tit {
  margin-bottom: 2.6875rem;
}
.page-finish .info .wrap-content dl dt {
  display: flex;
  align-items: center;
}
.page-finish .info .wrap-covenant .c-tit {
  margin-bottom: 2.3125rem;
}
.page-finish .info .wrap-covenant p {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .info .wrap-covenant p {
    font-size: 2rem;
    line-height: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-finish .info .wrap-contractor .address {
    line-height: 3.125rem;
  }
}
.page-finish .info .all-yes {
  max-width: 950px;
  width: 92vw;
  margin: 2.625rem auto 5.125rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-finish .info .all-yes {
    margin: 5.1875rem auto 7.6875rem;
  }
}
.page-finish .info .all-yes span {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  color: #4066b3;
}
@media only screen and (max-width: 767px) {
  .page-finish .info .all-yes span {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
.page-finish .info .wrap-other {
  max-width: 950px;
  width: 92vw;
  margin: 5rem auto 6.875rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .info .wrap-other {
    margin: 3.75rem auto 14.875rem;
  }
}
.page-finish .info .wrap-other dl dt,
.page-finish .info .wrap-other dl dd {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .page-finish .info .wrap-other dl dt,
  .page-finish .info .wrap-other dl dd {
    font-size: 1.875rem;
    line-height: 3.125rem;
  }
}
.page-finish .info .wrap-other dl:last-child {
  margin-top: 1.875rem;
}
.page-error {
  width: 100%;
}
.page-error .message {
  max-width: 950px;
  width: 92vw;
  margin: 5rem auto 0;
}
.page-error .message h1 {
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-error .message h1 {
    font-size: 2.625rem;
  }
}
.page-error .message .texts {
  background: #f2f2f2;
  width: 100%;
  margin-top: 3.75rem;
  padding: 1.875rem 2.5rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-error .message .texts {
    padding: 2.5rem;
  }
}
.page-error .message .texts p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.page-error .message .texts p + p {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .page-error .message .texts p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.page-error .prev {
  margin: 80px auto 110px;
  max-width: 950px;
  width: 92vw;
}
@media only screen and (max-width: 767px) {
  .page-error .prev {
    margin: 3.75rem auto 12.5rem;
  }
}
