@charset "UTF-8";

/*!
Theme Name: ONE AGING by cocoon
Template:   cocoon-master
Version:    1.1.1
*/


html, body{
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.nowrap{
    white-space: nowrap;
}
br.mob_only{
    display: none;
}
.content {
    margin-top: 84px;
}
.grecaptcha-badge { visibility: hidden; }
.recaptcha_policy {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 1em;
    opacity: 0.6;
}

/**********************/
/* ↓↓ Header ↓↓ */
#header-container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}
#header-container, #header-container .navi, #navi .navi-in>.menu-header .sub-menu {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
.header-container-in.hlt-top-menu .header {
    max-width: 270px;
}
.header-container-in.hlt-top-menu .site-name-text {
    font-size: 21px;
    white-space: nowrap;
}
.header-container-in.hlt-top-menu .logo-header img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#navi .navi-in>.menu-header .sub-menu {
    background-color: #b74545;
}

.hlt-tm-right .navi-in > ul {
    justify-content: flex-end;
    align-items: center;
}
#navi .navi-in>ul>li>a {
    font-size: 13px;
    padding: 0 1.3em;
}
#navi .navi-in>ul>li.menu_store {
    height: 32px;
    line-height: 27px;
}
#navi .navi-in>ul>li.menu_store>a {
    border: 1px solid #fff;
    padding: 0 0.8em;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
    margin-left: 0.5em;
    margin-right: 0.5em;
}
#navi .navi-in>ul>li.menu_store>a .item-label {
    letter-spacing: -1px;
}
#navi .navi-in>ul>li.menu_store>a:hover {
    background-color: rgba(255,255,255,0.4);
}


#navi .navi-in>ul>li>a.sub_menu-active{
    background-color: rgba(255,255,255,.2);
}
.navi-in > ul .sub-menu {
    min-width: 230px;
}
#navi .navi-in>ul>li > ul.sub-menu li a .caption-wrap .item-label {
    font-size: 14px !important;
    white-space: nowrap;
}



/* Header/アピールエリア */
.header_news {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    border-bottom: 2px solid #950000;
    text-align: center;
    color: #950000;
    font-size: 1.1em;
    line-height: 1;
    font-weight: bold;
    padding: 0;
    margin-top: 60px;
    z-index: 19;
    width: 100%;
}
.header_news a {
    background-color: #fffac6;
    display: block;
    color: #950000;
    text-decoration: none;
    padding: 12px 10px 12px;
}
.header_news a > span.header_news_desc {
    display: inline-block;
    vertical-align: middle;
}
.header_news a > span.header_news_callout {
    font-size: 0.8em;
    border: 1px solid #950000;
    padding: 4px 10px;
    display: inline-block;
    margin: 0 0 0 20px;
    background-color: #fffce1;
    vertical-align: middle;
}
.header_news a:hover {
    background-color: #fcfdcf;
    transition: all 0.3s ease-in-out;
}
.header_news a:hover span.header_news_callout {
    background-color: #950000;
    color: #fffce1;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 930px){
    .header_news {
    margin-top: 47px !important;
    }
}

@media screen and (max-width: 680px){
    .header_news a > span.header_news_desc {
    display: block;
    font-size: 0.9em;
    margin-top: 5px;
    line-height: 1.5;
    }
    .header_news a > span.header_news_callout {
    display: block;
    margin: 8px auto 0;
    width: 40%;
    min-width: 220px;
    }
}

/* /Header/アピールエリア */

/*    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;*/



/* ナビ */
#navi .navi-in>ul>li>a.sns_link_btn {
    padding: 0 0.8em;
}
#navi .navi-in>ul>li.sns_link_btn_last {
    margin-right: 0.4em;
}
.menu_sns_icon{
    width: 20px;
}
.menu_sns_icon img {
    display: inline;
    vertical-align: middle;
}

.mobmenu_sns_icon_wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.2em;
    border-top: 1px solid #ccc;
    padding-top: 1em;
}
.mobmenu_sns_icon_wrap a.mob_sns_link_btn {
    padding: 6px 14px;
}
.menu-drawer .sub-menu {
    margin-top: 0;
}

@media screen and (max-width: 1279px){
    .header-container-in.hlt-top-menu {
    padding-left: 20px;
    }
}
@media screen and (max-width: 1074px){
    #navi .navi-in>ul>li>a {
    font-size: 12px;
    padding: 0 0.8em;
    }
    .navi-in .has-icon {
    right: 1px;
    }
}
@media screen and (max-width: 990px){
    .header-container-in.hlt-top-menu .header {
        max-width: 230px;
    }
}


@media screen and (max-width: 930px){
    #header-container{
    display: none;
    }
    .mobile-header-menu-buttons {
        background-color: #950000;
        z-index: 20;
    }
    .mobile-menu-buttons .menu-icon {
        color: #fff;
    }
    .mobile-menu-buttons .menu-caption {
    color: #fff;
    }
    .mobile-menu-buttons .menu-button > a {
    margin-top: 6px;
    }
    .logo-menu-button img {
    max-width: 185px;
    }
    .home_top_img_wrap {
    margin-top: 47px !important;
    }
}


