@charset "UTF-8";
/*
Theme Name: atsumeki
Description: atsumeki
Version: 1.2
Author: atsumeki
*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
:root {
  --c-primary: #287843;
  --c-white: #fff;
  --c-table-th: var(--c-white);
  --c-table-th-bg: var(--c-primary);
  --c-table-td: var(--c-text);
  --c-table-td-bg: var(--c-cWhite);
  --c-table-border: #ccc;
}

.entry-content p.op {
  margin-top: 10px;
  padding: 7px;
  border: dotted 1px #EF8E54;
  background: #fff9f1;
  font-size: 90%;
}

.text-xxlarge {
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 2rem;
}

.text-large {
  font-size: 7vw;
}

.text-small {
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .text-xxlarge {
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 50px;
  }
  .text-small {
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 1rem;
  }
}
.bold {
  font-weight: bold;
}

.color_red {
  color: #e34200;
}

.color_or {
  color: #ec6516;
}

.color_orange {
  color: #ff6908;
}

.color_yellow {
  color: #ffea00;
}

.text_l {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .text_l {
    font-size: 24px;
  }
}

.text_line {
  border-bottom: 2px solid #333;
}

#site .entry-content .top_text01 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  #site .entry-content .top_text01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  #site .entry-content .top_text01 {
    font-size: 18px;
  }
}
#site .entry-content .top_text01.top_arrow01 {
  position: relative;
  margin-bottom: 2.5em;
}
#site .entry-content .top_text01.top_arrow01::after {
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  content: "";
  margin: auto;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 90px solid transparent;
  border-top: 40px solid #7fbc32;
}
@media screen and (max-width: 600px) {
  #site .entry-content .top_text01.top_arrow01 {
    margin-bottom: 3.5em;
  }
}
#site .entry-content .top_text02 {
  font-size: 24px;
  text-align: center;
  color: #3d1e00;
}
@media screen and (max-width: 600px) {
  #site .entry-content .top_text02 {
    font-size: 18px;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
body.page {
  font-size: 18px;
  line-height: 1.8;
}
body .pc,
body.page .pc {
  display: block;
}
body .sp,
body.page .sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  body,
  body.page {
    font-size: 14px;
  }
  body .pc,
  body.page .pc {
    display: none;
  }
  body .sp,
  body.page .sp {
    display: block;
  }
}

.float-2-8,
.float-2-8,
.float-3-7,
.float-3-7,
.float-4-6,
.float-4-6,
.float-5-5,
.float-5-5,
.float-6-4,
.float-6-4,
.float-7-3,
.float-7-3,
.float-8-2,
.float-8-2 {
  max-width: 960px;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media only screen and (max-width: 600px) {
  .float-2-8,
  .float-2-8,
  .float-3-7,
  .float-3-7,
  .float-4-6,
  .float-4-6,
  .float-5-5,
  .float-5-5,
  .float-6-4,
  .float-6-4,
  .float-7-3,
  .float-7-3,
  .float-8-2,
  .float-8-2 {
    margin-right: 3% !important;
    margin-left: 3% !important;
  }
}

body {
  background-color: transparent !important;
}

body #contents {
  width: 100%;
}
body #contents #main {
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body #contents #main .list-block,
body #contents #main .text-block,
body #contents #main .voice-block {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  body #contents #main {
    width: 100%;
    margin: 0 0 20px;
  }
  body #contents #main .text-block,
  body #contents #main .voice-block {
    max-width: 960px;
    margin-right: 2%;
    margin-left: 2%;
  }
}

.faq-section,
.wpcf7-form {
  max-width: 960px;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media only screen and (max-width: 600px) {
  .faq-section,
  .wpcf7-form {
    margin-right: 3% !important;
    margin-left: 3% !important;
  }
}

.header_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_time p:first-child {
  padding: 10px 22px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
}
.header_time p:nth-child(2) {
  margin-right: 10px;
  margin-left: 20px;
  text-align: left;
}

#global-header {
  margin-bottom: 0 !important;
}
#global-header .inner {
  padding-top: 10px;
}
#global-header .inner #global-header-main-pc #global-header-main-pc-right {
  width: 42%;
}
#global-header #global-nav-pc {
  background: #2ea655 !important;
  border-bottom: none !important;
}
#global-header #global-nav-pc ul li {
  position: relative;
  float: left;
  width: 16.6666666667%;
  text-align: center;
}
#global-header #global-nav-pc ul li a::after, #global-header #global-nav-pc ul li a::before {
  content: " ";
  position: absolute;
  top: 0% !important;
  right: 0;
  height: 100% !important;
  border-right: solid 1px #34bf62 !important;
}
#global-header #global-nav-pc ul li a::before {
  right: 1px;
  border-right: solid 1px #437b56 !important;
}
#global-header #global-nav-pc ul li a:hover {
  background-color: #34c763;
}
#global-header #global-nav-pc ul li:last-child a::after, #global-header #global-nav-pc ul li:last-child a::before {
  content: none;
}

#global-header #global-header-main-pc #global-header-main-pc-left {
  position: relative;
}
#global-header #global-header-main-pc #global-header-main-pc-left .page_h1 {
  position: absolute;
  top: -5px;
  left: 9px;
  font-size: 13px;
}

#global-header #global-header-main-pc #global-header-main-pc-left .logo {
  margin-bottom: 0px;
  margin-top: 18px;
}

#global-header-main-pc-right .pc_tel {
  margin-right: 5px;
  font-size: 280%;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
#global-header-main-pc-right .pc_tel::before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 15px;
}
.header_right p:first-child {
  margin-right: 10px;
}

.parts_customer {
  margin: 0 auto 20px;
  text-align: center;
}

.main-img-pc {
  background-color: #f3eeeb;
}

.main-img-sp {
  margin-top: 0 !important;
}

.floating_bnr {
  display: none;
}
@media only screen and (max-width: 600px) {
  .floating_bnr {
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #f3eeeb;
    margin-bottom: -8px;
    padding: 5px;
  }
  .floating_bnr p {
    position: relative;
    top: -8px;
    width: 49%;
  }
}

#global-footer-main-pc {
  background-color: #287843 !important;
  text-align: center;
  color: #fff;
  font-size: 13px !important;
  padding: 15px 0;
}

#main .entry-content .list-block ul.check,
#main .entry-content .editor ul {
  background: #ebebeb;
  border: none;
  padding: 25px;
}
#main .entry-content .list-block ul.check li,
#main .entry-content .editor ul li {
  background: url(images/common/list-icon-01.png) no-repeat left 1px;
  margin: 0 0 6px;
  padding: 5px 0 10px 43px;
  background-size: 30px;
}
#main .entry-content .list-block ul.check li:last-child,
#main .entry-content .editor ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #main .entry-content .list-block ul.check,
  #main .entry-content .editor ul {
    padding: 15px;
  }
  #main .entry-content .list-block ul.check li,
  #main .entry-content .editor ul li {
    padding: 5px 0 10px 34px;
    background-size: 25px;
  }
}
#main .surround-block {
  margin-bottom: 0;
  padding: 0 0;
}
#main .voice-block {
  padding: 30px;
  background-color: #fff;
  border: none;
}
#main .voice-block h2 {
  color: #333;
  padding: 10px 0 10px 15px;
  border-radius: 0;
  background: none !important;
  border-left: 5px solid #ec6516;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 1.5em 0;
}
#main .voice-block h2::after {
  content: none;
}
#main .voice-block h2 a {
  color: #333;
}
#main .voice-block .info {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #FF8800;
}
#main .voice-block .youtube iframe {
  max-width: 560px;
}
#main .voice-block .addition {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #main .voice-block {
    padding: 15px;
  }
  #main .voice-block h2 {
    font-size: 16px;
    line-height: 1.8;
  }
  #main .voice-block .info {
    font-size: 14px;
  }
  #main .voice-block .photo img {
    max-width: 100%;
  }
}

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

user-list-block

/////////////////////////////////////////////////////////////////// */
.entry-content .text-block ul,
.entry-content .text-img-block ul {
  overflow: hidden;
  padding: 25px;
  background: #fff;
  border: #808080 1px solid;
}

