:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, Arial, Verdana, Osaka, "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    color: #2b2b2b;
    background-color: #ffffff;
    margin:0;
    padding:0;
}
body>.navbar {
    -webkit-transition: background-color 300ms ease-in;
    transition: background-color 300ms ease-in
}
#banner img{
	position:relative;
	width:100%;
	max-width:1024px;
	margin:0 auto;
}
@media (min-width: 768px) {
    body>.navbar-transparent {
        background-color: transparent
    }
    body>.navbar-transparent .navbar-nav>.open>a {
        background-color: transparent!important
    }
}
#wrap-test {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.75);
    z-index: 10000;
    text-align: center;
    display: none;
}
a {
    color: #50acba;
    word-break: break-all;
}
a:hover,
a:focus {
    color: #50acba;
    text-decoration: none!important;
}
a>i.material-icons {
    font-size: 1.1em;
    line-height: 1.1em;
    vertical-align: middle;
}
a.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
button:focus {
    outline: none;
}
.btn:focus,
.btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, Arial, Verdana, Osaka;
}
.wrap {
    overflow: hidden;
}
.z-00 {
    z-index: 1;
}
.z-01 {
    z-index: 10;
}
.z-02 {
    z-index: 100;
}
.z-03 {
    z-index: 1000;
}
div.link-anchor {
    margin: -1.75rem 0 0 0!important;
    padding: 1.75rem 0 0 0!important;
}
sub,
sup {
    font-size: 60%;
}
.max-lg-center,
.max-md-center {
    text-align: center;
}
.max-lg-left,
.max-md-left {
    text-align: left;
}
.max-lg-right,
.max-md-right {
    text-align: right;
}
.max-lg-none,
.max-md-none {
    display: none;
}
@media (min-width: 992px) {
    .max-lg-center,
    .max-lg-left,
    .max-lg-right {
        text-align: inherit;
    }
    .min-lg-center {
        text-align: center;
    }
    .min-lg-left {
        text-align: left;
    }
    .min-lg-right {
        text-align: right;
    }
    .max-lg-none {
        display: block;
    }
    img.max-lg-none {
        display: inline-block;
    }
    .min-lg-none {
        display: none;
    }
}
@media (min-width: 768px) {
    .max-md-center,
    .max-md-left,
    .max-md-right {
        text-align: inherit;
    }
    .min-md-center {
        text-align: center;
    }
    .min-md-left {
        text-align: left;
    }
    .min-md-right {
        text-align: right;
    }
    .max-md-none {
        display: block;
    }
    img.max-md-none {
        display: inline;
    }
    .min-md-none {
        display: none;
    }
}
.dis-none {
    display: none!important;
}
/*スクロールでふわっと設定*/

.section div {
    transition: 300ms ease;
}
section.slider div,
.section.slider div,
div.slider div {
    transition: none;
}
/*ナビ関係の設定*/

