@charset "UTF-8";

:root {
    /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    /*高さ自動*/
}

a {
    display: block;
    color: var(--link-color);
    text-decoration-line: none;
}

a:hover {
    color: var(--linkhover-color);
}

a img {
    margin-bottom: 1rem;
}

a img:hover {
    opacity: 0.8;
}

article {
    height: 100%;
    padding: 0 2.0rem;
}

/** TOP */
@media screen and (min-width: 768px) {
    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }

    .breadcrumb ul li:not(:last-of-type)::after {
        content: "›";
        margin: 0 .6em;
        /* 記号の左右の余白 */
        color: #777;
        /* 記号の色 */
    }

    .top_new_title_sp {
        display: none;
    }

    .top_detail {
        float: left;
        width: 50%;
        height: 460px;
        padding: 15px 10px;
    }

    .top_detail_sub {
        float: left;
        width: 33%;
        padding: 5px 10px;
    }

    .top_detail .top_detail_img {
        width: 450px;
        height: 250px;
        object-fit: cover;
        text-align: center;
        margin-left: 5px;
    }

    .top_detail_sub .top_detail_img {
        width: 290px;
        height: 150px;
        object-fit: cover;
        text-align: center;
    }

    .category_name {
        margin: 10px 5px;
        font-size: 14px;
    }

    a.category_name {
        color: #adadad;
    }

    a.category_name:hover {
        color: #adadad;
    }

    .top_detail_title {
        font-size: 18px;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .top_detail_detail {
        width: 95%;
        margin-left: 5px;
        color: #353434;
    }

    .top_detail_detail p {
        font-size: 14px;
        color: #353434;
    }

    .top_popular {
        width: 100%;
        padding: 15px 10px;
    }

    .top_popular ul li {
        float: left;
        width: 30%;
        margin: 10px 12px;
        list-style-type: none !important;
    }

    .top_popular ul li.cat-item {
        display: flex;
        padding: 20px 0;
    }
      
    .top_popular ul li.cat-item {
        position: relative;
        list-style-type: none!important;/*ポチ消す*/
        padding: 0.5em 0.5em 0.5em 0.5em;
        margin-bottom: 5px;
        line-height: 1.5;
        background: #dbebf8;
        vertical-align: middle;
        color: #505050;
        border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
        width: 99%;
      }
      
    .top_popular ul li.cat-item:before{ 
        display:inline-block; 
        vertical-align: middle;
        /*以下白丸つくる*/
        content:'';
        width:1em;
        height: 1em;
        background: #fff;
        border-radius: 50%;
        margin-right: 8px;
      }

    .top_popular a {
        font-size: 16px;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .search_result_title {
        padding: 1rem 2rem;
        border-bottom: 4px solid #efb2b2;
        border-left: 4px solid #f59b9b;
        border-radius: 0;

    }

}

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

    .head_detail_pc {
        display: none;
    }

    .top_new_title_sp {
        margin: 0 0 15px 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .top_detail {
        float: left;
        width: 95%;
        margin: 5px 3px;
    }

    .top_detail_img {
        margin: 0 auto;
        width: 300px;
        height: 150px;
    }

    .top_detail_img img {
        object-fit: cover;
        text-align: center;
    }

    .category_name {
        margin: 10px 5px;
        font-size: 12px;
    }

    a.category_name {
        color: #adadad;
    }

    a.category_name:hover {
        color: #adadad;
    }

    .top_detail_title {
        font-size: 16px;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .top_detail_sub {
        float: left;
        width: 300px;
        margin: 5px 3px;
    }

    .top_detail .top_detail_img {
        width: 300px;
        height: 150px;
        object-fit: cover;
        text-align: center;
    }

    .top_detail_sub .top_detail_img {
        width: 300px;
        height: 150px;
        object-fit: cover;
        text-align: center;
    }

    .top_popular {
        width: 100%;
        padding: 15px 10px;
    }

    .top_popular ul li {
        float: left;
        width: 100%;
        height: 260px;
        margin: 10px 12px;
        list-style-type: none !important;

    }

    .top_popular a {
        font-size: 16px;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .search_result_title {
        margin: 0 0 15px 10px;
        font-size: 20px;
        font-weight: bold;
    }
}

/*ヘッダー
-------------------------------------*/
.head {
    display: flex;
    flex-direction: row;
    color: #fff;
}

.head h1 {
    padding: 1rem 0 0 0;
}

.telbox {
    margin-left: auto;
    font-size: 3.0rem;
    padding: 1rem 0 0 0;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 1rem;
}

nav li {
    display: block;
    flex: 1 0 auto;
}

nav li a {
    text-decoration: none;
    text-align: center;
}

nav a {
    padding: 1rem;
}

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

    /* PC時はMENUボタンを非表示 */
    #open,
    #close {
        display: none !important;
    }
    .drawer {
        display: none;
    }

    #navi {
        display: block !important;
    }

    .head {
        position: relative;
    }

    .head .head_logo {
        max-width: 200px;
    }

    .head .head_detail_pc {
        width: 310px;
        margin: 0.5em 0 0 1.5em;
        font-weight: 700;
        color: #cccc00;
    }

    .head .head_search {
        position: relative;
        margin: 0.8em 0 0 7em;
        height: 40px;
        padding: 0.25rem 2.75rem;
        background-color: #fff;
        border: 1px solid #adadad;
        border-radius: 1.125rem;
    }

    .head .head_search input {
        width: calc(100% - 2em);
        height: 100%;
        border: none;
        width: 250px;
        font-size: .875em;
        color: #adadad;
        background-color: #fff;
    }

    .head .head_search input:focus {
        outline: none;
        border: none;
    }

    .head .head_search .h-searchbox__submit {
        position: absolute;
        right: 5px;
        right: 0.5rem;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1.42em;
        height: 1.42em;
        background: url(/comieducom/wp-content/themes/comiedu/assets/img/search-icon.png) no-repeat;
        background-size: contain;
        border: none;
        cursor: pointer;
    }

    #navi li {
        width: 25%;
        background-color: #eeee00;
        font-weight: 700;
        text-align: center;
        border: 1px solid #cecccc;
    }
}

