﻿@charset "utf-8";

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.topCover {
    width: 100%;
    background-color: #f4f4f2;
}

.topCoverInner {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
}

#contents img {
    max-width: 100%;
    margin: 0 auto;
}

.step img.sample {
    padding: 1em;
    border: 1px solid #999;
    border-radius: 12px;
    margin: 1em 0 3em 0 !important;
    width: 100%;
    background-color: #fff;
}

.step a.button {
    margin: 0 auto;
    padding: 1em;
    border-radius: 24px;
    font-size: 24px;
    text-align: center;
    /*background-color: #0091db;*/
    background-color: #ffa200;
    color: #ffffff;
    display: block;
    margin: 2em 0 4em;
}


/*****************/
p .font-large {
    font-size: 160%;
    font-weight: bold;
}

p strong {
    font-size: larger;
}

p strong em {
    font-style: normal;
    color: #16a3fb;
    font-size: 32px;
}

p b {
    font-size: 120%;
    background-color: #b0f5ff;
}

p small {
    line-height: 1.4;
    display: inline-block;
    font-size: smaller;
}

#wrap {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

#contents {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

#contents section {
    background-color: #f0f0f0;
    display: block;
    padding: 10px;
}

section {
    /*margin-top: 2em;*/
    overflow: hidden;
}

section.fs-l-pageMain {
    margin-top: 0;
}

section hr {
    height: 1px;
    background-color: #cccccc;
    border: none;
    color: #cccccc;
    margin: 2em 0;
}

section.top {
    margin-top: 0;
}

#contents section.top div {
    background-color: #faf1df;
    overflow: hidden;
}

#contents section.top img {
    width: 100%;
}

#contents section h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 160%;
    height: auto;
}

#contents section h2 {
    font-size: 200%;
    font-weight: bold;
    color: #333;
    margin: 1em auto;
}

.contents-inner {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #faf1df;
    padding: 0;
}

.contents_inner {
    background-color: #fff;
    padding: 2em;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.contents_inner p {
    line-height: 1.6;
}

.contents_inner p.large {
    font-size: 120%;
    margin-bottom: 1em;
}

.contents_inner .lead,
.contents_inner .lead a {
    font-size: 22px;
    font-weight: bold;
}

.contents_inner .lead a {
    text-decoration: underline;
}

.contents_inner .date {
    font-size: 120%;
}

.contents_inner h4 {}

.method {
    font-size: 90%;
    line-height: 160%;
}

.method a {
    color: #596ebb;
    font-weight: bold;
}

.method .example {
    font-size: 0.7em;
    vertical-align: super;
}

.campaign {
    text-align: left;
    font-size: 90%;
    line-height: 160%;
}

.campaign ul {
    padding: 0.5em 0 0 0;
    margin-left: 1em;
}

.campaign ul li {
    padding-left: 0;
    margin-left: 1em;
    margin-bottom: 4px;
    list-style: disc;
}

.campaign a {

    color: #596ebb;
    font-weight: bold;
}

.campaign h3 {
    font-size: 20px;
    padding: 4px 0;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.step {
    /*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #333;
    */
}

.step h3 {
    font-size: 200%;
    font-weight: bold;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}

.step-title {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.step-title h4 {
    background-color: #000;
    font-weight: bold;
    color: #fff;
    padding: 0.2em 1em;
    text-align: center;
    font-size: 120%;
    margin-right: 0.5em;
    white-space: nowrap;
}

.step-title p {
    padding: 0.5em 0.5em;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    width: calc(100% - 5em);
}

.step a {

    color: #596ebb;
    font-weight: bold;
    font-size: 120%;
}



.step em {
    font-size: 300%;
    font-style: normal;
    font-weight: bold;
    color: #16a3fb;
    padding-bottom: 1em;
    display: block;

}

.step .contents_inner > div {
    max-width: 840px;
    margin: 0 auto;
}

.feature img.sample {
    padding: 1em;
    border: 1px solid #999;
    border-radius: 12px;
    margin: 1em !important;
    width: calc(100% - 2em);
}

.feature {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    /*background: #fff;*/
}

.feature .col50 {
    padding: 1em;
    text-align: left;
}

.feature h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1;
}

.feature p {
    padding: 0;
    font-size: 120%;
}

.feature a {
    color: #596ebb;
    font-weight: bold;
    font-size: 120%;
}



.step em {
    font-size: 300%;
    font-style: normal;
    font-weight: bold;
    color: #16a3fb;
    padding-bottom: 1em;
    display: block;

}

.flex-box {
    display: block;
}

.col40,.col50, .col60, .col70, .col30 {
    width: 100%;
    margin: 5px 5px;
    background-color: #fff;
    padding: 2em 1em 1em;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
}
.col-3-2 {
    width: calc(50% - 10px);
    float: left;
}

.back {
    position: fixed;
    bottom: 10px;
    right: 10px;
}


/******************
			content
*******************/

.end {
    color: #ff0000;
    text-align: center;
}

#campaignPeriod {
    display: inline-block;
}

#campaignPeriod .end {
    text-align: left;
}


#contents .prize img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#contents section .bousai h3 {
    color: #333;
    font-size: 19px;
    margin: 2em 0 1em;
    font-weight: bold;
}

.mb-ss {
    margin-bottom: 0.5em;
}

.mb-s {
    margin-bottom: 1em;
}

.mb-m {
    margin-bottom: 3em;
}

.mb-l {
    margin-bottom: 6em;
}

@media (max-width:768px) {
    .step a.button {
        font-size: 16px;
    }

    .step-title h4,
    .step-title p {
        font-size: 100%;
    }

    p .font-large {
        font-size: 120%;
    }
}

@media (min-width:769px) {

    /******************
			header
*******************/

    /******************
			contents
*******************/

    #contents section.top {
        margin-top: 0px
    }

    #contents section.top img {
        width: 50%;
    }

    #contents section.top img.left {
        float: left;
        left: 0;
        /*koko top: 30%;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);made*/
    }

    #contents section.top img.right {
        float: right;
    }

    .flex-box {
        display: flex;
    }
    .col30 {
        width: calc(30% - 10px);
    }
    .col40 {
        width: calc(40% - 10px);
    }
    .col50 {
        width: calc(100% / 2 - 10px);
    }
    .col60 {
        width: calc(60% - 10px);
    }
    .col70 {
        width: calc(70% - 10px);
    }
    .col-3-2 {
        width: calc(100% / 3 - 10px);
    }

    .step .fr,
    .feature .fr {
        float: right;
    }

    .step .fl,
    .feature .fl {
        float: left;
    }

    .contents_inner .date {
        font-size: 160%;
    }

    .contents_inner .date br {
        display: none;
    }

    .campaign {
        font-size: 110%;
    }

    .method {
        font-size: 110%;
    }
}

.fs-l-pageMain {
    width: 100%;
    margin: 0;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-3 {
    margin-top: 3em;
}

.anchor-btn {
    display: inline-block;
    width: 10em;
    background-color: #f0f0f0;
    padding: 0.2em 1em;
    margin: 0 0.5em 2em;
    border-radius: 4px;
    border: 1px solid #666;
}

.prd_oshigoe {
    width: 100%;
    max-width: 1200px;
    display: flex;
}

.prd_oshigoe img {}

.prd_oshigoe div {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .prd_oshigoe {
        display: block;
    }

    .prd_oshigoe div {
        text-align: center;
    }
}