@charset "utf-8";
/*リセットCSS ここから*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
}

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

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
    border: none;
    vertical-align: bottom;
}

ul, ol {
    list-style-type: none;
}

input, textarea {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus {
    outline: none;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.cf {
    min-height: 1px;
}

* html .cf {
    height: 1px;
}

/*リセットCSS ここまで*/
html {
    font-size: 62.5%;
}

body {
    background-color: #F0F0F0;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.05rem;
    line-height: 1;
    overflow: hidden;
    background: #FEE101;
}

body::-webkit-scrollbar {
    display: none;
}


@media (min-width: 1000px) {
    body {
        font-size: 1.6rem;
        /* background-color: #F7F7F7; */
        border-top: 0;
    }
}

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

a {
    color: #3E97FF;
}

a:hover {
    color: #FC3737;
}

p {
    line-height: 1.9;
    margin: 0 20px 2rem;
}

@media (min-width: 1000px) {
    p {
        line-height: 2;
        margin: 0 2rem 3rem;
    }
}

.contents > p {
    text-align: justify;
    letter-spacing: .03rem;
}

@media only screen and (min-width: 1000px) {
    a[href^="tel:"] {
        pointer-events: none;
        color: initial;
        text-decoration: none;
    }
}

/*---------------------------------------------------------------------------
 base box
---------------------------------------------------------------------------*/
.outer {
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    width: auto;
    height: auto;
    box-sizing: border-box;
}

.inner {
    text-align: left;
    width: auto;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 1000px) {
    .outer {
        width: 100%;
        padding: 35px;
    }

    .inner {
        width: 1000px;
    }
}


