.page-header, .entry-header {
    display: none;
}
/*.main-navigation {
    display: none;
}
.breadcrumbs-outer {
    display: none;
}*/
a {
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#gm_app h2 {
    font-size: 3.0rem;
    font-size: clamp(1.25rem, 5.5vw, 3.0rem);
    font-size: clamp(1.25rem, 0.810rem + 1.878vw, 2.5rem);
    color: #004727;
    font-weight: 700;
}
#gm_app h2 span {
    font-size: 1.5rem;
    font-size: clamp(1.0rem, 6.0vw, 1.5rem);
    font-weight: normal;
}
#gm_app .h3 {
    font-size: 1.5rem;
    font-size: clamp(1.25rem, 6.0vw, 1.5rem);
    color: #004727;
}
.f-red {color: red;
    font-weight: 500;
    margin: 1.0rem 0;
}
#page {
    background: url(/pict/gm-app/base-green.webp);
}
.entry-content {
    background: url(/pict/gm-app/base-green-content.webp);
    max-width: 960px;
    margin: auto;
}

.only_pc { display: block; }
.only_sp { display: none; }
@media screen and (max-width: 790px){
    .only_pc { display: none; }
    .only_sp { display: block; }
}

.app_content_outer {/*ダウンロード・sub_menu・お問い合わせ用*/
    max-width: 100%;
}
.app_contents {
    padding: 4.0rem;
    /*margin-bottom: 5.0rem;*/

}
.sec {
    background-color: #FFF;
    border-radius: 50px;
    max-width: 960px;
    margin: auto;
    padding: 2.0rem;
}