section.nav-section {
    padding: 0;
    margin: 0;
}
div.nav-margin {
    padding: 60px 0 0 0;
    margin: 0;
}
#banner{
	margin:60px 0;
	width:100%;
}
.navbar {
    box-shadow: none;
    font-family: Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#wideNavTop1,
#wideNavTop2 {
    display: none;
}
.nav-icon {
    padding: 0;
    margin: 0;
}
.navbar-toggler {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.navbar-toggler .icon-bar {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 1px;
    margin: 5px 0;
    font-size: 16px;
    transition: 300ms ease;
}
.nav-icon-cross>.icon-bar.bar-a {
    transform: translateY(0.5em) rotate(45deg);
}
.nav-icon-cross>.icon-bar.bar-b {
    transform: rotateY(90deg);
}
.nav-icon-cross>.icon-bar.bar-c {
    transform: translateY(-0.5em) rotate(-45deg);
}
.navbar-brand {
    float: left;
    padding: 6px 0;
    height: 44px;
}
.navbar-brand > img {
    display: inline;
    width: 154px;
}
#navbarScroll > ul > li.nav-item a:hover,
#navbarScroll > ul > li.nav-item a:hover {
    color: #74ad14;
}
#navbarScroll > ul > li.nav-item.active {
    border-left: 0.25rem solid #adcf2b;
}
#navbarScroll > ul > li.nav-item.active>a {
    padding-left: 0.95rem;
    color: #74ad14;
}
.navbar.fixed-top {
    background-color: #ffffff;
    padding: 0;
}
.navbar.fixed-top .container {
    padding: 0.5rem 1rem;
}
.navbar.fixed-top .container .navbar-collapse {
    margin: 0.5rem -1rem -0.5rem;
    background-color: #f1f1f1;
}
.navbar.fixed-top li.nav-item {
    border-top: 1px #e0e0e0 solid;
}
.navbar.fixed-top li.nav-item>a {
    padding: 1rem 1.2rem;
    font-weight: bold;
    color: #333333;
}
.navbar.fixed-top li.nav-item>a>i {
    margin-top: -0.1rem;
    font-size: 1.8rem;
    color: #74ad14;
    float: right;
}
.navbar.fixed-top li.nav-item>a>i::before {
    content: "\00E315";
}
.navbar.fixed-top li.nav-item>a>i.link-out {
    margin-top: 0.1rem;
    margin-right: 0.4rem;
    font-size: 1.2rem;
}
.navbar.fixed-top li.nav-item>a>i.link-out::before {
    content: "\00E89E";
}
.navbar.fixed-top li.nav-mobile {
    line-height: 0.3rem;
    padding: 1rem 0;
}
.navbar.fixed-top li.nav-mobile>a {
    padding: 1rem 1.2rem;
    color: #666666;
}
.nav-mask-shadow {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
#wideNavTop1 a:hover,
#wideNavTop1 a:focus {
    color: #74ad14;
}
#wideNavTop1 li.nav-item + li.nav-item {
    margin-left: 1rem;
}
.nav-breadcrumb {
    display: none;
}
@media (min-width: 576px) {
    .navbar .container {
        max-width: 100vw;
    }
}
@media (min-width: 768px) {
    .navbar .container {
        max-width: 100vw;
    }
}
@media (min-width: 992px) {
    .navbar .container {
        max-width: 100vw;
    }
    .nav-margin {
        display: none;
    }
    #banner{
/*        margin-top:0px;*/
        width:100%;
    }
    #wideNavTop1,
    #wideNavTop2 {
        font-size: 0.9rem;
        display: inherit;
    }
    #wideNavTop1 {
        background-color: #ffffff;
    }
    #wideNavTop2 {
        background-color: #f1f1f1;
        padding-top: 0;
        padding-bottom: 0;
    }
    #wideNavTop1 a {
        color: #666666;
    }
    #wideNavTop2 li.nav-item {
        display: table-cell;
        vertical-align: middle;
    }
    #wideNavTop2 ul {
        display: table;
        text-align: center;
        width: 100%;
        height: 3.75rem;
        /*等幅にしたい場合有効にする。
        table-layout: fixed; */
    }
    #wideNavTop2 ul>li.nav-item.active {
        border-bottom: 0.25rem solid #adcf2b;
        border-top: 0.25rem solid rgba(241, 241, 241, 0);
    }
    #wideNavTop2 ul>li.nav-item > a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: #333333;
        border-left: 1px solid #e0e0e0;
    }
    #wideNavTop2 li.nav-item:last-child>a {
        border-right: 1px solid #e0e0e0;
    }
    #wideNavTop2 ul>li.nav-item > a:hover,
    #wideNavTop2 ul>li.nav-item > a:focus {
        color: #74ad14;
    }
    #wideNavTop2 ul>li.nav-item.active>a {
        color: #74ad14;
    }
    #wideNavTop2 ul>li.nav-item > a > i {
        font-size: 1rem;
        margin-left: 0.3rem;
        color: #71ad14;
    }
    .navbar.fixed-top {
        display: none;
    }
    #navbarScroll > ul {
        height: 1rem;
        font-size: 0.9rem;
    }
    #navbarScroll > ul > li.nav-item {
        border-left: 1px solid #666666;
    }
    #navbarScroll > ul > li.nav-item:first-child {
        border-left: none;
    }
    #navbarScroll > ul > li.nav-item > a {
        padding: 0 0.8rem;
        margin-top: -0.05rem;
        color: #666666;
    }
    #navbarScroll > ul > li.nav-item:last-child > a {
        padding-right: 0;
    }
    #navbarScroll > ul > li.nav-item.active {
        border-left: 1px solid #666666;
    }
    #navbarScroll > ul > li.nav-item.active>a {
        padding-left: 0.8rem;
    }
    #navbarScroll > ul > li.nav-item:first-child.active {
        border-left: none;
    }
    .navbar.fixed-top {
        box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    .navbar.fixed-top .container .navbar-collapse {
        margin: 0.5rem 1rem;
        background-color: #ffffff;
    }
    .navbar.fixed-top li.nav-item {
        border-top: none;
    }
    .navbar.fixed-top li.nav-item>a {
        padding: inherit;
        font-weight: inherit;
        color: inherit;
    }
    .navbar.fixed-top li.nav-item>a>i {
        margin-top: inherit;
        font-size: inherit;
        color: #74ad14;
        float: right;
    }
    .navbar.fixed-top li.nav-item>a>i::before {
        content: "";
    }
    .navbar.fixed-top li.nav-item>a>i.link-out {
        margin-top: inherit;
        margin-right: inherit;
        font-size: inherit;
    }
    .navbar.fixed-top li.nav-item>a>i.link-out::before {
        content: "";
    }
    .navbar.fixed-top li.nav-mobile {
        display: none;
    }
    .nav-breadcrumb {
        display: flex;
        position: absolute;
        margin-top: -2rem;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 0.75rem;
    }
    .nav-breadcrumb>.breadcrumb {
        background: #ffffff;
    }
    .nav-breadcrumb .breadcrumb-item>a {
        color: #999999;
    }
    .nav-breadcrumb .breadcrumb-item.active {
        color: #666666;
    }
    .nav-breadcrumb .breadcrumb-item+.breadcrumb-item {
        padding-left: 0.8rem;
    }
    .nav-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0.8rem;
        color: #999999;
        content: "＞";
    }
}
@media (max-height: 512px) {
    .navbar.fixed-top li.nav-item>a {
        padding: calc(6vh - 0.94rem) 1.2rem;
    }
}
section {
    padding: 2.5rem 0;
}
section.section-white {
    background-color: #ffffff;
}
section.section-gray {
    background-color: #f9f9f9;
}
section.section-grad-a {
    background: linear-gradient(128deg, #8ec331 15%, #8ec331 15%, #61a828 85%, #61a828)
}
section.section-grad-b {
    background: linear-gradient(-62deg, #8ec331 15%, #8ec331 15%, #61a828 85%, #61a828);
}
section.section-stripe {
    color: #666666;
    background-color: #f1f1f1;
    background-image: linear-gradient(-45deg, #ebebeb 6.25%, #f1f1f1 6.25%, #f1f1f1 43.75%, #ebebeb 43.75%, #ebebeb 56.25%, #f1f1f1 56.25%, #f1f1f1 93.75%, #ebebeb 93.75%, #ebebeb);
    background-size: 0.5rem 0.5rem;
}
@media (max-width: 768px) {
    section {
        padding: 1.5rem 0 2rem;
    }
}
/* ダウンロードセクション */

section.section-dl {
    padding: 2rem 0;
    color: #ffffff;
}
section.section-dl .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
section.section-dl .row>div {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
section.section-dl h4 {
    letter-spacing: 0.1rem;
    line-height: 2em;
    font-size: 1.25rem;
    font-weight: bold;
}
section.section-dl p.small {
    font-size: 0.9rem;
    margin-bottom: 0;
}
section.section-dl p.small-dl {
    font-weight: bold;
    font-size: 0.75rem;
    margin-bottom: 0.5em;
    margin-left: 0.5rem;
}
section.section-dl p.description {
    font-size: 0.75rem;
    font-weight: normal;
}
section.section-dl img {
    margin: 0.5rem;
}
section.section-dl.dl-middle .sec-title h1 {
    color: #ffffff;
}
section.section-dl.dl-middle .sec-title h2 {
    color: #ffffff;
}
section.section-dl.dl-middle .sec-title>div>div.title-border {
    border-top: 0.3rem solid #ffffff;
}
section.section-dl.dl-middle .sec-contents {
    margin-top: -2rem;
}
section.section-dl.dl-middle .sec-contents h1 {
    color: #333333;
}
section.section-dl.dl-middle .sec-contents .explain.small {
    color: #333333;
}
section.section-dl.dl-middle .sec-contents .dl-badge img {
    width: auto;
    height: 3.75rem;
}
section.section-dl.dl-middle .sec-contents .dl-badge + .dl-badge {
    margin-left: -2rem;
    padding-left: 0;
}
img.app-icon {
    border-radius: 20%;
    border: #f1f1f1 1px solid;
}
@media (max-width: 991px) {
    section.section-dl p.small {
        font-size: 0.8rem;
    }
    .section-dl.dl-middle .row.max-lg-none {
        display: none;
    }
    .section-dl.dl-middle .row.max-lg-none + .sec-contents {
        margin-top: 1rem;
    }
    section.section-dl p.small-dl+a>img,
    section.section-dl p.small-dl+a+a>img {
        height: 2.5rem;
    }
    section.section-dl.dl-middle .sec-contents h1 {
        font-size: 1rem;
        line-height: 1.8rem;
    }
}
/* SNSセクション */

section.section-sns {
    padding: 0.5rem 0;
}
section.section-sns .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.section-sns .row p {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.5rem;
}
section.section-sns .row img {
    margin: 0.3rem;
}
section.section-sns .row iframe {
    vertical-align: middle;
}
/* footer */

footer {
    padding: 20px 0;
    color: #666666;
    background-color: #ffffff;
}
footer .back-top {
    position: fixed;
    bottom: 1.2rem;
    right: 1.2rem;
    text-align: center;
    height: 3rem;
    width: 3rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.3);
    display: table;
}
footer .back-top>a {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}
footer .back-top>a:hover,
footer .back-top>a:focus {
    color: #ffffff;
}
footer .back-top>a>i {
    margin-top: 0;
    font-size: 1.75rem;
}
footer .row {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
footer .row>div {
    margin: 1rem 0;
}
footer .copyright {
    color: #999999;
    font-size: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 0;
    letter-spacing: 0.05em;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
}
footer a {
    color: #666666;
}
footer a:hover,
footer a:focus {
    color: #666666;
}
footer ul.foot-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-wrap: wrap;
    display: inline-table;
    padding-left: 0;
    list-style: none;
    margin-bottom: 4rem;
}
footer ul.foot-link li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2rem;
}
footer ul.foot-link li>a {
    font-weight: bold;
}
@media (max-width: 991px) {
    footer ul.foot-link {
        width: 100%;
        display: block;
        margin-bottom: 2rem;
    }
    footer ul.foot-link li {
        display: block;
        margin: 1rem 0;
    }
    footer ul.foot-link li>a {
        font-weight: normal;
    }
    footer .copyright {
        font-size: 0.65rem;
    }
}
/*文字の大きさ*/

.sec-title {
    margin-top: 1rem;
}
.sec-title h1 {
    font-size: 1.15rem;
    line-height: 1.25rem;
    font-weight: bold;
    color: #74ad14;
}
.sec-title h2 {
    font-size: 1rem;
    line-height: 1.1rem;
    margin-bottom: 0;
    font-weight: bold;
    color: #74ad14;
}
.sec-title>div>div.title-border {
    border-top: 0.3rem solid #74ad14;
    width: 6rem;
    display: inline-block;
    margin: 0.25rem 0 1rem 0;
}
.sec-contents h1 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.sec-contents>div {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.col-none,
.sec-contents>div.col-none {
    margin: 0;
}
.sec-contents div.notes-area {
    margin-top: -0.25rem;
    margin-bottom: 1rem;
}
.sec-contents div.notes-area>p.explain {
    text-indent: -1em;
    padding-left: 1em;
}
.sec-contents p.explain {
    color: #333333;
    line-height: 1.75rem;
    margin-bottom: 0;
}
.sec-contents p.explain.small {
    color: #999999;
    font-size: 85%;
    line-height: 1.25rem;
}
span.sp-green1 {
    color: #74ad14
}
/*ボタン系*/

a.btn {
    text-decoration: none;
}
a:hover.btn,
label:hover.btn {
    text-decoration: none;
}
a:hover.btn,
a:focus.btn,
a:active.btn,
label:hover.btn,
label:focus.btn,
label:active.btn {
    opacity: 0.7;
}
a.btn-black,
a.btn-grade,
label.btn-black,
label.btn-grade {
    color: #ffffff;
    border: none;
    font-weight: bold;
    border-radius: 2rem;
    font-size: 1rem;
    min-width: 20rem;
    padding: 1.125rem 0.4rem;
}
a.btn-black,
label.btn-black {
    background-color: #333333;
}
a.btn-grade,
label.btn-grade {
    background: linear-gradient(128deg, #8ec331, #61a828);
}
a.btn-black > i,
a.btn-grade > i,
label.btn-black > i,
label.btn-grade > i {
    position: relative;
    float: right;
    font-size: 1.5rem;
    line-height: 1.25rem;
    letter-spacing: -1.5rem;
    margin-right: 2rem;
    margin-left: -2rem;
    padding-top: 0.1rem;
}
a.btn-black > i::after,
a.btn-grade > i::after,
label.btn-black > i::after,
label.btn-grade > i::after {
    content: "\00E315";
}
a:hover.btn-black,
a:focus.btn-black,
a:hover.btn-grade,
a:focus.btn-grade,
label:hover.btn-black,
label:focus.btn-black,
label:hover.btn-grade,
label:focus.btn-grade {
    color: #ffffff;
}
.btn.btn-grade:not(:disabled):not(.disabled):active,
.btn.btn-grade:not(:disabled):not(.disabled).active {
    background: linear-gradient(128deg, #8ec331, #61a828);
}
a.btn-st-guide {
    border: 1px solid #8dc21f;
    height: 4.5rem;
    background-color: #f9f9f9;
    color: #666666;
    font-weight: bold;
    width: 12rem;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

a.btn-st-guide + a.btn-st-guide {
    margin-left: 1rem;
}
.btn.btn-st-guide:not(:disabled):not(.disabled):active,
.btn.btn-st-guide:not(:disabled):not(.disabled).active {
    border: none;
    color: #ffffff;
    background: linear-gradient(128deg, #8ec331, #61a828);
}
.btn.btn-st-guide.collapsed:not(:disabled):not(.disabled):active,
.btn.btn-st-guide.collapsed:not(:disabled):not(.disabled).active {
    border: 1px solid #8dc21f;
    color: #666666;
    background: #f9f9f9;
}
@media (max-width: 991px) {
    a.btn-black,
    a.btn-grade,
    label.btn-black,
    label.btn-grade {
        min-width: 18rem;
        padding: 0.8rem 0.4rem;
    }
    a.btn-st-guide {
        width: 100%;
    }
}
/* カード */

.card {
    border-radius: 1rem;
}
.card-new::before {
    content: "　";
    width: 3.75rem;
    height: 1.75rem;
    background: no-repeat url(../img/card-new-tag.png);
    background-size: contain;
    position: absolute;
    left: -0.3rem;
    top: 0.5rem;
}
.card-header {
    border-bottom: none;
}
.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-gray {
    background-color: #f9f9f9 !important;
}
.bg-green {
    background-color: #8dc21f !important;
    color: #ffffff;
}
.border-shadow {
    border: none;
    box-shadow: 0 0.1rem 0.25rem 0.1rem rgba(0, 0, 0, 0.1)
}
.border-green {
    border: 2px solid #74ad14;
}
.border-none {
    border: none;
}
.card-body:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}
.card-body:last-child {
    border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}
.card-sp {
    display: inline-block;
}
.card.card-sp a {
    color: #333333;
}
.card.card-sp a:hover,
.card.card-sp a:focus {
    opacity: 0.7;
}
#exCollabo .card-sp {
    width: 100%;
}
.card-sp .card-header {
    height: 12.5rem;
    text-align: center;
    padding: 2rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.card-sp .card-header>img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: inline-block;
    max-height: 100%;
}
.card-sp .card-body {
    text-align: center;
    padding: 1.5rem 1rem;
}
.card-sp .card-body>img {
    margin: 0.5rem 0 1.5rem;
    height: 2rem;
    width: auto;
    display: inline;
    max-width: 90%
}
.card-sp h2 {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #74ad14;
}
.card-step {
    padding: 0.75rem 0;
    height: 16rem;
}
.card-step>.card-header {
    text-align: left;
    background: none;
    display: flex;
    justify-content: left;
    align-items: center;
}
.card-step .card-header img {
    width: 3rem;
    height: 3rem;
    margin: 0.25rem 0.75rem;
}
.card-step .card-header p {
    text-align: left;
}
.card-step .card-body img {
    width: auto;
    height: auto;
    max-height: 7.5rem;
    max-width: 100%;
}
.card-step + p.link-area {
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: center;
}
.card-htf {
    padding: 0.75rem;
    height: 16rem;
}
.card-htf h4 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
}
.card-htf .card-body img {
    width: auto;
    max-width: 100%;
    max-height: 10rem;
}
.card-htf.bg-green {
    height: 7.5rem;
}
.card-htf.bg-green .card-body {
    padding: 1rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-htf.bg-green .card-body>div.pic {
    width: 42%;
    margin: 3% -4% 0 0;
    display: inline-block;
    text-align: center;
}
.card-htf.bg-green .card-body>div.explain {
    width: 58%;
    margin: 0 0 0 -4%;
    margin: 0;
    display: inline-block;
}
.card-htf.bg-green .card-body img {
    height: auto;
    max-height: 4.5rem;
    max-width: 100%;
}
.card-htf.bg-green +.card-htf.bg-green {
    margin-top: 1rem;
}
.card-qa > .card-body {
    text-align: left;
    background-color: rgb(0, 0, 0, 0);
    display: flex;
    justify-content: left;
    align-items: center;
}
.card-qa > .card-body img {
    margin: 0 1.25rem 0 0.25rem;
}
.card-qa > .card-body p {
    margin-bottom: 0;
}
#aboutFreeP .card.card-fsp > div.card-body img,
.card.card-fsp > div.card-body img {
    margin: 0.75rem;
    height: 1.75rem;
}
#aboutFreeP .card.card-fsp > div.card-body h2,
.card.card-fsp > div.card-body h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
#aboutFreeP .card.card-fsp > div.card-body p.card-text,
.card.card-fsp > div.card-body p.card-text {
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 0.5rem;
}
.cd-body-sky {
    background-color: #f7fbf8;
}
.cd-body-white {
    background-color: #ffffff;
}
.card.card-sp.cd-coming .card-header,
.card.card-sp.cd-coming .card-header.card-body {
    opacity: 0;
}
.cd-coming>.card-body.cd-coming-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.cd-coming>.card-body.cd-coming-body>h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4.8rem;
}
.cd-coming>.card-body.cd-coming-body>img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4rem;
}
.badge.badge-sp {
    border: 1px solid #74ad14;
    color: #74ad14;
    padding: 0.45em 0.35em 0.25em 0.75em;
    letter-spacing: 0;
    text-align: center;
    font-size: 90%;
    min-width: 6rem;
}
.badge.badge-sp::after {
    content: "※";
    top: -0.5em;
    font-size: 60%;
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}
.slick-slide>.card-sp {
    width: 100%
}
.card.card-list {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.card-list .card-body {
    padding: 1.00rem;
}
.card-list .card-body h2 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.75rem;
    color: #74ad14;
}
.card-list .card-body p.card-text {
    margin-bottom: 0.15rem;
}
.card-list .card-body .row {
    display: flex;
    margin: 0 15px 1rem;
}
.card-list .card-body .row>ul {
    margin-bottom: 0;
}
.card-guide {
    margin: 1.25rem 0;
}
.card-guide .card-body {
    display: table;
}
.card-guide .card-body .cd-body-num {
    display: inline-block;
    width: 2.5rem;
    padding: 0.25rem 0;
    margin-right: 0.5rem;
    text-align: center;
}
.card-guide .card-body .cd-body-title {
    display: table-cell;
    vertical-align: middle;
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #d5d4d8;
    color: #74ad14;
    font-weight: bold;
    width: 12.5rem;
}
.card-guide .card-body .cd-body-title>p {
    position: absolute;
    display: inline-block;
    text-align: justify;
}
.card-guide .card-body .cd-body-explain {
    padding-left: 1rem;
    padding-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.card-guide .card-body .cd-body-explain>p {
    margin-bottom: 0;
}
.card.card-point {
    min-height: 12rem;
}
.card.card-point .card-body>img {
    height: auto;
    width: auto;
    max-height: 10rem;
    max-width: 90%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
@media (max-width: 991px) {
    .card-sp .card-body>img {
        height: 1.75rem;
    }
    .cd-coming>.card-body.cd-coming-body > img {
        height: 4rem;
    }
    .card-step .card-header {
        justify-content: center;
    }
    .card-htf h4 {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .card-htf.bg-green .card-body img {
        width: auto;
        max-width: 100%;
        max-height: 4.5rem;
    }
    .card-htf.bg-green {
        height: 10rem;
        width: 46%;
        display: inline-block;
        float: left;
        margin-left: 2%;
    }
    .card-htf.bg-green .card-body {
        padding: 1rem 0.5rem;
        display: block;
    }
    .card-htf.bg-green .card-body>div.pic {
        width: 100%;
        height: 4rem;
        margin: 0 0 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-htf.bg-green .card-body>div.explain {
        width: calc(100% + 2rem);
        height: 4rem;
        margin: 0 -1rem 0 -1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-htf.bg-green +.card-htf.bg-green {
        margin: 0 0 0 2%;
        float: right;
    }
    .card-htf.bg-green +.card-htf.bg-green +div {
        clear: both;
    }
    .card-guide .card-body {
        display: block;
    }
    .card-guide .card-body .cd-body-title {
        width: 100%;
        display: block;
        padding-bottom: 1rem;
        border-right: none;
        border-bottom: 1px solid #d5d4d8;
    }
    .card-guide .card-body .cd-body-explain {
        display: block;
        padding-top: 1rem;
        padding-left: 0;
    }
    #aboutFreeP .card.card-fsp > div.card-body img,
    .card.card-fsp > div.card-body img {
        height: 1.25rem;
    }
    #aboutFreeP .card.card-fsp > div.card-body h2,
    .card.card-fsp > div.card-body h2 {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .card-sp .card-body>img {
        height: 2rem;
    }
    .cd-coming>.card-body.cd-coming-body >img {
        height: 4rem;
    }
    .card-htf h4 {
        font-size: 0.8rem;
    }
}
@media (max-width: 480px) {
    .card-sp .card-body>img {
        margin: 0.5rem 0.5rem 1.5rem;
        height: 1.5rem;
    }
    .cd-coming>.card-body.cd-coming-body >img {
        height: 4rem;
    }
}
/*個別設定*/

section#notFound img {
    max-width: 80%;
}
section.section-hero>div.container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    text-shadow: 0 0 0.25rem rgb(0, 0, 0, 0.3);
}
section.section-hero h1,
section.section-hero p {
    color: #ffffff;
}
section.section-hero h1 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.2rem;
}
section.section-hero p {
    font-size: 0.85rem;
    line-height: 1.2rem;
    margin: 0.5rem 0 1.5rem;
}
#homeTop {
    background-image: linear-gradient(rgba(97, 168, 40, 0.7), rgba(97, 168, 40, 0.7)), url("../img/back_top-pic-phone.png"), url("../img/back_top-pic-chaet.png"), linear-gradient(-90deg, #8ec331 10%, #8ec331 10%, #61a828 90%, #61a828);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: center, center -10%, center, center;
    background-size: cover, 22rem, cover, cover;
}
section.section-hero#homeTop h1 {
    font-size: 2.5rem;
    line-height: 4rem;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}
section.section-hero#homeTop p {
    margin-bottom: 2.25rem;
}
#aboutSpTop {
    background-image: url("../img/back_aboutsp-pc.png"), linear-gradient(-128deg, #8ec331 15%, #8ec331 15%, #61a828 85%, #61a828);
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 2rem, center;
    background-size: 50rem, cover;
}
#homeAboutSp .pic-area {
    padding-left: 0;
    padding-right: 1.75rem;
}
#homeAboutSp img {
    width: 100%;
}
#appTop {
    background-image: url("../img/top-kv-smp.png"), linear-gradient(-128deg, #8ec331 15%, #8ec331 15%, #61a828 85%, #61a828);
    background-repeat: no-repeat, no-repeat;
    background-position: center 1.5rem, center;
    background-size: 10.5rem, cover;
}
#exTop .pic-area>img {
    position: absolute;
    width: 20rem;
    height: auto;
    right: 3rem;
    bottom: -6.2rem;
}
#pGetUseTop .pic-area>img {
    position: absolute;
    width: 16rem;
    height: auto;
    right: 3rem;
    bottom: -5.4rem;
}
#newsTop .pic-area>img {
    position: absolute;
    width: 12rem;
    height: auto;
    right: 3rem;
    bottom: -6.7rem;
}
#announce a {
    color: #333333;
}
#announce a:hover,
#announce a:focus {
    color: #333333;
    text-decoration: none;
}
#announce a:hover .row,
#announce a:focus .row {
    background-color: #e0e0e0;
}
#announce .row {
    border: 0.2rem solid #dc5a9b;
    padding: 0.75rem 0;
    line-height: 1.75rem;
}
#announce .row .ano-category {
    font-weight: bold;
    color: #dc5a9b;
}
#announce .row i {
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 1.75rem;
    float: right;
    color: #dc5a9b;
    display: inline-block;
}
.nonarrow-3 div>img {
    border: 1px solid #e4e4e4;
    border-radius: 1.25rem;
    width: 100%;
}
p.dl-massage {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.25rem;
    margin-bottom: 0;
    padding: 0.25rem 0.75rem;
    display: inline-block;
}
div.dl-badge-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.dl-badge-center img {
    height: 3.5rem;
    margin-left: 1rem;
}
@media (max-width: 991px) {
    #announce .row {
        margin-right: 0.75rem;
        margin-left: 0.75rem;
        font-size: 0.85rem;
        line-height: 1.5rem;
    }
    #announce .row i {
        float: none;
        font-size: 1.25rem;
        letter-spacing: -1rem;
        margin-left: -0.25rem;
        margin-bottom: 0;
        line-height: 0;
    }
}
.video {
    position: relative;
    width: auto;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.video .video-container {
    display: inline-block;
    width: 100%;
}
.video iframe {
    width: 100%;
    height: 56.1vw;
    max-width: 960px;
    max-height: 540px;
}
@media (max-width: 991px) {
    .video {
        margin-top: -2.5rem;
    }
}
@media (max-width: 768px) {
    .video {
        margin-top: -1.5rem;
    }
}
@media (max-width: 575px) {
    .video {
        margin-left: -15px;
        margin-right: -15px;
    }
}
div.campaign-slide {
    margin-left: 0;
    margin-right: 0;
}
div.campaign-slide > a {
    color: #333333;
}
div.campaign-slide > a:hover,
div.campaign-slide > a:focus {
    opacity: 0.7;
}
div.campaign-slide > a >div {
    margin: 0.5rem 0.2rem;
}
div.campaign-slide img {
    width: 100%;
    height: auto;
    border: 1px solid #e4e4e4;
}
div.campaign-slide h3 {
    margin: 1rem 0 0.75rem;
    font-size: 1.15rem;
    color: #50acba;
}
div.campaign-slide .period {
    font-size: 0.85rem;
}
div.media-slide {
    margin-left: 0;
    margin-right: 0;
}
div.media-slide > a {
    color: #333333;
}
div.media-slide > a:hover,
div.media-slide > a:focus {
    opacity: 0.7;
}
div.media-slide .media-pic {
    position: relative;
    width: 100%;
}
div.media-slide .media-pic:before {
    content: "";
    display: block;
    padding-top: 70%;
    /* 高さを幅の75%に固定 */
}
div.media-pic>div {
    position: absolute;
    width: calc(100% - 30px);
    border: none;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
}
div.media-pic>div.media-pic-list {
    width: 100%;
    left: 0;
    right: 0;
}
div.media-pic>div>img {
    border-radius: 1.5rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.media-slide h3 {
    margin: 1rem 0 0.75rem;
    font-size: 1rem;
    color: #50acba;
}
div.media-slide p {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}
div.media-slide span.corner {
    font-size: 94%;
    line-height: 2rem;
    color: #999999;
}
div.media-slide .date {
    font-size: 0.8rem;
}
div.container.media-list {
    margin-top: 1.25rem;
}
.media-list div.media-slide {
    margin-bottom: 1.75rem;
}
@media (max-width: 768px) {
    div.media-slide img {
        border-radius: 0.75rem
    }
    .text-area p.explain {
        padding: 0 10px;
    }
}
@media (max-width: 480px) {
    div.media-slide {
        padding: 0 1rem;
    }
}
.row.row-news {
    margin: 1rem 1rem;
}
.news-date {
    margin-bottom: 0.5rem;
    min-width: 15rem;
}
.news-date .badge {
    float: right;
    font-size: 0.7rem;
    border-radius: 0;
    width: 6.5rem;
    line-height: 0.95rem;
    color: #ffffff;
}
.news-date .badge.badge-service {
    background-color: #74ad14;
}
.news-date .badge.badge-service::before {
    content: "お知らせ";
}
.news-date .badge.badge-press {
    background-color: #dc5a9b;
}
.news-date .badge.badge-press::before {
    content: "プレスリリース";
}
.news-date .badge.badge-campaign {
    background-color: #ff9d00;
}
.news-date .badge.badge-campaign::before {
    content: "キャンペーン";
}
.news-date .badge.badge-important {
    background-color: #666666;
}
.news-date .badge.badge-important::before {
    content: "重要なお知らせ";
}
.news-date .badge.badge-media {
    background-color: #50acba;
}
.news-date .badge.badge-media::before {
    content: "メディア掲載";
}
.link-area {
    text-align: right;
}
.link-area a {
    color: #50acba;
}
.how-to-fun h3 {
    margin-top: 1rem;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
    color: #74ad14;
}
.how-to-fun#howFun1 {
    padding-right: 2rem;
}
.how-to-fun#howFun1>i {
    position: absolute;
    color: #8dc21f;
    font-size: 6rem;
    top: 5rem;
    right: -2.5rem;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
}
.how-to-fun#howFun1 .card::after {
    content: '';
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background: no-repeat url(../img/illust_girl-point.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
.how-to-fun#howFun2 .card::after {
    content: '';
    display: inline-block;
    width: 4.5rem;
    height: 3.5rem;
    background: no-repeat url(../img/illust_girl-smartphone.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
.how-to-fun#howFun3 {
    padding-left: 2rem;
}
.how-to-fun#howFun3>div.card-htf>i {
    position: absolute;
    color: #8dc21f;
    font-size: 6rem;
    top: 1rem;
    left: -4.5rem;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
}
.how-to-fun#howFun1>i::before,
.how-to-fun#howFun3>div.card-htf>i::before {
    content: "\00E5C5";
}
div#aboutFreeP {
    margin-top: 3rem;
    padding: 3rem 2rem;
    text-align: center;
    border: 1px solid #8dc21f;
    background-color: #f7fbf8;
}
div#aboutFreeP h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 3rem;
    color: #74ad14;
    font-weight: bold;
}
div#aboutFreeP p.explain-sp {
    font-size: 1.1rem;
    line-height: 2rem;
}
div#aboutFreeP p > span.max-lg-none {
    display: inline;
}
div#aboutFreeP p.explain.small {
    line-height: 1.5rem;
}
div#aboutFreeP img {
    height: auto;
    width: auto;
    max-width: 80%;
    margin: 3rem;
}
div#aboutFreeP .collapse {
    display: block;
}
#aboutFreeP .btn-grade {
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 16rem;
}
div#dtlFreeP > .col-lg-6 {
    display: inline-block;
    width: calc(50% - 1rem);
    margin-bottom: 2rem
}
#aboutFreeP .btn-grade.fsp-more::before {
    content: "詳しく見る";
}
#aboutFreeP .btn-grade.fsp-close::before {
    content: "閉じる";
}
#aboutFreeP .btn-grade.fsp-more>i::after {
    content: "\00E313";
}
#aboutFreeP .btn-grade.fsp-close>i::after {
    content: "\00E316";
}
section.section-qa .sec-contents a .card {
    color: #333333;
    text-decoration: none;
}
section.section-qa .sec-contents a:hover .card>.card-body,
section.section-qa .sec-contents a:focus {
    color: #333333;
    opacity: 0.7;
    text-decoration: none;
}
div#spBigin .row-slick .row {
    display: flex;
}
div#spBigin .row-slick .row .pic-area {
    padding: 0 2rem;
}
div#spBigin .row-slick .row .pic-area>img {
    border: 1px solid #999999;
    border-radius: 1.25rem;
    width: 100%;
}
div#spBigin .row-slick .row .text-area {
    padding-top: 5.5rem;
}
div#spBigin .row-slick .row .text-area h3 {
    color: #74ad14;
    font-size: 1.2rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}
