@charset "UTF-8";
/*
Theme Name: CURE child
Theme URI:
Description: WordPressテーマ「CURE」の自作子テーマです。
Template: cure_tcd082
Author: Open Design
Author URI:
Version:1
*/
/**************************************************
    sass
***************************************************/
/* -----------------------------------------------
	Variables
-------------------------------------------------- */
/* -----------------------------------------------
	Mixins
-------------------------------------------------- */
/* ---------- Media Query --------- */
/* ---------- CSS Hack --------- */
/* ---------- Common --------- */
/* ---------- Image --------- */
/* ---------- Arrow --------- */
/* ---------- Icon --------- */
/* ---------- Animation --------- */
/* -----------------------------------------------
  Functions
--------------------------------------------------*/
/**************************************************
	base
***************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  font-size: 16px;
  font-size: min(16px, 1.25vw);
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  body {
    width: 100vw;
  }
}

body, button, input, textarea, select {
  color: #000;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  body, button, input, textarea, select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

::-moz-selection {
  background: rgba(243, 152, 0, 0.7);
  color: #fff;
}

::selection {
  background: rgba(243, 152, 0, 0.7);
  color: #fff;
}

body {
  /* -----------------------------------------------
  	2. Elements
  -------------------------------------------------- */
  /* ---------- base ---------- */
  /* ---------- text ---------- */
  /* ---------- image ---------- */
  /* ---------- plain ---------- */
  /* -----------------------------------------------
  	3. Helper Class
  -------------------------------------------------- */
  /* ---------- clear ---------- */
  /* ---------- text ---------- */
  /* ---------- margin ---------- */
  /* ---------- devices ---------- */
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-size: inherit;
  margin: 0;
}
body img, body svg, body video {
  border: 0;
  vertical-align: bottom;
}
body ol, body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body li {
  margin: 0;
  padding: 0;
}
body dl, body dt, body dd {
  margin: 0;
  padding: 0;
}
body figure {
  margin: 0;
}
body mark {
  font-style: normal;
}
body p {
  margin: 0 0 1em;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover {
  color: #0FBDC6;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body a[nohref] {
  color: inherit;
}
body a[nohref]:hover {
  text-decoration: none;
}
body a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 769px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}
body img {
  max-width: 100%;
  height: auto;
}
body figure {
  margin: 0;
}
body .caption, body figcaption {
  display: block;
  margin-top: 1em;
  font-size: 0.88em;
}
body ul.plain, body ol.plain {
  margin-left: 1em;
  margin-bottom: 1em;
}
body .plain ul, body .plain ol {
  margin: 0 0 0 1em;
}
body ul.plain {
  list-style-type: disc;
}
body ul.plain ul {
  list-style-type: circle;
}
body ul.plain ul ul {
  list-style-type: square;
}
body ol.plain, body ol.plain ol {
  list-style-type: decimal;
}
body dl.plain {
  margin: 0 0 1em;
}
body dl.plain dt {
  font-weight: bold;
}
body dl.plain dd {
  margin-bottom: 1em;
}
body ._clearfix {
  zoom: 1;
}
body ._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
body ._float-l {
  float: left;
}
body ._float-r {
  float: right;
}
body ._clear {
  clear: both;
}
body ._hidden {
  display: none;
}
body ._horizontalrule {
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  margin: 2.5rem 0;
}
body ._bold {
  font-weight: 600;
}
body ._underline {
  text-decoration: underline;
}
body ._small {
  font-size: 88% !important;
}
body ._middle {
  font-size: 100% !important;
}
body ._large {
  font-size: 113% !important;
}
body ._valignt {
  vertical-align: top !important;
}
body ._valignm {
  vertical-align: middle !important;
}
body ._valignb {
  vertical-align: bottom !important;
}
body ._txtc, body ._txtc th, body ._txtc td {
  text-align: center !important;
}
body ._txtr, body ._txtr th, body ._txtr td {
  text-align: right !important;
}
body ._txtl, body ._txtl th, body ._txtl td {
  text-align: left !important;
}
body ._wordbreak {
  word-break: break-all !important;
}
body ._nowrap {
  white-space: nowrap !important;
}
body ._image-text {
  overflow: hidden !important;
}
body ._green {
  color: #0FBDC6 !important;
}
body ._zero {
  margin-bottom: 0 !important;
}
body ._half {
  margin-bottom: 0.67rem !important;
}
body ._default {
  margin-bottom: 1.33rem !important;
}
body ._double {
  margin-bottom: 2.67rem !important;
}
body ._first {
  margin-top: 0 !important;
}
@media (min-width: 769px) {
  body .only-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .only-pc {
    display: none !important;
  }
}

