/*
Theme Name: rainbow
Template: arkhe
*/

/* ----------
  COMMON
-------------- */
* { box-sizing: border-box;}

body {
    font-family: 'fot-tsukuardgothic-std', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    color: #552c21;
    font-size: 105%;
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
    text-align: justify;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.pc_view {}
.sp_view { display: none !important;}


a {
    color: #14a4c0;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {  color: #f25c3a;}

@media (min-width: 768px) {
  .tel-link {
    pointer-events: none;   /* クリック無効 */
    cursor: default;        /* 矢印カーソルのまま */
    color: inherit;         /* 普通の文字色に */
    text-decoration: none;  /* 下線を消す */
  }
}

@media (max-width: 999px) {
    .pc_view {display: none !important;}
    .sp_view { display: inherit !important;}
    .sp_view_tel {display: block !important;}
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link { background-color: #fe8f35;}

/* ----------------------
   header/gnavi
-------------------------*/

.l-header__center {
    grid-area: center;
    margin-left: 30px;
}

.l-header__body {
    align-items: center;
    column-gap: 0;
    display: grid;
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    justify-items: stretch;
}
    
.l-header__logo .c-headLogo:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.c-gnav__a:hover {
    color: #f25c3a;
    text-decoration: none;
}


.c-gnav {
    align-items: center;
    display: flex;
    font-size: .9rem;
    height: 100%;
    text-align: center;
}

.c-gnav__a { font-size: 1.1em;}

.c-gnav__li>.c-gnav__a {
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 20px;
    transition: color .25s;
    white-space: nowrap;
    color: #552c21;
}
.c-gnav__li>.c-gnav__a:hover { color: #f25c3a; }

#head_subnavi {
    position: absolute;
    top: 10px;
    right: 1%;
    font-size: 90%;
}

#head_subnavi a{ padding: 10px 20px; color: #552c21; }

.gnav_kengaku a {
    background: #fdd654 url(/mcs/img/icon_m-glass.png) no-repeat 15px 50%;
    background-size: 20px;
    padding: 20px 20px 20px 60px !important;
    font-weight: bold;
    margin-left: 20px;
    transition : all 0.5s ease 0s;
}

.gnav_kengaku a:hover {
    background: #ffe384 url(/mcs/img/icon_m-glass.png) no-repeat 15px 50%;
    background-size: 20px;
    color: #f25c3a !important; }

#head_subnavi a:nth-child(1) {
    background: url(/mcs/img/icon_fukidashi.png) no-repeat 0% 50%;
    background-size: 15px;
}

#head_subnavi a:nth-child(1):after {
    content: "|";
    margin-left: 20px;
    font-size: 90%;
    vertical-align: text-top;
}

#head_subnavi a:nth-child(2) {
    background: url(/mcs/img/icon_mail.png) no-repeat 0% 50%;
    background-size: 15px;
}




/* ----------------------
 ? パンくず
-------------------------*/
.p-breadcrumb {
    margin: 0 auto;
    padding: 8px 0 30px;
    position: relative;
    width: 100%;
}

/* ----------------------
 ? ドロワー
-------------------------*/
.p-drawer { font-weight: bold;}

.wp-block-column ul {margin-left: 20px;}


/* ----------------------
   TOPページ
-------------------------*/
.home h2 {
    text-align: center;
    color: #7c3801;
    margin-bottom: 30px;
    position: relative;
}


/* -----------------------------
   KEY
--------------------------------*/
#key img { width: 100%}


/* -----------------------------
   CONCEPT
--------------------------------*/
#btn_concept{ background:#dcf7fc; }

.btn_menu{
    width: 80%;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.btn_menu a {
    width: 30%;
    transform: translateY(-5px);
    transition: all 0.4s;
}

.btn_menu a img { width: 100%;}
.btn_menu a:hover { transform: translateY(5px);}

.concept {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 35px auto;
    padding: 60px 0;
    width: 90%;
    max-width: 800px;
}

.concept div:nth-child(1) { width: 40%;}
.concept div:nth-child(2)  { width: 57%;}
.concept div:nth-child(2) p {line-height: 1.8; margin-bottom: 15px;}
.concept div img { width: 100%;}
.concept div:nth-child(2) img { margin-bottom: 33px;}

/* -----------------------------
   ABOUT
--------------------------------*/
#about_rainbow {
    background: url(/mcs/img/bg_cloud.png) no-repeat;
    padding: 100px 20px 40px;
}

.page-id-91 #about_rainbow {background: url() no-repeat; padding:20px 20px 40px;}

#about_rainbow h2 {
    display: block;
    width: 400px;
    margin: 0 auto 30px;
}

.about_read { text-align: center; margin: 20px 20px 40px;}

#about_rainbow h2 img { width: 100%;}

#about_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 70%;
    margin: 110px auto 30px;
    max-width: 800px;
}