div#spBigin .row-slick .row .text-area img {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    height: 10vw;
    max-height: 12.5rem;
    max-width: 100%;
    width: auto;
}
section#forCollaComp {
    /* 画像ファイルの指定 */
    background-image: url(../img/back_collabo-comp.png);
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
}
section#forCollaComp>div {
    margin: -2.5rem 0;
    padding: 2.5rem 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
}
#startGuide .tab-coll div.nav {
    display: flex;
    justify-content: left;
    align-items: center;
}
.tab-content div.nav.max-lg-none {
    display: flex;
}
@media (max-width: 991px) {
    .tab-content div.nav.max-lg-none {
        display: none;
    }
}
.tab-coll h4 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    margin-top: 2rem;
}
.tab-coll h4::before {
    content: url(../img/icon_dot-green.png);
}
div.camp-bnr-area {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
div.camp-bnr-area a:hover,
div.camp-bnr-area a:focus {
    opacity: 0.7;
}
div.camp-bnr-area img {
    border: 1px solid #e4e4e4
}
table.table.table-ex-rate {
    margin: 1rem 0 0.5rem;
    border: 1px solid #74ad14;
}
table.table.table-ex-rate tr {
    min-height: 5rem;
}
table.table.table-ex-rate th,
table.table.table-ex-rate td {
    vertical-align: middle;
    border-top: 1px solid #74ad14;
}
table.table.table-ex-rate th {
    padding: 1rem 0.25rem;
    text-align: center;
    background-color: #74ad14;
    color: #ffffff;
    min-width: 4rem;
}
table.table.table-ex-rate td {
    padding: 1rem;
    background-color: #ffffff;
}
table.table.table-ex-rate tr + tr > th {
    border-top: 1px solid #ffffff;
}
table.table.table-ex-rate img {
    max-width: 100%;
    height: auto;
}
#exRateList .sec-contents h2 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.75rem;
    color: #333333;
}
.sec-contents span.fl-right {
    float: right;
}
section.sec-top-explain {
    padding: 1.75rem 0;
}
section.sec-top-explain p {
    margin-bottom: 0;
}
section.section-hero.news-tops {
    padding: 1rem 0;
}
section.section-hero.news-tops .container {
    padding: 1rem 15px;
}
section.section-hero.news-tops .container h1 {
    margin-bottom: 0;
}
.news-area .sec-contents {
    margin-top: -1.5rem;
}
.title-area>span.date {
    font-size: 75%;
    color: #999999;
    line-height: 1rem;
}
.text-area p.explain {
    margin-bottom: 0.75rem;
}
.text-area span.notes {
    display: inline-block;
    padding-left: 1em;
    line-height: 1.25rem;
}
.text-area span.notes small {
    margin-left: -1em;
}
.pic-area {
    margin-top: 0.5rem
}
.text-area .note-area>p {
    text-align: center;
    border: none;
    text-indent: none;
    margin: 0;
    padding: 8px 0;
    font-size: 80%;
    line-height: 1.2em;
}
.height-fix {
    display: inline-block;
    width: 98%;
}
.height-fix div {
    display: table;
    width: 100%;
}
.height-fix img {
    height: auto;
    max-height: 24vw;
    max-width: 100%;
    margin: 0.5rem;
}
@media (max-width: 991px) {
    section.section-hero>div.container {
        padding-bottom: 1rem;
    }
    section.section-hero h1 {
        font-size: 1.3rem;
        line-height: 1.75rem;
    }
    section.section-hero p {
        font-size: 0.75rem;
        letter-spacing: -0.05rem;
    }
    #homeTop {
        background-size: cover, 20rem, cover, cover;
        padding: 2rem 0 1rem 0;
    }
    section.section-hero#homeTop h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        margin-left: -15px;
        margin-right: -15px;
    }
    section.section-hero#homeTop p {
        margin-bottom: 2.25rem;
    }
    #aboutSpTop {
        background-image: url("../img/back_aboutsp.png"), linear-gradient(-128deg, #8ec331 15%, #8ec331 15%, #61a828 85%, #61a828);
        background-repeat: no-repeat, no-repeat;
        background-position: center 5rem, center;
        background-size: 14rem, cover;
    }
    #aboutSpTop h1 {
        margin-top: -3rem;
    }
    #appTop {
        background-position: center 5rem, center;
        background-size: 10rem, cover;
    }
    #appTop h1 {
        margin-top: -3rem;
    }
    #exTop .pic-area>img {
        width: 18rem;
        top: 0;
        bottom: auto;
        right: 0;
        left: 0;
        margin: auto;
    }
    #exTop h1 {
        margin-top: -3rem;
    }
    #pGetUseTop .pic-area>img {
        width: 14rem;
        top: 2.6rem;
        bottom: auto;
        right: 0;
        left: 0;
        margin: auto;
    }
    #pGetUseTop h1 {
        margin-top: -3rem;
    }
    #newsTop .pic-area>img {
        width: 9rem;
        top: 0.3rem;
        bottom: auto;
        right: 0;
        left: 0;
        margin: auto;
    }
    #newsTop h1 {
        margin-top: -3rem;
    }
    .news-date .badge {
        margin-left: 1rem;
        float: none;
        position: absolute;
    }
    .row.row-news {
        margin: 1rem 0;
    }
    .how-to-fun#howFun1,
    .how-to-fun#howFun3 {
        padding-left: 15pt;
        padding-right: 15pt;
    }
    .how-to-fun#howFun1>i {
        top: auto;
        right: auto;
        bottom: -4.5rem;
        left: calc(50% - 3rem);
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }
    .how-to-fun#howFun3>div.card-htf>i {
        top: -5rem;
        left: calc(50% - 3rem);
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }
    div.how-to-fun + div.how-to-fun {
        margin-top: 3rem;
    }
    div#aboutFreeP {
        padding: 3rem 1rem;
        margin-left: 15px;
        margin-right: 15px;
    }
    div#aboutFreeP::before {
        width: 4.5rem;
        height: 4.5rem;
    }
    div#aboutFreeP h2 {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 3rem;
        color: #74ad14;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    div#aboutFreeP p.explain-sp {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    div#aboutFreeP p.explain.small {
        text-indent: -1em;
        margin-left: 1em;
    }
    div#aboutFreeP p > span.max-lg-none {
        display: none;
    }
    div#aboutFreeP img {
        margin: 0.5rem 0.5rem 1.25rem;
    }
    div#dtlFreeP>.col-lg-6 {
        width: 100%;
    }
    div#aboutFreeP .collapse {
        display: none;
    }
    div#aboutFreeP .collapse.show {
        display: block;
    }
    div#spBigin .row-slick .row .text-area {
        padding-top: 2.5rem;
    }
    div#spBigin .row-slick .row .text-area img {
        height: 5rem;
    }
    #startGuide .tab-coll div.nav {
        display: none
    }
    .sec-contents span.fl-right {
        float: none;
        line-height: 2rem;
    }
}
@media (max-width: 767px) {
    div#spBigin .row-slick .row .text-area {
        padding-top: 1.5rem;
    }
    div#spBigin .row-slick .row .text-area img {
        display: none;
    }
    #homeAboutSp img {
        width: 75%;
    }
    div.camp-bnr-area {
        margin-top: -1.5rem;
        padding-left: 0;
        padding-right: 0;
    }
    .height-fix img {
        max-height: none;
        width: 100%;
        margin: 0.5rem 0;
    }
    div.dl-badge-center {
        display: block;
    }
    div.dl-badge-center img {
        height: 3rem;
    }
    p.dl-massage {
        margin-bottom: 0.75rem;
    }
}
/* slick */