@media screen and (max-width: 768px) {
    .head {
        flex-direction: column;
        text-align: left;
        margin-bottom: 20px;
    }

    .head_logo {
        background-color: #ffff00;
        padding: 30px 0 10px 0;
        margin-bottom: 20px;
    }

    .head h1 {
        margin: auto;
    }

    .head .head_search {
        position: relative;
        margin: 0.1em 0.5em;
        height: 40px;
        padding: 0.25rem 2.75rem;
        background-color: #fff;
        border: 1px solid #adadad;
        border-radius: 1.125rem;
    }

    .head .head_search input {
        width: calc(100% - 2em);
        height: 100%;
        border: none;
        width: 250px;
        font-size: .875em;
        color: #adadad;
        background-color: #fff;
    }

    .head .head_search input:focus {
        outline: none;
        border: none;
    }

    .head .head_search .h-searchbox__submit {
        position: absolute;
        right: 5px;
        right: 0.5rem;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1.42em;
        height: 1.42em;
        background: url(/comieducom/wp-content/themes/comiedu/assets/img/search-icon.png) no-repeat;
        background-size: contain;
        border: none;
        cursor: pointer;
    }

    .telbox {
        margin-left: 0;
        text-align: center;
    }

    .head #open,
    #close {
        position: absolute;
        top: 28px;
        right: 12px;
    }

    nav ul {
        flex-direction: column;
    }

    nav li {
        padding-top: 0;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 0;
    }

    /* スマホ時はメニューを非表示 */
    #navi {
        display: none;
    }

    /*ハンバーガーアイコン*/
    .drawer {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        padding: 0;
        z-index: 1000;
    }
    .drawer .btn-burger {
        position: absolute;
        cursor: pointer;
        display: block;
        width: 56px;
        height: 60px;
        top: 0px;
        right: 5px;
    }

    /*ハンバーガーアイコンを作る三本線*/
    .drawer .icon,
    .drawer .icon:before,
    .drawer .icon:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 2px;
        /*線の太さ*/
        width: 33px;
        /*線の長さ*/
        background-color: #444;
        border-radius: 2px;
        display: block;
        content: '';
        cursor: pointer;
        margin: auto;
    }

    /*三本線の間隔*/
    .drawer .icon:before {
        top: 10px;
    }

    .drawer .icon:after {
        top: -20px;
    }

    /*チェックボックス非表示*/
    .drawer .nav-toggle {
        display: none;
    }

    /*アイコンをクリックしたら*/
    .drawer .nav-toggle:checked~.btn-burger .icon {
        background: transparent;
    }

    .drawer .nav-toggle:checked~.btn-burger .icon:before {
        transform: rotate(-45deg);
        top: 0;
    }

    .drawer .nav-toggle:checked~.btn-burger .icon:after {
        transform: rotate(45deg);
        top: 0;
    }

    .drawer .icon,
    .drawer .icon:before,
    .drawer .icon:after {
        transition: all .8s;
    }

    /*表示されるメニューの中身*/
    .drawer .nav {
        /* background-color: #f59b9b; */
        background-color: #fff;
    }

    .drawer .nav-list a {
        display: block;
        text-decoration: none;
        color: #000;
    }

    .drawer .nav-list {
        position: relative;
        list-style: none;
        display: none;
        margin: 0;
        padding: 0 20px;
        height: calc(100vh - 60px);
        overflow-y: scroll;
    }

    .drawer .nav-list li {
        margin: 0;
        padding: 10px;
    }

    .drawer .nav-toggle:checked~.nav .nav-list {
        display: block;
    }
}

