/*

追加用CSS　PC表示
base：白 #fff
main：濃い緑 #44f201
txt：#000

*/

/*------------------------------------------
 * Common
 * ---------------------------------------*/

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  color: #000;
  /*background-color: #ececec;*/
	background-color: #727070;
  margin-top: 150px !important;
}
.box01-txt p{
    /* font-weight: 700; */
    color: #ffffff;
}
/*#treatment .box01-txt p{
    font-weight: 700;
    color: #000000;
}*/
p.service-txt.mb0 {
    color: #fff;
}
body.home {
  margin-top: 0 !important;
}

.spnone770 {
  display: block;
}

.pcnone770 {
  display: none;
}

.spnone600 {
  display: block;
}

.pcnone600 {
  display: none;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

p,
a,
a:visited,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td,
span {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

h3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

p,
a,
li {
  font-size: 16px;
  line-height: 1.75em;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a:hover {
  color: #44f201;
}

.font-en {
  font-family: "Roboto", sans-serif !important;
}

.background-page {
  height: 15vw;
}

.background-page .border {
  display: none;
}

.background-page .title {
  display: none;
}

.background-page .title h2 {
  display: none;
}

img {
  display: block;
}

/*------------------------------------------
 * Layout
 * ---------------------------------------*/

.mb0 {
  margin-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.w-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.border-box01 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border: 2px solid #fcf1f1;
  border-radius: 20px;
}

.flex-turn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.half {
  width: 48%;
}

.box01.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box01-txt {
  width: 65%;
}

.box01-img {
  width: 30%;
}

.fa,
.far,
.fas {
  margin-right: 5px;
}

/*------------------------------------------
 * Parts
 * ---------------------------------------*/

.title h2 {
  color: #000;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: 30px;
}

.home .border {
  display: none;
}

.home .title h2 {
  position: relative;
  margin-bottom: 80px;
}

.home .title h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  background-color: #44f201;
  margin: 0 auto;
}

.home .title h2::after {
  content: "Introduction";
  position: absolute;
  bottom: -60px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 100%;
  display: block;
}

.home #user-guide .title h2::after {
  content: "User Guide";
}

.home #treatment .title h2::after {
  content: "Treatment Guide";
}

.home #traffic-accident .title h2::after {
  content: "Traffic Accident";
}

.home #reservation .title h2::after {
  content: "Reservation・Access";
}

.state-ttl01 {
  background-color: #464646;
  color: #fff;
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 15px 20px;
  text-align: center;
  line-height: 1.75em;
}

.state-ttl02 {
  background-color: #44f201;
  color: #000000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.75em;
}

.parts-head01 {
  background-position: left top 6px;
  background-image: url(/wp-content/uploads/2023/08/circle01.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  color: #000;
  font-size: 20px;
  padding: 0 0 10px 25px;
  border-bottom: 1px solid #44f201;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
}

.parts-head02 {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #44f201;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 500;
}

.border {
  border-bottom: dotted 10px #44f201;
  max-width: 450px;
  width: 100%;
}

.head-txt01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: １８px;
  font-weight: 500;
}

.marker01 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #f5ed80)
  );
  background: linear-gradient(transparent 60%, #f5ed80 60%);
}

.br-15 img {
  border-radius: 15px;
}

.btn01 {
  display: block;
  max-width: 350px;
  width: 100%;
  text-align: center;
  background-color: #44f201;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold !important;
  margin: 50px auto 0px auto;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  color: #000000;
  transition-duration: 0.3s;
  background-image: url(/wp-content/uploads/2023/08/btn-arrow-black.png);
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  background-size: 10px auto;
  transition-duration: 0.3s;
}

.btn01:hover {
  color: #000000;
  background-position: top 50% right 15px;
  background-color: #44f201;
}

.btn01:visited {
  color: #000000;
}

/*------------------------------------------
 *  sticky-btn
 * ---------------------------------------*/

.sticky-btn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
  width: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sticky-btn:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.sticky-btn-sp {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.sticky-btn-sp a {
  padding: 10px 15px;
  display: block;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background-color: #44f201;
  text-align: center;
  letter-spacing: 0.05em;
}

/*------------------------------------------
 * Animation
 * ---------------------------------------*/

.o-hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.o-hover:hover {
  opacity: 0.7;
}

.underline:hover {
  text-decoration: underline;
}

.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.a-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------
 * Nav
 * -----------------------------------------*/

nav.row2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none;
  background-color: rgba(243, 243, 243, 0.8);
}