.row.row-slick {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.row.row-slick>.col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}
.slick-about-sp {
    padding: 0 1rem;
}
.slick-about-sp .pic-area {
    margin: 0 0.5rem 1.25rem;
    text-align: center;
}
.slick-about-sp .pic-area img {
    height: auto;
}
.slick-about-sp .explain-area h3 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
}
.slick-about-sp .explain-area p.explain {
    color: #666666;
    line-height: 1.5rem;
}
.slick-about-sp .explain-area p.explain.small {
    color: #999999;
    line-height: 1.25rem;
}
@media (max-width: 991px) {
    .row.row-slick {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .slick-about-sp {
        padding: 0;
        margin: 0 2rem!important;
    }
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 1rem);
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    padding: 0;
    z-index: 1000;
    opacity: 0.3;
    background-color: #000000;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    vertical-align: middle;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    opacity: 0.75;
    background-color: #74ad14;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 2%;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev i:before {
    color: #ffffff;
    content: "\00E5CB";
}
[dir='rtl'] .slick-prev i:before {
    color: #ffffff;
    content: "\00E5CC";
}
.slick-next {
    right: 2%;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next i:before {
    color: #ffffff;
    content: "\00E5CC";
}
[dir='rtl'] .slick-next i:before {
    color: #ffffff;
    content: "\00E5CB";
}
@media (min-width: 768px) {
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .media-slick .slick-prev {
        left: -0.75rem;
    }
    .media-slick .slick-next {
        right: -0.75rem;
    }
}
@media (max-width: 767px) {
    .media-slick .slick-prev {
        left: -0.75rem;
    }
    .media-slick .slick-next {
        right: -0.75rem;
    }
}
/* Dots */

.slick-dots {
    height: 1.2rem;
    display: block;
    text-align: center;
    width: 80%;
    margin: 1rem 10%;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    position: absolute;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 10px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0.75;
    background-color: #74ad14;
}
.slick-dots li button:before {
    line-height: 1rem;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
    content: ' ';
    text-align: center;
    opacity: .25;
    background-color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0.5rem;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #74ad14;
}
.slick-slide {
    margin: 0 1.25rem;
    transition: all ease-in-out .3s;
    opacity: 1;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
@media (max-width: 480px) {
    .autoplay-3 .slick-slide {
        margin: 0 0.75rem;
    }
}
/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/

.sp-mdl .checkbox {
    display: none;
}
/* Gray background */

.sp-mdl .sp-mdl-overlay {
    opacity: 0;
    transition: all 0.3s ease;
    width: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    transform: scale(1);
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
}
/* Box */

.sp-mdl .sp-mdl-wrap {
    background-color: #ffffff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 3.5rem 2.5rem;
    width: 60%;
    max-height: 68vh;
    margin: 20px auto;
    align-self: flex-start;
    border-radius: 2px;
    transition: all 0.5s ease;
    overflow-y: scroll;
}
.sp-mdl .sp-mdl-wrap h2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
}
.sp-mdl .sp-mdl-wrap.small {
    width: 30%;
}
.sp-mdl .sp-mdl-wrap.full {
    width: 100%;
    height: 100%;
}
.sp-mdl .sp-mdl-wrap.a-center {
    align-self: center;
}
.sp-mdl .sp-mdl-wrap.from-left {
    transform: translateX(-100%);
}
.sp-mdl .sp-mdl-wrap.from-right {
    transform: translateX(100%);
}
.sp-mdl .sp-mdl-wrap.from-top {
    transform: translateY(-100%);
}
.sp-mdl .sp-mdl-wrap.from-bottom {
    transform: translateY(100%);
}
/* Close button */

.sp-mdl .sp-mdl-overlay .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    color: #333333;
    opacity: 1;
}
.sp-mdl .sp-mdl-overlay .close>i {
    font-size: 2rem;
}
.sp-mdl .sp-mdl-overlay .close:hover {
    cursor: pointer;
    opacity: 0.75;
}
.sp-mdl .o-close {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
}
.sp-mdl input:checked ~ .o-close {
    z-index: 9998;
}
.sp-mdl input:checked ~ .sp-mdl-overlay {
    transform: scale(1);
    opacity: 1;
    z-index: 9997;
    overflow: auto;
}
.sp-mdl input:checked ~ .sp-mdl-overlay .sp-mdl-wrap {
    transform: translateY(0);
    z-index: 9999;
}
label.mdl-link {
    color: #50acba;
}
label.mdl-link:hover,
label.mdl-link:focus {
    color: #50acba;
    cursor: pointer;
}
label.mdl-link>i.material-icons {
    font-size: 1.1em;
    line-height: 1.1em;
    vertical-align: middle;
}
.sp-mdl .sp-mdl-wrap.mdl-sp-default {
    align-self: center;
}
.sp-mdl .sp-mdl-wrap .mdl-section {
    background-color: #f9f9f9;
    margin: 1rem 0;
    padding: 1rem 0;
    display: table;
    width: 100%;
}
.sp-mdl .sp-mdl-wrap .mdl-section .mdl-sec-num {
    vertical-align: top;
    display: table-cell;
    width: 15%;
    text-align: center;
    margin-left: -1rem;
}
.sp-mdl .sp-mdl-wrap .mdl-section .mdl-sec-num>img {
    height: 1.2rem;
    width: auto;
}
.sp-mdl .sp-mdl-wrap .mdl-section .mdl-sec-explain {
    display: table-cell;
    padding-right: 1rem;
}
.sp-mdl .sp-mdl-wrap .mdl-section .mdl-sec-explain>p {
    margin-bottom: 0;
}
/* Responsive Design */

