@charset "utf-8";

/* フォント、文字色指定 */
body *{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
    color: #001242;
}

body h2{
    font-size: 36px;
    font-weight:bold;
    text-align: center;
}

body h3{
    font-size: 24px;
    font-weight:bold;;
}

body h4{
    font-size: 20px;
    font-weight: bold;
}

/* ヘッダ領域の設定 */
.site_header{
    margin: 0 auto; 
    width: 1440px;
    height: 150px;
    box-sizing: border-box;
    border-top: 30px solid #4fc3f7;
    display: flex;
    position: relative;
    font-size: 18px;
}

.site_header h1{
    margin-top: 20px;
    margin-left: 80px;
}

.site_header a{
    text-decoration: none;
}

.site_header a:hover{
    font-weight: bold;
}

.header_rows{
    display: flex;
    flex-direction: column;
    position: absolute;
    right:80px;
}

.upper_head{
    height: 20px;
    box-sizing: border-box;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: flex-end;
}

.upper_head a::after{
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/faq_icon_s.png);
    background-size: 100%;
}

.upper_head input{
    margin-left: 40px;
}

.upper_head button{
    border: none;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    background-image: url(../images/search_icon_s.png);
    background-size: 100%;
}

.upper_head button:hover{
    transform: scale(1.2);
}

.lower_head{
    width:610px;
    height: 20px;
    box-sizing: border-box;
    margin-top: 40px;
}

.lower_head ul{
    display: flex;
    justify-content: flex-end;
}

.lower_head li{
    margin-left: 20px;
}

/* キービジュアル領域の設定 */
.atcl_header{
    margin: 0 auto;
    width: 1440px;
    height: 600px;
    box-sizing: border-box;
    background-image: url(../images/key_visual.jpg);
    background-size: 100%;
    display: flex;
    position: relative;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    font-size: 16px;
}

.card_image{
    width: 331px;
    height:208px;
    border-radius: 5%;
    background-image: url(../images/basic_01.png);
    box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 100px;
    top: 20px;
}

.float_btn{
    width: 380px;
    height: 80px;
    box-sizing: border-box;
    background-color: rgba(245, 245, 245, .5);
    margin-left: 980px;
    margin-top: 10px;
    position:sticky;
    top: 0px;
    /* left: 980px; */
    display: flex;
    align-items: center;
    font-weight: bold;
}

.order{
    width: 144px;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #1565c0;
    text-align: center;
    margin-left: 30px;
}

.order:hover{
    background-color:#578ac5;
    transition: .2s;
}

.login{
    width: 144px;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #4fc3f7;
    text-align: center;
    margin-left: 32px;
}

.login:hover{
    background-color:#00aeff;
    transition: .2s;

}

.float_btn a{
    text-decoration: none;
    color: white;
}

.warning{
    width:640px;
    height: 100px;px;
    box-sizing: border-box;
    background-color: rgba(255,235,238,.75);
    position: absolute;
    left:80px;
    bottom: 50px;
}

.warning ul{
    display: flex;
    flex-direction: column;
}

.warning li{
    margin-top: 20px; 
    margin-left: 20px;
    align-items: center;
}

.warning a{
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}

.warning a::before{
    content:"";
    display:inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/warnig_icon_s.png);
    background-size: contain;
    background-repeat: no-repeat
}