.entry-content .text-block ul li,
.entry-content .text-img-block ul li {
  background: url(../images/common/list-icon-01.png) no-repeat left 4px;
  margin: 0 0 6px;
  padding: 0 0 0 30px;
}

.entry-content .text-block ol,
.entry-content .text-img-block ol {
  overflow: hidden;
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}

#main .entry-content .text-block ol, #main .entry-content .text-block ul,
#main .entry-content .text-img-block ol,
#main .entry-content .text-img-block ul {
  border: none;
  padding: 0;
  padding-left: 10px;
}
#main .entry-content .text-block ol li, #main .entry-content .text-block ul li,
#main .entry-content .text-img-block ol li,
#main .entry-content .text-img-block ul li {
  background: none;
  padding-left: 0;
}
#main .entry-content .text-block ul,
#main .entry-content .text-img-block ul {
  padding-left: 35px;
}

#main .entry-content table th {
  background: #fdefdf;
}

#main .entry-content .list-block ul, #main .entry-content .list-block ol {
  background-color: #ebebeb;
  border: none;
}

#main .entry-header h1 {
  text-align: center;
}
#main .entry-content h2.style-title,
#main .entry-content .editor h2,
#main .type-single .entry-content h2 {
  position: relative;
  padding: 35px 0 27px;
  margin-bottom: 40px;
  border: none;
  border-top: 2px solid rgb(33.625, 100.875, 56.321875);
  background-color: #287843;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  text-shadow: 0px 2px 1.92px rgba(51, 51, 51, 0.3);
}
#main .entry-content h2.style-title.ttl01,
#main .entry-content .editor h2.ttl01,
#main .type-single .entry-content h2.ttl01 {
  border-top: none;
  background: none;
  padding: 0;
  margin: 0 0 30px;
  color: #333;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  #main .entry-content h2.style-title.ttl01,
  #main .entry-content .editor h2.ttl01,
  #main .type-single .entry-content h2.ttl01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  #main .entry-content h2.style-title.ttl01,
  #main .entry-content .editor h2.ttl01,
  #main .type-single .entry-content h2.ttl01 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  #main .entry-content h2.style-title,
  #main .entry-content .editor h2,
  #main .type-single .entry-content h2 {
    margin: 0 0 6vw 0;
    padding: 4.8vw 0 4.7vw;
    font-size: 4.8vw;
    line-height: 1.4;
  }
}
#main .entry-content h3.style-title,
#main .entry-content .editor h3,
#main .type-single .entry-content h3 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  #main .entry-content h3.style-title,
  #main .entry-content .editor h3,
  #main .type-single .entry-content h3 {
    font-size: 18px;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 374px) {
  #main .entry-content h3.style-title,
  #main .entry-content .editor h3,
  #main .type-single .entry-content h3 {
    font-size: 18px;
  }
}
#main .entry-content h4.style-title,
#main .entry-content .editor h4,
#main .type-single .entry-content h4 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  border-left: 5px solid #f60;
}
#main .entry-content h4.style-title::after,
#main .entry-content .editor h4::after,
#main .type-single .entry-content h4::after {
  content: none;
}

