@charset "utf-8";
/* CSS Document */
/*
Theme Name: 卓球中古ラケット販売・買取　あどばんす＋ 2025
Theme URI: https://t-advance.jp/ad-plus/
Description:
Version: 1.0
Author: DIGITAL STRIVE
Author URI: https://d-strive.com/
Requires PHP: 7.4
*/

@import url("css/reset.css");
@import url("css/media.css");
@import url("css/custom_mfp.css");





/*--- PC版表示CSS ---*/
html {
    font-size: 62.5%;
    /* 10px */
}

body {
    color: #333333;
    background: #fff;
    font-size: 1.8rem;
    /* 18px */
    line-height: 1.8em;
    position: relative;
    font-family: "Helvetica Neue", "Helvetica", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.6rem;
        /* 16px */
        line-height: 1.6em;
    }
}

/* Google-Fonts */
.noto-serif-jp-light {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.noto-serif-jp-semibold {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.mincho {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}


/*--- 共通css ---*/
* {
    box-sizing: border-box;
}

.clear {
    clear: left;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

img {
    vertical-align: bottom;
}

a {
    position: relative;
    z-index: 2;
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    transition: all 0.5s;
    opacity: 0.8;
}

a img:hover {
    transition: all 0.5s;
    opacity: 0.8;
}

a img {
    border-width: 0px;
    border-style: none;
    border-color: #fff;
    background: transparent;
}

a.anchor {
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}

section {
    position: relative;
    width: 100%;
}

.container {
    padding: 40px 0;
}

.container100 {
    width: 100%;
    padding: 40px 0;
}

.container900 {
    width: 85%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

.container1000 {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.container1200 {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}



.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}



.thin {
    font-weight: 100;
}

.extralight {
    font-weight: 200;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.semi_bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.black {
    font-weight: 900;
}



/*--- カラーコンポーネント ---*/
.txt_blue {
    color: #0F357F !important;
}

.txt_green {
    color: #127635 !important;
}

.txt_white {
    color: #fff !important;
}








.txt_lightgreen {
    color: #75BF47 !important;
}

.txt_orange {
    color: #FF7C42 !important;
}

.txt_red {
    color: #d00 !important;
}

.txt_brown {
    color: #916223 !important;
}





.bg_stripe {
    background: #fff url(imgs-u/bg_stripe.png) repeat;
}

.bg_stripe_blue {
    background: #D9E1F0 url(imgs-u/bg_stripe_w.png) repeat;
}

.bg_stripe_green {
    background: #E1F0D9 url(imgs-u/bg_stripe_w.png) repeat;
}

.bg_blue {
    color: #fff !important;
    background: #0F357F !important;
}

.bg_lightblue {
    background: #D9E6F0 !important;
}

.bg_green {
    color: #fff !important;
    background: #127635 !important;
}

.bg_lightgreen {
    background: #E1F0D9 !important;
}

.bg_navy {
    color: #fff !important;
    background: #2E3192 !important;
}

.bg_lightgray {
    color: #333;
    background: #F0F0F0 !important;
}

.bg_black {
    color: #fff !important;
    background: #333 !important;
}

.bg_white {
    background: #fff !important;
}





.bg_ivory {
    color: #333;
    background: #FFFAEA !important;
}

.bg_gray {
    color: #333;
    background: #B1B1B1 !important;
}

.bg_icegreen {
    color: #333;
    background: #E1EFD0 !important;
}

.bg_orange {
    color: #fff;
    background: #F29500 !important;
}

.bg_brown {
    color: #fff;
    background: #8D6228 !important;
}



/*--- ボタンコンポーネント ---*/
/* ボタンホワイト */
.btn_white,.btn_orange {
    font-size: 1.6rem;
}

.btn_white a {
    position: relative;
    color: #333;
    background: #fff;
    opacity: 0.6;
    width: 240px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border: 1px solid #333;
    display: block;
}

.btn_white a::before {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    content: "";
    width: calc(10px / 2 * tan(60deg));
    height: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #333;
    transition: all 0.3s;
}

.btn_white a:hover {
    background: #fff;
    opacity: 1.0;
}
.btn_white a:hover::before {
    right: 10px;
}

/* ボタンオレンジ */
.btn_orange a {
    position: relative;
    color: #fff;
    background: #F29500;
    opacity: 0.75;
    width: 240px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border: 1px solid #fff;
    display: block;
}

.btn_orange a::before {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    content: "";
    width: calc(10px / 2 * tan(60deg));
    height: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
    transition: all 0.3s;
}

.btn_orange a:hover {
    background: #F29500;
    opacity: 1.0;
}
.btn_orange a:hover::before {
    right: 10px;
}

/* ボタングリーン */
.btn_green {
    display: flex;
    justify-content: center;
}

.btn_green a {
    position: relative;
    color: #333;
    border: 2px solid #439038;
    width: 240px;
    height: 60px;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 56px;
    padding: 0 1.5em;
    display: inline-block;
    margin: 0.5em 0;
}

.btn_green a:hover {
    color: #fff;
    background: #439038;
}

.btn_green a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    width: 10px;
    height: 14px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #439038;
    transition: all 0.25s;
}

.btn_green a:hover::before {
    background: #fff;
}





/*--- ヘッダー ---*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    background: #fff;
}

.header_inner {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.header_logo {
    position: relative;
    z-index: 90;
    width: 180px;
}

.header_logo img {
    width: 100%;
    height: 100%;
    aspect-ratio: 180 / 60;
}

/*-- xl - W1200 --*/
@media screen and (max-width: 1200px) {
    /*--- ヘッダー ---*/
}

/*-- lg - W992 --*/
@media screen and (max-width: 992px) {
}

/*-- md - W768 --*/
@media screen and (max-width: 768px) {
    /*--- ヘッダー ---*/
    .header_inner {
        width: 100%;
        height: 60px;
        padding: 0 20px;
    }

    .header_logo {
        width: 130px;
        height: 40px;
    }

    .header_logo img {
        width: 100%;
        height: 100%;
        aspect-ratio: 130 / 40;
    }
}

/*--- グローバルナビ ---*/
.global_navi {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

/*-- xl - W1200 --*/
@media screen and (max-width: 1200px) {
    #global_navi {
        display: none;
    }
}

.global_navi li {
    position: relative;
    width: auto;
    margin: 0 18px;
    padding: 1.0em 0.5em;
    font-size: 1.5rem;
    text-align: center;
}

.global_navi li a {
    font-size: 2.0rem;
    font-weight: 600;
}

.navi_blue li a,
.navi_blue li a:hover {
    color: #0F357F;
}

.navi_green li a,
.navi_green li a:hover {
    color: #127635;
}




/*-- ハンバーガーボタン --*/
.hamburger,
.globalMenuSp {
    display: none;
}

/*-- md - w768 --*/
@media screen and (max-width: 768px) {
    .hamburger {
        display: block;
        position: fixed;
        z-index: 100;
        right: 10px;
        top: 4px;
        width: 49px;
        height: 49px;
        cursor: pointer;
        text-align: center;
        background: #ccc0;
    }

    .hamburger::before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        font-size: 1.2rem;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 41px;
        height: 2px;
        left: 4px;
        background: #333;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 14px;
    }

    .hamburger span:nth-child(2) {
        top: 24px;
    }

    .hamburger span:nth-child(3) {
        top: 34px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active::before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        font-size: 1.2rem;
    }

    .hamburger.active span:nth-child(1) {
        background: #333;
        top: 24px;
        left: 4px;
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        transform: rotate(-160deg);
    }

    .hamburger.active span:nth-child(2) {
        width: 1px;
        background: #333;
        top: 24px;
        left: 24px;
    }

    .hamburger.active span:nth-child(3) {
        background: #333;
        top: 24px;
        left: 4px;
        -webkit-transform: rotate(160deg);
        -moz-transform: rotate(160deg);
        transform: rotate(160deg);
    }

    .globalMenuSp {
        position: fixed;
        z-index: 80;
        top: 0;
        right: 0;
        background: #fff;
        transform: translateX(100vw);
        transition: all 0.6s;
        width: 100%;
        height: 100%;
        display: block;
        overflow-y: scroll;
    }

    /* .activeを、jsで付与・解除する */
    .globalMenuSp.active {
        transform: translateX(0%);
    }

    .globalMenuSp-overlay {
        position: fixed;
        z-index: 89;
        top: 0;
        right: 0;
        content: "";
        background: #3338;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease;
        width: 100%;
        height: 100%;
    }

    /* .activeを、jsで付与・解除する */
    .globalMenuSp-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    nav.globalMenuSp ul {
        width: 70%;
        margin: 0 auto;
        padding: 120px 0 40px;
    }

    nav.globalMenuSp ul li {
        font-size: 1.8rem;
        font-weight: 400;
        text-align: center;
        padding: 0.75em 0;
        border-bottom: 1px solid #ccc;
    }

    nav.globalMenuSp ul li:nth-child(1) {
        border-top: 1px solid #ccc;
    }

    nav.globalMenuSp ul li a {
        color: #127635;
        font-size: 1.8rem;
        font-weight: 600;
        display: block;
    }

    nav.globalMenuSp .btn_gmsp {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }

    nav.globalMenuSp .btn_cv_gms {
        display: flex;
        justify-content: center;
    }

    nav.globalMenuSp .btn_cv_gms a {
        position: relative;
        color: #ff0;
        background: #FF7C42;
        width: 270px;
        height: 60px;
        border-radius: 30px;
        line-height: 60px;
        font-size: 2.0rem;
        font-weight: 600;
        text-align: center;
    }
}

    nav.globalMenuSp .btn_cv_gms a::before {
        position: absolute;
        top: 40%;
        right: 25px;
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid #ff0;
        border-right: 2px solid #ff0;
        transform: rotate(45deg);
    }





/*--- スクロールトップ ---*/
#page_top {
    position: fixed;
    z-index: 10;
    color: #fff;
    background: #0F357F;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    padding: 1.4em 0 0;
    bottom: 60px;
    right: 5%;
    box-shadow: 0 4px 4px #33333380;
}

#page_top:hover {
    box-shadow: 0 0 4px #fff;
}

#page_top::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    width: 12px;
    /* くの字を山なりに見た時、左側の長さ */
    height: 12px;
    /* くの字を山なりに見た時、右側の長さ */
    border-top: 3px solid #fff;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-right: 3px solid #fff;
    /* くの字を山なりに見た時、右側の太さと色 */
    transform: rotate(-45deg);
    /* くの字の向き */
}