/* Tablet size */

@media (max-width: 768px) {
    .sp-mdl .sp-mdl-wrap {
        width: 80%;
        padding: 3.5rem 1rem;
        max-height: none;
    }
    .sp-mdl .sp-mdl-wrap.mdl-sp-default {
        width: 100%;
        height: 100%;
        transform: translateY(100%);
        margin: 0;
        border-radius: 0;
    }
}
/* Phone size */

@media (max-width: 480px) {
    .sp-mdl .sp-mdl-wrap {
        width: 90%;
    }
}
/* コラム */

div.column-pic {
    margin-top: 0;
    margin-bottom: 1rem;
}
div.column-pic img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    margin: 0;
}
@media (max-width: 768px) {
    div.column-pic img {
        height: 14rem;
    }
}
@media (max-width: 480px) {
    div.column-pic img {
        height: 12rem;
    }
}
div.title-area {
    margin-top: 1rem;
}
div.title-area h1 {
    font-size: 1.5rem;
    line-height: 2rem;
}
div.title-area>p.corner {
    font-size: 1rem;
    font-weight: bold;
    color: #999999;
    line-height: 1.25rem;
    margin-bottom: 0;
}
/* キャンペーンLP用 */

section.section-hero#lpTop {
    padding-top: 3rem;
}
section.section-hero#lpTop > div.container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
section.section-hero#lpTop h1 {
    font-size: 2.5rem;
    line-height: 4rem;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}
