@charset "utf-8";

body img {
    width: auto;
    }





/*フリーページ用調整*/
.wrap-content{
    padding: 0 30px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    -webkit-font-smoothing: antialiased;
    }
@media screen and (max-width: 767px) {
    .wrap-content{
    padding: 0;
    }
    }
/*フリーページ用調整*/    



.wrap-members{
    margin-bottom:200px;
    }
@media screen and (max-width: 767px) {
    .wrap-members{
    margin-bottom:150px;
    }
    }
@media screen and (max-width: 499px) {
    .wrap-members{
    margin-bottom:130px;
    }
    }


.members-guide{
    max-width: 910px;
    color:#026ea7!important;
    padding: 10px 0px;
    text-align: center;
    border: 2px solid #026ea7;
    }
.members-guide a{
    color:#026ea7!important;
    }


/*見出し*/
.h1{
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    }
.h2{
    color:#026ea7;
    font-size: 2.7rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 1rem;
    line-height: 3rem;
    }
.h3{
    color:#026ea7;
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    }
.h4{
    font-size: 1.9rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    }
.p{
    margin:0 10px;
    text-align: center;
    }



/*タブ*/
.members-tabmenu_section{
    margin-top:30px;
    margin-bottom: 70px;
    }
.members-tabmenu{
    display:flex;
    align-items:center;
    justify-content: center;
    gap: 0 20px;
    }
.members-tabmenu_li{
    background-color:#036ea7;
    min-width:210px;
    max-width: 210px;
    color:#fff!important;
    display:flex;
    align-items:center;
    flex-flow: column;
    font-size:1.6rem;
    font-weight:600;
    padding: 20px 25px 15px;
    border:1px solid #036ea7;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    position:relative;
    }
.members-tabmenu_app:before{
    content: 'NEW';
    background-color: #b7ae1d;
    min-width: 4.5rem;
    min-height: 4.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -40%;
    right: 7%;
    }
    /*
.members-tabmenu_li:after {
    content:'';
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    width: 6px;
    height: 6px;
    right: 110px;
    border-top: 2px solid #036ea7;
    border-right: 2px solid #036ea7;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    }*/
.members-tabmenu_border{
    border-top:1px solid #036ea7;
    }
.members-tabmenu_li:visited{
    color:#fff!important;
    }
.members-tabmenu_li:hover{
    background-color:#619bb9!important;
    }
.members-tabmenu_li span{
    font-size:1.2rem;
    font-weight:normal;
    margin-top:10px;
    }
.members-tabmenu_active{
    background-color:#fff;
    color:#036ea7!important;
    margin: 0 0px -2px 0;
    }
.members-tabmenu_active:visited{
    color:#036ea7!important;
    }
.members-tabmenu_active:hover{
    color :#bdcad1!important;
    background-color:#fff!important;
    opacity: 1;
    }
.members-tabmenu_br{
    display:none;
    }
@media screen and (max-width: 767px) {
    .members-tabmenu_section{
    margin-top: 80px;
    margin-bottom: 60px;
    }
    .members-tabmenu{
    gap: 0 15px;
    }
    .members-tabmenu_li{
    min-width:170px;
    max-width:170px;
    padding: 15px 10px 15px;
    }
    .members-tabmenu_li{
    font-size: 1.4rem;
    }
    .members-tabmenu_li span {
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    line-height: 1.3rem;
    margin-top:8px;
    }
    .members-tabmenu_app:before{
    font-size: 1.1rem;
    top: -40%;
    right: 5%;
    }
    }
@media screen and (max-width: 650px) {
    .members-tabmenu_li{
    min-width:150px;
    max-width:150px;
    }
    }
@media screen and (max-width: 499px) {
    .members-tabmenu_section{
    margin-bottom: 50px;
    margin-top: 70px;
    }
    .members-tabmenu{
    gap: 0 10px;
    }
    .members-tabmenu_li{
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    min-width:100px;
    max-width:100px;
    padding: 13px 10px 10px;
    }
    .members-tabmenu_li span {
    margin-top: 5px;
    }
    .members-tabmenu_br{
    display:block;
    }
    .members-tabmenu_app:before{
    min-width: 3.5rem;
    min-height: 3.5rem;
    font-size: 1rem;
    top: -60%;
    right: 0%;
    }
    }
    


/*メイン画像*/
.member_main-v-pc{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px;
    }
.member_main-v-sp{
    display: none;
    max-width: 100%;
    margin: 0 auto 30px;
    }
.wrap-app .member_main-v-pc{
    border:3px solid #fff;
    }
.wrap-app .member_main-v-sp{
    border:3px solid #fff;
    }
@media screen and (max-width:760px) {
    .member_main-v-pc{
    display: none;
    }
    .member_main-v-sp{
    display: block;
    }
    .wrap-ap .member_main-v-pc{
    display: none;
    }
    .wrap-app .member_main-v-sp{
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
    }
    }