footer {
    width: 100vw;
}

.footer_banner li {
    width: 330px;
    height: 120px;
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .footer_banner li {
        width: 80%;
        height: auto;
        margin: 10px auto;
    }
}

.footer_banner li img {
    width: 100%;
    height: 100%;
    aspect-ratio: 330 / 120;
    object-fit: cover;
}

.footer_logo {
    width: 200px;
    height: 50px;
}

.copyright {
    font-size: 1.6rem;
}





/*--- メインコンテンツ ---*/
#main_visual {
    width: 100vw;
}

.mv_blue {
    background: url(imgs-u/bg_top_pc.png) no-repeat 50% 50% / cover;
}

@media screen and (max-width: 768px) {
    .mv_blue {
        background: url(imgs-u/bg_top_sp.png) no-repeat 50% 50% / cover;
    }
}

.mv_green {
    background: url(imgs-k/bg_top_pc.png) no-repeat 50% 50% / cover;
}

@media screen and (max-width: 768px) {
    .mv_green {
        background: url(imgs-k/bg_top_sp.png) no-repeat 50% 50% / cover;
    }
}

.main_visual_wrap {
    position: relative;
    width: 66%;
    height: auto;
    margin-left: 24%;
    padding-top: 38%;
}

@media screen and (max-width: 768px) {
    .main_visual_wrap {
        position: relative;
        width: 100%;
        height: auto;
        margin-left: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }
}

