/* ----------------------------
記事一覧・記事詳細の基本的枠組スタイル
---------------------------- */
.voice {
    overflow: hidden;
}

.f_header .f_inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.f_main {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

    .f_main .f_inner {
        display: block;
        width: 100%;
        max-width: 1180px;
        margin: 0 auto;
    }

.f_col2Inner {
    display: block;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding-top: 50px;
}

    .f_col2Inner::after {
        content: "";
        display: block;
        clear: both;
    }

.f_contents {
    display: block;
    width: 100%;
    float: left;
}
/*.f_side {
	display: block;
	width: 235px;
	float: right;
}
.f_side h2 { text-align: center; }*/
.f_footer {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 50px 0 0;
}

    .f_footer::before {
        content: "";
        width: 100%;
        height: 100%;
        background-size: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
    }

    .f_footer::after {
        content: "";
        width: 54px;
        height: 67px;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 150px;
    }

.f_copyright {
    background-color: #000000;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
    padding: 35px 0;
}
.center{
  text-align: center;
}


@media screen and (max-width: 960px) {
    .f_contents {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-right: 0;
    }
    /*.f_side {
		width: 100%;
		float: none;
	}*/
}

@media screen and (max-width: 768px) {
    .f_main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .f_copyright {
        font-size: 1.2rem;
        color: #444;
        padding: 23px 55px;
    }

    .f_topBtn {
        width: 42px;
        height: 42px;
        right: 15px;
        position: fixed;
        z-index: 50;
    }

    .f_col2Inner {
        margin-bottom: 72px;
    }
    /*.f_side h2 img { width: 100%; }*/
}

.m_logo {
    width: 182px;
    line-height: 1;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .m_logo {
        width: 150px;
    }
}

.m_mainTitle {
    text-align: center;
    margin-top: 30px;
}
    /*.m_mainTitle img { max-width: 148px; }*/
    .m_mainTitle .p_titleText {
        margin-top: 15px;
        font-size: 3rem;
        font-weight: bold;
        color: #666;
        line-height: 1.2;
    }

    .m_mainTitle .p_titleText2 {
        margin-top: 15px;
        font-size: 4rem;
        font-weight: bold;
        color: #666;
        line-height: 1.2;
        border-bottom: solid 3px #ffc778;
        position: relative;
    }

        .m_mainTitle .p_titleText2:after {
            position: absolute;
            content: " ";
            display: block;
            border-bottom: solid 3px #424242;
            bottom: -3px;
            width: 50%;
        }


@media screen and (max-width: 768px) {
    /*.m_mainTitle img { max-width: 96px; }*/
    .m_mainTitle .p_titleText {
        font-size: 2.7rem;
    }

    .m_mainTitle .p_subtitleText {
        font-size: 2.0rem;
    }
}
/* ----------------------------
カテゴリータグスタイル
---------------------------- */
.m_categ {
    display: inline-block;
    margin: 14px 0 0;
    overflow: hidden;
}

    .m_categ .p_categInner {
        display: table;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

        .m_categ .p_categInner .p_left,
        .m_categ .p_categInner .p_right {
            display: table-cell;
            vertical-align: middle;
            position: relative;
            z-index: 0;
        }

        .m_categ .p_categInner .p_left {
            background-color: #ccc;
            z-index: 10;
        }

            .m_categ .p_categInner .p_left::before {
                content: "";
                display: block;
                background-color: #ccc;
                width: 20px;
                height: 50%;
                position: absolute;
                z-index: 10;
                top: 0;
                right: -5px;
                -webkit-transform: skewX(25deg);
                transform: skewX(25deg);
            }

            .m_categ .p_categInner .p_left::after {
                content: "";
                display: block;
                width: 20px;
                height: 50%;
                background-color: #ccc;
                position: absolute;
                z-index: 10;
                bottom: 0;
                right: -5px;
                -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg);
            }

            .m_categ .p_categInner .p_left p {
                display: block;
                font-size: 1.2rem !important;
                padding: 0 10px 0 13px !important;
                position: relative;
                z-index: 20;
            }

        .m_categ .p_categInner .p_right {
            padding-left: 5px;
            background-color: #fff;
            border-radius: 0 4px 4px 0;
            position: relative;
            z-index: 0;
        }

            .m_categ .p_categInner .p_right ul {
                display: block;
                margin: 0 !important;
                padding: 0;
            }

                .m_categ .p_categInner .p_right ul::after {
                    content: "";
                    display: block;
                    clear: both;
                }

                .m_categ .p_categInner .p_right ul li {
                    display: block;
                    font-size: 1.2rem !important;
                    line-height: 2;
                    padding: 0 10px 0 13px !important;
                    float: left;
                }

                    .m_categ .p_categInner .p_right ul li p {
                        margin: 0;
                    }

                    .m_categ .p_categInner .p_right ul li::before {
                        display: none;
                    }

                    .m_categ .p_categInner .p_right ul li::after {
                        content: "";
                        display: block;
                        width: 1px;
                        height: 14px;
                        border-right: 1px solid #ccc;
                        position: absolute;
                        z-index: 0;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto 0;
                    }

                    .m_categ .p_categInner .p_right ul li:last-child::after {
                        display: none;
                    }

        .m_categ .p_categInner.s_right .p_left {
            z-index: 0;
        }

        .m_categ .p_categInner.s_right .p_right {
            z-index: 10;
        }

        .m_categ .p_categInner.s_right .p_left::before,
        .m_categ .p_categInner.s_right .p_left::after {
            display: none;
        }

        .m_categ .p_categInner.s_right .p_right::before {
            content: "";
            display: block;
            background-color: #ccc;
            width: 20px;
            height: 50%;
            position: absolute;
            z-index: 20;
            top: 0;
            left: -10px;
            -webkit-transform: skewX(25deg);
            transform: skewX(25deg);
        }

        .m_categ .p_categInner.s_right .p_right::after {
            content: "";
            display: block;
            width: 20px;
            height: 50%;
            background-color: #ccc;
            position: absolute;
            z-index: 20;
            bottom: 0;
            left: -10px;
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

    .m_categ.s_color01 .p_categInner,
    .m_categ.s_color01 .p_categInner .p_right ul li::after {
        border-color: #fa8b23;
    }

        .m_categ.s_color01 .p_categInner .p_left,
        .m_categ.s_color01 .p_categInner .p_left::before,
        .m_categ.s_color01 .p_categInner .p_left::after,
        .m_categ.s_color01 .p_categInner .p_right::before,
        .m_categ.s_color01 .p_categInner .p_right::after,
        .m_categ.s_color01 .p_categInner.s_right .p_right::before,
        .m_categ.s_color01 .p_categInner.s_right .p_right::after {
            color: #fff;
            background-color: #fa8b23;
        }

    .m_categ.s_color02 .p_categInner,
    .m_categ.s_color02 .p_categInner .p_right ul li::after {
        border-color: #A0C262;
    }

        .m_categ.s_color02 .p_categInner .p_left,
        .m_categ.s_color02 .p_categInner .p_left::before,
        .m_categ.s_color02 .p_categInner .p_left::after,
        .m_categ.s_color02 .p_categInner .p_right::before,
        .m_categ.s_color02 .p_categInner .p_right::after,
        .m_categ.s_color02 .p_categInner.s_right .p_right::before,
        .m_categ.s_color02 .p_categInner.s_right .p_right::after {
            color: #fff;
            background-color: #A0C262;
        }

.url_box {
    height: 400px;
    position: relative;
}

.bottom_position {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .m_categ .p_categInner .p_left::before,
    .m_categ .p_categInner .p_left::after {
        display: none;
    }

    .m_categ .p_categInner .p_right {
        overflow: hidden;
    }

        .m_categ .p_categInner .p_right ul li {
            float: none;
        }

            .m_categ .p_categInner .p_right ul li::after {
                display: none;
            }

            .m_categ .p_categInner .p_right ul li + li {
                border-top: 1px solid #ccc;
            }

        .m_categ .p_categInner .p_right::before {
            content: "";
            display: block;
            background-color: #ccc;
            width: 20px;
            height: 50%;
            position: absolute;
            z-index: 20;
            top: 0;
            left: -10px;
            -webkit-transform: skewX(25deg);
            transform: skewX(25deg);
        }

        .m_categ .p_categInner .p_right::after {
            content: "";
            display: block;
            width: 20px;
            height: 50%;
            background-color: #ccc;
            position: absolute;
            z-index: 20;
            bottom: 0;
            left: -10px;
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

    .m_categ.s_color01 .p_categInner .p_right ul li + li {
        border-color: #6dc6dc;
    }

    .m_categ.s_color02 .p_categInner .p_right ul li + li {
        border-color: #94d149;
    }

    .url_box {
        height: 80px;
    }
}

/* ----------------------------
記事一欄枠組スタイル
---------------------------- */
.m_detailCard {
    position: relative;
    z-index: 0;
}

    .m_detailCard .p_articleHead {
        margin-bottom: 33px;
    }

        .m_detailCard .p_articleHead .p_time {
            letter-spacing: 0.04em;
        }

    .m_detailCard .p_articleTxt {
        position: relative;
        z-index: 0;
    }

        .m_detailCard .p_articleTxt h2 {
            font-size: 2.2rem;
            font-weight: bold;
            line-height: 1.45;
            letter-spacing: 0.075em;
            margin-bottom: 14px;
        }

        .m_detailCard .p_articleTxt p {
            font-size: 1.6rem;
            line-height: 2;
            letter-spacing: 0.075em;
        }

@media screen and (max-width: 768px) {
    .m_detailCard .p_articleHead {
        margin-bottom: 20px;
    }

    .m_detailCard .p_articleTxt h2 {
        font-size: 1.6rem;
    }

    .m_detailCard .p_linkBtn {
        width: 180px;
        margin: 0 auto;
        position: static;
    }
}


/* ----------------------------
記事一覧1件目スタイル
---------------------------- */
.m_mainTop {
    padding-top: 38px;
    padding-bottom: 20px;
}

    .m_mainTop .p_artcleWrap {
        position: relative;
        z-index: 0;
    }

        .m_mainTop .p_artcleWrap a {
            display: block;
            text-decoration: none;
        }

        .m_mainTop .p_artcleWrap::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background: url(../../assets/img/img_bg_box.png) repeat;
            border-radius: 0 0 8px 8px;
            position: absolute;
            z-index: 0;
            top: 20px;
            left: -20px;
        }

    .m_mainTop .m_detailCard {
        display: block;
        width: 100%;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-top: 4px solid #ccc;
        padding: 36px 40px 40px;
        border-radius: 0 0 8px 8px;
        position: relative;
        z-index: 0;
    }

        .m_mainTop .m_detailCard::after {
            content: "";
            display: block;
            clear: both;
        }

        .m_mainTop .m_detailCard .p_articleImg {
            display: block;
            width: 528px;
            float: left;
        }

        .m_mainTop .m_detailCard .p_articleTxt {
            display: block;
            width: 100%;
            padding-left: 568px;
            margin-left: -568px;
            float: right;
        }

        .m_mainTop .m_detailCard .p_articleHead .m_categ {
            margin-top: 13px;
        }

@media screen and (max-width: 1000px) {
    .m_mainTop .m_detailCard .p_articleImg {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        float: none;
    }

        .m_mainTop .m_detailCard .p_articleImg img {
            width: 100%;
        }

    .m_mainTop .m_detailCard .p_articleTxt {
        padding-left: 0;
        margin-left: 0;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .m_mainTop {
        padding-top: 50px;
        padding-bottom: 16px;
    }

        .m_mainTop .p_artcleWrap::before {
            background: url(../../assets/img/img_bg_box.png) repeat;
            background-size: 8px 8px;
            top: 16px;
            left: -16px;
        }

        .m_mainTop .m_detailCard {
            padding: 23px 23px 25px;
        }
}

@media screen and (max-width: 320px) {
    .m_mainTop .m_detailCard .p_articleHead .m_categ {
        font-size: 1.0rem;
    }
}


/* ----------------------------
記事詳細基本スタイル
---------------------------- */
.m_voiceDetail .p_articleHead {
    margin-bottom: 50px;
}

    .m_voiceDetail .p_articleHead .p_meta {
        display: block;
        width: 100%;
    }

        .m_voiceDetail .p_articleHead .p_meta::after {
            content: "";
            display: block;
            clear: both;
        }

    .m_voiceDetail .p_articleHead .p_time {
        display: block;
        font-size: 1.6rem;
        float: left;
    }

    .m_voiceDetail .p_articleHead .p_event_time {
        display: block;
        font-size: 1.6rem;
        float: right;
    }

    .m_voiceDetail .p_articleHead .p_sns {
        display: block;
        width: 120px;
        height: 20px;
        float: right;
        overflow: hidden;
    }

    .m_voiceDetail .p_articleHead .p_left p {
        font-size: 1.2rem;
        margin: 0;
    }
/*スタイル追加*/
.m_voiceDetail p {
    font-size: 1.6rem;
    margin: 0;
    margin-bottom: 10px;
    line-height: 2;
    letter-spacing: 0.075em;
}

.m_voiceDetail a {
    color: #fa8b23;
    font-weight: bold;
}

    .m_voiceDetail a p {
        font-size: 15px;
        padding: 0 5px;
    }

.m_voiceDetail h2 {
    position: relative;
    margin-bottom: 15px;
    margin-top: 38px;
    border-bottom: 1px dashed #666;
    padding: 4px 0 5px 25px;
    font-size: 2.0rem;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.075em;
}

    .m_voiceDetail h2::before, .m_voiceDetail h2::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 5px;
    }

    .m_voiceDetail h2::before {
        left: 0;
        border-right: 4px solid #fa8b23;
        border-left: 3px solid #fa8b23;
        width: 15px;
    }

    .m_voiceDetail h2::after {
        left: 6px;
        width: 3px;
        background-color: #fa8b23;
    }

.m_voiceDetail h3 {
    position: relative;
    margin-bottom: 15px;
    margin-top: 38px;
    border-bottom: 1px dashed #666;
    padding: 4px 0 5px 25px;
    font-size: 2.0rem;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.075em;
}


.m_voiceDetail h4 {
    position: relative;
    font-size: 1.7rem;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .m_voiceDetail h4::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 7px;
        background: -webkit-repeating-linear-gradient(-45deg, #A0C262, #A0C262 2px, #fff 2px, #fff 4px);
        background: repeating-linear-gradient(-45deg, #A0C262, #A0C262 2px, #fff 2px, #fff 4px);
    }

.m_voiceDetail h5 {
    position: relative;
    padding: .75em .5em;
    border: 2px solid #dc3839;
    border-radius: 2px;
    color: #666;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 26px;
    margin-bottom: 15px;
    padding: 30px;
}

    .m_voiceDetail h5::after {
        content: "POINT";
        position: absolute;
        top: -.6em;
        left: 10px;
        background: #fff;
        font-size: 1.7rem;
        color: #dc3839;
        padding: 0 10px;
    }

.m_voiceDetail h6 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0.075em;

    margin-bottom: 15px;
    margin-top: 38px;
    border-bottom: 1px dashed #666;
    padding: 4px 0 5px 25px;

    color: #555;
    position: relative;
    z-index: 0;
    padding-left: 15px;
    margin-bottom: 20px;
}

    .m_voiceDetail h6::before {
        content: "";
        display: block;
        width: 6px;
        height: 24px;
        background: url(../img/img_ico2.png) no-repeat center;
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        transform: translateY(-2px);
    }


.m_voiceDetail h7 {
    position: relative;
    margin-bottom: 15px;
    margin-top: 38px;
    border-bottom: double 5px #FFC778;
    padding: 4px 0 5px 5px;
    font-size: 2.0rem;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.075em;
}

.main_title  {
    position: relative;
    font-size: 2.0rem;
    color: #000;
    letter-spacing: 0.075em;
    font-weight: bold;
}

.main_text  {
    position: relative;
    font-size: 2.0rem;
    color: #000;
    letter-spacing: 0.075em;
}

.note  {
    position: relative;
    font-size: 1.3rem;
    color: #555;
    letter-spacing: 0.075em;
}

.notice_box {
    position: relative;
    margin: 2em 0;
    border: 1px solid #FF0000;
    margin: 1.8em 0em;
    padding: 5px 0px;
}

    .notice_box .title {
        padding: 0.5em;
        text-align: center;
        color: #FF0000;
        font-weight: bold;
        font-size: 2.0rem !important;
    }

    .notice_box .text {
        padding: 0.5em;
        color: #000000;
        font-size: 1.75rem !important;
    }


.m_voiceDetail img.aligncenter {
    display: block;
    margin: 0 auto;
}

.m_voiceDetail p.img-overview {
    font-weight: bold;
    font-size: 14px;
    color: #777;
}

.m_voiceDetail ul li {
    font-size: 1.6rem;
}

    .m_voiceDetail ul li::before {
        width: 8px !important;
        height: 8px !important;
        background-color: #000 !important;
    }

.m_voiceDetail ol li {
    font-size: 1.6rem;
}

    .m_voiceDetail ol li:before {
        font-weight: bold;
        color: #A0C262;
    }

.m_voiceDetail .text-red {
    color: #DC3839;
    font-weight: bold;
}

.m_voiceDetail .text-green {
    color: #A0C262;
    font-weight: bold;
}

.m_voiceDetail .text-pink {
    color: #6A47A0;
    font-weight: bold;
}

.m_voiceDetail .text-blue {
    color: #359DCA;
    font-weight: bold;
}

.m_imgLeft .p_right p,
.m_imgRight .p_left p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.075em;
}

.m_voiceDetail .p_link {
    text-decoration: none;
}

    .m_voiceDetail .p_link::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 5px;
        border-right: 1px solid #555;
        border-bottom: 1px solid #555;
        transform: rotate(-45deg) translateY(-2px);
        margin-right: 10px;
    }

    .m_voiceDetail .p_link.s_pdf::after {
        content: "";
        display: inline-block;
        width: 25px;
        height: 21px;
        background: url(../img/img_link_pdf.png) no-repeat center;
        vertical-align: middle;
        margin-left: 5px;
        transform: translateY(-2px);
    }

    .m_voiceDetail .p_link.s_blank::after {
        content: "";
        display: inline-block;
        width: 21px;
        height: 20px;
        background: url(../img/img_link_blank.png) no-repeat center;
        vertical-align: middle;
        margin-left: 7px;
        transform: translateY(-2px);
    }

.m_voiceDetail > ul,
.m_voiceDetail > ol,
.m_imgLeft .p_right ul,
.m_imgRight .p_left ul,
.m_imgLeft .p_right ol,
.m_imgRight .p_left ol {
    font-size: 1.6rem;
}

    .m_voiceDetail > ul > li + li,
    .m_voiceDetail > ol > li + li,
    .m_imgLeft .p_right ul li + li,
    .m_imgRight .p_left ul li + li,
    .m_imgLeft .p_right ol li + li,
    .m_imgRight .p_left ol li + li {
        margin-top: 10px;
    }

    .m_voiceDetail > ul > li,
    .m_imgLeft .p_right ul li,
    .m_imgRight .p_left ul li {
        padding-left: 15px !important;
    }

        .m_voiceDetail > ul > li::before,
        .m_imgLeft .p_right ul li::before,
        .m_imgRight .p_left ul li::before {
            width: 8px !important;
            height: 8px !important;
            background-color: #f6c061 !important;
        }

.m_voiceDetail > dl,
.m_imgLeft .p_right dl,
.m_imgRight .p_left dl {
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .m_voiceDetail > dl dt,
    .m_imgLeft .p_right dl dt,
    .m_imgRight .p_left dl dt {
        font-weight: bold;
        line-height: 1.285;
        border-left: 5px solid #94d149;
        padding-left: 15px;
    }

    .m_voiceDetail > dl dd,
    .m_imgLeft .p_right dl dd,
    .m_imgRight .p_left dl dd {
        padding-left: 48px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

.m_imgLeft,
.m_imgRight,
.m_imgCenter {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.m_imgCenter2 {
    display: block;
    width: 80%;
    margin-top: 60px;
    margin-bottom: 60px;
}

    .m_imgLeft::after,
    .m_imgRight::after {
        content: "";
        display: block;
        clear: both;
    }

    .m_imgLeft .p_left {
        display: block;
        float: left;
        width: 372px;
    }

        .m_imgLeft .p_left .p_title {
            font-size: 2.0rem;
            display: block;
            color: #ffffff;
            float: left;
            background-color: #000000;
            width: 372px;
            text-align: center;
            box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
        }

    .m_imgLeft .p_right {
        display: block;
        float: right;
        width: 100%;
        padding-left: 410px;
        margin-left: -410px;
    }

    .m_imgRight .p_left {
        display: block;
        float: left;
        width: 100%;
        padding-right: 410px;
        margin-right: -410px;
    }

    .m_imgRight .p_right {
        display: block;
        float: right;
        width: 372px;
    }

        .m_imgRight .p_right .p_title {
            font-size: 2.0rem;
            display: block;
            color: #ffffff;
            float: left;
            background-color: #000000;
            width: 372px;
            text-align: center;
            box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
        }

    
    .m_imgLeft .p_right h3,
    .m_imgRight .p_left h3,
    .m_imgCenter h3 {
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: 0.075em;
        color: #555;
        position: relative;
        z-index: 0;
        padding-left: 15px;
        margin-bottom: 20px;
    }

        .m_imgLeft .p_right h3::before,
        .m_imgRight .p_left h3::before,
        .m_imgCenter h3::before {
            content: "";
            display: block;
            width: 6px;
            height: 24px;
            background: url(../img/img_ico2.png) no-repeat center;
            position: absolute;
            z-index: 5;
            top: 0;
            left: 0;
            transform: translateY(-2px);
        }

    .m_imgLeft .p_left img,
    .m_imgRight .p_right img {
        box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
        width: 100%;
    }

@media screen and (max-width: 800px) {
    .m_imgLeft .p_left,
    .m_imgRight .p_right {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }

    .m_imgLeft .p_right,
    .m_imgRight .p_left {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .m_voiceDetail > h2 {
        font-size: 2.0rem;
        line-height: 1.5;
        position: relative;
        z-index: 0;
        padding-left: 37px;
    }

        .m_voiceDetail > h2::before {
            display: block;
            position: absolute;
            z-index: 5;
            top: 3px;
            left: 0;
        }

    .m_voiceDetail > h3 {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .m_voiceDetail .p_tableOfContents .p_box .p_innerBox {
        padding: 30px 15px;
    }

        .m_voiceDetail .p_tableOfContents .p_box .p_innerBox ul {
            padding-left: 5px;
        }

    .m_imgLeft,
    .m_imgRight {
        margin-top: 50px;
        margin-bottom: 50px;
    }

        .m_imgLeft .p_right h3,
        .m_imgRight .p_left h3 {
            font-size: 1.8rem;
            line-height: 1.2;
            margin-bottom: 15px;
        }

        .m_imgLeft .p_left img,
        .m_imgRight .p_right img {
            width: 100%;
        }

    .main_title  {
        font-size: 1.5rem;
    }
    .main_text  {
        font-size: 1.5rem;
    }
}
    
.program_title{
    position: relative;
    padding: 0.5em; /*文字まわり（上下左右）の余白*/
    text-align: center;
    color: #000;
    background-color:#FFF;
    font-weight: bold;
    font-size: 4.0rem !important;
}

.program_title .icon_main {
    position: absolute;
    top: -20px;
    left: 90%;
    z-index: 100;
}

    .program_title .icon_main img {
        border: none;
        vertical-align: top;
        height: 100px;
    }

@media screen and (max-width: 768px) {
    .program_title {
        background-color: #FFFFFF;
        padding: 0.5em;
        color: #000;
        font-weight: bold;
        font-size: 2.0rem !important;
    }
    
    .program_title .icon_main {
        position: absolute;
        left: 85%;
        z-index: 100;
    }
    
    .program_title .icon_main img {
        border: none;
        vertical-align: top;
        height: 50px;
    }
}

.col_2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .col_2 > div {
        width: 50%;
        padding: 10px;
    }

        .col_2 > div > div {
            background: #ffffff;
            position: relative;
            overflow: hidden
        }

.col_4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .col_4 > div {
        width: 25%;
        padding: 10px;
    }

        .col_4 > div > div {
            background: #ffffff;
            position: relative;
            overflow: hidden
        }

.col_7 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .col_7 > div {
        width: 14.28%;
        padding: 10px;
    }

        .col_7 > div > div {
            background: #ffffff;
            position: relative;
            overflow: hidden
        }

@media screen and (max-width: 960px) {
    .col_2 > div {
        width: 100%;
    }
    .col_4 > div {
        width: 33.33333%;
    }
    .col_7 > div {
        width: 33.33333%;
    }
}

@media screen and (max-width: 480px) {
    .col_4 > div {
        width: 50%;
    }
    .col_7 > div {
        width: 50%;
    }
}

.divCount {
    display: block;
    position: relative;
    margin: 30px;
    padding: 0px 30px 10px 30px;
    border-radius: 5px;
    background: #fff;
    border: solid 3px #ffa500;
    counter-increment: divCount;
}

    .divCount:before {
        position: absolute;
        top: -20px;
        left: -20px;
        width: 40px;
        height: 30px;
        margin: 0;
        padding: 10px 5px;
        background: #ffa500;
        color: #fff;
        font-size: 2.5rem !important;
        font-weight: bold;
        text-align: center;
        content: counter(divCount);
    }

    .divCount .divCount-title {
        display: inline-block;
        padding: 10px 10px;
        font-size: 2.5rem !important;
        font-weight: bold;
        text-align: center;
        color: #ffa500;
        font-weight: bold;
        border-radius: 5px 5px;
    }

.title_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 2px #000000;
}
.title_box p {
    margin: 0; 
    padding: 0;
    text-align: center;
    font-size: 3.0rem !important;
}

.course_box {
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    box-sizing: border-box;
    color: #000000;
    display: block; 
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    border-radius: 0.5em;/*角の丸み*/
    padding: 8px;
    height: 400px;
}

.center_img {
    display: block;
    width: 85%;
    float: left;
}

.course_box p {
    font-size: 1.5rem !important;
    line-height: 1.6;
    margin: 1em 1em;
}

.course_box .date {
    padding: 0.5em;/*文字周りの余白*/
    color: #000;/*文字を白に*/
    font-weight: bold;
    display: inline-block;
    font-size: 2.5rem !important;
}

.course_box .border_1 {
    border-bottom: 2px solid #00B0F0;
}

.course_box .border_2 {
    border-bottom: 2px solid #FF6699;
}

.course_box .title_1 {
    background: #00B0F0; /*背景色*/
    padding: 0.5em;/*文字周りの余白*/
    color: white;/*文字を白に*/
    border-radius: 0.5em;/*角の丸み*/
    font-weight: bold;
    display: inline-block;
}

.course_box .subtitle_1 {
    padding: 0.5em;/*文字周りの余白*/
    color: #00B0F0;/*文字を白に*/
    font-weight: bold;
    display: inline-block;
}

.course_box .title_2 {
    background: #FF6699; /*背景色*/
    padding: 0.5em;/*文字周りの余白*/
    color: white;/*文字を白に*/
    border-radius: 0.5em;/*角の丸み*/
    font-weight: bold;
    display: inline-block;
}

.course_box .subtitle_2 {
    padding: 0.5em;/*文字周りの余白*/
    color: #FF6699;/*文字を白に*/
    font-weight: bold;
    display: inline-block;
}

.title_black {
    font-size: 2.0rem;
    padding: 0.5em;/*文字周りの余白*/
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    border-radius: 0.5em;/*角の丸み*/
    display: inline-block;
}

.sub_title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 38px;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px dashed #666;
    padding: 4px 0 5px 25px;
    font-size: 3.0rem;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.075em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .course_box {
        height: 500px;
    }
    
    .title_black {
        font-size: 1.0rem;
    }
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    }
     
    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    }

    .reservation_box {
        position: relative;
        background-color: #FFFFFF;
        border: 1px solid #B9B9B9;
        box-sizing: border-box;
        color: #000000;
        display: block;
        padding: 8px;
        transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        height: 400px;
    }
    
        .reservation_box img {
            width: 100%;
            margin: 0 0 5px;
        }
    
        .reservation_box .style,
        .reservation_box .style2,
        .reservation_box .style3 {
            display: none;
            position: absolute;
            right: 10px;
            width: 150px;
            font-size: 1.2em;
            padding: 4px;
            text-align: center;
            color: #FFF;
            font-weight: bold;
            letter-spacing: 0.05em;
        }
    
        .reservation_box .style2 {
            top: 50px;
        }
    
        .reservation_box .style3 {
            top: 90px;
        }
    
        .reservation_box .title,
        .reservation_box .title2 {
            position: absolute;
            font-size: 1.4rem !important;
            font-weight: bold;
            line-height: 1.45;
            letter-spacing: 0.075em;
            text-align: left;
            margin-left: 5px;
            margin-bottom: 5px;
            bottom: 8.0rem;
        }
    
        .reservation_box .title2 {
            bottom: 5.0rem;
        }
    
        .reservation_box .date {
            position: absolute;
            font-size: 1.5rem !important;
            line-height: 1.45;
            letter-spacing: 0.075em;
            text-align: center;
            margin-left: 5px;
            margin-bottom: 5px;
            bottom: 2.0rem;
        }
    
        .reservation_box .date2 {
            position: absolute;
            font-size: 1.5rem !important;
            line-height: 1.45;
            letter-spacing: 0.075em;
            text-align: center;
            margin-left: 5px;
            margin-bottom: 5px;
            bottom: 0;
        } 