.warning a::after{
    content:"";
    display:inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow_icon_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.warning a:hover{
    font-size:large;
}

/* バナー領域の設定 */
.banner{
    margin: 0 auto; 
    width: 1440px;
    height: 500px;
    box-sizing: border-box;
    padding-top: 80px;
}

.banner ul{
    margin-top: 60px;
}

/* おすすめ領域の設定 */
.recommend{
    margin: 0 auto; 
    width: 1440px;
    height: 1960px;
    box-sizing: border-box;
    background-color: #eaf6fc;
    padding-top: 100px;
}

.btn_benefit{
    display: block;
    box-sizing: border-box;
    width: 280px;
    line-height: 60px;
    background-color: #4fc3f7;
    border-radius: 15px;
    margin-top: 100px;
    margin-left: 580px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.btn_benefit:hover{
    background-color:#00aeff;
    transition: .2s;
    font-size: 28px;
}

.recommend_list ul{
    font-size: 18px;
    line-height: 36px;
    list-style:inside;
}

.recommend_list a{
    display: block;
    text-decoration: none;
    font-size: 18px;
}

.recommend_list a::after{
    content:"";
    display:inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow_icon_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.recommend_list a:hover{
    font-weight:bold;
}

.recommend_list img{
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.recommend_item_01{
    width: 1180px;
    height: 460px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    background-color:#ffffff;
    margin-top: 100px;
    margin-left: 80px;
    position: relative;
}

.recommend_item_01 h3{
    display: block;
    height: 100px;
    position: absolute;
    top: 40px;
    left: 40px;
    background-image: url(../images/01.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-left: 80px;
}

.recommend_item_01 ul{
    position: absolute;
    top: 165px;
    left: 120px;
}

.recommend_item_01 p{
    position: absolute;
    top: 313px;
    left: 300px;
    font-size: 14px;
}

.recommend_item_01 a{
    position: absolute;
    top: 387px;
    left: 380px;
}

.recommend_item_01 img{
    position: absolute;
    top: 30px;
    right:100px;
}

.recommend_item_02{
    width: 1180px;
    height: 460px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    background-color:#ffffff;
    margin-top: 40px;
    margin-left:180px;
    position: relative;
}

.recommend_item_02 h3{
    display: block;
    height: 100px;
    position: absolute;
    top: 40px;
    left: 520px;
    background-image: url(../images/02.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-left: 80px;
}

.recommend_item_02 ul{
    position: absolute;
    top: 165px;
    left: 600px;
    font-size: 18px;
    line-height: 36px;
}

.recommend_item_02 a{
    position: absolute;
    top: 369px;
    left: 770px;
}

.recommend_item_02 img{
    position: absolute;
    top: 30px;
    left:60px;
    object-position: -40px 0px;
}

.recommend_item_03{
    width: 1180px;
    height: 460px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    background-color:#ffffff;
    margin-top: 40px;
    margin-left:80px;
    position: relative;
}

.recommend_item_03 h3{
    display: block;
    height: 100px;
    position: absolute;
    top: 40px;
    left: 40px;
    background-image: url(../images/03.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-left: 80px;
}

.recommend_item_03 ul{
    position: absolute;
    top: 165px;
    left: 120px;
}

.recommend_item_03 a{
    position: absolute;
    top: 369px;
    left: 380px;
}

.recommend_item_03 img{
    position: absolute;
    top: 30px;
    right:100px;
    object-position: -20px 0px;
}

.icon_subscribe{
    width: 151px;
    height:54px;
    background-image: url(../images/pic_subscribe02.png);
    position: absolute;
    top: 203px;
    right: 224px;
}

/* ラインアップ領域設定 */
.lineup{
    margin: 0 auto; 
    width: 1440px;
    height: 1820px;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-top:100px;
}

.lineup ul{
    display: flex;
    justify-content: space-between;
    width: 1080px;
    box-sizing: border-box;
    margin-top: 91px;
    margin-left: 180px;
    align-items: center;
}

.card_list li{
    width: 300px;
    box-sizing: border-box;
    text-align: center;
    /* border: solid 1px; */
}

.card_list h3{
    line-height: 46px;
}

.first_line{
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
}

.card_list img{
    margin-top: 29px;
    width: 300px;
    height: 189px;
    border-radius: 6.5%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

.card_list img:hover{
    transform:scale(1.1,1.1);
    transition: .2s;
}

.card_list p{
    margin-top: 30px;
    font-size: 18px;
    line-height: 38px;
}

.card_list a{
    display: block;
    width: 200px;
    line-height: 60px;
    margin-top: 30px;
    margin-left: 50px;
    border-radius: 15px;
    background-color: #1565c0;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.card_list a:hover{
    background-color:#578ac5;
    transition: .2s;
    font-size: 28px;
}

.card_item_03 img{
    object-position: 1px 0.5px;
}

.flow{
    width: 1280px;
    height: 912px;
    box-sizing: border-box;
    background-color: #eaf6fc;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    margin-top: 90px;
    margin-left: 80px;
    padding-top: 50px;
    position: relative;
}

.flow h3{
    text-align: center;
}

.second_line{
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
}

.icon_card{
    width: 100px;
    height: 71px;
    background-image: url(../images/icon_card.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top:43px;
    left:380px;
}

.flow ol{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: absolute;
    width:1080px;
    margin-top: 40px;
    left: 100px;
}

.flow p{
    text-align: center;
}

.step_list li{
    box-sizing: border-box;
    width: 310px;
    /* border: solid 1px; */
    text-align: center;
}

.step_list h4{
    margin-top: 40px;
}

.step_list p{
    margin-top: 31px;
    font-size: 18px;
    line-height: 36px;
}

.step_item_01 p::after{
    content: "";
    display: inline-block;
    background-image: url(../images/finger.png);
    background-size: cover;
    margin-left: 5px;
    width:18px;
    height: 18px;
    box-sizing: border-box;
    rotate: 45deg;
}

.arrow01{
    width:50px;
    height: 50px;
    box-sizing: border-box;
    border-top: solid 10px #b9e5fa;
    border-right: solid 10px #b9e5fa;
    rotate: 45deg;
    position: absolute; 
    top:280px;
    left:412px;
}

.arrow02{
    width:50px;
    height: 50px;
    box-sizing: border-box;
    border-top: solid 10px #b9e5fa;
    border-right: solid 10px #b9e5fa;
    rotate: 45deg;
    position: absolute; 
    top:280px;
    left:795px;
}

.btn_order{
    display: block;
    box-sizing: border-box;
    width: 280px;
    line-height: 60px;
    background-color: #1565c0;
    border-radius: 15px;
    position: absolute;
    top:678px;
    left:500px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.btn_order:hover{
    background-color:#00aeff;
    transition: .2s;
    font-size: 28px;
}

.flow_annotation{
    /* position: absolute; */
    margin-top:704px;
    font-size: 14px;
}

/* スマホアプリ紹介領域設定 */
.app{
    margin: 0 auto; 
    width: 1440px;
    height: 836px;
    box-sizing: border-box;
    background-color: #eaf6fc;
    padding-top:100px;
    position: relative;
}

.app h3{
    position: absolute;
    top: 236px;
    left: 255px;
    /* line-height: 24px; */
}

.icon_app{
    width: 60px;
    height: 60px;
    background-image: url(../images/icon_app.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 215px;
    left:180px;
}

.app ul{
    position: absolute;
    top: 311px;
    left: 255px;
    list-style: inside;
    font-size: 18px;
    line-height: 36px;
}

.app p{
    position: absolute;
    top: 441px;
    left: 255px;
    line-height: 36px;
    font-size: 18px;
}

.app a{
    display: block;
    position: absolute;
    top: 600px;
    left: 450px;
    text-decoration: none;
    font-size: 18px; 
}

.app a::after{
    content:"";
    display:inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow_icon_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.app a:hover{
    font-weight: bold;
}

.app img{
    width: 500px;
    height: 500px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top:236px;
    left: 760px;
}

/* セキュリティ領域の設定 */
.security{
    margin: 0 auto; 
    width: 1440px;
    height: 836px;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-top:100px;
    position: relative;
}

.security h3{
    position: absolute;
    top:236px;
    left:836px;
}

.icon_check{
    width: 60px;
    height: 60px;
    background-image: url(../images/check.png);
    position: absolute;
    top:216px;
    left: 760px;
}

.security ul{
    position: absolute;
    top:312px;
    left:836px;
    list-style: inside;
    font-size: 18px;
    line-height: 36px;
}

.security p{
    position: absolute;
    top: 498px;
    left: 836px;
    font-size: 18px;
    line-height: 36px;
}

.security a{
    position: absolute;
    top: 621px;
    left: 914px;
    font-size: 18px;
}

.security a{
    text-decoration: none;
}

.security a::after{
    content:"";
    display:inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow_icon_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.security a:hover{
    font-weight: bold;
}

.security_01 img{
    width: 100px;
    height: 120px;
    position: absolute;
    top: 303px;
    left: 193px;
}

.security_02 img{
    width: 373px;
    height: 250px;
    object-fit: cover;
    position: absolute;
    top:236px;
    left: 307px;
}

.security_03 img{
    width: 373px;
    height: 250px;
    object-fit: cover;
    object-position: -60px 0px;
    position:absolute;
    top: 486px;
    left: 180px;
}

.security_04 img{
    width: 100px;
    height: 115px;
    position: absolute;
    top: 553px;
    left: 567px;
}

/* 新着情報領域の設定 */
.news{
    margin: 0 auto; 
    width: 1440px;
    height: 836px;
    box-sizing: border-box;
    background-color: #eaf6fc;
    padding-top:100px;
    position: relative;
}

.area_news{
    width:1280px;
    height: 470px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 236px;
    left: 80px;
}

.area_news ul{
    margin-top: 45px;
    margin-left: 100px;
    font-size: 18px;
}

.news_list li{
    box-sizing: border-box;
    border-bottom: solid 1px #bdbdbd;
    width: 1080px;
    height: 70px;
}

.area_news a{
    text-decoration: none;
}

.area_news a:hover{
    font-weight: bold;
}

.date{
    display: inline-block;
    box-sizing: border-box;
    width:230px;
    line-height: 70px;
    text-align: center;
}

.tag{
    display: inline-block;
    box-sizing: border-box;
    background-color: #001242;
    width:150px;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.title{
    display: inline-block;
    box-sizing: border-box;
    width: 670px;
    padding-left: 30px;
    vertical-align: middle;
}

.news_link{
    display: block;
    position: absolute;
    top: 425px;
    right: 100px;
    font-size: 18px;
}

.news_link::after{
    content:"";
    display:inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow_icon_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

/* 法人＆加盟店領域の設定 */
.corp_and_shop{
    margin: 0 auto; 
    width: 1440px;
    height: 650px;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-top:100px;
    position: relative;
}

.corp_and_shop ul{
    width: 1080px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 180px;
}

.corp_and_shop_list li{
    width: 490px;
}

.corp_and_shop_list img{
    display: block;
    background-color: tomato;
    width: 490px;
    height: 300px;
    box-sizing: border-box;
    margin-top: 60px;
    object-fit: cover;  
}

.corp_and_shop_list p{
    display: inline-block;
    margin-top: 40px;
    font-size: 18px;
    line-height: 36px;
}

.corp_and_shop_list a{
    text-decoration: none;
    font-size: 18px;
}

.corp_and_shop_list a:hover{
    font-weight: bold;
}

.corp_and_shop_list a::after{
    content:"";
    display:inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow_icon_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.corp img{
    object-position: 0px -20px;
}

.corp a{
    display: inline-block;
    position: absolute;
    top: 530px;
    right: 590px;
}

.shop img{
    object-position: 0px -2px;
}

.shop a{
    display: inline-block;
    position: absolute;
    top: 530px;
    right: 0px;
}

/* サポート領域の設定 */
.support{
    width: 1280px;
    height: 620px;
    box-sizing: border-box;
    background-color: #eaf6fc;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    margin-top: 100px;
    margin-left: 80px;
    padding-top: 100px;
    position: relative;
}

.support ul{
    display: flex;
    justify-content: space-around;
    width: 1080px;
    margin-top: 60px;
    margin-left: 100px;
}

.support_list li{
    width: 100%;
    text-align: center;
}

.support_list img{
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    object-fit: cover;
}

.support_list p{
    margin-top: 30px;
    width: 360px;
    height: 63px;
    font-size: 24px;
    line-height: 30px;
}

.support_list a{
    display: block;
    margin-top: 30px;
    width: 150px;
    height: 50px;
    border-radius: 15px;
    background-color: #001242;
    color: #ffffff;
    text-decoration: none;
}

.support_item_01 a{
    position: absolute;
    left: 205px;
    font-size: 18px;
    line-height: 50px;
}

.support_item_01 a:hover{
    font-size: 22px;
}

.support_item_02 p{
    line-height: 63px;
}

.support_item_02 a{
    position: absolute;
    left: 565px;
    font-size: 18px;
    line-height: 50px;
}

.support_item_02 a:hover{
    font-size: 22px;
}

.support_item_03 a{
    box-sizing: border-box;
    position: absolute;
    left: 920px;
    padding-top:5px;
    font-size: 16px;
    line-height: 20px;
}

.support_item_03 a:hover{
    font-size: 18px;
}

/* フッター領域の設定 */
.footer{
    margin: 0 auto;
    margin-top: 200px; 
    width: 1440px;
    height: 380px;
    box-sizing: border-box;
    background-color: #607d8b;
    padding-top:40px;
    padding-left: 180px;
    position: relative;
}

.footer a{
    color: #e3e3e3;
    text-decoration: none;
    font-size: 16px;
    line-height: 36px;
}

.footer a:hover{
    font-weight: bold;
}

.ft_list_01{
    position: absolute;
    top:100px;
}

.ft_list_02{
    position: absolute;
    top:100px;
    left: 580px;
}

.ft_list_03{
    position: absolute;
    top:100px;
    left: 980px;
}

.ft_list_03_item_04 a{
    display: block;
    margin-top: 9px;
    line-height: 18px;
}

.ft_list_sns{
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 40px;
    position: absolute;
    top: 280px;
    left: 1050px;
    vertical-align: middle;
}

.ft_list_sns a:hover{
    transform: scale(1.2);
}

.ft_list_sns_item_01 a{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/logo-X.png);
    background-size: cover;
    background-repeat: no-repeat;   
    font-size: 0px;
}

.ft_list_sns_item_02 a{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/logo-FB.png);
    background-size: cover;
    background-repeat: no-repeat;   
    font-size: 0px;
}

.ft_list_sns_item_03 a{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/logo-YT.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;   
    font-size: 0px;
}

.footer small{
    position: absolute;
    top:340px;
    left:1050px;
    color: #e3e3e3;
}
