@charset "UTF-8";

#container {
  max-width: 100%;
}

.main_container {
    width: 100%;
}

.main_container * {
    font-family: 'Noto Sans JP','游ゴシック体','YuGothic','Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif
}

/* top_wrap */
.top_wrap {
    background: url(/pc/img/feature/smartphone-sateiapp/top_wrap_bg.jpg) top center / auto 100% no-repeat;
    height: 667px;
}

.top_innner {
    margin: auto;
    position: relative;
    width: 1080px;
}

.top_inner-left {
    position:absolute;
    z-index: 1;
}

.top_inner-left .mv {
    left: 10px;
    position:absolute;
    top: 20px;
}

.app_download_btn {
    top: 470px;
    left: 105px;
    position:absolute;
}

.top_inner-right {
    position:absolute;
    right: 0px;
    width: 600px;
}

.top_inner-right img {
    position:absolute;
    right: 50px;
    top: 65px;
}

.top_inner-right p.top_caution {
    position:absolute;
    right: 290px;
    top: 640px; 
}

/* app_download */
.app_download_wrap {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(91, 219, 181, 1) 40%);
    padding-top: 60px;
    text-align: center;
}

.app_download_wrap.-is_campaign {
    padding-top: 0px;
}

.app_download_flame-green {
    background: #fff;
    border: solid 3px #8CBF21;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 50%);
    margin: 0px auto 0;
    padding: 40px;
    position: relative;
    width: 780px; 
    z-index: 1;
}

.app_download_flame-green.-is_campaign {
    margin: -50px auto 0;
}

.app_download_flame-red {
    background: #fff;
    border: solid 3px #ff0000;
    border-radius: 10px;
    margin: auto;
    width: 568px;
}

.app_download_flame-red > div {
    align-items: center;
    background: #ff0000;
    color: #fff;
    display: flex;
    font-size: 15.6px;
    font-weight: bold;
    height: 43px;
    justify-content: center;
}

.app_download_flame-red > div::before,
.app_download_flame-red > div::after{
    border: solid 8px transparent;
    border-bottom: solid 0px transparent;
    border-top: solid 8px #fff;
    content: "";
    display: block;
    width: 0;
    height: 0;
}

.app_download_flame-red > div::before{
    margin-right: 20px;
}

.app_download_flame-red > div::after{
    margin-left: 20px;
}

ul.app_download_btn_wrap {
    display: flex;
    justify-content: space-evenly;
}

ul.app_download_btn_wrap li {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}

ul.app_download_btn_wrap li > img {
    height: auto;
    width: 130px;
}

ul.app_download_btn_wrap li:first-child a {
    display: inline-block;
    line-height: 0;
    padding: 8px 20px;
}

/* app_introduction */
.app_introduction_wrap {
    margin: 58px auto 96px;
    width: 1080px;
}

.app_introduction_inner {
    background: url(/pc/img/feature/smartphone-sateiapp/app_introduction_bg.png) top center / 100% auto no-repeat;
    margin: 0 auto 0;
    padding: 74px 74px 104px 74px;
    position: relative;
    width: 790px;
}

.app_introduction_inner::before {
    content: url(/pc/img/feature/smartphone-sateiapp/app_introduction_mobile_img.png);
    position: absolute;
    left: -260px;
    top: -60px;
    z-index: 1;
}

.app_introduction_inner_flex {
    display: flex;
    justify-content: space-between;
}

.app_introduction_caution {
    font-size: 11px;
}

.app_introduction_title {
    margin-top: 30px;
    text-align: center;
}

dl.app_introduction_list {
    align-items: flex-end;
    display: flex;
    margin: auto;
    width: 880px;
}

.app_introduction_01 {
    background: url(/pc/img/feature/smartphone-sateiapp/app_introduction_list_01.png) top center / auto 100% no-repeat;
    height: 247px;
    margin-right: 28px;
    width: 300px;
}

.app_introduction_02 {
    background: url(/pc/img/feature/smartphone-sateiapp/app_introduction_list_02.png) top center / auto 100% no-repeat;
    height: 247px;
    position: relative;
    width: 270px;
}

.app_introduction_02::before {
    bottom: 0;
    content: url(/pc/img/feature/smartphone-sateiapp/app_introduction_list_arrow.png);
    height: 31px;
    margin: auto;
    position: absolute;
    left: -35px;
    top: 0;
    width: 50px;
}

