@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;
}

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 top / cover;
    color: #fff;
    text-align: center;
    font-size: 2em;
    line-height: 2em;
   
}

body#doc #header{
    height: 320px;
   
}

#header h1 {
    margin: 10px 0;
}

#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: #ffbf00;
    /*border: 2px solid #fff;*/
    color: #fff;
    line-height: 50px;
    border-radius: 10px;
    font-weight: bold;
}

#header .btn:hover {
    background-color: rgb(180, 135, 0);
}

/*Tablet
--------------*/
@media screen and (max-width:730px) {

    #header h1,
    #header ul {
        float: none;
    }
}

/*============
footer
==============*/
footer {
    padding: 10px 20px;
    background: #04213e;
    color: #fff;
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 60px;
    background: #1d4b6b;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

#pagetop span {
 display: flex;
    height: 50px;
    width: 50px;
    text-align: center;
    flex-direction: column-reverse;
    justify-content: space-between;
    font-size: 1rem;
     font-weight: bold;
}

#pagetop span>.material-icons{
        margin-top: -25px;
    font-weight: bold;
    margin-bottom: 3px;
}

/*============
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: linear-gradient(to bottom, #000 0%, #04213e 58.7%);
}

section h3 {
    margin: 50px 0;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    color: red;
    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: #000;
}

section .summary {
    padding: 40px;
    border-radius: 10px;
    background: #fffdf4;
    border: solid 2px #3876a8;
}

section .pr {
    margin: 30px 0;
}

section .pr li {
    position: relative;
    float: left;
    display: inline-block;
    color: #FFF;
    width: 22%;
    height: auto;
    margin: 0 10px;
    /*border-radius: 50%;*/
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #66cccc;
    /*background-image: -webkit-linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
    background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);*/
    transition: .4s;
    line-height: 1.3em;
    font-weight: bold;
}

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: #f1853c;
}

section .pr li span {
    position: absolute;
    top: 36%;
    display: block;
    width: 100%;
    text-align: center;
    cursor: default;
}

section .pr li:nth-child(4) span {
    top: 30%;
}

section figure {
    margin: 30px 0 80px;
    text-align: center;
}

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: 5px 0;
    padding: 5px 10px;
    background: #f1853c;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font-size: 1.2em;
}

#sec2 h4 {
    margin: 0 0 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #3977ab;
}

#sec2 h5 {
    margin: 40px 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #064a81;
}

#sec2 h5 span {
    display: inline-block;
    margin: 0 15px 10px 0;
    padding: 5px 10px;
    background: #89e6c9;
    font-size: .7em;
    border-radius: 17px;
    color: #000;
}

#sec2 th {
    width: 220px;
}

#sec2 .pick {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    background: #f1853c;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font-size: 1.2em;
}

#sec3 .pick {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    background: #f1853c;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font-size: 1.2em;
}

#sec4 ol li {
    position: relative;
    margin: 0 0 50px;
    border: solid 3px #66cccc;
    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: #66cccc;
    transform: scale(3, 1);
}

#sec4 ol h4 {
    padding: 10px 0;
    background: #66cccc;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}

#sec4 ol .memo {
    padding: 10px 0;
    background: #66cccc;
    text-align: center;
    color: #fff;
}

#sec4 ol div {
    padding: 20px;
}

#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: #f1853c;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font-size: 1.2em;
}

#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 #3876a8;
}

#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: 60px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #66cccc;
    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: 80px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    background: #66cccc;
    text-align: center;
    color: #fff;
}

#app .price dd:first-of-type {
    width: 260px;
    font-size: 2.3em;
    color: red;
    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;
}

#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;
}

#app .btn:hover {
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

.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: 21%;
        margin: 0 5px;
    }
}

/*Tablet
--------------*/
@media screen and (max-width:420px) {

    section .pr li {
        width: 19%;
        margin: 0 5px;
    }
}