/*前説*/
.intro_wrap{
    text-align: center;
    }
.intro{
    margin-bottom: 80px!important;
    font-size:1.6rem;
    }
.intro_em{
    display: block;
    margin-top: 10px;
    font-size: 2.1rem;
    font-weight: 600;
    color:#dd4b4b;
    }
.intro-small{
    display: inline-block;
    text-align: left;
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.8rem;
    }
.intro a{
    text-decoration:underline
    }
@media screen and (max-width:760px) {
    .intro{
    margin-bottom: 70px!important;
    }
    }


/*リスト*/
/*メンバーズ会員特典*/
/*リボン*/
.benefit-rbn{
    position: absolute;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 10rem;
    background-color: #026ea7;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-align: center;
    top:0;
    left: 50%;
    transform: translate(-50%, -50%);
    }
@media screen and (max-width:760px) {
    .benefit-rbn{
    width:240px;
    padding: 0 0rem;
    letter-spacing: 0rem;
    }
    }
.benefit-rbn::before,
.benefit-rbn::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #026ea7 transparent;
    border-style: solid;
    content: '';
    }
.benefit-rbn::before {
    left: -14px;
    border-width: 25px 0px 25px 15px;
    }
.benefit-rbn::after {
    right: -14px;
    border-width: 25px 15px 25px 0px;
    }
/*会員特典*/
.benefit-con{
    position: relative;
    padding:30px 25px;
    margin: 0 auto 80px;
    text-align: center;
    }
.benefit-list_con{
    padding: 80px 25px 50px;
    background: #e9f6fd;
    margin: 0 auto 120px;
    }
.benefit-list_con .h2{
    margin-bottom: 40px;
    }
.benefit-premium_con .one-point{
    max-width: 55px;
    }
.benefit .h2{
    margin-bottom: 30px;
    }
.benefit-intro{
    margin-bottom: 50px;
    font-size: 1.6rem;
    }
.benefit{
    display:flex;
    max-width: 1000px;
    margin: 0 auto;
    gap:0 10px;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 80px 0;
    }
.benefit-premium_con .benefit{
    max-width:1000px;
    justify-content: space-around;
    }
.benefit-list_item{
    flex:1;
    padding:0px 20px 40px;
    position:relative;
    flex: none;
    width: 43%;
    padding: 0px;
    margin-bottom:40px;
    }
.benefit-premium_con .benefit-list_item{
    width: 43%;
    }
.benefit-img_round{
    background-color: #fbfad0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius:50%;
    margin: 0 auto 40px;
    margin: 0 auto 20px;
    }
.benefit-list_con .benefit-img_round{
    background-color:#fff
    }
.benefit-icon {
    height: 80px;
    }
.benefit-icon_diff{
    height:70px;
    }
.benefit-icon_diff2{
    height:55px;
    }
.cap{
    font-weight: 600;
    }
.cap p{
    letter-spacing: 0rem;
    font-size: 1.7rem;
    text-align: center;
    line-height: 2.5rem;
    }
