@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;    
}
body {
	line-height: 1.5;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-feature-settings: "palt" 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
    width: 100%;
    box-sizing: border-box;
    color: #333;
}
.top {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background: url(../img/bg.svg), -webkit-linear-gradient(top, #fff 0%, #E0E0E7 100%);
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: 50% 93%;
    border-bottom: 1px solid #fff;
}
h1 {
    width: 45%;
    height:auto;
    margin: 0 auto;
    padding-top: 25px;
}
h1 a { display: block; width: 100%; height: auto;}
h1 a img { width: 100%; height: auto; }
p.catch_copy {
    font-size: 230%;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    color: #1A1D33;
}
dl.app_box {
    display: table;
    margin-top: 210px;
}
dl.app_box dd {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
}
dl.app_box dd.ios {
    width: 45%;
}
dl.app_box dd.android {
    width: 53%;
}
dl.app_box dd a  {
    display: block;
    width: 100%;
}
dl.app_box dd img {
    width: 100%;;
}
dl.app_box dd span {
    font-weight:normal;
    font-size: 80%;
}
div.sns_box {
    margin-top: 15px;
    display: flex;
    justify-content:space-between;
}
div.sns_box button.cheer {
    background:#30C78B;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    padding: 2px 30px;
    border: none;
    border-radius: 4px;
}

.form_box {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #E0E0E7;        
}
.form_box h2 {
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    color: #1A1D33;
}
.form_box p {
    margin-top: 10px;
    font-size: 90%;
    text-align: center;
    color: #1A1D33;
}
.form_box a.positive {
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 21px;
    background: #30C78B;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
}

.form_box a.negative {
    display: block;
    width: 100%;
    color: #0096d5;
    text-align: center;
    padding: 10px 0;
}
.follow_box {
    display: flex;
    justify-content:space-between;
    width: 240px;
    margin: 10px auto 0;
}


.flow_box {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 0;
}
.flow_box h2 {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #1A1D33;
}
.flow_box div {
    padding-top: 65px;
}
.flow_box div p {
    font-size: 90%;
    text-align: center;
    margin-top: 20px;
}
.flow_box div h3 {
    color: #30C78B;
    text-align: center;
    font-weight: bold;
    font-size: 180%;
    position: relative;
}
.flow_box div.flow_1 h3:before {
    position: absolute;
    display: block;
    content: "STEP 1";
    width: 26%;
    height: 16px;
    padding: 2px 0;
    background: #30C78B;
    color: #fff;
    border-radius: 16px;
    font-weight: normal;
    font-size: 50%;
    top: -20px;
    left: 37%;
}
.flow_box div.flow_2 h3:before {
    position: absolute;
    display: block;
    content: "STEP 2";
    width: 26%;
    height: 16px;
    padding: 2px 0;
    background: #30C78B;
    color: #fff;
    border-radius: 16px;
    font-weight: normal;
    font-size: 50%;
    top: -20px;
    left: 37%;
}
.flow_box div.flow_3 h3:before {
    position: absolute;
    display: block;
    content: "STEP 3";
    width: 26%;
    height: 16px;
    padding: 2px 0;
    background: #30C78B;
    color: #fff;
    border-radius: 16px;
    font-weight: normal;
    font-size: 50%;
    top: -20px;
    left: 37%;
}
.flow_box div.flow_4 h3:before {
    position: absolute;
    display: block;
    content: "STEP 4";
    width: 26%;
    height: 16px;
    padding: 2px 0;
    background: #30C78B;
    color: #fff;
    border-radius: 16px;
    font-weight: normal;
    font-size: 50%;
    top: -20px;
    left: 37%;
}
.flow_box div.flow_1 {
    position: relative;
    background-color: #fff;
    background-image: url('../img/img_flow_1.png');
    background-size: 375px;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 360px;
    padding-bottom: 100px;
    overflow: hidden;
}
.flow_box div.flow_1:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-left: 50vw solid #E0E0E7;
    border-right: 50vw solid #E0E0E7;
    border-top: 100px solid transparent;
}
.flow_box div.flow_2 {
    position: relative;
    background-color: #E0E0E7;
    background-image: url('../img/img_flow_2.png');
    background-size: 375px;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 260px;
    padding-bottom: 100px;
    overflow: hidden;
}
.flow_box div.flow_2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
    border-top: 100px solid transparent;
}
.flow_box div.flow_3 {
    position: relative;
    background-color: #fff;
    background-image: url('../img/img_flow_3.png');
    background-size: 375px;
    background-position: 50% 75%;
    background-repeat: no-repeat;
    min-height: 360px;
    padding-bottom: 100px;
    overflow: hidden;
}
.flow_box div.flow_3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-left: 50vw solid #E0E0E7;
    border-right: 50vw solid #E0E0E7;
    border-top: 100px solid transparent;
}
.flow_box div.flow_4 {
    background-color: #E0E0E7;
    background-image: url('../img/img_flow_4.png');
    background-size: 375px;
    background-position: center 130px;
    background-repeat: no-repeat;
    min-height: 270px;
    padding-bottom: 100px;
    overflow: hidden;
}


.net_box {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
}
.net_box h2 {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #1A1D33;
}
.net_box h2 span {
    position: relative;
    font-size: 50%;
    font-weight: normal;
    color: #30C78B;
    display: block;
    letter-spacing: 0.1em;
    padding: 5px 12px;
    width: 55%;
    margin: 0 auto;
}
.net_box h2 span:before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 25px;
    background: #30C78B;
    transform: rotate(-30deg);
    top: 4px;
    left: 0;
}
.net_box h2 span:after {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 25px;
    background: #30C78B;
    transform: rotate(30deg);
    top: 4px;
    right: 0;
}
.net_box p {
    margin: 30px auto 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 90%;   
}
.net_box p.img {margin-top: 10px;}
.net_box p.img img {width: 100%; height: auto;}
.net_box ul {
    list-style-type: circle;
    list-style-position: outside;
    font-size: 80%;
    width: 95%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-left: 15px;
}



.sns_area {
    width:100%;
    box-sizing: border-box;
    padding: 15px;
    background-color:#E0E0E7;
}

    
    
.right_box {
    width:100%;
    padding:16px 0;
    background: #1A1D33;
}
.right_box p {
    font-size: 70%;
    text-align:center;
    color:#fff;
}
    
.bg_wh { background-color:#fff;}

@media screen and (max-width: 374px){
    .flow_box div.flow_1, .flow_box div.flow_2, .flow_box div.flow_3 {
        background-size: 100%;
        min-height: 310px;
    }
    .flow_box div.flow_4 {
        background-size: 100%;
        min-height: 290px;
    }
}

@media screen and (min-width: 640px) {
    body {
        width: 600px;
        margin: 0 auto;
    }
    .top { padding: 0 30px; background-position: center bottom;}
    dl.app_box { margin-top: 290px;}
    .form_box { padding: 30px; }
    .flow_box div.flow_1:after,.flow_box div.flow_3:after {
        border-left: 300px solid #E0E0E7;
        border-right: 300px solid #E0E0E7;
    }
    .flow_box div.flow_2:after {
        border-left: 300px solid #fff;
        border-right: 300px solid #fff;
    }
    .net_box h2 span {
        width: 220px;
    }
}