/*---------------------------------------------------------------------------
 header
---------------------------------------------------------------------------*/
.brandWrap {
    padding: 0px 10px;
}
.brand {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

@media (min-width: 1000px) {
    .brand {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
}

.brand_logo {
    text-align: left;
    padding: 10px 0;
}

.brand_logoImg {
    width: 75px;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media (min-width: 1000px) {
    .brand_logo {
        margin-right: auto;
    }

    .brand_logoImg {
        width: 80px;
    }
}


.agency {
    background: #1EA56D;
    padding: 10px;
}

.agency_name {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    line-height: 1;
    color: #FFFFFF;
}


.brand_tel {
    display: none;
}


@media (min-width: 1000px) {
    .brand_tel {
        display: block;
        /* text-align: center; */
        margin-right: 40px;
    }

    .brand_tel a {
        color: #333;
        text-decoration: none;
    }

    .brandTel_lead {
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        margin-bottom: 8px;
        line-height: 1;
        margin-left: 82px;
    }

    .brandTel_number {
        font-size: 3.6rem;
        font-family: Arial, Helvetica, "sans-serif";
        letter-spacing: 0.05rem;
        margin-bottom: 8px;
        line-height: 1;
    }

    .brandTel_number a {
        font-weight: bold;
    }

    .brandTel_number span {
        display: inline-block;
        vertical-align: top;
        padding: 5px 6px 4px;
        background: #FC3737;
        color: #FFF;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.06rem;
        border-radius: 2px;
        margin-top: 8px;
        margin-right: 8px;
    }

    .brandTel_recep {
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        margin-bottom: 0;
        line-height: 1;
        margin-left: 82px;
    }
}

.brand_form {
    display: none;
}

@media (min-width: 1000px) {
    .brand_form {
        display: block;
        box-sizing: border-box;
        text-align: center;
        width: 210px;
        height: 78px;
        line-height: 78px;
        border-radius: 6px;
        background: #FFE13C;
        box-shadow: 0px 3px #EACA1B;
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }

    .brand_form:hover {
        transition: all 0.5s;
        background: #FF5252;
        box-shadow: 0px 3px #FFB8B8;
    }

    .brand_form a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .brand_form a {
        font-weight: bold;
        color: #333;
        text-decoration: none;
    }

    .brand_form a:hover {
        color: #FFF;
        text-decoration: none;
    }

    .brand_form i {
        vertical-align: text-bottom;
        font-size: 1.9rem;
        margin-right: 8px;
    }
}


/*---------------------------------------------------------------------------
 Eyecatch
---------------------------------------------------------------------------*/
.eyecatch {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 750px) {
    .eyecatch {
        min-height: 40rem;
    }
}

/* .eyecatch:before {
    position: absolute;
    z-index: -20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .1;
    background: #65C0C1;
} */

/* @media (min-width: 750px) {
    .eyecatch:after {
        position: absolute;
        z-index: -10;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 80%;
        height: 100%;
        content: "";
        -webkit-transform: translateX(5%);
                transform: translateX(5%);
        opacity: .2;
        background: #FFF;

        filter: blur(60px);
    }
} */

.eyecatch {
    /* position: relative; */
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* background: url(/images/eyecatch-bg2.jpg); */
    /* background-size: cover; */
    /* background: #fee101; */
    padding: 0px 10px 20px;
}

/* .eyecatch_bg:before {
    position: absolute;
    z-index: -10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-animation: cloudMove 120s linear infinite;
       -moz-animation: cloudMove 120s linear infinite;
            animation: cloudMove 120s linear infinite;
    background: url(/images/cloud_innermost.png);
}

.eyecatch_bg:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-animation: cloudMove 65s linear infinite;
       -moz-animation: cloudMove 65s linear infinite;
            animation: cloudMove 65s linear infinite;
    background: url(/images/cloud_inner.png);
} */

.eyecatch_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

/*---------------------------------------------------------------------------
 Service1
---------------------------------------------------------------------------*/
.service1 {
    background: #1EA56D;
    padding-top: 20px;
    padding-bottom: 0;
}

/*---------------------------------------------------------------------------
 Service1Info
---------------------------------------------------------------------------*/
.service1Info {
    margin: 0 auto;
    margin: 0 auto;
    /* background: #ffffff; */
    padding: 10px;
}

.service1Info_att > p {
    text-align: center;
    margin-bottom: 0;
}

/*---------------------------------------------------------------------------
 gnav
---------------------------------------------------------------------------*/
.gnav {
    display: none;
    width: auto;
    height: auto;
}

@media (min-width: 1000px) {
    .gnav {
        display: flex;
    }
}

.gnav li {
    box-sizing: border-box;
    text-align: left;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 0.15rem;
    border-bottom: 1px solid #FFF;
}

@media (min-width: 1000px) {
    .gnav li {
        text-align: center;
        height: 90px;
        line-height: 128px;
        background: url(../img/common/gnav/gnav-line.png) no-repeat center right;
        border-bottom: none;
    }

    .gnav li:nth-child(1) {
        width: 120px;
    }

    .gnav li:nth-child(2) {
        width: 190px;
    }

    .gnav li:nth-child(3) {
        width: 155px;
    }

    .gnav li:nth-child(4) {
        width: 145px;
    }

    .gnav li:nth-child(5) {
        width: 200px;
    }

    .gnav li:nth-child(6) {
        width: 190px;
    }
}

.gnav li a {
    font-weight: bold;
}

.gnav li:nth-child(1) a {
    box-sizing: border-box;
    background: url("../img/common/gnav/home.png") left 15px center no-repeat;
    background-size: 22px 20px;
    padding-left: 50px;
}

.gnav li:nth-child(2) a {
    box-sizing: border-box;
    background: url("../img/common/gnav/wifi.png") left 12px center no-repeat;
    background-size: 26px 18px;
    padding-left: 50px;
}

.gnav li:nth-child(3) a {
    box-sizing: border-box;
    background: url("../img/common/gnav/gift.png") left 17px center no-repeat;
    background-size: 17px 20px;
    padding-left: 50px;
}

.gnav li:nth-child(4) a {
    box-sizing: border-box;
    background: url("../img/common/gnav/fee.png") left 18px center no-repeat;
    background-size: 14px 18px;
    padding-left: 50px;
}

.gnav li:nth-child(5) a {
    box-sizing: border-box;
    background: url("../img/common/gnav/flow.png") left 15px center no-repeat;
    background-size: 21px 17px;
    padding-left: 50px;
}

.gnav li:nth-child(6) a {
    box-sizing: border-box;
    background: url("../img/common/gnav/phone.png") left 19px center no-repeat;
    background-size: 12px 21px;
    padding-left: 50px;
}

.gnav li:nth-child(7) a {
    box-sizing: border-box;
    background: url("../img/common/gnav/sitemap.png") left 14px center no-repeat;
    background-size: 20px 20px;
    padding-left: 50px;
}

@media (min-width: 1000px) {
    .gnav li a {
        font-weight: normal;
    }

    .gnav li:nth-child(1) a {
        background: url("../img/common/gnav/home.png") center top 20px no-repeat;
        background-size: 22px 20px;
        padding-left: 0;
    }

    .gnav li:nth-child(2) a {
        background: url("../img/common/gnav/wifi.png") center top 21px no-repeat;
        background-size: 26px 18px;
        padding-left: 0;
    }

    .gnav li:nth-child(3) a {
        background: url("../img/common/gnav/gift.png") center top 20px no-repeat;
        background-size: 17px 20px;
        padding-left: 0;
    }

    .gnav li:nth-child(4) a {
        background: url("../img/common/gnav/fee.png") center top 20px no-repeat;
        background-size: 14px 18px;
        padding-left: 0;
    }

    .gnav li:nth-child(5) a {
        background: url("../img/common/gnav/flow.png") center top 20px no-repeat;
        background-size: 21px 17px;
        padding-left: 0;
    }

    .gnav li:nth-child(6) a {
        background: url("../img/common/gnav/phone.png") center top 20px no-repeat;
        background-size: 12px 21px;
        padding-left: 0;
    }
}

@media (min-width: 1000px) {
    .gnav li:first-child {
        background: url(../img/common/gnav/gnav-line.png) no-repeat center left, url(../img/common/gnav/gnav-line.png) no-repeat center right;
    }

    .gnav li:hover {
        transition: all 0.5s;
        background: url(../img/common/gnav/gnav-line.png) no-repeat center right #00A5FC;
    }

    .gnav li:hover:first-child {
        background: url(../img/common/gnav/gnav-line.png) no-repeat center left, url(../img/common/gnav/gnav-line.png) no-repeat center right #00A5FC;
    }
}

.gnav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
}

.gnav li a:hover {
    color: #FFF;
    text-decoration: none;
}

.menu-btn {
    text-align: center;
    display: block;
    position: absolute;
    top: 10px;
    right: 7px;
    z-index: 100;
    font-size: 12px;
    width: 44px;
    height: 44px;
    border: 1px solid #FFF;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    background: #53C4FF;
    color: #FFF;
}

.menu-btn span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    line-height: 1;
    margin: 4px 0 0;
    padding: 0;
}

@media (min-width: 1000px) {
    .menu-btn {
        display: none;
    }
}

.gnav-sitemap {
    display: block;
}

@media (min-width: 1000px) {
    .gnav-sitemap {
        display: none;
    }
}

/*---------------------------------------------------------------------------
 copyright
---------------------------------------------------------------------------*/
.copyright {
    color: #222;
    text-align: center;
    padding: 10px 0 12px;
    margin-bottom: 80px;

    font-size: 12px;
    line-height: 1.4;
}

@media (min-width: 1000px) {
    .copyright {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .fixmenu-true {
        margin-bottom: 0;
    }

    .copyright small {
        font-size: 1.3rem;
    }

    .copyright a {
        font-weight: normal;
    }
}

/*---------------------------------------------------------------------------
 fix-menu sp only
---------------------------------------------------------------------------*/
.fix-menu {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #FFF;
    z-index: 999;
    background: #1EA56D;
}

.fix-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.fix-menu li {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 70px;
    border-right: 1px solid #FFF;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}

.fix-menu li:last-child {
    border-right: none;
}

.fix-menu li a {
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 15px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

.fix-menu li a:hover {
    text-decoration: none;
}

.fix-menu li i {
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
}

@media (min-width: 730px) {
    .fix-menu {
        display: none!important;
    }
}

.fix-menu_copyRight {
    font-size: 10px;
    background-color: #222;
    color: #FFF;
    text-align: center;
    padding: 0.75em;
    padding-bottom: calc(env(safe-area-inset-bottom) + 0.75em);
}

/*---------------------------------------------------------------------------
 contents
---------------------------------------------------------------------------*/
.contents {
    background: #FFF;
    padding: 15px;
}

@media (min-width: 1000px) {
    .contents {
        box-sizing: border-box;
        width: 1000px;
        padding: 60px;
        /*border: 1px solid #f0f0f0;*/
        border-radius: 8px;
        margin: 30px auto 60px;
    }
}

/*---------------------------------------------------------------------------
 見出し
---------------------------------------------------------------------------*/
.title-1 {
    position: relative;
    margin-bottom: 15px;
    background: #FFF;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.3rem;
    border-radius: 4px;
    padding: 15px 15px 16px;
    border: solid 2px #53C4FF;
    border-left: solid 5rem #53C4FF;
}

.title-1:before {
    position: absolute;
    font-family: icomoon;
    content: "\e917";
    left: -3.25rem;
    top: 50%;
    padding: 0;
    color: #FFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 1000px) {
    .title-1 {
        margin-bottom: 40px;
        font-size: 2.6rem;
        font-weight: normal;
        letter-spacing: 0.25rem;
        padding: 30px 35px;
        border: solid 5px #53C4FF;
        border-left: solid 10rem #53C4FF;
    }

    .title-1:before {
        left: -6.25rem;
        font-size: 3.2rem;
    }
}

.title-2 {
    padding: 18px 18px 21px;
    margin: 3rem 0 2rem;
    border-left: 8px solid #1EA56D;
    color: #000;
    background-color: #F7F7F7;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.15rem;
}

.step {
    display: table;
    color: #FFF;
    background: #3CBCFF;
    padding: 3px 5px 4px 6px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.1rem;
    font-family: Verdana, Geneva, "sans-serif";
    margin-bottom: 10px;
}

@media (min-width: 1000px) {
    .title-2 {
        padding: 30px 30px 32px;
        margin: 6rem 0 4rem;
        border-left: 8px solid #53C4FF;
        background-color: #F8F8F8;
        font-size: 2.2rem;
        line-height: 1.6;
        font-weight: normal;
        letter-spacing: 0.15rem;
    }

    .step {
        display: inline-block;
        vertical-align: middle;
        padding: 6px 10px 7px 12px;
        font-size: 1.6rem;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.title-3 {
    padding: 12px 18px;
    margin: 3rem 0 2rem;
    color: #000;
    background-color: #F7F7F7;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #E9E9E9;
}

.title-3 span {
    display: block;
    font-weight: bold;
    border-left: 7px solid #53C4FF;
    padding: 3px 0 4px 14px;
}

.title-3 a {
    text-decoration: none;
}

.title-3 a span:before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f0a9";
    margin-right: 4px;
}

@media (min-width: 1000px) {
    .title-3 {
        padding: 14px 22px;
        margin: 6rem 0 4rem;
        background-color: #F8F8F8;
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 0.1rem;
        border-bottom: 1px solid #E9E9E9;
    }

    .title-3 span {
        font-weight: normal;
        border-left: 7px solid #53C4FF;
        padding: 1px 0 0 18px;
    }
}

.title-4 {
    padding: 4px 0 4px 10px;
    margin: 3rem 0 2rem 1rem;
    border-left: 5px solid #222;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.15rem;
    color: #000;
}

@media (min-width: 1000px) {
    .title-4 {
        padding: 7px 0 7px 16px;
        margin: 6rem 0 4rem 0;
        border-left: 6px solid #333;
        font-size: 1.9rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.05rem;
    }
}

/*---------------------------------------------------------------------------
 align
---------------------------------------------------------------------------*/
.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.justify {
    text-align: justify;
}

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

/*---------------------------------------------------------------------------
 color
---------------------------------------------------------------------------*/
.red {
    color: #FC3737;
}

.blue {
    color: #3E97FF;
}

.bg-gray {
    background: #F9F9F9;
}

.bg-white {
    background: #FFF;
}


/*---------------------------------------------------------------------------
 border
---------------------------------------------------------------------------*/
.border-top {
    border-top: 1px solid #F0F0F0;
}

/*---------------------------------------------------------------------------
 font-size
---------------------------------------------------------------------------*/
.fs-s {
    font-size: 12px;
}

.fs-m {
    font-size: 16px;
}

.fs-l {
    font-size: 18px;
}

.fs-2l {
    font-size: 20px;
}

.fs-3l {
    font-size: 25px;
}

/*---------------------------------------------------------------------------
 margin-bottom
---------------------------------------------------------------------------*/
.mb0 {
    margin-bottom: 0;
}

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

.mb-m {
    margin-bottom: 15px;
}

.mb-l {
    margin-bottom: 20px;
}

.mb-2l {
    margin-bottom: 30px;
}

.mb-3l {
    margin-bottom: 40px;
}

.mb-4l {
    margin-bottom: 50px;
}

/*---------------------------------------------------------------------------
 list
---------------------------------------------------------------------------*/
.items {
    list-style-type: square;
}

.items li {
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 2rem;
}

@media (min-width: 1000px) {
    .items li {
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 2rem;
    }
}

.items li:last-child {
    margin-bottom: 0;
}

.ordered {
    list-style-type: decimal;
}

.list-none {
    list-style-type: none;
}

.items-margin {
    margin-left: 30px;
    margin-right: 20px;
}

.items-margin2 {
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 1000px) {
    .items-margin {
        margin-left: 50px;
        margin-right: 30px;
    }

    .items-margin2 {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.table .items li {
    line-height: 1.4;
}

@media (min-width: 1000px) {
    .table .items li {
        line-height: 1.6;
    }
}

/*---------------------------------------------------------------------------
 scroll table
---------------------------------------------------------------------------*/
.scroll {
    box-sizing: border-box;
    width: 100%;
    overflow-x: auto;
}

.scroll:before {
    content: "※スクロール可能です";
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #4BADFF;
}

.scroll table {
    overflow: auto;
    white-space: nowrap;
    margin-top: 6px;
}

@media (min-width: 1000px) {
    .scroll {
        display: none;
    }
}

/*---------------------------------------------------------------------------
 table
---------------------------------------------------------------------------*/
.table {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    background-color: #FFF;
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
}

.table th {
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    padding: 15px;
    background: #F8F8F8;
}

.table td {
    vertical-align: middle;
    border-bottom: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    padding: 15px;
}

.table td.dotline-right {
    border-right: 2px dotted #E2E2E2;
}

.table p:last-child {
    margin-bottom: 0;
}

.table p {
    line-height: 1.8;
    letter-spacing: 0.1rem;
    margin-right: auto;
    margin-left: auto;
}

.table th p {
    font-weight: bold;
}

@media (min-width: 1000px) {
    .table {
        font-size: 1.6rem;
    }

    .table th {
        padding: 25px 30px;
    }

    .table td {
        padding: 25px 30px;
    }
}

/*---------------------------------------------------------------------------
 table flexible
---------------------------------------------------------------------------*/
@media (max-width: 640px) {
    .flexible, .flexible tbody, .flexible tr, .flexible th, .flexible td {
        display: block;
    }

    .flexible th {
        width: auto;
        height: auto;
    }

    .flexible td {
        width: auto;
        height: auto;
    }
}

/*---------------------------------------------------------------------------
 table cell size
---------------------------------------------------------------------------*/
.cell-60 {
    width: 60%;
}

.cell-55 {
    width: 55%;
}

.cell-50 {
    width: 50%;
}

.cell-45 {
    width: 45%;
}

.cell-40 {
    width: 40%;
}

.cell-35 {
    width: 35%;
}

.cell-30 {
    width: 30%;
}

.cell-25 {
    width: 25%;
}

.cell-20 {
    width: 20%;
}

.cell-15 {
    width: 15%;
}

.cell-10 {
    width: 10%;
}


.kawagen-feature {
    /* background: #e4ffcc; */
}

.kawagen-feature h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.kawagen-feature h2 span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #A2DDFF 50%);
    padding: 0 0.3rem 0.2rem 0.7rem;
}

@media (min-width: 1000px) {
    .kawagen-feature h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 35px;
    }
}

.kawagen-feature p {
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.02em;
    margin: 0;
    margin-bottom: 20px;
    color: #111;
}

.kawagen-feature_lead {
    font-size: 14px !important;
    margin-bottom: 30px !important;
}

@media (min-width: 1000px) {
    .kawagen-feature_lead {
        font-size: 18px !important;
    }
}

.feature {
    margin: 0 15px 0;
}

.feature li {
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 25px 30px 20px;
    background-color: #FFF;
    margin-bottom: 15px;
}

.feature h3 {
    text-align: center;
    color: #1EA56D;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.feature div {
    text-align: center;
    margin-bottom: 15px;
}

.feature p {
    text-align: justify;
    font-size: 1.3rem;
    letter-spacing: 0.02rem;
    margin: 0;
    color: #111;
}

@media (min-width: 1000px) {
    .feature {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 40px;
    }

    .feature li {
        width: 324px;
        padding: 45px 50px 45px;
        margin-right: 14px;
        margin-bottom: 0;
    }

    .feature li:last-child {
        margin-right: 0;
    }

    .feature h3 {
        margin-bottom: 30px;
        font-weight: normal;
    }

    .feature div {
        margin-bottom: 25px;
    }
}


.kawagen-feature2 {
    background: #E4FFCC;
}

.kawagen-feature2 h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.kawagen-feature2 h2 span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #A2DDFF 50%);
    padding: 0 0.3rem 0.2rem 0.7rem;
}

@media (min-width: 1000px) {
    .kawagen-feature h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 35px;
    }
}

.kawagen-feature2_lead {
    font-size: 14px !important;
    margin-bottom: 30px !important;
}

@media (min-width: 1000px) {
    .kawagen-feature2_lead {
        font-size: 18px !important;
    }
}


.kawagen-feature3 {
    background: #FFF;
}


.kawagen-feature3 h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.kawagen-feature3 h2 span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #A2DDFF 50%);
    padding: 0 0.3rem 0.2rem 0.7rem;
}

@media (min-width: 1000px) {
    .kawagen-feature3 h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 35px;
    }
}


.kawagen-feature3 p {
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.02em;
    margin: 0;
    margin-bottom: 20px;
    color: #111;
}

.kawagen-feature3_lead {
    font-size: 14px !important;
    margin-bottom: 30px !important;
}

@media (min-width: 1000px) {
    .kawagen-feature3_lead {
        font-size: 18px !important;
    }
}