.point-under{
    padding: 0 0.5rem;
    background: linear-gradient(transparent 50%, #fffed0 50%);
    }
.small{
    display: block;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
    text-align: left;
    }
@media screen and (max-width: 767px) {
    .benefit {
    padding: 0 30px 0;
    }
    .benefit-intro {
    margin-bottom: 25px;
    }
    .benefit-list_item {
    margin-bottom: 30px;
    }
    .benefit-img_round{
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    }
    .benefit-icon{
    height: 65px;
    }
    .benefit-icon_diff{
    height:55px;
    }
    .benefit-icon_diff2{
    height:45px;
    }
    .benefit-list_item p{
    font-size:1.5rem;
    line-height: 2.3rem;
    }
    .h1{
    font-size: 2.4rem;
    margin-bottom: 20px;
    }
    .h2{
    font-size: 2.1rem;
    padding-bottom: 1rem;
    margin-bottom: 20px;
    }
    .benefit-list_con .h2 {
    margin-bottom: 25px;
    }
    .h3{
    font-size: 2rem;
    margin-bottom: 10px;
    }
    .h4{
    font-size: 1.9rem;
    margin-bottom: 10px;
    text-align: left;
    }
    p{
    font-size: 1.3rem;
    margin:0;
    }
    .benefit-con{
    padding:30px 10px;
    }
    .benefit-list_con {
    padding:50px 10px 30px;  
    }
    .cap{
    font-size: 0.9rem;
    }
    }
@media screen and (max-width: 499px) {
    .h2 {
    margin-bottom: 0px;
    }
    .benefit-list_con .h2 {
    margin-bottom: 0px;
    }
    .benefit-con{
    max-width: 890px;
    padding:0px 10px;
    margin: 0 auto 70px;
    }
    .benefit-list_con {
    padding:50px 20px 30px;
    }
    .benefit {
    display: block;
    padding: 0 0px 0;
    }
    .benefit-intro {
    margin-bottom: 0px;
    }
    .benefit-list_item{
    width:100%;
    margin: 0 auto 0px;
    padding: 20px 0px 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    }
    .benefit-list_con .benefit-list_item {
    flex-direction: column;
    }
    .benefit-premium_con .benefit-list_item {
    width: 100%;
    }

    .benefit-img_round{
    width: 95px;
    height: 95px;
    min-width: 95px;
    min-height: 95px;
    margin: 0 auto 0px;
    margin-right: 0;
    margin-left: 0;
    }
    .benefit-icon{
    height:40px;
    }
    .benefit-icon_diff{
    height:35px;
    }
    .benefit-icon_diff2{
    height:30px;
    }
    .benefit-list_item p {
    font-size: 1.3rem;
    }
    .cap{
    margin-left: 13px;
    text-align: left;
    }
    .cap p{
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: left;
    }
    .small{
    display: block;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-align: left;
    }

    .benefit-list_con .benefit-img_round {
    margin-bottom: 10px;
    }
    .benefit-list_con .cap,.benefit-list_con .cap p{
    text-align: center;
    }
    }



/*アプリ*/
.wrap-app{
    background-color: #e9f6fd;
    background-color: #f9f8ec;
    padding: 80px 20px 0;
    position: relative;
    }
/*リスト*/
/*アプリ機能紹介*/
.app-list_con .benefit-img_round {
    background-color: #fbfad0;
    }
.app-list_con .h2{
    margin-bottom:20px;
    }
.app-list_con .h3 {
    background-color: #b7ae1d;
    max-width: 200px;
    color: #fff;
    font-size: 1.7rem;
    padding: 6px 25px;
    margin: 40px auto 40px;
    border-radius: 9999px;
    }
.app-list_con .benefit-diff{
    max-width: 1200px;
    gap: 0 15px;
    padding: 0 0px 0;
    }
.app-list_con .benefit-diff .benefit-list_item{
    border: 1px solid #026ea7;
    border-radius: 10px;
    padding: 20px 20px 30px;
    width: auto;
    flex: 3;
    margin-bottom: 0;
    }
.app-list_con .benefit-list_item .benefit-img_round {
    background-color: #fff;
    /*border: 1px solid #026ea7;*/
    }
.app-list_con .benefit-diff .benefit-img_round{
    background-color: #e9f6fd;
    background-color: #f9f8ec;
    border:none;
    width: auto;
    height: 60px;
    margin: 20px 0 30px;
    }
.app-list_con .benefit:first-child {
    margin-bottom:50px;
    }
.app-list_con .h3-diff{
    background-color: #026ea7!important;
    margin: 70px auto 30px;
    }
.app-list_con .small{
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-top: 15px;
    }
@media screen and (max-width: 959px) {
    .app-list_con .benefit-diff {
    padding: 0 0px 0;
    }
    }
@media screen and (max-width: 767px) {
    .app-list_con .benefit-diff {
    gap: 0 10px;
    }
    .app-list_con .h2 {
    margin-bottom: 0px;
    }
    .app-list_con .h3 {
    margin: 20px auto 40px;
    }
    .app-list_con .h3-diff {
    margin: 50px auto 30px;
    }
    }
@media screen and (max-width: 650px) {
    .app-list_con .benefit-diff {
    padding: 0 0px 0;
    display:block;
    }
    .app-list_con .benefit-diff .benefit-list_item {
    display: flex;
    padding: 30px 30px 30px;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: flex-start;
    }
    .app-list_con .benefit-diff .benefit-img_round{
    height: auto;
    min-width: 80px;
    min-height: auto;
    margin: 0 auto 0px;
    margin-right: 0;
    margin-left: 0;
    }
    .app-list_con .benefit-diff .cap {
    margin-left: 13px;
    text-align: left;
    }
    .app-list_con .benefit-diff .cap p {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    }
    .app-list_con .benefit-diff .benefit-icon_diff{
    height: 45px;
    }
    .app-list_con .benefit-diff .benefit-icon_diff2{
    height:35px;
    }
    }
@media screen and (max-width: 499px) {
    .app-list_con .benefit-diff .benefit-list_item {
    padding: 25px 15px 25px;
    }
    .app-list_con .h3 {
    margin: 10px auto 5px;
    }
    .app-list_con .h3 {
    font-size: 1.4rem;
    }
    .app-list_con .h3-diff {
    margin: 40px auto 20px;
    }
    }
/*見出し調整*/
.app-howto_section .h3-wrap{
    max-width:1200px;
    /*margin: 0 auto 50px;*/
    margin: 0 auto 50px;
    padding: 0 20px;
    }
.app-howto_section .h3-wrap .h3{
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 600;
    color: #026ea7;

    }
.app-howto_section .h3-wrap .h3 span{
    background: linear-gradient(transparent 50%, /*#e9f6fd*/#fff 50%);
    }
.h3-small{
    font-size: 1.6rem;
    }
.app-h3ex{
    margin-top:15px;
    line-height: 1.8rem;
    }
    /*
.app-howto_section .h3-wrap .h3:before, .app-howto_section .h3-wrap .h3:after {
    content: '';
    height: 1px;
    background-color: #026ea7;
    flex-grow: 1;
    }
.app-howto_section .h3-wrap .h3:before {
	margin-right: 4rem;
    }
.app-howto_section .h3-wrap .h3:after {
    margin-left: 4rem;
    }*/
@media screen and (max-width: 959px) {
    .app-howto_section .h3-wrap .h3{
    margin-bottom: 40px;
    }
    }
@media screen and (max-width: 767px) {
    .app-howto_section .h3-wrap {
    padding: 0 0px;
    }
    .app-howto_section .h3-wrap .h3{
    margin-bottom: 25px;
    }
    .app-howto_section .h3-wrap .h3:before {
	margin-right: 1.5rem;
    }
    .app-howto_section .h3-wrap .h3:after {
    margin-left: 1.5rem;
    }
    }
@media screen and (max-width:599px) {
    .app-howto_section .h3-wrap .h3:before, .app-howto_section .h3-wrap .h3:after {
    content: none;
    }
    }
@media screen and (max-width:499px) {
    .app-howto_section .h3-wrap {
    margin: 0 auto 0px;
    padding: 0 0px;
    }
    .app-howto_section .h3-wrap .h3{
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 35px;
    }
    .h3-small {
    font-size: 1.4rem;
    }
    }


/*新規会員登録*/
.member-join{
    margin-bottom: 130px;
    text-align: center;
    }
.member-join img{
    max-width: 35px;
    margin-bottom: 5px;
    }
.member-join .h2{
    margin-bottom: 15px;
    font-size: 2.7rem;
    }
.join-point{
    font-size: 3rem;
    font-weight: 600;
    }
.font_em{
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.1rem;
    }
.btn{
    background-color: #dd4b4b;
    display: block;
    width:250px;
    padding: 20px 20px;
    text-align: center;
    color: #fff!important;
    font-weight: 600;
    font-size: 1.8rem;
    border-radius: 10px;
    }
.btn:hover{
    opacity: 0.7;
    }
.btn-diff{
    background-color: #fff;
    border:2px solid #dd4b4b;
    color: #dd4b4b!important;
    }
.member-join_btnwrap{
    max-width: 1000px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
    margin: 35px 0 0;
    gap: 15px 0;
    }
.member-join_btnwrap .btn{
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
@media screen and (max-width:760px) {
    .member-join{
    margin-bottom: 70px;
    }
    .member-join_btnwrap .btn{
    font-size: 1.6rem;
    }
    }
@media screen and (max-width:499px) {
    .font_em{
    font-size: 1.5rem;
    }
.member-join_btnwrap {
    gap: 10px 0;
    }
    .member-join_btnwrap .btn{
    font-size: 1.5rem;
    }
    }



.one-point{
    max-width: 45px;
    margin-bottom: 10px;
    }



/*テーブル*/
.table-rank {
    font-size: 1.3rem;
    margin: 0 auto 30px;
    }
.rank-blank{
    display:none;
    }
.tr-top td{
    font-weight: 600;
    }
.td-blank{
    background-color: #fff!important;
    }
.rank_img{
    width: 30px;
    margin-right: 7px;
    }
.table-rank td {
    width: 200px;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
    border: solid 5px #fff !important;
    }
.table-rank .tr-top{
    background: #999!important;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    }
.table-rank .tr-nonm{
    background: #d7d7d7;
    color:#333;
    font-size: 1.3rem;
    }
.rank_em_r, .rank_em_b, .rank_em_s, .rank_em_g {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    }
.rank_img {
    vertical-align: middle;
    margin-right: 8px;
    }
.par-em-slv{
    color:#db3719;
    font-size: 1.6rem!important;
    font-weight: 600;
    }
.par-em-gld{
    color:#db3719;
    font-size: 1.8rem!important;
    font-weight: 600;
    }
.rank_em_m{
    font-weight: 600;
    text-align: center;
    }
.rank_em_r{
    color:#333;
    font-weight: 600;
    }
.rank-color_r{
    background-color: #e3eeef;
    }
.rank_em_b{
    color:#b36729;
    font-size: 1.6rem!important;
    font-weight: 600;
    }
.rank-color_b{
    background-color: #f0e6e0;
    }
.rank_em_s{
    background-color: #e3e8eb;
    color:#db3719;
    font-size: 1.6rem!important;
    font-weight: 600;
    }
.rank-color_s{
    background-color: #e3e8eb;
    }
.rank_em_g{
    background-color: #f7f3ca;
    color:#db3719;
    font-size: 1.6rem!important;
    font-weight: 600;
    }
.rank-color_g{
    background-color: #f7f3ca;
    }
/*スクロール用*/
.scroll-hint-shadow-wrap::before, .scroll-hint-shadow-wrap::after {
    content:none;
    }
@media screen and (max-width:680px) {
    .table-rank {
    letter-spacing: 0;
    font-size: 1.1rem;
    }
    .table-rank-pc{
    display: none;
    }
    .table-rank-sp{
    display: block;
    }
    .table-rank td {
    padding: 13px 10px;
    line-height: 1.5rem;
    border: solid 4px #fff !important;
    }
    .rank-blank{
    display:block;
    }
    .table-rank th {
    width:75px;
    padding: 13px 6px;
    }
    .rank_em_r{
    flex-direction: column;
    }
    .rank_em_b{
    font-size: 1.4rem!important;
    font-weight: 600;
    line-height: 1.5rem;
    flex-direction: column;
    }
    .rank_em_s{
    font-size: 1.5rem!important;
    font-weight: 600;
    line-height: 1.5rem;
    flex-direction: column;
    }
    .rank_em_g{
    font-size: 1.5rem!important;
    font-weight: 600;
    line-height: 1.5rem;
    flex-direction: column;
    }
    .rank_img{
    width: 25px;
    margin-right: 0px;
    margin-bottom: 6px;
    }
    }
@media screen and (max-width:510px) {
    .table-rank_wrap{
    overflow: scroll;
    }
    .tr-sticky{
    position: sticky;
    top: 0;
    left: -2px;
    }
    .tr-sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    }
    .table-rank td {
    width:100px;
    min-width:100px;
    width:75px;
    min-width:75px;
    }
    .table-rank th,
    .table-rank td {
    line-height: 1.7rem;
        /*
    white-space: nowrap;*/
    }
    .table-rank .tr-top {
    width: 110px;
    min-width: 110px;

    width: 90px;
    min-width: 90px;
    font-size: 1.2rem;
    font-size: 1.1rem;
    padding: 13px 5px;
    letter-spacing: 0rem;
    }
    .table-rank .tr-nonm {
    font-size: 1.2rem;
    }
    .table-rank td {
    font-size: 1.2rem;
    padding: 13px 5px;
    }
    .rank_em_g {
    font-size: 1.4rem !important;
    }
    .rank_em_s {
    font-size: 1.4rem !important;
    }
    .rank_em_b {
    font-size: 1.4rem !important;
    }
    }



.point-link{
    text-align: center;
    margin-bottom: 140px;
    margin-top:5px;
    }
.point-link a{
    text-decoration: underline;
    }
@media screen and (max-width:760px) {
    .point-link{
    margin-bottom: 70px;
    }
    }







.rank-wrap{
    text-align: left;
    margin-left: 0;
    margin-bottom: 50px;
    }
.rank-wrap .h3{
    text-align: left;
    margin-bottom: 20px;
    }
.rank-wrap .h4{
    text-align: left;
    }
.rank-wrap p{
    font-size: 1.3rem;
    line-height: 2rem;
    }
.rank-cap p{
    text-align: left;
    }
.rank-wrap-line{
    display: block;
    background-color: #ccc;
    width:100%;
    height: 1px;
    margin-bottom: 15px;
    }



.rank-wrap-cap{
    margin-bottom: 10px;
    }
.p-strong{
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 8px;
    }

.member-note{
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-bottom: 50px;
    }




/*文章アコーディオン*/
  .text_wrapper {
    position: relative;
    margin-bottom: 70px;
    }
  .text {
    height: 60px;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.5rem;
    }
  .show_more{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 40px;
    text-align: left;
    line-height: 30px;
    font-size: 1.4rem;
    font-weight: 600;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
    cursor: pointer;
    transition: bottom 0.2s;
    }
  .show_more2{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(247, 228, 225, 1) 70%);
    cursor: pointer;
    transition: bottom 0.2s;
    }
  .active {
    background: none;
    bottom: -10px;
    }
  @media screen and (max-width: 767px) {
    .text {
    font-size: 0.8rem;
    line-height: 1.4rem;
    }
    }
  @media screen and (max-width: 767px) {
    .text {
    font-size: 0.7rem;
    line-height: 1.3rem;
    }
    }






/*アプリDL・登録*/
.wrap-app .intro_wrap .intro{
    margin-bottom: 40px !important;
    }
.wrap-app .intro_wrap{
    margin-bottom: 70px;
    }
.wrap-app .intro_wrap .dl-button{
    max-width: 250px; 
    min-width: 220px;
    margin:0 auto;
    }
.wrap-app .intro_wrap .appdl-button{
    max-width: 250px; 
    min-width: 220px;
    margin:0 auto;
    }
.app-howto_section{
    padding: 80px 20px 80px;
    /*background-color: #e9f6fd;*/
    max-width:100%;
    margin-bottom: 200px;
    }
.app-howto_inner{
    max-width:1200px;
    margin:0 auto;
    }
.app-howto_wrap{
    display: flex;
    margin-bottom: 60px;
    justify-content: space-evenly;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 20px 0;
    }
.app-howto_h3{
    background-color: #b7ae1d;
    max-width:350px;
    color:#fff;
    font-size:1.9rem;
    padding:10px 25px;
    margin:0 auto 30px;
    margin:0 auto 20px;
    border-radius:9999px;
    letter-spacing: 0.1rem;
    }
.app-howto_h3-diff{
    background-color: #026ea7 !important;
    }
.app-howto_item{
    max-width: /*280px*/200px;
    margin-bottom: 0px;
    position: relative;
    flex: 1 1 /*280px*/200px;
    }
.app-howto_item img{
    display:block;
    width: 75%;
    margin:0 auto 30px;
    }
.app-howto-img_wrap{
    margin-bottom: 0px;
    }
.app-howto-img_wrap .app-howto_item{
    margin-bottom: 40px;
    }
.app-howto_head{
    display:flex;
    max-width:/*280px*/220px;
    align-items: flex-start;
    justify-content: center;
    margin:0 auto 20px;
    }
.app-howto_item span{
    background-color: #313131;
    display: block;
    min-width: 2.4rem;
    min-height: 2.4rem;
    margin-right: 7px;
    border-radius: 50%;
    position: relative;
    top: 0px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.app-howto_item p{
    padding:0 10px;
    }
.app-head_h3{
    font-size: 1.6rem;
    line-height: 2.3rem;
    color:#29211f;
    /*margin-bottom: 30px;*/
    margin-bottom: 0px;
    letter-spacing: 0.05rem;
    }
.app-howto_item p{
    font-size: 1.4rem;
    line-height: 2.3rem;
    }
.app-list_con .cap-ex{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.05rem;
    line-height: 1.9rem;
    margin-top: 10px;
    }
.app-list_con .small{
    display: block;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
    text-align: left;
    }
.app-howto_inner .one-point{
    max-width: 60px;
    margin: 0px auto 20px;
    display: block;
    }
/*使い方・矢印*/
.arrow_wrap {
    display: flex;
    align-items: center;
    }
.gift_arrow {
    position: relative;
    display: inline-block;
    width: 15.3px;
    height: 26.6px;
    /*right: calc(50% - 2px);*/
    }
.gift_arrow_diff{
    height: 50px;
    }
.arrow_wrap_sp{
    display:none;
    }
.gift_arrow::before,
.gift_arrow::after {
    content: "";
    position: absolute;
    /*top: calc(50% - 2px);*/
    top: calc(-90%);
    right: 0;
    width: 20px;
    height: 4px;
    border-radius: 9999px;
    background-color: #026ea7;
    border-top: 2px solid #026ea7;
    border-right: 2px solid #026ea7;
    transform-origin: calc(100% - 2px) 50%;
    }
.gift_arrow::before {
    transform: rotate(45deg);
    }
.gift_arrow::after {
    transform: rotate(-45deg);
    }
.app-section .h2{
    /*margin-bottom: 25px;*/
    margin-bottom: 30px;
    }
.app-h4{
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: 0rem;
    }
.app-h4 .mobile-os{
    font-weight:600;
    /*color: #026ea7;*/
    padding:2px;
    }
.app-h4 .mobile-os:last-child{
    margin-top:10px;
    }
.app-h4 .em-underline{
    display: inline;
    background-color: transparent;
    color: initial;
    font-weight: 400;
    text-decoration:underline;
    }
.arrow_wrap_blankpc{
    display:none;
    }
/*アプリDL*/
.dl-button_wrap{
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto 90px;
    /*gap: 0 60px;*/
    }
.appdl-button_wrap{
    max-width: 100%;
    display: flex;
    justify-content: center;
    /*margin: 0 auto 90px;*/
    margin: 0 auto 50px;
    /*gap: 0 60px;*/
    }
.dl-button_item{
    padding: 20px;
    }
.appdl-button_item{
    padding: 20px;
    }
.dl-button_item .h4{
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 15px;
    }
.appdl-button_item .h4{
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 15px;
    }
.dl-button_item_wrap{
    display:flex;
    }
.appdl-button_item_wrap{
    display:flex;
    }
.dl-button_item img{
    max-width: 80px;
    }
.appdl-button_item img{
    max-width: 80px;
    }
.dl-button_item span{
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    }
.appdl-button_item span{
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    }
.dl-button{
    display: block;
    max-width: 210px;
    min-width: 210px;
    background-color: #026ea7 !important;
    color:#fff!important;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2rem;
    margin: 0 auto;
    position:relative;
    }
.dl-button_item .dl-button{
    padding: 15px 20px;
    /*padding-left: 2.5rem;*/
    margin-right:10px;
    }
.appdl-button_item .dl-button{
    padding: 15px 20px;
    /*padding-left: 2.5rem;*/
    margin-right:10px;
    line-height: 2rem;
    }
.dl-button_diff{
    position: absolute;
    max-width: 250px;
    min-width: 250px;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%);
    }
.dl-button:after {
    content:'';
    background: #ffffff;
    margin-left: 15px;
    height: calc(tan(70deg)* 8px / 2);
    width: 8px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position:absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%) translateX(-7%);
    }
@media screen and (max-width: 820px) {
    .dl-button_item_wrap{
    flex-direction: column-reverse;
    align-items: center;
    }
    .dl-button_item img{
    max-width: 100px;
    margin-bottom: 10px;
    }
    .appdl-button_item_wrap{
    flex-direction: column-reverse;
    align-items: center;
    }
    .appdl-button_item img{
    max-width: 100px;
    margin-bottom: 10px;
    }
    }
@media screen and (max-width: 620px) {
    .gift_arrow_diff{
    height: 30px;
    }
    .gift_arrow_diff2{
    height: 50px;
    }
    }
@media screen and (max-width: 600px) {
    .dl-button_item .dl-button {
    max-width: 180px;
    min-width: 180px;
    }
    .appdl-button_item .dl-button {
    max-width: 180px;
    min-width: 180px;
    }
    }
@media screen and (max-width: 499px) {
    .dl-button_wrap{
    flex-direction: column;
    gap: 0 0px;
    }
    .dl-button{
    font-size: 1.4rem;
    padding: 20px 20px;
    }
    .dl-button_item .dl-button {
    max-width: 100%;
    min-width: 100%;
    }
    .dl-button_item img {
    max-width: 120px;
    margin-bottom: 15px;
    }
    .wrap-app .intro_wrap .intro{
    margin-bottom: 30px !important;
    }
    .appdl-button_item .h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    }
    .appdl-button_wrap{
    gap: 0 0px;
    margin: 0 auto 30px;
    }
    .appdl-button{
    font-size: 1.4rem;
    padding: 20px 20px;
    }
    .appdl-button_item {
    padding: 20px 10px;
    }
    .appdl-button_item .dl-button {
    max-width: 130px; 
    min-width: 130px;
    }
    .appdl-button_item img {
    max-width: 120px;
    margin-bottom: 15px;
    }
    .gift_arrow_diff2{
    height: 70px;
    }
    }