section.section-hero#lpTop div.campe-tag {
    background-color: #8ec331;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 0.75rem;
    letter-spacing: 0.1rem;
}
section.section-hero#lpTop p.comment {
    font-size: 1.65rem;
    line-height: 2.25rem;
    margin-bottom: 2.25rem;
}
#aboutCampaign .card.card-fsp > div.card-body img,
.card.card-fsp > div.card-body img {
    margin: 0.75rem;
    height: 1.75rem;
}
#aboutCampaign .card.card-fsp > div.card-body h2,
.card.card-fsp > div.card-body h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
#aboutCampaign .card.card-fsp > div.card-body p.card-text,
.card.card-fsp > div.card-body p.card-text {
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 0.5rem;
}
div#aboutCampaign {
    margin-top: 3rem;
    padding: 3rem 2rem;
    text-align: center;
    border: 1px solid #8dc21f;
    background-color: #f7fbf8;
}
div#aboutCampaign h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 3rem;
    color: #74ad14;
    font-weight: bold;
}
div#aboutCampaign p.explain-sp {
    font-size: 1.1rem;
    line-height: 2rem;
}
div#aboutCampaign p > span.max-lg-none {
    display: inline;
}
div#aboutCampaign p.explain.small {
    line-height: 1.5rem;
}
div#aboutCampaign img {
    height: auto;
    width: auto;
    max-width: 80%;
    margin: 3rem;
}
div#aboutCampaign .collapse {
    display: block;
}
#aboutCampaign .btn-grade {
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 16rem;
}
#aboutCampaign a.btn-grade i::after {
    content: " ";
}
div#dtlFreeP > .col-lg-6 {
    display: inline-block;
    width: calc(50% - 1rem);
    margin-bottom: 2rem
}
a.btn-tweet {
    color: #ffffff;
    border: none;
    font-weight: bold;
    border-radius: 2rem;
    font-size: 1.2rem;
    min-width: 18rem;
    padding: 1.125rem 0.4rem;
    background-color: #1da1f2;
}
a.btn-tweet > i {
    position: relative;
    float: right;
    font-size: 1.75rem;
    line-height: 1.5rem;
    letter-spacing: -1.75rem;
    margin-right: 2rem;
    margin-left: -2rem;
    padding-top: 0.1rem;
}
a.btn-tweet > i::after {
    content: "\00E315";
}
@media (max-width: 991px) {
    section.section-hero#lpTop p.comment {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    #aboutCampaign .card.card-fsp > div.card-body img,
    .card.card-fsp > div.card-body img {
        height: 1.25rem;
    }
    #aboutCampaign .card.card-fsp > div.card-body h2,
    .card.card-fsp > div.card-body h2 {
        font-size: 1.5rem;
    }
    div#aboutCampaign {
        padding: 3rem 1rem;
        margin-left: 15px;
        margin-right: 15px;
    }
    div#aboutCampaign::before {
        width: 4.5rem;
        height: 4.5rem;
    }
    div#aboutCampaign h2 {
        font-size: 1.35rem;
        line-height: 1.5rem;
        margin-bottom: 3rem;
        color: #74ad14;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    div#aboutCampaign p.explain-sp {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    div#aboutCampaign p.explain.small {
        text-indent: -1em;
        margin-left: 1em;
    }
    div#aboutCampaign p > span.max-lg-none {
        display: none;
    }
    div#aboutCampaign img {
        margin: 0.5rem 0.5rem 1.25rem;
    }
    div#dtlFreeP>.col-lg-6 {
        width: 100%;
    }
    div#aboutCampaign .collapse {
        display: none;
    }
    div#aboutCampaign .collapse.show {
        display: block;
    }
}
@media (max-width: 480px) {
    section.section-hero#lpTop {
        padding-top: 2rem;
    }
    a.btn-tweet {
        font-size: 0.85rem;
        min-width: 13.5rem;
    }
    section.section-hero#lpTop h1 {
        font-size: 1.75rem;
        line-height: 2.75rem;
        margin-bottom: 0.5rem;
    }
    section.section-hero#lpTop p.comment {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
    }
}