/**************************************************
    Heading
***************************************************/
body .h2-a {
  border-top: 2px solid #0FBDC6/*#f39800*/;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.4;
  padding: 1.25rem 0;
  margin: 5rem 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  body .h2-a {
    display: block;
  }
}
body .h2-a .main {
  font-size: 1.5rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  body .h2-a .main {
    font-size: 1.3125rem;
  }
}
body .h2-a .sub {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  body .h2-a .sub {
    text-align: left;
    display: block;
    border-top: 1px dotted #0FBDC6/*#f39800*/;
    padding-top: 1.25rem;
    margin-top: 0.9375rem;
  }
}
body .h2-a .sub::before {
  content: "";
  width: auto;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-bottom: 1px dotted #0FBDC6;
  display: block;
  margin: 0 1.25rem;
}
@media only screen and (max-width: 767px) {
  body .h2-a .sub::before {
    display: none;
  }
}
body .h2-a:first-child {
  margin-top: 1.875rem;
}
body .h3-a {
  font-size: 1.25rem;
  color: #0FBDC6/*#f39800*/;
  border-bottom: 1px solid #0FBDC6;
  padding: 0 0 0.625rem;
  margin: 2.5rem 0 1.25rem;
  line-height: 1.4;
}
body .h3-b {
  font-size: 1.25rem;
  padding-left: 1rem;
  margin: 3.125rem 0 1.875rem;
  line-height: 1.4;
  border-left: 4px solid #0FBDC6;
}
body .h3-c {
  font-size: 1.25rem;
  color: #0FBDC6/*#f39800*/;
  border-bottom: 1px solid #0FBDC6;
  padding: 0 0 0.625rem;
  margin: 2.5rem 0 1.25rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  body .h3-c {
    margin: 1.875rem 0 1.25rem;
  }
}
body .h3-c > .number {
  background: #0FBDC6/*#f39800*/;
  color: #fff;
  font-size: 1.125rem;
  width: 2em;
  height: 2em;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.75rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  body .h3-c > .number {
    font-size: 1rem;
  }
}
body .h3-cnum {
  background: #0FBDC6;
  color: #fff;
  font-size: 1.125rem;
  width: 2.4em;
  height: 2.4em;
  margin:-40px auto 0;
  /*display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;*/
  /*margin-right: 0.75rem;*/
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
/**************************************************
	list
***************************************************/
body .note-list > li {
  font-size: 0.875rem;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
}
body .note-list > li.red {
  color: #ff0000;
  font-weight: bold;
}
body .contact-list {
  padding: 0;
  margin-bottom: 1.875rem;
}
body .contact-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
body .contact-list > .item .label {
  background: #0FBDC6;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  width: 6.25rem;
  padding: 0.125rem 0.625rem 0.0625rem;
  margin-right: 1rem;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  body .contact-list > .item .label {
    max-width: 4.6875rem;
    font-size: 0.75rem;
    margin-right: 0.625rem;
  }
}
body .contact-list > .item .text {
  font-size: 1.125rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  body .contact-list > .item .text {
    font-size: 0.9375rem;
  }
}
body .contact-list > .item a {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
body .contact-list > .item:last-child {
  margin-bottom: 0;
}
body .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: -0.3125rem;
  list-style: none;
}
body .feature-list > .item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0.3125rem;
}
body .feature-list > .item > .in {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 0.625rem 0.875rem 0.75rem;
  border-radius: 10px;
  text-align: center;
  display: block;
  line-height: 1.6;
}
body .feature-list > .item > .in::before {
  margin: -0.125rem 0.375rem 0 0;
}

