/* =========================
layout style
Theme Name: gunma mobile 2024
Theme URI:
template:jstork
Description: グンマモバイル 2024
Version: 3.0
Author: catch-movement
Template: jstork
========================= */

.wf-roundedmplus1c {
    font-family: "M PLUS Rounded 1c";
}


/*
h2,h3{
	font-family: "M PLUS Rounded 1c";
}
*/

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

.feature {
    text-align: center;
    width: 100%;
    padding: 0.5em;
    float: left;
    margin: 1%;
    box-sizing: border-box;
}

.feature h4 {
    font-size: 6.5vmin;
    margin: 0.85em 0 0 0;
}

.feature h5 {
    font-size: 3vmin;
    margin: -12px -12px -1.35em -12px;
    line-height: 3vmin;
    padding: 0.5em;
    color: #FFF;
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
   
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
   */
}

.function {
    text-align: center;
    color: mediumvioletred;
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
    /*border-left: 5px solid #e61673;
    border-right: 5px solid #69296b;
    border-bottom: 5px solid mediumvioletred;*/
    border: 5px solid #9B8D35;
}

.function div {
    /*background: #e61673;*/
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: linear-gradient(to right, #e61673 0%, #69296b 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
    */
    /*color: #FFF;
    border-left: 1px solid #e61673;
    border-right: 1px solid #69296b;*/
    color: #000;
    border-left: 1px solid #9B8D35;
    border-right: 1px solid #9B8D35;
    padding: 16px 0;
}

.function h4 {
    font-size: 3.7vmin;
    margin: 0.5em 0 0 0;
}

.function h5 {
    /*font-size: 1.8vmin;*/
    font-size: 16px;
    /*margin: 0em 0em -1.5em 0em;*/
    line-height: 24px;
    /*padding: 1em 0em 0 0em;*/
    margin: 4px;
}

.function p {
    padding: 0em 1em 0em 1em;
    color: #333;
}

.function p span {
    font-size: 16px;
    color: #D42D26;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.function img {
    width: 80%;
    max-width: 420px;
    padding: 0em 1em 1em 1em;
}

.function div img {
    width: 100%;
    max-width: 400px;
    padding: 2em;
}

h4.beginner {
    margin: 0;
}

h4.beginner span {
    font-size: 0.5em;
}

.title {
    text-align: center;
    color: #333 !important;
    margin-bottom: -1.5em;
}

.title div {
    font-size: 0.7em;
}

.title h1 {
    margin-bottom: 1em;
    margin-top: 0em;
}

.simulation {
    width: 50%;
    float: left;
}

.simulation h3 {
    padding: 3.2em 0 0 1em;
    font-size: 2vw;
}

.upper-header {
    background-color: mediumvioletred;
    font-size: 0.65em;
    color: #FFF;
    text-align: center;
}

.under-header {
    background-color: mediumvioletred;
    height: 10px;
}

#inner-content {
    box-shadow: none;
}


/*
.entry-content h2 {
	text-align:center;
	background:#FFF !important;
	padding:0;
	margin-top:5px;
	font-size:1.4em;
	box-shadow:none;
	margin-bottom:.2em;
}
*/

.whatsnew {
    color: #000 !important;
}

.whatsnew h2 {
    text-align: center;
}

section.content-blue {
    color: #FFF;
    padding: 10px;
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
  
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
 */
}

section.content-white {
    color: #333;
    background: #FFF;
    padding: 10px;
}

.content-blue h2,
.content-white h2,
.reason div,
.career div {
    text-align: center;
}

