@charset "UTF-8";
/*SP*/
#page02 .sc_mv {
    padding-bottom: 24px;
}
#page02 .sc_mv > .flex {
    flex-direction: row-reverse;
}
#page02 .sc_mv > .flex > img {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    margin: 0;
    margin: unset;
    margin-top: 24px;
}
#page02 .catch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
#page02 .catch h1 {
    background-color: #fff;
    border-radius: 12px;
    font-size: 4.4vw;
    margin-top: 12px;
    margin-right: 8px;
    padding: 12px;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
}
#page02 .catch h1 span {
    display: block;
}
#page02 h2,
#page02 h3,
#page02 h4 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
}
#page02 h3.font-type02,
#page02 h4.font-type02 {
    font-family: 'Hachi Maru Pop', cursive;
    font-weight: bold;
}
.page-h101 {
    font-size: .85em;
    margin-bottom: 4px;
}
.page-h102 {
    position: relative;
}
.page-h102 i {
    position: relative;
}
.page-h102::before {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sub01 .page-h102::before {
    background-color: rgba(78,178,228,.8);
}
.sub02 .page-h102::before {
    background-color: rgba(248,124,164,.8);
}
.sub03 .page-h102::before {
    background-color: rgba(248,196,44,.8);
}
.sub05 .page-h102::before {
    background-color: rgba(155,236,146,.8);
}
#page02 .catch h1 + img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.content-area {
    border-radius: 16px;
    padding: 20px;
    position: relative;
    max-width: calc(100% - 56px);
}
.h2font{
    font-size: 24px;
    font-weight: bold;
}
.naname-text01{
	text-align: center;
	color:#504038;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    margin-bottom: 16px;
    position: relative;
    bottom: 16px;
}
.naname-text01:before{
    content: "";
    display: -webkit-inline-box;
    width: 54px;
    height: 48px;
    background: url(../img/tooth01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -43%;
    right: -19%;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}
/*
< class="h-thunder"><span></span></>
*/
.h-thunder {
    font-size: 7.2vw;
    margin-bottom: 28px;
    text-align: center;
    position: relative;
}
.h-thunder span {
    position: relative;
    z-index: 1;
}
.h-thunder::before,
.h-thunder::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 52px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.h-thunder::before {
    background-image: url(../img/thunder-l.svg);
    left: 0;
}
.h-thunder::after {
    background-image: url(../img/thunder-r.svg);
    right: 0;
}
.h-flash {
    font-feature-settings: 'palt';
    font-size: 18px;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.36;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-flash > span {
    position: relative;
}
.h-flash > span::before,
.h-flash > span::after {
    content: "";
    background-image: url(/img/flash.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 32px;
    height: 64px;
    position: absolute;
    top: -8px;
}
.h-flash > span::before {
    left: -16px;
}
.h-flash > span::after {
    right: -16px;
    transform: rotate(-180deg);
}
.h-write {
    border-bottom: solid 2px;
    font-size: 6vw;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 8px;
    width: 95%;
    position: relative;
}
.h-write::after {
    content: "";
    background-image: url(/img/h-write.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 52px;
    height: 40px;
    position: absolute;
    right: -32px;
    bottom: -10px;
}
.h-btn {
    background-color: #58b4a0;
    border-radius: 32px;
    color: #fff;
    height: 32px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
<><span class="marker"><i></i></span></>
*/
.marker {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.marker::before {
    content: "";
    background-color: rgba(248,232,48,.8);
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 4px;
}
.marker i {
    position: relative;
}
.li-star {
}
.li-star li {
    font-size: 3.8vw;
    letter-spacing: 0;
    position: relative;
}
.li-star > li:not(:last-of-type) {
    margin-bottom: .3em;
}
.li-star li::before {
    content: "★";
    color: rgba(88,180,160,1);
    position: absolute;
    top: ;
    left: 0;
    transform: scale(.8);
}
.li-star li span {
    display: block;
    margin-left: 16px;
}
.content-box {
    border-radius: 16px;
    padding: 24px 20px;
}
.content-box_wrap > div.content-box:not(:last-of-type) {
    margin-bottom: 16px;
}
.bbr {
    display: block;
}
.free-tag span {
    position: relative;
}
.free-tag span::after {
    background-color: #58b4a0;
    color: #fff;
    font-size: .5em;
    font-weight: 600;
    line-height: 1;
    padding: 7px 10px 5px;
    content: "無料";
    position: absolute;
    right: -56px;
}
.flow-li {
    counter-reset: flow-count;
    border-bottom: dotted 5px rgba(248,232,48,.8);
    margin-top: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.flow-li > li {
    counter-increment: flow-count;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flow-li > li .flow-listnum {
    width: 35%;
}
.flow-li > li > p {
    font-size: 4vw;
    width: 60%;
}
.flow-li > li .flow-listnum > span {
    background-color: #c8ebfd;
    border-radius: 50%;
    color: #249dd9;
    width: 88px;
    height: 88px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flow-li > li:nth-of-type(2n) .flow-listnum > span {
    background-color: #68bee7;
    color: #fff;
}
.flow-li > li .flow-listnum > span::before,
.flow-li > li .flow-listnum > span::after {
    font-family: "Century Gothic";
    position: absolute;
}
.flow-li > li .flow-listnum > span::before {
    content: "STEP";
    top: 16px;
}
.flow-li > li .flow-listnum > span::after {
    font-size: 32px;
    content: "" counter(flow-count);
    top: 44px;
}
.thema-box {
    padding: 32px 0 24px;
    flex-direction: column-reverse;
    position: relative;
}
.sp-tb.thema-box {
    display: flex;
}
.thema-box::before {
    content: "";
    background: ;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.thema-box > div {
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 376px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.thema-box > div p {
    font-size: 4.4vw;
    width: 80%;
    margin-right: auto;
    margin-left: auto; 
    text-align: justify;
}
.thema-box .bg-type01 {
    background-image: url(/img/sub00-bg0102.webp);
    margin-top: -24px;
    padding: 12% 0 16%;
}
.thema-box .bg-type01 + img,
.thema-box .bg-type03 + img {
    width: 95%;
    max-width: 344px;
    margin-right: 0;
    margin-left: auto;
}
.thema-box .bg-type02 {
    background-image: url(/img/sub00-bg0202.webp);
    margin-top: -32px;
    margin-right: 0;
    margin-left: auto;
    padding: 16% 0;
}
.thema-box .bg-type02 + img {
    width: 95%;
    max-width: 344px;
    margin-right: auto;
    margin-left: 0;
}
.thema-box .bg-type03 {
    background-image: url(/img/sub00-bg0302.webp);
    margin-top: -32px;
    padding: 14% 0;
}
.thema-box .bg-type04 {
    background-image: url(/img/sub00-bg0402.webp);
}
/*X-11*/
@media screen and (min-width: 375px) {
#page02 .catch h1 {
    padding: 16px 20px;
}
.h-thunder::before,
.h-thunder::after {
    width: 56px;
    height: 88px;
}
.h-flash {
    font-size: 19px;
}
.h-write::after {
    width: 60px;
    height: 48px;
    bottom: -14px;
}
.flow-li > li > p {
    font-size: 15px;
    width: 65%;
}
.thema-box > div p {
    font-size: 16px;
}
.thema-box .bg-type01 {
    padding: 16% 0;
}
}
/*-12promax(414・428)*/
@media screen and (min-width: 414px) {
#page02 .catch h1 {
    font-size: 20px;
}
.h-thunder {
    font-size: 30px;
}
.h-thunder::before,
.h-thunder::after {
    width: 64px;
    height: 96px;
}
.h-write {
    font-size: 24px;
}
.h-write::after {
    width: 72px;
    height: 56px;
}
.li-star li {
    font-size: 15px;
}
.flow-li + div h4 {
    font-size: 22px;
}
.flow-li > li > p {
}
.thema-box .bg-type01 {
    padding: 64px 0;
}
.thema-box .bg-type02 {
    background-image: url(/img/sub00-bg02.webp);
    padding: 64px 0 72px;
}
.thema-box .bg-type03 {
    background-image: url(/img/sub00-bg03.webp);
    padding: 56px 0 64px;
}
}
/*iPad*/
@media screen and (min-width: 768px) {
#page02 .sc_mv {
    width: 1024px;
    max-width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
}
#page02 .sc_mv > .col2 > * {
    width: calc(100% / 2 - 24px);
}
#page02 .catch {
    align-items: flex-end;
}
#page02 .catch h1 {
    background-color: rgba(255,255,255,0);
    font-size: 28px;
    margin: 0;
    margin: unset;
    margin-right: 16px;
    padding: 24px 0;
}
.page-h101 {
    font-size: 18px;
    margin-bottom: 8px;
}
.page-h102::before {
    content: "";
    width: 100%;
    height: 12px;
}
#page02 .sc_mv > .flex > img,
#page02 .catch h1 + img {
    border-radius: 32px;
}
.h-thunder {
    font-size: 34px;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.h-thunder::before,
.h-thunder::after {
    width: 72px;
    height: 112px;
}
.h-flash {
    font-size: 22px;
   max-width: 100%;
}
.h-flash > span::before,
.h-flash > span::after {
    width: 24px;
    height: 50px;
    top: -12px;
}
.h-flash > span::before {
    left: -32px;
}
.h-flash > span::after {
    right: -32px;
}
.content-box {
    padding: 40px 56px;
}
.sp-tb.thema-box {
    display: none;
}
.thema-box > div {
    max-width: 100%;
    width: 376px;
}
.thema-box .bg-type03 {
    margin-top: 32px;
    padding: 44px 0 48px;
}
.thema-box .bg-type01 + img,
.thema-box .bg-type02 + img,
.thema-box .bg-type03 + img {
    margin: 0;
}
.thema-box .bg-type03 + img {
    width: 100%;
    position: relative;
    top: -40px;
    left: 16px;
    z-index: 1;
}
.flow-li > li .flow-listnum {
    width: 30%;
}
.flow-li > li:not(:last-of-type) {
    margin-bottom: 8px;
}
.flow-li > li:nth-of-type(2n) {
    width: 85%;
    margin-right: 0;
    margin-left: auto;
}
.flow-li > li:nth-of-type(2n) > p {
    width: 60%;
}

}
/*PC(1024)*/
@media screen and (min-width: 801px) {
#page02 .sc_mv {
    padding-bottom: 32px;
}
section {
    padding: 72px 0;
}
.h-thunder {
    font-size: 36px;
    max-width: 720px;
}
.h-thunder::before,
.h-thunder::after {
    width: 80px;
    height: 128px;
}
.h-flash {
    margin-bottom: 0 !important;
}
.h-flash > span::before,
.h-flash > span::after {
    width: 32px;
    height: 65px;
    top: -18px;
}
.h-flash > span::before {
    left: -40px;
}
.h-flash > span::after {
    right: -40px;
}
.h2font {
    font-size: 28px;
}
.h-btn {
    margin-bottom: 12px;
}
.content-box {
    padding: 48px 72px;
}

}
@media screen and (min-width: 1280px) {

}
@media screen and (min-width: 1366px) {

}