@charset "UTF-8";

html,
body {
    margin: 0 auto;
    height: auto;
    width: 100%;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 15px;

    font-weight: normal;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #000;
    background-color: #fff;


}

iframe.skiptranslate {
    max-width: 100%;
}

img {
    vertical-align: bottom;
}

a img {
    transition: opacity .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover img {
    opacity: .7;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.qs {
    font-family: 'Quicksand', sans-serif;
}

.sp {
    display: none;
}

.wrapper {
    min-width: 1200px;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    font-size: 0px;
    line-height: 0px;
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    transition: .3s;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    min-width: 1200px;
}

header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 32px 0px 13px;
    flex-flow: row wrap;
}

header img {
    vertical-align: middle;
}

.logo {
    margin-top: -16px;
}

.logo img {
    width: 290px;
    height: auto;
}

.logo .logo_kokubo_grup {
    display: block;
    max-width: 120px;
    width: 100%;
    position: relative;
    top: -36px;
    right: -147px;
}

.logo p {
    font-size: 15px;
    font-weight: bold;
}

.menu {
    margin-bottom: 20px;
}

.menu.pc {
    max-width: 810px;
}

.menu_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-justify-content: flex-end;
    justify-content: flex-end;

    margin-bottom: 35px;
    font-size: 13px;
}

.menu_sub ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    margin-right: 9px;
}

.menu_sub ul li a {
    padding: 0 10px;
}

.menu_sub .btn_online a {
    display: block;
    background-color: #007440;
    border-radius: 30px;
    margin: 0 10px;
    color: #fff;
    padding: 9px 15px;
    border: 2px solid #007440;
    transition: all .2s ease-in-out;
}

.menu_sub .btn_tyokueiten a {
    display: block;
    background-color: #007440;
    padding: 11px 15px;
    color: #fff;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    margin-left: 10px;
}

.menu_sub .btn_tyokueiten a:hover {
    opacity: .5;
}

.menu_sub .btn_tyokueiten a i {
    margin-right: 8px;
    font-size: 16px;
}

.menu_sub .btn_online a i {
    margin-right: 8px;
    font-size: 16px;
}

.menu_sub .btn_online a:hover {
    opacity: .5;
}

.menu_sub .btn_en a {
    padding: 0 10px;
    font-weight: bold;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.menu_sub .btn_en a:hover {
    color: #007440;
    transition: .3s;
}

.top_title_text {
    display: block;
    margin-bottom: 0;
    flex: 0 0 100%;
}

.pc nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc nav ul li {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.pc nav ul li:last-child {
    margin-right: 0;
}

.pc nav ul li a {
    position: relative;
    padding: 10px 10px 20px;
}

.pc nav ul li:last-child a {
    padding-right: 0;
}

.pc nav ul li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -5%;
    width: 110%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #007440;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pc nav ul li:last-child a::after {
    left: 2.5%;
}

.pc nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.pc nav ul li a.on::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.pc nav ul li .header_child {
    visibility: hidden;
    opacity: 0;

    transition: 0s;
    display: block;
    position: absolute;
    top: 38px;
    width: 130px;
    border: 1px solid #dfdfdf;
    border-top: none;
    margin-left: -5px;
}

.pc nav ul li:nth-child(3) .header_child {
    width: 150px;
}

.pc nav ul li:nth-child(4) .header_child {
    width: 170px;
}

.pc nav ul li:hover .header_child {
    visibility: visible;
    opacity: 1;
}

.pc nav ul li .header_child li a {
    visibility: hidden;
    opacity: 0;

    transition: .5s;
    padding: 10px 10px;
    display: block;
    background-color: #fff;
}

.pc nav ul li:hover .header_child li a {
    visibility: visible;
    opacity: 1;
    font-size: 12px;
}

.pc nav ul li .header_child li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.pc nav .header_child li a::after {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0%;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #007440;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pc nav .header_child li:last-child a::after {
    left: 0;
}

.pc nav .header_child li a::after {
    display: none;
}

.m_searchform input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
    padding: 10px 15px;
    background-color: #f1f5f7;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    max-width: 150px;
    width: 100%;
}

.m_searchform button[type="submit"] {
    border: none;
    outline: none;
    padding: 7px 10px;
    background-color: #000;
    border-radius: 0 10px 10px 0;
    border: 2px solid #000;
    box-sizing: border-box;
    vertical-align: top;
    transition: opacity .2s ease-in-out;
    margin-left: -20px;
}

