/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
[data-aos=line-bl] {
    width: 200px;
    -webkit-transition-property: width;
    transition-property: width;
}

[data-aos=line-bl].aos-animate {
    width: 100%;
}

@keyframes bounce {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
                transform: scaleX(1) scaleY(1);
    }
    20% {
        -webkit-transform: scaleX(0.9) scaleY(1.1);
                transform: scaleX(0.9) scaleY(1.1);
    }
    30% {
        -webkit-transform: scaleX(0.9) scaleY(1.1);
                transform: scaleX(0.9) scaleY(1.1);
    }
    40% {
        -webkit-transform: scaleX(1.1) scaleY(0.9);
                transform: scaleX(1.1) scaleY(0.9);
    }
    50% {
        -webkit-transform: scaleX(0.95) scaleY(1.05);
                transform: scaleX(0.95) scaleY(1.05);
    }
    57% {
        -webkit-transform: scaleX(1.05) scaleY(0.95);
                transform: scaleX(1.05) scaleY(0.95);
    }
    64% {
        -webkit-transform: scaleX(0.975) scaleY(1.025);
                transform: scaleX(0.975) scaleY(1.025);
    }
    69% {
        -webkit-transform: scaleX(1.025) scaleY(0.975);
                transform: scaleX(1.025) scaleY(0.975);
    }
    75% {
        -webkit-transform: scaleX(1) scaleY(1);
                transform: scaleX(1) scaleY(1);
    }
    100% {
        -webkit-transform: scaleX(1) scaleY(1);
                transform: scaleX(1) scaleY(1);
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
                transform: scaleX(1) scaleY(1);
    }
    20% {
        -webkit-transform: scaleX(0.9) scaleY(1.1);
                transform: scaleX(0.9) scaleY(1.1);
    }
    30% {
        -webkit-transform: scaleX(0.9) scaleY(1.1);
                transform: scaleX(0.9) scaleY(1.1);
    }
    40% {
        -webkit-transform: scaleX(1.1) scaleY(0.9);
                transform: scaleX(1.1) scaleY(0.9);
    }
    50% {
        -webkit-transform: scaleX(0.95) scaleY(1.05);
                transform: scaleX(0.95) scaleY(1.05);
    }
    57% {
        -webkit-transform: scaleX(1.05) scaleY(0.95);
                transform: scaleX(1.05) scaleY(0.95);
    }
    64% {
        -webkit-transform: scaleX(0.975) scaleY(1.025);
                transform: scaleX(0.975) scaleY(1.025);
    }
    69% {
        -webkit-transform: scaleX(1.025) scaleY(0.975);
                transform: scaleX(1.025) scaleY(0.975);
    }
    75% {
        -webkit-transform: scaleX(1) scaleY(1);
                transform: scaleX(1) scaleY(1);
    }
    100% {
        -webkit-transform: scaleX(1) scaleY(1);
                transform: scaleX(1) scaleY(1);
    }
}
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Hiragino Sans";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    font: inherit;
    font-style: normal;
    font-weight: normal;
    font-weight: inherit;
    text-decoration: none;
    vertical-align: baseline;
    list-style: none;
    border: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .sp,