#main #content-footer {
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  background-color: transparent !important;
}
#main #content-footer h2 {
  padding: 50px 0 40px !important;
  background-color: #287843 !important;
  border-top: none !important;
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #main #content-footer h2 {
    padding: 30px 0 27px !important;
  }
}
#main #content-footer .cont_ftr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 600px) {
  #main #content-footer .cont_ftr_inner {
    margin: 0 auto 60px;
  }
}
#main #content-footer .cont_ftr_inner figure {
  width: 40%;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#main #content-footer .cont_ftr_inner .cont_ftr_inner_box {
  width: 56%;
}
#main #content-footer .cont_ftr_inner .cont_ftr_inner_box dt {
  display: inline-block;
  padding: 7px 10px 5px;
  margin-bottom: 5px;
  background-color: #4c3000;
  color: #fff;
  line-height: 1;
}
#main #content-footer .cont_ftr_inner .cont_ftr_inner_box dd {
  margin-bottom: 10px;
}
#main #content-footer .cont_ftr_inner .cont_ftr_inner_box .cont_ftr_tel span, #main #content-footer .cont_ftr_inner .cont_ftr_inner_box .cont_ftr_tel a {
  font-size: 260%;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
#main #content-footer .cont_ftr_inner .cont_ftr_inner_box .cont_ftr_tel span::before, #main #content-footer .cont_ftr_inner .cont_ftr_inner_box .cont_ftr_tel a::before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 5px;
  float: left;
  display: block;
  position: relative;
  top: -2px;
}
#main #content-footer .cont_ftr_inner table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}
#main #content-footer .cont_ftr_inner table tr th {
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fdefdf;
  line-height: 2;
}
#main #content-footer .cont_ftr_inner table tr td {
  border: 1px solid #CCC;
  padding: 8px 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
}
#main #content-footer .googlemap {
  text-align: center;
}
#main #content-footer .googlemap h3 {
  clear: both;
  padding: 0;
  border: none;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #3d1e00;
}
@media only screen and (max-width: 600px) {
  #main #content-footer .googlemap h3 {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 24px;
  }
}
#main #content-footer .googlemap iframe {
  width: 100%;
}
#main #content-footer .btn_box_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: 40px auto;
}
@media only screen and (max-width: 600px) {
  #main #content-footer .btn_box_access {
    text-align: center;
  }
}
#main #content-footer .btn_box_access a {
  position: relative;
  width: 60%;
  display: block;
  padding: 20px 30px 20px 60px;
  background-color: #ffa200;
  border-radius: 50px;
  border-bottom: solid 4px #c75900;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-decoration: none;
}
#main #content-footer .btn_box_access a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#main #content-footer .btn_box_access a:nth-child(2) {
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  #main #content-footer .btn_box_access {
    margin: 15px;
    display: block;
  }
  #main #content-footer .btn_box_access a {
    width: 100%;
    padding: 4vw 4vw 4vw 8.5vw;
    font-size: 5vw;
  }
  #main #content-footer .btn_box_access a:nth-child(2) {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #main #content-footer h2 {
    font-size: 180%;
  }
  #main #content-footer .cont_ftr_inner {
    display: block;
  }
  #main #content-footer .cont_ftr_inner figure {
    width: 100%;
  }
  #main #content-footer .cont_ftr_inner .cont_ftr_inner_box {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #main #content-footer .cont_ftr_inner .cont_ftr_inner_box .cont_ftr_tel a {
    color: #fff;
    font-size: 200%;
  }
  #main #content-footer .cont_ftr_inner .cont_ftr_inner_box .cont_ftr_tel a::before {
    float: none;
    display: inline-block;
    margin-right: 10px;
  }
  #main #content-footer .cont_ftr_inner table tr th {
    font-size: 0.685714286rem;
  }
}

.cont_ftr_inner_box dt {
  display: inline-block;
  padding: 7px 10px 5px;
  margin-bottom: 5px;
  background-color: #4c3000;
  color: #fff;
  line-height: 1;
}
.cont_ftr_inner_box dd {
  margin-bottom: 10px;
}