#about_inner div {
    width: 48%;
    border-radius: 20px;
    padding: 45px 30px 20px;
    position: relative;
    background: #fff;
}


#about_inner div:nth-child(1) {border:#e2ae01 4px solid;}
#about_inner div:nth-child(2) {border:#35b59b 4px solid;}

#about_inner div h3{
    position: absolute;
    top:-40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 100px;
    color: #fff;
    padding: 10px 40px;
    min-width: 310px;
    font-size: 1.3em;
}

#about_inner  h3 {border-left: none;}
#about_inner div:nth-child(1) h3 {background:#e2ae01; }
#about_inner div:nth-child(2) h3 {background:#35b59b; }
#about_inner div h3 p {
    position: relative;
    text-align: center;
}

#about_inner div:nth-child(1) h3 img {
    position: absolute;
    bottom: -12px;
    left: -60px;
    width: 80px;
}


#about_inner div:nth-child(2) h3 img {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 60px;
}


.taisho_day {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px 0;
    background: #eefbfa;
    font-size: 90%;
}

.taisho_day span:nth-child(1) {
    background: #35b59b;
    width: 20%;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.taisho_day span:nth-child(2) {
    width: 79%;
    padding: 10px;
}

.taisho_jidou {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    background: #f7efd6;
    font-size: 90%;
}

.taisho_jidou span:nth-child(1) {
    background:#e2ae01;
    width: 20%;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.taisho_jidou span:nth-child(2) {
    width: 79%;
    padding: 10px;
}

#about_inner div a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    color: #552c21;
}

#about_inner div a img { width: 30%;}#about_inner div a span {width: 66%;}


/* -----------------------------
   5ryouiki
--------------------------------*/
#five_ryouiki {
    background: #eefbfa;
    width: 90%;
    max-width: 800px;
    margin: 0px auto 40px;
    border-radius: 20px;
    padding: 70px 60px 50px;
}

#five_ryouiki p {
    text-align: center;
    margin-bottom: 40px;
}

#five_ryouiki h2 {position: relative;}
#five_ryouiki h2::before {
    content: "";
    display: inline-block;
    background: url(/mcs/img/img_toph2_title.png);
    background-size: cover;
    width: 69px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: -17px;
    transform: translate(-50%, -50%);
}


#five_ryouiki article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

#five_ryouiki article img { width: 46%;}



/* -----------------------------
   riyou_flow
--------------------------------*/
#riyou_flow {
    background: #dcf7fc url(/mcs/img/bg_flow.png) no-repeat 0 50px;
    background-size: contain;
    padding: 230px 20px 40px;
}

#riyou_flow div {
    width: 90%;
    max-width: 800px;
    margin: 40px auto;
}

#five_ryouiki h2,
#riyou_flow h2,
#riyou_price h2,
#rainbow_contact h2{
    text-align: center;
    font-size: 2em;
}

#rainbow_contact h2 { margin-bottom: 30px;}

#riyou_flow div p:nth-of-type(1) {
    text-align: center;
    margin-bottom: 40px;
}
#riyou_flow div img { margin-bottom: 30px;}
.txt_small { font-size: 90%;}


