.c5-general--mb0{
  margin-bottom: 0!important;
}
.c5-general--mt0{
  margin-top: 0!important;
}
.c5_liststyle{
  list-style: auto!important;
  padding-left: 1.3rem!important;
}
.c5_liststyle_none{
  list-style: none!important;
  margin-left: -1rem!important;
}
.s5-container img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}
/* タブのスタイル */
.c5_tab {
  display: flex;
  justify-content: space-between;
}
.c5_tab .c5_tab_arrow{
  display: inline-block;
  width: 100%;
  max-width: 8px;
  margin-right: 10px;
  color: #fff;
}

/* タブ内のリンクのスタイル */
.c5_tab a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  width: calc(49% - 32px);
  font-weight: bold;
  font-size: 24px;
}

/* 非アクティブなタブのスタイル */
.c5_tab a:not(.active) {
  background-color: #b2b9c2;
}

/* アクティブなタブのスタイル */
.c5_tab a.active {
  background-color: #3a5897;
}

/* タブのコンテンツのスタイル */
.c5_tabcontent {
  display: none;
}

.c5_bold{
  font-weight: bold!important;
}

.c5_align-items_center{
  align-items: center;
}
.c5_title{
  border: 1px solid #3a5897;
  font-weight: bold;
  color: #3a5897;
  max-width: 230px;
  text-align: center;
  padding: 16px;
  margin: 0 0 20px 0;
  font-size: 16px;
}
.c5_display_normal .c5_caption{
  width: 100%;
  margin: 0;
}
.c5_display_normal .c5_caption_ul{
  padding: 0 0 0 16px;
  width: calc(100% - 16px);
  margin: 0;
}
.c5_display_normal .c5-list {
  padding-left: 16px;
}
.c5_display_normal .c5_flex_button{
  width: 49%;
}
.c5_display_normal .c5_flex_imgbox{
  width: 32%;
  border: 1px solid #eee;
}
.c5_display_normal .c5_flex_imgbox .c5_imgbox_caption{
  padding: 16px 16px 32px;
}
.c5_display_normal .c5_line_through{
  text-decoration: line-through;
}
.c5_display_flex{
  display: flex;
  justify-content: space-between;
}
.c5_display_flex .c5_title{
  border: 1px solid #3a5897;
  font-weight: bold;
  color: #3a5897;
  width: calc(20% - 32px);
  text-align: center;
  padding: 16px;
  margin: 0;
}
.c5_display_flex .c5_caption{
  width: 78%;
  margin: 0;
}
.c5_display_flex .c5_caption_ul{
  padding: 0 0 0 16px;
  width: calc(78% - 16px);
  margin: 0;
}
.c5_display_flex .c5-list {
  padding-left: 16px;
}
.c5_display_flex .c5_flex_button{
  width: 49%;
}
.c5_display_flex .c5_flex_imgbox{
  width: 32%;
  border: 1px solid #eee;
}
.c5_display_flex .c5_flex_imgbox .c5_imgbox_caption{
  padding: 16px 16px 32px;
}
.c5_display_flex .c5_line_through{
  text-decoration: line-through;
}

