@charset "UTF-8";
p {
  margin: 0;
}
.column {
  margin: 0;
}
body {
  color: #111;
}
.table {
  margin: 0;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* ======================================================
 * style
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Parts
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Parts
 * SP Media Queries
 * Print
====================================================== */


/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /*ヘッダー*/
  .Header {
    border-bottom: none;
  }
  .Header__inner {
    height: 70px;
    justify-content: center;
  }
  .Header__head {
    width: 200px;
  }
  /*メインコンテンツ設定*/
  .Main__content {
    padding: 0;
    max-width: 1920px;
  }
  /*見出し*/
  .h1_area {
    display: flex;
    justify-content: center;
    margin-top: -10px;
  }
  h1 {
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.50);
    color: #fff;
    font-size: 14rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    position: relative;
    display: inline-block;
    z-index: 0;
    margin-top: -16px;
    }
  h1::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 23px;
    background-color: #F18E2B;
    position: absolute;
    bottom: 35px;
    right: 0;
    z-index: -1;
    }
  h2 {
    margin: 0;
  }
  .line_center {
    text-align: center;
    padding-bottom: 15px;
    color: #00197B;
    font-size: 2.8rem;
    border-bottom: 2px solid #00197B;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .line_left {
    padding-top: 0;
    padding-bottom: 15px;
    color: #00197B;
    font-size: 2.5rem;
    border-bottom: 2px solid #00197B;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  /*本文テキスト*/
  .nomal_text {  
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.6;
  }
  /*注釈*/
  .list-wrap {
    margin: 0;
  }
  .list-wrap li {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .annotation_text {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 15px 0 10px;
  }
  /*グレーエリア*/
  .area_gray {
    height: 20px;
    background: #E9E9E9;
    box-shadow: 0 4px 0 0 #CCC inset;
  }
  .area01 {
    background-color: #00197B;
  }
  .area01 .content_area {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 20px;
    background: linear-gradient(90deg,rgba(0, 25, 123, 1) 0%, rgba(51, 67, 175, 1) 20%, rgba(0, 25, 123, 1) 50%);
  }
  /*メインビジュアル*/
  .area01 .main_visual .service_area {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
  }
  .area01 .main_visual {
    align-items: center;
    justify-content:center;
    display: flex;
    gap: 30px;
  }
  .area01 .main_visual .service_name {
    color: #fff;
    font-size: 2.3rem;
    text-align: center;
    font-weight: 600;
  }
  .area01 .main_visual .service_logo {
    width: 157px;
  }
  .area01 .main_description {
    color: #fff;
    text-align: center;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    margin-top: -10px;
  }
  /*金利エリア*/
  .interestrate_area {
    padding: 30px 60px 10px;
    border-radius: 20px;
    background-color: #fff;
    justify-content: center;
    gap: 30px;
    align-items: center;
  }
  .interestrate_area .interestrate_title_area {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
  }
  .interestrate_area .smt {
    display: inline;
    color: #fff;
    background-color: #00197B;
    padding: 3px 17px;
    font-size: 2rem;
  }
  .interestrate_area .interestrate_name {
    display: inline;
    color: #00197B;
    font-size: 3rem;
    font-weight: 600;
  }
  .interestrate_area .interestrate_number {
    text-align: center;
    color: #E24F1A;
    font-size: 15rem;
    font-weight: 600;
    line-height: 100%;
  }
  .interestrate_area .interestrate_number .percent {
    text-align: center;
    color: #E24F1A;
    font-size: 8rem;
    font-weight: 600;
    line-height: 100%;
  }
  /*CVボタン*/
  .area01 .cv_bt {
    width: 900px;
  }
  .cv_bt {
    margin: 30px auto 0 auto; 
  }
  .cv_bt .button__type {
    padding: 20px;
    border-radius: 90px;
    box-shadow: 0 10px 10px 0 rgba(0, 34, 96, 0.50), 0 4px 0 0 #3C2130;
    text-align: center;
    color: #fff;
    font-size: 3.8rem;
    font-weight: 800;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    border: none;
    background: url("../img/index_ic01.webp") no-repeat right 20px top 25px / 40px 40px,linear-gradient(180deg, #FFAE00 0%, #FF8000 19.71%, #F40 79.81%);
  }
  .cv_bt .button__type:hover {
    background: url("../img/index_ic01.webp") no-repeat right 20px top 25px / 40px 40px,linear-gradient(180deg,rgba(222, 155, 11, 1) 0%, rgba(224, 70, 13, 1) 100%);
  }
  .cv_bt .button__type .button__label {
    padding-inline: 0;
  }
  .cv_bt .button__type .button__label::after {
    content: none;
  }
  /*アコーディオン*/
  .area00 {
    background-color: #00197B;
  }
  .area00 .content_area {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    background: linear-gradient(90deg,rgba(0, 25, 123, 1) 0%, rgba(51, 67, 175, 1) 20%, rgba(0, 25, 123, 1) 50%);
  }
  .area00 .main_accordion {
    margin: 0 auto;
  }
  .area00 .main_accordion {
    background-color: transparent;
  }
  .area00 .main_accordion .accordion__head {
    background-color: transparent;
    margin: 0 auto;
  }
  .area00 .main_accordion .accordion__title {
    color: #fff;
  }
  .area00 .main_accordion .accordion__body {
    background-color: #fff;
    border-radius: 0 0 17px 17px;
  }
  .accordion__head:focus-visible, .accordion__head:focus-within {
    outline: none;
  }
  .main_accordion  {
    border-radius: 20px;
    border: 2px solid #D9D9D9;
    background-color: #fff;
  }
  .main_accordion .accordion__head  {
    border-radius: 20px;
    padding: 15px 30px;
    background-color: #fff;
  }
  .main_accordion .accordion__head .accordion__title {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .main_accordion .accordion__title:after,.main_accordion .accordion__title:before {
    height: 3px;
    background: #00197B;
  }
    .area00 .main_accordion .accordion__title:after,.area00 .accordion__title:before {
    background: #fff;
  }

  .main_accordion .accordion__body  {
    padding: 20px 30px 30px;
    border-top: 2px solid #D9D9D9;
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;
  }
  .main_accordion .margintrading_column  {
    margin-top: 30px;
    gap: 30px 36px; 
  }
  .main_accordion .margintrading_column .column__item  {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  /*.main_accordion .margintrading_column .column__item:nth-child(even)  {
    border-left: 2px solid #D9D9D9;
  }*/
  .main_accordion .margintrading_column .column__item:nth-child(even)::after  {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    height: 90%;
    top: auto;
    left: -18px;
    background-color: #D9D9D9;
  }
  .main_accordion .margintrading_column .margintrading_title  {
    font-size: 2.3rem;
    color: #00197B;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    margin-bottom: 20px;
  }
  .main_accordion .margintrading_column img  {
    width: 400px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .main_accordion .margintrading_column .list-wrap  {
    margin-top: 15px;
  }
  .area00 .main_accordion  {
    width: 800px;
    border: 2px solid #fff;
  }
  /*エリア02*/
  .area02 {
    background: #CEF1FF;
  }
  .area02 .content_area {
    width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
  }
  .area02 .margintrading_feature {
    gap: 30px 36px;
  }
  .area02 .margintrading_feature .feature_title {
    padding: 20px 30px;
    color: #fff;
    background-color: #00197B;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 20px 20px 0 0;
    text-align: center;
  }
  .area02 .margintrading_feature .feature_inner {
    padding: 30px 80px 40px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
  }
  /*表体裁*/
  .area02 .competitorcomparison_table {
  }
  .area02 .competitorcomparison_table .table__matrix {
    border-top: none;
    border-left: none; 
  }
  .area02 .competitorcomparison_table thead th {
    background-color: #E4EDFD;
    font-size: 2rem;
    font-weight: 600;
  }
  .area02 .competitorcomparison_table tbody .table__cell--lv2--center-middle {
    background-color: #EEE;
    font-size: 2rem;
    font-weight: 300;
  }
  .area02 .competitorcomparison_table tbody .table__cell--center-middle {
    background-color: #fff;
    font-size: 2rem;
    font-weight: 400;
  }
  .area02 .competitorcomparison_table [class*=__cell] {
    border-right: none;
    padding: 20px 10px;
  }
  .area02 .competitorcomparison_table tbody .ourcompany {
  border: 4px solid #00159C;
  position: relative;
  border-right: none;
  border-left: none;
}
  .area02 .competitorcomparison_table tbody .ourcompany::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 4px;
  height: 110%;
  background-color: #00159C;
}
  .area02 .competitorcomparison_table tbody .ourcompany .table__cell--lv2--center-middle {
  background-color: #00159C;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
  .area02 .competitorcomparison_table tbody .ourcompany .table__cell--center-middle {
  font-size: 3rem;
  font-weight: 700;
  color: #D83C04;
  line-height: 1;
}
  .area02 .competitorcomparison_table tbody .ourcompany .table__cell--center-middle .number {
  font-size: 6rem;
}
  /*表体裁*/
  .area02 .cost_table .table__matrix {
    border-top: none;
    border-left: none; 
    line-height: 1.2;
  }
  .area02 .cost_table thead th {
    background-color: #E4EDFD;
    font-size: 2rem;
    font-weight: 500;
  }
  .area02 .cost_table thead .ourcompany {
    background-color: #00159C;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
  }
  .area02 .cost_table tbody .table__cell--lv2--center-middle {
    background-color: #EEE;
    font-size: 2rem;
    font-weight: 600;
  }
  .area02 .cost_table tbody .table__cell--center-middle {
    background-color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }
  .area02 .cost_table [class*=__cell] {
    border-right: none;
    padding: 15px 10px;
  }
 /* .area02 .cost_table tbody .ourcompany {
  border: 4px solid #00159C;
  position: relative;
  border-right: none;
  border-left: none;
}
  .area02 .cost_table tbody .ourcompany::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 4px;
  height: 113%;
  background-color: #00159C;
}*/
  .area02 .cost_table tbody .ourcompany.table__cell--center-middle {
  font-size: 3rem;
  font-weight: 700;
  color: #D83C04;
}
  .area02 .cost_table tbody .ourcompany.table__cell--center-middle .number {
  font-size: 5rem;
}
  .area02 .cost_table .ourcompany {
  border-right: 4px solid #00159C;
  border-left: 4px solid #00159C;
}
  .area02 .cost_table .ourcompany.line {
  border-bottom: 4px solid #00159C;
}
  .area02 .cost_table img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 300px;
}
  .area02 .margintrading_cost_area {
  padding: 30px;
  border-radius: 20px;
  background-color: #E4EDFD;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
  .area02 .margintrading_cost_title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
  .area02 .margintrading_cost_img img {
  width: 400px;
}
  .area02 .margintrading_cost_description {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
  .area03 {
    background: #fff;
  }
  .area03 .content_area {
    width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
  }
  .area03 .plan_column {
    justify-content: center;
  }
  .area03 .plan_column .column__item {
    padding: 30px;
    border-radius: 20px;
    background: #00197B;
    width: 800px;
  }
  .area03 .plan_column .target_text {
    text-align: center;
    margin-bottom: 8px;
  }
  .area03 .plan_column .target_text p {
    padding: 5px 15px;
    border-radius: 80px;
    background: #fff;
    color: #00197B;
    font-weight: 600;
    display: inline;
    font-size: 1.8rem;
  }
  .area03 .plan_column .plan_title {
    color: #fff;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 8px;
  }
  .area03 .plan_column .nomal_text {
    color: #fff;
    text-align: center;
  }
  .area03 .main_accordion {
    border: none;
    width: 700px;
    margin: 20px auto 0;
  }
  .area03 .main_accordion .accordion__body {
    padding: 0;
  }
  .area03 .main_accordion .is-active {
    border-radius: 20px 20px 0 0;
  }
  .area03 .main_accordion .table {
    font-size: 1.6rem;
  }
  .area03 .table [class*=__cell] {
    border-right: none;
  }
  .area03 .table .table__matrix {
    border-top: none;
    border-left: none; 
    line-height: 1.2;
  }
  .area03 .table [class*=__cell--lv1] {
    background-color: #E4EDFD;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .area03 .table tr td:first-of-type {
    padding-left: 40px;
  }
  .area03 .table tr td:last-of-type {
    padding-right: 40px;
  }
  .area03 .table tr th:first-of-type {
    padding-left: 40px;
  }
  .area03 .table tr th:last-of-type {
    padding-right: 40px;
  }
  .area03 thead .table__cell--lv1--center-middle {
    text-align: right!important;
  }
  .area03 .table [class*=__cell] {
    padding: 15px 0;

  }
  .area03 .table tbody tr:nth-child(even) td {
    background-color: #F3F3F3;
  }
  .area03 .table[class*=__cell]:nth-child(even) {
  }
  .area04 {
    background: #fff;
  }
  .area04 .content_area {
    width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
  }
  .area04 .tool_area {
    display: flex;
    gap: 36px;
    align-items: center;
  }
  .area04 .tool_img {
    text-align: center;
  }
  .area04 .tool_column .column__item {
    padding: 30px;
    border-radius: 20px;
    background-color: #eee;
  }
  .area04 .tool_column .tool_title {
    color: #00197B;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .area05 {
    background: #CEF1FF;
  }
  .area05 .content_area {
    width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
  }
  .area05 .flow_area {
    margin-bottom: 60px;
  }
  .area05 .flow_area .flow_column {
    gap: 15px 36px;
  }
  .area05 .flow_area .flow_column .column__item {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position:relative; 
    align-items: center;
    height: 75px;
    display: flex;
    justify-content: center;
  }
  .area05 .flow_area .flow_column .column__item:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 35px;
    height: 12px;
    border-style: solid;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 15px solid #82def3;
    border-right: 0;
    top: calc(50% - 16px);
    right: -46px;
    position: absolute;
  }
  .faq__head:focus-visible, .faq__head:focus-within {
    outline: none;
  }
  .faq__mark--answer, .faq__mark--question {
    width: 24px;
    height: 34px;
  }
  .area05 .faq_area .faq {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
    margin-top: 0;
  }
  .area05 .faq_area .faq:nth-child(n+2)  {
    margin-top: 20px;
  }
  .area05 .faq_area .faq .faq__head {
    border-radius: 20px;
    padding: 20px 30px;
    background-color: #fff;
    align-items: center;
    gap: 0 15px;
  }
  .area05 .faq_area .faq .faq__body {
    border-top: 1px solid #D9D9D9;
    gap: 0 15px;
    padding: 20px 30px;
  }
  .area05 .faq_area .faq .faq__mark--question {
    font-size: 3rem;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 700;
    color: #00197B;
    background: none;
    text-indent: 0;
    margin-top: -5px;
  }
  .area05 .faq_area .faq .faq__mark--answer {
    font-size: 3rem;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 700;
    color: #E24F1A;
    background: none;
    text-indent: 0;
    margin-top: -5px;
  }
  .area05 .faq_area .faq .faq__title {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .area05 .faq_area .faq .faq__detail {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .area05 .faq__title:after, .faq__title:before {
    height: 3px;
    background: #00197B;
  }
  footer {
    background-color: #F3F3F3;
  }
  .Footer__inner {
    width: 1200px;
    padding: 30px 0 100px;
    margin: 0 auto;
  }
  .Footer__inner .attention_area {
    margin-bottom: 30px;
  }
  .Footer__inner .attention_area .attention_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .Footer__inner .attention_area .attention_ul .unorder-list-v2 {
    gap: 8px 15px;
  }
  .Footer__inner .attention_area .attention_ul .unorder-list-v2>li:before {
    border: none;
    background-color: #999;
    width: 5px;
    height: 5px;
  }
  .Footer__inner .attention_area .attention_ul .unorder-list-v2>li {
    padding-left: 10px;
  }
  .Footer__foot .information_area {
    font-size: 1.3rem;
    margin-bottom: 20px;
    display: flex;
    gap: 40px;
  }
  .cmn-follow-v2 .cv_bt {
    row-gap: 0;
    margin: 0 auto;
    width: 80%;
  }
  .cmn-follow-v2 .cmn-follow-v2__inner {
    padding: 15px 15px;
  }
  .cmn-follow-v2 .cmn-follow-v2__button {
    margin: 0 auto;
  }
  .cmn-follow-v2 .cv_bt .button__type {
    box-shadow: 0 2px 0 0 #742204;
  }
  .footer-pagetop {
    top: 37px;
    right: 30px;
    position: absolute;
  }
  .footer-pagetop a {
    width: 50px;
    height: 50px;
    display: block;
    filter: drop-shadow(0 0 0.15rem gray);
  }
  .footer-pagetop a {
    width: 50px;
    height: 50px;
    display: block;
    filter: drop-shadow(0 0 0.15rem gray);
  }
  .footer-pagetop a:hover {
    filter: brightness(0.8);
  }
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /*ヘッダー*/
  .Header {
    border-bottom: none;
  }
  .Header__inner {
    height: 60px;
    justify-content: center;
  }
  .Header__head {
    width: 150px;
  }
  /*メインコンテンツ設定*/
  .Main__content {
    padding: 0;
  }
  /*見出し*/
  .h1_area {
    display: flex;
    justify-content: center;
  }
  h1 {
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.50);
    color: #fff;
    font-size: 6.4rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    position: relative;
    display: inline-block;
    z-index: 0;
    }
  h1::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 15px;
    background-color: #F18E2B;
    position: absolute;
    bottom: 11px;
    right: 0;
    z-index: -1;
    }
  h2 {
    margin: 0;
  }
  .line_center {
    text-align: center;
    padding-bottom: 15px;
    color: #00197B;
    font-size: 2.3rem;
    border-bottom: 2px solid #00197B;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .line_left {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #00197B;
    font-size: 1.8rem;
    border-bottom: 2px solid #00197B;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  /*本文テキスト*/
  .nomal_text {  
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
  }
  /*注釈*/
  .list-wrap {
    margin: 0;
  }
  .list-wrap li {
    font-size: 1.1rem;
  }
  .note-list-v2>li {
    padding-left: calc(1em + 5px);
  }
  .annotation_text {
    font-size: 1.1rem;
    font-weight: 300;
    padding: 15px 0;
  }
  /*グレーエリア*/
  .area_gray {
    height: 10px;
    background: #E9E9E9;
    box-shadow: 0 2px 0 0 #CCC inset;
  }
  .area01 {
    background: url(../img/index_bk01.webp) no-repeat center 0 /cover;
    background: radial-gradient(circle at center 30%, #5D6CD0,#001884, #001884);
    background-color: #00197B;
  }
  .area01 .content_area {
    padding: 30px 15px 20px;
  }
  /*メインビジュアル*/
  .area01 .main_visual .service_area {
    text-align: center;
  }
  .area01 .main_visual .service_name {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .area01 .main_visual .service_logo {
    width: 180px;
  }
  .area01 .main_description {
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0 ;
  }
  /*金利エリア*/
  .interestrate_area {
    padding: 25px 15px 15px;
    border-radius: 10px;
    background-color: #fff;
  }
  .interestrate_area .interestrate_title_area {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
  }
  .interestrate_area .smt {
    display: inline;
    color: #fff;
    background-color: #00197B;
    padding: 5px 25px;
    font-size: 1.6rem;
  }
  .interestrate_area .interestrate_name {
    display: inline;
    color: #00197B;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .interestrate_area .interestrate_number {
    text-align: center;
    color: #E24F1A;
    font-size: 12rem;
    font-weight: 600;
    line-height: 100%;
  }
  .interestrate_area .interestrate_number .percent {
    text-align: center;
    color: #E24F1A;
    font-size: 6rem;
    font-weight: 600;
    line-height: 100%;
  }
  /*CVボタン*/
  .cv_bt {
    margin: 25px 0 0 0; 
  }
  .cv_bt .button__type {
    padding: 15px;
    border-radius: 90px;
    box-shadow: 0 10px 10px 0 rgba(0, 34, 96, 0.50), 0 4px 0 0 #3C2130;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 800;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    border: none;
    background: url("../img/index_ic01.webp") no-repeat right 15px top 15px / 30px 30px,linear-gradient(180deg, #FFAE00 0%, #FF8000 19.71%, #F40 79.81%);

  }
  .cv_bt .button__type .button__label {
    padding-inline: 0;
  }
  .cv_bt .button__type .button__label::after {
    content: none;
  }
  /*アコーディオン*/
  .area00 {
    background-color: #001884;
  }
  .area00 .content_area {
    padding: 0 15px 30px;
  }
  .area00 .main_accordion {
    margin: 0;
  }
  .area00 .main_accordion {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .area00 .main_accordion .accordion__head {
    background-color: transparent;
    /*width: 300px;*/
    margin: 0 auto;
  }
  .area00 .main_accordion .accordion__title {
    color: #fff;
    text-align: center;
  }
  .area00 .main_accordion .accordion__body {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
  }
  .main_accordion  {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
  }
  .main_accordion .accordion__head  {
    border-radius: 10px;
    padding: 10px 15px;
    background-color: #fff;
  }
  .main_accordion .accordion__head .accordion__title {
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 0;
  }
      .main_accordion .accordion__title:after,.main_accordion .accordion__title:before {
    height: 2px;
    background: #00197B;
  }
    .area00 .accordion__title:after,.area00 .accordion__title:before {
    background: #fff;
    top: 44%;
  }
    .area03 .main_accordion .accordion__title:after,.area03 .accordion__title:before {
    background: #00197B;
  }

  .main_accordion .accordion__body  {
    padding: 11px 15px 20px;
    border-top: 1px solid #D9D9D9;
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;

  }
  .main_accordion .margintrading_column  {
    margin-top: 10px;
    gap: 0; 
  }
  .main_accordion .margintrading_column .column__item  {
    border-top: 1px solid #D9D9D9;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .main_accordion .margintrading_column .margintrading_title  {
    font-size: 2rem;
    color: #00197B;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
  }
  .main_accordion .margintrading_column img {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
  .margintrading_column .img_annotation {
    width: 80%;
    margin: 0 auto;
  }
  .margintrading_column .list-wrap {
    margin-top: 10px;
  }
  
  /*エリア02*/
  .area02 {
    background: #CEF1FF;
  }
  .area02 .content_area {
    padding: 40px 15px;
  }
  .area02 .margintrading_feature {
    gap: 30px 0;
  }
  .area02 .margintrading_feature .feature_title {
    padding: 20px 15px;
    color: #fff;
    background-color: #00197B;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }
  .area02 .margintrading_feature .feature_inner {
    padding: 15px 15px 20px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
  }
  /*表体裁*/
  .area02 .competitorcomparison_table .table__matrix {
    border-top: none;
    border-left: none; 
  }
  .area02 .competitorcomparison_table thead th {
    background-color: #E4EDFD;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .area02 .competitorcomparison_table tbody .table__cell--lv2--center-middle {
    background-color: #EEE;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .area02 .competitorcomparison_table tbody .table__cell--center-middle {
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .area02 .competitorcomparison_table [class*=__cell] {
    border-right: none;
    padding: 12px 10px;
  }
  .area02 .competitorcomparison_table tbody .ourcompany {
  border: 4px solid #00159C;
  position: relative;
  border-right: none;
  border-left: none;
}
/*  .area02 .competitorcomparison_table tbody .ourcompany::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 4px;
  height: 113%;
  background-color: #00159C;
}*/
  .area02 .competitorcomparison_table tbody .number_area {
  border-right: 4px solid #00159C;
}
  .area02 .competitorcomparison_table tbody .ourcompany .table__cell--lv2--center-middle {
  background-color: #00159C;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
  .area02 .competitorcomparison_table tbody .ourcompany .table__cell--center-middle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #D83C04;
}
  .area02 .competitorcomparison_table tbody .ourcompany .table__cell--center-middle .number {
  font-size: 3.2rem;
}
  /*表体裁*/
  .area02 .cost_table .table__matrix {
    border-top: none;
    border-left: none; 
    line-height: 1.2;
  }
  .area02 .cost_table thead th {
    background-color: #E4EDFD;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .area02 .cost_table thead .ourcompany {
    background-color: #00159C;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  .area02 .cost_table tbody .table__cell--lv2--center-middle {
    background-color: #EEE;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .area02 .cost_table tbody .table__cell--center-middle {
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .area02 .cost_table [class*=__cell] {
    border-right: none;
    padding: 12px 10px;
  }
 /* .area02 .cost_table tbody .ourcompany {
  border: 4px solid #00159C;
  position: relative;
  border-right: none;
  border-left: none;
}
  .area02 .cost_table tbody .ourcompany::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 4px;
  height: 113%;
  background-color: #00159C;
}*/
  .area02 .cost_table tbody .ourcompany.table__cell--center-middle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #D83C04;
}
  .area02 .cost_table tbody .ourcompany.table__cell--center-middle .number {
  font-size: 3.2rem;
}
  .area02 .cost_table .ourcompany {
  border-right: 4px solid #00159C;
  border-left: 4px solid #00159C;
}
  .area02 .cost_table .ourcompany.line {
  border-bottom: 4px solid #00159C;
}
  .area02 .margintrading_cost_area {
  padding: 15px 15px 20px;
  border-radius: 10px;
  background-color: #E4EDFD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}
  .area02 .margintrading_cost_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
  .area02 .margintrading_cost_description  {
  margin-bottom: 15px;
  text-align: center;
}
  .area03 {
    background: #fff;
  }
  .area03 .content_area {
    padding: 40px 15px;
  }
  .area03 .plan_column .column__item {
    padding: 20px 15px;
    border-radius: 10px;
    background: #00197B;
  }
  .area03 .plan_column .target_text {
    text-align: center;
    margin-bottom: 5px;
  }
  .area03 .plan_column .target_text p {
    padding: 5px 10px;
    border-radius: 80px;
    background: #fff;
    color: #00197B;
    font-weight: bold;
    display: inline;
    font-size: 1.4rem;
  }
  .area03 .plan_column .plan_title {
    color: #fff;
    font-weight: bold;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 5px;
  }
  .area03 .plan_column .nomal_text {
    color: #fff;
  }
  .area03 .main_accordion {
    border: none;
    margin-top: 15px;
  }
  .area03 .main_accordion .accordion__body {
    padding: 0;
  }
  .area03 .main_accordion .is-active {
    border-radius: 10px 10px 0 0;
  }
  .area03 .main_accordion .table {
    font-size: 1.2rem;
  }
  .area03 .table [class*=__cell] {
    border-right: none;
  }
  .area03 .table .table__matrix {
    border-top: none;
    border-left: none; 
    line-height: 1.2;
  }
  .area03 .table [class*=__cell--lv1] {
    background-color: #E4EDFD;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .area03 .table tr td:first-of-type {
    padding-left: 5px;
  }
  .area03 .table tr td:last-of-type {
    padding-right: 5px;
  }
  .area03 .table tr th:first-of-type {
    padding-left: 5px;
  }
  .area03 .table tr th:last-of-type {
    padding-right: 5px;
  }
  .area03 thead .table__cell--lv1--center-middle {
    text-align: right!important;
  }
  .area03 .table [class*=__cell] {
    padding: 12px 0;

  }
  .area03 .table tbody tr:nth-child(even) td {
    background-color: #F3F3F3;
  }
  .area03 .table[class*=__cell]:nth-child(even) {
  }
  .area04 {
    background: #fff;
  }
  .area04 .content_area {
    padding: 40px 15px;
  }
  .area04 .tool_img {
    text-align: center;
    margin-bottom: 15px;
  }
  .area04 .tool_column .column__item {
    padding: 15px 15px 20px;
    border-radius: 10px;
    background-color: #eee;
  }
  .area04 .tool_column .tool_title {
    color: #00197B;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .area05 {
    background: #CEF1FF;
  }
  .area05 .content_area {
    padding: 30px 15px 40px;
  }
  .area05 .flow_area {
    margin-bottom: 30px;
  }
  .area05 .flow_area .flow_column {
    gap: 15px;
  }
  .area05 .flow_area .flow_column .column__item {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position:relative; 
  }
  .area05 .flow_area .flow_column .column__item:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 35px;
    height: 12px;
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 12px solid #82def3;
    border-bottom: 0;
    right: calc(50% - 17px);
    bottom: -12px;
    position: absolute;
  }
  .area05 .faq_area .faq  {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    margin-top: 0;
  }
  .area05 .faq_area .faq:nth-child(n+2)  {
    margin-top: 10px;
  }
  .area05 .faq_area .faq .faq__head {
    border-radius: 10px;
    padding: 10px 15px;
    background-color: #fff;
    align-items: center;
  }
  .area05 .faq_area .faq .faq__body {
    border-top: 1px solid #D9D9D9;
  }
  .area05 .faq_area .faq .faq__mark--question {
    font-size: 1.8rem;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 700;
    color: #00197B;
    background: none;
    text-indent: 0;
    margin-top: -5px;
  }
  .area05 .faq_area .faq .faq__mark--answer {
    font-size: 1.8rem;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 700;
    color: #E24F1A;
    background: none;
    text-indent: 0;
  }
  .area05 .faq_area .faq .faq__title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .area05 .faq_area .faq .faq__detail {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .area05 .faq__title:after, .faq__title:before {
    height: 2px;
    background: #00197B;
  }
  footer {
    background-color: #F3F3F3;
  }
  .Footer__inner {
    padding: 40px 15px 130px;
  }
  .Footer__inner .attention_area {
    margin-bottom: 30px;
  }
  .Footer__inner .attention_area .attention_title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .Footer__inner .attention_area .attention_ul .unorder-list-v2 {
    gap: 10px 15px;
  }
  .Footer__inner .attention_area .attention_ul .unorder-list-v2>li:before {
    border: none;
    background-color: #999;
    width: 5px;
    height: 5px;
  }
  .Footer__inner .attention_area .attention_ul .unorder-list-v2>li {
    padding-left: 10px;
  }
  .Footer__foot .information_area {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 200;
  }
  .Footer__foot .info_indent {
    text-indent: -5em;
    padding-left: 5em;
  }
  .cmn-follow-v2 .cv_bt {
    row-gap: 0;
    margin: 0;
  }
  .cmn-follow-v2 .cmn-follow-v2__inner {
    padding: 10px 15px;
  }
  .cmn-follow-v2 .cv_bt .button__type {
    box-shadow: 0 2px 0 0 #742204;
  }
  .footer-pagetop {
    top: -50px;
    right: 15px;
    position: absolute;
  }
  .footer-pagetop a {
    width: 40px;
    height: 40px;
    display: block;
    filter: drop-shadow(0 0 0.15rem gray);
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}