nav.row2 .logo-box {
  padding: 15px 0;
}

nav.row2 .logo .logo-img {
  max-width: 300px;
  width: 100%;
}

nav.row2 .logo .logo-img img {
  width: 100%;
}

nav.row2 .logo .logo-img h1 {
  margin-bottom: 0;
}

nav.row2 .logo .logo-img img:hover {
  opacity: 0.7;
}

nav.row2 .logo .logo-contact {
  width: calc(100% - 320px);
}

nav.row2 .logo .logo-contact .locon.flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

nav.row2 .logo .logo-contact .locon_item {
  width: 250px;
}

.locon_item {
  margin-right: 15px;
}

.locon_item02 {
  max-width: 50px;
  margin-right: 15px;
}

.locon_item03 {
  max-width: 200px;
}

nav.row2 .logo .logo-contact img:hover {
  opacity: 0.8;
}

.desktop.navigation {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 0px;
  width: 100%;
  margin-right: 0;
}

.desktop.navigation ul.nav li a:after {
  content: "";
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  border-right: solid 1px #44f201;
  padding-left: 20px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.desktop.navigation ul.nav li:last-of-type a:after {
  content: "";
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  border-right: none;
  padding-left: 20px;
}

.desktop.navigation .nav-content li {
  padding: 0;
  margin: 0;
}

.desktop.navigation .nav-content li a {
  font-weight: bold;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  color: #000000;
  line-height: 2.5em;
  margin: 0;
  font-size: 16px;
  padding: 5px 0 5px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.desktop.navigation .nav-content a:hover,
.desktop.navigation .nav-content a.active {
  color: #43f200;
}

/*--------------------------------------------
 * Mobile nav
 * -----------------------------------------*/

.icon-bar {
  display: block;
  float: left;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  background: #44f201;
}

.mobile.navigation .nav-content a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
  padding: 2px 0 !important;
  width: 100%;
}

.mobile.navigation .nav-content li {
  margin: 0;
  border-top: 1px solid #000000;
  padding: 0;
}

.mobile.navigation {
  display: none;
  width: 100%;
  margin: 0;
  background-color: #44f201;
  float: left;
  border-bottom: none;
}

.mobile.navigation .nav > li {
  padding: 5px 0 !important;
}

/*--------------------------------------------
 * Sub header
 * -----------------------------------------*/

.sub-header {
  background-position: center !important;
}

.sub-header {
  width: 100%;
  background-size: cover !important;
  height: 18vw;
}

.sub-header h2 {
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 1.75em;
  font-size: 34px !important;
}

/*--------------------------------------------
 * Splash
 * -----------------------------------------*/

#splash {
  background-color: rgba(255, 255, 255, 0.9);
}

#splash_logo {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

#splash_logo img {
  width: 100%;
}

/*--------------------------------------------
 * Slider
 * -----------------------------------------*/

#n2-ss-14item1 {
  margin-top: 50px !important;
}

/*--------------------------------------------
 * Parallax
 * -----------------------------------------*/

section.parallax {
  height: 400px;
  background-position: center center !important;
}

/*------------------------------------------
 * Pagetop
 * ---------------------------------------*/
.lb-back-to-top {
  right: 20px;
  background: url(/wp-content/uploads/2023/08/page-top-1.png);
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}

.lb-back-to-top:hover {
  background-color: rgba(120, 120, 120, 0);
  color: #fff;
  opacity: 0.8;
}

/*------------------------------------------
 * Tablepress
 * ---------------------------------------*/

.tablepress tbody {
  border: 1px solid #ddd;
  background-color: #fff;
}

.tablepress td {
  font-size: 16px;
  padding: 8px;
  line-height: 1.75em;
}

.tablepress td.column-1 {
  color: #fff;
  background-color: #464646;
  font-weight: bold;
}

