@charset "utf-8";
body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*--------------------------------------
    header
--------------------------------------*/
.s-page_header {
  position:relative;
  box-shadow: 0px 0px 3px 3px rgba(200,200,200,0.4);
}
.s-page_header .item {
  display: flex;
  justify-content: space-between;
}
.s-page_header .item .logo {
  margin: auto 2rem;
}
.s-page_header .item .logo img {
  width: 109px;
  height: auto;
}
.s-page_header .item .tel_sp {
  display: flex;
}
.s-page_header .item .tel_sp a {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #F48171 0%, #E5533E 100%) 0% 0% no-repeat padding-box;
  background: -ms-linear-gradient(90deg, #F48171 0%, #E5533E 100%) 0% 0% no-repeat padding-box;
  text-decoration: none;
  height: 48px;
  padding: 1rem;
}
.s-page_header .item .tel_sp span {
  position: relative;
  font-size: 1.4;
  color: #fff;
  padding-left: 3rem;
  margin: 0 auto;
}
.s-page_header .item .tel_sp span::before {
  display: block;
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/memberstore/icon_tel.png) no-repeat;
  background-size: 23px 23px;
  top: 2px;
  left: 0;
}
.s-page_header .item .tel_pc {
  display: none;
}

@media only screen and (min-width: 1080px) {
  .s-page_header .item {
    align-items: center;
  }  
  .s-page_header .item .logo {
    display: flex;
    align-items: center;
    padding: 1.4rem 0;
    margin: 0;
  }
  .s-page_header .item .logo img {
    width: 180px;
    margin-right: .5rem;
  }
  .s-page_header .item .logo span {
    font-size: 1.4rem;
  }
  .s-page_header .item .tel_sp {
    display: none;
  }
  .s-page_header .item .tel_pc {
    display: block;
  }  
}

/*--------------------------------------
    footer
--------------------------------------*/
.s-page_footer .btn_to_top a {
  opacity: 1;
  transition: .3s;
}
.s-page_footer .btn_to_top.is-show {
  bottom: 70px;
}
.s-page_footer .btn_to_top {
  position: fixed;
  right: 2rem;
  bottom: 80px;
  transition: bottom .4s;
  z-index: 99;
}
.s-page_footer .btn_to_top a {
  width: 44px;
  height: 44px;
  padding-top: 11px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0px 1px 5px #00000026;
  display: inline-block;
  position: relative;
  background-color: #444444F2;
  text-align: center;
}
.s-page_footer .btn_to_top a img {
  height: 20px;
  transform: rotate(270deg);
}
.s-page_footer .btn_to_top a:hover {
  opacity: .8;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(5px);
  transform-origin: center top;
}

.copyright {
  text-align:center;
  color:#999;
  background:#333;
  font-size:0.8em;
  padding:10px;
}

/*--------------------------------------
    title
--------------------------------------*/
.s-title_border {
  position: relative;
  display: block;
  text-align: center;
  align-items: center;
  color: #008ec1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.3rem;
  margin: 12.3rem 2rem 0;
}
.s-title_border::before {
  position: absolute;
  content: "";
  top: -53px;
  left: 50%;
  height: 40px;
  width: 1px;
  flex-grow: 1;
  background-color: #008ec1;
}

@media only screen and (min-width: 1080px) {
  .s-title_border {
    display: flex;
    font-size: 3rem;
    line-height: 4.2rem;
    margin: 10rem 0 4rem 0;
  }
  .s-title_border::before {
    position: initial;
    width: auto;
    height: 1px;
    margin-right: 4rem;
  }
  .s-title_border::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #008ec1;
    margin-left: 4rem;
  }
}

/*--------------------------------------
    form
--------------------------------------*/
.s-form {
  margin: 6.4rem 0;
  border: 2px solid #008ec1;
  border-radius: 10px;
}
.s-form .title {
  background: #008ec1;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 5px 5px 0 0;
}
.s-form .title span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
}

.s-form .item {
  padding: 3rem 1.5rem 2rem;
}

.s-formlist_container {
  margin-bottom: 3rem;
}
.s-formlist {
  margin-bottom: 2.4rem;
}

@media only screen and (min-width: 1080px) {
  .s-form {
    margin: 12rem 0;
  }
  .s-form .item {
    padding: 2.4rem;
  }  
  .s-formlist_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .s-formlist {
    width: 49%;
    margin-bottom: 2.4rem;
  }

  .s-formlist__input.short {
    max-width: 100%;
  }
}


/* app.cssから引用 */
input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  max-width: 100%;
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: normal;
  border-radius: 6px;
  outline: none;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  border: 1px solid #CED1D2;
  background: #F9FAFA;
  padding: 1.2rem;
  width: 14em;
  /* memberstoreのみ適用 */
  height: 50px;
}

