@charset "utf-8";

/*============
Base※触らない※
==============*/
body {
    max-width: 100%;
    background: #fff;
    color: #333;
    font-size: 62.5%;
    line-height: 1.7em;
    letter-spacing: 0.8px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

a {
    color: #2580bd;
    text-decoration: none;
}

a:hover {
    color: #0d5b90;
    text-decoration: none;
}

a img:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.70;
}

img {
    max-width: 100%;
}


.fwb {
    font-weight: bold;
}

/*============
ClearFix
==============*/
/*.clear:after,
.inr:after,
ul:after,
ol:after,
section:after,
#sec4 ol div:after,
#app .price:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}*/

.clear,
.inr,
ul,
ol,
section,
#sec4 ol div,
#app .price {
    zoom: 1;
}



/*============
Header
==============*/
#header {
    width: 100%;
    padding: 50px 0 0px;
    background: url(../img/hdbg.jpg) no-repeat #000 center center / cover;
    color: #000;
    text-align: center;
    font-size: 2em;
    line-height: 2em;
    height: 50vh;
    min-height: 450px
}

body#doc #header {
    height: 320px;

}

#header h1 {
    margin: 10px 0 3rem;
}

#header h1 img {
    width: 500px;
}

#header > div {
    background: rgba(62, 62, 62, 0.73);
    padding: 20px 0;
    margin-top: 50px;
}

#header .btn {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}

#header .btn i {
    padding: 0 0 5px 5px;
    font-size: 20px;
    vertical-align: middle;
}

#header .btn::before,
#header .btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

#header .btn,
#header .btn::before,
#header .btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#header .btn {
    background-color: #690e91;
    /*border: 2px solid #fff;*/
    color: #fff;
    line-height: 50px;
    border-radius: 10px;
    font-weight: bold;
}

#header .btn:hover {
    background-color: #a029d4;
}

/*Tablet
--------------*/
@media screen and (max-width:730px) {

    #header h1,
    #header ul {
        float: none;
    }
    
    #header span{
        font-size: 4.2vw
    }
}

/*============
footer
==============*/
footer {
    padding: 10px 20px;
    background: #4824a8;
    color: #fff;
}

footer > #copyright {
    font-size: .8rem;
    font-family: arial;
}

/*============
section
==============*/
section {
    font-size: 1.6em;
    line-height: 1.6em;
}

section .inr {
    width: 730px;
    margin: 0 auto;
}

section h2 {
    margin: 80px 0 60px;
    padding: 20px 0;
    /*background: -moz-linear-gradient(top, #3c7db1, #1d4b6b);
    background: -webkit-linear-gradient(top, #3c7db1, #1d4b6b);
    background: linear-gradient(to bottom, #3c7db1, #1d4b6b);*/
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    background-color: mediumpurple;
    /*background: linear-gradient(to bottom, #9c74f7 0%, #3d226f 90%);*/
}

section h3 {
    margin: 50px 0;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    color: #2580bd;
    line-height: 1.3em;

}

section table {
    width: 100%;
}

section th,
section td {
    padding: 10px 0;
    border-bottom: solid 1px #afafaf;
}

section tr:last-child th,
section tr:last-child td {
    padding: 10px 0 0;
    border: none;
}

section th {
    width: 200px;
    padding: 0 20px 0 0;
    font-weight: bold;
    text-align: left;
}

section .orange {
    color: #f1853c;

}


section .blue {
    color: #3c66f1;

}

section .red {
    color: red;

}

section .small {
    font-size: .8em;
}

section hr {
    height: 8px;
    margin: 50px 0;
    border: 0;
    background: mediumpurple;
}

section .summary {
    padding: 40px;
    border-radius: 10px;
    background: #f0f0f0;
    border: solid 2px mediumpurple;
}