body .dot-list > li {
  text-indent: -1em;
  padding-left: 2em;
  position: relative;
}
body .dot-list > li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 0.65em;
  height:0.65em;
  background-color: #D7EDEC;
  border-radius: 50%;
}


/**************************************************
    Table
***************************************************/
body .table-business-time {
  width: 100%;
  margin-bottom: 1.875rem;
  border-spacing: 0;
  border-collapse: collapse;
}
body .table-business-time th, body .table-business-time td {
  font-size: 0.875rem;
  padding: 0.5rem 0.625rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  background: #fff;
  line-height: 1.4;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  body .table-business-time th, body .table-business-time td {
    font-size: 0.75rem;
    padding: 0.5rem 0.125rem;
  }
}
body .table-business-time th {
  background: #f5f5f5;
}
body .table-business-time th.saturday {
  color: #1789b9;
}
body .table-business-time th.sunday {
  color: #d00000;
}
body .table-a {
  width: 100%;
  margin: 0 auto 1.875rem;
}
body .table-a th, body .table-a td {
  border: unset;
  padding: 0.625rem 1.25rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body .table-a th, body .table-a td {
    font-size: 0.875rem;
  }
}
body .table-a th {
  background: #FFF/*#fef4e5*/;
  white-space: nowrap;
  vertical-align: middle;
  border-top: 1px solid #0FBDC6/*#f39800*/;
  border-bottom: 1px solid #0FBDC6;
  color: #0FBDC6;
}
@media only screen and (max-width: 767px) {
  body .table-a th {
    white-space: normal;
  }
}
body .table-a td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
body .table-a td:first-child {
  background: #FFF;
  white-space: nowrap;
  vertical-align: middle;
  border-top: 1px solid #0FBDC6;
  border-bottom: 1px solid #0FBDC6;
  font-weight: bold;
  color: #0FBDC6;
}
@media only screen and (max-width: 767px) {
  body .table-a td:first-child {
    white-space: normal;
  }
}
body .table-a.th-w20 tbody tr td:first-child {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  body .table-a.th-w20 tbody tr td:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-table.table-a table tbody tr th, body .wp-block-table.table-a table tbody tr td {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body .wp-block-table.table-a table tbody tr td {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 767px) {
  .table-scroll {
    width: 100%;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-scroll .scroll-hint-icon {
    top: calc(50% - 45px);
    left: calc(50% - 90px);
    width: 180px;
    height: 90px;
  }
  .table-scroll .table-a th, .table-scroll .table-a td, .table-scroll .table-b th, .table-scroll .table-b td {
    display: table-cell;
    white-space: nowrap !important;
  }
}

.scroll-hint-icon-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .scroll-hint-icon-wrap {
    display: block;
  }
}

/**************************************************
    icon
***************************************************/
.icon, .icon-check-after::after, .icon-check::before, .icon-pdf-after::after, .icon-pdf::before, .icon-external-after::after, .icon-external::before {
  display: inline-block;
  vertical-align: middle;
}

.icon-external::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-left: 0;
  margin-right: 0.5em;
}

.icon-external-after::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-right: 0;
  margin-left: 0.5em;
}

.icon-pdf::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-left: 0;
  margin-right: 0.5em;
}

.icon-pdf-after::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-right: 0;
  margin-left: 0.5em;
}

.icon-check::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(images/icon/icon_check.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-left: 0;
  margin-right: 0.5em;
}

.icon-check-after::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(images/icon/icon_check.svg) no-repeat 0 0;
  background-size: 0.8em 0.8em;
  margin-right: 0;
  margin-left: 0.5em;
}

/**************************************************
    Form
***************************************************/


.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
  margin-top: 2.5rem;
}

