/*!
base
------------------------------
*/
html {
    scroll-behavior: smooth;
}

body{
    color: #595757;
    line-height: 1.8;
    font-size: 14px;
    border-bottom: 16px solid #295e55;
    padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

img {
    max-width:100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul{
    list-style-type: disc;
    padding-left:16px;
}

/*!
layout
------------------------------
*/
.l-container{
    max-width: 1250px;
    width: 90%;
    margin:0 auto;
}

/*!
utility
------------------------------
*/

.u-mt {
    margin-top: 40px!important;
}
@media screen and (min-width: 768px) {
    .u-mt {
        margin-top: 48px!important;
    }
}
.u-ptb {
    padding: 64px 0!important;
}
@media screen and (min-width: 768px) {
    .u-ptb {
    padding: 80px 0!important;
    }
}
.u-font-bold{
    font-weight:bold;
}
.u-color-denger{
    color:red;
}
.u-text-right{
    text-align: right;
}
.u-text-left{
    text-align: left;
}

/*!
component
------------------------------
*/
.c-title-level1{
    font-size:26px;
}
@media screen and (min-width: 768px) {
    .c-title-level1{
        font-size:34px;
    }
}
.c-section-title{
    color:#ffffff;
    font-size:28px;
    margin: 40px auto;
    padding-bottom: 20px;
    line-height: 1;
    position: relative;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .c-section-title{
        font-size:32px;
    }
}
.c-section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 31px;
    height: 2px;
    background-color: #295e55;
}
.c-section-title.c-section-title__black{
    color:#000000;
}
.c-button,
a.c-button{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 14px 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 10px;
    color: #fff;
    background-color: #F4A11A;
}
.c-button:hover,
a.c-button:hover {
    color: #fff;
    background: #ee9403;
}

.c-button-wrapper{
    display: flex;
    gap:20px;
    justify-content: center;
    align-items: center;
}

.c-wrapper{
    background-color: #91B122;
    width: 100%;

}

.c-marker{
    background: linear-gradient(transparent 50%, #fff261 50%);
}

/*!
terms
------------------------------
*/
.terms-section h2{
    font-size: 1.2rem;
    margin-top:24px;
    margin-bottom:14px;
}
.terms-section p{
    margin-top:0;
}
.terms-section ul{
    list-style-type: none;
}