@media screen and (max-width: 379px) {
    .gift_arrow_diff2 {
    height: 85px;
    }
    }
@media screen and (max-width: 350px) {
    .appdl-button_item .dl-button {
    max-width: 120px; 
    min-width: 120px;
    }
    }
/*
@media screen and (max-width: 1030px) {
    .app-howto_item {
    max-width: 220px;
    flex: 1 1 220px;
    }
    }*/
@media screen and (max-width: 959px) {
    .app-howto_item img {
    display: block;
    width: 70%;
    margin:0 auto 20px;
    }
    .app-howto_head {
    align-items: flex-start;
    }
    .app-howto_item p {
    font-size: 1.3rem;
    line-height: 2.1rem;
    }
    }
/*
@media screen and (max-width: 810px) {
    .app-howto_item {
    max-width: 200px;
    flex: 1 1 200px;
    }
    }*/
@media screen and (max-width: 767px) {
    .app-howto_section{
    padding: 70px 0px 30px;
    margin-bottom: 150px;
    }
    .app-howto_h3{
    font-size: 1.7rem;
    padding: 8px 20px;
    }
    .app-howto_head {
    margin: 0 auto 10px;
    }
    .dl-button_wrap {
    margin: 0 auto 70px;
    }
    .app-howto_wrap:last-child {
    margin-bottom: 40px;
    }
    .app-list_con .cap-ex{
    font-size: 1.3rem;
    margin-top: 5px;
    }
    }