.btn-default,
.btn-blue {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

.btn-default a {
    background: none;
    /*border: 2px solid #FFF;*/
    border: 2px solid #000;
    /*color: #FFF;*/
    color: #000;
    padding: 20px;
    text-decoration: none;
    border-radius: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 900;
}

.choose_box .btn-default a {
    background: #FFF;
    border: 2px solid #FFF;
    padding: 20px;
    text-decoration: none;
    border-radius: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 900;
    color: mediumvioletred;
}

.btn-blue a {
    color: #FFF;
    padding: 20px;
    text-decoration: none;
    border-radius: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 900;
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
 
    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: linear-gradient(to right, #e61673 0%, #69296b 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
 */
}

.feature-table {
    width: 100%;
}

.feature-table th {
    vertical-align: bottom;
    height: 50px;
}

.feature-table td {
    vertical-align: middle;
    height: 100px;
    /*border: 4px solid mediumvioletred;*/
    border: 4px solid #9e8d1b;
}

.feature-table td,
.feature-table th {
    padding: 1em;
    text-align: center;
    font-weight: 900;
    width: 25%;
}

.feature-table td:first-child,
.feature-table td:nth-child(3) {
    background: #FFF;
    /*color: mediumvioletred;
    color: #EADA57;*/
    color: #000;
}

.feature-table td:nth-child(2),
.feature-table td:nth-child(4) {
    background: #EED959;
    /*background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);
    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
    color: #FFF;*/
    color: #000;
}

.function li {
    color: #333;
    padding: 0.35em;
}

.biginner-margin {
    margin-top: -80px !important;
}

.fix-page {
    margin-top: -65px;
}

.fix-page2 {
    margin-top: -65px;
}

.price {
    width: calc(97%/3);
    /* color: mediumvioletred;*/
    color: #000;
    padding: 1em;
    text-align: center;
    margin: 0.2em;
    border: 5px solid #9B8D35;
}

.price p.btn {
    padding: 0.5em;
    /*background: mediumvioletred;
    color: #FFF;*/
    background: #f8eeac;
    color: #000;
    font-size: 14px;
}

.price-list {
    background: #EED959;
    color: #000;
    padding: 1em;
    box-shadow: 0px 0px 6px 3px #7CC;
    border: 1px solid #EEE;
    border-radius: 0.5em;
}

.price:nth-of-type(2) .price-list {
    background: #226EDF;
}

.price:nth-of-type(3) .price-list {
    background: #D42D26;
}

.price-list h3 {
    font-size: 4vmin;
    padding: 0px;
    margin-top: 0.5em;
    margin-bottom: 0;
}

.price-detail {
    color: #FFF;
}

.price:nth-of-type(2) .price-detail {}

.price:nth-of-type(3) .price-detail {}

.price-detail h3 {
    color: #FFF;
    font-size: 2.5vmin;
    font-weight: 900;
}

.price-detail h3 span {
    font-size: 4vmin;
}

.price-detail li {
    /*border: 1px solid mediumvioletred;*/
    border: 1px solid #EADA57;
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
  
    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
  
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
 */
    border-radius: 10px;
    padding: 0.5em;
    margin: 0.5em;
    color: #FFF;
}

.price:nth-of-type(2) .price-detail li {
    border: 1px solid #226EDF;
    background: #226EDF;
}

.price:nth-of-type(3) .price-detail li {
    border: 1px solid #E93488;
    background: #E93488;
}

.price p {
    font-size: 0.8em;
}

.price button {
    width: 80%;
    background: #EED959;
    color: #000;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
   
    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);
 
    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
   
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
 */
}

.price-title span {
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);
   
    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
  
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
 */
    padding: 0.65em 1.65em 0.65em 1.65em;
    margin: 5px;
    border-radius: 5px;
    color: #000;
}

h2.price-title {
    line-height: 2.2em;
}

.option li {
    /*background: mediumvioletred;*/
    background: #EED959;
    width: 20%;
    float: left;
    padding: 0.5em;
    color: #FFF;
    border: 2px solid #FFF;
    height: 130px;
    line-height: 1em;
    vertical-align: middle;
    display: grid;
    margin-bottom: -1px;
}

.option li span {
    font-size: 0.75em;
}

.bar {
    /*background: mediumvioletred;*/
    background: #EED959;
    padding: 1em;
    color: #FFF;
    border: 2px solid #FFF;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.share {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 -1em 0;
}

.share-left {
    width: 15%;
    max-width: 170px;
    float: left;
    text-align: center;
    padding: 1.5em 2em 0em 2em;
    margin-top: 1em;
}

.share-right {
    float: left;
    width: 85%;
}

.share-right li {
    background: #FFF;
    color: #D42D26;
    width: calc(100%/3);
    float: left;
    border: 2px solid #D42D26;
    text-align: center;
    padding: 0.5em;
    height: 153px;
    display: grid;
    align-items: center;
}

.share-right span {
    font-size: 4vmin;
}

.banner {
    display: flex;
    justify-content: center;
}

.banner a {
    padding: 0.5em;
}

.banner a img {
    margin-top: 10px;
    max-width: 200px;
    width: 100%;
}

.banner {
    width: 100%;
    text-align: center;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: #FFF;
}

.banner a {
    max-width: 400px;
}

