@charset "UTF-8";
/* カラー一覧 */
/* 共通変数 */
/* html */
html {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* base */
body {
  font-family: 'メイリオ','Meiryo','sans-serif';
  font-size: 100%;
  color: #333;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}

@media (max-width: 992px) {
  body {
    font-size: 80%;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 70%;
  }
}

/* main */
main {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media all and (min-width: 992px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, header + main {
    /* IE11 にのみ適用される */
    padding-top: 80px;
  }
}

/* bootstrapの適用内容を打消し */
p {
  color: inherit;
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
}

/* bootstrapの適用内容を上書き */
.border-purple {
  border-color: #004ea2 !important;
}

.text-purple {
  color: #004ea2 !important;
}

.bg-purple {
  background-color: #004ea2 !important;
}

.btn-purple {
  background-color: #004ea2;
  border-color: #004ea2;
}

.btn-purple:hover {
  background-color: #004ea2;
  border-color: #004ea2;
}

.btn-purple:focus, .btn-purple .focus {
  background-color: #004ea2;
  border-color: #004ea2;
}

.btn-purple:disabled, .btn-purple .disabled {
  background-color: #004ea2;
  border-color: #004ea2;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  background-color: #004ea2;
  border-color: #004ea2;
}

.btn-outline-purple {
  color: #004ea2;
  border-color: #004ea2;
}

.btn-outline-purple:hover {
  background-color: #004ea2;
  border-color: #004ea2;
}

.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  background-color: #004ea2;
  border-color: #004ea2;
}

.input-box .form-control {
  border-color: #004ea2;
}

.input-box .custom-select {
  border-color: #004ea2;
}

.input-box .custom-select[aria-invalid="false"] {
  color: #000000;
}

/* 視覚表示 transition erase-inをうちけし */
.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control {
    transition: none;
}

/* validationクラスで、標準セレクタsvg込みで設定してしまうため、上書き */
.custom-select.is-invalid,.was-validated .custom-select:invalid  {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23da4b48' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23da4b48' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 2rem/calc(.85em + .75rem) calc(.85em + .75rem);
}
.custom-select.is-valid,.was-validated .custom-select:valid  {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2321c87a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 2rem/calc(.85em + .75rem) calc(.85em + .75rem);
}

@media (max-width: 500px) {
  select#member-detail-parent-birth-year,
  select#member-detail-parent-birth-month,
  select#member-detail-parent-birth-day,
  select#member-detail-student-birth-year,
  select#member-detail-student-birth-month,
  select#member-detail-student-birth-day {
    padding-right: 0;
    background: none;
  }
}

.input-box .input-group-text {
  border-color: #004ea2;
}

.btn {
  border-radius: 0.5rem;
}

/* 既存クラス関連 */
/* list */
ul.disc {
  list-style: none;
  padding-left: 0;
}

ul.disc li {
  padding-left: 0.5rem;
  position: relative;
}

ul.disc li:before {
  content: '';
  display: block;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 0.2rem;
  height: 0.2rem;
}

ul.disc.normal li:before {
  top: 10px;
}

ul.space li {
  margin-bottom: 1rem;
}

/* select */
select.custom-select {
  background: none;
}

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

.select-label {
  position: relative;
}

.select-label::before {
  content: '';
  border-width: 0.6rem 0.4rem;
  border-style: solid;
  border-color: #004ea2 transparent transparent;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  width: 0;
  height: 0;
}

/* ページ内リンク調整 */
.h2-area {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section-link {
  padding-top: 4rem;
  margin-top: -4rem;
}

/* hタグ */
.wai-h2 {
  color: #004ea2;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #004ea2;
}

@media (max-width: 992px) {
  .wai-h2 {
    font-size: 1.7rem;
  }
}

.wai-h3 {
  color: #004ea2;
  font-size: 1.3rem;
  font-weight: 700;
}

.inquiry ul li {
  color: #333;
}

.inquiry ul li span {
  color: #333;
}

@media (max-width: 576px) {
  .wai-h3 {
    font-size: 1rem;
  }
}

.wai-h3-compensation {
  background-color: rgb(91,193,216);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 28px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .wai-h3-compensation {
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  .wai-h3-compensation {
    font-size: 1rem;
  }
}

.wai-h3-compensation .sub-h3 {
  font-size: 0.9rem;
  vertical-align: middle;
}

#compensation .fixed-lg-min-height {
  min-height: 12rem;
}

@media (max-width: 992px) {
  #compensation .fixed-lg-min-height {
    min-height: auto;
  }
}

#compensation .fixed-lg-min-height-middle {
  min-height: 9rem;
}

@media (max-width: 992px) {
  #compensation .fixed-lg-min-height-middle {
    min-height: auto;
  }
}

#compensation .fixed-lg-min-height-small {
  min-height: 7rem;
}

@media (max-width: 992px) {
  #compensation .fixed-lg-min-height-small {
    min-height: auto;
  }
}

#compensation .fixed-lg-img-min-height img {
  max-height: 130px;
}

@media (max-width: 992px) {
  #compensation .fixed-lg-img-min-height img {
    max-height: auto;
  }
}

.wai-h4 {
  color: #004ea2;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 576px) {
  .wai-h4 {
    font-size: 0.7rem;
  }
}

.section-link h3 {
  color: #004ea2;
}

/* 注釈コメント */
.comment {
  color: #3F3F3F;
  font-size: 0.8rem;
  margin-top: 0.4rem;
}