.m_searchform i {
    color: #fff;
    font-size: 18px;
}

.m_searchform button[type="submit"]:hover {
    opacity: .6;
}

.online_btn_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.online_list .online_link {
    display: block;

    max-width: 86px;
    padding: 0;
    margin-left: 7px;
}

.online_list .online_link.rakuten {
    max-width: 73px;
}

.online_list .online_link img {
    max-width: 100%;
    width: 100%;
}

#google_translate_element {
    width: 124px;
    overflow-x: hidden;
}

.is-animation {
    z-index: 99;
}

.is-animation .logo p,
.is-animation .menu_sub {
    display: none;
}

.is-animation .inner {
    padding: 8px 0;
    transition: .3s;
}

.is-animation .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.is-animation .logo a img {
    width: 200px;
    height: auto;
    transition: .3s;
}

.is-animation .logo_kokubo_grup {
    position: static;
    display: block;
    max-width: 100px;
}

.is-animation .menu {
    width: 666px;
    margin-bottom: 0;
}

.is-animation nav ul li a::after {
    bottom: -4px;
}

.is-animation .logo {
    margin-top: 0;
}

@media all and (-ms-high-contrast: none) {
    .is-animation nav ul li a::after {
        bottom: -2px;
    }

}

.page_top a {
    color: #fff;
    text-align: center;
    background-color: #007440;
    padding: 12px 0;
    display: block;
}

.page_top .inner {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_top img,
.page_top p {
    display: inline-block;
    vertical-align: middle;
}

.page_top img {
    margin-right: 0px;
    width: 280px;
    height: auto;
}

.page_top .btn_arrow::before {
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page_top a:hover img {
    opacity: 1;
}

footer {
    background-color: #f1f5f7;
    text-align: center;
    padding: 50px 0 50px;
    font-size: 12px;
}

footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    text-align: left;
    margin-bottom: 40px;
}

footer .fnav_block {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    padding-bottom: 10px;
}

footer .fnav_block li {
    margin-bottom: 5px;
}

footer .fnav_block .fnav_ns {
    margin-bottom: 2.3em;
}

footer .fnav_block a {
    transition: all .1s ease-in-out;
}

footer .fnav_block a:hover {
    color: #007440;
}

footer li.fnav_lead {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 12px;
}

footer .fnav_contact {
    padding-bottom: 10px;
}

footer .fnav_contact a {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 18px;
    font-size: 13px;
    display: block;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1.3;
    transition: all .2s ease-in-out;
}

footer .fnav_contact a i {
    font-size: 25px;
    vertical-align: middle;
}

footer .fnav_contact a p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 5px;
}

footer .fnav_contact a:hover {
    color: #007440;
    text-decoration: none;
    border: 1px solid #007440;
}

footer li.fnav_tellead {
    margin-bottom: 0px;
}

footer li.fnav_tellead a {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 18px;
    font-size: 13px;
    display: block;
    font-weight: bold;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    line-height: 1.3;
    transition: all .2s ease-in-out;
}

footer li.fnav_tellead a:hover {
    color: #007440;
    text-decoration: none;
    border: 1px solid #007440;
}

footer .fnav_tell {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.3;
}

footer .fnav_tell i {
    margin-right: 5px;
    font-size: 26px;
    transform: rotate(14deg);
    vertical-align: middle;
}

footer .footer_address {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_address table {
    border-collapse: collapse;
    text-align: left;
    line-height: 2;
    font-size: 12px;
}

.footer_address table th {
    width: auto;
    font-weight: bold;
    vertical-align: top;
    font-weight: bold;
    padding-right: 30px;
}

.footer_address table td:last-child {
    width: auto;
    vertical-align: top;
    padding-right: 0px;
}

.footer_address table td {
    width: auto;
    vertical-align: top;
    padding-right: 20px;
}

footer .address_title {
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 100%;
    padding-bottom: 12px;
    margin-bottom: 0;
}

footer .address_title img {
    max-width: 320px;
    width: 100%;
    height: auto;
}

footer .address_title span {
    font-size: 11px;
    margin-right: 8px;
    vertical-align: middle;
}

footer .copyright {
    margin-top: 30px;
    font-size: 10px;
}

.inner {
    width: 1100px;
    margin: auto;
}

.page_box {
    padding: 0 140px;
    text-align: left;
}

.main {
    text-align: center;
    padding-top: 178px;
    padding-top: 199px;
}

.content h1 {
    font-size: 28px;
    position: relative;
    font-weight: bold;
}

.content h1::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 5px;
    background-color: #007440;
}