/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
}

.pagenation {
    margin: auto;
}

.col p {
    line-height: 1.5;
}

.col .wp-pagenavi {
    margin: 0 auto;
    margin-bottom: 10px;
}

.search_list {
    float: left;
    width: 100%;
}

.search_list li {
    display: flex;
    width: 100%;
    margin: 15px 0 20px 0;
    height: 150px;
    list-style-type: none !important;
}

.search_list li:not(:first-child) {
    padding: 10px 0;
    border-top: 1px solid #ababab;
}

.search_img {
    float: left;
    width: 50%;
}

.search_text {
    float: right;
    width: 50%;
}

.search_text .detail {
    width: 95%;
    color: #adadad;
}


.search_text .detail p {
    font-size: 16px;
    margin-left: 10px;
}

h2.search {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

h2.search a {
    margin-left: 10px;
}

.single_post_tags ul,
ol {
    padding: 0;
}

.single_post_tags ul li {
    float: left;
    position: relative;
    list-style-type: none !important;
    /*ポチ消す*/
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0 10px 15px 0;
    line-height: 1.5;
    background: #fac0c0;
    vertical-align: middle;
    color: #505050;
    border-radius: 15px 0px 0px 15px;
    /*左側の角丸く*/
}

.single_post_tags ul li a {
    display: inline;
    color: #404040;
}

.single_post_tags ul li:before {
    display: inline-block;
    vertical-align: middle;
    /*以下白丸つくる*/
    content: '';
    width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.single_post_content {
    clear: both;
}

.popular_title {
    margin: 10px 0;
    color: #cccc00;
    padding: 0.5em 0;
    border-top: solid 3px #cccc00;
    border-bottom: solid 3px #cccc00;
}

@media screen and (max-width: 768px) {
    .search_list li {
        display: flex;
        width: 100%;
        margin: 15px 0 0 0;
        height: 100px;
        list-style-type: none !important;
    }

    .search_text .detail {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}


/*新着情報
-------------------------------------*/
.news h2 {
    border-bottom: 3px solid var(--base-color);
    padding-bottom: 0.5rem;
}

.news li {
    list-style-type: none;
    border-bottom: 1px solid var(--border-color);
    padding: 0.5rem 0;
}

/*サイト概要
-------------------------------------*/
#top-info {
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 12.999px;
    font-size: .92857rem;
    line-height: 1.5;
}

/*人気の投稿
-------------------------------------*/

/*フッター
-------------------------------------*/
@media screen and (min-width: 768px) {
    footer {
        background-color: #ffff00;
        height: 250px;
    }

    footer .footer_ct {
        width: 960px;
        margin: 0 auto;
        padding: 0 2rem;
        position: relative;
    }

    footer .footer_logo {
        width: 200px;
        padding: 20px 0;;
    }

    footer .footer_menu {
        float: left;
        display: block;
        margin: 30px 0 30px 10px;
    }

    footer .footer_menu li {
        margin-bottom: 1px;
    }

    footer .footer_menu li a {
        text-align: left;
        color: #000;
    }

    .footer_bottom {
        display: flex;
    }

    .footer_bottom .footer_nav {
        flex: 1;
        margin: 5px 0 0 0;
        padding: 0 20px 0 10px;
        border-right: 2px solid #000;
    }

    .footer_bottom .footer_nav:last-child {
        flex: 1;
        padding: 0 20px 0 10px;
        border-right: none;
    }

    .footer_nav .footer_search {
        position: relative;
        margin: 0.8em 0 0 0;
        height: 45px;
        width: 300px;
        padding: 0.25rem 2.75rem;
        background-color: #fff;
        border: 1px solid #adadad;
        border-radius: 1.125rem;
    }

    .footer_nav .footer_search input {
        width: calc(100% - 2em);
        border: none;
        width: 250px;
        font-size: .875em;
        color: #adadad;
        background-color: #fff;
    }

    .footer_nav .footer_search input:focus {
        outline: none;
        border: none;
    }

    .footer_nav .footer_search .h-searchbox__submit {
        position: absolute;
        right: 0.5rem;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1.42em;
        height: 1.42em;
        background: url(/comieducom/wp-content/themes/comiedu/assets/img/search-icon.png) no-repeat;
        background-size: contain;
        border: none;
        cursor: pointer;
    }
    .footer_sns ul {
        width: 140px;
    }

    .footer_sns ul li {
        width: 30px;
        height: 30px;
    }
    .footer_sns ul li a img{
        width: 30px;
        margin-top: 10px;
        margin-left: 5px; 
    }
}

@media screen and (max-width: 768px) {
    footer {
        background-color: #ffff00;
        height: 450px;
    }

    footer .footer_ct {
        width: 100%;
        margin: 0 auto;
        padding: 0 2em;
    }

    footer .footer_logo {
        margin: 20px 0 0 10px;
    }

    .footer_nav {
        width: 100%;
        float: left;
    }

    .footer_left_bottom .footer_logo {
        margin: 5px 10px;
    }

    .footer_left_bottom .footer_menu {
        float: right;
    }

    footer .footer_menu li a {
        color: #000;
    }
    
    .footer_nav .footer_search {
        position: relative;
        margin: 0.8em 0 0 0;
        height: 45px;
        width: 300px;
        padding: 0.25rem 2.75rem;
        background-color: #fff;
        border: 1px solid #adadad;
        border-radius: 1.125rem;
    }

    .footer_nav .footer_search input {
        width: calc(100% - 2em);
        border: none;
        width: 250px;
        font-size: .875em;
        color: #adadad;
        background-color: #fff;
    }

    .footer_nav .footer_search input:focus {
        outline: none;
        border: none;
    }

    .footer_nav .footer_search .h-searchbox__submit {
        position: absolute;
        right: 0.5rem;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1.42em;
        height: 1.42em;
        background: url(/comieducom/wp-content/themes/comiedu/assets/img/search-icon.png) no-repeat;
        background-size: contain;
        border: none;
        cursor: pointer;
    }

    .footer_sns {
        display: flex;
        width: 300px;
    }

    .footer_sns ul {
        flex-direction: row;
    }

    .footer_sns ul li {
        border-bottom: 0;
    }

    .footer_sns ul li a img{
        width: 30px;
        margin-top: 10px;
        margin-left: 5px; 
    }
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--white-color);
}

.copyright a {
    color: var(--base-color);
    text-decoration: none;
    display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}

#pagetop a:hover {
    background-color: var(--link-color);
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;
}