@media screen and (max-width: 880px){
    #navi .navi-in>ul>li>a {
    font-size: 12px;
    }
}
@media screen and (max-width: 834px){
    #header-container{
    display: none;
    }
    .mobile-header-menu-buttons {
        background-color: #950000;
        z-index: 20;
    }
    .mobile-menu-buttons .menu-icon {
        color: #fff;
    }
    .mobile-menu-buttons .menu-caption {
    color: #fff;
    }
    .mobile-menu-buttons .menu-button > a {
    margin-top: 6px;
    }
    .logo-menu-button img {
    max-width: 185px;
    }
    .home_top_img_wrap {
    margin-top: 47px !important;
    }
}
@media screen and (max-width: 480px){
    section.home_services_wrap .home_body {
    font-size: 16px;
    }
    section.home_articles_wrap .home_body {
    font-size: 16px;
    }
    section.home_articles_wrap .widget-entry-cards.card-large-image .a-wrap {
    padding: 9px;
    }
    .card-title-bold .card-title {
    font-size: 14px;
    }
}

/* ↑↑ Header ↑↑ */


/**********************/

/* ↓↓ Footer ↓↓ */
.navi-footer-in > .menu-footer li {
    border-left: none;
    border-right: 1px solid #ccc;
}
.navi-footer-in > .menu-footer li:first-child {
    border-left: 1px solid #ccc;
}
.footer-bottom.fnm-text-width .menu-footer li a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.footer-bottom.fnm-text-width .menu-footer li.menu_footer_sns_icon {
    border: none;
}
.footer-bottom.fnm-text-width .menu-footer li a.footer_sns_link_fb, .footer-bottom.fnm-text-width .menu-footer li a.footer_sns_link_insta {
    width: 32px;
    padding: 0px 6px;
}
.footer-bottom.fnm-text-width .menu-footer li a.footer_sns_link_fb {
    margin-left: 10px;
}
#footer {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    padding-bottom: 20px;
}
.footer-bottom {
    font-size: 12px;
}
.navi-footer-in a {
    font-size: 12px;
}

.navi-footer .footer_sns_icon_wrap {
    margin-left: 14px;
}
.navi-footer .footer_sns_icon_inner {
    display: flex;
}
.footer-bottom.fnm-text-width .menu-footer li a.footer_sns_link {
    padding: 0 6px;
}

@media screen and (max-width: 1350px){
    .footer-bottom-content .copyright {
    margin-right: 50px;
    }
}
@media screen and (max-width: 834px){
    .navi-footer .footer_sns_icon_wrap {
    margin-left: 0;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 20px;
    }
    .navi-footer .footer_sns_icon_inner {
    display: flex;
    max-width: 100px;
    margin: 0 auto;
    }
}

/* ↑↑ Footer ↑↑ */

/* ↓↓ コンテンツ共通 ↓↓ */

article .entry-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
}
.breadcrumb{
    margin-top: -30px;
    margin-bottom: 50px;
    font-size: 12px;
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
.breadcrumb div {
    float: left;
}
.sns-share-message, .sns-follow-message {
    color: #950000;
    font-size: 1.1em;
    font-weight: 600;
}
.sns-buttons a {
    background-color: #aaa;
}
.sns-share-buttons a .button-caption {
    font-size: 14px;
}
.btn {
    background-color: #fff;
    border: 1px solid #950000;
    margin-top: 40px;
    padding: 0;
}
.btn a {
    color: #950000;
    text-decoration: none;
    display: block;
    padding: 10px 16px 9px;
}
.btn:hover {
    opacity: 1;
    background-color: #950000;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.btn a:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

/* 顧問プロフィール */
p.komon_profile_title {
    margin-top: 3em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    font-size: 1em;
    font-weight: 600;
    color: #950000;
}
/* /顧問プロフィール */

/* ↑↑ コンテンツ共通 ↑↑ */


/**********************/
/* ↓↓ ホーム ↓↓ */

.home_top_img_wrap {
    position: relative;
    margin: 60px 0 0;
    padding: 0;
    display: block;
}
.home_top_catch_conte {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
}
.home_top_catch {
    text-align: center;
    display: block;
    width: 100%;
}
.home_top_catch h2{
    font-size: 1.6em;
    color: #fff;
}
/*
.home_top_catch h2 br {
    display: none;
}
*/
.home_oa_logo {
    margin: 1.2em auto 0;
    display: block;
    padding: 0 40%;
    text-align: center;
}
.home_oa_logo img {
    width: 100%;
    max-width: 400px;
}
/* イメージスライダー */
.home_bg1_wrap {
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, rgba(137, 153, 169,0.6), rgba(152, 152, 152,0.6), rgba(187, 163, 158,0.6));
    background-size: 900% 800%;
    animation: gradationTeaser 15s ease infinite;
    position: absolute;
    z-index: 2;
    top: 0;
}
/* /イメージスライダー */

#home_contant, #home_contant2 {
    margin: 0;
    padding-top: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#home_contant-in, #home_contant-in2 {
    width: auto;
    max-width: 1256px;
    margin: 0 auto;
}
.home_message1_conte {
    text-align: center;
}