@media screen and (max-width: 765px) {
    .app_contents {
    padding: 1.0rem;
}
.sec {
    border-radius: 10px;
    padding: 0.5rem;
}
}
.center {
    text-align: center;
}
.app_with_cogca_ttl {
    display: flex;
}
.app_with_cogca_ttl img {
    transform: rotate(-15deg);
    width: 150px;
    height: 100px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.app_with_cogca_ttl h2 {
    margin-left: 20px;
    padding: 0;
}
@media screen and (max-width: 991px) {
    .app_with_cogca_ttl {
        display: block;
    }
    .app_with_cogca_ttl img {
        /*transform: none;*/
        width: 100px;
        height: auto;
    }
    .app_with_cogca_ttl h2 {
        margin-left: 0;
    }
}

.app_ttl {
    margin-bottom: 1.0rem;
}
.app_img .box_cont {
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
    max-width: 900px;
    margin: auto;
}
.app_img .box_cont .box_left {
    max-width: 47%;
}
.app_img .box_cont .box_right {
    max-width: 48%;
}
.app_img .box_cont .box_txt {
    font-size: 16px;
    line-height: 1.45em;
    margin: 0.5em 1em 0;
}

@media screen and (max-width: 790px){
    }
    .box_cont {
        display: block;
    }
    .box_cont .box_left,
    .box_cont .box_right {
        max-width: 96%;
        text-align: center;
        margin: 0 auto;
    }
    .box_cont .box_left {
        margin-bottom: 5vw;
    }
    .box_cont .box_txt {
        width: 350px;
        max-width: 76%;
        margin: 0.5em auto 0;
        font-size: 14px;
        text-align: left;
    }
    .box_cont .box_txt span {
        display: initial;
    }
    .box_cont img {
        max-width: 100%;
    }

.sub_menu {
    width: 100%;
    padding: clamp(0px, 5vw, 50px) 0;
    display: flex;
    justify-content: center;
    background: white;
}
ul.sub_menu_list {
    margin: 0;
}
.sub_menu_list {
    width: clamp(0px, 89vw, 890px);
    display: flex;
    /*border-left: 2px solid #009e96;*/
}
.sub_menu_list li {
    width: 25%;
    /*border-right: 2px solid #009e96;*/
}
.sub_menu_list li a {
    font-size: clamp(0px, 2.4vw, 24px);
    font-weight: bold;
    color: #009e96;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    text-align: center;
    display: block;
    padding: clamp(0px, 3vw, 30px) 0 clamp(0px, 5.5vw, 55px);
    position: relative;
    transition: all .2s;
    white-space: nowrap;
}
.sub_menu_list li a::after {
    content: '';
    width: clamp(0px, 2.5vw, 25px);
    height: clamp(0px, 2vw, 20px);
    background-image: url("/pict/gm-app/gm-arrow.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    position: absolute;
    bottom: clamp(0px, 1vw, 10px);
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s;
}
.sub_menu_list li a:hover::after {
    bottom: clamp(0px, 0.5vw, 5px);
}

@media screen and (max-width: 994px){
    .sub_menu {
        padding: 0
    }
    .sub_menu_list {
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
        border-left: none;
    }
    .sub_menu_list li {
        width: 50%;
        border: none;
    }
    .sub_menu_list li {
        border-bottom: 1px solid #009e96;
    }
    .sub_menu_list li:nth-last-child(-n+2) {
        border-bottom: none;
    }
    .sub_menu_list li:nth-child(odd) {
        border-right: 1px solid #009e96;
    }
    .sub_menu_list li a {
        font-size: 3.5vw;
        line-height: 1.5;
        padding: 1.2em 1em 1.7em;
    }
    .sub_menu_list li a::after {
        width: 5vw;
        height: 3vw;
        background-position: center;
    }
}

.download {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.dl_ttl {
    width: clamp(0px, 88vw, 880px);
    margin-bottom: clamp(0px, 4vw, 40px);
    font-size: 1.5rem;
    padding-top: 3.0rem;
    margin-bottom: 0;
    width: 100%;
    /*font-family: "Zen Maru Gothic", sans-serif;*/
    font-weight: 500;
    font-style: normal;
}
.remarks {
    font-size: 0.85rem;
    line-height: 0.95rem;
    margin-top: 1.0rem;
}
.app_dl {
    background-color: rgba(255, 255, 255, 0.8);
}

.app_dl_link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0px, 7.5vw, 75px);
    align-items: baseline;
    margin-bottom: 0;
}

.app_dl_link li {
    display: flex;
    align-items: center;
    gap: clamp(0px, 1.5vw, 15px);
}
.qr {
    max-width: 120px;
    margin: 1.0rem 0 2.0rem;
    padding: 0.5rem;
    background: white;
    border: 1px solid black;
    max-width: 100px;
}
.app_dl_link li .qr {
    width: clamp(0px, 14.5vw, 145px);
}

.app_dl_link li .link {
    width: clamp(0px, 24vw, 240px);
}

.download .note_area {
    width: clamp(0px, 86vw, 860px);
    color: #000;
}

.download .note_list li {
    font-size: clamp(0px, 1.5vw, 15px);
    letter-spacing: 0.04em;
    line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
}

.download .note_list_s li {
    font-size: clamp(0px, 1.2vw, 12px);
    letter-spacing: 0.04em;
    line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 790px){
    .download_ttl {
        width: 90vw;
        margin-bottom: 8vw;
    }
    ul.app_dl_link {
        margin: 0;
    }

    .app_dl_link {
        flex-direction: column;
        align-items: center;
        gap: 6vw;
        margin-bottom: 0;
    }

    .app_dl_link li {
        gap: 4vw;
    }

    .app_dl_link li .qr {
        width: 20vw;
    }

    .app_dl_link li .link {
        width: 40vw;
    }

    .download .note_area {
        width: 86vw;
    }

    .download .note_list li {
        font-size: 3.5vw;
    }

    .download .note_list_s li {
        font-size: 3vw;
        line-height: 1.6em;
    }
}


.dot {
    border: dotted 3px #004727;
    margin: 1.5rem 0;
    border-left-style: hidden;
    border-right-style: hidden;
}
.card_box {
    width: 100%;
    min-height: clamp(0px, 32.5vw, 325px);
    position: relative;
    /*margin-bottom: clamp(0px, 12vw, 120px);*/
}

.card_box .text_area {
    padding: clamp(0px, 3.5vw, 35px) clamp(0px, 3vw, 30px);
    position: relative;
    z-index: 2;
}

.card_box .text_area .text_1 {
    font-size: clamp(0px, 3vw, 30px);
    line-height: 1.5em;
    letter-spacing: 0.02em;
    color: var(--c-main);
    font-weight: 900;
    margin-bottom: 0.8em;
}

.card_box .text_area .text_1 small {
    font-size: 0.8em;
}

.card_box .text_area .text_2 {
    font-size: clamp(0px, 1.8vw, 18px);
    line-height: 1.8em;
    letter-spacing: 0.14em;
    color: var(--c-main);
    font-weight: 500;
    margin-bottom: 0.5em;
    font-weight: 300;
}

.card_box .text_area .note {
    font-size: clamp(0px, 1.6vw, 16px);
    letter-spacing: 0.08em;
}

.card_box .card_img {
    width: clamp(0px, 28vw, 280px);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

ul.link_bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 13vw, 130px);
    gap: clamp(0px, 5vw, 50px);
}