.sc_arrow {
    position: relative;
    display: inline-block;

    padding: 0 0 0 10px;
    color: #000;
    vertical-align: super;
    text-decoration: none;
}

.sc_arrow::before,
.sc_arrow::after {
    position: absolute;
    top: 1px;
    bottom: 0;
    left: -10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sc_arrow::before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #007440;
}

.sc_arrow::after {
    left: -4px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.arrow::after {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -5px;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #007440;
}

.btn_back a {
    background-color: #007440;
    border-radius: 30px;
    color: #fff;
    padding: 16px 100px;
    font-size: 16px;
    border: 2px solid #007440;
    font-weight: bold;
    transition: all .2s ease-in-out;
    position: relative;
}

.btn_back a::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.btn_back a:hover {
    opacity: .7;
}

.ar_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.co_snslink {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.co_snslinkbox {
    margin: 0 20px;
}

.co_snslink p {
    margin-bottom: 20px;
}

.co_snsshare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    margin-top: 50px;
}

.co_snsshare .btn {
    display: block;
    width: 174px;
    height: 56px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 10px;
    line-height: 56px;
    text-indent: 2em;
    transition: opacity .2s ease-in-out;
}

.co_snsshare .youtube {
    background: url('../images/common/btn_share-youtube.svg') no-repeat;
}

.co_snsshare .insta {
    background: url('../images/common/btn_share-insta.svg') no-repeat;
}

.co_snsshare .twitter {
    background: url('../images/common/btn_share-twitter.svg') no-repeat;
}

.co_snsshare .x {
    background: url('../images/common/btn_share-x.svg') no-repeat;
}

.co_snsshare .fb {
    background: url('../images/common/btn_share-fb.svg') no-repeat;
}

.co_snsshare .line {
    background: url('../images/common/btn_share-line.svg') no-repeat;
}

.co_snsshare .tiktok {
    background: url('../images/common/btn_share-tiktok.svg') no-repeat;
}

.co_snsshare .btn:hover {
    opacity: .7;
}

.cte_media {
    background-color: #007440;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    padding: 5px 14px;
    margin-right: 6px;
}

.cte_media.technicalbook,
.cte_media02 {
    background-color: #ff891d;
}

.cte_media.freepaper,
.cte_media03 {
    background-color: #2693ff;
}

.cte_media.newspaper,
.cte_media04 {
    background-color: #be4dd3;
}

.cte_media05 {
    background-color: #d34d5d;
}

.cte_media06 {
    background-color: #4dd3af;
}

.cte_media07 {
    background-color: #d3d14d;
}

.cte_media08 {
    background-color: #d3894d;
}

.cte_media09 {
    background-color: #4d83d3;
}

.cte_media10 {
    background-color: #d3704d;
}

#breadrumb {
    text-align: left;
    font-size: 12px;
    padding: 14px 0;
    background-color: #f1f5f7;
}

#breadrumb span {
    margin-right: 10px;
}

#breadrumb a:hover {
    text-decoration: underline;
}

.btn_link a {
    background-color: #007440;
    border-radius: 30px;
    width: 100%;
    display: block;
    color: #fff;
    padding: 6px 15px;
    box-sizing: border-box;
    border: 2px solid #007440;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 14px;
}

.btn_link a::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.btn_link a:hover {
    opacity: .6;
}

.sc_noimgbnr .top_bnr {
    background: none;
    background-size: cover;
    color: #000;
    padding: 60px 0;
}

.sc_noimgbnr .top_bnr h2::after {
    background-color: #007440;
}

.sc_noimgbnr .top_bnr .lead {
    padding-top: 40px;
}

.wp-pagenavi {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    position: relative;
    margin: 0 auto 40px;
    width: 1000px;
}

.wp-pagenavi span,
.wp-pagenavi .page {
    display: inline-block;
    margin: 0 15px;
    line-height: 36px;
    transition: all .2s ease-in-out;
}

.wp-pagenavi .current {
    color: #007440;
}

.wp-pagenavi .page:hover {
    color: #007440;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: inline-block;
    background-color: #000;
    color: #fff;
    width: 97px;
    padding: 8px 0;
    border-radius: 5px;
    box-sizing: border-box;
    position: absolute;
    transition: all .2s ease-in-out;
    text-align: center;
    line-height: 1.5;
}