h1.home_h1 {
    font-size: 1.3em;
    font-weight: 500;
    color: #950000;
    line-height: 1.3;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
h2.home_h2 {
    font-size: 2.2em;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #950000;
    line-height: 1.3;
    background-color: transparent;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 0;
    margin-top: 0;
}
.home_body {
    text-align: center;
}
.home_body p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.home_message1_wrap {
    margin-top: 5em;
    margin-bottom: 6em;    
}
.home_message1 h1.home_h1{
    padding-right: 1em;
}
.home_message1 h2.home_h2{
    margin-bottom: 0.8em;
}

section.home_services_wrap {
    padding: 6em 29px 7em;
    border-top: 1px solid #ddd;
}
section.home_services_wrap .top_services_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.home_services_wrap h2.home_h2 {
    font-size: 1.8em;
    margin-bottom: 0.1em;
}
section.home_services_wrap .top_services_list .navi-entry-card > figure.navi-entry-card-thumb{
/*    display: none;*/
}
section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    width: 30%;
    padding: 10px 10px 14px;
    text-align: center;
    background-color: #950000;
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    min-height: 140px;
    line-height: 1.6;
    opacity: 0.7;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
}
section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap:hover{
    opacity: 1;
}
section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap:first-child, section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap:nth-child(4n){
    margin-left: 0;
}
section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap:nth-child(3n), section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap:last-child {
    margin-right: 0;
}
section.home_services_wrap .widget-entry-cards.card-large-image .card-content {
    margin: 10px 0 0;
}
section.home_services_wrap .widget-entry-cards.card-large-image .card-content .navi-entry-card-title {
    line-height: 1.2;
}
section.home_services_wrap .widget-entry-cards.card-large-image .card-content .navi-entry-card-title br {
    display: none;
}
section.home_services_wrap .widget-entry-cards.card-large-image .e-card {
    font-size: 16px;
    padding: 0;
    width: 100%;
}
section.home_services_wrap .home_body {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2em;
}
@media screen and (max-width: 970px){
section.home_services_wrap .widget-entry-cards.card-large-image .card-content .navi-entry-card-title {
    font-size: 14px;
    }
}
@media screen and (max-width: 870px){
    section.home_services_wrap .widget-entry-cards.card-large-image .e-card .navi-entry-card-title br {
    display: block;
    }
}
@media screen and (max-width: 834px){
    section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap {
    width: 48%;
    }
    section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap:nth-child(odd) {
    margin-left: 0;
    margin-right: 2%;
    }
    section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap:nth-child(even) {
    margin-right: 0;
    margin-left: 2%;
    }
    section.home_services_wrap .widget-entry-cards.card-large-image .a-wrap:last-child {
    margin-right: 0;
    }
    section.home_services_wrap .widget-entry-cards.card-large-image .e-card .navi-entry-card-title br {
    display: none;
    }
}
@media screen and (max-width: 570px){
    section.home_services_wrap {
    padding-left: 0;
    padding-right: 0;
    }
    section.home_services_wrap .widget-entry-cards.card-large-image .e-card .navi-entry-card-title br {
    display: block;
    }
}


section.link_to_store{
    text-align: center;
    margin-bottom: 10em;
}
section.link_to_store.link_to_store_home{
    margin-bottom: 3em;
}
section.link_to_store a.link_btn_store {
    background-color: #950000;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 1em 0;
    font-size: 1.2em;
    font-weight: 800;
}
section.link_to_store a.link_btn_store:hover {
    opacity: .8;
    transition: all 0.3s ease-in-out;
}
section.link_to_store a.link_btn_store br{
    display: none;
}

@media screen and (max-width: 450px){
    section.link_to_store a.link_btn_store br{
        display: block;
    }
}

section.home_articles_wrap {
    padding: 20px 29px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 7em;
    padding-bottom: 10em;
}
section.home_articles_wrap .top_articles_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.home_articles_wrap h2.home_h2 {
    font-size: 1.8em;
}
section.home_articles_wrap .top_articles_list .navi-entry-card > figure.navi-entry-card-thumb{
    display: none;
}
section.home_articles_wrap .widget-entry-cards.card-large-image .a-wrap {
    padding: 15px;
    width: 32%;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2%;
    max-width: unset;
    border: 3px solid #fff;
}
section.home_articles_wrap .widget-entry-cards.card-large-image .a-wrap .widget-entry-card-snippet {
    margin-top: 3px;
    opacity: 1;
    font-size: 13px;
    line-height: 1.6;
}
section.home_articles_wrap .widget-entry-cards.card-large-image .a-wrap:hover {
    background-color: rgba(255, 255, 255, 1);
}
section.home_articles_wrap .widget-entry-cards.card-large-image .a-wrap:hover .navi-entry-card-title {
    color: #950000;    
}
section.home_articles_wrap h2.home_h2 {
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4), -1px 1px 0 rgba(255,255,255,0.4), 1px -1px 0 rgba(255,255,255,0.4), -1px -1px 0 rgba(255,255,255,0.4);
    margin-bottom: 0.1em;
}
section.home_articles_wrap .home_body {
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4), -1px 1px 0 rgba(255,255,255,0.4), 1px -1px 0 rgba(255,255,255,0.4), -1px -1px 0 rgba(255,255,255,0.4);
    font-weight: bold;
    font-size: 18px;
}
@media screen and (max-width: 834px){
    section.home_articles_wrap {
    padding-top: 5em;
    padding-bottom: 6em;
    }
    section.home_articles_wrap .widget-entry-cards.card-large-image .a-wrap {
    width: 48%;
    }
    section.home_articles_wrap .widget-entry-cards.card-large-image .a-wrap:nth-child(odd) {
    margin-left: 0;
    margin-right: 2%;
    }
    section.home_articles_wrap .widget-entry-cards.card-large-image .a-wrap:nth-child(even) {
    margin-right: 0;
    margin-left: 2%;
    }
    section.home_articles_wrap .widget-entry-cards.card-large-image .a-wrap:last-child {
    margin-right: 0;
    }
}
@media screen and (max-width: 570px){
    section.home_articles_wrap {
    padding-left: 0;
    padding-right: 0;
    }
}