.app_introduction_03 {
    background: url(/pc/img/feature/smartphone-sateiapp/app_introduction_list_03.png) top center / auto 100% no-repeat;
    height: 256px;
    margin-left: -10px;
    position: relative;
    width: 292px;
}

.app_introduction_03::before {
    bottom: 0;
    content: url(/pc/img/feature/smartphone-sateiapp/app_introduction_list_arrow.png);
    height: 31px;
    margin: auto;
    position: absolute;
    left: -20px;
    top: 0;
    width: 50px;
}

dl.app_introduction_list {
    text-align: center;
}

dl.app_introduction_list dt {
    color: #8CBF21;
    font-size: 52px;
    font-weight: bold;
}

dl.app_introduction_list dd {
    color: #fff;
    font-size: 18px;
}


.app_introduction_01 dt {
    padding-left: 50px;
    padding-top: 45px;
}
.app_introduction_01 dd {
    padding-left: 50px;
}

.app_introduction_02 dt {
    padding-right: 20px;
    padding-top: 45px;
}
.app_introduction_02 dd {
    padding-right: 20px;
}

.app_introduction_03 dt {
    padding-right: 20px;
    padding-top: 55px;
}
.app_introduction_03 dd {
    padding-right: 20px;
}


/* user_voice */
.user_voice_wrap {
    background: linear-gradient(0deg, rgba(91, 219, 181, 1), rgba(62, 158, 255, 1));
    padding: 96px 0;
}

.user_voice_wrap h2 {
    text-align: center;
}

dl.user_voice_list {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1080px;
}

dl.user_voice_list div {
    background: url(/pc/img/feature/smartphone-sateiapp/user_voice_list_bg_01.png) top center / auto 100% no-repeat;
    height: 457px;
    padding: 35px;
    width: 345px;
}

dl.user_voice_list div.user_voice_01 {
    background: url(/pc/img/feature/smartphone-sateiapp/user_voice_list_bg_01.png) top center / auto 100% no-repeat;
}

dl.user_voice_list div.user_voice_02 {
    background: url(/pc/img/feature/smartphone-sateiapp/user_voice_list_bg_02.png) top center / auto 100% no-repeat;
}

dl.user_voice_list div.user_voice_03 {
    background: url(/pc/img/feature/smartphone-sateiapp/user_voice_list_bg_03.png) top center / auto 100% no-repeat;
}

dl.user_voice_list div dt {
    color: #3E7EFF;
    font-size: 22px;
    font-weight: bold;
    padding-top: 90px;
}

dl.user_voice_list div dd {
    font-size: 16px;
    line-height: 29px;
    padding-top: 20px;
}


/* point */
.point_wrap {
    margin: auto;
    padding: 66px 0;
    width: 1080px;
}

.point_wrap h2 {
    line-height: 0;
}

ul.poit_list {
    display: flex;
    margin-top: -10px;
}

ul.poit_list li {
    margin-left: -15px;
}


/* campaign */
.campaign_wrap {
    background: url(/pc/img/feature/smartphone-sateiapp/campaign_bg.jpg) top center / auto 100% no-repeat;
    padding: 74px 0;
}
.campaign_wrap img {
    display: block;
    margin: auto;
}


/* easy */
.easy_wrap {
    margin: 50px auto 60px;
    text-align: center;
}

ul.easy_list {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    width: 836px;
}

ul.easy_list li:nth-of-type(1) {
    background: url(/pc/img/feature/smartphone-sateiapp/easy_list_bg_01.png) top center / auto 100% no-repeat;
    height: 376px;
    width: 449px;
}

ul.easy_list li p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

ul.easy_list li:nth-of-type(1) p {
    padding: 50px 60px 50px 0;
}

ul.easy_list li:nth-of-type(2) {
    background: url(/pc/img/feature/smartphone-sateiapp/easy_list_bg_02.png) top center / auto 100% no-repeat;
    height: 429px;
    width: 376px;
}

ul.easy_list li:nth-of-type(2) p {
    padding: 50px 0 200px;
}

ul.easy_list li:nth-of-type(2) p:nth-of-type(2) {
    background: #333333;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin: auto;
    padding: 0;
    width: 312px;
}


/* app_flow */
.app_flow_wrap {
    background:
        url(/pc/img/feature/smartphone-sateiapp/app_flow_title_bg.png) no-repeat center -50px / auto 336px,
        linear-gradient(0deg, rgba(91, 219, 181, 1), rgba(62, 126, 255, 1));
}

