@charset "utf-8";
#mainArea.accountbook {
    padding-top: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

footer #pagetop {
    z-index: 100;
}

.accountbook img {
    max-width: 100%;
}

.wrapInner {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    /*overflow-y: hidden;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    position: relative;
    z-index: 8;
}

.mainimgWrap {
    position: relative;
    z-index: 6;
    margin-bottom: -10px;
}

.mainimg img {
    max-width: 100%;
}

.appWrap {
    width: 100%;
    background-color: #fff;
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
    position: relative;
    z-index: 7;
}

.appWrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0px;
    bottom: -8px;
    z-index: 2;
    background-color: #fff;
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
}

.appWrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../img/bg_wave.png);
    background-size: auto 50px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0px;
    top: -22px;
    z-index: 5;
}

.appWrap.color_y {
    background-color: #FFE100;
}

.appWrap.color_y:before {
    background-image: url(../img/bg_wave2.png);
}

.appInner {
    padding: 20px 25px;
    padding-top: 15px;
}

.app-set {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-set .app-icon {}

.appInner p {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 6;
}

.app-set .app-bnrs {
    padding-left: 20px;
    box-sizing: border-box;
}

.app-set .app-bnrs ul {
    display: flex;
    margin: 0px -5px;
    width: calc(100% + 10px);
}

.app-set .app-bnrs ul li {
    margin: 0px 5px;
    padding: 0px;
}

.app-set .app-bnrs ul li img {}

.app-set .app-bnrs ul li img {
    max-height: 35px;
    width: auto;
}

.secWrap {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.secWrap.bg {
    background-color: #F8F8F8;
}

.secWrap.bg2 .secInner {
    padding-top: 0;
    padding-bottom: 0;
}

.secWrap .secInner {
    padding-top: 40px;
    padding-bottom: 20px;
}

.secWrap .secTitleWrap {
    margin-bottom: 38px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.secWrap .secTitleWrap .secTitle {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    position: relative;
}

.secWrap .secTitleWrap .secTitle.secTitleIcon {
    padding-left: 45px;
    padding-right: 68px;
}

.secWrap .secTitleWrap .secTitle.secTitleIcon:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 30px;
    background-image: url(../img/ico_title1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.secWrap .secTitleWrap .secTitle.secTitleIcon:after {
    content: "";
    display: inline-block;
    width: 59px;
    height: 87px;
    background-image: url(../img/ico_title2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    bottom: -10px;
}

.secWrap .secTitleWrap .secTitle.secTitleIcon2:after {
    content: "";
    display: inline-block;
    width: 69px;
    height: 59px;
    background-image: url(../img/ico_title0.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: -20px;
}

.secWrap .secTitleWrap .secRead {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
}

.secItemsWrap {
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
}

.secItems {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
    width: calc(100% + 16px);
}

.secItems .secItem {
    display: block;
    margin: 0px 8px;
    width: calc((100% - 16px*2)/2);
    margin-bottom: 38px;
}

.secItems .secItem p {
    text-align: center;
    font-size: 12px;
}

.secItems .secItem img {
    margin-top: 24px;
}

.secZuboraWrap .secZubora {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
}

.secResultWrap {
    background-image: url(../img/bg_result.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding-top: 70%;
    position: relative;
    background-color: #FFE100;
}

.secResultWrap .secResultInner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 224px;
    text-align: center;
    padding-top: 20%;
}

.secResultWrap .secResultInner p {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
}

.secResultWrap .secResultInner img {
    max-width: 224px;
    margin-left: auto;
    margin-right: auto;
}

.secPointWrap {
    background-color: #FFE100;
}

.secPointInner {
    padding-top: 45px;
    padding-bottom: 55px;
}

.secPointItems {}

.secPointItems .secPointItem {
    text-align: center;
}

.secPointItems .secPointItem+.secPointItem {
    margin-top: 35px;
}

.secPointItems .secPointItem p {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
}

.secPointItems .secPointItem img {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.secOsusumePointWrap {
    background-color: #F8F8F8;
}

.secOsusumePointInner {
    padding-top: 45px;
    padding-bottom: 55px;
}

.secOsusumePointItems {}

.secOsusumePointItems .secOsusumePointItem {
    text-align: center;
}

.secOsusumePointItems .secOsusumePointItem+.secOsusumePointItem {
    margin-top: 35px;
}

.secOsusumePointItems .secOsusumePointItem h3 {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.secOsusumePointItems .secOsusumePointItem p {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: normal;
    text-align: center;
}

.secOsusumePointItems .secOsusumePointItem img {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}

.secShopInner {
    padding-top: 35px;
    padding-bottom: 30px;
}

.secOtherWrap {
    background-color: #FFE100;
    background-image: url(../img/bg_other.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.secOtherInner {
    padding-top: 45px;
    padding-bottom: 20px;
}

.secShopInner {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
}

.secShopInner .secItemsWrap {
    max-width: 100%;
}

.secShopInner .secItems {
    align-items: center;
    justify-content: center;
}

.secShopInner .secItems .secItem {
    margin: 0 9px;
    margin-bottom: 25px;
    width: auto;
}

.secShopInner .secItems .secItem img {
    margin: 0;
}

.btnsWrap {}

.btnsWrap .btns {}

.btnsWrap .btns .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    background-color: #fee101;
    border: 3px solid #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.btnsWrap .btns .btn .ico_arrow {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.btnsWrap .btns .btn .ico_arrow:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: solid 2px #000;
    border-top: solid 2px #000;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}