/* -----------------------------
   riyou_price
--------------------------------*/
#riyou_price {
    background: url(/mcs/img/bg_price.png) no-repeat;
    text-align: center;
    padding: 90px 20px 100px;
    background-size: cover;
}

#riyou_price p { text-align: center; margin-bottom: 40px;}

.btn_yellow {
    background:#fdd654 url(/mcs/img/img_arrow_brown.png) no-repeat 97% 50%;
    padding: 15px 50px;
    width: fit-content;
    margin: 20px auto;
    color: #552c21;
    background-size: 7px;
}



/* -----------------------------
   rainbow_cta
--------------------------------*/

#rainbow_cta {
    background: url(/mcs/img/bg_cta.jpg) no-repeat;
    padding: 50px;
    background-size: cover;
}

#rainbow_cta img {
    width: 500px;
    margin: 0px auto;
    display: block;
}

.btn_orange {
    background:#f25c3a url(/mcs/img/img_arrow_w.png) no-repeat 98% 50%;
    padding: 15px 50px;
    width: fit-content;
    margin: 20px auto;
    display: block;
    color: #fff;
    background-size: 7px;
}

.btn_orange:hover { color: #fdd654;}


/* -----------------------------
   rainbow_contact
--------------------------------*/
#rainbow_contact {
    background: url(/mcs/img/bg_contact.png) no-repeat;
    background-size: cover;
    padding: 100px 20px 60px;
}

#rainbow_contact article { 
    background: rgba(255,255,255,0.82);
    width: 90%;
    max-width: 850px;
    margin: 0 auto 15px;
    border-radius: 30px;
    padding: 50px;
}

#rainbow_contact div:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#rainbow_contact div span {
    background: #fff url(/mcs/img/icon_tel.png) no-repeat 20px 50%;
    background-size: 31px;
    border: #fdd654 3px solid;
    padding: 8px 20px 11px 70px;
    border-radius: 15px;
    display: block;
    width: 32%;
    font-size: 1em;
    font-weight: bold;
}

#rainbow_contact div:nth-of-type(2) {
    margin: 10px auto 0;
}

#rainbow_contact div a.footlink {
    background: #fdd654;
    border: #fdd654 3px solid;
    padding: 15px;
    border-radius: 15px;
    display: block;
    width: 100%;
    font-size: 140%;
    font-weight: bold;
    color: #542b20;
	margin: 0 auto;
	text-align: center;
}

#rainbow_contact div a.footlink span{
    background: url(/mcs/img/icon_mail2.png) no-repeat 20px 50%;
    background-size: 40px auto;
    padding-left: 80px;
    display: block;
	width: fit-content;
	margin: 0 auto;
}

#rainbow_contact p {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto 0;
}



/* -----------------------------
   事業所評価
--------------------------------*/
.assessment td:nth-child(1) {
	background:#f7f7f7;
	min-width: 120px;
}

/* -----------------------------
   recruit
--------------------------------*/

.recruit td:nth-child(1) {
	background:#f7f7f7;
	min-width: 120px;
}


/*下層用*/
.sec_nobg { background: #fff url()}


/* -----------------------------
   Banner
--------------------------------*/
#bnr_area {
    width: 70%;
    margin: 30px auto;
}

#bnr_area img { width: 100%;}



/* -----------------------------
   Footer
--------------------------------*/

.l-footer__foot {
    padding-bottom: 0;
    padding-top: 1rem;
}

.c-copyright {
    font-size: .8rem;
    text-align: center;
    background: #e0f8fc;
    padding: 20px;
}