@media only screen and (min-width: 768px) {
    .reason {
        width: calc(100%/3);
        float: left;
        padding: 30px;
    }
    .reason div {
        font-size: 1.25em;
        font-weight: 600;
    }
    .career {
        width: 50%;
        float: left;
        padding: 30px 30px 0px 30px;
        text-align: center;
    }
    .career div {
        font-size: 1.25em;
        font-weight: 600;
    }
    .feature {
        text-align: center;
        color: mediumvioletred;
        width: calc(94%/3);
        padding: 0.5em;
        float: left;
        margin: 1%;
        box-sizing: border-box;
    }
    .feature h4,
    .feature h5 {
        margin: 0.5em;
    }
    .feature h4 {
        font-size: 1.5em;
        margin: 0.5em 0 0.2em 0;
        line-height: 1.2em;
    }
    .feature h5 {
        margin: -12px -12px 0.35em -12px;
        line-height: 1.2em;
        font-size: 1.7vmin;
    }
    .content-footer {
        margin: 0 auto;
        width: 70%;
    }
    .content-footer .btn-default {
        width: 50%;
        float: left;
        padding: 1em;
    }
    .fix-page {
        margin-top: -50px;
        .fix-page2 {
            margin-top: -100px;
        }
    }
    .function {
        width: 80%;
    }
    .function img {
        width: 80%;
        max-width: 420px;
        padding: 0em 1em 1em 1em;
    }
}

@media only screen and (min-width: 1166px) {
    .fix-page {
        margin-top: -70px;
    }
    .fix-page2 {
        margin-top: -120px;
    }
    #breadcrumb {
        padding: 0em 1em 0em 1em;
    }
    .biginner-margin {
        margin-top: -140px !important;
    }
}

@media only screen and (min-width: 768px) {
    .page-full.wide #main {
        width: 100%;
        margin-top: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .biginner-margin {
        margin-top: -80px !important;
    }
    #header-character {
        width: 22% !important;
        margin: 0 auto;
    }
    .page-full.wide #main {
        width: 100%;
        margin-top: -30px;
    }
    .simulation {
        width: 100%;
    }
    .simulation h3 {
        text-align: center;
        padding: 2.2em 0 0 1em;
        font-size: 5vw;
    }
    .price {
        width: 100%;
        background: #FFF;
        color: #000;
        padding: 0.5em;
        text-align: center;
        margin: 0 auto;
        margin-top: 0.3em;
    }
    .option li {
        background: mediumvioletred;
        width: 100%;
        float: left;
        padding: 0.5em;
        color: #FFF;
        border: 2px solid #FFF;
        height: 100px;
        line-height: 1em;
        vertical-align: middle;
        display: grid;
    }
    .title {
        text-align: center;
        color: #333 !important;
        margin-bottom: 0.25em;
    }
    .share {
        width: 100%;
        display: block;
        margin: 0 0 -1em 0;
    }
    .share-left {
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding: 10px;
        margin: 2em 0 -1.5em 0;
    }
    .share-right {
        width: 100%;
    }
    .share-right li {
        height: auto;
    }
    .reason .icon-big,
    .reason h3,
    .reason p {
        text-align: center;
    }
    .reason h3 {
        padding: 5px;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        margin-top: 0;
        margin-bottom: 0;
        background: #000;
        color: #EED959;
    }
}

@media only screen and (min-width: 768px) {
    #logo img {
        max-height: 53px;
        margin: 10px 0px 10px 0px;
    }
    .upper-header div {
        width: 1166px;
        padding: 0 1em;
        margin: 0 auto;
    }
    .upper-header {
        background-color: mediumvioletred;
        font-size: 0.65em;
        color: #FFF;
        text-align: left;
    }
}

#header-character {
    width: 14%;
    margin: 0 auto;
}

.header-bg {
    background: rgb(000, 000, 100, 0.25);
}

@media only screen and (min-width: 768px) {
    #g_nav {
        display: table-cell;
        height: 74px;
    }
    .nav>li {
        display: table-cell;
        vertical-align: middle;
    }
    .nav>li>a {
        padding: 30px 1.7em 22px 1.7em;
    }
}

.header-video {
    width: 100%;
    height: 100vh;
    position: relative;
}

#custom_header {
    padding: 0;
    margin-bottom: 0;
}

#custom_header .en {
    font-size: 2.0em;
}

#custom_header .wrap {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.header-video video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    z-index: -1;
}

.header-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.icon-big i {
    font-size: 5em;
    padding: 20px;
}