#site #global-header #global-header-main-sp {
  position: static;
  display: none;
  width: 100%;
}
@media (max-width: 600px) {
  #site #global-header #global-header-main-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#site #global-header #global-header-main-sp #global-header-main-sp-left {
  float: none;
  width: auto;
}
#site #global-header #global-header-main-sp #global-header-main-sp-left .logo {
  width: 140px;
}
@media (max-width: 374px) {
  #site #global-header #global-header-main-sp #global-header-main-sp-left .logo {
    width: 120px;
  }
}
#site #global-header #global-header-main-sp #global-header-main-sp-right {
  float: none;
  width: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 43px;
}
#site #global-header #global-header-main-sp #global-header-main-sp-right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#site #global-header #global-header-main-sp #global-header-main-sp-right > ul li {
  width: 48px;
}
@media (max-width: 374px) {
  #site #global-header #global-header-main-sp #global-header-main-sp-right > ul {
    gap: 5px;
  }
  #site #global-header #global-header-main-sp #global-header-main-sp-right > ul li {
    width: 40px;
  }
}

body.open {
  height: 100%;
  overflow: hidden;
}

.toggle_nav {
  z-index: 9;
}

.toggle_nav_bg {
  z-index: 9;
}

.drawer {
  z-index: 9;
}

.fixed .toggle_nav_box .toggle_nav {
  top: 10px;
}

.toggle_nav_box .toggle_nav {
  display: block;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  background: var(--c-primary);
  text-align: center;
}
.toggle_nav_box .toggle_nav span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #eee;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 6px;
}
.toggle_nav_box .toggle_nav span:nth-child(1) {
  top: 9px;
}
.toggle_nav_box .toggle_nav span:nth-child(2) {
  top: 18px;
}
.toggle_nav_box .toggle_nav span:nth-child(3) {
  top: 27px;
}
.toggle_nav_box .toggle_nav span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
.toggle_nav_box .toggle_nav_bg {
  display: none;
}

body.open .toggle_nav_box .toggle_nav span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.open .toggle_nav_box .toggle_nav span:nth-child(2), body.open .toggle_nav_box .toggle_nav span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.open .toggle_nav_box .toggle_nav_bg {
  display: block;
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  background-color: rgba(0, 0, 0, 0.3);
}