.pressroom_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
}
.content div.pressroom_title_wrap::after {
    display: none;
}
.pressroom_title {
    font-size: 28px;
    font-weight: bold;
    color: #950000;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 4px;
}
a.pressroom_link {
    color: #950000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 6px;
}
a.pressroom_link:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.home_pressroom .ect-vertical-card .entry-card-wrap .entry-card-thumb img {
    display: none;
}
.entry-card .cat-label {
    position: unset;
    display: inline-block;
    vertical-align: top;
    width: auto;
    width: 100%;
    max-width: none;
    padding: 6px 8px;
    border: none;
    line-height: 1;
    margin: 0;
    overflow: unset;
    background-color: rgba(100, 100, 100, 0.1);
    color: #950000;
    font-weight: bold;
}
.entry-card-content .entry-card-meta {
    position: unset;
    margin-bottom: 6px;
}
.entry-card-content .entry-card-meta .e-card-info {
    justify-content: flex-start;
}
.entry-card-content h2.entry-card-title {
    color: #950000;
}
div.list.ect-vertical-card-3 {
    justify-content: flex-start;
}
div.list.ect-vertical-card-3 .cat-label, div.list.ect-vertical-card-3 .entry-card-content .entry-card-meta {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

h1#archive-title {
    color: #950000;
}
h1#archive-title span.fa:before {
    color: #777;
}

@media screen and (max-width: 500px){
    .home_top_catch_conte {
    height: 240px;
    }
    .home_top_img_wrap .metaslider .flexslider ul li img {
    height: 240px !important;
    object-fit: cover;
    }
    .home_top_catch h2 {
    font-size: 1.4em;
    }
    .home_oa_logo {
    margin: 0.6em auto 0;
    padding: 0 36%;
    }
}

@media screen and (max-width: 480px){
    .home_body p br.br_no_mob {
        display: none;
    }
}

@media screen and (max-width: 420px){
    .home_oa_logo {
    padding: 0;
    }
    .home_oa_logo img {
    width: 37%;
    }
}

/* ↑↑ ホーム ↑↑ */
/**********************/


h1.entry-title {
    color: #950000;
}


/**********************/
/* ↓↓ サービス概要 ↓↓ */

.page_service_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*
section.home_services_wrap h2.home_h2 {
    font-size: 1.8em;
    margin-bottom: 0.1em;
}
*/
.page_service_list .navi-entry-card > figure.navi-entry-card-thumb{
/*    display: none;*/
}
.page_service_list.widget-entry-cards.card-large-image .a-wrap {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    padding: 15px;
    width: 30%;
    text-align: center;
    background-color: #f7f3f2;
    color: #950000;
    border-radius: 4px;
    line-height: 1.6;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
}
.page_service_list.widget-entry-cards.card-large-image .a-wrap:hover{
    opacity: 0.7;
}
.page_service_list.widget-entry-cards.card-large-image .card-content {
    margin: 0;
}
.page_service_list.widget-entry-cards.card-large-image .e-card {
    font-size: 16px;
}
.page_service_list.widget-entry-cards.card-large-image .e-card .navi-entry-card-title {
    margin-top: 1em;
}
.page_service_list.widget-entry-cards.card-large-image .e-card .navi-entry-card-title br {
    display: none;
}


@media screen and (max-width: 970px){
.page_service_list.widget-entry-cards.card-large-image .e-card .navi-entry-card-title {
    font-size: 14px;
    }
}
@media screen and (max-width: 870px){
    .page_service_list.widget-entry-cards.card-large-image .e-card .navi-entry-card-title br {
    display: block;
    }
}
@media screen and (max-width: 834px){
    .page_service_list.widget-entry-cards.card-large-image .a-wrap {
    width: 48%;
    }
    .page_service_list.widget-entry-cards.card-large-image .a-wrap:nth-child(odd) {
    margin-left: 0;
    margin-right: 2%;
    }
    .page_service_list.widget-entry-cards.card-large-image .a-wrap:nth-child(even) {
    margin-right: 0;
    margin-left: 2%;
    }
    .page_service_list.widget-entry-cards.card-large-image .a-wrap:last-child {
    margin-right: 0;
    }
    .page_service_list.widget-entry-cards.card-large-image .e-card .navi-entry-card-title br {
    display: none;
    }
}
@media screen and (max-width: 570px){
    section.home_services_wrap {
    padding-left: 0;
    padding-right: 0;
    }
    .page_service_list.widget-entry-cards.card-large-image .e-card .navi-entry-card-title br {
    display: block;
    }
}

/* ↑↑ サービス概要 ↑↑ */
/**********************/



/**********************/
/* ↓↓ 記事共通 ↓↓ */

.post .article-header h1.entry-title {
    color: #950000;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3em;
}

