@charset "UTF-8";

/*
Theme Name: NANO child
Theme URI:https://tcd-theme.com/tcd065
Description: WordPressテーマ「NANO」の自作子テーマです。
Template: nano_tcd065
Author: TCD
Author URI:https://tcd-theme.com/
Text Domain: tcd-nano
Version:1.20
*/



/*--------------------------------------
COMMON
--------------------------------------*/
/* body */
body {
    letter-spacing: .1em;
}

/* font */
.en {
	font-family: "Gabarito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/* Color */
.tx-green {
    color: #6ecc99;
}
.bg-green {
    background: #44b034;
}
.bg-gray {
	background: #f8f8f8;
}

/* マーカー */
.marker {
  background-image: linear-gradient(0deg, #fbbf2480 0.5em, transparent 0.5em);
}

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* 改行 */
.spbr {
	display: none;
}
.pcbr {
    display: block;
    height: 0;
    width: 0;
}
.pc-only {
	display: block !important;
}
.sp-only {
	display: none !important;
}
@media (max-width: 991px) {
  .spbr {
	display: block;
    height: 0;
    width: 0;
	}
  .pcbr {
	display: none;
	}
  .pc-only {
	display: none !important;
	}
  .sp-only {
	display: block !important;
	}
}

/* リンク画像 */
a:hover img {
    opacity: 0.7;
	transition: 0.5s;
}

/* TELリンクOFF */
@media screen and (min-width: 992px){
a[href^="tel:"] {
    pointer-events: none;
}}

/* ボタン */
.p-btn a {
    font-size: 18px;
	border-radius: 5px;
	background: #44b034;
	color: #fff !important;
}
.p-btn a:hover {
    text-decoration: none;
	background: #abcd03;
}
@media screen and (max-width: 767px) {
    .p-btn a {
        font-size: 16px;
    }
}

/* border-radius */
.radius20 {
	border-radius: 20px;
}

/* indent */
.indent {
	text-indent: -22px;
    padding-left: 22px;
}

/* list-style none */
ul.none {
    list-style: none !important;
    margin-left: 0 !important;
}
ul.none li {
    list-style: none;
}

/* サイドバー消す */
.single-company .l-contents--grid-rev .l-contents__inner .l-secondary, .single-works .l-contents--grid-rev .l-contents__inner .l-secondary {
    display: none;
}
@media screen and (min-width: 992px) {
	.single-company .l-contents--grid-rev .l-contents__inner .l-page-header, .single-works .l-contents--grid-rev .l-contents__inner .l-page-header {
		display: none;
	}
	.single-company .l-contents--grid-rev .l-contents__inner, .single-works .l-contents--grid-rev .l-contents__inner {
		display: block;
	}
}






/*--------------------------------------
HEADER
--------------------------------------*/
header .l-inner {
  max-width: unset;
}
header .l-header__nav {
  background: none;
}
header .p-global-nav {
  /*flex: 1;*/
	width: 100%;
    margin-left: 0;
    padding-right: 1em;
	font-size: 16px;
}
header .p-global-nav > li {
  border-left: none;
  border-right: none;
  margin-left: 0;
}
header .p-global-nav > li > a {
  padding: 20px 15px;
  white-space: nowrap;
  height: 100px;
}
header.l-header, header.l-header--fixed.is-active {
  background: #ffffffeb;
  border-bottom: 1px solid #f0f0f0;
}
header .p-megamenu02 {
    top: 100px;
}
.admin-bar header .p-megamenu02 {
    top: 132px;
}
header .p-megamenu02 .p-article13__sub {
    font-size: 10px;
}
@media only screen and (max-width: 1199px) {
  header .l-inner {
    padding: 0 10px;
  }
  header .l-header__nav, header .l-header__form {
    background: #f4f4f4 !important;
    left: 0;
    margin: 0;
  }
  header .p-global-nav > li > a {
    padding: 0 5.55556%;
    height: unset;
  }
}

@media only screen and (max-width: 1500px){
  header .l-header__desc span {
    display: none;
  }
}



/*--------------------------------------
FOOTER
--------------------------------------*/
.p-footer-banners__list {
    justify-content: space-around;
	max-width: 1500px;
}
.p-footer-banners__list-item {
    margin-right: 0;
    width: 13%;
}
.p-social-nav__item--instagram a::before {
    font-size: 2.2em;
    color: #d1358e;
}
.p-social-nav__item--facebook a::before {
    font-size: 2.5em;
    color: #0068dd;
}
footer .contact-area {
  display: flex;
  width: 100%;
}
footer .flex-item {
  text-align: center;
  margin: 0 10px 0 0;
  padding: 10px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  footer .contact-area {
    display: block;
  }
  footer .flex-item {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.ft-contact-ttl {
  margin-bottom: 0;
}
.ft-contact-tel {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.ft-contact-tel a {
  color: #ff5106;
  font-family: 'Noto Serif JP', serif;
}
.ft-contact-tel a:hover {
  color: #ff9f76;
}
.ft-contact-web {
  max-width: 400px;
  margin: 13px auto 0;
}
.ft-contact-web a {
	position: relative;
    display: block;
    padding: 6px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    background-color: #44b034;
    transition-duration: .3s;
    color: #fff;
	border-radius: 5px;
}
.ft-contact-web a:hover {
  background-color: #abcd03;
}
.ft-contact-txt {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .ft-contact-tel {
    margin: 0;
  }
  .ft-contact-web {
    max-width: 100%;
    margin: 10px auto;
  }
	.p-footer-banners__list {
        flex-direction: unset;
        flex-wrap: wrap;
    }
	.p-footer-banners__list-item {
        width: 32%;
        text-align: center;
        margin: 0 0 10px 0;
    }
	.p-banner img {
		width: unset;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-footer-banners__list-item {
        width: 48%;
    }
}





/*--------------------------------------
HOME
--------------------------------------*/
/* slider */
.home .l-contents {
  padding-top: 0;
  border-top: none;
}
.slick-list {
  margin-left: 5%;
  border-radius: 0 0 0 10px;
}
.slick-slider:before {
    content: "";
    position: absolute;
    background: url(./images/icon_logo_wh.png) no-repeat;
    background-size: cover;
    height: 220px;
    width: 220px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	opacity: 0;
    animation: FadeIn 1s ease 1s forwards;
	z-index:1;
}
@keyframes FadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@media screen and (max-width: 991px) {
  .home .l-contents {
    padding-top: 0;
  }
  .slick-list {
    margin-left: 0;
	border-radius: 0;
  }
}
/* slider高さ */
@media screen and (max-width: 767px) {
    .p-header-slider {
        height: calc(100vh - 200px);
    }
}

/* slider-scroll */
.scroll_down{
  position:absolute;
  bottom: 0px;
  left: 2%;
}
.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: 87px;
  color: #9e9e9e;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background:#abcd03;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
  0%{bottom:160px;}
  100%{bottom:0px;}
}
@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}
.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 160px;
  background:#9e9e9e;;
}
@media screen and (max-width: 991px) {
	.scroll_down a {
	  color: #fff;
	}
	.scroll_down:after {
		background: #ffffff;
	}
}

/* title */
.p-cb__item-title {
    font-weight: 400;
    letter-spacing: .15em;
}
.p-archive-header__title, .p-archive-header__desc {
    font-weight: 400;
}
.p-cb__item-sub {
    letter-spacing: .15em;
	font-family: "Gabarito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/* free area(p-index-content07) */
.p-index-content07 {
    width: 100%;
    max-width: unset;
}

/* full bg-gray */
.bg-full {
	background: #f8f8f8;
	padding: 50px 0 1px;
}
@media screen and (max-width: 767px) {
  .bg-full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/* TOP-NEWS */
.p-news-tab-list__tabs-item.is-active a, .p-news-tab-list__tabs-item a:hover {
    background: #333;
    border-color: #333;
}
.p-article04__date {
    font-size: 15px;
    font-family: "Noto Sans JP",sans-serif;
}
.p-cat {
    font-size: 13px;
}
.p-article04__title {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .p-index-content03 {
        margin-bottom: 80px;
    }	
	.p-article04__inner {
		flex-wrap: wrap;
		padding: 14px 20px 8px;
		height: auto;
		line-height: 35px;
	}
	.home .p-article04__date, .post-type-archive-news .p-article04__date {
		width: 30%;
	}
	.home .p-cat, .post-type-archive-news .p-cat {
		width: 40%;
	}
	.p-article04__title {
		font-size: 14px;
		overflow: unset;
		text-overflow: ellipsis;
		width: 100%;
	}
}

/* TOP-MOVIE */
/* YouTubeサムネイルをモーダルウィンドウで再生する */
#youtube_wrap {
	display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.youtube_modal {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
.youtube_modal iframe, .youtube_modal a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#youtube_wrap img  {
	border-radius: 15px;
    border: 5px solid #666;
}
.youtube_thum a {
    margin: 0 auto;
    position: relative;
}
.youtube_thum a:hover .item__text {
        opacity: 1;
    }
.youtube_thum .item__img {
        width: 100%;
        height: 100%;
    }
.youtube_thum .item__text {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.6);
        transition: .3s ease-in-out;
        opacity: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		border-radius: 15px;
    }
.youtube_thum .item__text p {
        line-height: 1.8;
		font-size: 20px;
    }
@media screen and (max-width: 991px) {
	#youtube_wrap {
		gap: 30px;
		grid-template-columns: 1fr;
	}
}

/* RECRUIT */
.p-article06__cat {
    margin-bottom: 14px;
}
.p-article06__content ul {
    margin-bottom: 0;
}
.p-article06__content li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
}
.p-article06__content li:first-child {
  margin-left: 0;
}

/* Company */
.grid-company {
    display: grid;
    gap: 65px;
    grid-template-columns: 1fr 1fr;
	padding-top: 80px;
}
.grid-company .txt .txt-catch {
    margin: 0 0 1em 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 150%;
}
.grid-company .txt .txt-body {
    margin-bottom: 30px;
    line-height: 180%;
    font-size: 18px;
}
.grid-company .p-btn.company {
    margin-top: 60px;
}
.grid-company .img {
    position: relative;
	z-index: 2;
}
.grid-company .img:before {
    content: '';
    display: block;
    width: 100vw;
    height: calc(100% + 120px);
    z-index: -1;
    position: absolute;
    top: -80px;
    left: 25%;
    border-radius: 0 0 0 10px;
	background: #339b2a;
	background: linear-gradient(90deg,rgba(51, 155, 42, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}
.grid-company .img .p01 {
    position: relative;
    top: -30px;
}
.grid-company .img .p02 {
	position: absolute;
    z-index: 3;
    width: 350px;
    bottom: -65px;
    right: -45px;
}

@media screen and (max-width: 991px) {
	.grid-company {
        grid-template-columns: 1fr;
		width: 100vw;
        margin: 0 calc(50% - 50vw) 80px;
		padding: 50px 20px 0;
    }
    .grid-company .txt .txt-catch {
        margin-bottom: 40px;
        font-size: 1.5rem;
    }
	.grid-company .p-btn.company {
		margin-top: 0;
	}
	.grid-company .img:before {
        top: -30px;
        height: calc(100% + -10px);
		border-radius: 10px 0 0 10px;
    }
	.grid-company .img .p01 {
		width: 55%;
		top: 0;
	}
	.grid-company .img .p02 {
		width: 55%;
		bottom: -50px;
		right: -3px;
	}
}

/* Store */
.store-info {
    position: relative;
    overflow: hidden;
}
.store-info .p-index-content03 {
    position: relative;
    z-index: 2;
}
.store-info .p-cb__item-header {
    text-align: center;
    margin: 20px 0;
}

.grid-store {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 2fr;
    margin: 0 auto 0 0;
    max-width: 1600px;
}
.grid-store .map .img {
    position: absolute;
    top: -210px;
    left: 0;
    width: 782px;
    opacity: 0.9;
}
.grid-store .txt .store-list_wrap {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
.grid-store .txt .store-list_wrap .store-list_box {
	background: #fff;
    width: 30%;
    margin-bottom: 40px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 5px 10px 0 rgb(139 139 139 / 10%);
}
.grid-store .txt .store-list_wrap .store-list_box a {
	transition: 0.3s;
	text-decoration: none;
	color: #000;
}
.grid-store .txt .store-list_wrap .store-list_box a .box_image {
    height: 200px;
    position: relative;
}
.grid-store .txt .store-list_wrap .store-list_box a .box_image .box_image_line {
    position: absolute;
    top: 0;
    height: 4px;
    width: 100%;
    z-index: 100;
	background: #6fcb10;
}
.grid-store .txt .store-list_wrap .store-list_box a .box_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.grid-store .txt .store-list_wrap .store-list_box a .box_text {
    padding: 25px 25px 35px;
}
.grid-store .txt .store-list_wrap .store-list_box a .box_text span {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    padding: 3px 16px 4px;
    background: #44b034;
}
.grid-store .txt .store-list_wrap .store-list_box a .box_text h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0 5px;
}
.grid-store .txt .store-list_wrap .store-list_box a .box_text p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
	.bg-full.store-info {
		background: #fff;
	}
	.store-info .p-cb__item-header {
		margin: 0 0 450px;
		background-color: #fff;
	}
	.grid-store {
		grid-template-columns: 1fr;
	}
	.grid-store .txt .store-list_wrap .store-list_box {
		width: 100%;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 30px;
	}
	.grid-store .txt .store-list_wrap .store-list_box a .box_image {
		height: auto;
	}
	.grid-store .map .img {
		top: -500px;
		width: 620px;
	}
}




/*--------------------------------------
PAGE
--------------------------------------*/
/* フル幅 */
.w-full {
	width: 100vw;
    margin: 0 calc(50% - 50vw);
}

/* 最大幅指定 */
.w-1000 {
	max-width: 1000px;
    margin: 0 auto;
}

/* ページヘッダー */
.p-cover__title {
    font-weight: 400;
    letter-spacing: .15em;
}
.p-cover__sub {
    letter-spacing: .15em;
}

/* パンくず */
.page ol.p-breadcrumb {
	display: block;
	z-index: 1;
}
.page li.p-breadcrumb__item a {
	color: #000 !important;
}
.page li.p-breadcrumb__item a:hover {
    text-decoration: none;
}
.page .p-entry__body ul, .p-entry__body ol, .p-entry__body dl {
	margin-bottom: 0;
}
.p-entry__body ul {
	list-style: disc;
}
@media screen and (max-width: 767px) {
  .page ol.p-breadcrumb {
    /*margin-top: -50px;*/
    display: block !important;
	margin-left: 0;
    padding: 0;
  }
}

/* sectionタイトル */
.p-heading {
    border-left: 1px solid #192848;
    font-weight: 400;
    letter-spacing: .15em;
    color: #192848;
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 25px;
    padding: 5px 0 5px 30px;
}
.p-heading span.en {
	display: block;
    font-size: 14px;
    color: #6ecc99;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-heading {
        font-size: 20px;
        padding-left: 20px;
    }
	.p-heading span.en {
        font-size: 14px;
    }
}

/* section余白 */
.page-template-default section {
    margin-bottom: 100px;
}
.inner-padding {
    padding-top: 150px;
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.page-template-default section {
		margin-bottom: 50px;
	}
	.inner-padding {
		padding-top: 60px;
		padding-bottom: 50px;
	}
}

/* 文字サイズ */
.page .p-entry__body {
    font-size: 110%;
}
@media screen and (max-width: 991px) {
	.page .p-entry__body {
		font-size: 100%;
	}
}


/* --- 企業概要 --------------------------- */
/* Greeting */
.grid-contents {
    display: grid;
    gap: 40px;
    grid-template-columns: 260px auto;
}
.gre-heading {
    font-weight: 400;
    font-size: 34px !important;
	text-align: center;
	letter-spacing: .15em;
	margin-bottom: 100px !important;
}
.gre-heading .sub {
	font-size: 29px;
	color: #44b034;
}
.gre-name {
    font-family: var(--tcd-font-type3);
}
.gre-name span {
    font-size: 18px;
}
@media screen and (max-width: 991px) {
	.grid-contents {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
@media screen and (max-width: 767px) {
	.gre-heading {
		font-weight: 400;
		font-size: 20px !important;
		text-align: center;
		letter-spacing: .15em;
		margin-bottom: 50px !important;
	}
	.gre-heading .sub {
		font-size: 18px;
	}
	.gre-name span {
		font-size: 16px;
	}
}

/* フォトスライダー */
/*.photo .contents {
    padding: 20px 0;
}*/
.photo .swiper-slide {
    padding: 0 5px;
}
.photo .swiper-wrapper {
  transition-timing-function: linear;
}
.photo .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 3px;
}

/* company-profile */
.company_prf {
  margin-top: 200px;
  padding: 0 15%;
}
.company_prf .page-ttl {
  left: calc(15% - 120px);
}
.company_prf__body {
  position: relative;
}
.company_prf__block {
  border-top: 1px solid #e5e5e5;
  padding: 23px 0 23px 240px;
  position: relative;
}
.company_prf__term {
  font-style: normal;
  font-weight: 600;
  left: 20px;
  letter-spacing: .25em;
  line-height: 42px;
  position: absolute;
}
.company_prf__body p {
  margin: 0;
}
.company_prf__body ul {
    margin-left: 0 !important;
    list-style: none !important;
}
.company_prf__body ul li {
    line-height: 1.8;
    margin-bottom: 13px;
}
.company_prf__body ul li:last-child {
    margin-bottom: 0;
}
@media (max-width: 1023px) {
  .company_prf {
    margin-top: 90px;
    padding: 0 30px 0 75px;
  }
  .company_prf .page-ttl {
    left: 13px;
  }
  .company_prf__body {
    position: relative;
  }
  .company_prf__block {
    padding: 12px 0;
  }
  .company_prf__term {
    letter-spacing: .25em;
    position: relative;
	left: 0;
  }
  .company_prf__body p {
	margin: 0 0 0 0.5em;
  }
}




/* --- お問合わせ --------------------------- */
/* CONTACT */
.contact__main {
  position: relative;
  margin-top: 200px;
  padding: 0 15%;
}
.contact__main .page-ttl {
  right: calc(15% - 120px);
}
.contact__text {
  position: relative;
  word-break: break-word;
}
.contact__text p {
  line-height: 2.4285;
  margin-bottom: 2.4285em;
  margin-top: 2.4285em;
}
.contact__text p.pp {
  margin-bottom: 3em;
  margin-top: 1em;
}
p.contact__text__note {
  color: grey;
  padding-left: 1.25em;
  position: relative;
}
p.contact__text__note > span.star {
  left: 0;
  position: absolute;
}
.contact__text > *, .contact__text > span > * {
  max-width: 860px;
}
.contact__tel {
  margin-top: 90px;
  max-width: 900px;
}
h3.contact__heading {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .25em;
  line-height: 28px;
  position: relative;
  margin: 0;
}
h3.contact__heading:before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  left: -60px;
  position: absolute;
  top: 14px;
  width: 40px;
}
.contact__tel__body {
  border: 1px solid #e5e5e5;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  background-color: #fff;
}
p.contact__tel__lead {
  font-size: 14px;
  line-height: 34px;
  margin: 0;
}
p.contact__tel__number {
  color: grey;
  font-family: 'Noto Serif JP', serif;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 60px;
  margin: 0;
}
p.contact__tel__number a:hover {
  color: #fbe258;
  text-decoration: none;
}
p.contact__tel__number i {
    font-size: 80%;
}
p.contact__tel__info {
	color: grey;
	font-size: 15px;
	line-height: 1.8;
    margin: 10px 0 0;
}
.contact__form {
  margin-top: 90px;
  max-width: 900px;
}
@media (max-width: 1023px) {
  .contact__main {
    margin-top: 90px;
    padding: 0 75px 0 30px;
  }
  .contact__main .page-ttl {
    right: 13px;
  }
  .contact__tel {
    margin-top: 40px;
  }
  h3.contact__heading {
    font-size: 20px !important;
    letter-spacing: .25em;
    padding: 0;
    position: relative;
  }
  h3.contact__heading:before {
    height: 1px;
    left: -25px;
    top: 12px;
    width: 20px;
  }
  .contact__tel__body {
    border: 1px solid #e5e5e5;
    margin-top: 15px;
    padding: 15px 10px;
  }
  p.contact__tel__number {
    font-size: 35px !important;
    letter-spacing: 0;
    line-height: 50px;
  }
  .contact__form {
    margin-top: 40px;
  }
}

/* --- プライバシーポリシー --------------------------- */
ol.ol-parent, ol.ol-parent ol {
    list-style: none !important;
	counter-reset: cnt;
  }
  
  ol.ol-parent > li {
    text-indent: -2em;
    margin-left: 1em;
    margin-bottom: 10px;
	line-height: 1.8;
  }
  
  ol.ol-parent li::before {
    counter-increment: cnt;
    content: counter(cnt) ".";
  }
  
  ol.ol-parent > li::before {
    text-indent: 0;
    width: 2em;
    display: inline-block;
  }
  
  ol.ol-parent > li > ol, ol.ol-parent > li > ol > li > ol {
    margin: 10px;
  }
  
  ol.ol-parent > li > ol > li, ol.ol-parent > li > ol > li > ol > li {
    text-indent: -2em;
    margin-left: 1.5em;
    margin-bottom: 10px;
	line-height: 1.8;
  }
  
  ol.ol-parent > li > ol > li::before, ol.ol-parent > li > ol > li > ol > li::before {
    width: 2em;
    display: inline-block;
    text-indent: 0;
    content: "(" counter(cnt) ")";
  }


/* --- LINEで処方せん予約 --------------------------- */
.grid-line {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.grid-line .photo {
    position: relative;
}
.grid-line .photo img {
	position: relative;
    z-index: 2;
	width: 100%;
	border: 1px solid #e8ecfe;
}
.grid-line .photo::before {
  background-image: repeating-linear-gradient(-45deg, #e8ecfe 0px, #a7abbb 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 10px 10px;
  content: '';
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.point-heading {
	text-align: center;
    font-size: 180% !important;
}
.point-heading:after {
    content: '';
    background: #192848;
    display: block;
    margin: 15px auto 0;
	width: 50px;
    height: 2px;
}
p.p-desc {
	text-align: center;
    margin-bottom: 0;
    color: #6ecc99;
}

.line-point {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.point-item {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
	height: 330px;
    margin: 0;
    width: 32%;
}
.point-item.p01 {
	background-image: url(./images/line_p01.png);
}
.point-item.p02 {
	background-image: url(./images/line_p02.png);
}
.point-item.p03 {
	background-image: url(./images/line_p03.png);
}
.point-box {
    text-align: center;
	margin: -1rem 0 0;
    padding: 0 4rem;
}
.point-box p.p-chach {
	margin-bottom: 0;
}
.point-box p.p-chach i {
	display: block;
    font-size: 2em;
	color: #4CAF50;
}
.point-box p.p-txt {
	margin-bottom: 0;
    line-height: 1.5;
}

.line-flow {
    margin-top: 80px;
}
.flow-step {
    background-color: #f9fbf4;
    position: relative;
    width: 100%;
    padding: 4.125rem 1.8125rem 1.8125rem;
	border-radius: 5px;
}
.flow-step:not(:last-child) {
	margin-bottom: 100px;
}
.step-number {
    width: 5rem;
    height: 5rem;
    background-color: #0a710e;
    color: #fff;
    line-height: 1.2;
    border-radius: 62.5rem;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    line-height: 1.3;
    padding-top: 1rem;
}
.step-number small {
    display: block;
    font-size: .875rem;
    letter-spacing: .1em;
    width: 100%;
}
.step-number span {
    line-height: 1;
    font-size: 2rem;
    letter-spacing: .05em;
    display: block;
    width: 100%;
}
.step-title {
	text-align: center;
}
.step-text {
	text-align: center;
}
.line-store {
	margin: 0 auto 50px;
    justify-content: space-between;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
    display: flex;
	flex-wrap: wrap;
    width: 100%;
	row-gap: 40px;
}
.line-store .line-box {
	width: 30%;
}


@media screen and (max-width: 991px) {
	.grid-line {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.grid-line .m-center {
		margin: 0 auto;
		display: block;
	}
	.point-heading {
		font-size: 150% !important;
	}
	.point-heading:after {
		content: '';
		width: 37px;
	}
	.point-item {
		height: 300px;
        margin: 0 0 1rem;
        width: 100%;
	}
	.point-box {
		padding: 0 3rem;
        margin: 0;
        width: 300px;
	}
	.line-store .line-box {
		width: 100%;
	}
	.step-text {
		text-align: left;
	}
}










/*--------------------------------------
店舗情報
--------------------------------------*/
/* 一覧 */
/* 影を消す */
.p-archive-header {
    box-shadow: unset;
}
/* 透過 */
.p-article05__content {
    background: #ffffffed;
}
/* すき間 */
.p-article05 {
    margin-bottom: 1em;
}

/* 各店舗ページ */
/* ヘッダー画像・タイトル削除・余白削除 */
.single-company .p-company-header {
    display: none;
}
.single-company .l-contents, .single-company .l-primary, .single-company .p-entry__body {
    margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	.single-company .l-contents {
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
    .p-cover {
        margin-top: 0;
    }
}

/* 店舗名 */
.store-header {
    padding: 50px 0 20px;
    margin-bottom: 50px;
}
.store-header h1.s-name {
    font-size: 200% !important;
}
.store-header ruby rt {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.s-title-bg {
    background: linear-gradient(111deg, #c9e7ff 0%, #d8eeff 70%, #f8dbaa 70%, #FF9800 100%);
}
@media screen and (max-width: 767px) {
	.store-header {
		padding: 25px 20px 10px;
	}
	.store-header h1.s-name {
		font-size: 160% !important;
	}
	.store-header ruby rt {
		font-size: 10px;
		margin-bottom: 5px;
	}
}

.single-company section {
    margin-bottom: 70px;
}

/* 店舗よりお知らせ */
.msg-header {
	border-bottom: 2px solid #00BCD4;
    padding: 0.3em;
    position: relative;
    font-weight: 500;
}
.msg-header::before {
	content: '';
    background-color: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 30px;
    bottom: -2px;
}
.msg-header::after {
    content: '';
    background-color: #00BCD4;
    width: 20px;
    height: 2px;
    transform: rotate(50deg);
    position: absolute;
    left: 26px;
    bottom: -10px;
}
.msg p {
    padding: 0 10px 50px;
    font-size: 95% !important;
}

/* フォトスライダー */
.store-photo .slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 4);
}
.store-photo .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.store-photo .swiper {
  width: 100%;
}
.store-photo .swiper-fade .swiper-slide {
    width: 100% !important;
}
.store-photo .swiper-slide img {
  height: auto;
  width: 100%;
  padding: 2px;
}
.store-photo .swiper-button-next, .store-photo .swiper-button-prev {
	color: #ffffff;
}
.store-photo .swiper-button-next:after, .store-photo .swiper-button-prev:after {
    font-size: 30px;
}

/* 店舗情報 */
/* s_tableタグ解除 */
.post_content .r_table .s_table, .job-posts-template-default .post_content .s_table {overflow: unset!important;white-space: unset!important;margin-bottom: unset!important;}

.t-header {
	position: relative;
    font-family: "Noto Serif JP",serif,"icons";
    color: #ff9800;
    margin-bottom: 15px !important;
}
.t-header .t-sub {
    display: inline-block;
    color: #222;
    font-size: 1rem;
    line-height: 1.6;
    vertical-align: bottom;
	padding-bottom: 0;
}
.t-sub::before {
    margin: 0 1em;
    content: "/";
}

.grid-info {
	display: grid;
    grid-template-columns: 50% auto;
    gap: 50px;
}

.rps_table {
    width: 100%;
}
.rps_table th {
    white-space: nowrap;
}
.rps_table td, .rps_table th {
    font-size: 16px !important;
	line-height: 2 !important;
}
@media screen and (max-width: 991px) {
	.single-company section {
		margin-bottom: 50px;
	}
	.msg p {
		padding: 0 0 20px;
		font-size: 100% !important;
	}
	.grid-info {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.rps_table th {
		font-size: 16px;
		text-align: left;
	}
	.rps_table th, .rps_table td {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
    .p-entry__body .s_table {
        white-space: unset !important;
		margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 567px) {
	.rps_table th {
		border-bottom: none !important;
	}
	.rps_table tr {
        margin-bottom: 0 !important;
    }
}

/* 対応サービス */
.m-auto {
	margin: 0 auto;
}
.grid-service {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.category-wrap {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.category-wrap .item  {
    padding: 3px 10px;
    border-radius: 20px;
    background-color: #009baf;
    color: #fff;
    font-size: 85%;
    line-height: 2;
    text-align: center;
}
/* LINE */
.service .line {
	background-color: #f8f8f8;
    border-radius: 10px;
    border: 2px solid #4CAF50;
    padding: 20px;
    text-align: center;
}
.service .line .line-header {
    color: #1f8423;
	margin-bottom: 10px;
}
.service .line ul {
	font-size: 85%;
	list-style: disc;
}
.service .line ul li {
    line-height: 1.8;
}
.line-box {
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	padding: 0 0 20px 0;
	max-width: 300px;
}
.line-box h4 {
    font-size: 110% !important;
    line-height: 20px !important;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0 !important;
	text-align: center;
	letter-spacing: 3px;
	background-color: #4caf50;
	padding: 20px 0px 20px 0px;
}
.line-box img {
	width: 40%;
	margin: 0 auto;
	display: block;
}
.line-box img.qr {
	padding: 20px 0 20px;
}
.line-box img.line-link{
    padding: 0 0 20px;
}
.line-box p {
	font-size: 15px !important;
	line-height: 15px !important;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
.link-arrow {
    margin: 10px 0 0 !important;
    font-size: 90% !important;
    text-align: center;
}

/* 書面掲示事項等・調剤点数表 */
.notices ul {
	font-size: 90%;
    list-style: none !important;
	margin-left: 0 !important;
}
.notices p {
    font-size: 85% !important;
    line-height: 1.8 !important;
}
@media screen and (max-width: 991px) {
	.grid-service {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.category-wrap {
		grid-template-columns: 1fr 1fr;
	}
	.category-wrap .item {
		font-size: 80%;
	}
}

/* 本部・卸売部門 */
.grid-wholesale {
    display: grid;
    gap: 54px;
    grid-template-columns: auto 40%;
}
@media screen and (max-width: 991px) {
	.grid-wholesale {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

/* 店舗一覧 */
.single-company section#store-list {
    margin-top: 150px;
}
@media screen and (max-width: 991px) {
	.single-company section#store-list {
		margin-top: 100px;
	}
}

/* テーマのFBは店舗ページのみ非表示 */
@media screen and (max-width: 991px) {
	.company-template .c-footer-bar {
		display: none;
	}
	.company-template .p-pagetop.is-active{
		bottom: 55px !important;
	}
}

/* フローティングバナー */
.floating-banner {
  position: fixed;
  bottom: 30vw;
  right:0;
  z-index:98;
  font-size:0;
  display: none;
}
.floating-banner li a {
	display: block;
	font-size:1rem;
    padding: 18px 15px;
    color: #fff;
	box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.3);
}
.floating-banner li:first-child a {
	border-top-left-radius: 10px;
}
.floating-banner li:last-child a {
	border-bottom-left-radius: 10px;
}
.floating-banner li a.mail {
    background-color: #abcd03;
}
.floating-banner li a.mail:hover {
    text-decoration: none;
    background-color: #abcd03b3;
}
.floating-banner li a.tel {
    background-color: #009688;
}
.floating-banner li a.tel:hover {
    text-decoration: none;
    background-color: #009688b8;
}
.floating-banner li a.line {
    background-color: #4caf50;
}
.floating-banner li a.line:hover {
    text-decoration: none;
    background-color: #4caf50a8;
}
.floating-banner li span.text {
    font-size: 0.8rem;
}
.floating-banner li span.text .telno {
    letter-spacing: -0.1px;
    display: block;
    font-size: 140%;
	white-space: nowrap;
}
.floating-banner li .fa-solid, .floating-banner li .fas, .floating-banner li .fa-brands {
    font-size: 120%;
}

@media only screen and (max-width: 991px){
	.floating-banner {
		bottom: 0;
		width: 100%;
	}
	.floating-banner ul.menu{
		display: flex;
		text-align: center;
	}
	.floating-banner li:first-child a {
		border-top-left-radius: unset;
	}
	.floating-banner li:last-child a {
		border-bottom-left-radius: unset;
	}
	.floating-banner li a {
		padding: 10px 15px;
	}
	.floating-banner li {
		width: calc(100% / 3);
	}
	.floating-banner li span.text {
		font-size: 11px;
	}
	.floating-banner li .fa-solid, .floating-banner li .fas, .floating-banner li .fa-brands {
		display: block;
	}
}






/*--------------------------------------
求人情報
--------------------------------------*/
/* WORKS */
.p-works-list .p-article06__cat {
    margin-bottom: 7px;
}
.post-type-archive-works .p-archive-header__title {
	margin-bottom: 24.2px;
}
.p-works-entry__title {
    font-weight: normal;
	margin-bottom: 20px;
}
.p-works-entry__img {
    display: none;
}
.p-works-entry {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
.p-works-entry .p-entry__body {
    flex: 1;
}

/* 募集要項 */
.recruit_table_wrap {
    padding: 45px 55px 30px;
    background: #fafafa;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
    position: relative;
	margin-bottom: 50px;
}
.recruit_table_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
	border-color: #79ab39 transparent transparent transparent;
}
table.recruit_table {
    table-layout: fixed;
    width: 100%;
}
.recruit_table .recruit_table_text th, .recruit_table .recruit_table_text td {
    padding: 15px 12px 16px;
    font-size: 16px;
	border-collapse: collapse;
    text-align: left;
    vertical-align: top;
	border: none;
	line-height: 1.6em !important;
}
.recruit_table .recruit_table_text th {
    position: relative;
    padding-left: 28px;
    width: 30%;
	font-weight: 600;
}
.recruit_table .recruit_table_text:not(:last-child) th, .recruit_table .recruit_table_text:not(:last-child) td {
	border-bottom: 1px solid #e0e0e0;
}
.recruit_table .recruit_table_text th::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 100%;
    top: 25px;
    left: 10px;
	background: #79ab39;
}
.recruit_table .recruit_table_text td {
    width: 68%;
}
.recruit_table_btn {
    text-align: center;
}
.recruit_table_btn a {
    color: #fff !important;
    padding: 15px 10px 17px;
    border-radius: 100px;
    transition: 0.3s;
    position: relative;
    font-size: 19px;
    width: 380px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
	background: #79ab39;
}
.recruit_table_btn a:hover {
    text-decoration: none;
    background: #CDDC39;
}
.recruit_table_btn a::before {
    content: "";
    position: absolute;
    background: url(../image/common/arr_w.svg);
    width: 17px;
    height: 17px;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .recruit_table_wrap {
        padding: 30px 20px;
    }
	.recruit_table {
        margin-bottom: 20px;
    }
	.recruit_table .recruit_table_text th, .recruit_table .recruit_table_text td {
        font-size: 16px;
    }
	.recruit_table .recruit_table_text th {
        display: block;
        width: 100%;
        border-bottom: 0 !important;
        padding-bottom: 0;
    }
	.recruit_table .recruit_table_text td {
        display: block;
        width: 100%;
        padding-top: 7px;
    }
	.recruit_table_btn a {
        padding: 13px 10px 16px;
        margin: 0 auto;
        font-size: 17px;
    }
	.recruit_table_btn a::before {
        top: 48%;
        width: 16px;
        height: 16px;
    }
}




/*--------------------------------------
NEWS
--------------------------------------*/
/* 余白 */
.single-news .p-entry__body {
    margin-bottom: 100px;
}




/*--------------------------------------
widget
--------------------------------------*/
/* バナー */
.p-widget .p-banner p.p-banner__title {
    font-size: 20px;
}
/* 店舗カテゴリー下の余白 */
.post-type-archive-news .p-widget__title, .single-news .p-widget__title {
    margin-bottom: 0;
}
.menu-news_category-container ul#menu-news_category {
    width: 100%;
    overflow: hidden;
	padding-top: 1px;
}
.menu-news_category-container ul#menu-news_category li {
    margin-top: -1px;
}
.menu-news_category-container ul#menu-news_category li a {
    display: block;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 20px;
	height: 45px;
	position: relative;
    transition: padding 0.2s ease;
}
.menu-news_category-container ul#menu-news_category li:last-child a {
    margin-bottom: 0;
}
.menu-news_category-container ul#menu-news_category li a:hover {
    padding-left: 35px;
}
.menu-news_category-container ul#menu-news_category li a:hover::before {
    left: -1px;
}
.menu-news_category-container ul#menu-news_category li a::before {
    content: "";
    width: 3px;
    height: 45px;
    transition: left 0.2s ease;
    position: absolute;
    top: -1px;
    left: -4px;
    z-index: 1;
	background: #44b034;
}
@media screen and (max-width: 991px) {
	.p-widget .p-banner p {
		font-size: 18px;
	}
	.p-widget .p-banner p.p-banner__title {
		font-size: 24px;
	}
}






/*--------------------------------------
CONTACT FORM
--------------------------------------*/
/*#contact .form {
	width: 100%;
	max-width: 970px;
    margin: 0 auto 0 0 !important;
}*/

/*コンタクトフォーム*/
.wpcf7 {
    background: none !important;
    border: none !important;
	margin-bottom: 10em !important;
	padding: 0 0 15em !important;
}
span.wpcf7-list-item {
    display: inline-block !important;
	margin: 0 1.5em 0 0 !important;
}
.wpcf7 p, .wpcf7 .wpcf7-list-item-label {
    font-size: 16px !important;
}
.wpcf7 form {
    margin: 0 !important;
}

/* table_form */
.wpcf7 .table_form {
  color: #666;
  font-size: 16px;
}
.wpcf7 .table_form a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .table_form a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .table_form div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .table_form div.form__row:first-child {
    border-top: none;
}
.wpcf7 .table_form div.form__row.row-privacy,
.wpcf7 .table_form div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .table_form p.form__label,
.wpcf7 .table_form p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .table_form p.form__label {
  width: 30%;
  padding: 1.5em 1em 1em;
}
.wpcf7 .table_form p.form__body {
  width: 70%;
  padding: 1.5em 1em 1em;
}
.wpcf7 .table_form div.form__row.row-privacy .form__body,
.wpcf7 .table_form div.form__row.row-submit .form__body {
  width: 100%;
  /*font-size: 90% !important;*/
}
.wpcf7 .table_form p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 44px; 
  box-sizing: border-box;
}
.wpcf7 .table_form p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .table_form p.form__label.is-required label {
  position: relative;
}
.wpcf7 .table_form p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #F44336;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
/* テキストフィールド */
.wpcf7 .table_form input[type=text],
.wpcf7 .table_form input[type=tel],
.wpcf7 .table_form input[type=email],
.wpcf7 .table_form textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.5;
}
/* 年齢・郵便番号 */
.wpcf7 .table_form span.age-field input[type=text], .wpcf7 .table_form span.zip-field input[type=text] {
	width:20% !important;
}


/* 送信ボタン */
.wpcf7 .table_form .submit-btn, .wpcf7 .table_form .back_button {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .table_form input[type="submit"], .wpcf7 .table_form input[type="button"] {
  cursor: pointer;
  width: 320px;
  height: auto;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #ee3c00 solid;
  border-radius: 8px;
  background-color: #ee3c00;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .table_form input[type="submit"]:disabled, .wpcf7 .table_form input[type="button"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #929292!important;
}
.wpcf7 .table_form input[type="submit"]:hover, .wpcf7 .table_form input[type="button"]:hover {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #6c5d2f;
  transition: all .25s;
}
.wpcf7 .table_form input[type="submit"]:focus, .wpcf7 .table_form input[type="button"]:focus {
  outline: 0;
  border: 1px #9e2800 solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .table_form .back_button {
    background-color: #ccc !important;
    border: none !important;
}

@media only screen and (max-width: 767px) {
#contact .form {
    width: 98%;
    margin: 0 auto !important;
}
  .wpcf7 .table_form div.form__row {
    display: block;
  }
  .wpcf7 .table_form p.form__label {
    width: 100%;
    padding: 1.5em 0 0;
  }
  .wpcf7 .table_form p.form__body {
    width: 100%;
    padding: 1em 0 1.5em;
  }
}

/* プレースホルダーカラー変更 */
.wpcf7 .table_form input::placeholder, .wpcf7 .table_form textarea::placeholder {
  color: #ccc;
}

/* 青枠削除 */
.wpcf7 form .wpcf7-response-output {
    border-color: #fff !important;
}

/*reCAPTCHAのロゴを非表示*/
.grecaptcha-badge {
	visibility: hidden; 
}