@media screen and (max-width: 999px) {
#head_subnavi { display: none;}
.l-header {padding: 0% 0 0;}
.l-header__center {
    grid-area: center;
    padding: 15px 0 17px;
    margin-left: 30px;
    margin-top: 0px;
}

.btn_menu {
    width: 85%;
    padding-top: 30px;
}

.btn_menu a {
    width: 100%;
    margin-bottom: 25px;
}

.concept {
    margin: 35px auto;
    padding: 0 0 30px;
    flex-direction: column-reverse;
 }
 
 .concept div:nth-child(2) { width: 100%;}
 .concept div:nth-child(1) {
    width: 80%;
    margin: 0 auto;
}

 .concept div img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

#about_rainbow {
    background: url(/mcs/img/bg_cloud.png) no-repeat;
    padding: 20px 20px 0px;
    background-size: contain;
}

#about_rainbow h2 {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
}

#about_inner {
    width: 100%;
    margin: 110px auto 30px;
    max-width: 800px;
}

#about_inner div {
    width: 100%;
    border-radius: 20px;
    padding: 45px 30px 20px;
    position: relative;
    background: #fff;
}

#about_inner div:nth-child(1) {
    border: #35b59b 4px solid;
    margin-bottom: 80px;
}

#about_inner div h3 {
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 100px;
    color: #fff;
    padding: 10px 40px;
    min-width: 88%;
}

.taisho_day,
.taisho_jidou {font-size: 100%;}
.taisho_day span:nth-child(1),
.taisho_day span:nth-child(2),
.taisho_jidou span:nth-child(1),
.taisho_jidou span:nth-child(2){ width: 100%;}

#five_ryouiki {
    background: #eefbfa;
    width: 90%;
    max-width: 800px;
    margin: 0px auto 40px;
    border-radius: 20px;
    padding: 70px 20px 0px;
}
 
#five_ryouiki article img {
    width: 88%;
    display: block;
    margin: 0 auto 35px;
}

#riyou_flow {
    background: #dcf7fc url(/mcs/img/bg_flow.png) no-repeat 0 50px;
    background-size: contain;
    padding: 120px 20px 40px;
}

#riyou_flow div {width: 100%; margin: 40px auto 0;}

#riyou_price {
        background: url(/mcs/img/bg_price.png) no-repeat;
        text-align: center;
        padding: 50px 20px 70px;
        background-size: contain;
}

#rainbow_cta {
    background: url(/mcs/img/bg_cta.jpg) no-repeat;
    padding: 20px;
    background-size: cover;
}

#rainbow_contact {
    background: url(/mcs/img/bg_contact.png) no-repeat;
    background-size: cover;
    padding: 50px 20px 25px;
}

#rainbow_contact article {
    background: rgba(255, 255, 255, 0.82);
    width: 90%;
    max-width: 850px;
    margin: 0 auto 15px;
    border-radius: 15px;
    padding: 20px;
}

#rainbow_contact div span {font-size: 5.5vw; margin-bottom: 20px;width: 100%;}
#rainbow_contact div a.footlink {
    background: #fdd654 url(/mcs/img/icon_mail2.png) no-repeat 15px 50%;
    background-size: 34px auto;
    border: #fdd654 3px solid;
    padding: 15px 20px 15px 58px;
    border-radius: 15px;
    display: block;
    width: 100%;
    font-size: 4.4vw;
    font-weight: bold;
    color: #542b20;
}
	
#rainbow_contact div a.footlink span {
	background: no-repeat;
    text-align: left;
    padding: 0;
    line-height: 1.3;}

#bnr_area {
    width: 90%;
    margin: 30px auto;
}

.p-drawer {
    background: #eafafc url(/mcs/img/bg_cloud.png) no-repeat 0 30px;
    color: #1799c8;
    font-weight: bold;
    background-size: contain;
}

.c-iconBtn__icon svg {
    display: block;
    height: 100% !important;
    width: 100% !important;
    color: #35b59b;
}


}

.kibougyoshu .wpcf7-list-item { display:block; }


/*----------philosophy--------------*/
.board_col3 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}


.board_col3 article {
    display: block;
    color: #000;
    width: 28%;
    /* border-radius: 15px; */
    padding: 20px;
    /* transform: translateY(-5px); */
    /* transition: all 0.4s; */
    /* box-shadow: 0px 0px 5px #acacac; */
    margin: 2% 0;
}

