@charset "UTF-8";
/* common
-------------------------------------------- */
.main__container{
    margin: 56px auto 80px;
    padding: 0;
}

/* fee
-------------------------------------------- */
.compare__wrap{
    justify-content: space-between;
    gap: 3.5rem;
    margin-bottom: 24px;
}
.compare__wrap + .page-cta__bar{
    padding-bottom:6rem;
}
.compare__item{
    background: #f3f3f3;
    width: calc(50% - 1rem);
    margin-top: 0;
    margin-bottom: auto;
}
.compare__ttlarea{
    position: relative;
}
.compare__ttl{
    color: #fff;
    font-size: 1.8rem;
    background: #f07177;
    padding: 2rem 1rem 2rem 3rem;
    border-radius: 4px 4px 0 0;
    display: block;
}
.compare__ttl span{
    font-size: 1.2em;
}
.compare__ttlimg{
    position: absolute;
    right: 0;
    width: 140px;
    height: 100px;
    bottom: 0;
}
.compare__ttlimg img {
    position: absolute;
    bottom: 0;
}
.compare__list{
    padding: 1rem 0 3rem;
}
.compare__desc{
    width: 100%;
    margin-top: 1rem;
}
.compare__desc a{
    font-size: 1.6rem;
    padding: 1rem 1.6rem 1rem 3.5rem;
    border-radius: 3px;
    background-color: #f3f3f3;
    width: 90%;
    background: #fff;
    margin: 0 auto;
    display: block;
}
.compare__desc a.arrow::before{
    top: 40%;
    left: 1.5rem;
}
.compare__desc a:hover{
    text-decoration: underline;
}
.compare__desc a.arrow:hover:before{
}

.compare__item:nth-child(3) .compare__ttl{
    background: cadetblue;
}
.compare__item-icon {
    background: none;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: auto;
}
.compare__item-icon .plus-wrap {
    -webkit-transform: translateY(-50%) translateX(-50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.inr-title {
    font-size: 2rem;
    font-weight: bold;
    color: #D61518;
    margin: 0 0 3.5rem;
    padding-top: 4rem;
}

.fee__li .section__inr-btn{
    font-size: 1.4rem;
    margin-top: 3rem;
    background-color: #fff;
}
.fee__li{
    margin-bottom: 6rem;
}
.fee_item{
    background: #FCF8F7;
    margin-bottom: 3.2rem;
}
.fee_item--lg{
    padding: 0 4.2rem 3rem;
}
.fee_item dd{
    margin-bottom: 4rem;
}
.fee_item dl dd:last-of-type {
    margin-bottom: 0;
}
.fee_tbl {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: initial;
    width: 100%;
    table-layout: fixed;
}
.fee_tbl_half{
    width: 50%;
}
.fee_tbl caption {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}
.fee_tbl thead {
    background: #F7DFD4;
}
.fee_tbl thead th {
    padding: 12px;
    border: 1px solid #BDBDBD;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
}
.fee_tbl tbody {
    background: #fff;
}
.fee_tbl tbody th,
.fee_tbl tbody td {
    padding: 10px;
    font-weight: normal;
    border: 1px solid #BDBDBD;
    vertical-align: top;
}
.fee__note {
    margin-bottom: 0.4rem;
    line-height: initial;
    margin-top: 0.4rem;
    font-size: 0.85em;
}

.listarea__item {
    margin-bottom: 1.8rem;
    padding-left: 2rem;
    position: relative;
    font-size: 1.8rem;
}
.listarea__item:before {
    background-color: #d61518;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 10px;
}
@media screen and (max-width: 1024px) {
    .compare__wrap{
        flex-direction: column;
        gap: 2rem;
        margin-top: 4rem;
    }
    .compare__wrap + .page-cta__bar{
        padding-block: 4rem;
    }
    .compare__item{
        width: 100%;
    }
    .fee_item--lg{
        padding: 0 5% 3rem;
    }
    .fee_tbl_half{
        width: 100%;
        max-width: 500px;
    }
    .g-tablearea {
        overflow-x: scroll;
        width:110%;
        padding-right: 5%;
        margin-left: -5%;
        padding-left: 5%;
        padding-bottom: 3px;
    }
    .g-tablearea .fee_tbl{
        min-width: 768px;
        table-layout: auto;
    }
    .g-tablearea .fee_tbl thead th{
        z-index:0;
    }
}
@media screen and (max-width: 480px) {
    .compare__ttl{
        font-size: 1.6rem;
        padding: 1.5rem;
        line-height: 1.4;
    }
    .compare__ttlimg{
        width: 110px;
    }
}
@media screen and (max-width: 414px) {
    .compare__ttl span{
        display: block;
        font-size: 1.2em;
    }
}

/* cverea */
.cta_btn_container {
    margin: 0 auto 110px;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_container {
        margin: 50px auto 70px;
    }
  } 
  
  .cta_btn_container p{
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #D61518;
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_container p{
      font-size: 1.6rem;
    }
  }
  
  .cta_btn_container .sp_txt {
    display: none;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_container .sp_txt {
      display: block;
    }
  
    .cta_btn_container .pc_txt {
      display: none;
    }
    
  }
  
  .cta_btn_area {
    display: flex;
    gap: 3rem;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_area {
    flex-direction: column;
    gap: 1.5rem;
    }
  }
  
  .cta_btn {
    width: 100%;
    text-align: center;
  }
  
  
  .cta_btn_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 2rem;
    font-weight: 700;
    padding: 0.8rem;
    position: relative;
    height: 8rem;
    max-width: 536px;
    margin-inline: auto;
  }
  
  .cta_btn_item:hover {
    opacity: .8;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_item {
      font-size: 1.8rem;
      font-weight: 500;
      height: 7rem;
      padding: .3rem 2rem 0.5rem;
    }
  } 
  
  .cta_btn_item.green {
    background-color: #06C755;
  }
  
  .cta_btn_item.red {
    background-color: #D61518;
  }
  
  .item-icon {
    margin-right: 1rem;
  }
  
  .item-icon.line {
    height: 32px;
  }
  
  .item-icon.mail {
    height: 20px;
  }
  
  /* 内部リンク */
  .blank-box {
    position: relative;
    margin: 40px auto;
    width: 90%;
  }
  
  .bb-label {
    position: absolute;
    font-family: Aharoni, "Arial Black", Impact, Arial, sans-serif;
    font-size: 13px;
    top: -1.6em;
    line-height: 1.8;
    color: #fff;
    background-color: #d61518;
    border-radius: 6px 6px 0 0;
    padding: 0 1em 0 .8em;
  }
  
  .bb-label::after {
    content: "CHECK";
  }
  
  .blank-box a {
    display: inline-block;
    text-decoration: underline;
    color: #006cdf;
  }
  
  .link_text_box {
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #051642;
    border-radius: 6px;
    box-shadow: 0 3px 0 rgba(5, 22, 66, .3);
    padding: 16px 16px 0;
    position: relative;
  }
  
  .blank-box p {
    border-color: #d61518;
    border-style: solid;
    border-width: 3px;
    padding: 1.2em 1em;
    border-radius: 0px 5px 5px 5px;
  }
  
  .m-b40 {
    margin-bottom: 40px;
  }