@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.indent {
  margin-left: 1em;
}

.flex {
  display: flex;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.mb20 {
  margin-bottom: 20px;
}

.pc-mb30_sp-mb40 {
  margin-bottom: 30px;
}

.font_pc14_sp13 {
  font-size: 14px;
}

.font_pc16_sp14 {
  font-size: 16px;
}

.ot__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 82px;
  padding: 10px 60px 10px 40px;
  border-bottom: 2px solid #e6e6e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997;
}
.ot__header h1 {
  width: 155px;
  line-height: 1;
}
.ot__header p {
  flex: 1;
  padding: 0 20px;
  color: #0f348d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.ot__menu {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  overflow-y: scroll;
  backface-visibility: hidden;
}
.ot__menu__inner {
  padding: 90px 20px;
}
.ot__menu ul {
  background: #fff;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  border-radius: 10px;
}
.ot__menu li {
  border-top: 2px solid #022d92;
}
.ot__menu li:nth-of-type(1) {
  border-top: none;
}
.ot__menu li a {
  display: block;
  padding: 26px 26px 26px 30px;
  font-size: 20px;
  font-weight: bold;
}
.ot__menu li.lvl2 {
  border-top: 2px solid #fff;
}
.ot__menu li.lvl2 a {
  background: #f0f3f8;
  padding: 26px 26px 26px 45px;
}
.ot__menu__btn {
  background: url(/images/menu.png) no-repeat 50% 50%;
  background-size: contain;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
.ot__menu__btn:hover {
  opacity: 0.8;
}
.ot__menu__btn.open {
  background: url(/images/menu_close.png) no-repeat 50% 50%;
  background-size: contain;
}
.ot__footer {
  background: #cad7f6;
}
.ot__footer__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.ot__footer__box {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  text-align: left;
}
.ot__footer__box dl:nth-of-type(1) {
  width: 50%;
}
.ot__footer__box dl:nth-of-type(2) {
  width: 47%;
}
.ot__footer__box dt {
  margin-bottom: 8px;
  color: #505050;
  font-size: 18px;
  font-weight: bold;
}
.ot__footer__box dd {
  color: #505050;
  font-size: 14px;
  line-height: 1.7;
}
.ot__footer__box a {
  text-decoration: underline;
}
.ot__footer__box a:hover {
  text-decoration: none;
}
.ot__footer__box a[href^="tel:"] {
  display: inline-block;
  margin-top: 5px;
  color: #0b318f;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.ot__footer__box .small {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}
.ot__footer .tp_footer_image {
  margin-top: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

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

input[type=text], input[type=number], input[type=email], input[type=password] {
  background: #fff;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #c8c8c8;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder {
  color: #c8c8c8;
}
input[type=text]:valid, input[type=number]:valid, input[type=email]:valid, input[type=password]:valid {
  background: #fff;
  border: 1px solid #b5b5b5;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus {
  background-color: #eef8fd;
  border: 1px solid #00a7eb;
}
input[type=text]:required, input[type=number]:required, input[type=email]:required, input[type=password]:required {
  background: #fff9e3;
  border: 1px solid #cdbb7b;
}
input[type=text]:disabled, input[type=number]:disabled, input[type=email]:disabled, input[type=password]:disabled {
  background: #a7a7a7;
  cursor: not-allowed;
}
input[type=radio], input[type=checkbox] {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select:valid {
  background-color: #fff;
  border: 1px solid #b5b5b5;
}
select:focus {
  background-color: #eef8fd;
  border: 1px solid #00a7eb;
}
select:required {
  background-color: #fff9e3;
  border: 1px solid #cdbb7b;
}
select:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}

.checkbox {
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  text-align: left;
  cursor: pointer;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  font-size: 22px;
}
.checkbox:before {
  content: "";
  display: block;
  position: absolute;
}
.checkbox:after {
  content: "";
  display: block;
  position: absolute;
}
.checkbox:before {
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 2px solid #b0b1b1;
  border-radius: 5px;
}
.checkbox:after {
  top: 2px;
  left: 12px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-right: 7px solid #d1d7e0;
  border-bottom: 7px solid #d1d7e0;
}
.checkbox-frame {
  background: linear-gradient(#fefefe, #e4e4e4);
  height: 64px;
  padding: 10px 10px 10px 60px;
  border: 2px solid #b0b1b1;
  border-radius: 4px;
}
.checkbox-frame:before {
  top: 10px;
  left: 10px;
}
.checkbox-frame:after {
  top: 12px;
  left: 22px;
}
.checkbox-frame .tooltip {
  background: url(/images/tooltip_check.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 99px;
  height: 63px;
  position: absolute;
  top: -54px;
  left: -20px;
}
.checkbox-plan {
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  text-align: left;
  cursor: pointer;
  width: auto;
  height: 98px;
  padding-left: 50px;
  font-size: 22px;
  background: #fff;
  padding: 20px 30px 20px 100px;
  border-radius: 10px 10px 0 0;
  transition: opacity 0.3s ease-out;
}
.checkbox-plan:before {
  content: "";
  display: block;
  position: absolute;
}
.checkbox-plan:after {
  content: "";
  display: block;
  position: absolute;
}
.checkbox-plan:before {
  top: 14px;
  left: 24px;
  width: 53px;
  height: 53px;
  background: #fff;
  border: 2px solid #b0b1b1;
  border-radius: 5px;
}
.checkbox-plan:after {
  top: 16px;
  left: 40px;
  width: 14px;
  height: 30px;
  transform: rotate(40deg);
  border-right: 10px solid #d1d7e0;
  border-bottom: 10px solid #d1d7e0;
}
.checkbox-plan .tooltip {
  background: url(/images/tooltip_check.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 99px;
  height: 63px;
  position: absolute;
  top: -48px;
  left: 5px;
}
.checkbox-insured {
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  text-align: left;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 330px;
  padding: 12px 10px 12px 48px;
  background: linear-gradient(#fefefe, #e4e4e4);
  border: 1px solid #d1d7e0;
  border-radius: 4px;
}
.checkbox-insured:before {
  content: "";
  display: block;
  position: absolute;
}
.checkbox-insured:after {
  content: "";
  display: block;
  position: absolute;
}
.checkbox-insured:before {
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #b0b1b1;
  border-radius: 5px;
}
.checkbox-insured:after {
  top: 11px;
  left: 18px;
  width: 6px;
  height: 16px;
  transform: rotate(40deg);
  border-right: 5px solid #d1d7e0;
  border-bottom: 5px solid #d1d7e0;
}
.checkbox-insured .check-off {
  display: block;
}
.checkbox-insured .check-on {
  display: none;
}
.active .checkbox-insured {
  background: linear-gradient(#3058b5, #073190);
  color: #fff;
}

input[type=checkbox]:checked + .checkbox:before {
  background: linear-gradient(#97cd00, #87b800);
  border: 2px solid #316700;
}

input[type=checkbox]:checked + .checkbox:after {
  border-right: 7px solid #fff;
  border-bottom: 7px solid #fff;
  box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.6);
}

input[type=checkbox]:checked + .checkbox-frame {
  background: linear-gradient(#fff9e2, #f0db88);
  border: 2px solid #d1c180;
}

input[type=checkbox]:checked + .checkbox-frame .tooltip {
  display: none;
}

input[type=checkbox]:checked + .checkbox-plan {
  color: #fff;
}
input[type=checkbox]:checked + .checkbox-plan:before {
  background: linear-gradient(#97cd00, #87b800);
  border: 2px solid #316700;
}
input[type=checkbox]:checked + .checkbox-plan:after {
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  color: #fff;
}
input[type=checkbox]:checked + .checkbox-plan .tooltip {
  display: block;
  background: url(/images/tooltip_choice.png) no-repeat 0 100%;
  background-size: contain;
  width: 96px;
  height: 54px;
  top: -38px;
  left: 3px;
}

input[type=checkbox]:checked + .checkbox-insured:before {
  background: linear-gradient(#97cd00, #87b800);
  border: 2px solid #316700;
}
input[type=checkbox]:checked + .checkbox-insured:after {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  color: #fff;
}
input[type=checkbox]:checked + .checkbox-insured .check-off {
  display: none;
}
input[type=checkbox]:checked + .checkbox-insured .check-on {
  display: block;
}
input[type=checkbox]:checked + .checkbox-insured .tooltip {
  position: absolute;
  display: block;
  background: url(/images/tooltip_excluded.png) no-repeat 0 100%;
  background-size: contain;
  width: 96px;
  height: 54px;
  top: 33px;
  left: -24px;
}

.radio {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  padding-left: 38px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}
.radio::before {
  background: linear-gradient(#fefefe, #e4e4e4);
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #b0b1b1;
  border-radius: 50%;
}
.radio::after {
  background: linear-gradient(#97cd00, #87b800);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  opacity: 0;
}
.radio-frame {
  background: linear-gradient(#fefefe, #e4e4e4);
  height: 50px;
  margin-right: 0;
  padding: 9px 10px 9px 48px;
  border: 1px solid #b0b1b1;
  border-radius: 5px;
}
.radio-frame:before {
  top: 9px;
  left: 10px;
}
.radio-frame:after {
  top: 14px;
  left: 15px;
}

input[type=radio]:checked + .radio::after {
  opacity: 1;
}

input[type=radio]:checked + .radio-frame {
  background: linear-gradient(#fff9e2, #f0db88);
  border: 1px solid #d1c180;
}

.radio-choice {
  background: linear-gradient(#fefefe, #e4e4e4);
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 18px 20px;
  color: #073190;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #b0b1b1;
  position: relative;
  cursor: pointer;
}
.radio-choice.left {
  border-radius: 5px 0 0 5px;
}
.radio-choice.right {
  border-radius: 0 5px 5px 0;
}

input[type=radio]:checked + .radio-choice {
  background: linear-gradient(#3058b5, #073190);
  color: #fff;
  border: none;
  opacity: 1;
}

.select {
  background: #fff url(/images/form_select_arrow.png) no-repeat 100% 50%;
  background-size: 18px auto;
  width: 100%;
  height: 30px;
  padding: 0 18px 0 15px;
  font-size: 16px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  cursor: pointer;
}
.select-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 20px;
}
.select-text dt {
  color: #073190;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.select-text dt span {
  font-size: 20px;
}
.select-text dd {
  display: flex;
  align-items: center;
  color: #073190;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.select-text .select {
  width: 90px;
  height: 40px;
  margin: 0 8px;
  font-size: 22px;
}
.select-text .select__terms {
  width: auto;
}

body.fixed {
  position: fixed;
  width: 100%;
}

.js-modal {
  display: none;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #073190;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ot__modal {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: scroll;
  backface-visibility: hidden;
}
.ot__modal__inner {
  padding: 50px 20px;
}
.ot__modal__content {
  background: #fff;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 60px 4.5454545455% 80px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.ot__modal__content .my-name + .form__btn__content-top {
  margin-top: 50px;
}
.ot__modal__close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.ot__modal__close:hover {
  opacity: 0.8;
}
.ot__modal__row {
  display: flex;
  justify-content: center;
  max-width: 560px;
  margin: 0 auto;
}
.ot__modal__row .btn {
  width: calc(50% - 8px);
  margin: 0 4px;
}

.float__total {
  background: #dbf0fa;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 900;
}
.float__total__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.float__total__btn {
  background: #dbf0fa;
  width: 170px;
  height: 50px;
  color: #0f348d;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -50px;
  left: 20px;
  cursor: pointer;
}
.float__total__btn span {
  transition: opacity 0.3s ease;
}
.float__total__btn span:hover {
  opacity: 0.7;
}
.float__total__btn:after {
  background: url(/images/icon_arrow04.png) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  width: 16px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
  transform: rotateX(180deg);
}
.float__total__btn .open {
  display: block;
}
.float__total__btn .close {
  display: none;
}
.float__total__btn.active:after {
  transform: rotateX(0);
}
.float__total__btn.active .open {
  display: none;
}
.float__total__btn.active .close {
  display: block;
}
.float__total__box {
  display: none;
}
.float__total__box dt {
  padding: 10px 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.float__total__box dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: dotted 1px #073190;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}
.float__total__box dd .ttl {
  width: 150px;
  padding-right: 20px;
}
.float__total__box dd .txt {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.float__total__box dd.no-border {
  border-top: none;
  margin-top: -15px;
  padding: 0 20px 15px;
}
.float__total__box dd:nth-of-type(1) .txt {
  padding-right: 30px;
}
.float__total__insurance-fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
  padding: 8px 20px;
  border-radius: 10px;
}
.float__total__insurance-fee .ttl {
  color: #062d91;
  font-size: 20px;
  font-weight: bold;
}
.float__total__insurance-fee .txt {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.float__total__insurance-fee .txt span {
  margin-right: 5px;
  color: #de7830;
  font-size: 24px;
}
.float__total__next {
  width: 56.8181818182%;
  margin: 0 auto;
}
.float__total.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

.news {
  background: #ffdd67;
}
.news__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 920px;
  padding: 10px 20px;
  margin: 0 auto;
}
.news__title {
  width: 100px;
  color: #c40000;
  font-size: 20px;
  font-weight: bold;
}
.news__text {
  flex: 1;
  background: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
}

.js-tab__content {
  display: none;
}
.js-tab__content:nth-of-type(1) {
  display: table;
}
.js-accordion dd {
  display: none;
}
.js-accordion-02 {
  display: none;
}
.js-planbox {
  display: none;
}

.ot__question {
  width: calc(100% - 10px);
  height: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.ot__question__open {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(/images/icon_question.png) no-repeat 0 0;
  background-size: 32px auto;
  cursor: pointer;
}
.ot__answer {
  display: none;
  position: relative;
  z-index: 3;
}
.ot__answer__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 2;
  background: url(/images/icon_close.png) no-repeat 0 0;
  background-size: 32px auto;
  cursor: pointer;
}
.ot__answer__frame {
  background: #fff;
  width: calc(100% - 40px);
  max-width: 320px;
  padding: 10px 20px;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: normal;
  border: 3px solid #073190;
  border-radius: 20px;
  position: absolute;
  top: 47px;
  right: 10px;
  z-index: 1;
}

.ot {
  background: #fff url(/images/bg_overseas-trip.jpg) repeat-y 50% 82px;
  background-size: 1600px auto;
  padding-top: 82px;
  position: relative;
}
.ot__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 65px 20px 80px;
  text-align: center;
}
.ot__text {
  margin-bottom: 30px;
  color: #073190;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.ot__text:last-of-type {
  margin-bottom: 60px;
}
.ot__back {
  max-width: 200px;
  margin: 0 auto;
}

.step {
  max-width: 76.8181818182%;
  margin: -45px auto 40px;
}
.ot__modal__content .step {
  max-width: 75.25%;
}

.lead {
  margin-bottom: 40px;
  color: #073190;
  font-size: 18px;
  font-weight: bold;
}

.member-info,
.fellow {
  margin-bottom: 60px;
}

.l-flex {
  display: flex;
  justify-content: space-between;
}
.l-box2 {
  width: calc(50% - 4px);
}

@media screen and (min-width: 769px) {
  .ot__modal__content {
    padding: 60px 40px 80px;
  }
}
@media screen and (min-width: 767px) and (max-width: 834px) {
  .select.form__birthday {
    padding: 0 18px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .pc-mb30_sp-mb40 {
    margin-bottom: 40px;
  }
  .font_pc14_sp13 {
    font-size: 13px;
  }
  .font_pc16_sp14 {
    font-size: 14px;
  }
  a {
    transition: none;
  }
  a:hover {
    opacity: 1;
  }
  .ot__header {
    height: 47px;
    padding: 8px 40px 8px 8px;
    border-bottom: 1px solid #e6e6e8;
  }
  .ot__header h1 {
    width: 92px;
  }
  .ot__header p {
    padding: 0 10px;
    font-size: 10px;
  }
  .ot__menu {
    width: 100%;
  }
  .ot__menu__inner {
    padding: 50px 8px;
  }
  .ot__menu ul {
    max-width: 100%;
    border-radius: 5px;
  }
  .ot__menu li {
    border-top: 1px solid #022d92;
  }
  .ot__menu li:nth-of-type(1) {
    border-top: none;
  }
  .ot__menu li a {
    padding: 20px;
    font-size: 16px;
  }
  .ot__menu li.lvl2 {
    border-top: 1px solid #fff;
  }
  .ot__menu li.lvl2 a {
    padding: 20px 20px 20px 36px;
  }
  .ot__menu__btn {
    width: 30px;
    height: 30px;
    transition: none;
    top: 9px;
    right: 2.6666666667%;
  }
  .ot__menu__btn:hover {
    opacity: 1;
  }
  .ot__footer__inner {
    width: 96%;
    padding: 0 12px;
  }
  .ot__footer__box {
    display: block;
  }
  .ot__footer__box dl:nth-of-type(1) {
    width: 100%;
  }
  .ot__footer__box dl:nth-of-type(2) {
    width: 100%;
  }
  .ot__footer__box dt {
    font-size: 14px;
  }
  .ot__footer__box dd {
    font-size: 12px;
    line-height: 1.7;
  }
  .ot__footer__box dd a[href^="tel:"] {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
  }
  .ot__footer__box dd .small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.8;
  }
  .ot__footer .tp_footer_image {
    width: 111.6071428571%;
    margin: 40px -5.8035714286% 0;
    margin-bottom: -101px;
  }
  input[type=text], input[type=number], input[type=email], input[type=password] {
    height: 40px;
    font-size: 14px;
    border-radius: 3px;
  }
  .checkbox {
    height: 25px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 25px;
  }
  .checkbox:before {
    width: 23px;
    height: 23px;
    border: 1px solid #b0b1b1;
    border-radius: 3px;
  }
  .checkbox:after {
    width: 7px;
    height: 13px;
    top: 1px;
    left: 7px;
    transform: rotate(40deg);
    border-right: 4px solid #d1d7e0;
    border-bottom: 4px solid #d1d7e0;
  }
  .checkbox-frame {
    height: 40px;
    padding: 6px 6px 6px 40px;
    border: 1px solid #b0b1b1;
    border-radius: 3px;
  }
  .checkbox-frame:before {
    top: 6px;
    left: 6px;
  }
  .checkbox-frame:after {
    top: 7px;
    left: 13px;
  }
  .checkbox-frame .tooltip {
    width: 51px;
    height: 35px;
    top: -28px;
    left: -7px;
  }
  .checkbox-plan {
    transition: none;
    height: 64px;
    padding: 16px 15px 16px 60px;
    border-radius: 4px 4px 0 0;
  }
  .checkbox-plan:hover {
    opacity: 1;
  }
  .checkbox-plan:before {
    top: 8px;
    left: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #b0b1b1;
  }
  .checkbox-plan:after {
    top: 11px;
    left: 23px;
    width: 10px;
    height: 22px;
    border-right: 8px solid #d1d7e0;
    border-bottom: 8px solid #d1d7e0;
  }
  .checkbox-plan .tooltip {
    top: -33px;
    left: -3px;
    width: 69px;
    height: 46px;
  }
  .checkbox-insured {
    position: relative;
    top: 0;
    right: 0;
    width: calc(100% - 16px);
    padding: 8px 10px 8px 48px;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .checkbox-insured:before {
    top: 7px;
    border: 1px solid #b0b1b1;
  }
  .checkbox-insured:after {
    top: 8px;
  }
  input[type=checkbox]:checked + .checkbox:before {
    border: 1px solid #316700;
  }
  input[type=checkbox]:checked + .checkbox:after {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  input[type=checkbox]:checked + .checkbox-frame {
    border: 1px solid #d1c180;
  }
  input[type=checkbox]:checked + .checkbox-plan:after {
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
  }
  input[type=checkbox]:checked + .checkbox-plan .tooltip {
    width: 69px;
    height: 38px;
    top: -24px;
    left: -4px;
  }
  input[type=checkbox]:checked + .checkbox-insured:before {
    border: 1px solid #316700;
  }
  input[type=checkbox]:checked + .checkbox-insured .tooltip {
    left: -10px;
    width: 65px;
    height: 34px;
  }
  .radio {
    margin-right: 10px;
    padding-left: 38px;
    font-size: 14px;
    line-height: 28px;
  }
  .radio::before {
    border: 1px solid #b0b1b1;
  }
  .radio::after {
    width: 18px;
    height: 18px;
    top: 5px;
    left: 5px;
  }
  .radio-frame {
    height: 40px;
    margin-right: 0;
    padding: 4px 10px 4px 38px;
    border-radius: 3px;
  }
  .radio-frame:before {
    top: 5px;
    left: 5px;
  }
  .radio-frame:after {
    top: 10px;
    left: 10px;
  }
  .radio-choice {
    padding: 21px 10px;
    font-size: 16px;
  }
  .radio-choice.left {
    border-radius: 3px 0 0 3px;
  }
  .radio-choice.right {
    border-radius: 0 3px 3px 0;
  }
  .select {
    background: #fff url(/images/form_select_arrow.png) no-repeat 100% 50%;
    background-size: 14px 38px;
    height: 40px;
    padding: 0 18px 0 5px;
    font-size: 14px;
    border-radius: 3px;
  }
  .select-text {
    margin: 10px auto 15px;
  }
  .select-text dt {
    font-size: 21px;
  }
  .select-text dt span {
    font-size: 20px;
  }
  .select-text dd {
    font-size: 21px;
  }
  .select-text .select {
    width: 65px;
    height: 40px;
    font-size: 16px;
  }
  .ot__modal {
    width: 100%;
  }
  .ot__modal__inner {
    padding: 25px 4%;
  }
  .ot__modal__content {
    padding: 50px 2.8985507246% 20px;
    border-radius: 5px;
  }
  .ot__modal__close {
    width: 9.5652173913%;
    height: 9.5652173913%;
    top: 10px;
    right: 10px;
    transition: none;
  }
  .ot__modal__close:hover {
    opacity: 1;
  }
  .ot__modal__row {
    display: block;
    max-width: 560px;
  }
  .ot__modal__row .btn {
    width: 100%;
    margin: 0 0 8px;
  }
  .float__total__inner {
    padding: 8px;
  }
  .float__total__btn {
    width: 115px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px 5px 0 0;
    top: -30px;
    left: 8px;
  }
  .float__total__btn span {
    transition: none;
  }
  .float__total__btn span:hover {
    opacity: 1;
  }
  .float__total__btn:after {
    width: 10px;
    height: 7px;
    right: 20px;
  }
  .float__total__box dt {
    padding: 10px 0;
    font-size: 12px;
  }
  .float__total__box dd {
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 12px;
  }
  .float__total__box dd .ttl {
    width: 100%;
    margin-bottom: 2px;
    padding-right: 20px;
  }
  .float__total__box dd .txt {
    font-weight: normal;
  }
  .float__total__box dd.no-border {
    margin-top: -12px;
    padding: 0 10px 10px 20px;
  }
  .float__total__box dd:nth-of-type(1) .txt {
    padding-right: 22px;
  }
  .float__total__insurance-fee {
    margin-bottom: 10px;
    padding: 8px 15px;
    border-radius: 5px;
  }
  .float__total__insurance-fee .ttl {
    font-size: 18px;
  }
  .float__total__insurance-fee .txt {
    font-size: 14px;
  }
  .float__total__insurance-fee .txt span {
    margin-right: 5px;
    font-size: 26px;
  }
  .float__total__next {
    width: 100%;
  }
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
  .news__inner {
    padding: 6px 4%;
  }
  .news__title {
    width: 70px;
    font-size: 14px;
  }
  .news__text {
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.4;
  }
  .ot__question {
    height: 20px;
    right: 6px;
  }
  .ot__question__open {
    width: 20px;
    height: 20px;
    background: url(/images/icon_question.png) no-repeat 0 0;
    background-size: 20px auto;
  }
  .ot__answer__close {
    width: 20px;
    height: 20px;
    top: 25px;
    background: url(/images/icon_close.png) no-repeat 0 0;
    background-size: 20px auto;
  }
  .ot__answer__frame {
    width: 94.6428571429%;
    padding: 10px 15px;
    border: 2px solid #073190;
    border-radius: 10px;
    top: 35px;
    right: 10px;
  }
  .ot {
    background: #fff;
    padding-top: 47px;
  }
  .ot__inner {
    padding: 30px 8px 50px;
  }
  .ot__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .ot__text:last-of-type {
    margin-bottom: 40px;
  }
  .ot__back {
    width: 53.6784741144%;
  }
  .step {
    max-width: 97.9710144928%;
    margin: -15px auto 25px;
  }
  .ot__modal__content .step {
    max-width: 92.6153846154%;
    margin: 20px auto 30px;
  }
  .ot__modal__content .step.top {
    margin: 0 auto 30px;
  }
  .lead {
    margin-bottom: 20px;
    font-size: 16px;
  }
  /*.member-info,　未調整
  .fellow{
  	margin-bottom: 60px;
  }*/
}
.btn {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.btn:hover {
  text-decoration: none;
}
.btn:disabled, .btn.disabled {
  background: #a7a7a7;
  cursor: not-allowed;
}
.btn:disabled:hover, .btn.disabled:hover {
  background: #a7a7a7;
}
.btn-mini {
  display: inline-block;
  width: auto;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 4px;
}
.btn-middle {
  height: 60px;
  font-size: 20px;
  font-weight: normal;
}
.btn-orange {
  background: linear-gradient(#de7830, #c8540d);
  color: #fff;
  position: relative;
}
.btn-orange:hover {
  background: #de7830;
}
.btn-orange.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn-white {
  padding: 12px 0;
  background: linear-gradient(#ffffff, #e9e9e9);
  color: #0c348e;
  border: 2px solid #e6e6e8;
  font-size: 20px;
}
.btn-white:hover {
  background: #ffffff;
}
.btn-white.btn-mini {
  padding: 8px 16px;
  font-size: 14px;
}
.btn-blue {
  background: linear-gradient(#3058b5, #073190);
  color: #fff;
}
.btn-blue:hover {
  background: #3058b5;
}
.btn-blue.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn-blue.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-border {
  padding: 20px 0;
  font-size: 24px;
}
.btn-border:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 8px;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  .btn-border {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    border-radius: 5px;
    transition: none;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn-mini {
    font-size: 12px;
  }
  .btn-middle {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .btn-orange::before {
    content: "";
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .btn-orange:hover {
    background: linear-gradient(#de7830, #c8540d);
  }
  .btn-white {
    padding: 8px 0;
    border: 1px solid #e6e6e8;
    font-size: 14px;
  }
  .btn-white:hover {
    background: linear-gradient(#ffffff, #e9e9e9);
  }
  .btn-blue:hover {
    background: linear-gradient(#3058b5, #073190);
  }
  .btn-border {
    padding: 16px 0;
    font-size: 18px;
  }
  .btn-border:after {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 4px;
    z-index: 1;
  }
}
.title {
  background: #fff;
  display: inline-block;
  min-width: 268px;
  margin: 0 auto 40px;
  padding: 18px 36px;
  color: #073190;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  border: 3px solid #073190;
  border-radius: 20px;
  position: relative;
}
.title:after {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #073190;
  border-radius: 16px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.title .illust {
  display: inline-block;
  position: relative;
  text-align: left;
}
.title .illust:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.title__plan .illust {
  padding-left: 60px;
}
.title__plan .illust:before {
  background: url(/images/title_plan.png) no-repeat 50% 50%;
  background-size: contain;
  width: 50px;
  height: 51px;
}
.title__form .illust {
  padding-left: 84px;
}
.title__form .illust:before {
  background: url(/images/title_form.png) no-repeat 50% 50%;
  background-size: contain;
  width: 74px;
  height: 81px;
  bottom: 18px;
}
.title__form__confirm .illust {
  padding-left: 56px;
}
.title__form__confirm .illust:before {
  background: url(/images/title_form_confirm.png) no-repeat 50% 50%;
  background-size: contain;
  width: 46px;
  height: 49px;
}
.title__form__attention {
  color: #bf0008;
  border: 3px solid #bf0008;
}
.title__form__attention:after {
  border: 1px solid #bf0008;
}
.title__form__attention .illust {
  padding-left: 81px;
}
.title__form__attention .illust:before {
  background: url(/images/title_attention.png) no-repeat 50% 50%;
  background-size: contain;
  width: 71px;
  height: 61px;
}
.title__form__card .illust {
  padding-left: 67px;
}
.title__form__card .illust:before {
  background: url(/images/title_form_card.png) no-repeat 50% 50%;
  background-size: contain;
  width: 114px;
  height: 85px;
  left: -28px;
  bottom: 21px;
}
.title__confirm .illust {
  padding-left: 87px;
}
.title__confirm .illust:before {
  background: url(/images/title_confirm.png) no-repeat 50% 50%;
  background-size: contain;
  width: 78px;
  height: 115px;
  bottom: 14px;
}
.title__confirm__cap {
  font-size: 16px;
}
.title__error-screen {
  color: #bf0008;
  border: 3px solid #bf0008;
  padding: 32px 36px;
}
.title__error-screen:after {
  border: 1px solid #bf0008;
}
.title__error-screen .illust {
  padding-left: 81px;
}
.title__error-screen .illust:before {
  background: url(/images/title_attention.png) no-repeat 50% 50%;
  background-size: contain;
  width: 71px;
  height: 61px;
}

.mini-title {
  background: #00a8eb;
  display: block;
  margin: 0 auto 60px;
  padding: 10px 20px;
  color: #fff;
  font-size: 22px;
  border-radius: 42px;
}

.border-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 6px;
  color: #073190;
  font-size: 22px;
  line-height: 1.4;
  border-bottom: 3px solid #00a8eb;
}

.blue-title {
  margin-bottom: 12px;
  color: #073190;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.blue-title-large {
  margin-bottom: 10px;
  color: #073190;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.blue-bg-title {
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #cad6f7;
  color: #073190;
  font-size: 18px;
  text-align: center;
}

.blue-bg-title-02 {
  background: #00a8eb;
  margin-bottom: 20px;
  padding: 25px 20px;
  color: #fff;
  font-size: 20px;
  text-align: left;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .title {
    display: block;
    margin: 0 auto 20px;
    padding: 12px 15px;
    font-size: 16px;
    border: 2px solid #073190;
    border-radius: 10px;
    letter-spacing: -1px;
  }
  .title:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 8px;
    top: 3px;
    left: 3px;
  }
  .title__plan .illust {
    padding-left: 40px;
  }
  .title__plan .illust:before {
    width: 30px;
    height: 31px;
  }
  .title__form .illust {
    padding-left: 58px;
  }
  .title__form .illust:before {
    width: 48px;
    height: 53px;
    bottom: 15px;
  }
  .title__form__confirm .illust {
    padding-left: 40px;
  }
  .title__form__confirm .illust:before {
    width: 30px;
    height: 32px;
  }
  .title__form__attention {
    color: #bf0008;
    border: 2px solid #bf0008;
  }
  .title__form__attention:after {
    border: 1px solid #bf0008;
  }
  .title__form__attention .illust {
    padding-left: 50px;
  }
  .title__form__attention .illust:before {
    width: 40px;
    height: 34px;
  }
  .title__form__card .illust {
    display: block;
    padding-left: 20px;
    text-align: center;
  }
  .title__form__card .illust:before {
    width: 101px;
    height: 75px;
    left: -12px;
    bottom: 14px;
  }
  .title__confirm .illust {
    padding-left: 55px;
  }
  .title__confirm .illust:before {
    width: 46px;
    height: 68px;
    bottom: 8px;
  }
  .title__confirm__cap {
    font-size: 12px;
  }
  .title__error-screen {
    color: #bf0008;
    border: 2px solid #bf0008;
    padding: 18px 15px;
  }
  .title__error-screen:after {
    border: 1px solid #bf0008;
  }
  .title__error-screen .illust {
    padding-left: 50px;
  }
  .title__error-screen .illust:before {
    width: 40px;
    height: 34px;
  }
  .mini-title {
    margin: 0 auto 40px;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 24px;
  }
  .border-title {
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 2px solid #00a8eb;
  }
  .blue-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .blue-title-large {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .blue-bg-title {
    padding: 8px;
    margin: 0 -8px 8px;
    font-size: 14px;
  }
  .blue-bg-title-02 {
    margin-bottom: 10px;
    padding: 15px 2.7247956403% 15px;
    font-size: 16px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 360px) {
  .title {
    padding: 12px 10px;
    font-size: 14px;
  }
  .title__form .illust:before {
    width: 45px;
    height: 49px;
    bottom: 15px;
  }
  .title__form__card .illust:before {
    width: 94px;
    height: 75px;
    left: -7px;
    bottom: 16px;
  }
  .title__confirm .illust {
    padding-left: 45px;
  }
  .title__confirm .illust:before {
    width: 42px;
    height: 62px;
    bottom: 9px;
  }
  .title__error-screen {
    padding: 18px 10px;
  }
}
.terms__title {
  width: 35.25%;
  margin: 0 auto 12px;
}
.terms__title.-hide {
  display: none;
}
.terms__step {
  margin: 0 auto 40px;
}
.terms__choose {
  display: flex;
  justify-content: space-between;
  width: 55%;
  margin: 10px auto 0;
}
.terms__choose li {
  width: 45.4545454545%;
}
.terms__choose li .img {
  margin-bottom: 20px;
}
.terms__choose-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 144px;
  font-size: 28px;
}
.terms__choose-btn .notes {
  background: #fff;
  margin-top: 5px;
  padding: 4px 15px;
  color: #073190;
  font-size: 14px;
  border-radius: 15px;
}
.terms__choose-btn.-travel-data {
  font-size: 24px;
}
.terms__choose-btn.-travel-data .notes {
  margin-top: 0px;
  margin-bottom: 5px;
}
.terms__choose.three-child {
  width: 82.5%;
}
.terms__choose.three-child li {
  width: 30.303030303%;
}
.terms__companion {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 95%;
  max-width: 600px;
}
.terms__companion .select-text {
  margin-left: 0px;
  margin-right: 0px;
}
.terms__table {
  width: 78.75%;
  margin: 30px auto 40px;
}
.terms__table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: right;
}
.terms__table thead th {
  background: #073190;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.terms__table tbody th {
  background: #cad6f7;
  padding: 10px;
  color: #0b318f;
  font-weight: bold;
  text-align: center;
}
.terms__table tbody td {
  background: #f0f3f8;
  padding: 10px 25px;
  font-weight: bold;
}
.terms__table tbody td.no-data {
  text-align: center;
}
.terms__count {
  text-align: right;
}
.terms__count-text {
  display: inline-block;
  padding-bottom: 6px;
  color: #0b318f;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #0b318f;
}
.terms__count-sum {
  margin: 0 5px 0 15px;
  color: #e07823;
  font-size: 24px;
}
.terms__accordion {
  background: #f0f3f8;
  margin-bottom: 20px;
  text-align: left;
  border: 2px solid #d7dde9;
  border-radius: 10px;
}
.terms__accordion dt {
  padding: 30px 50px 30px 40px;
  color: #073190;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.terms__accordion dt:hover {
  opacity: 0.8;
}
.terms__accordion dt:after {
  content: "\e5c6";
  font-family: "Material Icons";
  font-size: 1.4em;
  width: 1em;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 10px;
  margin: auto;
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.terms__accordion dt.open:after {
  transform: rotate(180deg);
}
.terms__accordion dd {
  border-top: dotted 1px #073190;
  padding: 0 2.5%;
}
.terms__accordion__box {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.terms__card {
  background: #fff;
  display: block;
  width: 32.3684210526%;
  margin-top: 11px;
  margin-right: 1.4473684211%;
  padding-bottom: 1.8421052632%;
  border: 2px solid #e6e6e8;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.terms__card:hover {
  opacity: 0.8;
}
.terms__card:nth-of-type(3n) {
  margin-right: 0;
}
.terms__card .img {
  padding: 5.6910569106%;
}
.terms__card .name {
  display: flex;
  align-items: center;
  height: 60px;
}
.terms__card .name p {
  width: 100%;
  color: #0f348d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.terms__card .name p.style_17 {
  font-size: 15px;
}
.terms__another {
  display: block;
  padding: 30px 50px 30px 40px;
  color: #073190;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.terms__another:hover {
  opacity: 0.8;
}
.terms__another:after {
  content: "\e5c6";
  font-family: "Material Icons";
  font-size: 1.4em;
  width: 1em;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 10px;
  margin: auto;
  transform: rotate(-90deg);
}
.terms__amc {
  position: relative;
  background: url("/images/amc_bg_pc.jpg") no-repeat 50% 0;
  background-size: cover;
  margin: 40px auto;
  padding-top: 36.25%;
  border-radius: 10px;
}
.terms__amc p {
  position: absolute;
  top: 11.3793103448%;
  left: 14.75%;
  width: 74.25%;
}
.terms__amc a {
  position: absolute;
  top: 61.0344827586%;
  left: 0;
  right: 0;
  width: 60.625%;
  margin: auto;
}
.terms__intro {
  margin-bottom: 20px;
  font-size: 14px;
}
.terms__notes {
  font-size: 18px;
  font-weight: bold;
  color: #c40000;
}
.terms__text {
  font-size: 16px;
}
.terms__img {
  width: 49.25%;
  margin: 20px auto;
}
.terms__btn {
  width: 62.5%;
  margin: 0 auto;
}
.terms__btn-disabled {
  background: #a7a7a7;
  cursor: not-allowed;
}
.terms__btn-disabled:hover {
  background: #a7a7a7;
}
.terms__back {
  width: 25%;
  margin: 30px auto 0;
}
.terms__back.-hide {
  display: none;
}
.terms__error {
  color: #c40000;
}

@media screen and (max-width: 767px) {
  .terms__title {
    width: 72.3076923077%;
    margin: 0 auto 16px;
  }
  .terms__step {
    margin: 0 auto 30px;
  }
  .terms__choose {
    width: 96.9230769231%;
    margin: 15px auto 0;
  }
  .terms__choose li {
    width: 48.253968254%;
  }
  .terms__choose li .img {
    margin-bottom: 15px;
  }
  .terms__choose-btn {
    height: 110px;
    font-size: 20px;
  }
  .terms__choose-btn .notes {
    margin-top: 3px;
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 15px;
  }
  .terms__choose-btn.-travel-data {
    font-size: 16px;
  }
  .terms__choose-btn.-travel-data .notes {
    margin-bottom: 5px;
  }
  .terms__choose.three-child {
    width: 96.9230769231%;
  }
  .terms__choose.three-child li {
    width: 31.746031746%;
  }
  .terms__choose.three-child li .terms__choose-btn {
    font-size: 18px;
  }
  .terms__companion .select-text {
    margin-top: 0px;
  }
  .terms__companion .select-text dt, .terms__companion .select-text dl {
    font-size: 20px;
  }
  .terms__table {
    width: 96.9230769231%;
    margin: 0 auto 15px;
    border-spacing: 1px;
    font-size: 12px;
  }
  .terms__table table {
    margin-bottom: 6px;
  }
  .terms__table thead th {
    padding: 8px;
    font-size: 12px;
  }
  .terms__table tbody th {
    padding: 8px;
    font-size: 12px;
  }
  .terms__table tbody td {
    padding: 8px 12px;
    font-size: 12px;
  }
  .terms__count-text {
    padding-bottom: 3px;
    font-size: 12px;
    border-bottom: 2px solid #0b318f;
  }
  .terms__count-sum {
    margin: 0 4px 0 10px;
    font-size: 16px;
  }
  .terms__accordion {
    margin-top: 12px;
    border: 1px solid #d7dde9;
    border-radius: 5px;
  }
  .terms__accordion:nth-of-type(1) {
    margin-top: 15px;
  }
  .terms__accordion dt {
    padding: 22px 20px;
    font-size: 16px;
    transition: none;
  }
  .terms__accordion dt:hover {
    opacity: 1;
  }
  .terms__accordion dt:after {
    top: 22px;
    right: 10px;
  }
  .terms__accordion dt span {
    font-size: 12px;
  }
  .terms__accordion__box {
    padding: 10px 0;
  }
  .terms__accordion input {
    transition: none;
  }
  .terms__accordion input:hover {
    background: none;
  }
  .terms__card {
    width: 49.1803278689%;
    margin-top: 6px;
    margin-right: 1.6393442623%;
    padding-bottom: 4.9180327869%;
    border: 1px solid #e6e6e8;
    border-radius: 5px;
    transition: none;
  }
  .terms__card:hover {
    opacity: 1;
  }
  .terms__card:nth-of-type(3n) {
    margin-right: 1.6393442623%;
  }
  .terms__card:nth-of-type(2n) {
    margin-right: 0;
  }
  .terms__card .img {
    padding: 6.6666666667%;
  }
  .terms__card .name {
    height: 33px;
  }
  .terms__card .name p {
    font-size: 10px;
  }
  .terms__card .name p.style_17 {
    font-size: 10px;
  }
  .terms__another {
    padding: 22px 20px;
    font-size: 16px;
    transition: none;
  }
  .terms__another:hover {
    opacity: 1;
  }
  .terms__another:after {
    top: 22px;
    right: 10px;
  }
  .terms__amc {
    background: url("/static/images/amc_bg_sp.jpg") no-repeat 50% 0;
    background-size: cover;
    margin: 10px auto 0;
    padding-top: 62.1538461538%;
    border-radius: 5px;
  }
  .terms__amc p {
    width: 91.0769230769%;
    top: 9.900990099%;
    left: 4.6153846154%;
  }
  .terms__amc a {
    width: 91.3846153846%;
    top: 62.8712871287%;
  }
  .terms__intro {
    font-size: 12px;
  }
  .terms__notes {
    font-size: 16px;
  }
  .terms__text {
    font-size: 14px;
  }
  .terms__img {
    width: 96.9230769231%;
    margin: 20px auto;
  }
  .terms__btn {
    width: 96.9230769231%;
  }
  .terms__back {
    width: 60.6153846154%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 919px) {
  .terms__card .name p {
    font-size: 15px;
  }
  .terms__card .name p.style_17 {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .terms__card .name p {
    letter-spacing: -0.2px;
  }
  .terms__card .name p.style_17 {
    font-size: 8px;
    line-height: 1;
  }
}
.plan__term {
  margin-bottom: 40px;
}
.plan__term__head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 3px solid #00a8eb;
}
.plan__term__head h3 {
  flex: 1;
  text-align: left;
  color: #073190;
  font-size: 22px;
  font-weight: bold;
}
.plan__term__change {
  width: 150px;
  margin-top: -4px;
}
.plan__term__change a {
  display: block;
}
.plan__term__body {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.plan__term__body dl {
  background: url(/images/line_vertical.png) repeat-y 0 0;
  width: 33.3333333333%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.plan__term__body dl:nth-of-type(1) {
  background: none;
}
.plan__term__body dt {
  margin-bottom: 6px;
}
.plan__box {
  margin-bottom: 50px;
}
.plan__inner {
  background: #fff;
  padding: 20px 30px;
  border-left: 2px solid #d7dde9;
  border-right: 2px solid #d7dde9;
}
.plan__text {
  margin: 0 1em 60px;
  font-size: 14px;
}
.plan__logout {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.plan-01 .checkbox-plan {
  color: #0586bf;
  border: 6px solid #0586bf;
}
.plan-01 input[type=checkbox]:checked + .checkbox-plan {
  background: #0586bf;
}
.plan-02 .checkbox-plan {
  color: #1ca9e8;
  border: 6px solid #1ca9e8;
}
.plan-02 input[type=checkbox]:checked + .checkbox-plan {
  background: #1ca9e8;
}
.plan-03 .checkbox-plan {
  color: #57b8e3;
  border: 6px solid #57b8e3;
}
.plan-03 input[type=checkbox]:checked + .checkbox-plan {
  background: #57b8e3;
}
.plan__ttl-img {
  width: 140px;
  position: absolute;
  top: 12px;
  right: 15px;
}
.plan__name {
  display: inline-block;
  font-size: 24px;
}
.plan__recommend {
  background: #de7830;
  margin-left: 20px;
  padding: 4px 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  border-radius: 30px;
}
.plan__total {
  padding-right: 140px;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.plan__total span {
  margin: 0 15px;
  color: #de7830;
  font-size: 36px;
}
.plan__tab {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.plan-01 .plan__tab {
  border-bottom: 4px solid #0586bf;
}
.plan-02 .plan__tab {
  border-bottom: 4px solid #1ca9e8;
}
.plan-03 .plan__tab {
  border-bottom: 4px solid #57b8e3;
}
.plan__tab li {
  background: linear-gradient(#ffffff, #e9e9e9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49.2647058824%;
  height: 70px;
  padding: 5px 10px 2px;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #e6e6e8;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.plan__tab li:hover {
  background: #fff;
  opacity: 0.8;
}
.plan__tab li.active {
  color: #fff;
}
.plan-01 .plan__tab li.active {
  background: #0586bf;
  border: 2px solid #0586bf;
}
.plan-02 .plan__tab li.active {
  background: #1ca9e8;
  border: 2px solid #1ca9e8;
}
.plan-03 .plan__tab li.active {
  background: #57b8e3;
  border: 2px solid #57b8e3;
}
.plan__table {
  width: 100%;
  margin: 20px 0 60px;
  border-collapse: separate;
  border-spacing: 2px;
}
.plan__table thead th {
  padding: 8px 5px;
  color: #fff;
  font-size: 14px;
}
.plan__table thead th:nth-of-type(1) {
  width: 50%;
}
.plan__table thead th:nth-of-type(2) {
  background: #0b1f4c !important;
  width: 25%;
}
.plan__table thead th:nth-of-type(3) {
  width: 25%;
}
.plan-01 .plan__table thead th {
  background: #0586bf;
}
.plan-02 .plan__table thead th {
  background: #1ca9e8;
}
.plan-03 .plan__table thead th {
  background: #57b8e3;
}
.plan__table tbody th {
  background: #c2e6f7;
  padding: 8px 52px 8px 15px;
  color: #0c348e;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  position: relative;
}
.plan__table tbody th small {
  font-size: 12px;
}
.plan__table tbody td {
  padding: 10px;
  vertical-align: middle;
  line-height: 1.8;
  position: relative;
}
.plan__table tbody td:nth-of-type(1) {
  background: #ededed;
  font-size: 16px;
  font-weight: bold;
}
.plan__table tbody td:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
}
.plan__table tbody td:nth-of-type(2):before {
  content: "";
  background: url(/images/icon_plus.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: -12px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.plan__table tbody td:last-child {
  font-size: 20px;
  background: #eef8fd;
}
.plan__table tbody td span {
  color: #dc783a;
  font-size: 28px;
}
.plan__table tbody td.vertical-text {
  background: #ededed;
  font-size: 24px;
}
.plan__table tbody td.vertical-text + td:nth-of-type(2):before {
  background-image: unset;
}
.plan__table tbody td.vertical-text .vertical-text__frame {
  display: flex;
  align-items: center;
  position: relative;
}
.plan__table tbody td.vertical-text .vertical-text__frame::after {
  content: "";
  background: url(/images/icon_plus.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -31px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.plan__table tbody td.vertical-text .vertical-text__frame p {
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.plan__table.fellow-travelers tbody td:nth-of-type(1) {
  background: #eef8fd;
  font-size: 20px;
}
.plan__table.fellow-travelers tbody td:nth-of-type(2):before {
  background: none;
}
.plan__table.fellow-travelers tbody td.vertical-text {
  background: #ededed;
  font-size: 24px;
}
.plan__table.fellow-travelers tbody td.vertical-text .vertical-text__frame {
  display: flex;
  align-items: center;
  position: relative;
}
.plan__table.fellow-travelers tbody td.vertical-text .vertical-text__frame:after {
  content: "";
  background: url(/images/icon_plus.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -31px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.plan__table.fellow-travelers tbody td.vertical-text .vertical-text__frame p {
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.plan__table__text-age {
  font-size: 18px !important;
  color: #3c3c3c !important;
}
.plan__option {
  background: #ededed;
  margin-bottom: 20px;
  border: 2px solid #d7dde8;
  border-radius: 10px;
}
.plan__option--space {
  margin-bottom: 10px;
}
.plan__option .checkbox {
  color: #fff;
  font-size: 24px;
  transition: opacity 0.3s ease-out;
}
.plan__option .checkbox:hover {
  opacity: 0.8;
}
.plan__option .checkbox-frame {
  background: #535353;
  height: 121px;
  padding: 20px 75px 20px 90px;
  border: none;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.plan__option .checkbox-frame-small {
  font-size: 75%;
}
.plan__option .checkbox-frame:before {
  top: 20px;
  left: 30px;
}
.plan__option .checkbox-frame:after {
  top: 22px;
  left: 42px;
}
.plan__option .checkbox-frame .tooltip {
  top: -48px;
  left: 4px;
}
.plan__option input[type=checkbox]:checked + .checkbox-frame {
  color: #fff;
  border: none;
}
.plan-01 .plan__option input[type=checkbox]:checked + .checkbox-frame {
  background: #0586bf;
}
.plan-02 .plan__option input[type=checkbox]:checked + .checkbox-frame {
  background: #1ca9e8;
}
.plan-03 .plan__option input[type=checkbox]:checked + .checkbox-frame {
  background: #57b8e3;
}
.plan__option input[type=checkbox]:checked + .checkbox-frame .tooltip {
  display: block;
  background: url(/images/tooltip_choice.png) no-repeat 0 100%;
  background-size: contain;
  width: 96px;
  height: 54px;
  top: -38px;
  left: 2px;
}
.plan__option dt {
  position: relative;
}
.plan__option dt .ot__question {
  height: 40px;
  right: 20px;
}
.plan__option dt .ot__answer__close {
  top: 50px;
}
.plan__option dt .ot__answer__frame {
  top: 65px;
  right: 15px;
}
.plan__option dd {
  display: flex;
  justify-content: space-between;
  border-top: dotted 1px #073190;
  margin: 0 30px;
  padding: 25px 0 15px 90px;
}
.plan__option dd:first-of-type {
  border-top: none;
}
.plan__option dd .ttl {
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.plan__option dd .txt {
  width: 63%;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.plan__option dd .txt p {
  margin-top: 5px;
}
.plan__option dd .txt p:nth-of-type(1) {
  margin-top: 0;
}
.plan__option dd .txt span {
  margin: 0 5px 0 10px;
  color: #de7830;
  font-size: 36px;
}
.plan__option dd .txt span.w50 {
  display: inline-block;
  width: 50px;
}
.plan__btn {
  background: linear-gradient(#3058b5, #073190);
  padding: 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.plan__btn:hover {
  background: #3058b5;
  opacity: 0.8;
}
.plan__btn:after {
  content: "\e5c6";
  font-family: "Material Icons";
  font-size: 1.4em;
  width: 1em;
  line-height: 1;
  position: absolute;
  top: 15px;
  right: 20px;
  margin: auto;
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.plan__btn.open:after {
  transform: rotate(180deg);
}
.plan__lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 45px;
}
.plan__lead p {
  margin-bottom: 20px;
}
.plan__lead a {
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
.plan__lead a:hover {
  text-decoration: none;
}
.plan__unit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #073190;
  font-size: 16px;
}
.plan__unit > div:nth-of-type(2) {
  padding-left: 20px;
}
.plan__unit.no-border {
  padding-bottom: 0;
  border-bottom: none;
}
.plan__unit.column {
  display: block;
}
.plan__unit.column .plan__col {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.plan__unit.column .plan__col .plan__customer div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: auto;
}
.plan__unit.column .plan__col .plan__customer div:nth-of-type(2) {
  width: auto;
}
.plan__unit.column .plan__col + p {
  text-align: left;
  margin-top: 20px;
}
.plan__col {
  width: 50%;
  text-align: left;
}
.plan__col p {
  line-height: 2;
}
.plan__customer {
  display: flex;
  justify-content: space-between;
  width: 97.2727272727%;
  padding: 20px;
  border: 2px solid #073190;
  border-radius: 10px;
}
.plan__customer h4 {
  color: #de7830;
  font-size: 16px;
  font-weight: bold;
}
.plan__customer p {
  margin-right: 0;
  margin-bottom: 10px;
}
.plan__customer div:nth-of-type(1) {
  width: 60.5128205128%;
}
.plan__customer div:nth-of-type(2) {
  width: 34.358974359%;
}
.plan__cards {
  display: block;
  width: 77.2727272727%;
  margin: 15px auto 0;
}
.plan__company {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .plan__term {
    margin-bottom: 20px;
  }
  .plan__term__head {
    border-bottom: 2px solid #00a8eb;
  }
  .plan__term__head h3 {
    flex: 1;
    text-align: left;
    font-size: 14px;
  }
  .plan__term__change {
    width: 120px;
  }
  .plan__term__change a {
    display: block;
  }
  .plan__term__body {
    display: block;
    padding-top: 10px;
    margin-left: 1em;
  }
  .plan__term__body dl {
    display: flex;
    background: none;
    width: 100%;
    padding: 2px 0;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
  }
  .plan__term__body dt {
    margin-bottom: 6px;
    width: 105px;
    margin-bottom: 0;
    position: relative;
  }
  .plan__term__body dt:after {
    content: "：";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .plan__term__body dd {
    flex: 1;
    padding-left: 5px;
  }
  .plan__box {
    margin-bottom: 30px;
  }
  .plan__box .mini-title {
    display: inline-block;
  }
  .plan__inner {
    padding: 10px 8px;
    border-left: 1px solid #d7dde9;
    border-right: 1px solid #d7dde9;
  }
  .plan__text {
    margin: 0 1em 40px;
    font-size: 12px;
    text-align: left;
  }
  .plan-01 .checkbox-plan {
    border: 3px solid #0586bf;
  }
  .plan-02 .checkbox-plan {
    border: 3px solid #1ca9e8;
  }
  .plan-03 .checkbox-plan {
    border: 3px solid #57b8e3;
  }
  .plan__ttl {
    line-height: 1;
  }
  .plan__ttl-img {
    width: 98px;
    top: 5px;
    right: 6px;
  }
  .plan__name {
    display: block;
    font-size: 20px;
  }
  .plan__recommend {
    position: absolute;
    bottom: 4px;
    left: auto;
    margin-left: 0;
    padding: 2px 8px;
    font-size: 10px;
  }
  .plan__total {
    padding-right: 0;
    font-size: 14px;
    text-align: left;
  }
  .plan__total span {
    margin: 0 12px;
    font-size: 26px;
  }
  .plan__tab {
    margin: 15px 0 0;
  }
  .plan-01 .plan__tab {
    border-bottom: 2px solid #0586bf;
  }
  .plan-02 .plan__tab {
    border-bottom: 2px solid #1ca9e8;
  }
  .plan-03 .plan__tab {
    border-bottom: 2px solid #57b8e3;
  }
  .plan__tab li {
    width: 48.6153846154%;
    height: 50px;
    padding: 0;
    font-size: 16px;
    border: 1px solid #e6e6e8;
    border-radius: 10px 10px 0 0;
    transition: none;
  }
  .plan__tab li:hover {
    opacity: 1;
  }
  .plan-01 .plan__tab li.active {
    border: 1px solid #0586bf;
  }
  .plan-02 .plan__tab li.active {
    border: 1px solid #1ca9e8;
  }
  .plan-03 .plan__tab li.active {
    border: 1px solid #57b8e3;
  }
  .plan__table {
    width: calc(100% + 16px);
    margin: 15px -8px 10px;
    border-spacing: 1px;
  }
  .plan__table thead th {
    padding: 5px;
    font-size: 10px;
  }
  .plan__table thead th:nth-of-type(1) {
    width: 46%;
  }
  .plan__table thead th:nth-of-type(2) {
    width: 27%;
  }
  .plan__table thead th:nth-of-type(3) {
    width: 27%;
  }
  .plan__table tbody th {
    padding: 10px 40px 10px 10px;
    font-size: 10px;
    line-height: 1.4;
  }
  .plan__table tbody th small {
    font-size: 7px;
  }
  .plan__table tbody th .ot__answer__close {
    top: 28px;
    right: -118.8552188552%;
  }
  .plan__table tbody th .ot__answer__frame {
    width: 212.1212121212%;
    max-width: 630px;
    right: -115.4882154882%;
  }
  .plan__table tbody td {
    padding: 10px 5px;
    line-height: 1.6;
  }
  .plan__table tbody td:nth-of-type(1) {
    font-size: 10px;
  }
  .plan__table tbody td:nth-of-type(2) {
    font-size: 10px;
  }
  .plan__table tbody td:nth-of-type(2):before {
    width: 15px;
    height: 15px;
    left: -8px;
  }
  .plan__table tbody td span {
    font-size: 15px;
  }
  .plan__table tbody td.vertical-text {
    font-size: 12px;
  }
  .plan__table tbody td.vertical-text .vertical-text__frame:after {
    width: 20px;
    height: 20px;
    right: -16px;
  }
  .plan__table.fellow-travelers tbody td:nth-of-type(1) {
    font-size: 10px;
  }
  .plan__table.fellow-travelers tbody td.vertical-text {
    font-size: 12px;
  }
  .plan__table.fellow-travelers tbody td.vertical-text .vertical-text__frame:after {
    width: 20px;
    height: 20px;
    right: -16px;
  }
  .plan__table__text-age {
    font-size: 10px !important;
    color: #3c3c3c !important;
  }
  .plan__option {
    margin-bottom: 20px;
    border: 1px solid #d7dde8;
    border-radius: 5px;
  }
  .plan__option .checkbox {
    font-size: 16px;
    transition: none;
  }
  .plan__option .checkbox:hover {
    opacity: 1;
  }
  .plan__option .checkbox-frame {
    height: 100px;
    padding: 12px 40px 12px 55px;
    border-radius: 4px 4px 0 0;
  }
  .plan__option .checkbox-frame:before {
    top: 12px;
    left: 20px;
  }
  .plan__option .checkbox-frame:after {
    top: 13px;
    left: 27px;
  }
  .plan__option .checkbox-frame .tooltip {
    top: -32px;
    left: -1px;
  }
  .plan__option input[type=checkbox]:checked + .checkbox-frame .tooltip {
    width: 69px;
    height: 38px;
    top: -24px;
    left: -2px;
  }
  .plan__option dt .ot__question {
    height: 20px;
    right: 10px;
  }
  .plan__option dt .ot__question__open {
    width: 20px;
    height: 20px;
  }
  .plan__option dt .ot__question__open img {
    vertical-align: top;
  }
  .plan__option dt .ot__answer__close {
    width: 20px;
    height: 20px;
    top: 20px;
  }
  .plan__option dt .ot__answer__frame {
    width: 94.0119760479%;
    max-width: 100%;
    top: 30px;
    right: 10px;
  }
  .plan__option dd {
    margin: 0 3.0769230769%;
    padding: 10px 5px 10px 10px;
  }
  .plan__option dd .ttl {
    width: 30%;
    font-size: 14px;
  }
  .plan__option dd .txt {
    width: 70%;
    font-size: 12px;
  }
  .plan__option dd .txt p {
    margin-top: 5px;
  }
  .plan__option dd .txt span {
    font-size: 26px;
  }
  .plan__option dd .txt span.w50 {
    width: 40px;
  }
  .plan__btn {
    padding: 10px;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
    transition: none;
  }
  .plan__btn:hover {
    background: linear-gradient(#3058b5, #073190);
    opacity: 1;
  }
  .plan__btn:after {
    top: 12px;
    right: 10px;
  }
  .plan__lead {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
  }
  .plan__lead p {
    margin-bottom: 10px;
  }
  .plan__lead a {
    font-size: 12px;
  }
  .plan__lead a:hover {
    text-decoration: underline;
  }
  .plan__unit {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 14px;
  }
  .plan__unit > div:nth-of-type(2) {
    padding-left: 0;
  }
  .plan__col {
    width: 100%;
  }
  .plan__col p {
    line-height: 1.6;
  }
  .plan__customer {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 4.0871934605%;
    border: 1px solid #073190;
    border-radius: 4px;
  }
  .plan__customer h4 {
    font-size: 14px;
  }
  .plan__customer p {
    font-size: 12px;
  }
  .plan__company {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .plan__option .checkbox-frame {
    height: 147px;
  }
}
.form__frame {
  margin-bottom: 20px;
  padding: 30px 24px 10px;
  border: 2px solid #d7dde9;
  border-radius: 10px;
}
.form__table {
  width: 100%;
  table-layout: fixed;
}
.form__table__info {
  margin-bottom: 20px;
}
.form__table th {
  width: 224px;
  padding-top: 4px;
  padding-bottom: 20px;
  color: #073190;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.form__table th .table__note {
  color: #3c3c3c;
  font-weight: normal;
}
.form__table td {
  padding-bottom: 20px;
  text-align: left;
}
.form__table td .error-text {
  margin-top: 10px;
  color: #c40000;
  font-size: 14px;
}
.form__table td .output-text {
  margin-right: 20px;
}
.form__box {
  max-width: 504px;
}
.form__box:nth-of-type(2), .form__box:nth-of-type(3) {
  margin-left: 20px;
}
#entry .form__box [type=text] .error:focus,
#entry .form__box [type=number] .error:focus,
#entry .form__box [type=email] .error:focus {
  border: 1px solid #bbbbbb !important;
  background: #c3e3ef !important;
}
#entry .form__box [type=text]:focus,
#entry .form__box [type=number]:focus,
#entry .form__box [type=email]:focus {
  border: 1px solid #bbbbbb !important;
  background: #c3e3ef !important;
}
.form__name {
  display: flex;
  align-items: center;
}
.form__name .form__box {
  max-width: 175px;
}
.form__date {
  display: flex;
  align-items: center;
}
.form__date .form__box {
  margin-right: 5px;
}
.form__date .form__box:nth-of-type(1) {
  width: 23.178807947%;
}
.form__date .form__box:nth-of-type(2), .form__date .form__box:nth-of-type(3) {
  width: 13.2450331126%;
}
.form__gender {
  display: flex;
}
.form__gender .form__box {
  width: 145px;
}
.form__gender .radio {
  width: 100%;
}
.form__postal-code {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form__postal-code .form__box {
  max-width: 175px;
}
.form__postal-code .btn-mini {
  width: 88px;
  min-width: 88px;
  margin-left: 20px;
  margin-right: 20px;
}
.form__postal-code .form__link {
  margin-top: 10px;
}
.form__prefectures .form__box {
  max-width: 140px;
}
.form__anwser {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form__anwser .form__box {
  width: 50%;
  margin-left: 0;
}
.form__anwser .radio-choice {
  width: 100%;
}
.form__amc {
  display: flex;
}
.form__amc p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}
.form__amc__customer-number {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 30px !important;
}
.form__amc__customer-number h4 {
  color: #de7830;
  font-size: 14px;
  font-weight: bold;
}
.form__amc__customer-number p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 12px;
}
.form__amc__customer-number div:nth-of-type(1) {
  margin: 0 auto;
}
.form__link {
  display: inline-block;
}
.form__link a {
  padding-left: 30px;
  font-size: 12px;
  word-break: break-all;
  position: relative;
}
.form__link a span {
  text-decoration: underline;
}
.form__link a:before {
  content: "\e5c6";
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1;
  transform: rotate(270deg);
  position: absolute;
  top: -6px;
  left: -4px;
}
.form__link__right {
  display: block;
  margin-top: 15px;
  text-align: right;
}
.form__link__right a {
  font-size: 14px;
  text-decoration: underline;
}
.form__travel-days {
  background: #de7830;
  display: block;
  padding: 12px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.form__travel-days p {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.form__travel-days p:before {
  background: url(/images/form_img_001.png) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  width: 129px;
  height: 52px;
  position: absolute;
  top: -10px;
  left: -150px;
}
.form__insured {
  background: #00a8eb;
  margin-bottom: 20px;
  border: 2px solid #d7dde9;
  border-radius: 10px;
}
.form__insured.active {
  background: #535353;
}
.form__insured__frame {
  background: #fff;
  padding: 30px 24px 10px;
  border-radius: 0 0 8px 8px;
}
.person .form__insured__frame {
  background: #ededed;
}
.form__insured h3 {
  padding: 25px 20px;
  color: #fff;
  font-size: 20px;
  text-align: left;
}
.form__insured__btn {
  position: relative;
}
.form__insured .btn-mini {
  max-width: 207px;
  width: 100%;
  margin-left: 20px;
}
.form__insured .radio-frame {
  width: 145px;
}
.form__insured.confirm {
  margin-bottom: 60px;
}
.form__questionnaire {
  margin-top: 40px;
  margin-bottom: 60px;
}
.form__accordion {
  background: #f0f3f8;
  padding: 0 2.5%;
  margin-bottom: 20px;
  text-align: left;
  border: 2px solid #d7dde9;
  border-radius: 10px;
}
.form__accordion:last-of-type {
  margin-bottom: 50px;
}
.form__accordion dt {
  position: relative;
  padding: 30px 50px 30px 20px;
  color: #073190;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.form__accordion dt:hover {
  opacity: 0.8;
}
.form__accordion dt:after {
  content: "\e5c6";
  font-family: "Material Icons";
  font-size: 1.4em;
  width: 1em;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 10px;
  margin: auto;
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.form__accordion dt.open:after {
  transform: rotate(180deg);
}
.form__accordion dd {
  display: none;
  padding: 20px 30px 0;
  border-top: dotted 1px #073190;
}
.form__title:after {
  top: 46px !important;
}
.form__info {
  color: #333333;
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.form__info.-hide {
  display: none;
}
.form__btn {
  max-width: 500px;
  margin: 0 auto 25px;
}
.form__btn__content-top {
  margin: 20px auto 50px;
}
.form__back {
  max-width: 200px;
  margin: 0 auto;
}
.form__confirm__lead {
  margin: -25px auto 30px;
  font-size: 16px;
}
.form__confirm__frame {
  display: flex;
  margin-bottom: 34px;
}
.form__confirm__box {
  width: 48%;
}
.form__confirm__box:nth-of-type(2) {
  margin-left: 4%;
  position: relative;
}
.form__confirm__box:nth-of-type(2):before {
  content: "";
  background: url(/images/icon_arrow02.png) no-repeat 50% 56%;
  background-size: 20px 47px;
  width: 8.3333333333%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -8.3333333333%;
}
.form__confirm__table {
  width: 100%;
  margin-bottom: 6px;
}
.form__confirm__table thead th {
  padding-bottom: 20px;
  color: #073190;
  font-size: 22px;
  text-align: center;
}
.form__confirm__table tbody tr {
  background: #f0f3f8;
  border-bottom: dotted 1px #073190;
}
.form__confirm__table tbody tr:last-of-type {
  border-bottom: none;
}
.form__confirm__table tbody th {
  padding: 10px 20px 10px 25px;
  color: #073190;
  font-size: 20px;
  text-align: left;
}
.form__confirm__table tbody td {
  padding: 10px 20px 10px 25px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.form__confirm__table tbody td .before-input {
  margin-left: 8px;
}
.form__confirm__table tbody td .after-input {
  margin-left: 8px;
  color: #de7830;
}
.form__confirm__table tbody th + td {
  padding: 10px 20px 10px 0;
  text-align: right;
}
.form__confirm__table tbody th + td .before-input {
  font-size: 24px;
}
.form__confirm__table tbody th + td .after-input {
  font-size: 24px;
}
.form__confirm__table tbody td + td {
  padding: 10px 20px 10px 0;
  text-align: right;
}
.form__confirm__table tbody td + td .before-input {
  margin-left: 0;
  font-size: 20px;
}
.form__confirm__table tbody td + td .after-input {
  margin-left: 0;
  font-size: 20px;
}
.form__confirm__table.-hide {
  display: none;
}
.form__confirm__date tbody td {
  color: #073190;
  text-align: right;
}
.form__confirm__date tbody td .before-input {
  margin-right: 5px;
}
.form__confirm__date tbody td .after-input {
  margin-right: 5px;
}
.form__confirm__total tbody tr {
  background: #cad8f5;
}
.form__confirm__logo {
  max-width: 404px;
  margin: 30px auto;
}
.form__attention__lead {
  margin: -25px auto 30px;
  color: #bf0008;
  font-size: 18px;
  font-weight: bold;
}
.form__attention__text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2.2;
  font-weight: bold;
}
.form__attention__text img {
  margin-right: 10px;
  vertical-align: middle;
}
.form__card {
  margin-bottom: 60px;
}
.form__card .form__table tbody {
  border-top: dotted 1px #073190;
}
.form__card .form__table tbody tr {
  border-bottom: dotted 1px #073190;
}
.form__card .form__table tbody th {
  width: 254px;
  padding-top: 24px;
  padding-left: 30px;
}
.form__card .form__table tbody td {
  padding-top: 20px;
  padding-right: 30px;
}
.form__card .form__table .form__date .form__box:nth-of-type(1) {
  width: 13.2450331126%;
}
.form__card .form__table .form__date .form__box:nth-of-type(2) {
  width: 23.178807947%;
}
.form__card__img-01 {
  max-width: 500px;
}
.form__card__img-02 {
  max-width: 566px;
}
.form__card__text-01 {
  margin-top: 10px;
  font-size: 14px;
}
.form__card__text-02 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.form__card .btn-mini {
  margin-top: 12px;
}
.form__card__security .form__box {
  width: 13.2450331126%;
}

/* Edge のみ適用される */
@supports (-ms-ime-align: auto) {
  .form__taravel_date .select {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Arial, "ＭＳ Ｐゴシック", "MS PGothic";
  }
}
@media screen and (max-width: 767px) {
  .form__frame {
    margin-bottom: 10px;
    padding: 15px 2.7247956403% 5px;
    border: 1px solid #d7dde9;
    border-radius: 5px;
  }
  .form__table {
    display: block;
  }
  .form__table tbody, .form__table tr {
    display: block;
  }
  .form__table th {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .form__table td {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .form__table td .error-text {
    margin-top: 5px;
    font-size: 14px;
  }
  .form__table td .output-text:first-of-type {
    margin-left: 10px;
  }
  .form__box {
    max-width: 100%;
  }
  .form__box:nth-of-type(2), .form__box:nth-of-type(3) {
    margin-left: 2.8248587571%;
  }
  .form__name .form__box {
    width: 48.5875706215%;
    max-width: 100%;
  }
  .form__date .form__box {
    max-width: 100%;
  }
  .form__date .form__box:nth-of-type(1) {
    width: 30.790960452%;
  }
  .form__date .form__box:nth-of-type(2), .form__date .form__box:nth-of-type(3) {
    width: 15.5367231638%;
  }
  .form__gender .form__box {
    width: 48.5875706215%;
    max-width: 100%;
  }
  .form__gender .radio {
    width: 100%;
  }
  .form__postal-code .form__box {
    width: 30.790960452%;
    max-width: 100%;
  }
  .form__postal-code .btn-mini {
    margin-left: 10px;
    margin-right: 10px;
  }
  .form__prefectures .form__box {
    width: 30.790960452%;
    max-width: 100%;
  }
  .form__anwser .form__box {
    margin-left: 0;
  }
  .form__anwser .radio-choice {
    width: 100%;
  }
  .form__amc {
    display: block;
  }
  .form__amc .form__box {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .form__amc p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .form__amc__customer-number {
    width: 100% !important;
    margin: 20px 0 0 !important;
    padding: 0 4.2372881356%;
  }
  .form__amc__customer-number h4 {
    font-size: 13px;
  }
  .form__amc__customer-number p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .form__link a {
    padding-left: 28px;
    font-size: 12px;
  }
  .form__link a:before {
    font-size: 24px;
    top: -4px;
  }
  .form__link__right {
    margin-top: 5px;
  }
  .form__link__right a {
    font-size: 12px;
  }
  .form__travel-days {
    padding: 10px;
    border-radius: 4px;
  }
  .form__travel-days p {
    font-size: 14px;
  }
  .form__travel-days p:before {
    width: 100px;
    height: 36px;
    top: -10px;
    left: -100px;
  }
  .form__insured {
    margin-bottom: 10px;
    border: 1px solid #d7dde9;
    border-radius: 5px;
  }
  .form__insured__frame {
    padding: 15px 2.7247956403% 5px;
    border-radius: 0 0 4px 4px;
  }
  .form__insured h3 {
    padding: 15px 2.7247956403% 15px;
    font-size: 16px;
  }
  .form__insured .form__name {
    flex-wrap: wrap;
  }
  .form__insured .btn-mini {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .form__insured.confirm {
    margin-bottom: 30px;
  }
  .form__questionnaire {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .form__accordion {
    margin-top: 12px;
    padding: 0 3.0769230769%;
    border: 1px solid #d7dde9;
    border-radius: 5px;
  }
  .form__accordion:nth-of-type(1) {
    margin-top: 15px;
  }
  .form__accordion:last-of-type {
    margin-bottom: 30px;
  }
  .form__accordion dt {
    padding: 22px 20px 22px 5px;
    font-size: 16px;
    transition: none;
  }
  .form__accordion dt:hover {
    opacity: 1;
  }
  .form__accordion dt:after {
    top: 22px;
    right: 0;
  }
  .form__accordion dt span {
    font-size: 12px;
  }
  .form__accordion dd {
    padding: 15px 0 0;
  }
  .form__btn {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .form__btn__content-top {
    margin: 20px auto 30px;
  }
  .form__back {
    width: 53.6784741144%;
  }
  .form__confirm__lead {
    margin: 0 auto 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  .form__confirm__frame {
    margin-bottom: 24px;
  }
  .form__confirm__box {
    width: 46.9879518072%;
  }
  .form__confirm__box:nth-of-type(2) {
    margin-left: 6.0240963855%;
  }
  .form__confirm__box:nth-of-type(2):before {
    background: url(/images/icon_arrow02.png) no-repeat 50% 56%;
    background-size: 50% auto;
    width: 12.8205128205%;
    left: -12.8205128205%;
  }
  .form__confirm__table thead th {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .form__confirm__table tbody th {
    padding: 8px 10px 8px 10px;
    font-size: 14px;
  }
  .form__confirm__table tbody td {
    display: block;
    padding: 8px 10px;
    font-size: 12px;
  }
  .form__confirm__table tbody td .before-input {
    margin-left: 12px;
  }
  .form__confirm__table tbody td .after-input {
    margin-left: 12px;
  }
  .form__confirm__table tbody th + td {
    padding: 8px 10px 8px 0;
    text-align: right;
  }
  .form__confirm__table tbody th + td .before-input {
    font-size: 14px;
  }
  .form__confirm__table tbody th + td .after-input {
    font-size: 14px;
  }
  .form__confirm__table tbody td + td {
    padding: 0 10px 8px 10px;
  }
  .form__confirm__table tbody td + td .before-input {
    font-size: 14px;
  }
  .form__confirm__table tbody td + td .after-input {
    font-size: 14px;
  }
  .form__confirm__date tbody td .before-input {
    font-size: 19px !important;
  }
  .form__confirm__date tbody td .after-input {
    font-size: 19px !important;
  }
  .form__confirm__total tbody th {
    display: block;
    border-bottom: dotted 1px #073190;
  }
  .form__confirm__logo {
    max-width: 315px;
    margin: 25px auto 15px;
  }
  .form__attention__lead {
    margin: 0 auto 25px;
    font-size: 14px;
    text-align: left;
  }
  .form__attention__text {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
  }
  .form__attention__text img {
    width: 46px;
    margin-right: 5px;
  }
  .form__card {
    margin-bottom: 30px;
  }
  .form__card .form__table tbody th {
    width: 254px;
    padding-top: 15px;
    padding-left: 0;
  }
  .form__card .form__table tbody td {
    padding-top: 0;
    padding-right: 0;
  }
  .form__card .form__table .form__date .form__box:nth-of-type(1) {
    width: 15.5367231638%;
  }
  .form__card .form__table .form__date .form__box:nth-of-type(2) {
    width: 30.790960452%;
  }
  .form__card__img-01 {
    max-width: 84.3373493976%;
    margin-top: 10px;
  }
  .form__card__img-02 {
    max-width: 75.9036144578%;
    margin: 0 auto;
    text-align: center;
  }
  .form__card__text-01 {
    margin-top: 5px;
    font-size: 12px;
  }
  .form__card__text-02 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 12px;
  }
  .form__card .btn-mini {
    margin-top: 10px;
  }
  .form__card__security .form__box {
    width: 15.5367231638%;
  }
}
.error__text {
  color: #c40000;
}
.error__mb {
  margin-bottom: 20px;
}

[type=text].error,
[type=number].error,
[type=email].error,
[type=password].error {
  background-color: #fbe5e5 !important;
  border-color: #c40000 !important;
}

select.error {
  background-color: #fbe5e5;
  border-color: #c40000;
}

input[type=radio].error + .radio-frame {
  background: #fbe5e5;
  border-color: #c40000;
}
input[type=radio].error + .radio-frame::before {
  border-color: #c40000;
}
input[type=radio].error + .radio-frame::after {
  background: #c40000;
}
input[type=radio].error + .radio-frame:checked {
  background: #fbe5e5 !important;
  border-color: #c40000 !important;
}

input[type=checkbox].error + .checkbox::before {
  border-color: #c40000;
  background: #fbe5e5 !important;
}

.confirm-area {
  margin-bottom: 20px;
  border: 2px solid #d7dde9;
  border-radius: 6px;
  text-align: left;
}
.confirm-area__title {
  background: #c2e6f7;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
}
.confirm-area__item {
  border-top: dotted 1px #073190;
  padding: 8px 20px;
  margin: 0 10px;
  font-size: 14px;
}
.confirm-area__item:first-of-type {
  border-top: none;
}
.confirm-area__name {
  padding: 8px 20px;
  margin: 8px;
  background: #f3f8fb;
  border-radius: 6px;
  font-size: 14px;
}
.confirm-table {
  width: calc(100% - 16px);
  margin: 0 auto;
}
.confirm-table th,
.confirm-table td {
  border-top: dotted 1px #073190;
  margin: 0 10px;
  font-size: 14px;
}
.confirm-table tr:first-of-type th,
.confirm-table tr:first-of-type td {
  border-top: none;
}
.confirm-table th {
  width: 20%;
  padding: 8px 16px;
}
.confirm-table td {
  padding: 8px 16px 8px 0;
}
.confirm-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  font-size: 14px;
  border-top: none;
}
.confirm-list dt {
  width: 37%;
  padding: 16px 16px;
  box-sizing: border-box;
  border-top: dotted 1px #073190;
  font-weight: bold;
}
.confirm-list dd {
  width: 63%;
  padding: 16px 16px 16px 0;
  box-sizing: border-box;
  text-align: right;
  border-top: dotted 1px #073190;
}
.confirm-total {
  display: flex;
  align-items: flex-end;
  background: #cad6f7;
  width: 100%;
  padding: 16px 24px;
  box-sizing: border-box;
  color: #073190;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.confirm-total--name {
  margin-right: auto;
}
.confirm-total--value {
  color: #000;
}
.confirm-total span {
  margin-right: 5px;
  color: #de7830;
  font-size: 24px;
}
.confirm-age {
  display: flex;
  margin-left: 1em;
}
.confirm-age__title {
  font-size: 14px;
  font-weight: bold;
}
.confirm-age__left {
  margin-right: auto;
}
.confirm-horizontal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.confirm-horizontal__check {
  width: 220px;
}
.confirm-horizontal__check .error-text {
  margin-top: 10px;
  color: #c40000;
}
.confirm-horizontal__back {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}
.confirm__summary {
  width: 100%;
  margin-bottom: 40px;
  padding: 16px 32px;
  text-align: left;
  border: 2px solid #d7dde9;
  border-radius: 4px;
}
.confirm__summary table {
  font-size: 16px;
  font-weight: bold;
}
.confirm__summary table th {
  padding-right: 20px;
}
.confirm__summary--no {
  color: #dc783a;
}
.confirm__text {
  margin-bottom: 80px;
  font-size: 14px;
}
.confirm__box__label {
  width: 220px;
  margin: 0 auto 40px;
}
.confirm__box__label .error-text {
  margin-top: 10px;
  color: #c40000;
}
.confirm__box__btn {
  width: 500px;
  margin: 0 auto 20px;
}
.confirm__box__btn .error-text {
  margin-top: 10px;
  color: #c40000;
}
.confirm__box__back {
  width: 320px;
  margin: 0 auto;
}
.confirm__box .error-message {
  margin-top: 10px;
  color: #c40000;
}
.confirm__answer {
  margin-bottom: 40px;
}
.confirm__answer table {
  width: 100%;
  border-top: dotted 1px #073190;
}
.confirm__answer table tr {
  border-bottom: dotted 1px #073190;
}
.confirm__answer table th {
  width: 45.4545454545%;
  padding: 20px 0;
  font-size: 20px;
  text-align: left;
  vertical-align: middle;
}
.confirm__answer table td {
  width: 54.5454545455%;
  padding: 20px 0;
}
.confirm__answer table td .error-text {
  margin-top: 10px;
  color: #c40000;
}
.confirm__submit {
  position: relative;
}
.confirm__submit::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.announce__item {
  border-bottom: dotted 1px #073190;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.announce__item.last {
  border-bottom: none;
}
.announce__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.announce__text {
  margin-bottom: 8px;
  font-size: 12px;
}
.announce__table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 1px;
  margin-top: 10px;
}
.announce__table thead th {
  background: #c2e6f7;
  padding: 4px 10px;
  color: #073190;
  font-weight: normal;
  text-align: center;
}
.announce__table tbody th {
  padding: 4px 10px;
  font-weight: normal;
}
.announce__table tbody td {
  padding: 4px 10px;
  text-align: center;
}
.announce__accordion {
  margin-bottom: 20px;
  border: 2px solid #d7dde9;
  border-radius: 4px;
}
.announce__accordion__head {
  position: relative;
  padding: 7px 50px;
  background: #c2e6f7;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.announce__accordion__head:hover {
  opacity: 0.8;
}
.announce__accordion__head:after {
  content: "\e5c6";
  font-family: "Material Icons";
  font-size: 1.4em;
  width: 1em;
  line-height: 1;
  color: #073190;
  position: absolute;
  top: 8px;
  right: 20px;
  margin: auto;
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.announce__accordion__head.open:after {
  transform: rotate(180deg);
}
.announce__accordion__body {
  padding: 8px 16px;
  font-size: 12px;
}
.announce__accordion li {
  position: relative;
  padding-left: 16px;
}
.announce__accordion li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.announce__lead {
  margin-top: -20px;
  margin-bottom: 40px;
  color: #073190;
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
}
.announce__lead img {
  margin-right: 10px;
  vertical-align: middle;
}
.announce__frame {
  margin-bottom: 15px;
  padding: 35px 0;
  border-top: dotted 1px #073190;
  border-bottom: dotted 1px #073190;
}
.announce__frame .announce__text {
  margin-bottom: 0;
  font-size: 16px;
}

.description__frame {
  margin-bottom: 60px;
  padding: 20px 10px 20px 20px;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
}
.description__box {
  width: 100%;
  height: 220px;
  padding: 5px 10px 5px 0;
  text-align: left;
  overflow: auto;
  scrollbar-arrow-color: none;
}
.description__box::-webkit-scrollbar {
  width: 10px;
}
.description__box::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 5px;
}
.description__box li {
  margin-bottom: 25px;
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
}
.description__box li:last-of-type {
  margin-bottom: 0;
}
.description__box li:before {
  content: "●";
}

@media screen and (max-width: 767px) {
  .confirm-area {
    margin-bottom: 16px;
    border: 1px solid #d7dde9;
  }
  .confirm-area__title {
    padding: 8px;
    font-size: 12px;
  }
  .confirm-area__item {
    padding: 8px;
    font-size: 12px;
  }
  .confirm-area__name {
    padding: 8px;
    font-size: 12px;
  }
  .confirm-table tr {
    border-top: dotted 1px #073190;
  }
  .confirm-table tr:first-child {
    border-top: none;
  }
  .confirm-table th,
  .confirm-table td {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 12px;
    border: none;
  }
  .confirm-table th {
    padding: 4px 8px 0;
  }
  .confirm-table td {
    padding: 0 8px 4px;
  }
  .confirm-table small {
    display: block;
  }
  .confirm-list {
    margin: 0 8px;
    font-size: 12px;
  }
  .confirm-list dt {
    width: 50%;
    padding: 10px 8px;
  }
  .confirm-list dd {
    width: 50%;
    padding: 10px 8px 10px 0;
  }
  .confirm-total {
    padding: 12px 8px;
    font-size: 14px;
  }
  .confirm-total--name {
    margin-right: auto;
  }
  .confirm-total--value {
    color: #000;
  }
  .confirm-total span {
    margin-right: 2px;
    font-size: 16px;
  }
  .confirm-horizontal {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .confirm-horizontal__check {
    width: 140px;
  }
  .confirm-horizontal__back {
    position: absolute;
    right: 0;
    width: 100px;
  }
  .confirm__summary {
    margin-bottom: 20px;
    padding: 8px;
    border: 1px solid #d7dde9;
  }
  .confirm__summary table {
    width: 100%;
    font-size: 14px;
  }
  .confirm__summary table th {
    padding-right: 20px;
  }
  .confirm__summary table td {
    text-align: right;
  }
  .confirm__text {
    margin-bottom: 60px;
    font-size: 12px;
  }
  .confirm__box__label {
    width: 140px;
    margin: 0 auto 20px;
  }
  .confirm__box__btn {
    width: 100%;
    margin: 0 auto 20px;
  }
  .confirm__box__back {
    width: 50%;
    margin: 0 auto;
  }
  .confirm__answer {
    margin-bottom: 30px;
  }
  .confirm__answer table {
    width: 100%;
    border-top: none;
    border-bottom: dotted 1px #073190;
  }
  .confirm__answer table tbody tr {
    border-bottom: none;
  }
  .confirm__answer table tbody th {
    display: block;
    width: 100%;
    padding: 0 0 8px;
    font-size: 14px;
  }
  .confirm__answer table tbody td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
  .announce__item {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .announce__title {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
  }
  .announce__text {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .announce__table {
    font-size: 12px;
  }
  .announce__table thead th {
    font-size: 10px;
  }
  .announce__table tbody th {
    font-size: 10px;
  }
  .announce__accordion {
    margin-bottom: 10px;
    border: 1px solid #d7dde9;
  }
  .announce__accordion__head {
    padding: 7px 50px;
    font-size: 12px;
    transition: none;
  }
  .announce__accordion__head:hover {
    opacity: 1;
  }
  .announce__accordion__head:after {
    right: 8px;
  }
  .announce__accordion__body {
    padding: 8px;
    font-size: 10px;
  }
  .announce__accordion li {
    padding-left: 1em;
  }
  .announce__lead {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
  .announce__lead img {
    width: 147px;
    margin-right: 5px;
  }
  .announce__frame {
    margin-bottom: 10px;
    padding: 15px 0;
  }
  .announce__frame .announce__text {
    font-size: 14px;
    text-align: left;
  }
  .description__frame {
    margin-bottom: 45px;
    padding: 10px 5px 10px 10px;
    border-radius: 5px;
  }
  .description__box {
    height: 235px;
    padding: 2px 5px 2px 0;
  }
  .description__box::-webkit-scrollbar {
    width: 6px;
  }
  .description__box::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }
  .description__box li {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.complete__lead {
  margin-bottom: 40px;
  color: #0b318f;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
.complete__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.complete__img {
  width: 47.7272727273%;
}
.complete__text {
  width: 47.7272727273%;
  font-size: 16px;
  text-align: left;
}
.complete__text p {
  margin-bottom: 30px;
}
.complete__text p:last-of-type {
  margin-bottom: 0;
}
.complete__btn {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .complete__lead {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
  }
  .complete__box {
    display: block;
    margin-bottom: 25px;
  }
  .complete__img {
    width: 71.6621253406%;
    margin: 0 10px 10px auto;
  }
  .complete__text {
    width: 100%;
    color: #000;
    font-size: 14px;
  }
  .complete__text p {
    margin-bottom: 20px;
  }
  .complete__btn {
    max-width: 100%;
  }
}
.my-name {
  padding: 8px;
  margin-bottom: 8px;
  background: #c2e6f7;
  border-radius: 6px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
.my-name__sama {
  font-size: 20px;
}
.my-lead {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #073190;
}
.my-table {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: dotted 1px #073190;
}
.my-table th,
.my-table td {
  border-top: dotted 1px #073190;
  font-size: 16px;
  color: #073190;
}
.my-table th {
  padding: 20px 16px;
  text-align: left;
}
.my-table td {
  padding: 20px 16px 20px 0;
}
.my-table__password td {
  color: #dc783a;
}
.my-table__num {
  text-align: right;
}
.my-form {
  margin-bottom: 40px;
}
.my-form th {
  width: 30%;
  padding: 20px 16px;
  vertical-align: top;
  text-align: left;
}
.my-form td {
  padding: 20px 16px 20px 0;
  vertical-align: top;
  text-align: left;
}
.my-form input[type=text],
.my-form input[type=number],
.my-form input[type=email],
.my-form input[type=password] {
  width: 80%;
}
.my-form__btn {
  width: 500px;
  margin: 0 auto 40px;
}
.my-form__btn-top {
  width: 500px;
  margin: 40px auto 0;
}
.my-form__btn-back {
  width: 340px;
  margin: 20px auto 0;
}
.my-form__border {
  padding-top: 30px;
  border-top: dotted 1px #073190;
}
.my-form__lead {
  margin-bottom: 30px;
}
.my-form__password-attention {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: left;
}
.my-form__password-attention span {
  font-size: 14px;
}
.my-form__link {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
}
.my-form__link a {
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
}
.my-form__login .checkbox {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.my-form__first-login {
  margin-top: 20px;
}
.my-form__first-login a {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: underline;
}
.my-form__data {
  display: flex;
  align-items: center;
}
.my-form__data span {
  color: #000;
  margin: 0 12px 0 4px;
}
.my-form__info {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 14px;
}
.my-form__info__break {
  display: inline-block;
}
.my-column {
  margin-bottom: 30px;
  text-align: left;
}
.my-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
.my-top li {
  width: calc(33% - 8px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 16px;
}
.my-top img {
  display: block;
  width: 220px;
  margin: 0 auto 8px;
}
.my-top__link {
  width: 100%;
  padding: 24px 0;
  background: #f0f3f8;
  border: solid 1px #e6e6e8;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
}
.my-top__btn {
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
.my-top__btn .btn {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .my-top__btn .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .my-top__btn .btn.arrow::before {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}
.my-tel {
  padding: 16px 16px 0;
  border-radius: 8px;
  border: solid 1px #073190;
}
.my-tel__title {
  margin-bottom: 16px;
  color: #073190;
  font-size: 22px;
}
.my-tel p {
  margin-bottom: 16px;
  font-size: 18px;
}
.my-tel dl {
  display: flex;
  max-width: 600px;
  margin: 0 auto 16px;
  font-size: 18px;
}
.my-tel dt {
  font-weight: bold;
  margin-right: 14%;
}
.my-tel__number {
  font-weight: bold;
  color: #dc783a;
}
.my-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.my-search__text {
  max-width: 380px;
  margin-right: 20px;
}
.my-search__btn {
  min-width: 62px;
}
.my-list {
  margin-bottom: 40px;
  padding: 16px;
  border: 2px solid #d7dde9;
  border-radius: 6px;
  text-align: left;
}
.my-list__table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  border-collapse: separate;
  border-spacing: 2px;
}
.my-list__table th,
.my-list__table td {
  vertical-align: middle;
  padding: 16px;
  color: #fff;
  font-weight: normal;
}
.my-list__table th {
  width: 20%;
  font-weight: bold;
}
.my-list__table span {
  vertical-align: middle;
}
.my-list__status {
  float: right;
  padding: 2px 8px;
  margin-left: auto;
  border-width: 2px;
  border-style: solid;
  border-radius: 6px;
  background: #fff;
  font-size: 18px;
}
.my-list--buy.my-list__table th,
.my-list--buy.my-list__table td {
  background: #00a8eb;
}
.my-list--buy .my-list__status {
  color: #de7830;
  border-color: #de7830;
}
.my-list--before.my-list__table th,
.my-list--before.my-list__table td {
  background: #57b8e3;
}
.my-list--before .my-list__status {
  color: #c10000;
  border-color: #c10000;
}
.my-list--after.my-list__table th,
.my-list--after.my-list__table td {
  background: #535353;
}
.my-list--after .my-list__status {
  color: #787878;
  border-color: #787878;
}
.my-list--success.my-list__table th,
.my-list--success.my-list__table td {
  background: #57b8e3;
}
.my-list--success .my-list__status {
  color: #2d895d;
  border-color: #2d895d;
}
.my-list--limit.my-list__table th,
.my-list--limit.my-list__table td {
  background: #535353;
}
.my-list--limit .my-list__status {
  color: #7d29c4;
  border-color: #7d29c4;
}
.my-list--error.my-list__table th,
.my-list--error.my-list__table td {
  background: #57b8e3;
}
.my-list--error .my-list__status {
  color: #c10000;
  border-color: #c10000;
}
.my-list__right {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.my-list__info {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: dotted 1px #073190;
}
.my-list__info th,
.my-list__info td {
  border-top: dotted 1px #073190;
  margin: 0 10px;
  font-size: 18px;
}
.my-list__info th {
  width: 30%;
  padding: 12px 16px;
  color: #073190;
}
.my-list__info td {
  padding: 12px 16px 8px 0;
}
.my-list__info--note {
  color: #c10000;
}
.my-list__form {
  display: flex;
  justify-content: center;
}
.my-list__form .btn {
  width: 33.3333333333%;
  margin: 0 4px;
}
.my-list__form--btn {
  width: calc(50% - 8px);
  margin: 0 4px;
}
.my-list__form--btn .btn {
  width: 100%;
}

.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.pager-prev .btn {
  position: relative;
  padding-left: 24px;
}
.pager-prev .btn:after {
  content: "\e5c5";
  font-family: "Material Icons";
  font-size: 2em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.5em;
  transform: rotate(90deg);
}
.pager-next .btn {
  position: relative;
  padding-right: 24px;
}
.pager-next .btn:after {
  content: "\e5c5";
  font-family: "Material Icons";
  font-size: 2em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.5em;
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .my-name {
    font-size: 20px;
  }
  .my-name__sama {
    font-size: 14px;
  }
  .my-lead {
    font-size: 14px;
  }
  .my-table {
    margin-bottom: 10px;
  }
  .my-table th,
  .my-table td {
    font-size: 14px;
  }
  .my-table th {
    width: 50%;
    padding: 8px;
  }
  .my-table td {
    padding: 8px 8px 8px 0;
  }
  .my-table__password th,
  .my-table__password td {
    width: 100%;
    display: block;
  }
  .my-table__password td {
    padding: 0 8px 8px 8px;
    border-top: none;
    text-align: left;
  }
  .my-form {
    margin-bottom: 20px;
  }
  .my-form th {
    display: block;
    width: auto;
    padding: 8px 8px 4px;
  }
  .my-form td {
    display: block;
    border-top: none;
    padding: 0 8px 12px;
  }
  .my-form input[type=text],
  .my-form input[type=number],
  .my-form input[type=email],
  .my-form input[type=password] {
    width: 100%;
  }
  .my-form__btn {
    width: 100%;
    margin-bottom: 30px;
  }
  .my-form__btn-top {
    width: 100%;
  }
  .my-form__btn-back {
    width: 80%;
  }
  .my-form__border {
    border-top: dotted 1px #073190;
  }
  .my-form__lead {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }
  .my-form__link {
    font-size: 12px;
  }
  .my-form__login .checkbox {
    font-size: 14px;
  }
  .my-form__first-login a {
    font-size: 12px;
  }
  .my-top li {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .my-top img {
    width: 110px;
  }
  .my-top__link {
    padding: 16px 0;
    font-size: 12px;
  }
  .my-top__btn {
    margin: 0 auto 20px;
  }
  .my-tel__title {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .my-tel p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .my-tel dl {
    max-width: 600px;
    margin: 0 auto 16px;
    font-size: 14px;
    text-align: left;
  }
  .my-tel dt {
    margin-right: 10%;
  }
  .my-tel dd span {
    display: block;
  }
  .my-list {
    padding: 8px;
    margin-bottom: 20px;
  }
  .my-list__table {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .my-list__table th,
  .my-list__table td {
    padding: 8px;
  }
  .my-list__table th {
    width: 26%;
  }
  .my-list__status {
    padding: 2px 4px;
    font-size: 12px;
  }
  .my-list__right {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .my-list__info {
    margin-bottom: 30px;
  }
  .my-list__info th,
  .my-list__info td {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
  .my-list__info th {
    padding: 12px 8px 0;
  }
  .my-list__info td {
    border-top: none;
    padding: 6px 8px 6px;
  }
  .my-list__info .horizontal {
    display: flex;
    align-items: center;
    border-top: dotted 1px #073190;
  }
  .my-list__info .horizontal th {
    width: 100px;
    padding: 12px 8px;
    border-top: none;
  }
  .my-list__info .horizontal td {
    flex: 1;
    padding: 12px 8px;
  }
  .my-list__form {
    display: block;
  }
  .my-list__form .btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .my-list__form--btn {
    width: 100%;
    margin: 0;
  }
}
.error-screen__lead {
  margin: 0 auto 60px;
  color: #bf0008;
  font-size: 18px;
  font-weight: bold;
}
.error-screen__back {
  max-width: 340px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .error-screen__lead {
    margin: 0 auto 35px;
    font-size: 14px;
    text-align: left;
  }
  .error-screen__back {
    width: 250px;
    max-width: 68.1198910082%;
    margin: 0 auto;
  }
}