.SP {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .pc,
.PC {
        display: none !important;
    }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header {
    margin: 67px 0 62px;
}
@media screen and (max-width: 767px) {
    .c-header {
        margin: 35px 0;
    }
}
.c-header h1 {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    font-size: 48px;
    font-weight: bold;
    color: #204423;
}
@media screen and (max-width: 767px) {
    .c-header h1 {
        font-size: 24px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer__top {
    overflow: hidden;
    padding: 40px 0;
    background: #98d27b;
}
@media screen and (max-width: 767px) {
    .c-footer__top {
        padding: 20px 0;
    }
}
.c-footer__top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -30px;
}
@media screen and (max-width: 767px) {
    .c-footer__top ul {
        margin: 0 -15px;
    }
}
.c-footer__top ul li {
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .c-footer__top ul li {
        padding: 0 15px;
    }
}
.c-footer__top ul li a {
    font-weight: 500;
    font-size: 24px;
    color: #204423;
    padding-right: 40px;
    background: url("../img/top/icon-target.png") no-repeat right center;
    background-size: 26px 26px;
}
@media screen and (max-width: 767px) {
    .c-footer__top ul li a {
        font-size: 12px;
        padding-right: 20px;
        background-size: 13px 13px;
    }
}
.c-footer__copyright {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #189a24;
    padding: 8px 0;
}
@media screen and (max-width: 767px) {
    .c-footer__copyright {
        padding: 5px 0;
        font-size: 9px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    html.open,
body.open {
        height: 100%;
        overflow: hidden;
    }
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Hiragino Sans";
    width: 100%;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0;
    height: 100%;
    word-break: break-word;
}

.wrap {
    margin: 0 auto;
    overflow: hidden;
}

.wcm {
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (min-width: 767px) {
    a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.c-btn {
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto 35px;
    font-size: 48px;
    font-weight: 800;
    color: #fff281;
    text-align: center;
    background: url("../img/top/bg-button.png") no-repeat center;
    background-size: contain;
    padding: 4px;
}
@media screen and (max-width: 767px) {
    .c-btn {
        font-size: 24px;
        max-width: 360px;
        padding: 2px;
        margin-bottom: 20px;
    }
}
.c-btn span {
    padding-right: 60px;
    background: url("../img/top/icon-button.png") no-repeat right center;
    background-size: 40px 40px;
}
@media screen and (max-width: 767px) {
    .c-btn span {
        padding-right: 32px;
        background-size: 20px 20px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
List
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Text
------------------------------------------------------------*/
.u-text-underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f8ea70));
    background: linear-gradient(-180deg, #fff 50%, #f8ea70 50%);
}

/*
------------------------------------------------------------*/
.js-image {
    display: block;
    background: #f6f7f2 center no-repeat;
    background-size: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.js-image:before {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 63%;
}

.js-inview {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
}
.js-inview.on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.txt-base {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 1.7777777778em;
    letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
    .txt-base {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26px;
        line-height: 1.7333333333em;
    }
}

.p-subpage {
    border-top: 20px solid #189a24;
    background: #fff9cb;
}
@media screen and (max-width: 767px) {
    .p-subpage {
        border-width: 5px;
    }
}

/*------------------------------------------------------------
Top page
------------------------------------------------------------*/
.p-top .c-header {
    margin: 0;
}

.p-topVisual {
    padding-top: 30px;
    padding-bottom: 80px;
    background: #fff9cb;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-topVisual {
        padding-top: 18px;
        padding-bottom: 40px;
    }
}
.p-topVisual:before {
    content: "";
    width: 100%;
    height: 348px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .p-topVisual:before {
        height: 8.4%;
    }
}
.p-topVisual__content {
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 32px;
    color: #204423;
    margin-bottom: 25px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .p-topVisual__content {
        font-size: 16px;
    }
}
.p-topVisual__item {
    letter-spacing: 0;
}
.p-topVisual__item .fs40 {
    font-size: 40px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-topVisual__item .fs40 {
        font-size: 20px;
    }
}
.p-topVisual__item .txt-green {
    color: #189a24;
}
.p-topVisual__item .txt-red {
    color: #e72b2b;
}
.p-topVisual__item .txt-red em {
    font-style: normal;
    font-size: 51px;
}
@media screen and (max-width: 767px) {
    .p-topVisual__item .txt-red em {
        font-size: 26px;
    }
}
.p-topVisual__item .txt-orange {
    color: #ff7800;
}
.p-topVisual__item .u-text-underline {
    font-weight: bold;
}
.p-topVisual__thumb {
    max-width: 688px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
    .p-topVisual__thumb {
        max-width: 100%;
        margin-bottom: 27px;
    }
}
.p-topVisual__faq {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .p-topVisual__faq {
        max-width: 100%;
    }
}
.p-topVisual__faq .faq-box {
    padding: 30px 20px 40px;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #189a24;
}
@media screen and (max-width: 767px) {
    .p-topVisual__faq .faq-box {
        padding: 17px 20px;
        border-width: 2px;
    }
}
.p-topVisual__faq .faq-box + .faq-box {
    margin-top: 55px;
}
@media screen and (max-width: 767px) {
    .p-topVisual__faq .faq-box + .faq-box {
        margin-top: 25px;
    }
}
.p-topVisual__faq .faq-box p {
    display: block;
    color: #189a24;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-topVisual__faq .faq-box p {
        font-size: 20px;
    }
}
.p-topVisual__faq .faq-box h2 {
    font-size: 40px;
    line-height: 1.375;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-topVisual__faq .faq-box h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
.p-topVisual__faq .faq-box h2 .txt-blue {
    color: #1270d7;
}
.p-topVisual__faq .faq-box h2 .txt-purple {
    color: #a734e2;
}
.p-topVisual__faq .faq-box h2 .txt-orange {
    color: #ff7800;
}
.p-topVisual__faq .faq-box__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-topVisual__faq .faq-box__button li {
    margin: 0 55px;
}
@media screen and (max-width: 767px) {
    .p-topVisual__faq .faq-box__button li {
        margin: 0 25px;
    }
}
.p-topVisual__faq .faq-box__button li input[type=radio] {
    display: none;
}
.p-topVisual__faq .faq-box__button li input[type=radio]:checked + label {
    border-color: #189a24;
    -webkit-box-shadow: 10px 10px 0px 0px rgb(215, 247, 223);
    box-shadow: 10px 10px 0px 0px rgb(215, 247, 223);
}
@media screen and (max-width: 767px) {
    .p-topVisual__faq .faq-box__button li input[type=radio]:checked + label {
        -webkit-box-shadow: 5px 5px 0px 0px rgb(215, 247, 223);
        box-shadow: 5px 5px 0px 0px rgb(215, 247, 223);
    }
}
.p-topVisual__faq .faq-box__button li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    border: 6px solid #8d8d8d;
    color: #8d8d8d;
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 0px 0px rgb(232, 232, 232);
    box-shadow: 10px 10px 0px 0px rgb(232, 232, 232);
}
@media screen and (max-width: 767px) {
    .p-topVisual__faq .faq-box__button li label {
        width: 80px;
        height: 80px;
        font-size: 20px;
        border-width: 3px;
        -webkit-box-shadow: 5px 5px 0px 0px rgb(232, 232, 232);
        box-shadow: 5px 5px 0px 0px rgb(232, 232, 232);
    }
}

.p-topHappy {
    background: url("../img/top/bg-heart.png") no-repeat top 29% center;
    background-size: contain;
    padding: 80px 0;
}
@media screen and (max-width: 767px) {
    .p-topHappy {
        padding: 40px 0;
        background: url("../img/top/bg-heart-sp.png") no-repeat top 11% center;
        background-size: contain;
    }
}
@media screen and (max-width: 767px) {
    .p-topHappy .wcm {
        padding: 0;
    }
}
.p-topHappy__head {
    text-align: center;
}
.p-topHappy__head h2 {
    display: inline-block;
    padding: 0 50px;
    font-weight: bold;
    font-size: 56px;
    line-height: 1.17;
    color: #ff7800;
    background: url("../img/top/icon-flash-left.png") no-repeat bottom 10px left;
    background-size: 35px 48px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-topHappy__head h2 {
        width: 100%;
        padding: 0 13px;
        font-size: 28px;
        background-size: 17px 24px;
        background-position: bottom 5px left 12px;
    }
}
.p-topHappy__head h2:after {
    content: "";
    width: 35px;
    height: 48px;
    background: url("../img/top/icon-flash-right.png") no-repeat center;
    background-size: 35px 48px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
@media screen and (max-width: 767px) {
    .p-topHappy__head h2:after {
        width: 17px;
        height: 24px;
        background-size: 17px 24px;
        right: 12px;
        bottom: 5px;
    }
}
.p-topHappy__head h2 span {
    color: #e72b2b;
}
.p-topHappy__cont__thumb {
    max-width: 236px;
    width: 100%;
    margin: 0 auto -60px;
}
@media screen and (max-width: 767px) {
    .p-topHappy__cont__thumb {
        max-width: 123px;
        margin-bottom: -30px;
    }
}
.p-topHappy__cont a {
    display: block;
    max-width: 668px;
    width: 100%;
    margin: 0 auto 145px;
    background: #06c755;
    text-align: center;
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    border-radius: 70px;
    padding: 20px 0;
    position: relative;
    -webkit-box-shadow: 10px 10px 0px 0px rgb(9, 154, 68);
    box-shadow: 10px 10px 0px 0px rgb(9, 154, 68);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
    .p-topHappy__cont a {
        max-width: 334px;
        margin-bottom: 70px;
        font-size: 28px;
        border-radius: 35px;
        padding: 13px 0;
        -webkit-box-shadow: 5px 5px 0px 0px rgb(9, 154, 68);
        box-shadow: 5px 5px 0px 0px rgb(9, 154, 68);
    }
}
.p-topHappy__cont a:hover {
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.p-topHappy__cont__txt {
    text-align: center;
    color: #204423;
    font-size: 24px;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-topHappy__cont__txt {
        font-size: 12px;
        padding: 0 12px;
        margin-bottom: 30px;
    }
}
.p-topHappy__warning img {
    max-width: 119px;
    width: 100%;
    display: block;
    margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
    .p-topHappy__warning img {
        max-width: 60px;
        margin-bottom: 15px;
    }
}
.p-topHappy__warning .txt {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-topHappy__warning .txt {
        font-size: 18px;
        letter-spacing: -0.03em;
    }
}

.p-topDelivery {
    padding: 80px 0 45px;
    background: url("../img/top/bg-dot.jpg") no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .p-topDelivery {
        padding: 40px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-topDelivery .wcm {
        padding: 0;
    }
}
.p-topDelivery__head {
    max-width: 675px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .p-topDelivery__head {
        max-width: 100%;
    }
}
.p-topDelivery__head img {
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .p-topDelivery__head img {
        max-width: 318px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}
.p-topDelivery__head h2 {
    padding: 0 60px;
    margin-top: 10px;
    text-align: center;
    font-size: 44px;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    text-align: center;
    color: #277b3c;
    letter-spacing: 0.05em;
    background: url("../img/top/icon-cinamon-left.png") no-repeat left center;
    background-size: 60px 130px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-topDelivery__head h2 {
        width: calc(100% - 30px);
        font-size: 22px;
        line-height: 1.2;
        padding: 10px 30px;
        background-size: 30px 65px;
        margin: 5px auto 0;
    }
}
.p-topDelivery__head h2:after {
    content: "";
    width: 60px;
    height: 130px;
    background: url("../img/top/icon-cinamon-right.png") no-repeat right center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .p-topDelivery__head h2:after {
        width: 30px;
        height: 65px;
    }
}
.p-topDelivery__cont {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .p-topDelivery__cont {
        max-width: 100%;
    }
}
.p-topDelivery__cont__thumb {
    margin-top: -120px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .p-topDelivery__cont__thumb {
        margin-top: -35px;
        margin-bottom: 15px;
    }
}
.p-topDelivery__cont p {
    text-align: center;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.05em;
    color: #204423;
}
@media screen and (max-width: 767px) {
    .p-topDelivery__cont p {
        font-size: 12px;
    }
}

.p-topKnow {
    padding: 90px 0;
}
@media screen and (max-width: 767px) {
    .p-topKnow {
        padding: 45px 0;
    }
}
.p-topKnow__head {
    display: block;
    text-align: center;
    max-width: 674px;
    padding: 20px 0 40px;
    width: 100%;
    margin: 0 auto 25px;
    color: #2e9648;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.03em;
    background: url("../img/top/icon-bubble.png") no-repeat center;
    background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
    .p-topKnow__head {
        max-width: 375px;
        font-size: 25px;
        padding: 5px 0 15px;
        letter-spacing: 0;
    }
}
.p-topKnow__cont {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.p-topKnow__cont img {
    max-width: 273px;
    display: block;
    margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
    .p-topKnow__cont img {
        max-width: 187px;
        margin-bottom: 20px;
    }
}
.p-topKnow__cont .txt01 {
    text-align: center;
    font-size: 40px;
    color: #204423;
    line-height: 1.625;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .p-topKnow__cont .txt01 {
        font-size: 20px;
        letter-spacing: -0.05em;
        margin-bottom: 15px;
    }
}
.p-topKnow__cont .txt02 {
    font-weight: bold;
    font-size: 50px;
    color: #ff7800;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-topKnow__cont .txt02 {
        font-size: 25px;
        line-height: 1.625;
    }
}
.p-topKnow__cont .txt02 span {
    letter-spacing: -0.05em;
}

/*------------------------------------------------------------
Transaction page
------------------------------------------------------------*/
.p-transaction__cont {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 130px;
}
@media screen and (max-width: 767px) {
    .p-transaction__cont {
        max-width: 100%;
        margin-bottom: 80px;
    }
}

.p-transationBox {
    font-size: 32px;
    color: #204423;
}
@media screen and (max-width: 767px) {
    .p-transationBox {
        font-size: 16px;
    }
}
.p-transationBox__head {
    padding: 35px 60px;
    font-weight: bold;
    background: #b2dd9c;
}
@media screen and (max-width: 767px) {
    .p-transationBox__head {
        padding: 15px 20px;
    }
}
.p-transationBox__cont {
    padding: 40px 60px;
    background: #fff;
    line-height: 1.56;
}
@media screen and (max-width: 767px) {
    .p-transationBox__cont {
        padding: 15px 20px;
    }
}
.p-transationBox__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-transationBox__flex img {
    width: 71px;
    height: auto;
}
@media screen and (max-width: 767px) {
    .p-transationBox__flex img {
        width: 35px;
    }
}
.p-transationBox__flex p {
    width: calc(100% - 71px);
    padding-left: 36px;
    line-height: 1.25;
}
@media screen and (max-width: 767px) {
    .p-transationBox__flex p {
        width: calc(100% - 35px);
        padding-left: 18px;
    }
}

/*------------------------------------------------------------
Privacy page
------------------------------------------------------------*/
.p-privacy .c-header {
    margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
    .p-privacy .c-header {
        margin-bottom: 35px;
    }
}
.p-privacy h2 {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    padding-bottom: 10px;
    color: #204423;
    font-weight: bold;
    border-bottom: 5px solid #189a24;
    margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
    .p-privacy h2 {
        font-size: 16px;
        border-width: 2px;
        margin-bottom: 33px;
    }
}
.p-privacy__cont {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 120px;
    background: #fff;
    padding: 80px 70px 80px 75px;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
    .p-privacy__cont {
        max-width: 100%;
        margin-bottom: 50px;
        padding: 40px 20px 45px;
    }
}

.p-privacyBox {
    font-size: 32px;
    color: #204423;
    padding-bottom: 76px;
    border-bottom: 1px solid #acdd93;
    margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
    .p-privacyBox {
        font-size: 16px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}
.p-privacyBox:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.p-privacyBox h3 {
    margin-bottom: 15px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-privacyBox h3 {
        margin-bottom: 10px;
    }
}
.p-privacyBox ul li {
    line-height: 1.5625;
}
.p-privacyBox ul li + li {
    margin-top: 47px;
}
@media screen and (max-width: 767px) {
    .p-privacyBox ul li + li {
        margin-top: 25px;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .mt-20 {
        margin-top: 10px;
    }
}

.mt-30 {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .mt-30 {
        margin-top: 10px;
    }
}

.mt-40 {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .mt-40 {
        margin-top: 20px;
    }
}

.mt-50 {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .mt-50 {
        margin-top: 30px;
    }
}

.mt-60 {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-70 {
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .mt-70 {
        margin-top: 50px;
    }
}

.mt-80 {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .mt-80 {
        margin-top: 60px;
    }
}

.mt-90 {
    margin-top: 90px;
}
@media screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 70px;
    }
}

.mt-100 {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 80px;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .mb-20 {
        margin-bottom: 10px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .mb-30 {
        margin-bottom: 10px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.u-text-read {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2.1333333333em;
    letter-spacing: 0.1em;
}

.u-text-read-02 {
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .u-text-read-02 {
        font-size: 1rem;
    }
}

.u-text-sub {
    font-size: 12px;
}

.u-text-center {
    text-align: center;
}

.u-text-bold {
    font-weight: bold;
}

.u-text-red {
    color: red;
}

.u-text-white {
    color: #ffffff;
}

.u-text-blue {
    color: #0D3780;
}

.u-text-right {
    text-align: right;
}

.u-space-n2 {
    letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
    .u-space-n2-sp {
        letter-spacing: -0.02em;
    }
}

@media screen and (max-width: 767px) {
    .u-space-n5-sp {
        letter-spacing: -0.05em;
    }
}

.u-font-sz20 {
    font-size: 2rem;
}
@media screen and (max-width: 767px) {
    .u-font-sz20 {
        font-size: 1.2rem;
    }
}

.u-font-sz24 {
    font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
    .u-font-sz24 {
        font-size: 1.8rem;
    }
}

.u-font-sz26 {
    font-size: 2.6rem;
}

.u-font-sz28 {
    font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
    .u-font-sz28 {
        font-size: 2rem;
    }
}

.u-font-sz30 {
    font-size: 3rem;
}
@media screen and (max-width: 767px) {
    .u-font-sz30 {
        font-size: 2.2rem;
    }
}

.u-lineheight-sz2 {
    line-height: 2;
}

.u-lineheight-sz18 {
    line-height: 1.8;
}

.u-lineheight-sz16 {
    line-height: 1.6;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .u-pc {
        display: none;
    }
}

.u-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .u-sp {
        display: block;
    }
}

.u-in {
    display: none;
}
@media screen and (max-width: 767px) {
    .u-in {
        display: inline-block;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/