@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%;
}

/*============
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: 20px 0 40px;
    background: url(/fxmaster/img/mv.png) no-repeat #1d4b6b center center / cover;
    color: #fff;
    text-align: center;
    font-size: 2em;
    line-height: 2em;
}

#header h1 {
    margin: 10px 0;
}

#header h1 img {
    width: 500px;
}

#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: transparent;
    border: 2px solid #fff;
    color: #fff;
    line-height: 50px;
}

#header .btn:hover {
    background-color: rgba(255, 255, 255, .2);
}

/*Tablet
--------------*/
@media screen and (max-width:730px) {

    #header h1,
    #header ul {
        float: none;
    }
}

/*============
footer
==============*/
footer {
    padding: 10px 20px;
    background: #1d4b6b;
    color: #fff;
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #1d4b6b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

#pagetop span {
    display: block;
    font-size: .5em;
    margin: -55px 0 0 0;
}

/*============
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;
}

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 .red {
    color: red;
}

section .small {
    font-size: .8em;
}

section hr {
    height: 8px;
    margin: 50px 0;
    border: 0;
    background: #3875a8;
}

section .summary {
    padding: 40px;
    border-radius: 10px;
    background: #e6e6e6;
    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-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);
}

section .pr li span {
    position: absolute;
    top: 36%;
    display: block;
    width: 100%;
    text-align: center;
}

section .pr li:nth-child(4) span {
    top: 30%;
}

section figure {
    margin: 30px 0 0;
    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: #3c7db1;
    color: #fff;
    text-shadow: 3px 3px 3px #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: red;
}

#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: #3c7db1;
    color: #fff;
    text-shadow: 3px 3px 3px #333;
    font-size: 1.2em;
}

#sec3 .pick {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    background: #3c7db1;
    color: #fff;
    text-shadow: 3px 3px 3px #333;
    font-size: 1.2em;
}

#sec4 ol li {
    position: relative;
    margin: 0 0 50px;
    border: solid 3px #3977ab;
}

#sec4 ol li:after {
    position: absolute;
    bottom: -35px;
    left: 50%;
    content: "▼";
    display: block;
    margin: 0 0 0 -35px;
    text-align: center;
    font-size: 3.5em;
    color: #3976ab;
    transform: scale(3, 1);
}

#sec4 ol h4 {
    padding: 10px 0;
    background: #3977ab;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}

#sec4 ol .memo {
    padding: 10px 0;
    background: #3977ab;
    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 red;
}

#support dt {
    width: 100%;
    padding: 10px 0;
    background: red;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

#support .memo {
    width: 100%;
    padding: 10px 0;
    background: red;
    color: #fff;
    text-align: center;
}

#support dd p {
    padding: 20px;
}

#sec5 .pick {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    background: #3c7db1;
    color: #fff;
    text-shadow: 3px 3px 3px #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: #e6e6e6;
    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: #3c7db1;
    border-radius: 2px;
}

#app {
    padding: 0 0 100px;
    background: #f0f9ff;
}

#app h3 img {
    width: 500px;
}

#app .price dl {
    display: table;
    margin: 0 0 20px;
    border-bottom: solid 1px #cdeafd;
}

#app .price dt,
#app .price dd {
    display: table-cell;
    vertical-align: middle;
}

#app .price dt {
    width: 60px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    background: #cdeafd;
    text-align: center;
}

#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;
}

.option {
    margin-top: 10px;
}

.option dl {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.option dl:nth-of-type(1) dt{
    background: #0db45a;
}

.option dl:nth-of-type(2) dt{
    background: #fa8649;
}

.option dl:nth-of-type(3) dt{
    background: #974bbf;
}

.option dt {
    border: 2px solid #868686;
    width: 30%;
    min-width: 190px;
    text-align: center;
    line-height: 4.5rem;
    margin-right: 10px;
    padding: 3px 8px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}

.option dd{
    font-size: 0.9rem;
    width: 63%
}
.option_caption{
    text-align: center;
    margin-bottom: 50px
}
.option_caption h4{
    color: #3c7db1;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 20px;
    letter-spacing: 0.1rem
}

.option_caption h4 span{
    font-size: 1rem;
    color: #f86c38;
    letter-spacing: 0.07rem
}
.option_caption p:last-child{
    border: 2px solid #3875a8;
    padding: 10px 5px;
    margin-top: 5px;
    background: #e6e6e6;
    
}

.option_caption p:last-child span{
    font-weight: bold;
    color: #3c7db1
}
.option_caption p:last-child a{
    color: #000;
}
.option_caption p:last-child a:hover{
    text-decoration-line: underline;
    color: red;
    
}

/*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;
    }
    
    .option dl{
        flex-flow: column
    }
    
    .option dt{
        width: 100%;
        margin: 0;
        height: 3rem;
        line-height: 2.5rem;
        margin-bottom: 5px
    }
    .option dd{
        width: 100%
    }
}