.breadcrumb li {
    list-style-type: none;
}

.breadcrumb li a {
    display: inline-block;
    color: var(--link-color);
}

/*詳細ページサイドバナー
-----------------------------------*/
.side_banner {
    margin: 5px 0;
    padding: 10px 5px;
}

.side_banner .side_banner_img {
    /* border: 1px solid #ededed; */
    border-radius: 3px;
    text-align: left;
    /* padding: 30px 10px 10px 10px; */
}

.side_banner .side_banner_img:hover {
    border: 1px solid #ababab;
}

.side_banner a {
    color: #adadad;
    background-color: #fff;
    font-size: 16px;
}

.side_banner a:hover {
    color: #adadad;
    background-color: #eee;
}

.sidebar_widgets {
    margin-top: 10px;
    padding: 10px 5px;
}

.sidebar_title {
    color: #000;
    /*文字色*/
    /*線の種類（点線）2px 線色*/
    border-bottom: dashed 2px #f59b9b;
}

.sidebar_widgets ul {
    background: #fff;
	/* border: 2px solid #f59b9b; */
    border-radius: 8px;
    /*角の丸み*/
    box-shadow: 0px 0px 5px silver;
    /*5px=影の広がり具合*/
    padding: 0.5em;
    list-style: none;
}

.sidebar_widgets ul li {
    top: 0;
    margin-top: 10px;
    padding: 0 5px;
	height: 80px;
}