.c5-list_wrap{
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
.c5-list_wrap li{
  width: 32%;
  margin-bottom: 30px;
}
.c5_table_padding-none{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.c5_table_th_padding{
  padding-top: 30px!important;
  padding-bottom: 10px!important;
}
.c5_border_box{
  border: 1px solid #eee;
  padding: 30px;
}

.c5-endarea{
    position: absolute;
    display: table;
    width: 100%;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    margin: -3em auto;
}

.c5-endarea p{
  vertical-align: middle;
  margin: 0;
  padding: 20px;
  font-size: 1.75rem;
  color: #fff;
  background: rgba(0,0,0,.65);
}
.c5-section {
  margin-bottom: 60px;
}
.c5-section-l {
  margin-bottom: 120px;
}
.c5-list-indent {
  li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.s5-listHorizontal.c5-custom {
  dt {
    font-weight: normal;
  }
}
.c5-select {
  padding: 10px;
}
.c5-mv {
  margin-bottom: 120px;
}
.c5-secTitle {
  text-align: center;
  position: relative;
  padding: 15px;
  border: 3px solid #1e4aaf;
  margin-bottom: 90px;
  &::before {
    content: "";
    position: absolute;
    width: 31px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url(../images/bg-secTitle.png);
    background-size: 100%;
    bottom: -28px;
    left: 50%;
    margin-left: -15px;
  }
}
.c5-secTitle__main {
  font-size: min(2.4vw, 34px);
  color: #1e4aaf;
  margin: 0;
}
.c5-pageTitle__sub {
  font-size: min(1.8vw, 24px);
  line-height: 1.4;
  margin: 0 0 10px;
  text-align: center;
  font-weight: bold;
  .size_l {
    font-size: 1.5em;
  }
}
.c5-pageTitle {
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
}
.c5-pageTitle__in {
  display: inline-block;
  position: relative;
  padding: 0 90px;
  background: url(../images/bg-pageTitle-l.svg) no-repeat left bottom, url(../images/bg-pageTitle-r.svg) no-repeat right bottom;
  background-size: 66px;
}
.c5-pageTitle__main {
  font-size: min(3.5vw, 48px);
  margin-bottom: 0;
  line-height: 1.3;
  .size_s {
    font-size: 0.6em;
  }
}
.c5-col-what {
  display: flex;
  > div {
    &:first-child {
      position: relative;
      margin-right: 100px;
      &::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 24px;
        border-color: transparent transparent transparent #1E4AAF;
        top: 0;
        bottom: 0;
        right: -65px;
        margin: auto;
      }
    }
  }
}
.c5-box-corner {
  background-color: #F3F4F6;
  text-align: center;
  position: relative;
  &::before,
  &::after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
  }
  &::before {
    top: 0;
    left: 0;
    border-top: 2px solid #1E4AAF;
    border-left: 2px solid #1E4AAF;
  }
  &::after {
    top: 0;
    right: 0;
    border-top: 2px solid #1E4AAF;
    border-right: 2px solid #1E4AAF;
  }
}
.c5-box-corner__in {
  padding: 40px;
  position: relative;
  &::before,
  &::after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
  }
  &::before {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #1E4AAF;
    border-left: 2px solid #1E4AAF;
  }
  &::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #1E4AAF;
    border-right: 2px solid #1E4AAF;
  }
}
.c5-lead {
  font-weight: bold;
  text-align: center;
  font-size: min(2.8vw,36px);
  color: #1E4AAF;
  margin: 0;
}
.c5-box-products__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c5-box-products {
  background-color: #F3F4F6;
  padding: 50px 30px;
  box-sizing: border-box;
  &.size_s {
    flex: 0 1 calc(50% - 15px);
  }
}
.c5-box-products__in {
  padding: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  &:last-child {
    margin-bottom: 0;
  }
  img {
    @media screen and (min-width: 640px) {
      max-width: 250px !important;
    }
  }
}
.c5-box-products__ttl {
  font-size: min(2.4vw,35px);
  text-align: center;
  color: #1E4AAF;
  margin: 0 0 20px 0;
}
.c5-box-products__ttlsub {
  text-align: center;
  font-size: min(2vw,28px);
  margin: 0 0 30px 0;
  font-weight: bold;
}
.c5-box-products__img {
  text-align: center;
  margin-bottom: 40px;
}
.c5-select-flex {
  display: flex;
  text-align: center;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.c5-qr {
  width: 200px;
}
.c5-fc__blue {
  color: #1E4AAF;
}
.c5-sp {
  display: none;
}
@media screen and (min-width: 640px) {
  .s5-listHorizontal.c5-custom {
    dt {
      text-align: left;
      width: 12rem;
    }
    dd {
      margin-left: 12rem;
      &::before {
        content: ': ';
      }
    }
  }
}

@media screen and (max-width: 640px) {
  .c5_title{
    max-width: none;
  }
  .c5_tab .c5_tab_arrow{
    max-width: 6px;
    margin-right: 5px;
  }
  .c5_tab a{
    font-size: 18px;
  }
  .c5_display_normal{
    display: block;
  }
  .c5_display_normal .c5_title{
    width: 40%;
    margin-bottom: 20px;
  }
  .c5_display_normal .c5_caption{
    width: 100%;
  }
  .c5_display_normal .c5_caption_ul{
    width:calc(100% - 16px);
  }
  .c5_display_normal .c5_flex_imgbox{
    width: 100%;
  }
  .c5_display_normal .c5_flex_button{
    width: 100%;
  }
  .c5_display_normal .c5_flex_button:nth-child(2){
    margin-top: 20px;
  }

  .c5_display_flex{
    display: block;
  }
  .c5_display_flex .c5_title{
    width: 30%;
    margin-bottom: 20px;
  }
  .c5_display_flex .c5_caption{
    width: 100%;
  }
  .c5_display_flex .c5_caption_ul{
    width:calc(100% - 16px);
  }
  .c5_display_flex .c5_flex_imgbox{
    width: 100%;
  }
  .c5_flex_imgbox:nth-child(2),.c5_flex_imgbox:nth-child(3){
    margin-top: 20px;
  }
  .c5_display_flex .c5_flex_button{
    width: 100%;
  }
  .c5_display_flex .c5_flex_button:nth-child(2){
    margin-top: 20px;
  }
  .c5-list_wrap{
    display: block;
  }
  .c5_mb50_sp{
    margin-bottom: 50px;
  }
  .c5-list_wrap li{
    width: 100%;
  }
  .c5_border_box{
    padding: 16px;
  }

  .c5-endarea p{
    padding: 10px;
    font-size: 1.28571rem;
  }
  .c5-mv {
    margin-bottom: 80px;
  }
  .c5-box-corner {
    &::before,
    &::after {
      width: 30px;
      height: 30px;
    }
  }
  .c5-box-corner__in {
    padding: 20px;
    &::before,
    &::after {
      width: 30px;
      height: 30px;
    }
  }
  .c5-lead {
    font-size: 18px;
  }
  .c5-section-l {
    margin-bottom: 80px;
  }
  .c5-secTitle {
    margin-bottom: 60px;
  }
  .c5-secTitle__main {
    font-size: 22px;
  }
  .c5-pageTitle {
    margin-bottom: 30px;
  }
  .c5-pageTitle__in {
    padding: 0 15px;
    background-size: 30px 80%;
    display: block;
  }
  .c5-pageTitle__main {
    font-size: 24px;
  }
  .c5-pageTitle__sub {
    font-size: 18px;
    .size_l {
      font-size: 1.3em;
    }
  }
  .c5-box-products__wrap {
    display: block;
  }
  .c5-col-what {
    display: block;
    > div {
      &:first-child {
        margin: 0 0 50px 0;
        &::after {
          border-width: 15px 12.5px 0 12.5px;
          border-color: #1E4AAF transparent transparent transparent;
          right: 0;
          left: 0;
          top: auto;
          bottom: -30px;
        }
      }
    }
  }
  .c5-box-products {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .c5-box-products__ttl {
    font-size: 22px;
  }
  .c5-box-products__ttlsub {
    font-size: 20px;
  }
  .c5-sp {
    display: block;
  }
  .c5-pc {
    display: none;
  }
  img.c5-sp70 {
    max-width: 70% !important;
  }

}
@media screen and (max-width: 393px) {
  .c5_tab .c5_tab_arrow{
    max-width: 5px;
  }
  .c5_tab a{
    padding: 14px 12px;
    width: calc(49% - 24px);
    font-size: 14px;
  }
  .c5_display_flex .c5_title{
    width: 40%;
  }
}