#form_area > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #form_area > dl {
    display: block;
  }
}
#form_area > dl > dt, #form_area > dl > dd {
  padding: 1.25rem;
  margin: -1px 0 0;
  line-height: 1.4;
  display: block;
}
#form_area > dl > dt {
  width: 30%;
  /*background: #D7EDEC;*/
  white-space: nowrap;
  vertical-align: top;
  border-top: 1px solid #00D2D6;
  border-bottom: 1px solid #00D2D6;
  color: #00D2D6;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #form_area > dl > dt {
    width: 100%;
  }
}
#form_area > dl > dt > small {
  font-size: 0.75rem;
  margin-left: auto;
  font-weight: normal;
}
#form_area > dl > dt .must {
  background: #7EDB32;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.375rem 0.1875rem;
  margin-right: 0.625rem;
}
#form_area > dl > dt .free {
  background: #bbb;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.375rem 0.1875rem;
  margin-right: 0.625rem;
}
#form_area > dl > dd {
  width: 70%;
  padding: 1.25rem 0 1.25rem 1.25rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #form_area > dl > dd {
    width: 100%;
    padding: 1.25rem 0;
  }
}
#form_area > dl > dd input, #form_area > dl > dd select, #form_area > dl > dd textarea {
  width: 100%;
  min-height: 3.125rem;
  border: 1px solid #ccc;
  padding: 0.625rem;
  border-radius: 6px;
  display: inline-block;
}
#form_area > dl > dd.check_area input {
  width: auto;
  min-height: inherit;
}
@media only screen and (max-width: 767px) {
 #form_area > dl > dd.check_area .horizontal-item {
 white-space: nowrap;
  }
}
#form_area > dl > dd > .error {
  color: #ff0000;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 0.625rem;
}
#form_area > dl > dd > .confirm_none {
  margin-top: 0.9375rem;
  display: block;
}
#form_area > dl > dd > .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.9375rem;
}
#form_area > dl > dd > .address input, #form_area > dl > dd > .address select {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 0.625rem;
}
#form_area .privacy_check {
  background: #f5f5f5;
  padding: 2.5rem;
  margin: 2.5rem auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
	#form_area .privacy_check {
  padding: 2.5rem 0.8rem;
	}
}
#form_area .privacy_check .boxPrivacyLink a {
  text-decoration: underline;
  margin-bottom: 0.625rem;
  display: inline-block;
}
#form_area .privacy_check .boxPrivacyLink a:hover {
  text-decoration: none;
}
#form_area .privacy_check .error {
  color: #ff0000;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 0.625rem;
}

#form_area .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}
#form_area .btn_area > .confirm, #form_area .btn_area > .back, #form_area .btn_area > .submit {
  display: block;
}
#form_area .btn_area > .confirm button, #form_area .btn_area > .back button, #form_area .btn_area > .submit button {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.125rem;
  border: 1px solid #ccc;
  padding: 0.625rem 1.25rem;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#form_area .btn_area > .confirm button:hover, #form_area .btn_area > .back button:hover, #form_area .btn_area > .submit button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#form_area .btn_area > .confirm button {
  background: #00D2D6;
  border: 1px solid #00D2D6;
  color: #fff;
}
#form_area .btn_area > .confirm button:hover {
  background: #fff;
  color: #00D2D6;
}
#form_area .btn_area > .back {
  margin-right: 1.25rem;
}
#form_area .btn_area > .back button {
  font-size: 1rem;
  font-weight: normal;
  background: #666;
  border: 1px solid #666;
  color: #fff;
}
#form_area .btn_area > .back button:hover {
  background: #fff;
  color: #666;
}
#form_area .btn_area > .submit button {
  background: #00D2D6;
  border: 1px solid #00D2D6;
  color: #fff;
}
#form_area .btn_area > .submit button:hover {
  background: #fff;
  color: #00D2D6;
}