.board_col3 article .item_tbox {
    height: 55px;
}

.board_col3 article .item_imgbox {
    height: 200px;
    overflow: hidden;
    margin: 3%;
    padding: 7%;
    display: flex;
    justify-content: center;
}

.board_col3 article .item_tbox h3 {
    font-size: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fe8f35;
    line-height: 1.3em;
}

.board_col3 article .item_tbox h3::before,
.board_col3 article .item_tbox h3::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #fe8f35;
    border-radius: 4px;
}

.board_col3 article .item_tbox h3::before {
    margin-right: 30px;
    transform: rotate(-35deg)
}

.board_col3 article .item_tbox h3::after {
    margin-left: 30px;
    transform: rotate(35deg)
}


.board_col3 article .item_imgbox img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.board_col3 article p {
    color: #7c3801;
}

@media (max-width: 850px) {
    .board_col3 article {
        width: 70%;
        margin: 0 auto 5%;
    }

    .board_col3 article .item_imgbox {
        padding: 1%;
    }
}





/* ----------------------
   TEXT STYLE
-------------------------*/
.acc_mark {
    background: #e4f1ff;
    margin: 0 2px;
    padding: 2px;
}


.acc_black {
    width: fit-content;
    background: #000;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    margin: 30px auto !important;
    padding: 10px 20px;
}

.acc_mark_y {
    background: #fff08b;
    margin: 0 2px;
    padding: 2px;
    color: #cf5d39;
}

.acc_mark_b {
    background: linear-gradient(transparent 15%, rgba(13, 159, 227, 0.3));
}

.acc_mark_y2 {
    background: linear-gradient(transparent 15%, rgba(234, 181, 48, 0.3));
}

.acc_green {color: #2271b3;}
.acc_orange {color: #f25c3a;}


.fs70 {
    font-size: 70%;
}

.fs120 {
    font-size: 120%;
}



/* ----------------------
   BTN
-------------------------*/



/* -----------------------------
   下層用
--------------------------------*/
.p-topArea {
    min-height: 18vh;
}

.p-topArea.-noimg {
    background: url(/mcs/img/bg_h2.jpg) no-repeat 0 100%;
    background-size: cover;
    /*height: 180px;*/
}

.c-pageTitle__main { color: #7c3801;}
.wp-block-heading {color: #fe8f35;}

.c-postContent h2 {
    color: #7d3902;
    background: #fff3ca;
    padding: 15px 20px 15px 40px;
    font-size: 150%;
    border-radius: 49px;
}

.c-postContent h3 {
    color: #7d3902;
    font-size: 130%;
    border-left: 9px solid #ffd443;
    padding-left: 15px;
}


.detail_table table td:nth-child(1) { width: 30%; background:#f6f6f6; }


/* -----------------------------
   Woo commerce
--------------------------------*/
/*商品に入れた表の設定*/
:where(thead) td,
:where(thead) th {
    background-color: #fe8f35;
}

/*１カラムの大きいサムネイル削除*/
.p-entry__thumb {
    display: none;
}

/*ロゴのサイズが大きくなるのを修正*/
.woocommerce img,
.woocommerce-page img {
    width: 100%;
    height: 100%;
}

/*ロゴサイズ修正に付随して、支払い画面の商品サムネの比率崩れるのを改善*/
.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
    max-width: 100%;
    height: auto;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #14a4c0;
}

.woocommerce ul.products li.product .price {
    color: #14a4c0;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 4px 10px 0;
    display: block;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    display: block;
    background: #daa930;
    transition: all 0.5s ease 0s;
}

.woocommerce div.product form.cart .button:hover { background: #b2861b;}

.woocommerce .summary .c-pageTitle__main {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 10px;
}

.product_meta {  font-size: 90%;}

.c-postContent .woocommerce-tabs .panel h2,
.c-postContent .cart_totals h2 {
    position: relative;
    padding-bottom: 20px;
    font-size: 130% !important;
    color: #2271b3;
}


/*お買い物カゴに追加 & 注文するボタン*/
.woocommerce button.button.alt {
    background-color: #2271b3;
    border-radius: 4px;
}

.woocommerce button.button.alt:hover { background-color: #5ca8e9;}

/*お支払いへ進むボタン*/
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #2271b3;
    border-radius: 4px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #5ca8e9;
}


/************************************
** お問い合わせフォームの入力
************************************/
.article h2 {
    color: #000 !important;
}

.entry-title {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.entry-title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #F57500;
}

#cf-tbl {
    width: 70%;
    margin: 30px auto;
}

#cf-tbl table {
    width: 100%;
    border-collapse: collapse;
    border-width: 1px;
    color: #444;
}

#cf-tbl table tr th,
#cf-tbl table tr td {
    padding: 0 0.5em;
    text-align: left;
    vertical-align: top;
    border-width: 1px;
    vertical-align: middle;
    font-size: 85%;
}

#cf-tbl table tr th {
    width: 35%;
    background: #eee;
}

#cf-tbl input[type="date"] {
    padding: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#cf-tbl select {
    padding: 6px;
    margin-bottom: 10px;
}