.tablepress-table-description {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

/*------------------------------------------
 * Tab
 * ---------------------------------------*/

.tab-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tab {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 10px 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 31%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1% 20px;
  font-weight: bold;
  font-size: 16px;
  background: #f0f0f0;
  border-radius: 0;
  border: none;
  letter-spacing: 2px;
  color: #000;
}

.tab.is-active,
.tab:hover {
  background: #44f201;
  color: #000000;
}

/*------------------------------------------
 * Q＆A
 * ---------------------------------------*/

#accordion dt {
  margin-top: 20px;
  background-image: url(/wp-content/uploads/2023/08/q-icon.png);
  background-size: auto 25px;
  background-position: top 4px left;
  background-repeat: no-repeat;
  padding: 0 0 10px 35px;
  text-align: left;
  line-height: 1.75em;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #373737;
}

#accordion dt:hover {
  opacity: 0.8;
}

#accordion dt:after {
  color: #44f201;
}

#accordion dd {
  background-image: url(/wp-content/uploads/2023/08/a-icon.png);
  background-size: auto 25px;
  padding: 0 0 0 35px;
  background-position: top 4px left;
  background-repeat: no-repeat;
  margin-top: 20px;
  line-height: 1.75em;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
  font-weight: 500;
}

/*------------------------------------------
 * 新着情報アーカイブ シングル
 * ---------------------------------------*/

.single .post-title {
  margin-bottom: 40px;
}

.post-thumb img {
  width: 100%;
}

.sidebar h3 {
  background: #44f201;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.post-title a:hover {
  color: #44f201 !important;
}

.blog-content {
  padding: 30px 15px;
}

.content.padded.blog {
  padding-top: 80px;
}

.blog-content .post {
  border-bottom: 1px solid #000000;
  margin-top: 0px;
  padding: 30px 0;
}

.blog-content .post:first-of-type {
  padding-top: 0;
}

.post:last-of-type {
  border-bottom: none;
}

.post-title h2,
.post-title h2 a {
  font-size: 24px;
  color: #000 !important;
  padding: 0;
  font-weight: bold !important;
}

.post-title h2 a:hover {
  color: #44f201 !important;
}

.post-meta h6,
.post-meta a {
  font-size: 16px;
  color: #000000 !important;
  margin-bottom: 0;
}

.post-meta a:hover {
  color: #44f201 !important;
}

.post:first-of-type {
  margin-top: 0px;
}

.cat-item a,
.recentcomments a {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 500;
}

.cat-item,
.recentcomments {
  border-bottom: 1px solid #000000;
}

.cat-item a:hover {
  color: #44f201 !important;
}

.pager li a:hover {
  color: #44f201;
}

.search .title {
  margin-bottom: 40px;
}

.search .elementor-widget-wrap {
  padding: 0!important;
  margin-top: 30px;
}

/*------------------------------------------
 * 院の紹介
 * ---------------------------------------*/

/*#introduction {
  background-image: url(/wp-content/uploads/2023/08/introduction-bg-txt.png);
  background-size: 10% auto;
  background-position: left center;
  background-repeat: no-repeat;
}*/

.intro-block01,
.intro-block02,
.intro-block03 {
  margin-bottom: 60px;
}