@media (max-width: 576px) {
  .comment {
    font-size: 0.7rem;
  }
}

/* 強調コメント */
.strong {
  color: #F1572E;
}

.color-red {
  color: red;
}

/* 強調見出しコメント */
.strong-block-text {
  display: inline-block;
  color: #ffffff;
  background-color: #b50c29;
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.4;
  vertical-align: middle;
}

@media (max-width: 576px) {
  .strong-block-text {
    display: inline-block;
    color: #ffffff;
    background-color: #b50c29;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.4;
    vertical-align: middle;
  }
}

/* 数値コメント */
.strong-number {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 992px) {
  .strong-number {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .strong-number {
    font-size: 1rem;
  }
}

.strong-number.strong-large-font {
  font-size: 1.8rem;
}

@media (max-width: 992px) {
  .strong-number.strong-large-font {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .strong-number.strong-large-font {
    font-size: 1.1rem;
  }
}

/* ログインページ タイトル */
.login-title {
  font-size: 1.75rem;
}

@media (max-width: 576px) {
  .login-title {
    font-size: 1.2rem;
  }
}

/* 小さいテキスト */
.small-text {
  font-size: 0.8rem;
}

@media (max-width: 576px) {
  .small-text {
    font-size: 0.7rem;
  }
}

.middle-text {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .middle-text {
    font-size: 0.8rem;
  }
}

/* 少し大きいテキスト */
.little-large-text {
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .little-large-text {
    font-size: 0.8rem;
  }
}

/* 部品 */
/* 黒丸 */
.bg-beige {
  background-color: #fff9f7 !important;
}

.border-disc {
  display: inline-block;
  border-radius: 50%;
  background: #000000;
  vertical-align: middle;
  width: 3px;
  height: 3px;
}

.border-none {
  border: none;
}

/* アスタリスク */
.asterisk {
  color: #ff86bc;
  font-weight: 700;
  font-size: 120%;
}

/* 検索ボタン */
.fn-postal-search {
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.70rem 1.5rem;
}

/* 付属アイコン */
.attached {
  background: #004ea2;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: -1px;
  padding: 0.6rem;
  line-height: 1.5;
  height: 100%;
}

/* 下部追随メニュー */
.down-information {
  height: 10%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
}

.down-information a:hover {
  color: #fff;
}

/* 右下追随メニュー */
.right-down-information {
  position: absolute;
  right: 15px;
  max-width: 50%;
  width: 31%;
  height: 70%;
  margin-right: 17%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s;
  color: #fff;
  font-weight:bold;
  font-size: 130%;
  background: linear-gradient(to right, #72e2aa, #1d8d55);
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-radius: 7px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

/* 左下追随メニュー */
.left-down-information {
  position: absolute;
  left: 15px;
  max-width: 50%;
  width: 31%;
  height: 70%;
  margin-left: 17%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s;
  color: #fff;
  font-weight:bold;
  font-size: 130%;
  background: linear-gradient(to right, #FF773E, #FF0000);
  display: grid;
  justify-content: center;
  align-items: center;
  place-items: center;
  border-style: solid;
  border-radius: 7px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.left-down-information-small {
  font-weight: normal;
  font-size: 60%;
  height: 50%;
}

@media (max-width: 992px) {
  .right-down-information {
    width: 35%;
    margin-right: 12%;
    font-size: 150%;
  }
  .left-down-information {
    width: 35%;
    margin-left: 12%;
    font-size: 150%;
  }
  .left-down-information-small {
    font-size: 70%;
  }
}

@media (max-width: 576px) {
  .down-information {
    height: 10%;
  }
  .right-down-information {
    width: 44%;
    margin-right: 1%;
  }
  .left-down-information {
    width: 44%;
    margin-left: 1%;
  }
}

@media (max-width: 371px) {
  .right-down-information {
    width: 42%;
    margin-right: 1%;
  }
  .left-down-information {
    width: 42%;
    margin-left: 1%;
    font-size: 130%;
  }
  .left-down-information-small {
    font-size: 70%;
  }
}

@media (max-width: 281px) {
  .left-down-information {
    font-size: 110%;
  }
}

@media (max-height: 751px) {
  .down-information {
    height: 13%;
  }
}

@media (max-height: 541px) {
  .down-information {
    height: 20%;
  }
}

@media (max-height: 381px) {
  .down-information {
    height: 25%;
  }
}

@media (max-height: 301px) {
  .down-information {
    height: 27%;
  }
}

/* 筆風下線 */
.red-bar {
  position: relative;
}

.red-bar::before {
  content: url(/img/v1/red_bar.gif);
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  height: 20px;
  width: 100%;
}

@media (max-width: 992px) {
  .red-bar::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 576px) {
  .red-bar::before {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

/* アコーディオン */
.accordion-btn {
  background-color: #004ea2;
  color: #ffffff;
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5rem;
  line-height: 25px;
  position: relative;
}

.accordion-btn:hover {
  color: #ffffff;
}

@media (max-width: 576px) {
  .accordion-btn {
    font-size: 1rem;
  }
}

.accordion-btn .card-collapse__btn-arrow {
  color: #ffffff;
  position: absolute;
  top: 7px;
  right: 10px;
}

.accordion-body {
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

/* ステップ表記 */
@media (max-width: 576px) {
  .wizard-steps {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .wizard-steps::after {
    content: none;
  }
  .wizard-steps .wizard-steps-item {
    padding-top: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
  .wizard-steps .wizard-steps-num-wrapper {
    padding: 0;
  }
  .wizard-steps .wizard-steps-num {
    height: 2rem;
    width: 2rem;
  }
}

.wizard-steps-title {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .wizard-steps-title {
    font-size: 53%;
    line-height: 1.3;
  }
  .wizard-steps {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.wizard-steps-title br {
  display: none;
}

@media (max-width: 767px) {
  .wizard-steps-title br {
    display: inline-block;
  }
}

/* Lineボタン */
.line-button {
  height: 40px;
  border-radius: 4px !important;
  background-color: #00C300;
  color: #ffffff;
  position: relative;
}

.line-button:hover {
  color: #ffffff;
}

.line-button img {
  width: 26px !important;
  height: 26px !important;
  margin-left: 26px;
}

@media (max-width: 576px) {
  .line-button img {
    margin-left: auto;
  }
}

.line-button span {
  line-height: 1rem;
  font-size: 12px;
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.line-button span#login-change-line{
    padding-left: 0px !important;
}

@media (max-width: 576px) {
  .line-button span {
    padding-left: 10px !important;
    padding-right: 2px !important;
  }
  .line-button span#login-change-line{
    padding-left: 5px !important;
  }
}

/* マイページログイン */
.login-input-box{
  width: 454px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .login-input-box{
    width: 100%;
  } 
}

/* googleボタン */
.sns-btn-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.sns-btn-wrap .line-btn-wrap{
  width: 50%;
}

.sns-btn-wrap .google-btn-wrap{
  width: 50%;
}

.sns-btn-wrap.change .line-btn-wrap,
.sns-btn-wrap.change .google-btn-wrap{
  margin: 0 auto 0 0;
}


@media (max-width: 576px) {
  .sns-btn-wrap{
    display: block;
  }

  .sns-btn-wrap .line-btn-wrap,
  .sns-btn-wrap .google-btn-wrap{
    width: 100%;
    max-width: 216px;
    margin: 0 auto;
    text-align: center;
  }

  .sns-btn-wrap .google-btn-wrap{
    margin: 15px auto 0;
  }

  .sns-btn-wrap.change .line-btn-wrap,
  .sns-btn-wrap.change .google-btn-wrap{
    margin: 0 auto 0 0;
  }
}

#google-signin-button {
  overflow: hidden;
}

.google-button {
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
  color: #757575;
  position: relative;
}

.google-button:hover {
  color: #757575;
}

.google-button img {
  height: 35px;
}

/* background打消し */
.bg-none {
  background-color: initial !important;
}

/* 320px以下のスマホ時の改行*/
@media (max-width: 320px) {
  .br-320 {
    display: block;
  }
}

/* 320px以下のスマホ時の改行削除 */
@media (max-width: 320px) {
  .br-none {
    display: none;
  }
}

/* 320px以下のスマホ時のpadding削除 */
@media (max-width: 320px) {
  .p-0-320 {
    padding: 0;
  }
}

/* ボタン */
.download-button {
  display: inline-block;
  background-color: #4ac0b1;
  border: 1px solid #4ac0b1;
  border-radius: 0.5rem;
  color: #ffffff;
  padding: 0.5rem 4rem 0.5rem 1rem;
  line-height: 1.5;
  position: relative;
  width: 400px;
}

.download-button:hover {
  color: #ffffff;
}

.download-button.download-button-mypage {
  font-size: 1rem;
}

.download-button .download-button-icon {
  background-color: #44a29e;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}

.download-button .download-button-icon i {
  color: #ffffff;
  font-size: 180%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  .download-button {
    width: 100%;
    font-size: 0.8rem;
  }
}

/* カスタムラジオボタン */
.custom-radio-plan {
  height: 80px;
}

@media (max-width: 576px) {
  .custom-radio-plan {
    height: auto;
  }
}

.custom-radio-plan.payment {
  height: auto;
}

.custom-radio-plan.payment .method-img {
  padding: 0.2rem;
  max-width: 160px;
  margin-bottom: 0.4rem;
  border: 1px solid #fff;
}

.custom-radio-plan.payment .method-label {
  height: 4rem;
  font-size: 0.8rem;
  line-height: 1rem;
}

@media (max-width: 576px) {
  .custom-radio-plan.payment .method-label {
    height: 5rem;
  }
}

.custom-radio-plan.payment .custom-control-label::before, .custom-radio-plan.payment .custom-control-label::after {
  top: 80%;
  left: 45%;
}

.custom-radio-plan:not(.payment) .custom-control-label::before {
  content: none;
}

.custom-radio-plan:not(.payment) .custom-control-label::after {
  content: none;
}

.custom-radio-plan .form-selector-modern__input ~ .form-selector-modern__label {
  background-color: #bfbfbf;
  border: 1px solid #004ea2;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  padding-left: 1.25rem;
}

.custom-radio-plan .form-selector-modern__input ~ .form-selector-modern__label .wai-h3 {
  margin-top: 0.25rem;
}

.custom-radio-plan .form-selector-modern__input:checked ~ .form-selector-modern__label {
  border-color: #004ea2;
  background-color: #004ea2;
}

.custom-radio-plan .form-selector-modern__input.payment ~ .form-selector-modern__label {
  background-color: #bfbfbf;
  border-color: #44a29e;
}

.custom-radio-plan .form-selector-modern__input.payment:checked ~ .form-selector-modern__label {
  border-color: #44a29e;
  background-color: #44a29e;
}

.custom-radio-plan input:disabled + .form-selector-modern__label {
  background-color: #004ea2;
  border-color: #004ea2;
  opacity: 0.2;
}

.custom-radio-plan input:disabled + .form-selector-modern__label span {
  color: #f5f5f7;
}

.custom-radio-plan.radio-plan-block {
  height: auto;
}

.custom-radio-plan.radio-plan-block .row {
  display: block;
}

.custom-radio-plan.radio-plan-block .row .custom-radio {
  display: block;
  max-width: 60%;
  width: 60%;
}

/* プラン申込ボタン */
.btn-premium {
  background-color: rgb(234,109,153);
  border-color: rgb(234,109,153);
}

.btn-premium:hover {
  background-color: #9b4b64;
}

.btn-standard {
  background-color: rgb(0,78,162);
  border-color: rgb(0,78,162);
}

.btn-standard:hover {
  background-color: #003764;
}

.btn-saving {
  background-color: rgb(111,185,44);
  border-color: rgb(111,185,44);
}

.btn-saving:hover {
  background-color: #6a8b43;
}

@media (max-width: 576px) {
  .btn-premium, .btn-standard, .btn-saving {
    font-size: 0.7rem;
    padding: 0.1rem;
  }
}

/* チェックボックス */
.check-box {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 400px;
}

@media (max-width: 576px) {
  .check-box {
    width: 100%;
  }
}

.check-box:hover {
  cursor: pointer;
}

.check-box label {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem;
  width: 100%;
  color: #004ea2;
}

.check-box label::before {
  content: '';
  display: inline-block;
  border: 1px solid #004ea2;
  background-color: #ffffff;
  border-radius: 6px;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 1.8rem;
  height: 1.8rem;
}

.check-box label:hover {
  cursor: pointer;
}

.check-box .over-lay {
  display: block;
  border: 1px solid #004ea2
  ;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.check-box input[type=checkbox] {
  display: inherit;
  visibility: hidden !important;
}

.check-box input[type=checkbox]:checked + label::after {
  content: '\2713';
  color: #004ea2;
  font-size: 2.1rem;
  position: absolute;
  top: -5px;
  left: 5px;
}

.check-box input[type=checkbox]:checked + label + .over-lay {
  background-color: #e7e9ff;
  border-color: #004ea2;
}

/* チェックボックス validation */
.check-box .invalid-feedback {
  position: absolute;
  right: 0;
  bottom: -25px;
}

/* ヘッダー */
.header-background {
  background-color: #004ea2;
}

.u-hamburger:hover .u-hamburger__inner, .u-hamburger:hover .u-hamburger__inner::before, .u-hamburger:hover .u-hamburger__inner::after {
  background-color: #8c98a4;
}

@media (max-width: 992px) {
  .u-header--modern .navbar-expand-lg .u-header__hamburger {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    max-width: 10%;
  }
}

/* ヘッダータイトル */
@media (max-width: 992px) {
  .u-header--modern .navbar-expand-lg .u-header__navbar-brand-wrapper.heder-title-link {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    max-width: 90%;
    text-align: right !important;
  }
}

.heder-title-text {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0;
  color: #555;
}

.heder-title-text:hover {
  color: #555 !important;
}

.heder-title-text.mypage {
  color: #ffffff !important;
}

.heder-title-text.mypage:hover {
  color: #ffffff !important;
}

@media (max-width: 1200px) {
  .heder-title-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .heder-title-text {
    font-size: 1.0rem;
  }
}

@media (max-width: 767px) {
  .heder-title-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .heder-title-text {
    font-size: 0.65rem;
  }
}

.heder-title-text-sub {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .heder-title-text-sub {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .heder-title-text-sub {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .heder-title-text-sub {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-top: 0.2rem;
  }
}

/* ヘッターサブメニュー一覧 */
.navbar-expand-lg .u-header__navbar-nav .u-header__nav-item .u-header__nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 1100px) {
  .navbar-expand-lg .u-header__navbar-nav .u-header__nav-item .u-header__nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}

@media (max-width: 992px) {
  .navbar-expand-lg .u-header__navbar-nav .u-header__nav-item .u-header__nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand-lg .u-header__navbar-nav .u-header__nav-item:last-child .u-header__nav-link {
  padding-right: 0;
}

.sp-page-navi {
  color: #000000;
}

.sp-page-navi:hover {
  color: #BD34C9 !important;
}

@media (max-width: 992px) {
  .sp-page-navi {
    border-bottom: 1px solid #151b26;
  }
}

/* マイページ ヘッダー */
@media (max-width: 992px) {
  .u-header--modern .navbar-expand-lg .u-header__secondary-nav {
    -ms-flex: 0;
        flex: 0;
  }
}

/* メインビジュアル */
.first-view-image {
  box-sizing: border-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 330px;
}

@media (max-width: 1200px) {
  .first-view-image {
    padding-top: 25%;
    height: auto;
  }
}

@media (max-width: 992px) {
  .first-view-image {
    padding-top: 28%;
  }
}

@media (max-width: 576px) {
  .first-view-image {
    padding-top: 50%;
  }
}

.first-view-absolute {
  padding: 1rem;
  margin: auto;
  text-align: center;
}

.first-view-title-text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5rem 0 0;
  margin: 0;
}

@media (max-width: 992px) {
  .first-view-title-text {
    font-size: 2.0rem;
  }
}

@media (max-width: 576px) {
  .first-view-title-text {
    font-size: 1.5rem;
  }
}

.first-view-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5rem 0;
  margin: 0;
}

.first-view-text span {
  font-size: 1.5rem;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .first-view-text {
    font-size: 1.5rem;
  }
  .first-view-text span {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .first-view-text {
    font-size: 1.2rem;
  }
  .first-view-text span {
    font-size: 1rem;
  }
}

.first-view-text-sub {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.first-view-text-sub .strong-block-text {
  display: inline;
  font-size: 1.5rem;
}

@media (max-width: 992px) {
  .first-view-text-sub {
    font-size: 1.2rem;
  }
  .first-view-text-sub .strong-block-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .first-view-text-sub {
    font-size: 1.0rem;
  }
  .first-view-text-sub .strong-block-text {
    font-size: 1.0rem;
  }
}

@media (max-width: 576px) {
  .first-view-text-sub {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .first-view-text-sub .strong-block-text {
    font-size: 0.8rem;
  }
}

.first-view-sonpo-img {
  margin: auto;
  padding: 1rem 0;
  width: 270px;
}

@media (max-width: 576px) {
  .first-view-sonpo-img {
    width: 250px;
  }
}

.header-view-image {
  box-sizing: border-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 1px #9e0922;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
}

@media (max-width: 1200px) {
  .header-view-image {
    background-size: contain;
    border: none;
    padding-top: 15px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .header-view-image {
    background-size: cover;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 900px) {
  .header-view-image {
    background-size: contain;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .header-view-image {
    background-size: cover;
    border-bottom: solid 1px #9e0922;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 456px) {
  .header-view-image {
     background-size: contain;
     border-bottom: none;
   }
 }

.contract-text {
  color: #b50c29;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 28px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* トップ概要欄 */
.summary .summary-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.summary .summary-text {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .summary .summary-title {
    font-size: 2rem;
  }
  .summary .summary-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .summary .summary-title {
    font-size: 1.5rem;
  }
  .summary .summary-text {
    font-size: 0.9rem;
  }
}

/* LP TOPブロック画像,横長画像 */
/* PC Viewの場合のみ適応、だいぶ無理やり */
@media (min-width: 1200px){
  .img-block {
    max-width: none;
    width: 195px;
  }
  .img-bar {
    max-width: none;
    width: 530px;
  }
}

/* LPトップ背景色 */
.lp-back-color{
  background-color: #5bc1d8;
}

/* CASE：＜事例＞ */
.border-block {
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 1rem;
}

.border-block .d-flex .title {
  line-height: 2;
}

.border-block .title {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0;
}

.border-block .title.normal {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .border-block .title {
    font-size: 0.7rem;
  }
  .border-block .title.normal {
    font-size: 0.8rem;
  }
}

.border-block .text {
  color: #000000;
  font-size: 0.8rem;
}

.border-block .text.normal {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .border-block .text {
    font-size: 0.7rem;
  }
  .border-block .text.normal {
    font-size: 0.8rem;
  }
}

.border-block .strong-block-text {
  font-size: 0.8rem;
  line-height: 1.5;
}

.border-block.blue {
  border-color: #004ea2;
}

.border-block.gray {
  border-color: #70707D;
}

.border-block.strong {
  border-color: #BD34C9;
}

/* table */
.table {
  border-color: #ffffff;
}

.table th {
  border-color: #ffffff;
}

.table td {
  border-color: #ffffff;
}

/* table セットプラン */
.table-set-plan {
  font-size: 0.9rem;
}

.table-set-plan thead th {
  border-bottom: 0;
  padding: 0 0.75rem;
}

.table-set-plan thead th:first-child {
  border: 0;
}

.table-set-plan thead .space-block {
  border: 0;
  padding: 0.25rem;
}

.table-set-plan tbody th {
  padding: 0;
}

.table-set-plan tbody td {
  background-color: #f5f5f7;
  padding: 0.4rem 0.75rem;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .table-set-plan tbody td {
    padding: 0.25rem 0.75rem;
  }
}
.table-set-plan.premium .set-plan-light {
  background-color: rgb(251,231,237);
}

.table-set-plan.premium .set-plan-strong {
  background-color: rgb(234,109,153);
  color: #ffffff;
}

.table-set-plan.standard .set-plan-light {
  background-color: rgb(209,214,236);
}

.table-set-plan.standard .set-plan-strong {
  background-color: rgb(0,78,162);
  color: #ffffff;
}

.table-set-plan.saving .set-plan-light {
  background-color: #D1E8D1;
}

.table-set-plan.saving .set-plan-strong {
  background-color: rgb(111,185,44);
  color: #ffffff;
}

/* table プラン一覧 */
/* table プラン 変数 */
/* table プラン クラス */
.table-plan-change-home {
  border-color: #bfbfbf;
  border-width: 0.2rem;
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  opacity: 0.5;
}

@media (max-width: 576px) {
  .table-plan-change-home {
    font-size: 1rem;
    line-height: 2.3;
  }
}

@media (max-width: 489px) {
  .table-plan-change-home {
    font-size: 0.8rem;
    line-height: 2.3;
  }
}

@media (max-width: 412px) {
  .table-plan-change-home {
    font-size: 0.7rem;
    line-height: 2.3;
  }
}

.table-plan-change-home::before {
  content: '';
  display: block;
  border: 1px solid #000000;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
}

@media (max-width: 576px) {
  .table-plan-change-home::before {
    content: '';
    display: block;
    border: 1px solid #000000;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 5px;
    width: 1rem;
    height: 1rem;
    opacity: 0.5;
    left: 3px;
  }
}

@media (max-width: 489px) {
  .table-plan-change-home::before {
    top: 13px;
  }
}

@media (max-width: 412px) {
  .table-plan-change-home::before {
    top: 12px;
  }
}

.table-plan-change-home::after {
  content: '';
  display: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 9px;
  width: 0.5rem;
  height: 0.5rem;
}

@media (max-width: 576px) {
  .table-plan-change-home::after {
    left: 7px;
    top: 21px;
  }
}

@media (max-width: 489px) {
  .table-plan-change-home::after {
    top: 17px;
  }
}

@media (max-width: 412px) {
  .table-plan-change-home::after {
    top: 16px;
  }
}

.table-plan-change-home.active {
  border-color: #4f81bd;
  opacity: 1;
}

.table-plan-change-home.active::before {
  border-color: #4f81bd;
  background-color: #4f81bd;
  opacity: 1;
}

.table-plan-change-home.active::after {
  display: block;
}

.table-plan-change-alone {
  border-color: #bfbfbf;
  border-width: 0.2rem;
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  opacity: 0.5;
}

@media (max-width: 576px) {
  .table-plan-change-alone {
    font-size: 1rem;
    line-height: 2.3;
  }
}

@media (max-width: 489px) {
  .table-plan-change-alone {
    font-size: 0.8rem;
  }
}

@media (max-width: 412px) {
  .table-plan-change-alone {
    font-size: 0.7rem;
  }
}

.table-plan-change-alone::before {
  content: '';
  display: block;
  border: 1px solid #000000;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
}

@media (max-width: 576px) {
  .table-plan-change-alone::before {
    content: '';
    display: block;
    border: 1px solid #000000;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 5px;
    width: 1rem;
    height: 1rem;
    opacity: 0.5;
    left: 3px;
  }
}

@media (max-width: 489px) {
  .table-plan-change-alone::before {
    top: 13px;
  }
}

@media (max-width: 412px) {
  .table-plan-change-alone::before {
    top: 12px;
  }
}

.table-plan-change-alone::after {
  content: '';
  display: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 9px;
  width: 0.5rem;
  height: 0.5rem;
}

@media (max-width: 576px) {
  .table-plan-change-alone::after {
    left: 7px;
    top: 21px;
  }
}

@media (max-width: 489px) {
  .table-plan-change-alone::after {
    top: 17px;
  }
}

@media (max-width: 412px) {
  .table-plan-change-alone::after {
    top: 16px;
  }
}

.table-plan-change-alone.active {
  border-color: #4f81bd;
  opacity: 1;
}

.table-plan-change-alone.active::before {
  border-color: #4f81bd;
  background-color: #4f81bd;
  opacity: 1;
}

.table-plan-change-alone.active::after {
  display: block;
}

.table-plan-home.tab-pane ul {
  padding: 0;
}

@media (max-width: 767px) {
  .table-plan-home.tab-pane ul {
    padding-right: 8px;
  }
}

.body {
  color: #333;
}

.black {
  color: #333;
}

.blue {
  color: #004ea2 !important;
}

.table-plan-home.tab-pane .body .label .wai-list-group-item {
  background-color: #FFFFFF;
  text-align: center;
  border-right: none;
}

.table-plan-home.tab-pane .body .label .back-color-pink {
  background-color: #FBE5E7;
}

.table-plan-home.tab-pane .body .label .wai-list-group-item.group-item-row {
  min-height: 52px;
}

@media (max-width: 767px) {
  .table-plan-home.tab-pane .body .label .wai-list-group-item.group-item-row {
    min-height: 0;
  }
}

.table-plan-alone.tab-pane ul {
  padding: 0;
}

@media (max-width: 767px) {
  .table-plan-alone.tab-pane ul {
    padding-right: 8px;
  }
}

.table-plan-alone.tab-pane .body .label li.back-color-pink {
  background-color: #FBE5E7;
}

.table-plan-alone.tab-pane .body .label .wai-list-group-item {
  text-align: center;
  border-right: none;
}

.table-plan-alone.tab-pane .body .label .wai-list-group-item.group-item-row {
  min-height: 52px;
}

@media (max-width: 767px) {
  .table-plan-home.tab-pane .body .label .wai-list-group-item {
    border-right: 1px solid #E98FAD;
  }
  .table-plan-alone.tab-pane .body .label .wai-list-group-item {
    border-right: 1px solid #E98FAD;
  }
  .table-plan-alone.tab-pane .body .label .wai-list-group-item.group-item-row {
    min-height: 0;
  }
}

.price-table .header .wai-list-group-item {
  background-color: #F497B9;
  border-color: #F497B9;
  color: #ffffff;
  text-align: center;
}

.price-table .header .wai-list-group-item.plan-color-premium {
  background-color: rgb(234,109,153);
  border-color: rgb(234,109,153);
  border-left: 1px solid #E98FAD;
  margin-left: -1px;
}

.price-table .header .wai-list-group-item.plan-color-standard {
  background-color: rgb(0,78,162);
  border-color: rgb(0,78,162);
}

.price-table .header .wai-list-group-item.plan-color-saving {
  background-color: rgb(111,185,44);
  border-color: rgb(111,185,44);
}

@media (max-width: 767px) {
  .price-table .header .wai-list-group-item.plan-color-premium {
    margin-left: 0px;
  }
}

.price-table .body li .label .wai-list-group-item {
  text-align: center;
  width: 100%;
}

.price-table .body li .data li {
  text-align: center;
  width: 100%;
}

.price-table .body li .data .back-color-pink {
  background-color: #FBE5E7;
}

.price-table .body li .data li label {
  margin-bottom: 0;
}

.price-table .body li.section-title {
  text-align: center;
  margin-top: 1.5rem;
}

.price-table .body li.section-title.type-space {
  margin-top: 3rem;
}

.price-table .body li.section-title .wai-list-group-item {
  background-color: #FBE5E7;
  color: #333;
}

.price-table .body li.section-title .wai-list-group-item.back-color-pink {
  color: #000000;
  background-color: #FBE5E7;
}

.price-table .body li.section-title .wai-list-group-item.white {
  color: #ffffff;
}

.price-table .body li.section-title .wai-list-group-item.white span {
  color: #ffffff;
}

.price-table .body li.section-title .wai-list-group-item.back-color-aqua {
  background-color: #57BEC8;
  border-color: #57BEC8;
}

.price-table .body li.section-title .wai-list-group-item.back-color-pink {
  background-color: #E886A2;
  border-color: #E886A2;
}

.price-table .body li.section-title .wai-list-group-item.back-color-light-pink {
  background-color: #F497B9;
  border-color: #F497B9;
}

.price-table .list-group li, .price-table .list-group .wai-list-group-item {
  border: 1px solid #E98FAD;
  padding: 0.4rem;
  line-height: 1.2;
  height: 100%;
}
@media (max-width: 767px) {
  .price-table .list-group li, .price-table .list-group .wai-list-group-item {
    padding: 0.25rem;
  }
}

tr .boder-top {
  border-top: none;
}

tr .boder-bottom {
  border-bottom: none;
}

.price-table .body .boder-top ul li {
  border-top: none;
}

.price-table .pl-3 .boder-bottom ul li {
  border-bottom: none;
}

.price-table .pl-3 .rowgroup ul li.boder-bottom {
  border-bottom: none;
}

.boder-left {
  margin-left: -1px;
}

.boder-left-large {
  margin-left: -1px;
  width: 101% !important;
}
.plan-color-premium {
  border-right: none !important;
}
.plan-color-standard {
  border-right: none !important;
}

@media (max-width: 767px) {
  .boder-top {
    margin-top: 0px;
  }
  .boder-left-large {
    margin-left: 0px;
  }
  .boder-left {
    margin-left: 0px;
  }
  .top .rowgroup .list-group {
    margin-top: -1px;
  }
  .plan-color-premium {
    border-right: none !important;
  }
  .price-table-small tbody th {
    border-right: 0px;
  }
  .top li .label .wai-list-group-item {
    border-bottom: none;
  }

  /* ※TODO LPTOPのSP版のboderが必要な場合以下のコメントアウトを解除 */
  .plan-color-standard {
    /* margin-left: -1px;
    border-left: none !important;
    border-right: none !important; */
  }
  .plan-color-saving {
    margin-left: -1px;
    /* border-left: none !important; */
  }
  .top li .data .back-color-pink {
    /* border-top: none; */
  }
  .price-table-small tbody td {
    /* border-left: 0px; */
  }

  /* ※TODO LPTOPのSP版のboderが必要無い場合以下削除 */
  .price-table .body .boder-top ul li {
    border-top: 1px solid #E98FAD;
  }
  .top li .label .wai-list-group-item.title-under {
    border-top: none;
  }
  tr .boder-top {
    border-top: 1px solid #E98FAD;
  }
}

/* プラン選択画面boder */
.price-table .body.plan-price li .data li {
  border-top: none;
  margin-top: -1px;
}

.price-table .body.plan-price li .label li.w-100 {
  margin-top: -1px;
  border-top: none;
  
}

.price-table .body.plan-price li .label li.text-muted {
  border: none;
}

.plan-premium {
  border-right: none !important;
}

.plan-standard {
  /* margin-left: -1px; */
  border-right: none !important;
}

.plan-saving {
  /* margin-left: -1px; */
}

@media (max-width: 767px) {
  .price-table .body.plan-price li .data li {
    margin-right: 0px;
  }
  .body.plan-price .rowgroup .list-group {
    margin-top: 0px ;
  }
}

/* 規模の小さいテーブル */
.price-table-small {
  color: #000000;
}

.price-table-small p {
  color: #000000;
}

.price-table-small thead th {
  background-color: #004ea2;
  color: #ffffff;
  border-top: 0;
  border-color: #ffffff;
  text-align: center;
  padding: 0.25rem;
  line-height: 1.2;
  height: 100%;
}

.price-table-small tbody th {
  background-color: #ffffff;
  border-color: #E98FAD;
  text-align: center;
  padding: 0.25rem;
  line-height: 1.2;
  font-weight: 400;
  height: 100%;
}

.price-table-small tbody th.back-color-pink {
  background-color: #FBE5E7;
}

.price-table-small tbody td {
  background-color: #ffffff;
  border-color: #E98FAD;
  text-align: center;
  padding: 0.4rem;
  line-height: 1.2;
  height: 100%;
}
@media (max-width: 767px) {
  .price-table-small tbody td {
    padding: 0.25rem;
  }
}

.price-table-small tbody td.back-color-pink {
  background-color: #FBE5E7;
}

/* 寄付活動・団体案内 */
.about-side-text {
  color: #70707D;
}

.about-side-text .list-group-item-action {
  color: #70707D;
}

/* option 吹き出し */
.option-balloon {
  background-color: #b50c29;
  color: #ffffff;
  position: absolute;
  top: -40px;
  right: 35%;
  padding: 0.5rem;
  line-height: 1;
}

@media (max-width: 575px) {
  .option-balloon {
    top: -30px;
    right: 30%;
  }
}

/* 未選択時価格項目非表示 */
.fn-selected-plan-lists.not-selected .fn-plan-not-selected {
  display: none;
  visibility: hidden;
}

/* 加入者入力フォーム */
.form-label-position {
  text-align: right;
}

@media (max-width: 576px) {
  .form-label-position {
    text-align: left;
  }
  .select-box-day .p-year select {
    padding: 0.25rem;
  }
}

@media (max-width: 576px) and (max-width: 320px) {
  .select-box-day .p-year {
    max-width: 100%;
  }
  .select-box-day .p-year select {
    padding: 0.75rem 2rem 0.75rem 1rem;
  }
}

@media (max-width: 576px) {
  .select-box-day .p-day {
    padding-left: 0;
  }
}

@media (max-width: 576px) and (max-width: 320px) {
  .select-box-day .p-day {
    padding-left: 1rem;
    max-width: 50%;
  }
}

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;
}

/* クレジットカード種類 */
.credit-card-box {
  display: block;
}

.credit-card-box li {
  display: inline-block;
  padding-right: 0.5rem;
  vertical-align: middle;
  width: 70px;
}

/* 決済画面 list制限 */
.complete-list li:nth-child(2n+1) {
  min-width: 175px;
}

@media (max-width: 576px) {
  .complete-list li:nth-child(2n+1) {
    min-width: 125px;
  }
}

.complete-list li:nth-child(2n) {
  margin-left: 1.25rem;
}

@media (max-width: 576px) {
  .complete-list li:nth-child(2n) {
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  .line-title-sub {
    left: 32px;
  }
}

.line-box {
display: grid;
border: 1px solid #00C300;
padding: 15px 20px 20px;
margin: 60px auto 0; }
.line-box .line-box-head {
grid-row: 1/2;
grid-column: 1/2; }
@media (max-width: 767px) {
.line-box .line-box-head {
grid-row: 1/2;
grid-column: auto; } }
.line-box .line-box-qrCode {
grid-row: 1/3;
grid-column: 2/3; }
@media (max-width: 767px) {
.line-box .line-box-qrCode {
grid-row: 2/3;
grid-column: auto; } }
.line-box .line-box-button {
grid-row: 2/3;
grid-column: 1/2; }
@media (max-width: 767px) {
.line-box .line-box-button {
grid-row: 3/4;
grid-column: auto; } }

.line-box-head {
position: relative;
display: grid;
justify-content: center;
align-items: center;
grid-template-columns: auto auto;
column-gap: 39px; }
@media (max-width: 767px) {
.line-box-head {
column-gap: 27px; } }
.line-box-head .text {
font-weight: bold;
font-size: 24px;
line-height: 1; }
.line-box-head .text.__02 {
position: relative;
top: 5px;
left: 18px; }
.line-box-head .balloon {
background: url(/img/v1/line_ballon.png) no-repeat center/cover;
line-height: 25px;
letter-spacing: 0.1em;
width: 100px;
height: 90px;
font-size: 20px; }
.line-box-head .balloon-text {
position: relative;
top: 12px;
color: #fff;
font-weight: 500;
text-align: center; }
.line-box-head .balloon-text .position {
position: relative;
left: 4px; }
.line-box-head .balloon-text .exclamation {
position: relative;
left: -3px; }

.line-box-qrCode {
margin: 20px auto 0; }
@media (max-width: 540px) {
.line-box-qrCode {
margin: 12px auto 0; } }
.line-box-qrCode .text {
font-size: 16px;
line-height: 1; }
.line-box-qrCode .img {
text-align: center; }

.line-box-button {
margin: 22px auto 0; }
@media (max-width: 767px) {
.line-box-button {
margin: 0; } }
.line-box-button .text {
font-size: 16px;
line-height: 1; }
.line-box-button a {
position: relative;
display: block;
width: 200px;
height: 42px;
padding: 12px 0 12px 14px;
margin: 14px auto 0;
border-radius: 5px;
background: #06C755;
color: #fff;
font-weight: 500;
font-size: 18px;
text-align: center;
line-height: 1; }
.line-box-button a span {
position: absolute;
top: 50%;
left: 32px;
transform: translateY(-50%);
width: 34px;
height: 34px; }

/* 取り消しステータス */
.cancel-status {
  color: #b50c29;
  background-color: #DCDCDC;
}

.cancel-status-top {
  background-color: #DCDCDC;
}

.mypage-background{
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 20.3125%;
}

.mypage-background-parts{
  position: absolute;
  top: 8%;
  left: 1%;
  width: 13%;
  img{
    width: 100%;
    height: auto;
  }
}
.continue-maturity-button {
  background-color: #21c87a;
}

.continue-maturity-button span {
  background-color: #178c55;
}

/* マイページ 保険期間注釈 */
.agreement-term-note {
    font-size: 12px;
}