article .entry-content h4 {
    color: #950000;
}
.article a.article_link_btn {
    display: block;
    line-height: 1;
    width: auto;
    max-width: 270px;
    border-radius: 4px;
    background-color: #950000;
    border: none;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    padding: 0.6em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.6em;
    text-decoration: none;
    text-align: center;
    transition: 0.3s all ease;
}
.article a.article_link_btn:hover {
    opacity: 0.8;
}
.article a.article_link_btn.btn_400px{
    max-width: 400px;
}
.article h5 {
    color: #950000;
}
.article h3 {
    color: #950000;
    border: none;
    background-color: #f5f4e0;
    padding: 16px 0px 14px 17px;
    margin: 3em 0 1em;
    margin: 3em 0 1em;
    line-height: 1.4;
}
article.post .date-tags {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    text-align: left;
    font-size: 18px;
    margin-top: -30px;
    margin-bottom: 40px;
    padding-left: 0.2em;
    color: #777;
}

.wp-caption-text {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}


@media screen and (max-width: 740px){
    .related-entry-card-content h3.related-entry-card-title.card-title.e-card-title > .nowrap {
    white-space: normal;
    }
    .related-entry-card-content h3.related-entry-card-title.card-title.e-card-title > br {
    display: none;
    }
}


/* アイキャッチがある場合のh1レイアウトの調整 */
article.post .article-header h1.entry-title.h1_eyecatch_adjust {
    border-bottom: none;
    margin-bottom: 26px;
}

/* テーブルレイアウト */
td.post_table_cell_res1 table {
    margin-bottom: 0;
}
table.table_res1_4-2 tr:nth-of-type(2n+1) {
    background-color: transparent;
}
table.table_res1_4-2 td.post_table_cell_res1 {
    border: none;
    padding: 0;
}
table.table_res1_4-2 td.post_table_cell_res1 td{
    border: none;
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 13px;
    vertical-align: top;
}
@media screen and (max-width: 600px){
    .post_table_cell_res1{
        width: 100%;
        display: block;
    }
}


/* 講師プロフィール */
.panelist_info {
    border: 2px solid #950000;
    margin-bottom: 1em;
    padding: 2em;
    background-color: #fbf9f1;
    border-radius: 10px;
}
p.panelist_title {
    color: #950000;
    margin-top: 0;
    line-height: 1;
    font-size: 1.2em;
    font-weight: 600;
}
.column-wrap > div > p.panelist_img_wrap {
    padding-right: 1.4em;
}
p.panelist_img_wrap img {
    margin: 0;
    width: 100%;
    max-width: unset;
}
.column-wrap > div > p.panelist_name {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 0.8em;
    line-height: 1.4;
}
.column-wrap > div > p.panelist_name span.panelist_name_title {
    font-size: 0.8em;
    color: #333;
}
.panelist_info p.panelist_profile_title {
    margin-top: 2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    font-size: 1em;
    font-weight: 600;
    color: #235210;
}
.panelist_info ul.panelist_profile_list {
    margin-top: 0;
    font-size: 0.9em;
    padding-left: 25px;
}
/* /講師プロフィール */

/* スクール */
table.school_table {
    width: 96%;
    margin: 0 auto;
    font-size: 0.9em;
}
table.school_table td.school_tabe-cell_l {
    width: 15%;
    min-width: 100px;
    font-weight: bold;
}
table.school_table td.school_tabe-cell_r {
    width: auto;
    padding-left: 1em;
}
/* /スクール */