/**************************************************
    block
***************************************************/
body .flow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 3.75rem -1.875rem 1.875rem;
}
@media only screen and (max-width: 767px) {
  body .flow-block {
    display: block;
    margin: 3.75rem -1.875rem 0;
  }
}
body .flow-block .flow-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.875rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .flow-block .flow-item {
    margin-bottom: 3.75rem;
  }
}
body .flow-block .flow-item::before {
  color: #00D2D6;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 1.3125rem;
  margin: 0 auto 0.25rem;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
}
body .flow-block .flow-item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 0 1.25rem 1.25rem;
  border-color: transparent transparent transparent #00D2D6;
  display: block;
  position: absolute;
  top: calc((100% - 2.5rem) / 2);
  right: -0.78125rem;
}
@media only screen and (max-width: 767px) {
  body .flow-block .flow-item::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5rem 3.125rem 0 3.125rem;
    border-color: #00D2D6 transparent transparent transparent;
    position: static;
    margin: 1.25rem auto 0;
  }
}
body .flow-block .flow-item > .inner {
  border: 1px solid #00D2D6;
  border-radius: 10px;
  padding: 1.25rem;
  height: 100%;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
}
body .flow-block .flow-item > .inner .illust {
  max-width: 11.25rem;
  margin: 0 auto 1.25rem;
  display: block;
}
body .flow-block .flow-item > .inner .body .title {
  display: block;
  color: #00D2D6;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
}
body .flow-block .flow-item > .inner .body .lead {
  display: block;
  margin-top: 0.5rem;
  text-align: left;
}
body .flow-block .flow-item:nth-child(1)::before {
  content: "Step 01";
}
body .flow-block .flow-item:nth-child(2)::before {
  content: "Step 02";
}
body .flow-block .flow-item:nth-child(3)::before {
  content: "Step 03";
}
body .flow-block .flow-item:nth-child(4)::before {
  content: "Step 04";
}
body .flow-block .flow-item:last-child::after {
  display: none;
}
body .use-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
body .use-block.block-editor-block-list__block {
  gap: 0;
}
body .use-block .use-item {
  width: 100%;
  padding: 2.5rem 2.5rem 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media only screen and (max-width: 767px) {
  body .use-block .use-item {
    padding: 1.25rem;
  }
}
body .use-block .use-item > .title {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  body .use-block .use-item > .title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
body .use-block .use-item .use-slider {
  margin: 0 auto;
  text-align: center;
}
body .use-block .use-item .use-slider .swiper-wrapper .swiper-slide .lead {
  background: #fff;
  padding: 1.25rem;
  margin-top: 0.625rem;
  text-align: left;
}
body .use-block .use-item .use-slider .swiper-wrapper .swiper-slide .lead .label {
  color: #fff;
  display: block;
  padding: 0.25rem;
  margin: -1.25rem -1.25rem 1.25rem;
  text-transform: uppercase;
  text-align: center;
}
body .use-block .use-item .use-slider .swiper-button-next, body .use-block .use-item .use-slider .swiper-button-prev {
  top: 11.25rem;
}
body .use-block .use-item .use-slider .swiper-button-next {
  right: 0;
}
body .use-block .use-item .use-slider .swiper-button-prev {
  left: 0;
}
body .use-block .use-item .use-slider .swiper-pagination {
  position: static;
  margin: 1.25rem auto 0;
}
body .use-block .use-item .use-slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
}
body .use-block .use-item:first-child {
  background: #D7EDEC;
}
body .use-block .use-item:first-child > .title {
  color: #00D2D6;
}
body .use-block .use-item:first-child .use-slider .swiper-wrapper .swiper-slide .lead .label {
  background: #00D2D6;
}
body .use-block .use-item:first-child .use-slider .swiper-button-next, body .use-block .use-item:first-child .use-slider .swiper-button-prev {
  color: #00D2D6;
}
body .use-block .use-item:first-child .use-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00D2D6;
}
body .use-block .use-item:last-child {
  background: #fef2f8;
}
body .use-block .use-item:last-child > .title {
  color: #e4007f;
}
body .use-block .use-item:last-child .use-slider .swiper-wrapper .swiper-slide .lead .label {
  background: #e4007f;
}
body .use-block .use-item:last-child .use-slider .swiper-button-next, body .use-block .use-item:last-child .use-slider .swiper-button-prev {
  color: #e4007f;
}
body .use-block .use-item:last-child .use-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e4007f;
}
body .use-block .wp-block-column:first-child .use-item {
  background: #D7EDEC;
}
body .use-block .wp-block-column:first-child .use-item > .title {
  color: #00D2D6;
}
body .use-block .wp-block-column:first-child .use-item .use-slider .swiper-wrapper .swiper-slide .lead .label {
  background: #00D2D6;
}
body .use-block .wp-block-column:first-child .use-item .use-slider .swiper-button-next, body .use-block .wp-block-column:first-child .use-item .use-slider .swiper-button-prev {
  color:#00D2D6;
}
body .use-block .wp-block-column:first-child .use-item .use-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00D2D6;
}
body .use-block .wp-block-column:last-child .use-item {
  background: #fef2f8;
}
body .use-block .wp-block-column:last-child .use-item > .title {
  color: #e4007f;
}
body .use-block .wp-block-column:last-child .use-item .use-slider .swiper-wrapper .swiper-slide .lead .label {
  background: #e4007f;
}
body .use-block .wp-block-column:last-child .use-item .use-slider .swiper-button-next, body .use-block .wp-block-column:last-child .use-item .use-slider .swiper-button-prev {
  color: #e4007f;
}
body .use-block .wp-block-column:last-child .use-item .use-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e4007f;
}