.drawer__inner {
  background-color: #fff;
  margin-bottom: 100px;
}
.drawer .nav-close {
  padding: 10px;
  background-color: var(--c-primary);
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.drawer .nav-close::before {
  content: "×";
  margin-right: 10px;
  font-size: 18px;
}
.drawer__title {
  padding: 15px 10px;
  border-bottom: 1px solid var(--c-primary);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.drawer__list li {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid var(--c-primary);
}
.drawer__list li:nth-child(even) {
  border-right: 1px solid var(--c-primary);
}
.drawer__list li:first-child {
  width: 100%;
}
.drawer__list a {
  display: block;
  padding: 15px 10px;
  color: var(--c-primary) !important;
  text-decoration: none !important;
}
.drawer__symptoms {
  padding: 10px;
  background-color: var(--c-primary);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.drawer__symptoms::after {
  content: "▼";
  margin-left: 10px;
  font-size: 18px;
}
.drawer__symptoms.open_menu::after {
  content: "▲";
  -webkit-transform: rotate(85deg);
      -ms-transform: rotate(85deg);
          transform: rotate(85deg);
}
.drawer__symptoms-list {
  display: none;
}
.drawer__symptoms-list ul > li > a {
  position: relative;
  display: block;
  padding: 15px 15px 15px 20px;
  margin: 0 15px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
.drawer__symptoms-list ul > li > a::before, .drawer__symptoms-list ul > li > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.drawer__symptoms-list ul > li > a::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-primary);
}
.drawer__symptoms-list ul > li > a::after {
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
.drawer__symptoms-list ul > li > a.open_menu::after {
  left: 3px;
  top: 3px;
  -webkit-transform: rotate(85deg);
      -ms-transform: rotate(85deg);
          transform: rotate(85deg);
}
.drawer .text {
  width: 92%;
  margin: 0 auto 20px;
  font-size: 12px;
}
.drawer .table_schedule {
  width: 92%;
  margin: 20px auto 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.drawer .table_schedule th, .drawer .table_schedule td {
  border: 1px solid var(--c-table-border);
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
.drawer .table_schedule thead th {
  background: var(--c-table-th-bg);
  color: var(--c-table-th);
}
.drawer .table_schedule td {
  background: var(--c-table-td-bg);
  color: var(--c-table-td);
}
.drawer .text-box {
  width: 92%;
  margin: 0 auto 20px;
  font-size: 12px;
}
.drawer .text-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.drawer .text-box dl dt {
  width: 60px;
  margin-bottom: 10px;
  font-weight: bold;
}
.drawer .text-box dl dd {
  width: calc(100% - 60px);
  margin-bottom: 10px;
  line-height: 1.7;
}
.drawer .text-box dl dd span {
  margin-left: 39px;
}

/* ドロワーメニュー */
.drawer {
  overflow: auto;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-overflow-scrolling: touch;
}
.drawer .drawer_menu {
  padding: 0;
  list-style-type: none;
}

.open .drawer {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.footer-floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 10px 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f4ece1;
}
@media screen and (max-width: 600px) {
  .footer-floating {
    display: block;
  }
}
.footer-floating > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.footer-floating > p span.icon {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 4px 5px 3px;
  margin-left: 7px;
  border-radius: 3px;
  background-color: #df322c;
  color: #fff;
}
.footer-floating > p span.icon::after {
  content: "";
  height: 60%;
  width: 10px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflection 4s ease-in-out infinite;
          animation: reflection 4s ease-in-out infinite;
}
.footer-floating > p span.fz {
  margin-left: 3px;
  color: #df322c;
  font-size: 16px;
}
.footer-floating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
}
.footer-floating__inner p {
  width: 33.3333333333%;
}
.footer-floating__inner a {
  display: block;
  width: 100%;
  padding: 0.3em 0 0.2em 0;
  background-color: #df322c;
  -webkit-box-shadow: 0 4px 0 #9b2d26;
          box-shadow: 0 4px 0 #9b2d26;
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}
.footer-floating__inner a::before {
  font-family: fontAwesome;
  content: "\f879";
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
}
.footer-floating__inner p:nth-child(2) a {
  background-color: #f60;
  -webkit-box-shadow: 0 4px 0 #ca505f;
          box-shadow: 0 4px 0 #ca505f;
}
.footer-floating__inner p:nth-child(2) a::before {
  content: "\f0ac";
  margin-right: 7px;
}
.footer-floating__inner p:nth-child(3) a {
  background-color: #009b40;
  -webkit-box-shadow: 0 4px 0 #056f33;
          box-shadow: 0 4px 0 #056f33;
}
.footer-floating__inner p:nth-child(3) a::before {
  content: "\f27a";
  margin-right: 7px;
}
@media screen and (max-width: 374px) {
  .footer-floating__inner a::before {
    content: none !important;
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.line01 {
  background-color: #ff0;
  font-weight: bold;
  padding: 0 5px;
}

.top_user_box {
  text-align: center;
  margin-bottom: 40px;
}
.top_user_box .text-block {
  margin-bottom: 0;
}
.top_user_box .img-block:nth-of-type(1) {
  display: block;
}
.top_user_box .img-block:last-child {
  display: none;
}
@media only screen and (max-width: 600px) {
  .top_user_box .img-block:nth-of-type(1) {
    display: none;
  }
  .top_user_box .img-block:last-child {
    display: block;
  }
}

.text_margin0 .text-block {
  margin-bottom: 0;
}

#main .top_media_box {
  padding: 60px 0;
  max-width: 900px;
  margin: auto;
}
#main .top_media_box .imgs-block {
  margin-bottom: 0px !important;
}
#main .top_media_box .text-block {
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  #main .top_media_box {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  #site .entry-content .top_media_box .text-block .top_text01 {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) and (max-width: 374px) {
  #site .entry-content .top_media_box .text-block .top_text01 {
    font-size: 14px;
  }
}
#main .entry-content .top_check .list-block ul.check {
  background: url(images/common/bg_top_check.png) no-repeat right center;
  background-size: cover;
  font-size: 22px;
}
#main .entry-content .top_check .list-block ul.check li {
  padding-top: 0;
  font-weight: bold;
  text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
@media only screen and (max-width: 600px) {
  #main .entry-content .top_check .list-block ul.check {
    font-size: 16px;
  }
}

#main .entry-content .btn_sejyutu a {
  position: relative;
  width: 50%;
  display: block;
  margin: 0 auto 30px;
  padding: 20px 30px 10px 60px;
  background-color: #ffa200;
  border-radius: 17px;
  border-bottom: solid 4px #b47200;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#main .entry-content .btn_sejyutu a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media only screen and (max-width: 600px) {
  #main .entry-content .btn_sejyutu a {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 3vw 3vw 3vw 7.5vw;
    font-size: 5vw;
  }
}
#main .entry-content .btn_box_yoyaku {
  padding: 20px 20px 40px;
  margin: auto;
  text-align: center;
}
#main .entry-content .btn_box_yoyaku .style-title {
  display: inline-block;
  margin: 30px 0;
  padding-left: 0;
  padding: 0 0;
  border: none;
  font-weight: bold;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, yellow));
  background: linear-gradient(transparent 50%, yellow 50%);
}
#main .entry-content .btn_box_yoyaku .text-block {
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 0;
}
#main .entry-content .btn_box_yoyaku .text-block:nth-of-type(1) {
  padding: 30px 0;
}
@media only screen and (max-width: 600px) {
  #main .entry-content .btn_box_yoyaku .text-block:nth-of-type(1) {
    padding: 10px 0;
  }
}
#main .entry-content .btn_box_yoyaku .btn_box_yoyaku_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 910px;
  margin: auto;
}
#main .entry-content .btn_box_yoyaku .btn_box_yoyaku_in a {
  position: relative;
  width: 50%;
  display: block;
  padding: 30px 30px 30px 60px;
  background-color: #ff7300;
  border-radius: 50px;
  border-bottom: solid 4px #c75900;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