.mv01 {
    position: absolute;
    top: 5%;
    left: 0;
    width: 50%;
    height: auto;
}

.mv01 img {
    width: 100%;
    height: 100%;
    aspect-ratio: 630 / 500;
}

.mv02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62%;
    height: auto;
}

.mv02 img {
    width: 100%;
    height: 100%;
    aspect-ratio: 780 / 710;
}

.mv03 {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 32%;
    height: auto;
}

.mv03 img {
    width: 100%;
    height: 100%;
    aspect-ratio: 400 / 100;
}

@media screen and (max-width: 768px) {
    .mv01,
    .mv02,
    .mv03 {
        position: relative;
        width: 85%;
    }

    .mv01 img {
        aspect-ratio: 340 / 240;
    }

    .mv02 img {
        aspect-ratio: 340 / 210;
    }

    .mv03 img {
        aspect-ratio: 280 / 76;
    }
}

.triangle {
    position: relative;
    width: 100%;
    height: 720px;
}

.triangle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 20%;
    clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
    background: #fff;
}

@media screen and (max-width: 768px) {
    .triangle {
        height: auto;
    }

    .triangle::before {
        height: 10%;
    }
}

.point_list {
    width: 360px;
    margin: 45px;
}

.point_list img {
    width: 100%;
    height: 100%;
    aspect-ratio: 360 / 442;
}