input[type="text"].is-error, input[type="number"].is-error, input[type="tel"].is-error, input[type="email"].is-error, input[type="password"].is-error, textarea.is-error {
  border: 1px solid #F58271;
  background: #FEF2F0;
}

select {
  padding: .7em 35px .7em .5em;
  border: 1px solid #CED1D2;
  border-radius: 6px;
  background-color: #F9FAFA;
  background-image: url("../images/icon/angle_down_gray.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 14px 8px;
}

input[type="radio"] {
  display: none;
}

label {
  cursor: pointer;
}

.is-open_menu {
  overflow: hidden;
}

.c-checkbox {
  display: inline-flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}

.c-checkbox:before {
  content: "";
  display: block;
  margin-right: .6rem;
  border: 1px solid #CED1D2;
  border-radius: 3px;
  background: #F9FAFA;
  width: 22px;
  height: 22px;
  flex: 1 0 auto;
}

.c-checkbox:checked {
  position: relative;
}

.c-checkbox:checked:before {
  border: 1px solid #008EC1;
  background: #008EC1;
}

.c-checkbox:checked:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  /* パス変更 */
  background: url("../../images/common/check.svg") no-repeat center;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-radio {
  display: inline-flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}

.c-radio:before {
  content: "";
  display: block;
  margin-right: .6rem;
  border: 1px solid #CED1D2;
  border-radius: 50%;
  background: #F9FAFA;
  width: 22px;
  height: 22px;
  flex: 1 0 auto;
}

:checked + .c-radio {
  position: relative;
}

:checked + .c-radio:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #008EC1;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

input::-ms-clear {
  visibility: hidden;
}

:-ms-input-placeholder {
  color: #9EA3A5;
}

::-webkit-input-placeholder {
  color: #9EA3A5;
}

/* (中略) */

.c-btn_primary {
  display: inline-block;
  position: relative;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(to right, #14b2dd 0%, #008ec1 100%);
  padding: 1.4rem 2.8rem;
  width: 90%;
  border-radius: 3px;
  font-weight: bold;
  overflow: hidden;
  transition: opacity 0.2s ease-out;
}
.c-btn_primary::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .3em;
  margin: auto;
  /* パス変更 */
  background: url("../../images/common/arrow_white.svg") no-repeat center;
}
@media only screen and (min-width: 1080px) {
  .c-btn_primary {
    width: 400px;
    padding: 1.6rem 3.2rem;
  }
  .c-btn_primary.is-width_auto {
    width: auto;
    min-width: 400px;
  }
  .c-btn_primary:hover {
    opacity: .7;
  }
  .c-btn_primary::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_primary .content {
  position: relative;
  z-index: 2;
}

.c-btn_primary.l {
  font-size: 2rem;
  padding: 1.6rem 2.8rem;
}

@media only screen and (min-width: 1080px) {
  .c-btn_primary.l {
    width: 400px;
    padding: 1.8rem 3.2rem;
  }
}
/* 引用終了 */

/*--------------------------------------
    cta
--------------------------------------*/
.s-page_cta {
  padding: 4rem 0;
  background: linear-gradient(90deg, #14B2DD 0%, #008EC1 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  margin: 5rem 0 2rem;
}
.s-page_cta:last-of-type {
  margin: 5rem 0 0;
}

.s-page_cta .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.s-page_cta .discription {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.s-page_cta .btn_container {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.s-page_cta .btn_cta {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  background: linear-gradient(90deg, #F48171 0%, #E5533E 100%) 0% 0% no-repeat padding-box;
  background: -ms-linear-gradient(90deg, #F48171 0%, #E5533E 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #FFD4CE;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding: 1.6rem 3.2rem 1.6rem 1.2rem;
  transition: 0.3s;
}
.s-page_cta .btn_cta::after {
  content: "";
  margin: auto;
  width: 14px;
  height: 14px;
  mask-image: url(../../images/common/arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}

.s-page_cta .btn_cta.tel {
  width: 40%;
  padding: 1.6rem 1.2rem 1.6rem 3.2rem;
}
.s-page_cta .btn_cta.tel::after {
  display: none;
}
.s-page_cta .btn_cta.tel span {
  position: relative;
}
.s-page_cta .btn_cta.tel span::before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/memberstore/icon_tel.png) no-repeat;
  background-size: 20px 20px;
  left: -26px;
}

@media only screen and (min-width: 1080px) {
  .s-page_cta {
    padding: 6rem 0;
    margin: 10rem 0 3rem;
  }
  .s-page_cta .title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .s-page_cta .discription {
    text-align: center;
    margin-bottom: 4rem;
  }
  .s-page_cta .btn_container {
    justify-content: center;
  }
  
  .s-page_cta .btn_cta {
    font-size: 2.8rem;
    line-height: 2.8rem;
    padding: 24px 62px 24px 28px;
    margin-left: 4rem;
  }
  .s-page_cta .btn_cta::after {
    width: 20px;
    height: 20px;
    right: 28px;
  }
  .s-page_cta .btn_cta:hover {
    box-shadow: none;
    transform: translateY(2px);
    background: linear-gradient(90deg, #F7A69B 0%, #EF705E 100%);
    opacity: 1;
  }  
  .s-page_cta .btn_cta span {
    display: inline-block;
    margin-top: .4rem;
  }
}

.s-page_cta_simple {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #14B2DD 0%, #008EC1 100%);
  padding: 3.2rem 2rem 2.4rem;
}
.s-page_cta_simple .u-cta_button.l_sp {
  max-width: 420px;
}
.s-page_cta_simple .balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 999px;
  border: 1px solid #C0EEF8;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1;
  color:#008EC1;
  width: 230px;
  padding: .6rem 1.6rem;
  top: -8px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.s-page_cta_simple .balloon::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  border-top: 8px solid #C0EEF8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 26.5px;
}
.s-page_cta_simple .balloon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 25px;
}
@media only screen and (min-width: 1080px) {
  .s-page_cta_simple {
    display: none;
  }
}

/*--------------------------------------
    main visual
--------------------------------------*/
.s-page_hero_bg {
  background: linear-gradient(180deg, #D5FAFF33 0%, #FFFFFF 100%), url(../img/memberstore/mv_bg.jpg) center;
  overflow: hidden;
}
.s-page_hero .symphony_text_img {
  vertical-align: bottom;
  width: 125px;
  height: 24px;
  margin: 0 0 -1px 5px;
}
.s-page_hero .yahoo_text {
  font-size: 1.8rem;
}
.s-page_hero .sub_text {
  font-size: 1.4rem;
  margin: 3rem 0 2rem;
}
.s-page_hero .kurumaerabi_text_img {
  vertical-align: bottom;
  width: 132px;
  height: 20px;
  margin: 0 2px 5px 0;
}
.s-page_hero .yafuoku_text_img {
  vertical-align: bottom;
  width: 79px;
  height: 18px;
  margin: 0 2px 5px;
}

.s-page_hero .price_text {
  margin: 3.2rem 0 1.5rem;
}
.s-page_hero .red {
  color: #c00;
}
.s-page_hero .price {
  display: inline-block;
  font-family: 'Anton',sans-serif;
  font-size: 4.4rem;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: 2.2px;
  padding: 0 .3rem;
}
.s-page_hero .price_back {
  font-weight: 800;
}

@media only screen and (min-width: 1080px) {
  .s-hero_form_wrapper{
    display: flex;
  }
  .s-hero_form_wrapper .s-page_hero_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(180deg, #D5FAFF33 0%, #FFFFFF 100%), url(../img/memberstore/mv_bg.jpg);  
  }
  .s-hero_form_wrapper .s-page_hero_bg .s-page_hero {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 7rem 0 0;
    margin: 0 3rem;
  }
  .s-page_hero h1 {  
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 4rem;
    color: #000;
    margin-bottom: 1.8rem;
  }
  .s-page_hero h1 span {
    font-size: 4.8rem;
  }
  .s-page_hero p {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  .s-page_hero .symphony_text_img {
    width: 218px;
    height: 42px;  
    margin: 0 0 -2px 10px;
  }
  .s-page_hero br {
    display: none;
  }
  .s-page_hero .yahoo_text {
    font-size: 2rem;
  }
  .s-page_hero .sub_text {
    font-size: 1.8rem;
    margin: 4.5rem 0 0;
  }
  .s-page_hero .kurumaerabi_text_img {
    width: 176px;
    height: 26px;  
    margin: 0 5px 8px 0;
  }
  .s-page_hero .yafuoku_text_img {
    width: 105px;
    height: 24px;  
    margin: 0 5px 10px;
  }

  .s-page_hero .price_text {
    margin: 0;
  }
  .s-page_hero .price {
    font-size: 7rem;
    line-height: 3.6rem;
    letter-spacing: 3.5px;
    padding: 3rem 0 6rem;
  }
  .s-page_hero .price_back {
    font-weight: 800;
  }
  .s-page_hero .symphony_image {
    margin-bottom: 2rem;
  }
  .s-page_hero .btn_cta {
    display: block;
    max-width: 310px;
    margin: 0 auto;
    padding: 10px 42px 10px 28px;
    font-size: 1.6rem;
    line-height: 2.7rem;
    text-decoration: none;
  }
  .s-page_hero .symphony_image {
    position: absolute;
    top: 0;
    bottom: inherit;
    right: 0;
    width: 540px;
  }

  .s-hero_form_wrapper .s-form{
    width: 44rem;
    margin: 0;
    border-radius: 0;
  }
  .s-hero_form_wrapper .s-form > .title{
    border-radius: 0;
    font-size: 2.8rem;
    padding: 2rem;
  }
  .s-hero_form_wrapper .s-form > .title span{
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
  .s-hero_form_wrapper .s-form .item{
    padding: 2rem 2rem 3rem;
  }
  .s-hero_form_wrapper .s-form .s-formlist_container{
    display: block;
  }
  .s-hero_form_wrapper .s-form .s-formlist_container .s-formlist{
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .s-hero_form_wrapper .s-form .s-formlist_container .s-formlist:not(:last-of-type){
    position: relative;
    padding-left: 16.8rem;
  }
  .s-hero_form_wrapper .s-form .s-formlist_container .s-formlist input[type="text"]{
    height: 4.5rem;
  }
  .s-hero_form_wrapper .s-form .s-formlist_container .s-formlist .s-formlist__title:not(#mail_optin){
    position: absolute;
    inset: 0 auto 0 0;
    margin: 0;
    align-items: baseline;
    margin-top: 1.2rem;
  }
  .s-hero_form_wrapper .s-form .s-formlist_container .s-formlist .s-formlist__notes{
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 1079px) and (max-width: 1430px) {
  .s-hero_form_wrapper{
    align-items: flex-start;
  }
  .s-hero_form_wrapper .s-page_hero_bg .s-page_hero{
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .s-hero_form_wrapper .s-page_hero_bg .s-page_hero .symphony_image{
    position: relative;
    display: block;

    width: 40rem;
    margin: 0 auto 2rem;
  }
}

.s-page_hero.only_sp {
  max-width: 400px;
  padding: 4rem 1.2rem 2.4rem;
  margin: 0 auto;
}
.s-page_hero.only_sp h1 {
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2.4rem;
  font-weight: 800;
  letter-spacing: -.4px;
  color: #000;
  z-index: 1;
}
.s-page_hero.only_sp h1 span {
  font-size: 2.8rem;
}
.s-page_hero.only_sp h1 span.marker {
  font-size: 3rem;
  background: linear-gradient(transparent 70%, #C0EEF8 30%);
}
.s-page_hero.only_sp h1 span.em {
  font-size: 2.4rem;
}
.s-page_hero.only_sp .mv {
  display: flex;
  justify-content: left;
  position: relative;
  width: 100%;
  height: 148px;
}
.s-page_hero.only_sp .mv img {
  position: absolute;
  width: 68%;
}
.s-page_hero.only_sp .mv img.main {
  right: 0;
  bottom: -8px;
}
.s-page_hero.only_sp .mv img.wave {
  right: -60px;
  top: -152px;
}
.s-page_hero.only_sp .merit {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  gap: 1rem;
  background-color: #fff;
  border-radius: .8rem;
  box-shadow: 0px 0px 30px 0px #008EC142;
}
.s-page_hero.only_sp .merit .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  color: #008EC1;
  font-size: 1.6rem;
  font-weight: 700;
}
.s-page_hero.only_sp .merit .title::before,
.s-page_hero.only_sp .merit .title::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #008EC1;
}
.s-page_hero.only_sp .merit ul {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.s-page_hero.only_sp .merit ul li {
  position: relative;
  line-height: 1.4;
  padding-left: 2.4rem;
}
.s-page_hero.only_sp .merit ul li::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_checkmark.svg) no-repeat center center;
  background-size: 20px;
  fill: #008EC1;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
.s-page_hero.only_sp .merit ul li .marker {
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(225, 248, 251, 0) 0%, rgba(225, 248, 251, 0) 70%, #E1F8FB 70%, #E1F8FB 100%);
}
.s-page_hero.only_sp .remarks_text {
  display: flex;
  gap: .8rem;
  font-size: 1.2rem;
  color: #666;
  padding-top: .8rem;
}

.s-page_hero.only_sp .s-data {
  padding: 0;
}
.s-page_hero.only_sp .s-data .contents {
  row-gap: .6rem;
}
.s-page_hero.only_sp .s-data .contents p::before,
.s-page_hero.only_sp .s-data .contents p::after {
  width: 18px;
  height: 48px;
}
.s-page_hero.only_sp .s-data .contents p .content {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  width: 121px;
}
.s-page_hero.only_sp .s-data .contents p .content .text {
  font-size: 1.4rem;
}
.s-page_hero.only_sp .s-data .contents p .content .number .num {
  font-size: 2.8rem;
  line-height: 1;
  margin-right: 0;
}
.s-page_hero.only_sp .s-data .contents p .content .number .unit {
  font-size: 1.6rem;
}
.s-page_hero.only_sp .s-data .contents p .content .remarks {
  font-weight: normal;
}
.s-page_hero.only_sp .s-data .contents p .content .text2 .A-name {
  font-size: 1rem;
  margin: 0;
}
.s-page_hero.only_sp .s-data .contents p .content .text2 .award {
  font-size: 1.6rem;
  letter-spacing: -1px;
}

/*--------------------------------------
    page contents
--------------------------------------*/
.function_nav_description {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 6.4rem;
  margin-bottom: 3.2rem;
}
.function_nav_list {
  position: sticky;
  top: 0;
  padding: .8rem;
  background: #fff;
  z-index: 4;
}
.function_nav_list.sticky_shadow {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}
.function_nav_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}
.function_nav_list li {
  width: calc((100% - .8rem) / 2);
}
.function_nav_list li a {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 4px;
  color: #008ec1;
  font-size: 1.4rem;
  line-height: 1;
  padding: .8rem 2.4rem .8rem 1.2rem;
  background: linear-gradient(to right, #14b2dd 0%, #008ec1 100%);
  text-decoration: none;
  gap: .8rem;
}
.function_nav_list li a span {
  position: relative;
  z-index: 5;
}
.function_nav_list li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background: #fff;
  opacity: 1;
  background-clip: padding-box;
  transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
  border-radius: 4px;
}
.function_nav_list li a.is-active::before {
  background: #E1F8FB;
  background-clip: padding-box;
}
.function_nav_list li a::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 12px;
  height: 12px;
  mask-image: url(../../images/common/arrow.svg); /* 今後arrowアイコンは、blackの物をCSSで色変えして使用 */
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #008EC1;
  transform: rotate(90deg);
  z-index: 5;
}
@media screen and (min-width: 1080px) {
  .function_nav_list li a:hover::before {
    opacity: 0;
  }
  .function_nav_list li a:hover {
    color: #fff;
    opacity: 1;
  }
  .function_nav_list li a:hover::after {
    mask-image: url(../../images/common/arrow.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
  }
}

.function_nav_list_small ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 1.4rem;
}
.function_nav_list_small li {
  color: #008ec1;
  white-space: nowrap;
}
.function_nav_list_small li a {
  color: #666;
  text-decoration: none;
}
.function_nav_list_small li:not(:last-child):after {
  content: "/";
  font-size: 1.4rem;
  color: #ccc;
  height: 1.4rem;
  margin: 0 .6rem;
}
@media only screen and (min-width: 1080px) {
  .function_nav_description {
    font-size: 2.8rem;
    margin-top: 12rem;
  }
  .function_nav_list ul {
    flex-wrap: nowrap;
    width: 1000px;
    margin: 0 auto;
    gap: 1.6rem;
  }
  .function_nav_list li a {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 1.2rem 4rem 1.2rem 3.2rem;
  }
  .function_nav_list li a::after {
    right: 16px;
  }
}

.introduction_description {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
  gap: 1.6rem;
}
.introduction_description .remarks_text {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .introduction_description {
    text-align: center;
    margin-top: 0;
    margin-bottom: 6.4rem;
    gap: 1rem;
  }
}

/* section warranty */
a.discreet_link {
  color: #666;
  text-decoration: none;
}

/* section autoloan */
.p-introduction_list .p-introduction11 .sec_title h3::after {
  position: absolute;
  width: 230px;
  height: 60px;
  content: "";
  background: url(../img/memberstore/autoloan/autoloan_title.png) no-repeat center center;
  background-size: auto 60px;
  top: -61px;
  right: 0;
  z-index: -3;
}

.entry_image {
  margin: 0 auto 4rem;
}

.loanlogolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 1rem;
}

.loanlogolist li img {
  max-height: 24px;
}

@media only screen and (min-width: 1080px) {
  .p-introduction_list .p-introduction11 .sec_title h3::after {
    width: 510px;
    height: 130px;
    background-size: auto 130px;
    top: -5px;
    right: 20px;
  }

  .entry_image {
    margin: 0 auto 5rem;
  }

  .loanlogolist {
    gap: 3rem 6rem;
  }

  .loanlogolist li img {
    max-height: 40px;
  }
}