#main .entry-content .btn_box_yoyaku .btn_box_yoyaku_in a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#main .entry-content .btn_box_yoyaku .btn_box_yoyaku_in a:nth-child(2) {
  margin-left: 10px;
  background-color: #00d900;
  border-bottom: solid 4px #1a7900;
}
@media only screen and (max-width: 600px) {
  #main .entry-content .btn_box_yoyaku .btn_box_yoyaku_in {
    display: block;
  }
  #main .entry-content .btn_box_yoyaku .btn_box_yoyaku_in a {
    width: 100%;
    padding: 4vw 4vw 4vw 8.5vw;
    font-size: 5vw;
  }
  #main .entry-content .btn_box_yoyaku .btn_box_yoyaku_in a:nth-child(2) {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  #main .entry-content .btn_box_yoyaku .text-block {
    margin-right: 0;
    margin-left: 0;
  }
  #main .entry-content .btn_box_yoyaku .style-title {
    display: block;
    padding: 0 10px 5px;
    margin: 0 0 15px;
    font-size: 3.6vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, yellow));
    background: linear-gradient(transparent 60%, yellow 60%);
  }
  #main .entry-content .btn_box_yoyaku .img-block {
    margin-bottom: 10px !important;
  }
}

#main .entry-content .top_voice_box {
  padding: 60px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  #main .entry-content .top_voice_box {
    padding: 30px 0 5px;
    margin-bottom: 30px;
  }
}

#main .entry-content .top_introduction .img-block {
  max-width: 300px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #main .entry-content .top_introduction .img-block {
    max-width: 250px;
    margin-bottom: 10px !important;
  }
}

.top_greeting_img2 > .text-img-block {
  max-width: 535px;
}
.top_greeting_img2 > .text-img-block .left {
  margin-right: 6%;
}
@media only screen and (max-width: 600px) {
  .top_greeting_img2 > .text-img-block .left img {
    max-width: 250px;
  }
}
.top_greeting_img2 > .text-img-block p:nth-of-type(1) {
  padding-top: 100px;
}
@media only screen and (max-width: 600px) {
  .top_greeting_img2 > .text-img-block p:nth-of-type(1) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .top_greeting_img2 {
    text-align: center;
  }
}

.top_greeting_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin: auto;
}
.top_greeting_img figure {
  max-width: 260px;
}
.top_greeting_img .text_box_greeting {
  margin-left: 20px;
  font-weight: bold;
}
.top_greeting_img .text_box_greeting .text_greeting01 {
  font-weight: bold;
}
.top_greeting_img .text_box_greeting .text_greeting02 {
  font-size: 30px;
}
.top_greeting_img .text_box_greeting .text_greeting02 {
  font-size: 24px;
}
@media only screen and (max-width: 560px) {
  .top_greeting_img {
    display: block;
    text-align: center;
  }
  .top_greeting_img figure {
    margin: 0 auto 20px;
  }
}

#main .top_reason h3.style-title {
  clear: both;
  padding: 0;
  border: none;
  max-width: 960px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 120%;
}
#main .top_reason h3.style-title span.num {
  background-color: #287843;
  padding: 10px 13px 8px;
  float: left;
  text-align: center;
  font-size: 24px;
  color: #ff0;
  margin-top: -5px;
  margin-right: 10px;
  font-weight: bold;
  line-height: 1;
}
#main .top_reason .text-img-block {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 600px) {
  #main .top_reason h3.style-title {
    margin-left: 2%;
    margin-right: 2%;
  }
  #main .top_reason h3.style-title span.num {
    padding: 10px 13px 8px;
    font-size: 18px;
    min-width: 20px;
  }
}

.talk_area {
  padding: 30px 0;
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .talk_area {
    padding: 0;
  }
}

.talk_area_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.talk_area_in .text_area {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 20px;
  background-color: #d3eee2;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .talk_area_in .text_area {
    margin: 0 20px;
  }
}
.talk_area_in .text_area::before {
  content: "";
  position: absolute;
  left: -23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-right: 15px solid #d3eee2;
}
.talk_area_in.talk_area_in_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.talk_area_in.talk_area_in_right .text_area {
  background-color: #faf7d0;
}
.talk_area_in.talk_area_in_right .text_area::before {
  right: -23px;
  left: auto;
  border: 8px solid transparent;
  border-left: 15px solid #faf7d0;
}

.talk_area_other {
  text-align: center;
}

#main .entry-content .other-voice th {
  background: none;
}

#main .staffBlock {
  padding-left: 2%;
  padding-right: 2%;
}
#main .interview_box {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  #main .interview_box p {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 600px) {
  #main #page-staff .iview_photo,
  #main #page-staff .iview_photo.left {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-template-page-voice #main {
  background: #f3eeeb;
}