.sidebar_widgets ul li a img {
    width: 120px;
    height: 60px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    image: url(/comieducom/wp-content/themes/comiedu/assets/img/no-image.png) no-repeat;
}

.sidebar_widgets ul li a span {
    float: right;
    font-weight: 700;
    line-height: 1.35;
    width: 100px;
    height: 60px;
    margin-right: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*カテゴリ一覧
-----------------------------------*/
.sidebar_widgets ul li.cat-item {
    position: relative;
    display: flex;
    margin-left: 15px;
}
.sidebar_widgets ul li.cat-item::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*お問い合わせボタン
-----------------------------------*/
.css-button-arrow--rose {
    width: 100%;
    min-width: 130px;
    height: 50px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    line-height: 2.0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    border-radius: 5px;
    border: none;
    background-color: #f59b9b;
    text-align: center;
}

.css-button-arrow--rose:hover {
    border-radius: 5px;
    padding-right: 24px;
    padding-left: 8px;
    color: #fff;
}

.css-button-arrow--rose:hover:after {
    opacity: 1;
    right: 10px;
    color: #fff;
}

.css-button-arrow--rose:after {
    content: "\00BB";
    position: absolute;
    opacity: 0;
    font-size: 20px;
    line-height: 40px;
    top: 0;
    right: -20px;
    transition: 0.4s;
    color: #fff;
}

/*モーダル
-----------------------------------*/
/* モーダルのスタイル */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* モーダルコンテンツのスタイル */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* 閉じるボタンのスタイル */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}





table.formTable {
    border-collapse: collapse;
}

@media screen and (max-width: 768px) {
    table.formTable {
        margin-left: -20px;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
    }
}

table.formTable p {
    font-size: 16px;
    font-weight: bold;
    margin: 60px auto 40px;
}

table.formTable input[type="submit"],
table.formTable input[type="text"],
table.formTable select,
table.formTable textarea,
table.formTable button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}

table.formTable input[type="text"],
table.formTable textarea {
    background: #f8f8f8;
    display: block;
    font-size: 16px;
    padding: 0 15px;
    width: 480px;
    transition: 0.8s;
    border-radius: 0;
}

table.formTable input[type="text"]:focus,
table.formTable textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

table.formTable textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 200px;
}

table.formTable input::placeholder,
table.formTable textarea::placeholder {
    color: #ccc;
}

table.formTable ::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

table.formTable ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

table.formTable :-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

table.formTable {
    width: 100%;
}

table.formTable tbody {
    margin: 0 auto;
}

table.formTable th,
table.formTable td {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 20px;
}

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

    table.formTable th,
    table.formTable td {
        display: block;
        width: 250px;
        border-bottom: none;
        padding: 0 15px;
    }

    table.formTable input[type="text"],
    table.formTable textarea {
        background: #f8f8f8;
        display: block;
        font-size: 16px;
        padding: 0 15px;
        width: 250px;
        transition: 0.8s;
        border-radius: 0;
    }
	
	.sidebar_widgets ul li a {
    	display: flex;
    	gap: 16px;
    	height: 60px;
	}
	/* スマホのみ文字を左寄せ */
	.sidebar_widgets ul li a span {
		text-align: left;      /* ← テキストを左寄せ */
		display: block; 
	}
}

table.formTable th {
    background: #ffecea;
}

@media screen and (max-width: 768px) {
    .wpcf7-list-item {
        display: block;
    }
}