@media screen and (max-width: 750px) {
    .app-howto_item {
    max-width: 170px;
    flex: 1 1 170px;
    }
    .app-howto_wrap {
    padding: 0 0px;
    }
    .app-h4,.em-underline {
    font-size: 1.3rem!important;
    line-height: 1.8rem;
    }
    }
@media screen and (max-width: 650px) {
    .gift_arrow::before, .gift_arrow::after {
    top: calc(-60%);
    }
    }
@media screen and (max-width: 620px) {
    .arrow_wrap_blank{
    display:none;
    }
    .arrow_wrap_blankpc{
    display:inline-block;
    }
    .arrow_wrap_blankpc .gift_arrow::before, .arrow_wrap_blankpc .gift_arrow::after {
    top: calc(300%);
    }
    .app-howto_item {
    max-width: 210px;
    flex: 1 1 210px;
    }
    }
@media screen and (max-width: 515px) {
    .app-howto_item {
    max-width: 180px;
    flex: 1 1 180px;
    }
    }
@media screen and (max-width: 499px) {
    .app-howto_section {
    padding: 60px 0px 30px;
    }
    .app-howto_h3{
    font-size: 1.5rem;
    }
    .app-howto_item {
    max-width: 140px;
    flex: 1 1 140px;
    }
    .app-howto_item span {
    min-width: 2.1rem;
    min-height: 2.1rem;
    font-size: 1.4rem;
    }
    .gift_arrow::before, .gift_arrow::after {
    width: 13px;
    height: 3px;
    }
    .app-h4 .em-underline {
    font-size: 1.3rem!important;
    line-height: 1.7rem;
    }
    .app-howto_wrap{
    gap: 10px 0;
    }
    .appdl-button_item .dl-button{
    padding: 10px 20px;
    line-height:2rem;
    font-size: 1.2rem;
    }
    .app-howto_wrap:last-child {
    margin-bottom: 30px;
    }
    .app-howto_item img {
    margin: 0 auto 10px;
    }
    .arrow_wrap_blankpc .gift_arrow::before, .arrow_wrap_blankpc .gift_arrow::after {
    top: calc(220%);
    }
    .dl-button_wrap {
    margin: 0 auto 50px;
    }
    .app-howto_h3 {
    margin: 0 auto 20px;
    }
    .app-head_h3{
    font-size: 1.5rem;
    line-height: 2rem;
    }
/*
    .app-howto_wrap {
    display: block;
    }
    .app-howto_item {
    max-width: 80%;
    margin: 0 auto 10px;
    }
    .app-howto_item img {
    margin: 0 auto 30px;
    width: 60%;
    }
    .arrow_wrap {
    display: block;
    padding: 30px 0;
    }
    .gift_arrow {
    right: 0;
    }
    .gift_arrow::before,
    .gift_arrow::after {
    bottom: 0;
    top:0;
    left: calc(50% - 2px);
    width: 4px;
    height: 20px;
    border-radius: 9999px;
    transform-origin: 50% calc(100% - 2px);
    }
    .gift_arrow::before {
    transform: rotate(45deg);
    }  
    .gift_arrow::after {
    transform: rotate(-45deg);
    }

    .app-howto_h3{
    font-size: 1.4rem;
    padding: 8px 20px;
    }
    .app-head_h3 {
    font-size: 1.6rem;
    }
    .arrow_wrap {
    padding: 15px 0;
    }
    .app-howto_item img {
    margin: 0 auto 20px;
    }*/
    }