/* breadcrumb
--------------------------*/
#contents .breadcrumb {
  margin: 15px 0 15px;
  line-height: 1.2;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  /* breadcrumb
  --------------------------*/
  .symptomscat #contents .breadcrumb {
    display: none;
  }
}
#main .kakoi_suisen {
  max-width: 700px;
  padding: 20px;
  margin: 0 auto 20px;
  background-color: #faf7e9;
  border: 1px solid #625143;
}
@media screen and (max-width: 600px) {
  #main .kakoi_suisen {
    padding: 20px 10px;
  }
}
#main .kakoi_suisen h4 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
#main .kakoi_suisen .float-6-4 .right {
  text-align: right;
}
@media screen and (max-width: 600px) {
  #main .kakoi_suisen .float-6-4 .right {
    text-align: center;
  }
}
#main .kakoi_suisen .text-img-block {
  margin-bottom: 0 !important;
}

.html-block {
  text-align: center;
}
.html-block iframe {
  max-width: 640px;
}
@media screen and (max-width: 600px) {
  .html-block iframe {
    width: 92%;
  }
}

.staff_list {
  float: right;
  width: 68%;
}
.staff_list dt {
  padding: 0 5px;
  background: #FFF6EE;
}
.staff_list dd {
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .staff_list {
    float: none;
    width: 100%;
  }
}

#main .entry-content ul.list_symptoms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  padding: 1em 1em;
  margin: auto;
  border: 2px solid #ffa800;
  list-style: none;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 600px) {
  #main .entry-content ul.list_symptoms {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#main .entry-content ul.list_symptoms li {
  display: inline-block;
  width: 32%;
  margin: 0 0;
  letter-spacing: normal;
}
@media screen and (max-width: 600px) {
  #main .entry-content ul.list_symptoms li {
    width: 48%;
  }
}
#main .entry-content ul.list_symptoms li a {
  position: relative;
  padding: 0 10px 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .entry-content ul.list_symptoms li a:hover {
  text-decoration: none;
}
#main .entry-content ul.list_symptoms li a::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background-color: #000;
}
#main .entry-content ul.list_symptoms li:last-child a {
  border-bottom: none;
}