/**************************************************
    Service
***************************************************/
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #service_single .service_list {
  margin-bottom: 0;
}
body #service_single p, body #service_single ul, body #service_single ol {
  font-size: 1rem;
}
body .store-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem;
  gap: 0 !important;
}
@media only screen and (max-width: 767px) {
  body .store-information {
    display: block;
    margin-bottom: 1.875rem;
  }
}
body .store-information .store-image {
  width: 50%;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}
@media only screen and (max-width: 767px) {
  body .store-information .store-image {
    width: 100%;
  }
}
body .store-information .store-image .store-slider .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 37.5rem;
  height: 25rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .store-information .store-image .store-slider .swiper-wrapper .swiper-slide {
    height: 100%;
  }
}
body .store-information .store-image .store-slider .swiper-wrapper .swiper-slide a {
  display: block;
}
body .store-information .store-image .store-slider .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.8;
}
body .store-information .store-image .store-slider .swiper-wrapper .swiper-slide .caption {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.625rem 0.375rem;
  line-height: 1.4;
}
body .store-information .store-image .store-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  body .store-information .store-image .store-slider .swiper-wrapper .swiper-slide img {
    height: auto;
  }
}
body .store-information .store-image .store-slider .swiper-button-next, body .store-information .store-image .store-slider .swiper-button-prev {
  color: #00D2D6;
}
@media only screen and (max-width: 767px) {
  body .store-information .store-image .store-slider .swiper-button-next::after, body .store-information .store-image .store-slider .swiper-button-prev::after {
    font-size: 1.125rem;
  }
}
body .store-information .store-image .store-slider-thumbnail {
  margin: 0.625rem -0.3125rem;
}
body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 7.5rem;
  height: 5rem;
  padding: 0 0.3125rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide::before {
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  background: rgba(0, 210, 214, 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0.3125rem;
  z-index: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 210, 214, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide img {
    height: auto;
  }
}
body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide:hover, body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active, body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide:hover::before, body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before, body .store-information .store-image .store-slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  background: rgba(0, 210, 214, 0.2);
  border: 1px solid #00D2D6 /*#f39800*/;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .store-information .store-image .epark-qr,
body .store-information .store-image .line-qr {
  border: 1px solid #6f6f6f/*#4eaca8*/;
  padding: 1.25rem;
  margin-top: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body .store-information .store-image .instagram-qr {
  border: 1px solid #f36029;
  padding: 1.25rem;
  margin-top: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .store-information .store-image .epark-qr,
  body .store-information .store-image .line-qr,
  body .store-information .store-image .instagram-qr{
    display: block;
  }
}
body .store-information .store-image .epark-qr::before {
  content: "【EPARK くすりの窓口】";
  background: #6f6f6f/*#9DE811*/;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -1.9375rem;
  left: -0.0625rem;
  padding: 0.25rem 1.25rem;
}
body .store-information .store-image .line-qr::before {
  content: "【LINE処方箋】";
  background: #6f6f6f/*#9DE811*/;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -1.9375rem;
  left: -0.0625rem;
  padding: 0.25rem 1.25rem;
}
body .store-information .store-image .instagram-qr::before {
  content: "【Instagram】";
  background: linear-gradient(145deg, #9b1ac2, #f36029);
  color: #fff;
  display: block;
  position: absolute;
  top: -1.9375rem;
  left: -0.0625rem;
  padding: 0.25rem 1.25rem;
}
body .store-information .store-image .epark-qr > .image,
body .store-information .store-image .line-qr > .image,
body .store-information .store-image .instagram-qr > .image{
  max-width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  body .store-information .store-image .epark-qr > .image,
  body .store-information .store-image .line-qr > .image,
  body .store-information .store-image .instagram-qr > .image{
    display:none;
	  max-width: 11.25rem;
    margin: 0 auto 1.25rem;
  }
}
body .store-information .store-image .epark-qr > .body .title,
body .store-information .store-image .line-qr > .body .title,
body .store-information .store-image .instagram-qr > .body .title{
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
body .store-information .store-image .epark-qr > .body .lead,
body .store-information .store-image .line-qr > .body .lead,
body .store-information .store-image .instagram-qr > .body .lead{
  font-size: 0.875rem !important;
  margin-bottom: 0.625rem;
	font-weight:normal !important;
}
body .store-information .store-image .epark-qr > .body .link a{
  font-size: 0.875rem;
  font-weight: bold;
  /*color: #9DE811;*/
  text-decoration: underline;
}

body .store-information .store-image .line-qr > .body .link a,
body .store-information .store-image .instagram-qr > .body .link a{
  font-size: 0.875rem;
  font-weight: bold;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 0.625rem 0.875rem 0.75rem;
  border-radius: 10px;
  text-align: center;
  display: block;
  line-height: 1.6;
  background-color:yellow;
  /*color: #9DE811;
  text-decoration: underline;*/
}

body .store-information .store-image .epark-qr > .body .link a:hover,
body .store-information .store-image .line-qr > .body .link a:hover,
body .store-information .store-image .instagram-qr > .body .link a:hover{
  text-decoration: none;
}
body .store-information .store-image .google-map {
  margin-top: 2.5rem;
}
body .store-information .store-image .google-map iframe {
  width: 100%;
  height: 15.625rem;
}
body .store-information .store-body {
  width: 50%;
  padding: 0 0 0 2.5rem;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}
@media only screen and (max-width: 767px) {
  body .store-information .store-body {
    width: 100%;
    padding: 1.875rem 0 0;
  }
}
body .store-information .store-body .h3-a:nth-child(1) {
  margin-top: 0 !important;
}

/**************************************************
    Service
***************************************************/
.page-template-page-drive * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-drive .drive-how-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-page-drive .drive-how-to > .image {
  width: 100%;
  max-width: 32.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.25rem;
  margin-left: 3.75rem;
}
.page-template-page-drive .drive-how-to > .image img {
  width: 100%;
  height: auto;
}

/**************************************************
	WordPress テーマ
***************************************************/
.note-drive {
  background: #ff0000;
  color: #fff;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.625rem;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

#container #main_contents {
  width: 75rem;
}
@media screen and (max-width: 1251px) {
  #container #main_contents {
    width: 100% !important;
    padding: 1.25rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #container #main_contents {
    width: 100%;
    padding: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  #header_logo {
    left: -10px !important;
  }
}

#footer_bottom {
  /*display: none;*/
}

#footer_logo{
  display: none;
}
#footer {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 2.5rem;
  }
}