@media screen and (max-width: 379px) {
    .app-howto_item {
    max-width: 115px;
    flex: 1 1 115px;
    }
    .arrow_wrap_blankpc .gift_arrow::before, .arrow_wrap_blankpc .gift_arrow::after {
    top: calc(180%);
    }
    }



/*Q&A*/
.members-qa_section{
    margin-bottom:100px;
    }
  /* 個々のアコーディオンリストを囲うタグ */
.members-qa_item{
    max-width:1200px;
    margin: 0 auto;
    }
  /* アコーディオンのタイトル・内容共通 */
.members-qa_head,
.members-qa_answer{
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    text-align:left;
    }
.members-qa_head{
    padding: 20px 6rem 20px 20px;
    }
.members-qa_answer span{
    display: block;
    margin-bottom:20px;
    }
  /* アコーディオンのタイトル */
.members-qa_head {
    cursor: pointer;
    position: relative;
    border-bottom:1px dotted #333;
    font-weight: 600;
    text-align:left;
    line-height: 2.5rem;
    letter-spacing: 0.05rem;
    }
  /* アコーディオンの内容 */
.members-qa_answer {
    display: none;
    /*background-color: #eee;*/
    font-size:1.4rem;
    color: #333;
    margin-top:10px;
    line-height: 2.5rem;
    letter-spacing: 0.05rem;
    }