#cf-tbl input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 10px;
}

.radio-renraku {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

@media screen and (max-width:768px) {
    #cf-tbl {
        width: 100%;
    }

    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        display: block;
    }

    #cf-tbl table {
        width: 100%;
        border-width: 0 0 1px 0;
    }

    #cf-tbl table tr th,
    #cf-tbl table tr td {
        width: 100%;
        padding: 5px 5%;
    }

    #cf-tbl table tr td {
        border-width: 0px 1px 0px 1px;
    }
}

/*「必須」文字デザイン*/
.req {
    font-size: .75em;
    padding: 5px;
    background: #eead0a;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

/*「任意」文字デザイン*/
.opti {
    font-size: .8em;
    padding: 5px;
    background: #0d9fe3;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #eff1f5;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #fe8f35;
    ;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}

@media screen and (max-width:768px) {
    input.wpcf7-submit {
        width: 250px;
    }
}

input.wpcf7-submit:hover {
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}


/* ----------------------
   SP Menu
-------------------------*/
.foot_spmenu {display: none;}

@media screen and (max-width: 960px) {
    .foot_spmenu {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .foot_spmenu_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .foot_spmenu_inner a {
        display: block;
        padding: 45px 10px 2px 12px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 90%;
    }

    .foot_spmenu_inner a:hover { opacity: 1;}
    .foot_spmenu_inner a:nth-child(1) {
        background: #0c7ad5 url("/sm/img/icon_tel_w.png") no-repeat 50% 27%;
        background-size: 24px 25px;
        color: #fff !important;
        width: 40%;
        height: 78px;
        border-right: 1px solid #fff;
    }

    .foot_spmenu_inner a:nth-child(2) {
        background: #ceac0b url("/sm/img/icon_mail_w.png") no-repeat 50% 27%;
        background-size: 22px 18px;
        border-right: 1px solid #fff;
        width: 40%;
        height: 78px;
    }

    .foot_spmenu_inner a:nth-child(3) {
        background: #00c34d url("/sm/img/icon_fukidashi.svg") no-repeat 50% 27%;
        background-size: 22px 18px;
        width: 20%;
        height: 78px;
    }

    /*.l-footer__foot { margin-bottom: 75px;}*/

    .p-fixBtnWrap {
        align-items: flex-end;
        bottom: 11%;
    }

    .c-copyright { text-align: left;}
    .l-footer__foot .u-flex--c {
        justify-content: flex-start;
        width: 80%;
        margin-left: 20px;
    }

    [data-btns=rr-rl] .l-header__body {
        grid-template-areas: "left center right search menu";
        grid-template-columns: 6% 75% auto var(--ark-searchW) var(--ark-drawerW);
    }
}