@media screen and (max-width: 768px) {
    .point_list {
        width: 100%;
        margin: 20px 0;
    }

    .point_list img {
        aspect-ratio: 335 / 300;
    }
}

.point_content {
    width: 100%;
    padding: 1.5em 2.0em;
    font-size: 1.8rem;
    line-height: 1.4em;
    border-radius: 10px;
}

.about {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 2.0em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .about {
        font-size: 1.6rem;
        text-align: left;
    }
}

.marker {
    background: linear-gradient(transparent 50%, #ff0 50%);
    display: inline; /* 複数行にラインを引くためインライン属性を指定する */
}

.nyukachu {
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .nyukachu {
        font-size: 1.8rem;
    }
}

.nyukachu::before {
    content: "";
    width: 24px;
    height: 36px;
    background: #333;
    clip-path: polygon(0 10%, 25% 0, 100% 100%);
    margin-right: 0.25em;
    display: inline-block;
    vertical-align: middle;
}

.nyukachu::after {
    content: "";
    width: 24px;
    height: 36px;
    background: #333;
    clip-path: polygon(100% 10%, 75% 0, 0 100%);
    margin-left: 0.25em;
    display: inline-block;
    vertical-align: middle;
}



.reason_list,
.merit_list {
    display: flex;
    flex-flow: row nowrap;
}

@media screen and (max-width: 768px) {
    .reason_list,
    .merit_list {
        flex-flow: column nowrap;
    }
}

.reason_items,
.merit_items {
    width: 350px;
    margin-right: 75px;
}

.reason_items:nth-of-type(3),
.merit_items:nth-of-type(3) {
    width: 350px;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .reason_items,
    .reason_items:nth-of-type(3),
    .merit_items,
    .merit_items:nth-of-type(3) {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .reason_items img,
    .merit_items img {
        width: 100%;
    }
}

.reason_number img,
.merit_number img {
    width: 350px;
    aspect-ratio: 350 / 50;
}


@media screen and (max-width: 768px) {
    .reason_number img,
    .merit_number img {
        width: 170px;
        aspect-ratio: 170 / 40;
    }
}

.reason_title,
.merit_title {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .reason_title,
    .merit_title {
        font-size: 2.4rem;
        font-weight: 600;
        text-align: center;
    }
}

.reason_pic,
.merit_pic {
    width: 350px;
}

.reason_pic img,
.merit_pic img {
    width: 100%;
    height: 100%;
    aspect-ratio: 350 / 220;
}

@media screen and (max-width: 768px) {
    .reason_pic,
    .merit_pic {
        width: 335px;
    }

    .reason_pic img,
    .merit_pic img {
        aspect-ratio: 335 / 211;
    }
}

.reason_content,
.merit_content {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
}

.second_title {
    color: #0F357F;
    background: #ff0;
    font-size: 3.0rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5em;
    border-radius: 80px;
}

@media screen and (max-width: 768px) {
    .second_title {
        font-size: 2.0rem;
        line-height: 1.2em;
    }
}

.reason_satei:nth-of-type(1) {
    margin-right: 32px;
}


@media screen and (max-width: 768px) {
    .reason_satei:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.satei_content {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.8em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .satei_content {
        font-size: 1.6rem;
        text-align: left;
    }
}



.merit_kodukai {
    flex: 1 1 33.33%;
}

.kodukai_content {
    color: #FFF000;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.8em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .kodukai_content {
        font-size: 1.6rem;
        text-align: left;
    }
}



.recommend {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.recommend_item {
    width: 25%;
}

@media screen and (max-width: 768px) {
    .recommend_item {
        width: 100%;
    }
}



.voice_list {
    width: 370px;
    margin-right: 45px;
    margin-bottom: 60px;
}

.voice_list:nth-of-type(3n) {
    width: 370px;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .voice_list,
    .voice_list:nth-of-type(3n) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.voice_title {
    position: relative;
    width: 100%;
    height: 100px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.voice_title img {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .voice_title img {
        width: 100%;
        aspect-ratio: 335 / 115;
    }
}

.voice_content {
    background: #fff;
    font-size: 1.6rem;
    width: 100%;
    padding: 1.0em 2.0em;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}



.ad_items {
    width: 380px;
    margin-right: 30px;
}

.ad_items:nth-of-type(3) {
    width: 380px;
    margin-right: 0;
}

.ad_items img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .ad_items {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ad_items:nth-of-type(3) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.header_flow {
    position: relative;
    color: #127635;
    font-size: 3.0rem;
    font-weight: 600;
}

.list_flow {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .list_flow {
        border-radius: 15px;
        padding: 20px;
        justify-content: center;
        align-items: center;
    }
}

.flow_number {
    position: relative;
    color: #fff;
    background: #FF7C42;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    line-height: 3.5em;
    flex: 1 1 80px;
}

.flow_number::before {
    position: absolute;
    top: -1.25em;
    left: 0;
    right: 0;
    content: "STEP";
    font-size: 2.0rem;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .flow_number {
        max-width: 40px;
        max-height: 40px;
        font-size: 2.0rem;
        line-height: 2.6em;
        flex: 1 1 40px;
    }

    .flow_number::before {
        top: -1.25em;
        font-size: 1.0rem;
    }
}

.flow_illust {
    flex: 1 1 222px;
}

@media screen and (max-width: 768px) {
    .flow_illust {
        flex: 1 1 100%;
    }
}

.header_flow_h4 {
    font-size: 2.5rem;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .header_flow_h4 {
        font-size: 1.6rem;
        text-indent: 0.5em;
    }
}

.flow_phone {
    position: relative;
    font-size: 3.5rem;
    font-weight: 600;
    padding-left: 1.5em;
    margin-bottom : 0.5em;
}

.flow_phone::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "TEL";
    color: #fff;
    background: #127635;
    padding: 0 0.5em;
    font-size: 1.6rem;
}

.flow_phone::after {
    position: absolute;
    bottom: -2.0em;
    left: 6.0em;
    content: "（受付時間：9時〜19時）";
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;;
}

@media screen and (max-width: 768px) {
    .flow_phone::after {
        bottom: -2.0em;
        left: 6.0em;
    }
}

.flow_article {
    flex: 1 1 538px;
}

@media screen and (max-width: 768px) {
    .flow_article {
        flex: 1 1 100%;
    }
}

.btn_dl a {
    color: #fff;
    background: #FF7C42;
    width: 300px;
    height: 50px;
    border-radius: 25px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .btn_dl a {
        width: 260px;
    }
}

.caution_send {
    color: #FF7C42;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    margin-top: 10px;
}

.header_send {
    color: #fff;
    background: #8FC31F;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    width: 168px;
    height: 30px;
    border-radius: 15px;
}

.send_info {
    margin-top: 20px;
    flex: 1 1 100%;
}

.send_info dl {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.send_info dt {
    color: #fff;
    background-color: #127635;
    width: 15%;
    height: 80px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_info dd {
    color: #127635;
    background-color: #E1EFD0;
    width: 85%;
    height: 80px;
    font-weight: 500;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .send_info dl {
        flex-flow: column nowrap;
        align-items: center;
    }

    .send_info dt {
        width: 100%;
        height: auto;
        padding: 0.25em 0;
    }

    .send_info dd {
        width: 100%;
        height: auto;
        font-size: 1.4rem;
    line-height: 1.2em;
        padding: 0.75em 0;
    }
}

.header_privacy_h2 {
    color: #fff;
    background-color: #707070;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .header_privacy_h2 {
        font-size: 1.8rem;
    }
}

.privacy_list {
    margin-bottom: 40px;
}

.privacy_list li {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
    .privacy_list li {
        font-size: 1.4rem;
        line-height: 1.4em;
        margin-bottom: 0.75em;
        padding-left: 2.0em;
        text-indent: -1.5em;
    }
}

.header_contact_h2 {
    color: #fff;
    background-color: #127635;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .header_contact_h2 {
        font-size: 1.8rem;
    }
}

.contact_wrap {
    flex: 1 1 50%;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.4em;
}

.contact_wrap:nth-of-type(1) {
    border-right: 1px solid #127635;
}

.contact_phone a {
    color: #127635;
    font-size: 3.6rem;
}

.contact_form a {
    color: #ff0;
    background: #127635;
    font-size: 2.4rem;
    padding: 0.75em 2.0em;
    border-radius: 80px;

}

@media screen and (max-width: 768px) {
    .contact_wrap {
        flex: 1 1 100%;
        font-size: 1.8rem;
        line-height: 2.4em;
    }

    .contact_wrap:nth-of-type(1) {
        border-right: none;
        border-bottom: 1px solid #127635;
        padding-bottom: 2.0em;
        margin-bottom: 2.0em;
    }

    .contact_phone a {
        color: #127635;
        font-size: 3.0rem;
    }

    .contact_form a {
        font-size: 2.0rem;
        border-radius: 80px;

    }
}



@media screen and (max-width: 768px) {

}




































/*--- End ---*/