/* for top 20190311 */
#wideNavTop2019 {
  font-size: 0.9rem;
  display: inherit;
  min-height: 800px;
  align-items:stretch;
	background:rgb(70,194,146);
	background:-moz-linear-gradient(-45deg, rgba(70,194,146,1) 32%, rgba(134,194,70,1) 50%);
	background:-webkit-linear-gradient(-45deg, rgba(70,194,146,1) 32%,rgba(134,194,70,1) 50%);
	background:linear-gradient(135deg, rgba(70,194,146,1) 32%,rgba(134,194,70,1) 50%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c292', endColorstr='#86c246',GradientType=1 );
}
#wideNavTop2019 .container {
  width: 1134px;
  margin: auto;
  position: relative;
}
#wideNavTop2019 .navbar-brand {
  width: 200px;
  display: inline;
  margin-bottom: 60px;
  position: absolute;
  top: 20px;
  left: 0;
}
#wideNavTop2019 .navbar-brand > img {
  width: 200px;
  display: inline;
}
#wideNavTop2019 .lsec {
  text-align: center;
  width: 734px;
  position: absolute;
  left: 0;
  top: 150px;
}
#wideNavTop2019 .display {
  width: 342px;
  position: absolute;
  right: 0;
  top: 284px;
}
#wideNavTop2019 .bbl1 {
  width: 342px;
  position: absolute;
  right: 0;
  top: 174px;
}
#wideNavTop2019 h1,
#wideNavTop2019 h2 {
  color: white;
  line-height: 1.4;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