/* タイムライン */
.timeline-box {
    border: none;
}
.timeline-item:before {
    background: #950000;
}
.timeline-item-content{
    border-left: 3px #f1d5c4 solid;
}
@media screen and (max-width: 834px){
    table.school_table td {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}
@media screen and (max-width: 480px){
    .timeline > li.timeline-item {
    border-left: 3px #f1d5c4 solid;
    }
    .timeline-item-content {
    border-left: none;
    padding-left: 15px;
    }
}
/* /タイムライン */

/* ↑↑ 記事共通 ↑↑ */
/**********************/


/*************************/
/* ↓↓ オンラインカウンセリング ↓↓ */
@media screen and (max-width: 480px){
    article.post-23 .entry-content > p > br {
    display: none;
    }
}
/* ↑↑ オンラインカウンセリング ↑↑ */
/**********************/


/**********************/
/* ↓↓ 企業情報 ↓↓ */
table.about_info {
    margin-top: 50px;
}
.about_info td.about_info_l {
    width: 20%;
    color: #950000;
    font-weight: bold;
}
.about_info td.about_info_r {
    width: 80%;
}
.about_info td.about_info_r ul {
    padding-left: 22px;
}
.comp_staffs .name_title {
    font-weight: bold;
    line-height: 1.2;
    margin-top: 2em;
    margin-bottom: 8px;
}
.comp_staffs .staff_name {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}
.comp_staffs {
    margin-top: 2em;
}
.comp_staffs2 {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #ccc;
}
p.kokuchu_profile.profile_1 {
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 0.8em;
}

.kokuchu_contents .column-2-3-1-2 .column-left {
    width: 28%;
}
.kokuchu_contents .column-2-3-1-2 .column-right {
    width: 70%;
}

@media screen and (max-width: 752px){
    .kokuchu_contents .column-2-3-1-2.comp_staffs .column-right {
    padding-left: 1em;
    }
}
@media screen and (max-width: 599px){
    .kokuchu_contents .column-2-3-1-2 .column-left {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    }
    .kokuchu_contents .column-2-3-1-2 .column-left p {
    margin-bottom: 0;
    line-height: 0;
    }
    .kokuchu_contents .column-2-3-1-2 .column-left p {
    margin-bottom: 0;
    line-height: 0;
    }
    .kokuchu_contents .column-2-3-1-2 .column-right {
    width: 100%;
    }
}
@media screen and (max-width: 450px){
    .kokuchu_contents .column-2-3-1-2 .column-left {
    width: 40%;
    }
}

/* ↑↑ 企業情報 ↑↑ */
/**********************/


/**********************/
/* ↓↓ ポップアップ ↓↓ */
.pum-container.popmake h3 {
    color: #950000;
}
.pum-container.popmake a.article_link_btn {
    display: block;
    line-height: 1;
    width: auto;
    max-width: 270px;
    border-radius: 4px;
    background-color: #950000;
    border: none;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    padding: 0.6em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.6em;
    text-decoration: none;
    text-align: center;
    transition: 0.3s all ease;
}
.pum-container.popmake a.article_link_btn:hover {
    opacity: 0.8;
}

/* ↑↑ ポップアップ ↑↑ */
/**********************/


/**********************/
/* ↓↓ コンタクトフォーム ↓↓ */

.entry-content .wpcf7{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.content .contactTable {
    width: 100%;
    margin-top: 20px;
    border: 0;
    background: 0 0;
}
.content table.contactTable tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.content .contactTable .contactTable__header {
    width: 100%;
    display: block;
    padding: 0 0 10px;
    vertical-align: top;
    line-height: 1.5;
    border: 0;
    background: 0 0;
    color: #191919;
    text-align: left;
}
.content .contactTable .contactTable__header .required {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    padding: 3px 5px;
    background: #C1272D;
    color: #fff;
    border-radius: 3px;
    font-size: 0.7rem;
}
.content .contactTable .contactTable__data {
    width: 100%;
    display: block;
    padding: 0 0 20px;
    vertical-align: top;
    line-height: 1.5;
    border: 0;
    background: 0 0;
}
.content .contactTable .contactTable__data input, .content .contactTable .contactTable__data textarea {
    width: 100%;
    display: block;
    border: none;
    padding: 10px;
    border-radius: 4px;
    background: #F4F4F4;
    border: 1px solid rgba(0,0,0,.1);
}
.content .contactTable .contactTable__data.zip input{
    width: 30%;
    min-width: 120px;
}

.content .contactTable .contactTable__data.checkbox span.wpcf7-list-item {
    display: block;
    margin-bottom: 12px;
}
.content .contactTable .contactTable__data input[type="checkbox"] {
    width: auto;
    display: inline;
}
.content .contactTable .contactTable__data select.wpcf7-select{
    font-size: 14px;
}
td.contactTable__data p {
    margin: 0;
}

/* ZIPコード欄 調整 */

.your_zip_wrap span.your_zip_mark {
    margin-right: 10px;
}
.content .contactTable .contactTable__data input.your_zip {
    display: inline;
    max-width: 140px;
}
.zip_data .your_zip_wrap {
    margin-bottom: 0.8em;
}

/* /ZIPコード欄 */

/* 送信完了表示調整 */
/*
.wpcf7-response-output.wpcf7-mail-sent-ok {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    border: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok > span {
    position: fixed;
    top: 40%;
    left: 10%;
    width: 80%;
    background-color: #002;
    text-align: center;
    display: block;
    background-color: #4c6f3c;
    padding: 1em 0;
    font-weight: 700;
    color: #fff;
}
*/
/* /送信完了表示調整 */

/* ↑↑ コンタクトフォーム ↑↑ */
/**********************/


/**********************/
/* ↓↓ ボタン ↓↓ */

.content .entry-content .btn.btn-left {
    line-height: 1;
    width: 100%;
    max-width: 180px;
    border-radius: 4px;
    background-color: #950000;
    border: none;
}
.content .entry-content .btn.btn-left:hover{
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.content .entry-content .btn.btn-left p{
    margin: 0;
}
.content .btn__link-primary {
    color: #ffffff;
    background-color: transparent;
    border: none;
    font-size: 1.1em;
    padding: 8px 0;
    width: 100%;
    cursor: pointer;
}
.content .btn__link-primary::before {
    border-top: 2px solid;
    border-right: 2px solid;
}
.content input.btn__link.btn__link-primary2 {
    color: #ffffff;
    background-color: #950000;
    border: none;
    font-size: 1.1em;
    padding: 8px 0;
    cursor: pointer;
    width: 40%;
}
.content .btn__link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}
.content div::after, .content p::after {
    display: block;
    content: "";
    clear: both;
}
/* ↑↑ ボタン ↑↑ */
/**********************/



/***************************/
/* ↓↓ プライバシーポリシー ↓↓ */

.post-3.page h1.entry-title {
    color: #950000;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5em;
    margin-top: 2em;
    text-align: center;
}
.post-3.page .date-tags {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 3em;
    font-size: 18px;
}
.post-3.page .entry-content{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ↑↑ プライバシーポリシー ↑↑ */
/***************************/



/**********************/
/* ↓↓ WPCF7フォームリセット ↓↓ */
input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
/*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
*/

  /* font-familyを継承しないので、継承させる */
  font-family: inherit;

  /* iOSの角丸をリセット */
  border-radius: 0;

  /* box-size */
  box-sizing: border-box;

  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;

  /* 文字色を親から継承 */
  color: inherit;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
  margin: 0;*/
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* ↑↑ WPCF7フォームリセット ↑↑ */
/***************************/


/**********************/
/* ↓↓ WPCF7フォーム共通 ↓↓ */
form.wpcf7-form label.form_title {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 3px;
}
form.wpcf7-form label.form_req:after {
    content: "必須";
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -4px;
    text-align: center;
    padding: 4px 5px 5px;
    line-height: 1;
    background: #C1272D;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-weight: normal;
}
span.form_checkbox_note {
    font-size: 14px;
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-weight: normal;
    display: inline;
}
form.wpcf7-form input.wpcf7c-elm-step1 {
    max-width: 270px;
    background-color: #950000;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
/*
    margin-left: auto;
    margin-right: auto;
*/
    display: block;
}
form.wpcf7-form input.wpcf7c-elm-step1:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
}

/* 2コラム */
form.wpcf7-form .form_2column {
    display: flex;
    justify-content: space-between;
}
form.wpcf7-form .form_2column p.form_2column_l {
    width: 47%;
}
form.wpcf7-form .form_2column p.form_2column_r, form.wpcf7-form .form_2column div.form_2column_r {
    width: 47%;
}
form.wpcf7-form .form_2column.urine-times {
    justify-content: flex-start;
}
form.wpcf7-form .form_2column.urine-times p.form_2column_l, form.wpcf7-form .form_2column.urine-times p.form_2column_r {
    width: 25%;
}
form.wpcf7-form .form_2column.urine-times p.form_2column_l {
    margin-right: 20px;
}

form.wpcf7-form .form_2column {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 700px){
    form.wpcf7-form .form_2column.mob_w700 {
    flex-wrap: wrap;
    }
    form.wpcf7-form .form_2column.mob_w700 p.form_2column_l {
    width: 100%;
    }
    form.wpcf7-form .form_2column.mob_w700 p.form_2column_r {
    width: 100%;
    }
}

/* /2コラム */

/* 送信内容確認画面 */
.wpcf7-form.custom-wpcf7c-confirmed p.wpcf7c-elm-step2 {
    display: block;
    text-align: center;
    border: 3px solid #950000;
    background-color: #f9f7d8;
    color: #950000;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 0;
}
input.wpcf7c-conf {
    background-color: #fffff5;
    color: #000;
    border: 1px solid #e2e2e2;
}
select.wpcf7c-conf {
    background-color: #fffff5;
    color: #000;
    border: 1px solid #e2e2e2;
}
textarea.wpcf7c-conf {
    background-color: #fffff5;
    border: 1px solid #e2e2e2;
}
input[type="button"].wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
    background-color: #797979;
    color: #fff;
    padding: 10px 30px;
    min-width: 180px;
    font-weight: bold;
    border: none;
    display: block;
    line-height: 1;
    float: left;
}
input[type='submit'].wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
    max-width: 180px;
    background-color: #950000;
    color: #fff;
    line-height: 1;
    padding: 10px 30px;
    display: inline-block;
    margin-top: -1px;
    margin-left: 20px;
}
input[type='checkbox'].wpcf7c-conf, input[type='radio'].wpcf7c-conf{
    
}
form.wpcf7-form span.wpcf7c-conf_unchecked{
    color: #ccc;
}
form.wpcf7-form span.wpcf7c-conf_checked{
    color: #000;
}