.contact_box {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .contact_box {
    width: 100%;
    margin: 0;
  }
}
.contact_box .contact_dl_box {
  display: table;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.contact_box .contact_dl_box dl {
  display: table-row;
}
.contact_box .contact_dl_box dl dt, .contact_box .contact_dl_box dl dd {
  display: table-cell;
  border-bottom: 1px solid #e1e1e1;
}
.contact_box .contact_dl_box dl dt {
  padding: 3% 3% 3% 10%;
  width: 40%;
  vertical-align: middle;
}
.contact_box .contact_dl_box dl dt .req {
  font-size: 11px;
  background: #f44522;
  color: #fff;
  padding: 3px 6px 4px 5px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.contact_box .contact_dl_box dl dd {
  vertical-align: middle;
  padding: 3% 3% 3% 1%;
}
.contact_box .contact_dl_box dl dd p {
  color: #999;
  margin-top: 7px;
}
@media only screen and (max-width: 600px) {
  .contact_box .contact_dl_box dl dt, .contact_box .contact_dl_box dl dd {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 3%;
  }
  .contact_box .contact_dl_box dl dt {
    width: 100%;
    vertical-align: middle;
    border-bottom: none;
  }
  .contact_box .contact_dl_box dl dd {
    width: 100%;
  }
}
.contact_box input,
.contact_box textarea,
.contact_box select {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 2% 2%;
  color: #666;
  -webkit-box-shadow: 0 0 4px #d6d6d6 inset;
          box-shadow: 0 0 4px #d6d6d6 inset;
}
.contact_box input {
  width: 75%;
}
.contact_box textarea {
  width: 89%;
}
.contact_box select {
  width: 50%;
}
.contact_box input[type=checkbox],
.contact_box input[type=radio] {
  width: auto;
}
.contact_box input[type=text]:focus,
.contact_box textarea:focus {
  border-color: #83B6C2;
  outline: none;
  -webkit-box-shadow: 2px 2px 4px rgba(143, 183, 222, 0.6), -2px -2px 4px rgba(143, 183, 222, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(143, 183, 222, 0.6), -2px -2px 4px rgba(143, 183, 222, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.contact_box .submit_btn {
  text-align: center;
  padding: 3%;
  width: 100%;
}
.contact_box .submit_btn input[type=submit] {
  -webkit-appearance: none;
  border-radius: 5px;
  background: #ff5e00;
  color: #FFF;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  border: 1px solid #ff5e00;
  cursor: pointer;
  letter-spacing: 2px;
  width: 30%;
  font-size: 18px;
}
.contact_box .submit_btn input[type=submit]:hover {
  border-radius: 5px;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  border: 1px solid #287843;
}
@media only screen and (max-width: 600px) {
  .contact_box .submit_btn input[type=submit] {
    width: 70%;
    display: block;
    margin: auto;
  }
}

.pagination {
  clear: both;
  width: 100%;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.pagination .pagination-box {
  display: inline-block;
}
.pagination .pagination-box span,
.pagination .pagination-box a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff !important;
  background: #287843;
}
.pagination .pagination-box a:hover {
  background: rgba(40, 120, 67, 0.8);
}
.pagination .pagination-box .current {
  padding: 10px 15px 10px 15px;
  background: rgba(40, 120, 67, 0.8);
  color: #fff;
}
@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}

.single-symptoms .editor {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .single-symptoms .editor {
    margin-right: 2%;
    margin-left: 2%;
  }
}

.relateButton a {
  position: relative;
  max-width: 320px;
  margin: auto;
  display: block;
  padding: 15px 30px;
  background-color: #ffa200;
  border-radius: 50px;
  border-bottom: solid 4px #c75900;
  color: #fff !important;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none !important;
}
.relateButton a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media only screen and (max-width: 600px) {
  .relateButton a {
    width: 80%;
    padding: 4vw 4vw 4vw 8.5vw;
    font-size: 5vw;
  }
}

.type-archive .entry-content,
.type-archive .post,
.top-post .entry-content,
.top-post .post {
  padding: min(10vw, 60px) clamp(20px, 6vw, 70px) min(14vw, 100px);
}
.type-archive .entry-content__inner,
.type-archive .post__inner,
.top-post .entry-content__inner,
.top-post .post__inner {
  max-width: 960px;
  margin: auto;
}
.type-archive .entry-content__post,
.type-archive .post__post,
.top-post .entry-content__post,
.top-post .post__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(4vw, 40px);
  max-width: 1200px;
  margin: auto;
}
.type-archive .entry-content__img-box,
.type-archive .post__img-box,
.top-post .entry-content__img-box,
.top-post .post__img-box {
  width: calc(33.3333333333% - min(4vw, 40px) * 2 / 3);
}
@media (max-width: 600px) {
  .type-archive .entry-content__img-box,
  .type-archive .post__img-box,
  .top-post .entry-content__img-box,
  .top-post .post__img-box {
    width: calc(50% - min(4vw, 40px) * 1 / 2);
  }
}
.type-archive .entry-content__img-box a,
.type-archive .post__img-box a,
.top-post .entry-content__img-box a,
.top-post .post__img-box a {
  color: #111 !important;
  font-size: 16px;
  text-decoration: none;
}
.type-archive .entry-content__img-box a:hover,
.type-archive .post__img-box a:hover,
.top-post .entry-content__img-box a:hover,
.top-post .post__img-box a:hover {
  color: #287843 !important;
}
.type-archive .entry-content__img-box a:hover .entry-content__img img,
.type-archive .entry-content__img-box a:hover .post__img img,
.type-archive .post__img-box a:hover .entry-content__img img,
.type-archive .post__img-box a:hover .post__img img,
.top-post .entry-content__img-box a:hover .entry-content__img img,
.top-post .entry-content__img-box a:hover .post__img img,
.top-post .post__img-box a:hover .entry-content__img img,
.top-post .post__img-box a:hover .post__img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}
.type-archive .entry-content__img-box a:hover figcaption::before,
.type-archive .post__img-box a:hover figcaption::before,
.top-post .entry-content__img-box a:hover figcaption::before,
.top-post .post__img-box a:hover figcaption::before {
  border-top: 2px solid #287843;
  border-right: 2px solid #287843;
}
.type-archive .entry-content__img,
.type-archive .post__img,
.top-post .entry-content__img,
.top-post .post__img {
  overflow: hidden;
  margin-bottom: 10px;
}
.type-archive .entry-content__img img,
.type-archive .post__img img,
.top-post .entry-content__img img,
.top-post .post__img img {
  width: 100%;
  height: min(25vw, 250px);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .type-archive .entry-content__img img,
  .type-archive .post__img img,
  .top-post .entry-content__img img,
  .top-post .post__img img {
    height: 200px;
    height: min(36vw, 200px);
  }
}
.type-archive figcaption,
.top-post figcaption {
  position: relative;
  padding-right: 27px;
  text-align: left;
}
.type-archive figcaption::before,
.top-post figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.type-archive figcaption time,
.top-post figcaption time {
  font-size: 14px;
}

.top-post {
  padding-bottom: min(6vw, 40px);
}
.top-post .post {
  padding-bottom: min(4vw, 40px);
}

.type-single .entry-content {
  padding: 0 clamp(20px, 6vw, 70px);
}
.type-single .entry-content__inner {
  max-width: 960px;
  margin: auto;
}

.pagination {
  clear: both;
  width: 100%;
  padding: min(10vw, 100px) 0 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.pagination .pagination-box {
  display: inline-block;
}
.pagination .pagination-box span,
.pagination .pagination-box a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff !important;
  background: #287843;
}
.pagination .pagination-box a:hover {
  background: rgba(235, 97, 0, 0.8);
}
.pagination .pagination-box .current {
  padding: 10px 15px 10px 15px;
  background: rgba(235, 97, 0, 0.8);
  color: #fff;
}
@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}

.more {
  margin: 20px 0;
  text-align: center;
}
.more a {
  position: relative;
  display: inline-block;
  min-width: 280px;
  padding: 1em 2em;
  background-color: #eb6100;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.42;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #eb6100;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  letter-spacing: 2px;
}
.more a:hover {
  color: #eb6100 !important;
  background: #fff;
  border: 1px solid #eb6100;
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
}
.more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.more a:hover::after {
  right: 5%;
  border-top: 1px solid #eb6100;
  border-right: 1px solid #eb6100;
}
/*# sourceMappingURL=style.css.map */