.home #footer {
  margin-top: 0;
}

#service_archive {
  padding-bottom: 0;
}

#page_content {
  padding: 1.875rem 0 0;
}

.page-template-default #page_content {
  padding: 0;
}

#reservations_page .service_list {
  margin: 3.75rem 0 5rem 0;
}
@media only screen and (max-width: 767px) {
  #reservations_page .service_list {
    margin: 2.5rem 0 0;
  }
}

#reservations_page .service_list li {
  font-size: 16px;
  float: left;
  width: 25%;
  margin: 0 -1px -1px 0;
}
@media only screen and (max-width: 767px) {
  #reservations_page .service_list li {
    width: 50%;
  }
}

#reservations_page .service_list li a {
  border: 1px solid #ddd;
  color: #000;
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

#reservations_page .service_list li a:hover {
  border-color: #ddd;
  background: #D7EDEC;
  position: relative;
}

#reservations_page .service_list li.active {
  pointer-events: none;
}

#header_slider {
  padding-bottom: 60px;
}
#header_slider .slick-list {
  height: 100%;
}
#header_slider .slide-media {
  height: calc(100% - 60px) !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_service_list {
  padding: 4.375rem 0 7.5rem;
}
@media screen and (min-width: 1251px) {
  .index_service_list .service_list .item { width: 325.333px; }
  .index_service_list .service_list .item:nth-child(3n) { margin-right: 0; }
  .index_service_list .service_list .item:nth-child(4n) { margin-right: 12px; }
}