/* /送信内容確認画面 */

/* ↑↑ WPCF7フォーム共通 ↑↑ */
/***************************/



/**********************/
/* ↓↓ 事前カウンセリングシート ↓↓ */
#post-396 h1.entry-title {
    text-align: center;
    font-size: 2rem;
}
#post-396 .date-tags{
    display: none;
}
#post-396 footer.article-footer.entry-footer {
    display: none;
}
.entry-content .pre_counseling_sheet .wpcf7 {
    max-width: none;
}
.your_zip_wrap {
    margin-bottom: 0.8em;
}
.your_zip_wrap span.your_zip_mark {
    margin-right: 10px;
}
.your_zip_wrap input.your_zip {
    display: inline;
    max-width: 140px;
}

.form_sleeping_time {
    margin-top: -1.2em;
    display: flex;
    justify-content: flex-start;
}
/*
.form_sleeping_time .sheet-sleep-retiring-time, .form_sleeping_time .sheet-sleep-rising-time {
    width: 25%;
}
*/
.form_sleeping_time span.sleeptime_bar {
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 0 12px;
    font-weight: bold;
    font-size: 1.2em;
}
.text-stool-times input, .text-urine-times input, .text-parous-condition-times input {
    max-width: 120px;
}
.sheet-food-times > select, .sheet-thirst-amount > select, .text-stool-times > select, .sheet-input-time > select {
    width: fit-content;
}
.text-parous-condition-times::after  {
    content: "回";
    display: inline;
    margin-left: 10px;
    vertical-align: bottom;
}
span.sheet-height input, span.sheet-weight input {
    width: 50%;
}
span.sheet-height::after {
    content: "cm";
    display: inline;
    margin-left: 10px;
    vertical-align: bottom;
}
span.sheet-weight::after {
    content: "kg";
    display: inline;
    margin-left: 10px;
    vertical-align: bottom;
}
span.dob-year select {
    width: 80px;
}
span.dob-year::after {
    content: "年";
    display: inline;
    margin-left: 6px;
    margin-right: 12px;
    vertical-align: bottom;
}
span.dob-mon select {
    width: 65px;
}
span.dob-mon::after {
    content: "月";
    display: inline;
    margin-left: 6px;
    margin-right: 12px;
    vertical-align: bottom;
}
span.dob-day select {
    width: 70px;
}
span.dob-day::after {
    content: "日";
    display: inline;
    margin-left: 6px;
    vertical-align: bottom;
}