.wp-pagenavi .previouspostslink {
    left: 0;
}

.wp-pagenavi .nextpostslink {
    right: 0;
}

.wp-pagenavi .previouspostslink::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.wp-pagenavi .nextpostslink::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    opacity: .7;
}

.top_bnr {
    background: url(../images/customers/bnr_customers.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}

.top_bnr h2 {
    font-weight: bold;
}

.top_bnr .lead {
    padding-top: 50px;
}

@media (max-width: 1105px) {

    header {
        padding: 0 50px;
        min-width: 1100px;
    }

}

@media (max-width: 768px) {

    html,
    body {
        line-height: 1.6;
        font-size: 13px;
    }

    .logo .logo_kokubo_grup {
        display: none;
    }

    a:hover img {
        opacity: 1;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .wrapper {
        min-width: 100%;
    }

    .inner {
        width: 90%;
    }

    header {
        padding: 0;
        min-width: 100%;
    }

    header .inner {
        padding: 14px 0px 15px;
        display: block;
        text-align: center;
    }

    .logo {
        margin-top: 0;
        display: inline-block;
    }

    .logo img {
        width: 200px;
        height: auto;
        margin-left: 0px;
    }

    .logo p {
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-left: -10px;
    }

    .is-menu_sp .drawer-hamburger {
        top: 16px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        background-color: #007440;
    }

    .demo .toggle i {
        position: absolute;
        left: 5%;
        top: -36px;
        bottom: 0;
        margin: auto;
        height: 20px;
        text-align: left;
        font-size: 20px;
        color: #222;
    }

    .demo .child {
        display: none;
        position: absolute;
        top: 74px;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 18px 0;
        border-bottom: 1px solid #ddd;
    }

    .child .m_searchform input[type="search"] {
        width: 60%;
    }

    .is-animation .demo .toggle i {
        top: 6px;
    }

    .is-animation .demo .child {
        top: 58px;
    }

    .drawer-menu {
        padding: 0px 0 50px;
        text-align: left;
        overflow-y: scroll !important;
        height: 150%;
    }

    .drawer-menu li.border {
        border-bottom: 1px dotted #ccc;
    }

    .drawer-menu li.border>a {
        padding: 14px 0 14px 20px;
        display: block;
        font-weight: bold;
        font-size: 14px;
        position: relative;
    }

    .drawer-menu li.border a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background-color: #007440;
    }

    .drawer-menu .m_searchform {
        text-align: center;
        margin-top: 20px;
    }

    .drawer-menu .m_searchform input[type="search"] {
        width: 68%;
    }

    .m_searchform button[type="submit"]:hover {
        opacity: 1;
    }

    .drawer-menu .sns {
        margin: 20px auto 0;
        margin: 20px auto 20px;
    }

    .drawer-menu .sns ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;

        text-align: center;
    }

    .drawer-menu .sns li a {
        padding: 0 10px;
    }

    .drawer-menu .btn_online a {
        background-color: #007440;
        border-radius: 30px;
        margin: 0 20px;
        color: #fff;
        padding: 9px 15px;
        border: 2px solid #007440;
    }

    .drawer-menu .btn_online a i {
        margin-right: 8px;
        font-size: 16px;
    }

    .drawer-menu .btn_online {
        margin-top: 20px;
    }

    .drawer-menu .btn_online a {
        margin: 0px auto;
        padding: 4px 0px;
        text-align: center;
        width: 70%;
        font-size: 13px;
        display: block;
    }

    .drawer-menu .btn_en {
        text-align: center;
        margin: 20px auto 0;
    }

    .drawer-menu .btn_en a {
        text-align: center;
        font-weight: normal;
        font-size: 11px;
        padding-left: 0;
        letter-spacing: 1px;
        border: 1px solid #ccc;
        width: auto;
        display: inline-block;
        line-height: 2;
        padding: 0 10px;
        text-align: center;
    }

    .drawer-menu .online {
        width: 75%;
        margin: auto;
    }

    .drawer-menu .online a {
        display: block;
    }

    .drawer-menu .online img {
        display: block;
        margin: auto;
    }

    .drawer-menu .check2 {
        display: block;
        position: relative;
        margin: 1px 0 0;
    }

    .drawer-menu .demo2 a {
        display: block;
    }

    .drawer-menu .demo2 .child2 {
        display: none;
        margin: 0 auto 10px;
        padding: 0;
    }

    .drawer-menu li.border.demo2 li a::before {
        display: none;
    }

    .drawer-menu li.border.demo2 li a {
        padding: 2px 0 8px 40px;
        display: block;
        font-size: 13px;
        position: relative;
    }


    .drawer-menu .check2 span.lineP {
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        right: 20px;
        width: 15px;
        height: 2px;
        background-color: #444;
    }

    .drawer-menu .check2 span.lineP.lineV {
        top: 45%;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .drawer-menu .check2 span.lineP.lineA {
        top: 45%;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .drawer-menu .check2.active2 span.lineP.lineV {
        display: none;
    }

    .drawer-menu .check2.active2 span.lineP.lineA {
        top: 45%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .main {
        text-align: center;
        padding-top: 74px;
        padding-top: 155px;
    }

    .content h1 {
        font-size: 18px;
    }

    .page_top a {
        padding: 14px 0;
        font-size: 12px;
    }

    .page_top img {
        margin-right: 10px;
        width: 110px;
        height: 30px;
    }

    .page_top .btn_arrow::before {
        top: 9px;
    }

    footer {
        padding: 30px 0 40px;
        font-size: 12px;
    }

    footer .footer_nav {
        display: -webkit-block;
        display: -ms-block;
        display: -webkit-block;
        display: block;
        text-align: center;
        margin-bottom: 0px;
    }

    footer .fnav_block {
        border-left: none;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    footer .fnav_block li {
        margin-bottom: 15px;
    }

    footer li.fnav_lead {
        font-size: 12px;
        font-weight: normal;
        margin: 0 auto 25px;
        max-width: 100%;
    }

    footer .fnav_contact a {
        font-size: 13px;
        max-width: 100%;
        margin: auto;
        width: 100%;
        padding: 16px 18px;
        line-height: 1.6;
    }

    footer .fnav_contact a p {
        margin: 0 15px 0 15px;
    }

    footer .fnav_contact {
        padding-bottom: 0px;
    }

    footer .fnav_contact a:hover {
        color: #000;
        border: 1px solid #ccc;
    }

    footer a:hover .sc_arrow::before {
        background: #007440;
    }

    footer a:hover .sc_arrow::after {
        border-left: 3px solid #fff;
    }

    footer .fnav_tell {
        margin-top: 5px;
    }

    footer .fnav_tell a:hover {
        text-decoration: none;
    }

    footer .footer_address {
        border-top: none;
        border-bottom: none;
        text-align: left;
        padding: 0;
        display: -webkit-block;
        display: -ms-block;
        display: -webkit-block;
        display: block;
    }

    footer .footer_address td,
    footer .footer_address th {
        display: block;
        padding-right: 0;
    }

    footer .footer_address .pc {
        display: none;
    }

    footer .footer_address th {
        margin-top: 10px;
    }

    footer .address_text {
        font-size: 11px;
    }

    footer .address_text span {
        margin-right: 10px;
    }

    footer .address_title {
        margin-top: 30px;
        text-align: center;
        margin-left: 0px;
    }

    footer .copyright {
        margin-top: 10px;
        font-size: 10px;
    }

    footer .footer_splink {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 24px 0;
        margin-bottom: 10px;
    }

    footer .footer_splink ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;

        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    footer .footer_splink ul.footer_splink_sns {
        width: 160px;
        margin: 0 auto;
        justify-content: space-between;
    }

    footer .footer_splink ul.footer_splink_sns li a img {
        display: block;
    }

    footer .footer_splink ul:last-child {
        width: 200px;
        margin: 20px auto 0px;
    }

    footer .footer_splink ul:last-child li:nth-child(2) a {
        position: relative;
    }

    footer .footer_splink ul:last-child li:nth-child(2) a::before {
        width: 1px;
        background-color: #000;
        height: 100%;
        position: absolute;
        top: 0;
        left: -18px;
        display: block;
        content: '';
    }

    .btn_back a {
        padding: 10px 30px;
        font-size: 12px;
    }

    .btn_back a:hover {
        opacity: 1;
    }

    #breadrumb {
        font-size: 10px;
        padding-top: 10px;
    }

    .co_snsshare {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 30px auto 0;
        max-width: 303px;
    }

    .co_snsshare .btn:hover {
        opacity: 1;
    }

    .co_snsshare li {
        width: 48%;
        margin: 0 1%;
    }

    .co_snsshare li:nth-child(n+3) {
        margin-top: 10px;
    }

    .co_snsshare .btn {
        width: 120px;

        height: 39px;
        font-size: 10px;
        margin: 0;
        line-height: 39px;
        text-indent: 2em;
        margin: auto;
    }

    .btn_link a {
        padding: 5px 0px;
        font-size: 12px;
    }

    .btn_link a::after {
        width: 6px;
        height: 6px;
        right: 15px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .btn_link a:hover {
        opacity: 1;
    }

    #breadrumb {
        padding-bottom: 10px;
    }

    .wp-pagenavi {
        font-size: 12px;
        width: 100%;
    }

    .wp-pagenavi span,
    .wp-pagenavi .page {
        display: inline-block;
        margin: 0 10px;
        line-height: 30px;
    }

    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        width: 70px;
        padding: 5px 0;
    }

    .wp-pagenavi .previouspostslink::before {
        left: 8px;
    }

    .wp-pagenavi .nextpostslink::after {
        right: 8px;
    }

    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover {
        opacity: 1;
    }

    .top_bnr {
        padding: 30px 0;
        background-position: center;
    }

    .top_bnr .lead {
        font-size: 12px;
    }

    .sc_noimgbnr .top_bnr .lead {
        padding-top: 30px;
    }

    .sc_noimgbnr .top_bnr {
        padding: 20px 0;
    }

    .sc_noimgbnr .inner {
        margin: 0px auto 20px;
    }

    .page_box {
        padding: 0;
    }
}

@media (max-width: 360px) {

    html,
    body {
        font-size: 12px;
    }

    .page_top img {
        width: 100px;
    }

    .page_top a {
        padding: 23px 0;
        font-size: 11px;
    }

    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        width: 50px;
    }

    .wp-pagenavi .previouspostslink::before {
        display: none;
    }

    .wp-pagenavi .nextpostslink::after {
        display: none;
    }

}

form .screen-reader-text {
    clip-path: unset;
    margin: auto;
    position: unset;
}

.sc_medical_gate {
    padding: 60px 0;
}

.medical_gate_box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #007440;
    border-radius: 10px;
    padding: 50px 40px;
}