@media screen and (max-width: 790px){
    .card_box {
        min-height: 0;
        margin-bottom: 12vw;
        padding-bottom: 3vw
    }

    .card_box .text_area {
        padding: 7vw 5vw 4vw;
    }

    .card_box .text_area .text_1 {
        font-size: 5.2vw;
        line-height: 1.7em;
        white-space: nowrap;
    }

    .card_box .text_area .text_2 {
        font-size: 4vw;
        line-height: 1.6em;
        /*letter-spacing: 0.1em;*/
        font-size: 1.0rem;
    }

    .card_box .text_area .note {
        font-size: 3vw;
    }

    .card_box .card_img {
        width: 50vw;
        position: relative;
        margin: 0 auto;
        display: block;
    }

    .card .link_area {
        gap: 10vw;
    }
    .ttl_card_img {
        text-align: center;
    }
}

.btn_posi {
    width: clamp(0px, 57.5vw, 575px);
    height: clamp(0px, 7vw, 70px);
    font-size: clamp(0px, 2.7vw, 27px);
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #FFF;
    background-color: #009e96;
    border: clamp(0px, 0.4vw, 4px) solid #009e96;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s, background 0.3s;
}
.btn_neg {
    width: clamp(0px, 57.5vw, 575px);
    height: clamp(0px, 7vw, 70px);
    font-size: clamp(0px, 2.7vw, 27px);
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #009e96;
    background-color: #fff;
    border: clamp(0px, 0.4vw, 4px) solid #009e96;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s, background 0.3s;
    margin: auto;
}

.btn_posi:hover {
    opacity: 1;
    color: #fff;
    background-color: #009e96;
}
.btn_neg:hover {
    opacity: 1;
    color: #009e96;
    background-color: #fff;
}

@media screen and (max-width: 790px){
    .btn_posi, .btn_neg {
        width: 80vw;
        height: 11vw;
        font-size: 4vw;
        letter-spacing: 0.1em;
        border: 2px solid #009e96;
    }
}

.qa_list dt {
    color: #004727;
}
.qa_list dt, .qa_list dd {
    font-size: clamp(1rem, 0.648rem + 1.502vw, 2rem);
}

.qa_item {
    border-top: 3px dotted #004727;
}
.bottom {
    margin: 1.5rem 0;
    border-bottom: 3px dotted #004727;
}

.qa_q,
.qa_a {
    display: flex;
    align-items: flex-start;
    gap: clamp(0px, 2.5vw, 25px);
}

.qa .box_ttl {
    line-height: 1;
    padding: clamp(0px, 2vw, 20px) 0;
    margin-bottom: 0;
}

.qa_list {
    width: clamp(0px, 80vw, 800px);
    display: flex;
    flex-direction: column;
    margin-bottom: clamp(0px, 7vw, 70px);
    max-width: 100%;
    margin-top: 1.5rem;
}

.qa_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 3.5vw, 35px);
    padding: clamp(0px, 5vw, 50px) 0;
    padding: 0 !important;
}


.qa_q,
.qa_a {
    display: flex;
    align-items: flex-start;
    gap: clamp(0px, 2.5vw, 25px);
}

.qa_text {
    margin-top: clamp(0px, 0.3vw, 3px);
}

.qa_text p {
    font-size: clamp(0px, 1.8vw, 18px);
    letter-spacing: 0.14em;
    line-height: 1.8em;
}


@media screen and (max-width: 790px){
    .qa .box_ttl {
        padding: 3vw 0;
    }

    .qa_list {
        width: 84vw;
        margin-bottom: 0;
    }

    .qa_item {
        gap: 5vw;
        padding: 7vw 0;
    }
    
    .qa_q,
    .qa_a {
        gap: 5vw;
    }

    .qa_q img,
    .qa_a img {
        width: 6vw;
    }

    .qa_text {
        margin-top: 0.3vw;
    }

    .qa_text p {
        font-size: 3.8vw;
    }

    .qa_note {
        margin-top: 3vw;
    }

    .qa_note li {
        font-size: 3vw;
    }

}

.app_inquiry p {
    /*color: #FFF;*/
    margin-top: 1.0rem;
    font-size: clamp(1rem, 0.648rem + 1.502vw, 2rem);
    line-height: clamp(1.5rem, 1.148rem + 1.502vw, 2.5rem);
}