@media only screen and (max-width: 767px) {
  .index_service_list .service_list .item .title {
     padding-left:10px !important;
	 padding-right:10px !important;  
  }

}
.index_service_list .service_list .item .desc span {
    -webkit-line-clamp: 4;
}
 
.index_service_list .service_list .item .desc {
    max-height: 8em;
}

.cb_contents .cb_headline {
  margin-bottom: 0.625rem;
}

.cb_contents .cb_catch {
  margin-bottom: 2.5rem;
}

.index_post_slider .item > .category {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .index_content_slider .cb_content_slider {
    height: 100% !important;
  }

  .cb_contents h4.cb_catch {
   padding:0 !important;
	  margin-left: 0 !important;
	   margin-right: 0 !important;
	  width:100%;
	  letter-spacing:-0.02em !important;
}
}

@media only screen and (max-width: 767px) {
  .index_content_slider .item {
    height: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .index_content_slider .desc {
    top: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .index_content_slider .desc_area {
    height: 100% !important;
    padding: 1.25rem !important;
  }
}

@media (min-width: 769px) {
  .post-template-default #main_col,
.post-type-archive-news #main_col,
.news-template-default #main_col {
    width: 55.625rem;
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 769px) {
  .post-template-default #side_col,
.post-type-archive-news #side_col,
.news-template-default #side_col {
    margin-bottom: 3.75rem;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    background: #fff !important;
  }
}

@media screen and (max-width: 1151px) {
  #header_slider {
    height: 100% !important;
  }
  #header_slider_wrap, #header_slider .item {
    height: 100% !important;
    padding: 3.75rem 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
	h3.catch { padding:0 !important;  }
	.catch {top:30% !important;}
}

h2 .rich_font_type2{
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}
.rich_font_type3 { font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important; font-weight:500; }


.bgwide{
  margin: 0 calc((100% - 100vw)/2) 1.5em;
  min-height: 600px;
  width: auto;
}
.bgwide .wp-block-cover__inner-container{
  max-width:1200px;
  width:90vw;
}

.single-service .smb-box.ttl-box{
	padding: 1rem;
}

.box-merit .smb-box{
    min-height:210px;
}
@media only screen and (max-width: 767px) {
	.box-merit .smb-box{
	  min-height:auto;}
}
.box-merit .smb-box h2{
    border-bottom:1px solid #04c2d0;
	margin:1.0rem 0;
	padding-bottom:0.5rem;
	text-align:center;
	color:#04c2d0;
	line-height:1.4;
}
/* 
.promotion-video {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .promotion-video {
    padding: 1.25rem;
  }
}
.promotion-video video {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .promotion-video video {
    max-width: 100%;
    max-height: 100%;
  }
}


@media all and (max-width: 767px){
  body.home .imgIndexSdgs {
    max-width: 90%;
  }
}
*/
.grecaptcha-badge {
  bottom: 69px !important;
}
@media only screen and (max-width: 767px) {
  .index_service_list .service_list .item .desc span {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.index_service_list.num1 .cb_catch {
  font-size: 20px !important;
}
}