.intro-block04 {
  margin-bottom: 40px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.intro-txt01 {
  max-width: 400px;
  margin: 0 auto;
}

.service-list li {
  width: 47%;
  margin-bottom: 40px;
}

.service-img {
  max-width: 350px;
  margin: 0 auto 20px;
}

.time-table .tablepress th {
  text-align: center;
  padding: 10px;
  background-color: #43f200;
  border-right: 1px solid #fff;
}

.time-table .tablepress td {
  text-align: center;
  border-right: 1px solid #ddd;
}

.time-table .tablepress th.column-8 {
  border-right: none;
}

.time-table .tablepress th.column-1 {
  width: 20%;
}

.time-table .tablepress th:not(.column-1) {
  width: calc(80% / 7);
}

.time-table .tablepress td.column-1 {
  background-color: #daffcb;
  color: #000;
}

/*------------------------------------------
 * ご利用案内
 * ---------------------------------------*/

/*#user-guide {
  background-image: url(/wp-content/uploads/2023/08/geo-tr01.png),
    url(/wp-content/uploads/2023/08/geo-bl01.png);
  background-size: 30% auto;
  background-position: top right, bottom left;
  background-repeat: no-repeat;
}*/

.guide-block01 {
  margin-bottom: 60px;
}

.flow-list01 li {
  position: relative;
  /* padding: 30px 50px; */
  margin-bottom: 40px;
  /* background: #f5f5f5; */
  width: 22%;
}


/*.flow-list01 li::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f5f5f5;
}*/

.flow-list01 li:last-of-type {
  margin-bottom: 0;
}

.flow-list01 li:last-of-type::before {
  display: none;
}

.step {
  max-width: 100px;
  background-color: #44f201;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 4px 15px;
  margin: 0 auto 15px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.flow-img {
  max-width: 350px;
  margin: 0 auto 10px;
}

.flow-ttl {
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  max-width: 700px;
  width: 100%;
  line-height: 1.75em;
  border-bottom: 1px solid #44f201;
  margin: 0 auto 20px;
  font-size: 22px;
}

.flow-txt {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 0;
}

.faq-box {
  padding: 20px 40px 30px;
  background-color: #f5f5f5;
}

/*------------------------------------------
 * 施術案内
 * ---------------------------------------*/

/*#treatment {
  background-image: linear-gradient(
    135deg,
    #e4e4e4 0%,
    #e4e4e4 50%,
    #e9e9e9 50%,
    #e9e9e9 100%
  );
}*/

.menu-block01 {
  margin-bottom: 60px;
}

.menu-block01 .box01.flex,
.menu-block02 .box01.flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-inner {
  margin-top: 40px;
}

.menu-list li.flex {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-list li p {
  margin-bottom: 0;
}

.menu-ttl p {
  font-weight: 700;
  font-size: 18px;
}

.menu-time p {
  font-weight: 700;
  font-size: 18px;
  margin-left: 10px;
}

.menu-left.flex {
  width: calc(100% - 170px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-right {
  width: 150px;
}

.menu-comment {
  width: 100%;
  margin-top: 10px;
}
.menu-comment {
  width: 100%;
  margin-top: 10px;
}
#treatment .box01-txt p {
    color: #000000;
}
#treatment .parts-head01 {
    border-bottom: 1px solid #000000;
}
.menu-comment p {
  font-size: 14px;
}

.menu-price p {
  font-weight: 700;
  font-size: 18px;
  text-align: right;
}

#treatment .box01-img img {
  margin: 0 auto;
}

/*------------------------------------------
 * 交通事故施術について
 * ---------------------------------------*/

/*#traffic-accident {
  background-image: url(/wp-content/uploads/2023/08/geo-tr01.png),
    url(/wp-content/uploads/2023/08/geo-bl01.png);
  background-size: 30% auto;
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}*/

.traffic-block01,
.traffic-block02 {
  margin-bottom: 60px;
}

.traffic-txt01 {
  font-size: 26px;
  font-weight: 500;
  line-height: 2em;
  text-align: center;
}

.traffic-txt01 span {
  color: #44f201;
}

.traffic-list.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.traffic-list li {
  width: 30%;
  margin: 0 1.5% 30px;
  padding: 30px;
  background-color: #fff;
}

.traffic-list li p {
  font-size: 14px;
  font-weight: 500;
}

/*------------------------------------------
 * ご予約・アクセス
 * ---------------------------------------*/

/*#reservation {
  background-color: #e4e4e4;
  background-image: url(/wp-content/uploads/2023/08/reserve-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10% auto;
}*/

.reservation-block01 {
  margin-bottom: 60px;
}

.reservation-block02 {
  margin-bottom: 60px;
}

.link-bnr01 {
  display: block;
  max-width: 400px;
  margin: 0 auto 60px;
  transition-duration: 0.3s;
}

.link-bnr01:hover {
  opacity: 0.7;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.news-list01 {
  margin-bottom: 30px;
}

.news-list01::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.news-list01 li {
  width: 48%;
}

.news-img {
  margin-bottom: 10px;
}

.news-img img {
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-img img:hover {
  opacity: 0.8;
}

.news-date {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.news-ttl {
  margin-bottom: 0;
}

.news-ttl a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.news-ttl a:hover {
  text-decoration: underline;
}

/*--------------------------------------------
 * お問い合わせ
 * -----------------------------------------*/

table.defTable01 input[type="email"] {
  border: 1px solid #a8a8a8;
  padding: 1rem;
}

table.defTable01 th,
table.defTable01 td {
  vertical-align: middle;
  padding: 24px 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}

table.defTable01 th {
  width: 28%;
  background-color: #464646;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

table.defTable01 th a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

table.defTable01 th a:hover {
  text-decoration: underline;
  color: #ffffff;
}

table.defTable01 td label {
  display: inline-block;
  margin: 4px 0;
  font-size: 16px;
}

table.defTable01 th span {
  font-size: 0.75rem;
  background: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  font-weight: bold;
  border-radius: 50px;
  color: #464646;
}

table.defTable01 td.tel_area input {
  width: 30%;
}

table.defTable01 td.cen.last {
  background: none;
}

table.defTable01 .privacyBox h4 {
  margin: 20px 0 10px;
  padding: 0 0 0 0.35rem;
  border-left: 4px solid #bd8564;
  border-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}

table.defTable01 .privacyBox p,
table.defTable01 .privacyBox li {
  font-size: 16px;
}

table.defTable01 td.cen input {
  padding: 1.25rem 2rem;
  color: #000000;
  width: 300px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.035rem;
  background: #44f201;
  cursor: pointer;
  border: none;
  border-radius: 0;
  margin-top: 30px;
  -webkit-appearance: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

table.defTable01 td.cen input.wpcf7-confirm,
table.defTable01 td.cen input.wpcf7-submit {
  margin-right: -70px;
}

.wpcf7c-conf {
  background-color: #e3f6ff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #bd8564;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

.more {
  position: relative;
  z-index: 1;
}

.more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

#thanks {
  padding-top: 0;
}

#thanks p {
  text-align: center;
}

.select-box.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

table.defTable01 td select {
  min-width: none;
  border: none;
  padding: 10px;
  border: 1px solid #a8a8a8;
  font-size: 16px;
  display: block;
  width: 100px;
}

.select-box.flex select.day,
.select-box.flex select.age-month {
  margin-left: 20px;
  margin-bottom: 20px;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-response-output {
  display: none;
}

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

.privacyBox {
  padding: 70px 0;
}

.privacyBox section {
  text-align: left;
  padding: 60px 0 60px;
}

.privacyBox p {
  line-height: 180%;
}

.privacyBox ul.ullist01 {
  margin: 10px 0px;
}

.privacyBox ul.ullist01 li {
  margin: 0px 0px 0px 1.5em;
  line-height: 200%;
  list-style: disc;
}

.privacyBox .ttl-01 {
  margin: 60px 0 20px;
  padding: 10px 0 10px 0;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 4px solid #ffffff;
  line-height: 180%;
  position: relative;
  letter-spacing: 0.05em;
}

.privacyBox .ttl-01::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #44f201;
  bottom: -4px;
  width: 10%;
  display: block;
  left: 0;
}

.privacyBox .ttl-01 span {
  color: #44f201;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-left: 10px;
  display: inline;
  text-transform: uppercase;
}

.privacyBox .ttl-01.ttl_top {
  margin: 0 0 20px;
}

.privacyBox .wc_h3_01 {
  text-align: center;
  line-height: 150%;
}

.privacyBox .wc_h3_01 span {
  text-transform: uppercase;
  letter-spacing: 0;
}

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

footer#footer {
  background-color: #e1e1e1;
}

footer#footer .content {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
}

.footer-nav {
  background: #dbdbdb;
}

.footer-nav .nav li a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}

.footer-nav .nav li img {
  display: none;
}

.footer-nav .nav li a:hover {
  text-decoration: underline;
}

.footer-nav .nav li:after {
  content: "|";
  margin: 10px;
  color: #44f201;
}

.f-logo {
  max-width: 250px;
  margin: 25px auto;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.f-logo:hover {
  opacity: 0.8;
}

.footer_box {
  margin: 2em 0 0;
}

.footer_address {
  margin-bottom: 30px;
}

.footer_address a {
  color: #000 !important;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.footer_address a:hover {
  text-decoration: underline;
}

.fa-map-marked-alt:before {
  content: "\f5a0";
  color: #000000;
  font-size: 14px;
}

.fa-phone-alt:before {
  content: "\f879";
  color: #000000;
  font-size: 14px;
}

.copyright {
  background-color: #676767;
  margin-bottom: 0;
  margin-top: 15px;
}

.copyright a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.copyright h6 {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
p.flow-txt {
    color: #ffffff;
}
.panel.is-show {
    display: block;
    background: #ffffffc9;
    padding: 30px;
}