.app_flow_wrap h2 {
    margin: 0 auto 286px;
    text-align: center;
    width: 1200px;
}

.app_flow_inner {
    margin: auto;
    padding-bottom: 110px;
    width: 1200px;
}

ol.app_flow_list {
    display: flex;
    list-style: none;
    margin-bottom: 20px;
}

ol.app_flow_list li:nth-of-type(1) {
    margin-left: 25px;
}

ol.app_flow_list li:nth-of-type(2) {
    margin-left: 5px;
    position: relative;
}

ol.app_flow_list li:nth-of-type(2)::before {
    bottom: 0;
    content: url(/pc/img/feature/smartphone-sateiapp/app_flow_arrow.png);
    height: 47px;
    margin: auto;
    position: absolute;
    left: -5px;
    top: 0;
    width: 28px;
}

ol.app_flow_list li:nth-of-type(3) {
    margin-left: 20px;
    position: relative;
}

ol.app_flow_list li:nth-of-type(3)::before {
    bottom: 0;
    content: url(/pc/img/feature/smartphone-sateiapp/app_flow_arrow.png);
    height: 47px;
    margin: auto;
    position: absolute;
    left: 5px;
    top: 0;
    width: 28px;
}

.easy_caution {
    text-align: center;
}

.app_flow_bg-white {
    background: #fff;
    text-align: center;
}

.app_flow_bg-white img.easy_description_img_01 {
    margin-top: -80px;
}

.app_flow_caution {
    font-size: 14px;
    margin-top: 5px;
}

.app_flow_caution span {
    color: #FF5967;
}

.app_flow_bg-white img.easy_description_img_02 {
    margin-top: -35px;
}

/* app_download -box */
.app_download_wrap.-box {
    background: linear-gradient(0deg, rgba(62, 158, 255, 1), rgba(91, 219, 181, 1));
    margin: -10px auto 96px;
    padding-bottom: 60px;
    padding-top: 25px;
    width: 1080px;
}

.app_download_wrap.-box .app_download_flame-green.-is_campaign {
    margin: -150px auto 0;
}

/* recommend */
.recommend_wrap {
    background: #4D4D4D;
    padding: 80px 0;
}

.recommend_wrap h2 {
    margin: auto;
    text-align: center;
    width: 1080px;
}

.recommend_wrap ul {
    height: 584px;
    margin: 20px auto 0;
    position: relative;
    width: 1080px;
}

.recommend_wrap ul li:nth-of-type(1) {
    left: 100px;
    position: absolute;
    top: 50px;
}

.recommend_wrap ul li:nth-of-type(2) {
    position: absolute;
    right: 0;
}

.recommend_wrap ul li:nth-of-type(3) {
    left: 100px;
    position: absolute;
    top: 250px;
}

.recommend_wrap ul li:nth-of-type(4) {
    position: absolute;
    right: 87px;
    top: 180px;
}

.recommend_wrap ul li:nth-of-type(5) {
    position: absolute;
    left: 380px;
    top: 430px;
}


/* reason */
.reason_wrap {
    background: linear-gradient(0deg, rgba(91, 219, 181, 1), rgba(62, 158, 255, 1));
    padding-bottom: 135px;
}

.reason_catch {
    background: url(/pc/img/feature/smartphone-sateiapp/reason_catch_bg.png) top center / auto 232px no-repeat;
    text-align: center;
}

.reason_wrap h2 {
    line-height: 0;
}

.reason_catch img {
    margin: 80px auto;
}

.reason_wrap h2 {
    text-align: center;
}

ol.reason_list {
    list-style: none;
    margin: auto;
    width: 906px;
}

ol.reason_list li {
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
}

ol.reason_list li img:not(:first-child) {
    display: block;
    margin: 20px auto 20px 200px;
}

ol.reason_list li:nth-of-type(1) {
    background: url(/pc/img/feature/smartphone-sateiapp/reason_01_bg.png) 660px 20px / 188px 221px no-repeat #fff;
}

ol.reason_list li + li {
    margin-top: 30px;
}

ol.reason_list li p {
    font-size: 15px;
    margin: 20px auto 20px 200px;
    text-align: left;
    width: 552px;
}

/* purchase_flow */
.purchase_flow_wrap {
    padding: 165px 0 0;
}