.career div {
    height: 6em;
}

.career-logo {
    height: 6em;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}


/* =========================
  Font Awesome 5
========================= */

.remodal-close:before {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
    content: '\f105';
}

.slick-prev:before {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
    content: '\f104';
}

.entry-content a[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f35d';
}

.header-info a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#breadcrumb li.bc_homelink a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.menu-sp>ul:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.article-footer .post-categories a:before,
.article-footer .tags a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.article-footer .post-categories a:before {
    content: '\f07b';
}

.authorbox .author_sns li a::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.authorbox .author_sns li.author-site a::before {
    content: "\f19a";
}

.np-post .next a .eyecatch:after,
.np-post .prev a .eyecatch:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.byline .date:before,
.byline .writer:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.byline .cat-name:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.entry-content blockquote:before,
.entry-content blockquote:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.widget.widget_categories li a:after,
.widget.widget_recent_entries li a:after,
.widget.widget_nav_menu li a:after,
.widget.widget_pages li a:after,
.widget.widget_archive li a:after,
.widget.widget_mycategoryorder li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.accordionBtn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.readmore a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#reply-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4ad";
}

#page-top a.pt-button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.supplement:before {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
    content: '\f086'!important;
}


/*  FontAwesome5 SP用
------------------------*/

@media only screen and (min-width: 768px) {
    .nav_btn.search_btn:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .search_btn:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .sp_g_nav>li>a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .footer-links li a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
}

@media only screen and (max-width: 767px) {
    .nav_btn:before,
    .search_btn:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .faq_btn button {
        width: 100% !important;
    }
}

.faq_btn button {
    width: calc(20% - 10px);
    float: left;
    margin: 5px;
    background: #f3e482;
    color: #000;
    height: 60px;
    font-size: 0.9em;
}

.faq_btn button a {
    text-decoration: none;
    color: #FFF;
    font-size: 0.8em;
}

.faq h1 {
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
 
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
    */
    padding: 0.75em;
    text-align: left;
    color: #000;
    font-size: 1.2em;
    margin-bottom: 0;
    width: fit-content;
}

.faq h2 {
    margin-top: 0;
    color: #333 !important;
    background: none !important;
}

.faq h3 {
    color: #9B8D35;
    border: none;
    margin: 0;
    padding: 0.5em 1em 0.5em 1em;
    font-size: 1.1em;
}

.faq h3::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0fe\a";
}

.faq p {
    padding: 0 1em 1em 1em;
    margin: 0;
}

.faq div {
    border: 2px solid #9B8D35;
}

.clear {
    clear: both;
}


/* 料金シミュレータ */

@media only screen and (max-width: 767px) {
    .choose_box ul li {
        width: calc(100% - 20px) !important;
        margin-right: 20px;
        margin-bottom: 20px;
        list-style: none;
    }
    .choose_box {
        height: fit-content;
    }
}

.choose_box h1 span {
    font-size: 2em;
}

.choose_box h4 span {
    font-size: 1.5em;
}

.fit h1 {
    color: orangered;
    line-height: 1.75em;
    background: lemonchiffon;
    max-width: 420px;
    padding: 0.7em 0.5em 0.5em 0.5em;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 5px;
    line-height: 1.5em;
    color: tomato;
}

.start {
    background: #FFF;
    width: 100%;
    padding: 1em;
    color: mediumvioletred;
    font-weight: 900;
}

.btn-default .btn {
    width: 50%;
    margin: 0 auto;
}

.choose_box {
    position: relative;
    height: fit-content;
    width: 100%;
}

