h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 16px;
}
.header--simple .simple-logo {
  height: 36px;
}
.body-container {
  max-width: 920px;
  margin: 0 auto;
}

.main_visual {
  background-image: url("/lp/sbi_merit/imgs/kv_bg.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.main_visual_sp {
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.main_visual > .image--single {
  padding-top: 50px;
}

.disp_flex {
  display: flex;
  position: relative;
  z-index: 1;
}

.main-image {
  max-width: 1980px;
  margin: auto;
}

sup {
  font-size: 14px;
  vertical-align: super;
}
.btn_area {
  justify-content: space-between;
}
.font_size-20 {
  font-size: 20px;
}
.color_pink {
  color: #f05070;
}
.faq {
  margin-top: 80px;
}
/* acordion */
.accordion_sbi {
  margin: 30px auto;
  max-width: 100%;
  font-size: 15px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std";
  font-weight: 500;
}
.accordion_sbi p {
  font-size: 15px !important;
}
.toggle {
  display: none;
}
.option {
  box-shadow: 0 1px 7px -1px #d8e4eb;
  background: #f7fbff;
  border-radius: 5px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.title {
  padding-bottom: 30px;
  display: block;
  color: #333;
  font-weight: 500;
  position: relative;
  padding-top: 35px;
}
.title_txt {
  padding-left: 50px;
}
.title_txt p {
  font-weight: 500 !important;
}
.answer_area p {
  font-weight: 300 !important;
}
.title_txt::before,
.answer_area::before {
  content: "";
  height: 35px;
  width: 35px;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  background: url("/retail/mediation/sbi/imgs/q_icon_sp.png");
  background-size: contain;
}
.answer_area::before {
  content: "";
  height: 35px;
  width: 35px;
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  background: url("/retail/mediation/sbi/imgs/a_icon_pc.png");
  background-size: contain;
}
.title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 46%;
  width: 19px;
  height: 11px;
  transition: all 0.5s;
  background: url("/retail/mediation/sbi/imgs/arrow_faq_sp.png");
  background-size: contain;
  transform: rotate(0deg);
}
.title::after {
  transform: rotate(0deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.0s;
}
.toggle:checked + .title::before {
  transform: rotate(180deg) !important;
}
.answer_area {
  border-top: 1px solid #ccc;
  font-weight: 300;
  padding: 30px 0 35px 50px;
}
.option:last-of-type {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 1019px) {
  .header--simple {
    height: 70px;
  }
  h1 {
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 24px;
  }

  h2 {
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .header--simple .simple-logo {
    height: 35px;
  }
  .main-image.main_visual > .image--single {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .main-image.main_visual_sp > .image--single {
    margin: 0 auto;
    width: 100%;
  }

  .main_visual {
    background-size: contain;
  }

  .main_visual_sp {
    background-size: contain;
  }
  .main_visual_sp > .image--single {
    padding-top: 20px;
  }

  .main_visual_sp img {
    width: 100%;
  }

  .Retobecho_sbi h2 {
    line-height: 1.4;
  }

  .disp_flex {
    flex-direction: column;
  }


  .body-container {
    width: calc(100% - 40px);
  }

  .faq {
    padding-top: 80px;
    margin-top: 0;
  }

  .sp-left {
    text-align: left !important;
  }

  .img_arrow {
    height: 70px;
  }

  .option {
    padding: 0 3vw;
  }
  .title {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .title_txt::before,
  .answer_area::before {
    background: url(/retail/mediation/sbi/imgs/q_icon_sp.png);
    background-size: contain;
  }
  .title_txt::before {
    top: 15px;
  }

  .title::before {
    right: 0;
  }
  .accordion_sbi p {
    width: 92%;
  }
  .answer_area::before {
    background: url("/retail/mediation/sbi/imgs/a_icon_pc.png");
  }

  .main_visual img,
  .Retobecho_sbi img,
  .anker-wrap img {
    width: 100%;
  }
  .accordion_sbi {
    margin-top: 40px;
  }
  .option:last-of-type {
    margin-bottom: 60px !important;
  }
  .flex_margin_01 {
    margin: 60px 0 0;
  }


}


.h1-color {
  color: #00104A;
}

.h2-color {
  color: #00104A;
}

.font-normal {
  font-weight: normal;
}

.font-size-14 {
  font-size: 14px;
  font-weight: normal;
}

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

.font-size-18 {
  font-size: 18px;
}

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

.font-size-22 {
  font-size: 22px;
}

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

.font-size-26 {
  font-size: 26px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-44 {
  font-size: 44px;
}

.kv-btn {
  transform: translateY(-80px);
}

.merit-area {
  background-color: #EFF6FF;
  padding: 80px 0;
  margin: 0 calc(50% - 50vw);
}

.merit-white {
  background-color: #ffffff;
  padding: 30px 15px;
}

.purple-text {
  color: #93518c;
}

.column {
  margin-top: 20px;
}

.column > [class^="column__"] {
  padding: 0;
}

.column-space {
  padding: 0;
  width: 220px;
  margin: 0 7px;
}

.column-space p {
  text-align: center;
}

.merit-column-text {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  letter-spacing: 0;
  height: 66px;
  line-height: 1.2em;
  width: 192px;
}

.red_em_title {
  color: #de003f;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.rate_sub_text {
  color: #0E6BB4;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.stage-area {
  background-color: #e0eeff;
  padding: 80px 0;
  margin: 0 auto;
}

.stage-table {
  border-spacing: 0 10px;
  border-collapse: separate;
  font-weight: bold !important;
}

.stage-table th {
  border-color:#e0eeff !important;
  border-spacing: 0;
  height: 140px;
  background-color: #C7E1FF;
  font-weight: bold !important;
  font-size: 24px;
  line-height: 1.4em;
}

.stage-table-head {
  padding: 0;
}

.stage-table-head th {
  height: 100px !important;
  padding: 0;
}

.stage-table td {
  background-color:#ffffff;
  font-weight: bold !important;
  line-height: 1.6em !important;
  align-items: center;
}

.stage-table-th {
  background-color: #C7E1FF !important;
}

.table-head-left {
  background-color: #e0eeff !important;
  border: none;
}

.stage-table td, .stage-table th,  .stage-table tr {
  border: none;
}

.stage-table-head th:nth-child(2) {
  background-color: #93518C;
}

.stage-table-head th:last-child {
  background-color: #1785D4;
}

.stage-table thead tr th:first-child, .stage-table tbody tr th {
  border-right: 10px solid;
}

.stage-table tr.stage-table-tr td {
  text-align: center;
}

.stage-table tr.stage-table-tr td:last-child {
  position: relative;
}

.stage-table tr.stage-table-tr td:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 70%;
  background-color: #E0E0E0;
  display: inline-block;
  left: -1px;
  transform: translateY(-50%);
}

.stage-list {
  margin-top: 30px;
}

.compare-area {
  margin: 00 auto;
  padding: 80px 0 32px;
}

.product-table {
  border: 2px solid;
  border-color: #AFBDCC;
  width: 560px;
  margin: 30px auto;
}

.product-table thead {
  height: 100px;
}

.product-table th , .product-table thead th{
  font-size: 20px;
  font-weight: bold !important;
}

.product-table thead th:nth-child(2), .product-table thead th:last-child {
  width: 164px;
}

.product-table tbody tr {
  height: 88px;
}

.product-table tbody tr td {
  font-weight: bold;
  color: #00104A;
  font-size: 36px;
  text-align: center;
  padding: 0;
}

.icon-cross {
  transform: translateY(-5px) !important;
  font-size: 48px !important;
}

.reason-area {
  margin: 80px auto 0;
  padding: 80px 0;
  background-color: #EFF6FF;
}

.flow-area {
  background-color: #E0EEFE;
  margin: 0 auto 80px;
  padding: 80px 0;
}

.btn_final{
  margin-bottom: 80px;
}


@media screen and (max-width: 1019px)  {

  .btn_kv_area {
    height: 60px;
  }

  .kv-btn {
    transform: translateY(-60px);
  }

  .dia-img {
    margin-top: 60px;
  }

  .merit-area ,.stage-area ,.compare-area {
    padding: 60px 0;
  }

  .sp-stage-table-head {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  .sp-stage-table-head td{
    border: none;
  }
  .sp-stage-table-head td:first-child {
    background-color: #93518C;
  }

  .sp-stage-table-head td:last-child {
    background-color: #1785D4;
  }


  .sp-stage-table {
    border-collapse: separate;
    border-spacing: 0;
  }

  .sp-stage-table th {
    border: none;
    background-color: #ffffff;
    padding-bottom: 0;
  }

  .sp-stage-table p {
    display: inline;
    line-height: 1.4em;
    background: #EFDEED;
    padding: 2px 10px;
    /* -webkit-box-decoration-break: clone; */
    box-decoration-break: clone;
    font-size: 16px;
    font-weight: bold;
  }

  .sp-stage-table td {
    background-color: #ffffff;
    border-top: none;
    border-bottom: none;
    height: 76px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 4px;
  }

  .sp-stage-table td:first-child{
    border-left: none;
    border-right:none ;
  }

  .sp-stage-table td:last-child::before{
    content: "";
    position: absolute;
    left: 50%;
    display: inline-block;
    width: 2px;
    height: 50px;
    background-color: #E0E0E0;
    transform: translateX(-1px) translateY(-25%);
  }

  .sp-stage-table td:last-child:first-child::before{
    content: "";
    position: absolute;
    left: 50%;
    display: inline-block;
    width: 2px;
    height: 50px;
    background-color: #E0E0E0;
    transform: translateX(-1px) translateY(-25%);
  }

  .sp-stage-table td:last-child{
    border-left: none;
    border-right: none;
  }

  .sp-stage-table tbody tr td:first-child {
    border-radius: 0 0 0 5px;
  }

  .sp-stage-table tbody tr td:last-child {
    border-radius: 0 0 5px 0;
  }

  .sp-stage-table-head {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  .sp-stage-table-head td{
    border: none;
  }
  .sp-stage-table-head td:first-child {
    background-color: #93518C;
  }

  .sp-stage-table-head td:last-child {
    background-color: #1785D4;
  }


  .sp-stage-table_2 {
    border-collapse: separate;
    border-spacing: 0;
  }

  .sp-stage-table_2 th {
    border: none;
    background-color: #ffffff;
    padding-bottom: 0;
  }

  .sp-stage-table_2 p {
    display: inline;
    line-height: 1.4em;
    background: #EFDEED;
    padding: 2px 10px;
    /* -webkit-box-decoration-break: clone; */
    box-decoration-break: clone;
    font-size: 16px;
    font-weight: bold;
  }

  .sp-stage-table_2 td {
    background-color: #ffffff;
    border-top: none;
    border-bottom: none;
    height: 76px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 4px;
  }

  .sp-stage-table_2 td:first-child{
    border-left: none;
    border-right:none ;
  }

  .sp-stage-table_2 td:last-child::before{
    content: "";
    position: absolute;
    left: 50%;
    display: inline-block;
    width: 2px;
    height: 60px;
    background-color: #E0E0E0;
    transform: translateX(-1px) translateY(5%);
  }

  .sp-stage-table_2 td:last-child:first-child::before{
    content: "";
    position: absolute;
    left: 50%;
    display: inline-block;
    width: 2px;
    height: 50px;
    background-color: #E0E0E0;
    transform: translateX(-1px) translateY(-25%);
  }

  .sp-stage-table_2 td:last-child{
    border-left: none;
    border-right: none;
  }

  .sp-stage-table_2 tbody tr td:first-child {
    border-radius: 0 0 0 5px;
  }

  .sp-stage-table_2 tbody tr td:last-child {
    border-radius: 0 0 5px 0;
  }

  .font-size-38 {
    line-height: 1.2em;
  }

  .column-space {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  .merit-column-text {
    width: 100%;
    height: auto;
    margin: 16px auto;
  }

  .product-table {
    width: 100%;
  }

  .product-table thead {
    height: 92px
  }

  .product-table th , .product-table thead th{
    font-size: 14px;
    font-weight: bold !important;
    padding: 12px;
  }

  .product-table thead th:nth-child(2), .product-table thead th:last-child {
    width: auto;
  }

  .product-table tbody tr {
    height: 88px;
  }

  .reason-area {
    margin: 0 auto;
    padding: 60px 0;
    background-color: #EFF6FF;
  }

  .flow-area {
    background-color: #E0EEFE;
    margin: 0 auto;
    padding: 60px 0;
  }

  .btn_area-account {
    margin-top: 40px;
  }

  .btn_area-account_2 {
    margin: 40px auto;
  }

}