span.your-age select {
    width: 80px;
}
span.your-age::after {
    content: "歳";
    display: inline;
    margin-left: 6px;
    margin-right: 12px;
    vertical-align: bottom;
}

span.text-smoke-amount input {
    max-width: 120px;
}
span.text-smoke-amount::after {
    content: "本";
    display: inline;
    margin-left: 10px;
    vertical-align: bottom;
}

label.form_title.thanks_cooperation {
    padding-top: 1em;
    padding-bottom: 2em;
}


@media screen and (max-width: 500px){
    div#breadcrumb {
    display: none;
    }
    #post-396 h1.entry-title {
    font-size: 1.9em;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    }
    span.sheet-height input, span.sheet-weight input {
    width: 64%;
    }
}

@media screen and (max-width: 460px){
    input[type="button"].wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
    max-width: 140px;
    min-width: 140px;
    }
    input[type='submit'].wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
    max-width: 140px;
    margin-left: 10px;
    }
}

/* ↑↑ 事前カウンセリングシート ↑↑ */

/***************************/

/* ↓↓ ほーほーエクササイズ　バナー ↓↓ */
section.hoho-ex_bnr{
    margin-bottom: 8em;
}
section.hoho-ex_bnr a.link_btn_hoho-ex_bnr {
    display: block;
    width: 90%;
    max-width: 1196px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
section.hoho-ex_bnr a.link_btn_hoho-ex_bnr:hover {
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table{
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr {
    background-color: #fff3dc;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td{
    border: none;
    padding: 0;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid1 {
    width: 11.1%;
    text-align: right;
    vertical-align: middle;
    max-height: 105px;
    border-top: 3px solid #eb5401;
    border-left: 3px solid #eb5401;
    border-bottom: 3px solid #eb5401;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid1 img {
    min-width: 110px;
    width: 100%;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    color: #eb5401;
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 12px;
    border-top: 3px solid #eb5401;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch br{
    display: none;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid2 {
    width: 8.2%;
    text-align: left;
    vertical-align: middle;
    border-top: 3px solid #eb5401;
    border-right: 3px solid #eb5401;
    border-bottom: 3px solid #eb5401;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_title1 {
    width: 31%;
    vertical-align: bottom;
    padding-bottom: 4px;
    border-bottom: 3px solid #eb5401;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_title1 img {
    width: 100%;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_face {
    width: 6.9%;
    vertical-align: bottom;
    padding-bottom: 4px;
    border-bottom: 3px solid #eb5401;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_face img {
    width: 100%;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_title2 {
    width: 42.8%;
    vertical-align: bottom;
    padding-bottom: 4px;
    border-bottom: 3px solid #eb5401;
}
a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_title2 img {
    width: 100%;
}

a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr.hoho-ex_bnr_tr_top_mob, a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr.hoho-ex_bnr_tr_bottom_mob{
    display: none;
}


@media screen and (max-width: 1225px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch {
    font-size: 1.3em;
    }
}
@media screen and (max-width: 1150px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch {
    font-size: 1.2em;
    }
}
@media screen and (max-width: 1070px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch {
    font-size: 1.1em;
    }
}
@media screen and (max-width: 996px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch {
    font-size: 1em;
    }
}
@media screen and (max-width: 930px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr.hoho-ex_bnr_tr_top_mob, a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr.hoho-ex_bnr_tr_bottom_mob{
    display: revert;
    }
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr.hoho-ex_bnr_tr_top, a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr.hoho-ex_bnr_tr_bottom{
    display: none;
    }
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch{
        border-left: 3px solid #eb5401;
        border-right: 3px solid #eb5401;
        font-size: 1.2em;
    }
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid1, a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid2{
        border-top: none;
    }
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid1 img {
    height: 70px;
    width: auto;
    min-width: unset;
    }
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid2 img {
    height: 70px;
    width: auto;
    min-width: unset;
    }
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_title1, a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_face, a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_title2 {
    vertical-align: middle;
    }
}
@media screen and (max-width: 890px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch {
    font-size: 1.1em;
    }
}
@media screen and (max-width: 820px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch br {
        display: block;
    }
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch {
    font-size: 1.3em;
    line-height: 1.4;
    padding-top: 12px;
    padding-bottom: 2px;
    }
}
@media screen and (max-width: 510px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch {
    font-size: 1.1em;
    }
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid1 img, a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid2 img {
    height: 60px;
    }
}
@media screen and (max-width: 450px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid1 img, a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid2 img {
    height: 50px;
    }
}
@media screen and (max-width: 382px){
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_catch {
    font-size: 1em;
    }
    a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid1 img, a.link_btn_hoho-ex_bnr table.hoho-ex_bnr_table tr td.hoho-ex_bnr_td_vid2 img {
    height: 40px;
    }
}
/* ↑↑ ほーほーエクササイズ　バナー ↑↑ */

/***************************/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1023px){
}

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

@media screen and (max-width: 480px){
    .content {
    margin-top: 50px;
    }
}