section .pr {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section .pr li {
    /*position: relative;
    float: left;
    display: inline-block;*/
    color: #FFF;
    width: 10rem;
    height: 10rem;
    padding: 0.3rem;
    /*margin: 0 10px;*/
    border-radius: 5px;
    text-align: center;
    /*overflow: hidden;*/
    background: #2580bd;
    /*background-image: -webkit-linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
    background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);*/
    transition: .2s;
    line-height: 1.3em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*section .pr li:before {
    content: "";
    display: block;
    padding-top: 100%;
}*/

section .pr li:hover {
    /* -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);*/
    /*border-radius: 50%;*/
    background: purple;
    position: relative;
    top: -10px;
    cursor: pointer;
    /*border-bottom: 5px solid #ffcc33;*/

}

section .pr li span {
    /* position: absolute;
    top: 36%;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;*/
}

section .pr li:hover::after {
    content: '▼';
    color: purple;
    position: absolute;
    bottom: -1.2rem;
    font-size: 2rem;
    text-align: center;
}

section .pr li:nth-child(4) span {
    top: 30%;
}

section figure {
    margin: 0px 0 80px;
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
}

section figure.stepImage {
    margin: 0;
    padding: 0;
}

section figure.headBunner {
    margin: 0px 0 80px;
    text-align: center;
    padding: 30px 0;
    background-color: mediumpurple;
}

section figure.bunner {
    border: 2px solid mediumpurple;
    margin-top: 30px;
    border-radius: 5px;
}

section figcaption {
    text-align: left;
    font-size: 1.2em;
}

section figcaption:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 24px;
    margin: 0 8px 0 0;
    padding: 5px 0 0 0;
    background: #999;
    vertical-align: middle;
}

section .note {
    margin: 30px 0 0;
}

section .note dt {
    margin: 0 0 20px;
    font-size: 1.4em;
    color: #929292;
}

section .note dt:before {
    font-family: 'Material Icons';
    content: "\e037";
    vertical-align: bottom;
    color: #2dcce8;
    font-size: .8em;
}

#sec1 h2 {
    margin: 20px 0 60px;
}

#sec1 .pick {
    display: inline-block;
    margin: 10px 0;
    padding: 5px 10px;
    color: #fff;
    /*text-shadow: 1px 1px 1px #333;*/
    font-size: 1.2em;
    border-bottom: 5px dotted mediumpurple;
    color: purple;
    font-weight: bold;
}

#sec2 h4 {
    margin: 0 0 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: purple;
}

#sec2 h5 {
    margin: 40px 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #064a81;
    letter-spacing: 0;
    line-height: 1rem;
    vertical-align: middle;
    display: flex;
    align-items: center
}

#sec2 h5 span {
    display: inline-block;
    /*margin: 0 15px 10px 0px;*/
    padding: 10px;
    background: #a029d4;
    font-size: .7em;
    border-radius: 17px;
    color: #fff;
    margin-right: 10px
}

#sec2 th {
    width: 220px;
}

#sec2 .pick {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    background: #3c66f1;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font-size: 1.2em;
}

#sec3 .pick {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    background: mediumpurple;
    color: #fff;
    /*text-shadow: 1px 1px 1px #333;*/
    font-size: 1.2em;
    font-weight: bold;
}

#sec4 ol li {
    position: relative;
    margin: 0 0 50px;
    border: solid 3px #ffcc33;
    border-radius: 5px;
}

#sec4 ol li:after {
    position: absolute;
    bottom: -34px;
    left: 50%;
    content: "▼";
    display: block;
    margin: 0 0 0 -35px;
    text-align: center;
    font-size: 3.5em;
    color: #ffcc33;
    transform: scale(3, 1);
}

#sec4 ol h4 {
    padding: 10px 0;
    background: #ffcc33;
    text-align: center;
    color: #028be0;
    font-size: 1.5em;
}

#sec4 ol .memo {
    padding: 10px 0;
    background: #ffcc33;
    text-align: center;
    color: #028be0;
    font-weight: bold;
}

#sec4 ol div {
    padding: 20px;
    display: flex;
}

#sec4 ol div p {
    float: left;
    width: 70%;
}

#sec4 ol div figure {
    /*float: right;*/
    width: 28%;
}

#support dl {
    margin: 40px 0 0;
    border: solid 3px #eb0101;
    border-radius: 5px;
}

#support dt {
    width: 100%;
    padding: 10px 0;
    background: #eb0101;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

#support .memo {
    width: 100%;
    padding: 10px 0;
    background: #eb0101;
    color: #fff;
    text-align: center;
}