#wideNavTop2019 h1 strong {
  font-size: 7rem;
}
#wideNavTop2019 h2 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
#wideNavTop2019 .btn-dl {
  height: 3.5rem;
  margin: 1rem;
}
#wideNavTop2019 .col-wh09 {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 6px;
  margin-top: 30px;
}
#wideNavTop2019 .col-wh09 p {
  font-size: 1.4rem;
  line-heiht: 1.2;
  font-weight: bold;
}
#wideNavTop2019 .col-wh09 .gr {
  color: #dc5a9b;
}








/* for top and banner 20190312 */
@media (max-width: 1200px) {
	#wideNavTop2019 .container {
		width: 100%;
		margin: auto;
		position: relative;
	}
	#wideNavTop2019 .lsec {
		text-align: center;
		width: 706px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#wideNavTop2019 h1,
	#wideNavTop2019 h2 {
		color: white;
		line-height: 1.6;
		font-size: 2.3rem;
		margin-bottom: 2rem;
		font-weight: bold;
	}
	#wideNavTop2019 h1 strong {
		font-size: 3.5rem;
	}
	#wideNavTop2019 .bbl2 {
		width: 342px;
		position: absolute;
		right: 123px;
		top: 300px;
	}
	#wideNavTop2019 .rsec:before {
		content: '';
		display: none;
		padding-top: 0%;
	}
	#wideNavTop2019 .rsec {
		width:80%;
	}
	#wideNavTop2019 .display {
		width: 342px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
@media (max-width: 1078px) {
	#wideNavTop2019 .display:before {
		content: '';
		display: none;
		padding-top: 0%;
	}
	#wideNavTop2019 .lsec {
		text-align: center;
		width: 609px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#wideNavTop2019 h1,
	#wideNavTop2019 h2 {
		color: white;
		line-height: 1.6;
		font-size: 2.1rem;
		margin-bottom: 2rem;
		font-weight: bold;
	}
	#wideNavTop2019 h1 strong {
		font-size: 3rem;
	}
	#wideNavTop2019 p {
		font-size:1.3rem;
	}
	#wideNavTop2019 .display {
		width: 342px;
		position: absolute;
		right: 0;
		top:289px;
		bottom: 0;
	}
	#wideNavTop2019 .display img{
		height:auto;
		width: 342px;
	}
	#wideNavTop2019 .bbl1 {
		width: 320px;
		position: absolute;
		right: 12px;
		top: 181px;
	}
	#wideNavTop2019 .bbl1 img{
		height:auto;
		width: 320px;
	}
	#wideNavTop2019 .bbl2 {
		width: 342px;
		position: absolute;
		right: 50px;
		top: 350px;
	}
	#wideNavTop2019 .bbl2 img{
		height:auto;
		width: 180px;
	}
	#wideNavTop2019 .rsec:before {
		content: '';
		display: none;
		padding-top: 0%;
	}
	#wideNavTop2019 .rsec {
		width:auto;
	}
}
@media (max-width: 991px) {
	.navbar {
		padding:0;
	}
	#wideNavTop2019 {
		min-height:678px;
	}
	#wideNavTop2019 .navbar-brand {
		display: none;
	}
    #wideNavTop2019 .container {
        overflow: hidden;
    }
	#wideNavTop2019 .container:after {
		display: none;
	}
	#wideNavTop2019 .lsec{
		margin:auto;
		padding:0;
		position:relative;
		top:auto;
		width:auto;
	}
	#wideNavTop2019 h1 {
		margin: 8rem 0 2rem 0;
	}
	#wideNavTop2019 h2 {
		margin: 2rem 0;
	}
	#wideNavTop2019 .btn-dl {
		margin:.5rem;
	}
	#wideNavTop2019 .col-12.min-md-none{
		display:none !important;
	}
	#wideNavTop2019 .col-wh09{
		margin:30px auto 0 auto;
		width:fit-content;
	}
	#wideNavTop2019 .rsec{
		height:auto;
		margin:auto;
		position:relative;
		width:342px;
	}
	#wideNavTop2019 .display:before {
		display: none;
	}
	#wideNavTop2019 .display {
		bottom: 0;
		height:443px;
		overflow:hidden;
		position: relative;
		right: 0;
		top:153px;
		width: 342px;
	}
	#wideNavTop2019 .display img{
		height:auto;
		width: 342px;
	}
	#wideNavTop2019 .bbl1 {
		width: 300px;
		position: absolute;
		right: 6.5%;
		top: 8%;
	}
	#wideNavTop2019 .bbl1 img{
		height:auto;
		width: 300px;
	}
	#wideNavTop2019 .bbl2 {
		width: 341px;
		position: absolute;
		right: 32%;
		top: 47%;
	}
	#wideNavTop2019 p {
		font-size: 1.24rem;
		line-heiht: 1.2;
	}
}
@media (max-width: 939px) {
	#wideNavTop2019 .rsec:before {
		content: '';
		display: block;
		padding-top: 40%;
	}
	#wideNavTop2019 .display{
		height:395px;
		overflow:hidden;
		top:34%;
		width: 342px;
	}
	#wideNavTop2019 .bbl2 img{
		height:auto;
		width: 236px;
	}
}
@media (max-width: 575px) {
	.navbar {
		padding:0;
	}
	#wideNavTop2019 .container {
		width:100%;
	}
	#wideNavTop2019 .navbar-brand {
		display: none;
	}
	#wideNavTop2019 .container:after {
		display: none;
	}
	#wideNavTop2019 .lsec{
		margin:auto;
		padding:0;
		position:relative;
		top:auto;
		width:auto;
	}
	#wideNavTop2019 h1 {
		font-size: 1.8rem;
		margin: 8rem 0 2rem 0;
	}
	#wideNavTop2019 h1 strong {
		font-size: 3rem;
	}
	#wideNavTop2019 h2 {
		font-size: 1.6rem;
		margin: 2rem 0;
	}
	#wideNavTop2019 .col-12.min-md-none{
		display:none !important;
	}
	#wideNavTop2019 .col-wh09{
		margin:30px auto 0 auto;
		width:90%;
	}
  #wideNavTop2019 .rsec:before {
		content: '';
		display: block;
		padding-top: 48%;
	}
	#wideNavTop2019 .rsec{
		height:auto;
		margin:auto;
		position:relative;
		width:256px;
	}
	#wideNavTop2019 .display:before {
		content: '';
		display: block;
		padding-top: 0%;
	}
	#wideNavTop2019 .display{
		height:318px;
		overflow:hidden;
		margin:0 auto;
		top:10%;
		width: 256px;
	}
	#wideNavTop2019 .display img{
		height:auto;
		width: 256px;
	}
	#wideNavTop2019 .bbl1 {
		left:0;
		margin:0 auto;
		position: absolute;
		right:0;
		width:100%;
	}
	#wideNavTop2019 .bbl1 img{
		display:block;
		height:auto;
		margin:auto;
		width: 256px;
	}
	#wideNavTop2019 .bbl2 {
		width: 55%;
		position: absolute;
		right: 48%;
		top: 46%;
	}
	#wideNavTop2019 .bbl2 img{
		height:auto;
		width: auto;
	}
}
@media (max-width: 414px) {
	#wideNavTop2019 .rsec:before {
		content: '';
		display: block;
		padding-top: 54%;
	}
}
.floatbanner{
	bottom:10px;
	display:block;
	position:fixed;
	right:50px;
	z-index:90;
}
@media (max-width: 414px) {
    .floatbanner{
        right:0px;
        width: 100%;
        max-width:220px;
    }
}
@media (max-width: 350px) {
    .floatbanner{
        right:0px;
        width: 100%;
        max-width:170px;
    }
}
.block_table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.block_table th,
.block_table td {
  border: 1px solid #ccc;
  padding: 10px;
}