.choose_box p {
    font-size: 24px;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.choose_box ul {
    width: 80%;
    text-align: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.choose_box ul li {
    width: calc(100% / 2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.choose_box ul li:nth-child(2n) {
    margin-right: 0;
}

.choose_box ul li a {
    color: crimson;
    display: block;
    padding: 20px 0px;
    text-align: center;
    background-color: #FFF;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 1em;
}

.choose_box ul li a:hover {
    background-color: #fff;
    color: #2791d4;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.choose_box img {
    width: 100%;
    max-width: 100px;
}

.choose_box h4 {
    background: mediumvioletred;
    color: #FFF;
    padding: 1em;
    margin-top: 0;
    line-height: 2.25em;
}

.simulator h4 {
    width: 50%;
    clear: both;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #C00003;
}

.fit {
    left: 0px;
    top: 20px;
    width: 100%;
    text-align: center;
}

#q_06 span,
#q_07 span {
    display: block;
    width: 100%;
}

#q_06 a,
#q_07 a {
    display: block;
    width: 100%;
    text-align: center;
}

.product-list-table {
    display: none;
}

.list-toggle {
    background: mediumvioletred;
    padding: 0.5em;
    color: #FFF;
    font-weight: 600;
    font-size: 0.9em;
}

.list-toggle:nth-of-type(odd) {
    background: aliceblue;
    color: #D42D26;
}

.list-toggle i {
    float: right;
    padding: 5px;
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .feature-table.sp-only td:nth-of-type(1) {
        width: 50px !important;
    }
    .feature-table.sp-only td {
        height: 60px !important;
    }
    td.table-title {
        /*background: #69296b !important;
        color: #FFF !important;*/
        background-color: #EED959 !important;
        color: #000;
    }
    .metaslider {
        position: relative;
        z-index: 0;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
    .slides li:not(.flex-active-slide) {
        opacity: 0.25;
    }
    .id-doc1 div {
        background: #25629E;
        padding: 1em;
        color: #FFF;
        font-weight: 600;
        width: calc(98%/4);
        float: left;
        margin: 2px;
        text-align: center;
    }
}

.metaslider .flex-viewport {
    overflow: visible !important;
}

.flexslider .slides img {
    padding: 0 2px!important;
}

html {
    overflow-x: hidden;
}

.accentBox ol.oList {
    padding: 1em;
    border: 2px solid;
    background: aliceblue;
    border-color: cadetblue;
}

h1.gdlr-page-title {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    color: #000;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    margin-top: -50px;
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
 
    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);
    
    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
   
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
 */
}

@media only screen and (max-width: 767px) {
    h1.gdlr-page-title {
        margin-top: 0px;
        font-size: 1.2em;
    }
}

section.entry-content.cf {
    overflow: visible;
}

.matters td,
.start-terms td {
    text-align: center;
    background: #f3eed0;
    border: 2px solid #fff;
}

.matters th,
.start-terms th {
    background: #EED959;
    /* Old browsers */
    color: #000;
    border: 2px solid #fff;
}

.campaign-terms td {
    background: salmon;
    color: #FFF;
    font-weight: 600;
}

.text-s {
    font-size: 0.6em;
}

.choose_box h4 div {
    font-size: 1.5em;
    line-height: 1em;
}

.title-white {
    text-align: center;
    color: #FFF;
    padding: 0.5em;
    margin: 0;
    background: #EED959;
    /* background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);
    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);*/
}

.price h3 div {
    font-size: 1.5em;
    /*color: #e61673;*/
    color: #D42D26;
}

@media only screen and (max-width: 767px) {
    .title-white {
        font-size: 0.75em;
    }
    .price-title span {
        background: #EED959;
        /* 
        background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
 
        background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);
       
        background: linear-gradient(to right, #e61673 0%, #69296b 100%);
       
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
       */
        padding: 10px;
        margin: 2px;
        font-size: 0.6em;
    }
    h2.price-title {
        line-height: 1.5em;
    }
}

a.btn {
    text-decoration: none;
}

.page-title {
    color: #FFF;
    background: #EED959;
    color: #000;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);

    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
   
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
    */
    padding: 0.5em 0 0.5em 0;
    text-align: center;
}

.share {
    padding: 0 !important;
    margin-bottom: 0;
}

.share ul.share-plan,
ul.share-button {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.share li {
    margin: 0em 0.5em 0.5em 0em;
}

.share-button li button {
    background: tomato;
    cursor: default;
    pointer-events: none;
}

.clear {
    clear: both;
}

.share-plan li {
    width: auto;
}

.share-plan li button {
    background: #f3e37b;
    color: #000;
    font-weight: bold;
    border-radius: 0.2em;
}

.share-plan span {
    font-size: 1.65em;
}

ul.share-plan i {
    font-size: 1.5em;
}

.s3 h2,
.s3 h3 {
    text-align: center;
    margin: 0.2em;
}

.s3 h2 {
    font-size: 1.2em;
}

.s3 h3 {
    font-size: 1.3em;
    font-weight: bold;
    background: tomato;
    color: #FFF;
    padding: 0.2em;
    border-radius: 0.2em;
}

.s3 h3 span {
    font-size: 1.5em;
}

.price-panel h3 {
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
 
    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);
   
    background: linear-gradient(to right, #e61673 0%, #69296b 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
   */
    color: #000;
    text-align: center;
    padding: 0.5em 0em 0.25em 0em;
    line-height: 1.2em;
}

.price-panel p {
    text-align: center;
}

.price-panel table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

.price-panel th {
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
  
    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);
   
    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
   
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
  */
    /*border: 1px solid mediumvioletred;*/
    border: 1px solid #EADA57;
    color: #000;
    width: 30%;
    font-size: 0.9em;
    padding: 0.5em;
    text-align: center;
}

.price-panel td {
    /*border: 1px solid mediumvioletred;*/
    border: 1px solid #EADA57;
    width: 70%;
    font-size: 0.9em;
    padding: 0.5em;
    text-align: center;
}

.price-panel .basic-table tr:nth-of-type(5) th {
    background: orangered;
    border-bottom: 1px solid orangered;
}

.price-panel tr:nth-of-type(5) th span {
    font-size: 0.8em;
}

.price-panel h4 {
    font-size: 1.2em;
    margin: 0.2em 0em 0.2em 0em;
}

.price-panel .basic-table tr:nth-of-type(5) h4 {
    color: orangered;
    font-size: 2.5em;
}

.price-panel .basic-table tr:nth-of-type(5) td {
    border: 1px solid orangered;
}

.price-panel ul {
    padding-left: 1em;
}

.price-panel li {
    font-size: 0.6em;
    text-indent: -1.2em;
}

.price-panel li:before {
    content: '※ ';
}

.price-panel .price-campaign {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.price-panel td .price-campaign div {
    background: coral;
    border-radius: 50%;
    width: 100px;
    margin: 1em;
    color: #FFF;
    font-weight: bold;
    padding: 0.8em;
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.price-panel td .price-campaign div i {
    font-size: 2em;
}

.price-panel button {
    width: 100%;
    border-radius: 0;
    margin-top: 1em;
}

.price-list button {
    background: none;
    color: #FFF;
    border: 1px solid;
    font-size: 0.75em;
}

ul.share-button {
    margin-top: 1em;
    margin-bottom: 1em;
}

.share-plan button div {
    background: none;
    color: #000;
    font-size: 0.75em;
    border: 1px solid #000;
    padding: 0.25em;
    border-radius: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

..price-panel h4 {
    fon-size: 1.2em;
}

.price-panel h4 span {
    font-size: 1em;
    font-weight: 600;
}

table.share-table p {
    font-size: 0.5em;
}

.share-table .share-campaign {
    background: orangered;
    color: #FFF;
    padding: 0.25em 0.5em 0.25em 0.5em;
    font-size: 0.9em;
    position: relative;
}

.share-campaign:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: orangered transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

.share-table tr:nth-of-type(2) h4,
.share-table tr:nth-of-type(4) h4,
.share-table tr:nth-of-type(6) h4 {}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 90%;
    max-width: 900px;
    padding: 30px 15px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}

@media only screen and (max-width: 767px) {
    ul.share-plan {
        flex-wrap: wrap;
    }
    .price-list h3 {
        font-size: 1.75em;
        padding: 0px;
        margin-top: 0.5em;
        margin-bottom: 0;
        font-weight: 600;
        color: aliceblue;
    }
    .price-detail h3 {
        color: #FFF;
        font-size: 1.5em;
        font-weight: 900;
    }
    .price-detail h3 span {
        font-size: 1.75em;
        font-weight: 600;
    }
    .share-button li {
        width: 100%;
    }
    .share-button li button {
        background: tomato;
        width: 100%;
        font-size: 0.9em;
    }
    ul.share-button {
        margin-top: 1em;
        margin-bottom: 1em;
        flex-wrap: wrap;
    }
    .id-doc1 div {
        background: #25629E;
        padding: 1em;
        color: #FFF;
        font-weight: 600;
        width: 100%;
        float: left;
        margin: 2px;
        text-align: center;
    }
}

.id-doc1 .entry-content p {
    margin: 1em 0 0.5em 0em;
}

.price h4 {
    font-size: 0.8em;
}

#custom_header .btn-wrap a {
    width: 330px;
}

.basic-table .option-table th {
    background: #EED959;
    border: none;
    color: #000;
}

.basic-table .option-table td {
    border: none;
}

.basic-table .option-table tr:nth-of-type(2n-1) td {
    background: #faf8ed;
}

.basic-table .option-table tr:nth-of-type(2n) td {
    background: #f5eba8;
}

.features-text {
    font-size: 0.9em;
    text-align: center;
    margin: 5px auto;
    padding: 0.5em;
}

.features-text a {
    /*color: mediumvioletred;*/
    color: #D42D26;
    font-weight: 600;
}

.features-text a:visited {
    font-weight: 600;
}

.campaign-box {
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    border: 7px solid darkturquoise;
    border-radius: 0.5em;
    margin-top: 1em;
    padding: 0.5em;
}

.campaign-box span {
    font-size: 1.5em;
    color: darkturquoise;
}

.campaign-box h4 {
    font-size: 2em;
    color: #ff6600;
    padding: 0;
    margin: -0.5em 0em 0em 0em;
}

.campaign-box2 {
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    border: 7px solid limegreen;
    border-radius: 0.5em;
    margin-top: 1em;
    padding: 0.5em;
}

.campaign-box2 span {
    font-size: 1.5em;
    color: darkturquoise;
}

.campaign-box2 h4 {
    font-size: 2em;
    color: #ff6600;
    padding: 0;
    margin: -0.5em 0em 0em 0em;
}

.start-campaign tr:nth-of-type(4) td {
    background: orangered;
    color: #FFF;
    font-weight: 700;
}

.start-campaign th {
    background: mediumvioletred;
    color: #FFF;
}

.jcall {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

.jcall img {
    margin: 0;
}

ul.jcall li {
    position: initial;
    padding: 0.5em;
    margin: 0.5em 0;
}

@media only screen and (min-width: 768px) {
    .nav li ul.sub-menu,
    .nav li ul.children {
        background: rgb(0, 0, 0, 0.35) !important;
    }
}

@media only screen and (max-width: 767px) {
    .reason {
        background: #FFF;
        color: #000;
        padding: 1em;
    }
}

.bgfull .footer,
.footer.bg,
.footer .inner {
    background: #333 !important;
}

.remodal {
    background: rgb(0, 0, 0, 0.5) !important;
}

@media only screen and (max-width: 767px) {
    .sp_g_nav li a {
        color: #FFF !important;
    }
    .sp_g_nav>li>a:after {
        color: rgba(255, 255, 255, .8) !important;
    }
}

.footer-mvno {
    font-size: 0.7em;
}

.function-shop {
    width: 80%;
    margin: 0 auto;
    margin-top: 1em;
}

@media only screen and (max-width: 767px) {
    .function-shop {
        width: 100%;
    }
}


/* TERMINAL */

.terminal .wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.terminal img {
    width: 100%;
    padding: 0.5em;
}

.tm-main {
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    padding: 0.5em 1.5em 0.5em 1.5em;
}

.terminal h2 {
    padding: 0.35em 0.5em 0.35em 0.5em;
    margin: 0;
    font-size: 1.1em;
    width: 100%;
    border-radius: 0;
}

.terminal td,
.terminal th {
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1165px) {
    .tm-main {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .tm-main {
        width: 100%;
        padding: 0;
    }
}

h1.gdlr-page-title2 {
    color: #000;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    width: 100%;
    background: #EED959;
    /* 
    background: -moz-linear-gradient(left, #e61673 0%, #69296b 100%);
  
    background: -webkit-linear-gradient(left, #e61673 0%, #69296b 100%);
    
    background: linear-gradient(to right, #e61673 0%, #69296b 100%);
  
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61673', endColorstr='#69296b', GradientType=1);
    */
}

.entry {
    width: 100%;
    clear: both;
    display: flex;
    text-decoration: none;
}


/* 端末カラー */

.tm-color {
    float: left;
    padding: 10px 10px 10px 10px;
    font-size: 0.9em;
}

.tm-color span {
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #333;
    position: relative;
    top: 2px;
    left: -2px;
}

@media only screen and (max-width: 767px) {
    .tm-color {
        padding: 10px 5px 10px 5px;
        font-size: 3.5vmin;
    }
    .tm-color span {
        font-size: 5.5vmin;
    }
}

.tm-red span {
    background: #CC0000;
}

.tm-black span {
    background: #000;
}

.tm-white span {
    background: #FFF;
}

.tm-green span {
    background: green;
}

.tm-blue span {
    background: blue;
}

.tm-copper span {
    background: #BF9224;
}

.tm-silver span {
    background: #9FA0A0;
}

.tm-cosmic span {
    background: #00008b;
}

.tm-poison span {
    background: #dc143c;
}

.tm-pink span {
    background: #ff1493;
}

.tm-metoro span {
    background: gray;
}

.tm-navy span {
    background: navy;
}

.tm-orange span {
    background: orange;
}

.tm-midnight span {
    background: #191970;
}

.tm-space span {
    background: #0000cd;
}

.terminal-table li {
    width: 50%;
    float: left;
    padding: 1em;
}

@media only screen and (max-width: 767px) {
    .terminal-table li {
        width: 100%;
        padding: 1em;
    }
}


/* レシートキャッシュバック */

.receipt .wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.receipt img {
    width: 100%;
    padding: 0.25em;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .receipt-main {
        width: 50%;
        float: left;
        justify-content: center;
        align-items: flex-start;
        padding: 0em 2em 0em 0em;
    }
    .receipt-main img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px) {
    .receipt-main {
        width: 100%;
    }
    .receipt-main img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

.receipt ul {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.receipt .entry-content ul li:before {
    content: "" !important;
    width: 0;
    height: 0;
}

.receipt .entry-content ul li {
    width: calc(100%/3);
    position: relative;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .receipt .entry-content ul li {
        width: calc(100%/2);
    }
}

.receipt-main h2 {
    background: #e61673 !important;
    padding: 0.5em 0.35em 0.5em 0.75em;
    margin: 1em 0 1em 0;
    border-radius: 0px;
}

.receipt-main table th {
    background: #e61673;
    color: #FFF;
}

.receipt-main table td {
    background: #fdeded;
}

.acf-map {
    width: 100%;
    height: 305px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.receipt-note {
    padding: 1em 2em 3em 2em;
}

.receipt-map {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}


/* キャッシュバック対象店舗一覧 */


/* 投稿一覧 */

.list-post li {
    box-shadow: 2px 2px 4px gray;
    width: calc(97%/3);
    padding: 1em 1em 4em 1em;
    margin: 5px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .list-post ul {
        display: block !important;
    }
    .list-post li {
        width: 100%;
    }
    .list-post img {
        width: 100%;
    }
}

a.more-button {
    position: absolute;
    bottom: 1em;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}

.post-category {
    text-decoration: none;
    padding: 0.5em;
    font-weight: bold;
    font-size: 0.8em;
    color: #FFF !important;
}

.list-post ul {
    display: flex;
    flex-wrap: wrap;
}

.list-post button {
    text-align: center;
    width: 100%;
}

.post-title {
    font-weight: bold;
    margin: 0.75em 0em 0.75em 0em;
}

img.attachment-medium.size-medium.wp-post-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.list-post li:before {
    content: "";
    width: 0 !important;
    height: 0 !important;
}

.border-food {
    border: 6px solid #ea5514;
}

.border-beauty {
    border: 6px solid #e61673;
}

.border-health {
    border: 6px solid #2aa339;
}

.border-other {
    border: 6px solid #595757;
}

.category-food {
    background: rgb(234, 85, 20, 0.9);
    color: #FFF;
    padding: 0.5em;
    width: 50%;
    position: absolute;
    font-weight: 600;
}

.category-beauty {
    background: rgb(230, 22, 115, 0.9);
    color: #FFF;
    padding: 0.5em;
    width: 50%;
    position: absolute;
    font-weight: 600;
}

.category-health {
    background: rgb(42, 163, 57, 0.9);
    color: #FFF;
    padding: 0.5em;
    width: 50%;
    position: absolute;
    font-weight: 600;
}

.category-other {
    background: rgb(89, 87, 87, 0.9);
    color: #FFF;
    padding: 0.5em;
    width: 50%;
    position: absolute;
    font-weight: 600;
}

span.payment {
    background: #FF3300;
    padding: 0.65em;
    font-size: 0.8em;
    color: #FFF;
    margin-right: 0.5em;
    border-radius: 4px;
}

.gmap_frame {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.btn-wrap.simple.maru a,
div.whatsnew .newmark {
    opacity: 1 !important;
    background-color: #EED959 !important;
}

.btn-wrap.simple.maru a,
div.whatsnew .newmark,
section.content-blue {
    color: #000 !important;
}

.feature h4 {
    color: #D42D26 !important;
}

.feature h5 {
    font-size: 16px;
    color: #000 !important;
}

table.res {
    text-align: center;
    padding: 5px;
}

@media only screen and (max-width: 767px) {
    table.res {
        font-size: 11px;
    }
    table.res td {
        padding: 5px;
    }
}