#support dd p {
    padding: 20px;
}

#sec5 .pick {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    background: purple;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

#receive {
    margin: 30px 0 30px;
}

#receive h4 {
    margin: 0 0 15px;
    color: red;
    text-align: center;
}

#receive ol {
    list-style: decimal;
}

#receive #spec {
    margin: 30px 0;
}

.btn_doc {
    display: block;
    width: 300px;
    margin: 50px auto;
    padding: 15px;
    border: solid 2px #3876a8;
    text-align: center;
    font-weight: bold;
}

.btn_doc:hover {
    border-style: dashed;
}

.btn_doc i {
    padding: 0 0 5px 5px;
    font-size: 20px;
    vertical-align: middle;
}

#policy {
    margin: 30px 0;
    padding: 40px;
    border-radius: 10px;
    background: #fffffa;
    border: solid 2px mediumpurple;
}

#policy dt {
    margin: 0 0 15px;
    font-weight: bold;
}

#policy dd:not(:last-child) {
    margin: 0 0 30px;
}

#doc table {
    margin: 60px 0 0;
}

#doc th,
#doc td {
    padding: 5px;
    border: solid 1px #afafaf;
}

#doc th {
    background: #e8e8e8;
    text-align: left;
    vertical-align: middle;
}

#doc #policy {
    margin: 50px 0 100px;
}

#doc table caption {
    font-size: 1.2em;
    position: relative;
    margin: 0 0 40px 0;
    text-align: center;
    font-weight: bold;
}

#doc table caption:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: block;
    width: 300px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: purple;
    border-radius: 2px;
}

#app {
    padding: 0 0 100px;
    background: #f0f0f0;
}

#app h3 img {
    width: 500px;
}

#app .price dl {
    display: table;
    margin: 0 0 20px;
    border-bottom: solid 1px #66cccc;
}

#app .price dt,
#app .price dd {
    display: table-cell;
    vertical-align: middle;
}

#app .price dt {
    width: 90px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    background: mediumslateblue;
    text-align: center;
    color: #fff;
}

#app .price dd:first-of-type {
    width: 260px;
    font-size: 2.3em;
    color: purple;
    font-weight: bold;
    font-style: italic;
    text-indent: 20px;
}

#app .price dd:nth-of-type(2) {
    padding: 0 0 17px;
}

#app .price dd span {
    font-size: .7em;
    /*color: #000;*/
    font-weight: normal;
    padding-left: 0.3rem
}

#app .price .btn {
    clear: both;
    display: block;
    width: 400px;
    margin: 30px auto;
    padding: 15px 20px;
    border-radius: 35px;
    text-decoration: none;
    color: #FFF;
    /*background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);*/
    transition: .4s;
    text-align: center;
    font-size: 1.8em;
    background-color: #690e91;
}

#app .btn:hover {
    /*background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);*/
    background-color: #a029d4;
}

.btn_affiliate {
    display: block;
    margin: 50px auto;
    padding: 15px;
    border: solid 2px #3876a8;
    text-align: center;
    font-weight: bold;
}

.btn_affiliate:hover {
    border-style: dashed;
}

.btn_affiliate i {
    padding: 0 0 5px 5px;
    font-size: 20px;
    vertical-align: middle;
}


/*Tablet
--------------*/
@media screen and (max-width:730px) {
    section .inr {
        width: 98%;
        margin: 0 auto;
    }

    #sec2 th,
    section th {
        width: 30%;
    }

    section .pr li {
        /*width: 25%;
        margin: 0 10px 10px;*/
    }

    #app .price .btn {
        width: 95%;
    }

    #app .price dd:nth-of-type(2) {
        padding: 10px 0 17px;
    }

    #app .price dt,
    #app .price dd {
        display: inline-block;
    }

    section .pr li {
        width: 48%;
        margin: 10px 3px;
        /*margin: 0 5px;*/
    }
    
    section h3{
        font-size: 6vw;
    }
    
    #sec2 h5{
        line-height: 1.8rem
    }
    
}

/*Tablet
--------------*/
@media screen and (max-width:420px) {

    section .pr li {
        /* width: 19%;
        margin: 0 5px;*/
    }
}