.purchase_flow_wrap h2 {
    margin: 0 auto 47px;
    text-align: center;
    width: 1080px;
}

.purchase_method_list_wrap {
    background: url(/pc/img/feature/smartphone-sateiapp/purchase_flow_bg.png) top center / auto 492px no-repeat;
    display: flex;
    height: 492px;
    justify-content: center;
    margin-bottom: 20px;
}

dl.purchase_method_list {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    height: 325px;
    margin-top: 50px;
    width: 370px;
}

dl.purchase_method_list dt {
    font-size: 20px;
}

dl.purchase_method_list dd p {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
}

.purchase_method_list_wrap + .purchase_flow_caution {
    margin-bottom: 70px;
    text-align: center;
}

.purchase_method-shop {
    background: #32B57A;
    margin: 0 auto 60px;
    padding-bottom: 65px;
    width: 1080px;
}

.purchase_method-shop h3 {
    line-height: 0;
}

ol.purchase_method_flow-shop {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0 auto 20px;
    width: 906px;
}

ol.purchase_method_flow-shop li {
    background: #fff;
    box-shadow: -3px -3px 0px #2a9a63;
    width: 294px;
}

ol.purchase_method_flow-shop li p {
    margin: 20px auto;
    width: 220px;
}

ol.purchase_method_flow-shop + .purchase_flow_caution {
    margin-bottom: 40px;
    text-align: center;
}

.purchase_certification_btn_wrap {
    margin: auto;
    width: 396px;
}

a.purchase_certification_btn {
    display: inline-block;
    margin: auto;
    width: 396px;
}

.purchase_method-web {
    background: #3E7EFF;
    margin: 0 auto 80px;
    padding-bottom: 65px;
    width: 1080px;
}

.purchase_method-web h3 {
    line-height: 0;
}

.purchase_method_flow-web {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0 auto 40px;
    width: 906px;
}

.purchase_preparation_btn_wrap {
    margin: auto;
    width: 396px;
}

a.purchase_preparation_btn {
    display: inline-block;
    margin: auto;
    width: 396px;
}

.purchase_btn_list {
    display: flex;
    margin: auto;
    width: 1104px;
}

/* qa */
.qa_wrap {
}
.qa_wrap h2 {
    line-height: 0;
    text-align: center;
}

dl.qa_list {
    background: linear-gradient(0deg, rgba(91, 219, 181, 1), rgba(62, 158, 255, 1));
    padding: 125px 0 215px;;
}

.qa_list dt {
    align-items: center;
    background: #fff;
    color: #3E7EFF;
    cursor: pointer;
    display: flex;
    font-size: 28px;
    font-weight: bold;
    margin: auto;
    position: relative;
    width: 1000px;
}

.qa_list dt.-open::before {
    display: none;
}

.qa_list dt::before {
    background: #3E7EFF;
    bottom: 0;
    content:"";
    display: block;
    height: 2px;
    margin: auto 36px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
    width: 44px;
}

.qa_list dt::after {
    background: #3E7EFF;
    bottom: 0;
    content:"";
    display: block;
    height: 2px;
    margin: auto 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
}

.qa_list dt .question_wrap {
    display: inline-block;
    margin-left: 40px;
    width: 100%;
}

.qa_list dd {
    background: #fff;
    display: none;
    font-size: 20px;
    margin: auto;
    vertical-align: top;
    width: 1000px;
}

.qa_list dd .answer_wrap {
    display: flex;
    padding-top: 35px;
}

.answer_inner {
    padding-bottom: 55px;
    padding-left: 40px;
    width: 745px;
}

.answer_text_red {
    color: #FF0000;
    margin-top: 21px;
}


.qa_list dd + dt {
    margin-top: 40px;
}

/* float_btn */
/* sticky
-----------------------------------------------------------*/
.stickyWrap {
    display: none;
    position: fixed;
    right: calc(50% - 960px);
    bottom: 22px;
    width: 371px;
    height: 144px;
    margin: 0;
    padding: 15px 10px 0 0;
    z-index: 500;
}

@media screen and (max-width: 1920px) {
    .stickyWrap {
        right: 5px;
    }
}

.stickyWrap .stickyInner {
    position: relative;
}

.stickyInner a {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.stickyInner a img {
    height: auto;
    width: 360px;
}

.stickyInner .sticky_closeBtn {
    position: absolute;
    top: -12px;
    right: -10px;
    cursor: pointer;
}