.answer-headline{
    font-weight: 600;
    margin-bottom: 0px !important;
    }
.members-qa_head:nth-child(n + 1) {
    margin-top: 20px;
    }
  /* タイトル横のプラスマーク縦線 */
.members-qa_head::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background-color:#333;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
    }
  /* タイトル横のプラスマーク横線 */
.members-qa_head::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background-color:#333;
    transition: all .3s ease-in-out;
    }
  /* アコーディオンが開いたとき縦線の変化 */
.members-qa_head.open::before {
    transform: rotate(180deg);
    }
  /* アコーディオンが開いたとき横線の変化 */
.members-qa_head.open::after {
    opacity:0;
    }
 /* アコーディオンの内容 */
.members-qa_answer a{
    text-decoration:underline;
    }
.members-qa_answer a:hover{
    text-decoration:none;
    }
@media screen and (max-width: 499px) {
    .members-qa_head::after,.members-qa_head::before {
    right: 15px;
    }
    .members-qa_head {
    font-size:1.4rem;
    line-height: 2.2rem;
    letter-spacing: 0.01rem;
    }
    .members-qa_answer {
    font-size:1.3rem;
    line-height: 2.2rem;
    letter-spacing: 0.01rem;
    }
    .members-qa_head {
    padding: 15px 5rem 15px 15px;
    }
    }




.return-top{
    display: block;
    margin: 0 auto;
    width:200px;
    padding:20px 0;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    border: 1px solid #333;
    border-radius: 10px;
    }