.medical_gate_intro {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px;
    color: #333;
}

.medical_gate_question {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

.medical_gate_q {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #007440;
}

.medical_gate_btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.medical_gate_btn {
    display: block;
    width: 160px;
    padding: 14px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    transition: opacity .2s ease-in-out;
}

.medical_gate_btn--yes {
    background-color: #007440;
    color: #fff;
    border: 2px solid #007440;
}

.medical_gate_btn--no {
    background-color: #fff;
    color: #007440;
    border: 2px solid #007440;
}

.medical_gate_btn:hover {
    opacity: .7;
}

@media (max-width: 500px) {
    .medical_gate_box {
        padding: 30px 20px;
    }

    .medical_gate_q {
        font-size: 15px;
    }

    .medical_gate_btn {
        width: 130px;
        font-size: 14px;
    }
}

/* wc_row / wc_column shortcodes */
.wc-shortcodes-clearfix:before,
.wc-shortcodes-clearfix:after {
    content: "";
    display: table;
}

.wc-shortcodes-clearfix:after {
    clear: both;
}

.wc-shortcodes-clearfix {
    zoom: 1;
}

.wc-shortcodes-row {
    display: block;
    width: 100%;
}

.wc-shortcodes-clear-floats {
    clear: both;
}

.wc-shortcodes-one-half {
    width: 48%;
}

.wc-shortcodes-one-third {
    width: 30.66%;
}

.wc-shortcodes-two-third {
    width: 65.33%;
}

.wc-shortcodes-one-fourth {
    width: 22%;
}

.wc-shortcodes-three-fourth {
    width: 74%;
}

.wc-shortcodes-one-half,
.wc-shortcodes-one-third,
.wc-shortcodes-two-third,
.wc-shortcodes-three-fourth,
.wc-shortcodes-one-fourth {
    float: left;
    margin-left: 4%;
}

.wc-shortcodes-column-first {
    margin-left: 0 !important;
    clear: left;
}

@media (max-width: 480px) {

    .wc-shortcodes-one-half,
    .wc-shortcodes-one-third,
    .wc-shortcodes-two-third,
    .wc-shortcodes-three-fourth,
    .wc-shortcodes-one-fourth {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

.news_release_include .co_infobox>a {
    position: relative;
    padding-right: 25px;
}

.news_release_include .co_infobox>a::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #007440;
    border-right: 2px solid #007440;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
}