@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Base
	 3. Layout
	 4. Module
	 5. State
	 6. Theme
	 7. Slick
	 8. Header
	 9. Footer
	10. Index
	11. About
	12. Medical Treatment
	13. Introduction
	14. Faq
	15. Access
	16. News
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. Base
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #e24508;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.75rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 0.75em 1.5em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4d4d4d;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}

p {
  min-height: 1.8em;
}

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

iframe {
  max-width: 100%;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }
  /* IE向けのCSS～START */
}

@media only screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (max-width: 739px), only screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 739px) {
  article.about_index .about_symptom .list_btn .basic_btn {
    padding-top: 1em !important;
  }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .list_news li .cat {
    padding-top: 0.3em;
  }
  /* IE向けのCSS～END */
}

@media all and (min-width: 740px) {
  html {
    font-size: 1.125rem;
  }
  .ti_1 {
    padding-left: 0.5em;
  }
}

@media all and (max-width: 739px) {
  html {
    font-size: 14px;
  }
  .ti_1 {
    padding-left: 0.65em;
  }
}

/* --------------------------------------------------
	 3. Layout
-------------------------------------------------- */
#all {
  overflow: hidden;
}

#content,
#footer {
  clear: both;
}

#content .inner,
#footer .inner {
  position: relative;
  margin: 0 auto;
}

#primary {
  position: relative;
}

#primary .page_title {
  overflow: hidden;
  position: relative;
}

#primary .page_title:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.57;
  position: absolute;
  background: #fffac3;
  background: -webkit-gradient(linear, left top, right top, from(#fffac3), to(#f9d5c9));
  background: linear-gradient(90deg, #fffac3 0%, #f9d5c9 100%);
}

#primary .page_title .image {
  position: absolute;
  left: 0;
  top: -25%;
  width: 100%;
  height: 150%;
  background: transparent no-repeat center center;
  background-size: cover;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  z-index: -1;
}

#primary .page_title h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#primary .page_title h2 strong {
  color: #333;
  font-size: 2.1875rem;
  line-height: 1.4;
  display: block;
}

#primary .page_title h2 strong span {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 1s .5s, -webkit-transform 1s .5s;
  transition: opacity 1s .5s, -webkit-transform 1s .5s;
  transition: opacity 1s .5s, transform 1s .5s;
  transition: opacity 1s .5s, transform 1s .5s, -webkit-transform 1s .5s;
}

#primary .page_title h2 strong span:nth-child(2n) {
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
}

#primary .page_title h2 strong span:nth-child(2n+1) {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
}

#primary .page_title h2 em {
  color: #e24508;
  display: block;
  margin-top: .5em;
  letter-spacing: 0.02em;
  font-family: 'Noto Serif JP', serif;
}

article .map {
  padding-bottom: 0 !important;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s, -webkit-transform 1s 0s;
}

article .map.is_show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

article .map .gg_map {
  overflow: hidden;
  position: relative;
  height: 595px;
}

article .map .gg_map iframe {
  position: absolute;
  left: 0;
  top: -170px;
  width: 100% !important;
  height: calc(100% + 595px) !important;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 5;
}

#pagetop.fixed {
  pointer-events: auto;
  opacity: 1;
}

#pagetop.footer {
  bottom: -40px;
  position: absolute;
}

#pagetop a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.4) url(image/btn_pagetop.png) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
}

#secondary {
  display: none;
}

@media all and (min-width: 740px) {
  #content section {
    padding: 4em 0;
  }
  #content .inner,
  #footer .inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
  }
  #primary .page_title h2 {
    height: 290px;
  }
  #breadline {
    font-size: 1rem;
    font-weight: 500;
    max-width: 100%;
    width: calc(50% + 655px);
    background-color: #f1f1f1;
    margin: auto 0 auto auto;
    padding-left: 35px;
  }
  #breadline .inner {
    max-width: 100%;
  }
  #breadline li {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
  }
  #breadline li .divider {
    padding: 0 10px;
    color: #4d4d4d;
  }
  #breadline li a {
    color: #e24508;
    font-weight: 500;
    text-decoration: none;
  }
  #breadline li span {
    display: inline-block;
    vertical-align: middle;
    max-width: 40em;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    word-wrap: normal;
    color: #4d4d4d;
  }
  #breadline li.home a {
    color: #e24508;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
  }
  #secondary {
    display: none;
  }
  #pagetop a {
    -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, transform 0.4s;
    transition: background-color 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }
  #pagetop a:hover {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media all and (min-width: 740px) and (max-width: 959px) {
  #breadline li span {
    max-width: 26em;
  }
}

@media only screen and (max-width: 739px) {
  #content section {
    padding: 2em 0;
  }
  #content,
  #footer {
    min-width: 320px;
  }
  #content .inner,
  #footer .inner {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 280px;
  }
  #breadline {
    display: none;
  }
  #pagetop.footer {
    bottom: -25px;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
  }
  article .map .gg_map {
    height: 312px;
  }
  article .map .gg_map iframe {
    height: calc(100% + 312px) !important;
  }
  #secondary {
    z-index: 3;
    width: 100%;
    bottom: 0;
    display: block;
    position: fixed;
    background-color: #fff;
    -webkit-transition: bottom .8s;
    transition: bottom .8s;
  }
  #secondary.fixed {
    bottom: 0;
  }
  #secondary ul {
    width: 100%;
    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;
  }
  #secondary ul li {
    height: 50px;
    width: 50%;
    line-height: 45px;
  }
  #secondary ul li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  #secondary .time_box {
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    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;
    background-color: #16174c;
  }
  #secondary .time_box span {
    padding: 0 2px;
  }
  #secondary .tel {
    background-color: #fff450;
  }
  #secondary .tel a {
    width: 100%;
    height: 50px;
    padding-bottom: 2px;
    text-align: center;
    display: inline-block;
    background-color: #fff450;
  }
  #secondary .tel a span {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 156px;
    height: 48px;
    margin: 0 auto;
    max-width: 90%;
    background: transparent url(image/txt_tel.png) no-repeat center center;
    background-size: contain;
  }
}

@media all and (min-width: 1140px) {
  #content {
    padding-top: 153px;
  }
}

@media only screen and (max-width: 1139px) {
  #content {
    padding-top: 65px;
  }
  #primary .page_title h2 {
    height: 180px;
  }
}

/* --------------------------------------------------
	 4. Module
-------------------------------------------------- */
.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

h2.title01 {
  margin-bottom: 2em;
  text-align: center;
}

h2.title01 span,
h2.title01 strong {
  display: block;
}

h2.title01 span {
  color: #4d4d4d;
  line-height: 1.4;
}

h2.title01 strong {
  color: #e24508;
  margin-top: .5em;
  letter-spacing: 0.02em;
  font-family: 'Noto Serif JP', serif;
}

h3 {
  color: #333333;
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}

h3::after {
  display: block;
  content: "";
  margin: .7em auto 0;
  width: 2.1em;
  height: 3px;
  background: #fff000;
  background: -webkit-gradient(linear, left top, right top, from(#fff000), to(#e13f15));
  background: linear-gradient(90deg, #fff000 0%, #e13f15 100%);
}

h4 {
  color: #333333;
  font-size: 1.5625rem;
  position: relative;
  line-height: 1.5;
  border-left: 4px solid #e24508;
  padding-left: 22px;
  margin-bottom: 1.6em;
}

h5 {
  color: #16174c;
  font-weight: bold;
  text-align: left;
  font-size: 1.4375rem;
  margin-bottom: .5em;
}

.asterisk {
  font-size: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  text-indent: -1.0em;
  padding-left: 1em;
}

.text_orange {
  color: #e24508;
}

.text_Navy {
  color: #16174c;
}

table {
  width: 100%;
}

table.basic_table {
  margin: 2em auto;
  background-color: #fff;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

table.basic_table th,
table.basic_table td {
  padding: .7em 2em;
  border-left: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
}

table.basic_table th {
  color: #333;
  text-align: center;
  font-weight: bold;
  background-color: #cbcbcb;
}

table.basic_table tbody th {
  width: 28%;
}

table.basic_table tbody.text_center th,
table.basic_table tbody.text_center td {
  text-align: center;
}

table.simple_table {
  margin: 2em auto;
  background-color: #fff;
  border-right: none;
  border-bottom: none;
}

table.simple_table tr:first-child th,
table.simple_table tr:first-child td {
  border-top: 1px solid #b2b2b2;
}

table.simple_table th,
table.simple_table td {
  padding: .7em 2em;
  border-bottom: 1px solid #b2b2b2;
}

table.simple_table th {
  color: #e24508;
  text-align: center;
  font-weight: bold;
}

table.simple_table tbody th {
  width: 28%;
}

table.simple_table tbody.text_center th,
table.simple_table tbody.text_center td {
  text-align: center;
}

div.focus_text, div.attention_text {
  max-width: 1150px;
  margin: 1em auto;
  padding: 2.5em 2.5em;
}

div.focus_text .title, div.attention_text .title {
  color: #e24508;
  font-weight: bold;
  font-size: 1.4375rem;
  margin-bottom: .5em;
}

div.focus_text p, div.attention_text p {
  line-height: 1.5;
  font-weight: 500;
}

div.focus_text {
  background-color: #fcd3c8;
}

div.attention_text {
  border: 1px solid #000;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #e13f15, #fff000);
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 3em;
}

ul.basic_ul {
  margin-left: 1em;
}

ul.basic_ul > li {
  position: relative;
  padding-left: .25em;
}

ul.basic_ul > li::before {
  position: absolute;
  left: -1em;
  top: .65em;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #e24508;
  border: 2px solid #e24508;
  border-radius: 50%;
}

ul.basic_ul > li > ul,
ul.basic_ul > li > ol {
  margin-left: 1.25em;
}

ul.basic_ul > li > ul > li::before {
  background-color: transparent;
}

ol.basic_ol {
  margin-left: 1em;
  list-style: none;
  counter-reset: li;
}

ol.basic_ol > li {
  padding-left: .5em;
  font-weight: 500;
  counter-increment: li;
}

ol.basic_ol > li::before {
  content: "." counter(li);
  color: #e24508;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
  margin-right: .75em;
  text-align: right;
  direction: rtl;
}

ol.basic_ol > li > ul,
ol.basic_ol > li > ol {
  margin-left: 1.25em;
}

dl.basic_dl > dt {
  color: #e24508;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

dl.basic_dl > dd {
  margin-left: 1em;
  margin-bottom: .5em;
}

pre {
  white-space: normal;
}

@media all and (min-width: 740px) {
  h2.title01 span {
    font-size: 2.1875rem;
  }
  table.fixed {
    table-layout: fixed;
  }
}

@media only screen and (max-width: 739px) {
  h2.title01 span {
    font-size: 1.375rem;
  }
  h2.title01 strong {
    font-size: 0.8125rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h3::after {
    margin: .2em auto 0;
    width: 2em;
    height: 3px;
  }
  h4 {
    font-size: 1.375rem;
    border-left: 3px solid #e24508;
    padding-left: 15px;
  }
  h5 {
    font-size: 1.25rem;
  }
  .table_frame {
    margin-bottom: 2em;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table_frame::-webkit-scrollbar {
    height: 10px;
  }
  .table_frame::-webkit-scrollbar-thumb {
    background-color: #16174c;
    border-radius: 5px;
  }
  .table_frame table {
    margin-bottom: 0 !important;
    width: auto;
  }
  .table_frame th,
  .table_frame td {
    white-space: nowrap;
  }
  table.vertical > thead > tr > th,
  table.vertical > thead > tr > td,
  table.vertical > tbody > tr > th,
  table.vertical > tbody > tr > td {
    display: block;
    white-space: normal !important;
    width: 100%;
  }
  table.vertical > thead > tr > th:empty,
  table.vertical > thead > tr > td:empty,
  table.vertical > tbody > tr > th:empty,
  table.vertical > tbody > tr > td:empty {
    display: none;
  }
  div.focus_text, div.attention_text {
    padding: 1em 1.5em;
  }
}

@media screen and (min-width: 740px) {
  .visible_sp {
    display: none !important;
  }
}

@media screen and (max-width: 739px) {
  .visible_pc {
    display: none !important;
  }
}

/* --------------------------------------------------
	 5. State
-------------------------------------------------- */
body {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

body #header {
  opacity: 0 !important;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

body.loaded {
  opacity: 1;
}

body.loaded #primary .page_title .image {
  -webkit-transform: scale(1);
  transform: scale(1);
}

body.loaded #primary .page_title h2 strong span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.loaded #primary .page_title h2 em {
  opacity: 1;
}

body.loaded #header {
  opacity: 1 !important;
}

body.fadeout {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

body.fadeout #header {
  opacity: 0 !important;
  -webkit-transition: opacity 1s !important;
  transition: opacity 1s !important;
}

/* --------------------------------------------------
	 6. Theme
-------------------------------------------------- */
a[href^="tel:"] {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

a[target="_blank"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: .5em;
  width: 20px;
  height: 20px;
  background: transparent url(image/icon_window_orange.png) no-repeat center center;
  background-size: contain;
}

a[href*=".pdf"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: .5em;
  width: 30px;
  height: 15px;
  background: transparent url(image/icon_pdf.png) no-repeat center center;
  background-size: contain;
}

.basic_btn {
  margin: 0 auto;
  color: #fff !important;
  min-width: 335px;
  font-weight: bold;
  text-align: center;
  padding: 1em 5em;
  border-radius: 4em;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  background-color: #16174c;
  border: 1px solid #16174c;
}

.basic_btn::after {
  position: absolute;
  right: 2.3em;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 40px;
  height: 10px;
  background: transparent url(image/icon_arow_wh.png) no-repeat center center;
  background-size: contain;
}

.basic_btn[target="_blank"]::after {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url(image/icon_window_wh.png);
}

.basic_btn[href*=".pdf"]::after {
  width: 30px;
  height: 15px;
  background: transparent url(image/icon_pdf.png) no-repeat center center;
  background-size: contain;
}

.basic_link {
  color: #e24508 !important;
  width: 100%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}

.basic_link::after {
  top: 50%;
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  background: transparent url(image/icon_arow_orange.png) no-repeat center center;
  background-size: contain;
}

.pagination {
  padding-top: 3em;
}

.pagination ul {
  text-align: center;
  font-size: 0;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.pagination li > a,
.pagination li > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 4px;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #16174c;
}

.pagination li > a {
  color: #16174c;
  text-decoration: none;
  background-color: #fff;
}

.pagination li > span {
  color: #fff;
  font-weight: bold;
  background-color: #16174c;
}

.pagination li.list > a {
  padding: 15px 30px;
}

.schedule {
  width: 100%;
  margin: 0 auto;
}

.schedule .schedule_text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  color: #333333;
  font-weight: bold;
  margin-bottom: 1em;
}

.schedule .schedule_text span {
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 90px;
  margin-right: 12px;
  padding: 0 5px;
  background-color: #16174c;
}

.schedule .time {
  color: #333333;
  margin: .5em 0;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #b2b2b2;
}

.schedule .time thead th {
  font-weight: bold;
  background-color: #cbcbcb;
}

.schedule .time tbody th {
  text-align: center;
  background-color: transparent;
}

.schedule .time tbody th strong {
  color: #e24508;
  display: inline-block;
}

.schedule .time tbody td {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.schedule .time tbody td span {
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  background-color: #e24508;
}

.schedule .time th,
.schedule .time td {
  text-align: center;
  background-color: transparent;
  border-bottom: 1px solid #b2b2b2;
}

.list_news {
  margin: 0 auto;
  max-width: 1000px;
}

.list_news li {
  border-bottom: 1px dashed #d3d3d3;
}

.list_news li a {
  color: #333;
  text-decoration: none;
}

.list_news li a.new .title {
  position: relative;
  padding-right: 30px;
}

.list_news li a.new .title::after {
  content: "NEW";
  color: #ef6a8d;
  width: 35px;
  font-weight: bold;
  text-align: center;
  font-size: 0.5625rem;
}

.list_news li .box {
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list_news li .date {
  font-size: 1.125rem;
  margin-right: 1.8em;
  white-space: nowrap;
}

.list_news li .cat {
  color: #fff;
  text-align: center;
  min-height: inherit;
  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-size: 0.875rem;
  background-color: #e24508;
}

.list_news li .cat.cat01 {
  background-color: #e24508;
}

.list_news li .cat.cat02 {
  background-color: #18bdbb;
}

.list_news li .cat.cat03 {
  background-color: #1a4591;
}

.list_news li .title {
  position: relative;
  font-size: 1.125rem;
}

.two_btn {
  margin: 2em auto;
}

.two_btn li .basic_btn {
  font-weight: bold;
  font-size: 1.125rem;
  padding: .6em 4em .6em 3em;
}

.two_btn li .basic_btn::after {
  background-image: none;
}

.two_btn li.current .basic_btn {
  color: #85c130 !important;
  background-color: #fff;
  padding: .6em 2em .6em 2em;
}

.two_btn li.current .basic_btn::before {
  opacity: 0;
}

.two_btn li.current .basic_btn::after {
  width: 0;
  height: 0;
  top: inherit;
  bottom: 0;
  opacity: 1;
  left: 50%;
  margin-left: -8px;
  margin-top: 0;
  margin-bottom: -15px;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #85c130 transparent transparent transparent;
}

.two_columns {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.two_columns .image img {
  width: 100%;
}

.two_columns .col {
  height: 100%;
  border: 1px solid #b2b2b2;
}

.two_columns .title {
  color: #e24508;
  font-weight: bold;
  padding: 1em 0 .4em;
  text-align: center;
}

.img_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 3em auto;
}

.img_3col .title {
  color: #e24508;
  font-weight: bold;
  padding: 1em 0 .4em;
  text-align: center;
}

.img_column_auto {
  margin: 2em auto;
  text-align: center;
}

#image_slider .slick-slide {
  background: transparent no-repeat center center;
  background-size: cover;
}

.lyt_item_a {
  width: 100%;
}

.lyt_item_a .title {
  color: #e24508;
  display: block;
  font-weight: bold;
  margin-bottom: .8em;
}

.lyt_item_b .image {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.list_about li:nth-child(1) .border_gradient:after {
  background-image: url(image/img_about01.png);
}

.list_about li:nth-child(2) .border_gradient:after {
  background-image: url(image/img_about02.png);
}

.list_about li:nth-child(3) .border_gradient:after {
  background-image: url(image/img_about03.png);
}

.list_about .border_gradient {
  height: 100%;
  border-style: solid;
  border-image-slice: 1;
  text-align: center;
  border-image-source: linear-gradient(to left, #e13f15, #fff000);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_about .border_gradient:after {
  content: "";
  display: block;
  background: transparent no-repeat center center;
  background-size: contain;
}

.list_about .border_gradient p {
  color: #4d4d4d;
  line-height: 1.4;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.list_about .border_gradient .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fbed21));
  background: linear-gradient(transparent 75%, #fbed21 75%);
  background: -ms-linear-gradient(transparent 0%, transparent 50%, #fbed21 50%, #fbed21 70%, transparent 70%);
}

@media all and (min-width: 740px) {
  .basic_btn {
    font-size: 1.125rem;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .basic_btn::after {
    -webkit-transition: background-image 0.4s;
    transition: background-image 0.4s;
  }
  .basic_btn:hover {
    color: #16174c !important;
    background-color: #fff;
  }
  .basic_btn:hover::after {
    background-image: url(image/icon_arow.png);
  }
  .basic_btn[target="_blank"]:hover::after {
    background-image: url(image/icon_window.png);
  }
  .basic_btn[href*=".pdf"]:hover::after {
    background-image: url(image/icon_pdf.png);
  }
  .basic_link {
    font-size: 1.125rem;
    padding-right: 3.5em;
  }
  .basic_link::after {
    right: 1em;
    width: 40px;
    height: 10px;
    margin-top: -6px;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
  .basic_link:hover:after {
    right: 0;
  }
  .pagination a {
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
  }
  .pagination a:hover {
    color: #fff;
    background-color: #16174c;
  }
  .schedule .time {
    font-size: 1.25rem;
  }
  .schedule .time .small {
    font-size: 1.125rem;
  }
  .schedule .time tbody td span {
    width: 18px;
    height: 18px;
  }
  .schedule .time th,
  .schedule .time td {
    padding: 10px 20px;
  }
  .schedule .time th:first-child,
  .schedule .time td:first-child {
    width: 30%;
  }
  .schedule .time th:last-child,
  .schedule .time td:last-child {
    width: 15%;
  }
  .list_news li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.08em .5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list_news li a:hover {
    background: #e4f3f9;
  }
  .list_news li a.new .title {
    position: relative;
    padding-right: 30px;
  }
  .list_news li a.new .title::after {
    top: 7px;
    right: 0;
    position: absolute;
  }
  .list_news li .cat {
    width: 80px;
    height: 20px;
    line-height: 1.3;
    margin-right: 2em;
  }
  .list_news li .title {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    word-wrap: normal;
  }
  .two_btn {
    margin: 2em 0 7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .two_btn li {
    margin: 0 30px;
  }
  .two_btn li .basic_btn {
    border-width: 2px;
  }
  .two_btn li .basic_btn:hover::before {
    opacity: 1;
    background-image: url(image/icon_button_arrow_green.png);
  }
  .two_btn li .basic_btn:hover::after {
    opacity: 0;
  }
  .two_btn li.current .basic_btn:hover::before {
    opacity: 0;
  }
  .two_btn li.current .basic_btn:hover::after {
    opacity: 1;
  }
  .two_columns > li {
    width: 50%;
    padding: 15px 15px;
  }
  .two_columns .col {
    padding: 28px 25px 30px;
  }
  .two_columns .title {
    font-size: 1.4375rem;
  }
  .two_columns .text {
    font-size: 1.125rem;
  }
  .img_3col {
    margin-left: -15px;
    margin-right: -15px;
  }
  .img_3col li {
    width: 33.33333%;
    padding: 15px;
  }
  #image_slider .slick-slide {
    width: 555px;
    height: 410px;
  }
  .lyt_item_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lyt_item_a.diff_direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lyt_item_a .image {
    width: 50%;
  }
  .lyt_item_a .item {
    width: 46%;
  }
  .lyt_item_a .title {
    font-size: 1.4375rem;
  }
  .lyt_item_b::after {
    display: block;
    content: "";
    clear: both;
  }
  .lyt_item_b.is_img_l .image {
    float: left;
  }
  .lyt_item_b.is_img_l .item {
    padding-left: 40px;
    float: right;
  }
  .lyt_item_b.is_img_r .image {
    float: right;
  }
  .lyt_item_b.is_img_r .item {
    float: left;
    padding-right: 40px;
  }
  .lyt_item_b .image {
    width: 38.5%;
  }
  .lyt_item_b .item {
    width: 61.5%;
  }
  .list_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: -1em;
    margin-right: -1em;
  }
  .list_about li {
    width: 33.33333%;
    padding: 0 1em;
  }
  .list_about .border_gradient {
    border-width: 2px;
    padding: 2.6em 1.5em 2.4em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list_about .border_gradient:after {
    width: 100%;
    height: 70px;
    margin: 1.2em auto 0;
  }
  .list_about .border_gradient p {
    width: 100%;
    font-size: 1.6875rem;
  }
}

@media all and (min-width: 960px) {
  .two_btn li {
    margin: 0 65px;
  }
}

@media all and (min-width: 740px) and (max-width: 959px) {
  .list_about {
    margin-left: -5px;
    margin-right: -5px;
  }
  .list_about li {
    padding: 0 5px;
  }
  .list_about .border_gradient {
    border-width: 2px;
    padding: 2.6em 1em 2.4em;
  }
  .list_about .border_gradient:after {
    width: 100%;
    height: 70px;
    margin: 1.2em auto 0;
  }
  .list_about .border_gradient p {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 739px) {
  a[href^="tel:"] {
    color: #e24508;
    text-decoration: underline;
    pointer-events: auto;
  }
  a[target="_blank"]::after {
    width: 14px;
    height: 14px;
  }
  .basic_btn {
    width: 250px;
    max-width: 100%;
    min-width: inherit;
    padding: .822em 4.5em;
  }
  .basic_btn::after {
    width: 28px;
    height: 8px;
    right: 1.9em;
    margin-top: -4px;
  }
  .basic_link {
    font-size: 0.9375rem;
  }
  .basic_link::after {
    right: 5px;
    width: 30px;
    height: 10px;
    margin-top: -8px;
  }
  .link_text {
    font-size: 0.9375rem;
  }
  .link_text::after {
    right: 5px;
    width: 30px;
    height: 10px;
    margin-top: -8px;
  }
  .pagination {
    margin-left: -20px;
    margin-right: -20px;
  }
  .schedule {
    font-size: 0.75rem;
  }
  .schedule .schedule_text {
    font-weight: 500;
    font-size: 1rem;
  }
  .schedule .schedule_text span {
    min-width: 80px;
  }
  .schedule .text_right {
    font-size: 1rem;
  }
  .schedule .time {
    font-size: 1rem;
  }
  .schedule .time tbody .small {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .schedule .time tbody th {
    padding: 5px;
    font-weight: bold;
  }
  .schedule .time tbody td span {
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
  .schedule .time th,
  .schedule .time td {
    padding: 5px;
  }
  .schedule .time th:first-child,
  .schedule .time td:first-child {
    width: 35%;
  }
  .schedule .time th:last-child,
  .schedule .time td:last-child {
    width: 12%;
  }
  .list_news li a {
    padding: 15px 0;
    display: block;
  }
  .list_news li a.new .title {
    position: relative;
    padding-right: 30px;
  }
  .list_news li a.new .title::after {
    display: inline-block;
    vertical-align: middle;
  }
  .list_news li .date {
    font-size: 0.875rem;
    margin-right: 15px;
  }
  .list_news li .cat {
    height: 18px;
    width: 83px;
  }
  .list_news li .title {
    margin-top: 5px;
  }
  .two_btn {
    margin: 2em 0 5em;
  }
  .two_btn li {
    text-align: center;
    margin: 1em auto 2em;
  }
  .two_btn li .basic_btn {
    font-size: 16px;
  }
  .two_columns > li {
    width: 100%;
    padding: 10px 0;
  }
  .two_columns .col {
    padding: 20px;
  }
  .two_columns .title {
    font-size: 1.25rem;
  }
  .img_3col {
    margin-left: -10px;
    margin-right: -10px;
  }
  .img_3col li {
    width: 100%;
    padding: 10px;
  }
  #image_slider .slick-slide {
    width: 410px;
    height: 300px;
  }
  .lyt_item_a .image,
  .lyt_item_a .item {
    width: 100%;
  }
  .lyt_item_a .item {
    margin-top: 2em;
  }
  .lyt_item_a .title {
    font-size: 1.25rem;
  }
  .lyt_item_b .item {
    width: 100%;
    margin-top: 2em;
  }
  .list_about li {
    width: 100%;
    padding: .4em .8em;
  }
  .list_about .border_gradient {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-width: 1px;
    padding: .8em 1.4em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .list_about .border_gradient:after {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: inline-block;
  }
  .list_about .border_gradient p {
    line-height: 1.5;
    display: inline-block;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 320px) {
  .schedule .time {
    font-size: 0.6875rem;
  }
  .schedule .time th,
  .schedule .time td {
    padding: 5px;
  }
}

/* --------------------------------------------------
	 7. Slick
-------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-prev,
.slick-next {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  opacity: .8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  opacity: .75;
}

.slick-prev {
  left: 20px;
}

.slick-prev::before {
  left: 20px;
  border-top: 5px solid #000;
  border-left: 5px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: 20px;
}

.slick-next::before {
  left: 15px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  position: absolute;
  right: 15px;
  bottom: 0;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 30px;
  height: 3px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  background-color: #004399;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  background-color: #004399;
}

/* --------------------------------------------------
	 8. Header
-------------------------------------------------- */
#header .logo a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 470px;
  height: 70px;
  max-width: 100%;
  background: transparent url(image/h1_logo.png) no-repeat center center;
  background-size: contain;
}

#header .nav a {
  color: #333;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

#header .nav .contact .phone span,
#header .nav .contact .phone strong {
  display: block;
}

#header .nav .contact .phone span {
  color: #16174c;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 34px;
  letter-spacing: 0.03em;
  background: transparent url(image/icon_phone.png) no-repeat center left;
  background-size: 24px;
  font-family: 'Noto Serif JP', serif;
}

#header .schedule {
  display: none;
}

@media all and (min-width: 1140px) {
  #header {
    top: 100px;
    width: 100%;
    z-index: 10;
    margin-top: -100px;
    position: absolute;
  }
  #header.fixed {
    top: 0;
    margin-top: 0;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
    box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
    -webkit-transition: margin-top 0.4s;
    transition: margin-top 0.4s;
  }
  #header.fixed .global_menu {
    padding-bottom: 0;
  }
  #header.fixed .nav {
    padding: 0;
  }
  #header.fixed .nav .nav_hover {
    top: 38px;
  }
  #header .inner > .menu {
    display: none;
  }
  #header .logo {
    top: calc(50% - 35px);
    left: 20px;
    z-index: 15;
    max-width: 25%;
    position: absolute;
  }
  #header .logo a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #header .logo a:hover {
    opacity: .8;
  }
  #header .time_box {
    line-height: 1.4;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 26.7%;
    top: 50%;
    font-size: .95vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .time_box p {
    font-size: 1vw;
    min-height: inherit;
  }
  #header .time_box span {
    padding: 0 4px;
    display: inline-block;
  }
  #header .global_menu {
    padding-bottom: 20px;
  }
  #header .nav {
    width: 100%;
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0;
  }
  #header .nav > li {
    margin: 0 1%;
    padding: 12px 0;
  }
  #header .nav > li.index {
    display: none;
  }
  #header .nav > li.ac {
    position: relative;
  }
  #header .nav > li.ac:hover > a {
    color: #16174c;
  }
  #header .nav > li.contact {
    margin-right: 0;
    margin-left: 10px;
    padding: 0;
  }
  #header .nav > li.contact .phone {
    height: 93px;
    padding: 15px 25px;
    background-color: #fff450;
  }
  #header .nav > li.contact .phone span {
    height: 30px;
    line-height: 30px;
    font-size: 1.8vw;
  }
  #header .nav > li.contact .phone strong {
    font-size: 0.875rem;
  }
  #header .nav > li.contact .reserve_header {
    display: none;
  }
  #header .nav > li:hover > a {
    color: #16174c;
  }
  #header .nav > li:hover .nav_hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
  }
  #header .nav a {
    position: relative;
    font-size: 1.17vw;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  #header .nav .nav_hover {
    top: 60px;
    left: 50%;
    opacity: 0;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    overflow: hidden;
    text-align: center;
    position: absolute;
    visibility: hidden;
    padding-top: 18px;
    margin-left: -115px;
  }
  #header .nav .nav_hover::before {
    left: 50%;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
    position: absolute;
    margin-left: -12px;
    border-style: solid;
    border-width: 0 11px 20px 11px;
    border-color: transparent transparent #f1f1f1 transparent;
  }
  #header .nav .nav_hover .nav_hover_list {
    min-width: 270px;
    display: inline-block;
    background: #f1f1f1;
    padding: 30px 15px;
  }
  #header .nav .nav_hover .nav_hover_list li {
    padding: 0;
    border-bottom: 1px solid #fff450;
  }
  #header .nav .nav_hover .nav_hover_list a {
    width: 100%;
    height: 100%;
    font-weight: 500;
    text-align: left;
    padding: 10px 5px;
    display: inline-block;
    text-decoration: none !important;
  }
  #header .nav .nav_hover .nav_hover_list a:hover {
    color: #16174c !important;
  }
}

@media only screen and (max-width: 1500px) {
  #header .time_box {
    left: 25%;
  }
  #header .logo {
    max-width: 22%;
  }
  #header .nav > li {
    margin: 0 .8%;
    padding: 18px 0;
  }
  #header .nav > li.contact span {
    font-size: 1.7vw;
  }
  #header .nav a {
    font-size: 1.25vw;
  }
  #header .nav .nav_hover .nav_hover_list {
    min-width: 240px;
  }
}

@media only screen and (max-width: 1139px) {
  body.menu_opened {
    width: 100%;
  }
  body.menu_opened #header .menu {
    background-color: #fff;
  }
  body.menu_opened #header .menu::before, body.menu_opened #header .menu::after {
    opacity: 0;
  }
  body.menu_opened #header .menu span::before, body.menu_opened #header .menu span::after {
    left: 25%;
    width: 50%;
  }
  body.menu_opened #header .menu span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.menu_opened #header .menu span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.menu_opened #header .global_menu {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
    box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
    z-index: 10;
  }
  #header .logo {
    padding: 15px 10px;
    max-width: inherit;
  }
  #header .logo a {
    width: calc(100% - 60px);
    max-width: 240px;
    height: 36px;
  }
  #header .time_box {
    display: none;
  }
  #header .menu {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 55px;
    height: 55px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff450;
    cursor: pointer;
    z-index: 25;
  }
  #header .menu::before, #header .menu::after {
    position: absolute;
    left: 25%;
    display: block;
    content: "";
    width: 50%;
    height: 2px;
    background-color: #172d5b;
    border-radius: 2px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #header .menu::before {
    top: 30%;
  }
  #header .menu::after {
    bottom: 30%;
  }
  #header .menu span {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
  }
  #header .menu span::before, #header .menu span::after {
    position: absolute;
    right: 25%;
    top: 50%;
    display: block;
    content: "";
    margin-top: -1px;
    width: 35%;
    height: 2px;
    background-color: #172d5b;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  #header .global_menu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #16174c;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.66);
    padding-bottom: 50vh;
  }
  #header .global_menu .bg_menu {
    width: 82%;
    margin: auto 0 auto auto;
    min-width: 280px;
    padding: 70px 0 45px;
    background-color: #fff;
  }
  #header .nav {
    padding: 0 14px;
  }
  #header .nav > li {
    border-bottom: 1px solid #fffc83;
    padding: 0;
  }
  #header .nav > li > a {
    padding: 10px 12px;
    color: #000;
    font-size: 1.125rem;
  }
  #header .nav > li.contact {
    border-bottom: 0;
  }
  #header .nav > li.contact .phone {
    height: inherit;
    padding: 18px 0 0;
    margin: 0 auto;
    text-align: center;
  }
  #header .nav > li.contact .phone span {
    font-size: 2rem;
    padding-left: 25px;
    display: inline-block;
    background-size: 18px;
  }
  #header .nav > li.contact .phone strong {
    display: none;
  }
  #header .nav > li.contact .reserve_header {
    margin-top: 10px;
  }
  #header .nav > li.contact .reserve_header .reserve_btn {
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #e24508;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 10px 20px;
    border: 1px solid #e24508;
  }
  #header .nav > li.contact .reserve_header .reserve_btn:after {
    display: none;
  }
  #header .nav > li.ac {
    position: relative;
  }
  #header .nav > li.ac::before, #header .nav > li.ac::after {
    content: "";
    position: absolute;
    cursor: pointer;
    height: 1px;
    width: 10px;
    background-color: #16174c;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  #header .nav > li.ac::before {
    right: 20px;
    top: 25px;
    height: 1px;
    width: 11px;
  }
  #header .nav > li.ac::after {
    top: 20px;
    right: 25px;
    height: 11px;
    width: 1px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #header .nav > li.ac ul.nav_hover_list {
    display: none;
  }
  #header .nav > li.ac.open::after {
    opacity: 0;
  }
  #header .nav > li.ac > a {
    width: calc(100% - 50px);
    font-size: 1.125rem;
  }
  #header .nav .nav_hover .nav_hover_title {
    display: none;
  }
  #header .nav .nav_hover .nav_hover_list {
    min-width: inherit;
  }
  #header .nav .nav_hover .nav_hover_list li {
    width: 100%;
    border-top: 1px solid #fffc83;
  }
  #header .nav .nav_hover .nav_hover_list li a {
    display: block;
    padding: 10px 30px 10px 35px;
    text-decoration: none;
    position: relative;
    font-size: 1.125rem;
  }
  #header .nav .nav_hover .nav_hover_list li a::before {
    top: 49%;
    left: 16px;
    content: "";
    position: absolute;
    cursor: pointer;
    height: 1px;
    width: 14px;
    background-color: #989898;
  }
  #header .schedule {
    display: block;
    padding: 0 14px;
    margin-top: 20px;
  }
  #header .schedule .time {
    margin-top: 10px;
  }
  #header .schedule .time th,
  #header .schedule .time td {
    font-size: 0.8125rem;
    padding: 5px;
  }
  #header .schedule .time th .small,
  #header .schedule .time td .small {
    font-size: 0.75rem;
    font-weight: 400;
  }
}

/* --------------------------------------------------
	 9. Footer
-------------------------------------------------- */
#footer {
  position: relative;
  background-color: #f1f1f1;
}

#footer .logo {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  max-width: 460px;
  height: 70px;
  background: transparent url(image/img_footer_logo.png) no-repeat center center;
  background-size: contain;
}

#footer .clinic .tel {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  max-width: 100%;
  background: transparent url(image/txt_tel.png) no-repeat center center;
  background-size: contain;
}

#footer .clinic .text_access {
  color: #333333;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.125rem;
}

#footer .clinic .reserve_btn,
#footer .clinic .access_btn {
  width: 170px;
  margin: 0 auto;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0 10px;
  border-radius: 4em;
  background-color: #fff;
}

#footer .clinic .reserve_btn:after,
#footer .clinic .access_btn:after {
  display: none;
}

#footer .clinic .reserve_btn {
  color: #e24508;
  border: 1px solid #e24508;
}

#footer .clinic .access_btn {
  color: #16174c;
  border: 1px solid #16174c;
}

#footer .clinic .access_btn::before {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 15px;
  height: 20px;
  background: transparent url(image/icon_map.png) no-repeat center center;
  background-size: contain;
}

#footer .schedule .text_right {
  margin-right: 1em;
}

#footer .schedule .time {
  margin-top: 0;
}

#footer .copyright {
  color: #666666;
  padding: .5em 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.6875rem;
  text-align: center;
}

@media all and (min-width: 740px) {
  #footer {
    padding: 80px 0 30px;
  }
  #footer .clinic dt,
  #footer .clinic dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .clinic .tel {
    width: 280px;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #footer .clinic .reserve_footer {
    margin-bottom: 15px;
  }
  #footer .clinic .access {
    margin-bottom: 10px;
  }
  #footer .clinic .text_access {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  #footer .clinic .reserve_btn {
    font-size: 1.125rem;
    -webkit-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #footer .clinic .reserve_btn:hover {
    color: #fff !important;
    background-color: #e24508;
  }
  #footer .clinic .access_btn {
    font-size: 1.125rem;
    -webkit-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #footer .clinic .access_btn::before {
    -webkit-transition: background-image 0.4s;
    transition: background-image 0.4s;
  }
  #footer .clinic .access_btn:hover {
    color: #fff !important;
    background-color: #16174c;
  }
  #footer .clinic .access_btn:hover::before {
    background-image: url(image/icon_map_wh.png);
  }
  #footer .contact_access {
    padding: 12px 0;
  }
  #footer .schedule {
    text-align: left;
  }
  #footer .schedule .time tbody td span {
    width: 15px;
    height: 15px;
  }
  #footer .schedule .time th,
  #footer .schedule .time td {
    line-height: 1.3;
    padding: 15px 10px;
  }
  #footer .schedule .time th:first-child,
  #footer .schedule .time td:first-child {
    width: 35%;
  }
  #footer .schedule .time th:last-child,
  #footer .schedule .time td:last-child {
    width: inherit;
  }
  #footer .copyright {
    margin-top: 65px;
  }
}

@media all and (min-width: 960px) {
  #footer .logo {
    width: 40%;
    float: left;
    margin: 5px 0 25px;
  }
  #footer .clinic {
    width: 42%;
    float: left;
    padding: 12px 0 12px 25px;
  }
  #footer .clinic .text_access {
    display: inline-block;
  }
  #footer .clinic .access {
    display: inline-block;
    vertical-align: bottom;
  }
  #footer .inner::after {
    display: block;
    content: "";
    clear: both;
  }
  #footer .schedule {
    float: right;
    width: 56%;
    max-width: 632px;
  }
}

@media all and (max-width: 959px) {
  #footer {
    text-align: center;
  }
  #footer .logo {
    width: 100%;
    max-width: inherit;
    margin-bottom: 50px;
  }
  #footer .clinic {
    display: inline-block;
    margin: 30px auto 0;
  }
  #footer .clinic dt, #footer .clinic dd {
    display: block;
  }
  #footer .clinic dt {
    margin-bottom: 25px;
  }
  #footer .clinic .tel {
    width: 100%;
  }
  #footer .clinic .text_access {
    margin: 0 auto;
    text-align: left;
    display: table;
  }
  #footer .clinic .reserve_footer {
    margin-top: 15px;
    text-align: center;
  }
  #footer .clinic .access {
    text-align: center;
    margin-top: 10px;
  }
  #footer .schedule {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 739px) {
  #footer {
    padding: 45px 0 60px;
  }
  #footer .logo {
    width: 300px;
    height: 46px;
    margin: 0 auto;
  }
  #footer .schedule {
    margin-top: 20px;
  }
  #footer .schedule .time {
    margin-top: 10px;
  }
  #footer .clinic {
    text-align: center;
  }
  #footer .clinic .tel {
    width: 250px;
    height: 26px;
    max-width: 100%;
    margin: 0 auto;
  }
  #footer .clinic dd {
    text-align: left;
  }
  #footer .clinic .access_btn,
  #footer .clinic .reserve_btn {
    border-radius: 4em;
    font-size: 0.875rem;
    width: 110px;
  }
  #footer .clinic .access_btn::before {
    width: 8px;
    height: 12px;
  }
  #footer .copyright {
    margin-top: 20px;
    font-size: 0.625rem;
  }
}

/* --------------------------------------------------
	10. Index
-------------------------------------------------- */
body.index #primary > .main_img {
  position: relative;
  padding-right: 125px;
}

body.index #primary > .main_img:before {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  height: 50%;
  position: absolute;
  background-color: #f1f1f1;
}

body.index #primary > .main_img .slider_bg {
  width: 100%;
  z-index: 1;
  position: relative;
  padding-top: 39vw !important;
}

body.index #primary > .main_img .copyright_header {
  top: 0;
  height: 100%;
  right: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.6875rem;
  color: #666;
  text-align: center;
  position: absolute;
  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;
}

body.index #primary > .main_img .copyright_header span {
  padding-bottom: 50px;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

body.index #main_slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

body.index #main_slider .slick-slide {
  padding-top: 39vw !important;
  background: transparent no-repeat center center;
  background-size: cover;
}

article.index h2 {
  margin-bottom: 2em;
  text-align: center;
}

article.index h2 span,
article.index h2 strong {
  display: block;
}

article.index h2 span {
  color: #4d4d4d;
  font-size: 2.1875rem;
  line-height: 1.4;
}

article.index h2 strong {
  color: #e24508;
  margin-top: .5em;
  letter-spacing: 0.02em;
  font-family: 'Noto Serif JP', serif;
}

article.index .text_message {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}

article.index .more {
  text-align: center;
}

article.index .sec01 {
  background-color: #f1f1f1;
}

article.index .sec01 h2 strong {
  margin-top: 0;
}

article.index .sec01 .consultation h2 {
  margin-bottom: 3.8em;
}

article.index .sec01 .consultation .schedule .text_right {
  margin-right: 1em;
}

article.index .sec01 .consultation .schedule .time {
  margin-top: 0;
}

article.index .sec01 .insurance {
  text-align: center;
}

article.index .sec01 .insurance span {
  color: #333;
  font-weight: bold;
  display: inline-block;
  background-color: #fffc83;
  position: relative;
  line-height: 1.2;
}

article.index .sec01 .insurance span:before, article.index .sec01 .insurance span:after {
  top: 50%;
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #333333;
}

article.index .sec01 .news {
  padding: 3.2em 3em 3.5em;
  border-radius: 1em;
  background-color: #fff;
}

article.index .sec01 .news h2 {
  margin-bottom: .8em;
}

article.index .sec01 .news .more {
  margin-top: 2.5em;
  width: 100%;
}

article.index .about.is_show .list_about,
article.index .about.is_show .list_about li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

article.index .about .list_about,
article.index .about .list_about li {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

article.index .about .list_about {
  -webkit-transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s, -webkit-transform 1s 0s;
}

article.index .about .list_about li:nth-child(1) {
  -webkit-transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s, -webkit-transform 1s 0s;
}

article.index .about .list_about li:nth-child(1) .border_gradient:after {
  background-image: url(image/img_about01.png);
}

article.index .about .list_about li:nth-child(2) {
  -webkit-transition: opacity 1s 0.25s, -webkit-transform 1s 0.25s;
  transition: opacity 1s 0.25s, -webkit-transform 1s 0.25s;
  transition: opacity 1s 0.25s, transform 1s 0.25s;
  transition: opacity 1s 0.25s, transform 1s 0.25s, -webkit-transform 1s 0.25s;
}

article.index .about .list_about li:nth-child(2) .border_gradient:after {
  background-image: url(image/img_about02.png);
}

article.index .about .list_about li:nth-child(3) {
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s;
}

article.index .about .list_about li:nth-child(3) .border_gradient:after {
  background-image: url(image/img_about03.png);
}

article.index .about .list_about .border_gradient {
  height: 100%;
  border-style: solid;
  border-image-slice: 1;
  text-align: center;
  border-image-source: linear-gradient(to left, #e13f15, #fff000);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article.index .about .list_about .border_gradient:after {
  content: "";
  display: block;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.index .about .list_about .border_gradient p {
  color: #4d4d4d;
  line-height: 1.4;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

article.index .about .list_about .border_gradient .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fbed21));
  background: linear-gradient(transparent 75%, #fbed21 75%);
  background: -ms-linear-gradient(transparent 0%, transparent 50%, #fbed21 50%, #fbed21 70%, transparent 70%);
}

article.index .medical .image {
  position: relative;
}

article.index .medical .image img {
  max-width: 100%;
  height: auto;
}

article.index .medical .image .list_circle li {
  width: 7.5%;
  height: 90px;
  position: absolute;
  -webkit-animation: flash 2.0s linear infinite;
  animation: flash 2.0s linear infinite;
  background: transparent url(image/img_symptom_cirle.png) no-repeat top center;
  background-size: contain;
}

article.index .medical .image .list_circle li.shoulder {
  left: -1.8%;
  top: 14%;
}

article.index .medical .image .list_circle li.first {
  left: 42.8%;
  top: 22%;
}

article.index .medical .image .list_circle li.waist {
  right: 10%;
  top: 40%;
}

article.index .medical .image .list_circle li.elbow {
  right: 20%;
  top: 69%;
}

article.index .medical .image .list_circle li.knee {
  left: 19.5%;
  top: 84.5%;
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

article.index .clinical {
  background: transparent url(image/bg_clinical.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

article.index .clinical:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.17);
}

article.index .clinical.is_show .list_clinical {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

article.index .clinical h2 span {
  color: #fff;
}

article.index .clinical .list_clinical {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 1s .5s, -webkit-transform 1s .5s;
  transition: opacity 1s .5s, -webkit-transform 1s .5s;
  transition: opacity 1s .5s, transform 1s .5s;
  transition: opacity 1s .5s, transform 1s .5s, -webkit-transform 1s .5s;
}

article.index .clinical .list_clinical li {
  padding: 1px;
}

article.index .clinical .list_clinical li:nth-child(1) .title:before {
  background-image: url(image/img_clinical01.png);
}

article.index .clinical .list_clinical li:nth-child(2) .title:before {
  background-image: url(image/img_clinical02.png);
}

article.index .clinical .list_clinical li:nth-child(3) .title:before {
  background-image: url(image/img_clinical03.png);
}

article.index .clinical .list_clinical li:nth-child(4) .title:before {
  background-image: url(image/img_clinical04.png);
}

article.index .clinical .list_clinical li:nth-child(5) .title:before {
  background-image: url(image/img_clinical05.png);
}

article.index .clinical .list_clinical li:nth-child(6) .title:before {
  background-image: url(image/img_clinical06.png);
}

article.index .clinical .list_clinical li:nth-child(7) .title:before {
  background-image: url(image/img_clinical07.png);
}

article.index .clinical .list_clinical li:nth-child(8) .title:before {
  background-image: url(image/img_clinical08.png);
}

article.index .clinical .list_clinical li:nth-child(9) .title:before {
  background-image: url(image/img_clinical09.png);
}

article.index .clinical .list_clinical li:nth-child(10) .title:before {
  background-image: url(image/img_clinical010.png);
}

article.index .clinical .list_clinical .box {
  width: 100%;
  height: 100%;
  border: 1px solid #b2b2b2;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article.index .clinical .list_clinical .title {
  width: 100%;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  pointer-events: none;
}

article.index .clinical .list_clinical .title:before {
  content: "";
  display: block;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.index .clinical .list_clinical .title span,
article.index .clinical .list_clinical .title strong {
  display: block;
}

article.index .clinical .list_clinical .title span {
  color: #4d4d4d;
  line-height: 1.3;
}

article.index .clinical .list_clinical .title strong {
  color: #e24508;
  letter-spacing: 0.02em;
  font-family: 'Noto Serif JP', serif;
}

article.index .clinical .list_clinical p {
  font-weight: 500;
  color: #333333;
  font-size: 1.125rem;
}

article.index .clinical .list_clinical .more {
  width: 100%;
  padding: 1em 0;
  text-align: left;
  border-top: 1px solid #cbcbcb;
}

article.index .facility {
  position: relative;
}

article.index .facility .text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: left;
  position: absolute;
  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;
}

article.index .facility .text .box {
  width: 397px;
  max-width: 100%;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #b2b2b2;
}

article.index .facility .text p {
  color: #333333;
  font-size: 1.125rem;
}

article.index .facility .text .more {
  width: 100%;
  padding: 1em 0;
  text-align: left;
  border-top: 1px solid #cbcbcb;
}

article.index .facility #image_slider .slick-slide {
  background: transparent no-repeat center center;
  background-size: cover;
}

article.index .contact_faq .title {
  color: #e24508;
  line-height: 1.5;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

article.index .contact_faq p {
  color: #333333;
  font-size: 1.125rem;
}

article.index .contact_faq .bl_right {
  text-align: center;
}

article.index .contact_faq .contact_tel {
  text-align: left;
}

article.index .contact_faq .contact_tel strong {
  display: block;
}

article.index .contact_faq .contact_tel strong {
  line-height: 1.3;
}

article.index .contact_faq .contact_tel a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  max-width: 100%;
  background: transparent url(image/txt_tel.png) no-repeat center center;
  background-size: contain;
}

article.index .reservation .box_border {
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 1em;
  border: 1px solid #e24508;
}

article.index .reservation p {
  font-weight: 500;
}

article.index .reservation .reserve_btn {
  max-width: 100%;
  min-width: inherit;
  border-color: #e24508;
  background-color: #e24508;
}

article.index .reservation .reserve_btn::after {
  margin-top: -5px;
  width: 40px;
  height: 10px;
  background-image: url(image/icon_arow_wh.png);
}

article.index .measures .bg_min {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  border-radius: 1em;
  background-color: #e2f7f6;
}

article.index .measures .title {
  color: #18bdbb;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  border-bottom: 1px solid #18bdbb;
}

article.index .measures p {
  font-weight: 500;
  color: #333333;
  font-size: 1.125rem;
}

article.index .measures .measures_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

article.index .measures .measures_ul li {
  width: 33.33333%;
}

article.index .measures .measures_ul li:nth-child(1) span {
  background-image: url(image/img_measures01.png);
}

article.index .measures .measures_ul li:nth-child(2) span {
  background-image: url(image/img_measures02.png);
}

article.index .measures .measures_ul li:nth-child(3) span {
  background-image: url(image/img_measures03.png);
}

article.index .measures .measures_ul li:nth-child(4) span {
  background-image: url(image/img_measures04.png);
}

article.index .measures .measures_ul li:nth-child(5) span {
  background-image: url(image/img_measures05.png);
}

article.index .measures .measures_ul li:nth-child(6) span {
  background-image: url(image/img_measures06.png);
}

article.index .measures .measures_ul span {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
  background: transparent no-repeat center center;
  background-size: contain;
}

@media all and (min-width: 740px) {
  body.index #header .nav .index a {
    color: #16174c;
  }
  article.index .sec01 .consultation .schedule_text {
    font-size: 1.25rem;
  }
  article.index .sec01 .consultation .schedule_text span {
    min-width: 115px;
  }
  article.index .sec01 .insurance {
    margin: 2em 0 5.5em;
  }
  article.index .sec01 .insurance span {
    font-size: 2.1875rem;
    padding: 0 40px;
  }
  article.index .sec01 .insurance span:before, article.index .sec01 .insurance span:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  article.index .sec01 .insurance span:before {
    left: 10px;
  }
  article.index .sec01 .insurance span:after {
    right: 10px;
  }
  article.index .about {
    padding-bottom: 9.8em !important;
  }
  article.index .about .text_message {
    margin-bottom: 4.3em;
  }
  article.index .about .list_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: -1em;
    margin-right: -1em;
  }
  article.index .about .list_about li {
    width: 33.33333%;
    padding: 0 1em;
  }
  article.index .about .list_about .border_gradient {
    border-width: 2px;
    padding: 2.6em 1.5em 2.4em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article.index .about .list_about .border_gradient:after {
    width: 100%;
    height: 70px;
    margin: 1.2em auto 0;
  }
  article.index .about .list_about .border_gradient p {
    width: 100%;
    font-size: 1.6875rem;
  }
  article.index .about .more {
    margin-top: 3em;
  }
  article.index .medical {
    background: transparent url(image/bg_symptom.png) no-repeat center center;
    background-size: cover;
  }
  article.index .medical h2 {
    margin-bottom: 2.8em;
  }
  article.index .medical h2 strong {
    margin-top: 1em;
  }
  article.index .medical .image {
    margin: 2em 0;
  }
  article.index .clinical {
    padding: 5.5em 0 6em !important;
  }
  article.index .clinical h2 {
    margin-bottom: 3.5em;
  }
  article.index .clinical .list_clinical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  article.index .clinical .list_clinical li {
    width: 33.33333%;
  }
  article.index .clinical .list_clinical .box {
    padding: 1em 2em 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article.index .clinical .list_clinical .title {
    margin-bottom: 2em;
  }
  article.index .clinical .list_clinical .title:before {
    width: 100%;
    height: 80px;
    margin: 2em auto;
  }
  article.index .clinical .list_clinical .title span {
    font-size: 1.75rem;
  }
  article.index .clinical .list_clinical .more {
    margin-top: 1.2em;
  }
  article.index .facility h2 {
    margin-bottom: 1em;
  }
  article.index .facility h2 span {
    font-size: 1.875rem;
  }
  article.index .facility h2 strong {
    margin-top: 0;
  }
  article.index .facility .text {
    padding: 0 40px;
  }
  article.index .facility .text .box {
    padding: 2.2em 2.5em .7em;
  }
  article.index .facility .text .more {
    margin-top: 1.5em;
    padding-left: .7em;
  }
  article.index .facility #image_slider .slick-slide {
    width: 555px;
    height: 410px;
  }
  article.index .contact_faq {
    padding: 3em 0 !important;
  }
  article.index .contact_faq .title {
    font-size: 2.1875rem;
    margin-bottom: 22px;
  }
  article.index .contact_faq .contact_tel {
    margin-bottom: 2.2em;
  }
  article.index .contact_faq .contact_tel strong {
    margin-bottom: .7em;
  }
  article.index .contact_faq .contact_tel strong {
    font-size: 1.5rem;
  }
  article.index .contact_faq .contact_tel a {
    width: 410px;
    height: 45px;
  }
  article.index .reservation {
    padding: 4em 20px !important;
  }
  article.index .reservation .box_border {
    padding: 50px 60px;
  }
  article.index .reservation .more {
    margin-top: 2.5em;
  }
  article.index .reservation .reserve_btn {
    width: 420px;
    padding: .8em 4.5em;
  }
  article.index .reservation .reserve_btn:hover {
    color: #e24508 !important;
    background-color: #fff;
  }
  article.index .reservation .reserve_btn:hover::after {
    background-image: url(image/icon_arow_orange.png);
  }
  article.index .measures .bg_min {
    padding: 64px 20px 50px;
  }
  article.index .measures .title {
    font-size: 1.875rem;
    padding-bottom: 10px;
    margin-bottom: 1.1em;
    border-width: 2px;
  }
  article.index .measures .measures_ul {
    max-width: 790px;
    margin: 0.5em auto 0;
  }
  article.index .measures .measures_ul li {
    padding: 16px 35px;
  }
  article.index .measures .measures_ul span {
    padding-top: 100%;
  }
}

@media all and (min-width: 960px) {
  article.index .contact_faq .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article.index .contact_faq .bl_left {
    max-width: 50%;
  }
  article.index .contact_faq p {
    padding-right: 25px;
  }
  article.index .contact_faq .bl_right {
    width: 507px;
    max-width: 50%;
    text-align: center;
    padding: 6px 15px;
  }
  article.index .contact_faq .faq_btn {
    text-align: left;
  }
  article.index .contact_faq .basic_btn {
    width: 420px;
    max-width: 100%;
    min-width: inherit;
    padding: 1em 5em 1em 3em;
  }
}

@media all and (min-width: 740px) and (max-width: 959px) {
  article.index .about .list_about {
    margin-left: -5px;
    margin-right: -5px;
  }
  article.index .about .list_about li {
    padding: 0 5px;
  }
  article.index .about .list_about .border_gradient {
    border-width: 2px;
    padding: 2.6em 1em 2.4em;
  }
  article.index .about .list_about .border_gradient:after {
    width: 100%;
    height: 70px;
    margin: 1.2em auto 0;
  }
  article.index .about .list_about .border_gradient p {
    font-size: 1.5rem;
  }
  article.index .clinical .list_clinical li {
    width: 50%;
  }
}

@media all and (max-width: 959px) {
  article.index .contact_faq .bl_left {
    max-width: 100%;
    margin-bottom: 2em;
  }
  article.index .contact_faq .bl_right {
    max-width: 100%;
    padding: 1em 2em;
    text-align: center;
  }
  article.index .contact_faq .contact_tel {
    display: inline-block;
  }
  article.index .contact_faq .faq_btn {
    text-align: center;
  }
}

@media only screen and (max-width: 1139px) {
  body.index #header .nav .index a {
    color: #e24508;
  }
  body.index #primary > .main_img {
    padding-right: 0;
  }
  body.index #primary > .main_img .slider_bg {
    padding-top: 45vw !important;
  }
  body.index #primary > .main_img .copyright_header {
    display: none;
  }
  body.index #main_slider .slick-slide {
    padding-top: 45vw !important;
  }
}

@media only screen and (max-width: 739px) {
  body.index #primary > .main_img .slider_bg {
    padding-top: 245px !important;
  }
  body.index #main_slider .slick-slide {
    padding-top: 245px !important;
  }
  article.index h2 span {
    font-size: 1.375rem;
  }
  article.index h2 strong {
    font-size: 0.8125rem;
  }
  article.index .text_message {
    text-align: left;
  }
  article.index .sec01 .consultation h2 {
    margin-bottom: 2em;
  }
  article.index .sec01 .insurance {
    margin: 1em 0 2.5em;
  }
  article.index .sec01 .insurance span {
    font-size: 1.375rem;
    padding: 0 20px;
  }
  article.index .sec01 .insurance span:before, article.index .sec01 .insurance span:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  article.index .sec01 .insurance span:before {
    left: 5px;
  }
  article.index .sec01 .insurance span:after {
    right: 5px;
  }
  article.index .sec01 .news {
    padding: 3.2em 20px 3.5em;
  }
  article.index .about .text_message {
    margin-bottom: 1em;
  }
  article.index .about .list_about li {
    width: 100%;
    padding: .4em .8em;
  }
  article.index .about .list_about .border_gradient {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-width: 1px;
    padding: .8em 1.4em .8em 5em;
    position: relative;
  }
  article.index .about .list_about .border_gradient:after {
    top: calc(50% - 25px);
    left: 1.4em;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
  }
  article.index .about .list_about .border_gradient p {
    width: 100%;
    line-height: 1.5;
    font-size: 1.25rem;
  }
  article.index .about .more {
    margin-top: 1.7em;
  }
  article.index .medical {
    padding: 2.5em 0 3.7em !important;
  }
  article.index .medical h2 {
    margin-bottom: 1.5em;
  }
  article.index .medical h2 strong {
    margin-top: .5em;
  }
  article.index .medical .image {
    margin: 1.5em 0 1.3em;
  }
  article.index .medical .image img {
    width: 100%;
  }
  article.index .medical .image .list_circle li {
    width: 9%;
    height: 14%;
  }
  article.index .medical .image .list_circle li.shoulder {
    left: -1%;
    top: 20%;
  }
  article.index .medical .image .list_circle li.first {
    left: 42%;
    top: 26%;
  }
  article.index .medical .image .list_circle li.waist {
    right: 11%;
    top: 40.7%;
  }
  article.index .medical .image .list_circle li.elbow {
    right: 18.5%;
    top: 63%;
  }
  article.index .medical .image .list_circle li.knee {
    left: 19%;
    top: 75%;
  }
  article.index .clinical {
    padding: 3.2em 0 !important;
  }
  article.index .clinical h2 {
    margin-bottom: 1em;
  }
  article.index .clinical .list_clinical {
    display: block;
  }
  article.index .clinical .list_clinical .box {
    padding: 2em 1.5em;
  }
  article.index .clinical .list_clinical .title {
    width: 100%;
    text-align: left;
    padding: 0 40px 0 50px;
    margin-bottom: 1.5em;
    position: relative;
    pointer-events: auto;
  }
  article.index .clinical .list_clinical .title:before {
    top: 50%;
    left: 0;
    width: 45px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    background-position: left center;
  }
  article.index .clinical .list_clinical .title::after {
    top: 50%;
    right: 0;
    content: "";
    width: 45px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: transparent url(image/icon_arow_orange.png) no-repeat center center;
    background-size: contain;
  }
  article.index .clinical .list_clinical .title span {
    font-size: 1.375rem;
  }
  article.index .clinical .list_clinical .title strong {
    font-size: 0.8125rem;
  }
  article.index .clinical .list_clinical .more {
    display: none;
  }
  article.index .facility h2 {
    margin-bottom: 1em;
  }
  article.index .facility h2 strong {
    margin-top: 0;
  }
  article.index .facility .text {
    padding: 0 20px;
  }
  article.index .facility .text .box {
    width: 310px;
    padding: 2.2em 2em .5em;
  }
  article.index .facility .text .more {
    margin-top: 1em;
  }
  article.index .facility #image_slider .slick-slide {
    width: 410px;
    height: 300px;
  }
  article.index .contact_faq .bl_left {
    margin-bottom: 20px;
  }
  article.index .contact_faq .bl_right {
    padding: 1em 0;
  }
  article.index .contact_faq .title {
    font-size: 1.625rem;
    margin-bottom: 22px;
  }
  article.index .contact_faq .contact_tel {
    width: 100%;
    margin-bottom: 1.5em;
  }
  article.index .contact_faq .contact_tel strong {
    margin-bottom: .7em;
  }
  article.index .contact_faq .contact_tel strong {
    font-size: 1.1875rem;
  }
  article.index .contact_faq .contact_tel a {
    width: 290px;
    max-width: 100%;
    height: 30px;
  }
  article.index .reservation {
    padding: 2em 20px !important;
  }
  article.index .reservation .box_border {
    padding: 30px 20px;
  }
  article.index .reservation .more {
    margin-top: 2em;
  }
  article.index .reservation .reserve_btn {
    width: 250px;
    padding: .822em 4.5em;
  }
  article.index .reservation .reserve_btn:after {
    width: 28px;
    height: 8px;
    margin-top: -4px;
  }
  article.index .measures {
    padding: 0em 0 3em !important;
  }
  article.index .measures .bg_min {
    padding: 40px 15px 30px;
  }
  article.index .measures .title {
    font-size: 1.375rem;
    padding-bottom: .4em;
    margin-bottom: 1em;
  }
  article.index .measures p {
    text-align: left;
  }
  article.index .measures .measures_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  article.index .measures .measures_ul li {
    padding: 5px;
  }
  article.index .measures .measures_ul span {
    padding-top: 100%;
  }
}

@media only screen and (max-width: 320px) {
  article.index .clinical .list_clinical .title {
    padding: 0 25px 0 36px;
  }
  article.index .clinical .list_clinical .title:before {
    width: 40px;
    height: 24px;
    margin-top: -12px;
  }
  article.index .clinical .list_clinical .title::after {
    width: 30px;
  }
  article.index .clinical .list_clinical .title span {
    font-size: 1.125rem;
  }
  article.index .clinical .list_clinical .title strong {
    font-size: 0.75rem;
  }
}

/* --------------------------------------------------
	11. About
-------------------------------------------------- */
body.about #header .nav .about > a {
  color: #16174c;
}

body.about #primary .page_title .image {
  background-image: url(images/about/bg_title.jpg);
}

article.about .text_message {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3em;
}

article.about_index .about .about_message .title {
  color: #f5a123;
  font-weight: bold;
  margin-bottom: .5em;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

article.about_index .about .about_message .text {
  background: rgba(255, 255, 255, 0.89);
  font-size: 1.125rem;
}

article.about_index .about .img_3col p {
  color: #707070;
  font-size: 1.25rem;
  text-align: center;
  padding: .5em 0;
}

article.about_index .about_symptom .title {
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

article.about_index .about_symptom .text_orange {
  font-size: 1.3125rem;
}

article.about_index .about_symptom .about_frame {
  margin: 3.3em 0;
}

article.about_index .about_symptom .about_frame .text {
  font-size: 1.125rem;
}

article.about_index .about_symptom .list_btn .basic_btn {
  width: 100%;
  height: 100%;
  min-width: inherit;
  line-height: 1.5;
  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;
}

article.about_staff .staff .doctor_block .content {
  background-color: #fcd3c8;
}

article.about_staff .staff .story {
  margin-top: 4em;
}

article.about_staff .staff .story .simple_table {
  margin: 0;
}

article.about_staff .staff .story .simple_table th,
article.about_staff .staff .story .simple_table td {
  padding: .7em 1em;
}

article.about_staff .staff .story .simple_table th {
  min-width: 112px;
}

article.about_reason .about_point {
  width: 100%;
  position: relative;
}

article.about_reason .about_point.point01 .image {
  background-image: url(images/about/img_about_point01.jpg);
}

article.about_reason .about_point.point02 .image {
  background-image: url(images/about/img_about_point02.jpg);
}

article.about_reason .about_point.point03 .image {
  background-image: url(images/about/img_about_point03.jpg);
}

article.about_reason .about_point .content {
  position: relative;
  color: #fff;
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  background: transparent url(images/about/bg_gradient.jpg) no-repeat center center;
  background-size: cover;
}

article.about_reason .about_point .point_nb {
  z-index: 1;
  position: absolute;
}

article.about_reason .about_point .title {
  line-height: 1.3;
  margin-bottom: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

@media all and (min-width: 740px) {
  article.about_index .about .about_message .title {
    line-height: 1.4;
    font-size: 2.5625rem;
  }
  article.about_index .about_symptom .title {
    font-size: 1.875rem;
  }
  article.about_index .about_symptom .list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: -20px;
    margin-right: -20px;
  }
  article.about_index .about_symptom .list_btn li {
    width: 33.33333%;
    padding: 20px;
  }
  article.about_index .about_symptom .list_btn .basic_btn {
    min-height: 70px;
    padding: .5em 5em .5em 3em;
  }
  article.about_staff .staff .story {
    margin-left: -30px;
    margin-right: -30px;
  }
  article.about_staff .staff .story > li {
    width: 50%;
    padding: 30px;
  }
  article.about_reason .about_point .point_nb {
    top: -58px;
    width: 180px;
    height: 60px;
  }
  article.about_reason .about_point .title {
    font-size: 1.875rem;
  }
  article.about_reason .about_point .title img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
  article.about_reason .about {
    margin-bottom: 60px;
  }
  article.about_reason .about h3 {
    margin-bottom: 3em;
  }
}

@media all and (min-width: 960px) {
  article.about_index .about .about_message {
    margin-top: 6em;
    position: relative;
    padding: 130px 0 100px;
  }
  article.about_index .about .about_message .image {
    top: 0;
    left: 0;
    bottom: 0;
    width: 1140px;
    z-index: 0;
    max-width: 80%;
    position: absolute;
    background: transparent url(images/about/img_about01.jpg) no-repeat center center;
    background-size: cover;
  }
  article.about_index .about .about_message .image img {
    display: none;
  }
  article.about_index .about .about_message .text {
    width: 940px;
    max-width: 68%;
    z-index: 1;
    position: relative;
    padding: 80px 60px;
    margin: auto 0 auto auto;
  }
  article.about_index .about .about_message .text .box {
    max-width: 100%;
  }
  article.about_index .about_symptom .about_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  article.about_index .about_symptom .about_frame .text {
    width: 60.5%;
    padding-right: 4%;
  }
  article.about_index .about_symptom .about_frame .image {
    width: 39.5%;
  }
  article.about_staff .staff .doctor_block::after {
    display: block;
    content: "";
    clear: both;
  }
  article.about_staff .staff .doctor_block.is_img_l .img_box {
    float: left;
  }
  article.about_staff .staff .doctor_block.is_img_l .img_box .image {
    margin-right: -60px;
  }
  article.about_staff .staff .doctor_block.is_img_l .content {
    float: right;
    padding: 40px 60px 40px 90px;
  }
  article.about_staff .staff .doctor_block.is_img_r .img_box {
    float: right;
  }
  article.about_staff .staff .doctor_block.is_img_r .img_box .image {
    margin-left: -60px;
  }
  article.about_staff .staff .doctor_block.is_img_r .content {
    float: left;
    padding: 40px 90px 40px 60px;
  }
  article.about_staff .staff .doctor_block .img_box {
    width: 33.5%;
    z-index: 1;
    position: relative;
  }
  article.about_staff .staff .doctor_block .img_box .image {
    width: calc(100% + 60px);
  }
  article.about_staff .staff .doctor_block .content {
    margin-top: 40px;
    width: 66.5%;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  article.about_reason .about_point + .about_point {
    margin-top: 190px;
  }
  article.about_reason .about_point.point01 .image {
    background-image: url(images/about/img_about_point01.jpg);
  }
  article.about_reason .about_point.point02 .image {
    background-image: url(images/about/img_about_point02.jpg);
  }
  article.about_reason .about_point.point03 .image {
    background-image: url(images/about/img_about_point03.jpg);
  }
  article.about_reason .about_point.is_img_l .point_nb {
    right: 60px;
  }
  article.about_reason .about_point.is_img_l .image {
    left: 0;
  }
  article.about_reason .about_point.is_img_l .box {
    padding-left: 40px;
    margin: auto 0 auto auto;
  }
  article.about_reason .about_point.is_img_r .point_nb {
    left: 60px;
  }
  article.about_reason .about_point.is_img_r .image {
    right: 0;
  }
  article.about_reason .about_point.is_img_r .box {
    padding-right: 40px;
    margin: auto auto auto 0;
  }
  article.about_reason .about_point .image {
    top: 80px;
    z-index: 1;
    position: absolute;
    width: 52.34375%;
    height: 95.89041%;
    background: transparent no-repeat center center;
    background-size: cover;
  }
  article.about_reason .about_point .image img {
    display: none;
  }
  article.about_reason .about_point .content {
    padding: 6em 3em;
  }
  article.about_reason .about_point .box {
    width: 47%;
    max-width: 520px;
  }
}

@media all and (min-width: 740px) and (max-width: 959px) {
  article.about_index .about_symptom .list_btn {
    margin-left: -10px;
    margin-right: -10px;
  }
  article.about_index .about_symptom .list_btn li {
    padding: 10px;
  }
  article.about_index .about_symptom .list_btn .basic_btn {
    min-height: 70px;
    padding: .5em 3em .5em 2em;
  }
  article.about_index .about_symptom .list_btn .basic_btn::after {
    position: absolute;
    right: 20px;
  }
}

@media all and (max-width: 959px) {
  article.about_index .about_message {
    display: block;
    margin-top: 4em;
  }
  article.about_index .about_message .image,
  article.about_index .about_message .text {
    width: 100%;
  }
  article.about_index .about_message .text {
    padding: 40px;
  }
  article.about_index .about_symptom .about_frame {
    display: block;
  }
  article.about_index .about_symptom .about_frame .text,
  article.about_index .about_symptom .about_frame .image {
    width: 100%;
  }
  article.about_index .about_symptom .about_frame .text {
    margin-top: 2em;
  }
  article.about_staff .staff .doctor_block .content {
    padding: 40px 60px;
  }
  article.about_reason .about_point {
    margin-top: 120px;
  }
  article.about_reason .about_point .image {
    width: 100%;
    text-align: center;
  }
  article.about_reason .about_point .content {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 739px) {
  article.about .text_message {
    text-align: left;
  }
  article.about_index .about .about_message .title {
    line-height: 1.5;
    font-size: 1.875rem;
  }
  article.about_index .about .about_message .text {
    padding: 20px;
  }
  article.about_index .about .list_about li {
    width: 100%;
    padding: .4em .8em;
  }
  article.about_index .about .list_about .border_gradient {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-width: 1px;
    padding: .8em 1.4em .8em 5em;
    position: relative;
  }
  article.about_index .about .list_about .border_gradient:after {
    top: calc(50% - 25px);
    left: 1.4em;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
  }
  article.about_index .about .list_about .border_gradient p {
    width: 100%;
    line-height: 1.5;
    font-size: 1.25rem;
  }
  article.about_index .about_symptom {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 280px;
  }
  article.about_index .about_symptom .title {
    font-size: 1.5rem;
  }
  article.about_index .about_symptom .about_frame {
    margin: 2em 0;
  }
  article.about_index .about_symptom .list_btn li {
    padding: 10px 0;
  }
  article.about_index .about_symptom .list_btn .basic_btn {
    min-height: 50px;
    padding: .5em 3em .5em 2em;
  }
  article.about_index .about_symptom .list_btn .basic_btn::after {
    position: absolute;
    right: 20px;
  }
  article.about_staff .staff .story > li {
    padding: 15px 0;
  }
  article.about_staff .staff .story .simple_table {
    margin: 0;
  }
  article.about_staff .staff .story .simple_table th,
  article.about_staff .staff .story .simple_table td {
    padding: .7em 1em;
  }
  article.about_staff .staff .story .simple_table th {
    min-width: 90px;
  }
  article.about_staff .staff .doctor_block .content {
    padding: 20px;
  }
  article.about_reason .about_point {
    margin-top: 70px;
  }
  article.about_reason .about_point .content {
    padding: 30px 20px;
  }
  article.about_reason .about_point .point_nb {
    top: -28px;
    width: 90px;
    height: 30px;
  }
  article.about_reason .about_point .title {
    font-size: 1.25rem;
  }
  article.about_reason .about_point .title img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  article.about_reason .about {
    margin-bottom: 30px;
  }
}

/* --------------------------------------------------
	12. Medical Treatment
-------------------------------------------------- */
body.medical #header .nav .medical > a {
  color: #16174c;
}

body.medical #primary .page_title .image {
  background-image: url(images/medical/bg_title.jpg);
}

article.medical .text_message {
  font-weight: 500;
}

article.medical .medical_title {
  color: #666666;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}

article.medical .medical_title:before {
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  content: "";
  height: 1px;
  width: 100%;
  z-index: -1;
  position: absolute;
  background-color: #cbcbcb;
}

article.medical .medical_title span {
  display: inline-block;
  background-color: #fff;
}

article.medical .medical_links > li {
  padding: 1px;
}

article.medical .medical_links > li:nth-child(1) .title:before {
  background-image: url(image/img_clinical01.png);
}

article.medical .medical_links > li:nth-child(2) .title:before {
  background-image: url(image/img_clinical02.png);
}

article.medical .medical_links > li:nth-child(3) .title:before {
  background-image: url(image/img_clinical03.png);
}

article.medical .medical_links > li:nth-child(4) .title:before {
  background-image: url(image/img_clinical04.png);
}

article.medical .medical_links > li:nth-child(5) .title:before {
  background-image: url(image/img_clinical05.png);
}

article.medical .medical_links > li:nth-child(6) .title:before {
  background-image: url(image/img_clinical06.png);
}

article.medical .medical_links > li:nth-child(7) .title:before {
  background-image: url(image/img_clinical07.png);
}

article.medical .medical_links > li:nth-child(8) .title:before {
  background-image: url(image/img_clinical08.png);
}

article.medical .medical_links > li:nth-child(9) .title:before {
  background-image: url(image/img_clinical09.png);
}

article.medical .medical_links > li:nth-child(10) .title:before {
  background-image: url(image/img_clinical010.png);
}

article.medical .medical_links > li.accident .title:before {
  background-image: url(image/img_clinical06.png);
}

article.medical .medical_links > li.current a {
  background: rgba(255, 232, 225, 0.9);
}

article.medical .medical_links > li.current .title:after {
  display: none;
}

article.medical .medical_links > li.current .more {
  display: none;
}

article.medical .medical_links a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 1px solid #b2b2b2;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article.medical .medical_links .title {
  color: #4d4d4d;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

article.medical .medical_links .title:before {
  content: "";
  display: block;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.medical .medical_links .title strong {
  color: #e24508;
  display: block;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-family: 'Noto Serif JP', serif;
}

article.medical .medical_links p {
  font-weight: 500;
  color: #333333;
  font-size: 1.125rem;
}

article.medical .medical_links .more {
  width: 100%;
  padding: 1em 0 1em .5em;
  text-align: left;
  border-top: 1px solid #cbcbcb;
}

article.medical .medical_links .text_link {
  color: #e24508 !important;
  width: 100%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}

article.medical .medical_links .text_link::after {
  top: 50%;
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  background: transparent url(image/icon_arow_orange.png) no-repeat center center;
  background-size: contain;
}

article.medical_index .five_diseases .list_diseases p {
  font-weight: 500;
  padding: 3px 20px;
  background-color: #fcd3c8;
}

article.medical_index .five_diseases .list_diseases p span {
  color: #e24508;
  margin-right: 1em;
}

article.medical_index .treatment h4 {
  margin: 2em 0 1em;
}

article.medical_index .treatment .basic_treatment h5 ~ h5 {
  margin-top: 1em;
  line-height: 1.5;
}

article.medical_index .visitors .list_steps > li:not(:last-child) .step {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

article.medical_index .visitors .list_steps > li:not(:last-child) .step dd {
  position: relative;
  z-index: 2;
}

article.medical_index .visitors .list_steps > li:not(:last-child) .step:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: scaleY(2.1) rotate(45deg);
  transform: scaleY(2.1) rotate(45deg);
  background: #fff;
  z-index: 1;
}

article.medical_index .visitors .list_steps > li:not(:last-child) .step:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(45deg, #F6A307, #F29907);
  -webkit-transform: scaleY(2.1) rotate(45deg);
  transform: scaleY(2.1) rotate(45deg);
  z-index: -2;
}

article.medical_index .visitors .list_steps .step {
  width: 100%;
  border: 1px solid #000;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #e13f15, #fff000);
}

article.medical_index .visitors .list_steps dt .number {
  color: #e24508;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

article.medical_index .visitors .list_steps dt strong {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed #efc230;
}

article.medical_index .visitors .please_note {
  border: 1px dashed #707070;
}

article.medical_index .visitors .please_note .title {
  color: #e24508;
  font-weight: bold;
  margin-bottom: 1em;
}

article.medical_index .questionnaire .more {
  margin-top: 3em;
  text-align: center;
}

article.medical_index .questionnaire .more .basic_btn::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: .5em;
  width: 30px;
  height: 15px;
  background: transparent url(image/icon_pdf.png) no-repeat center center;
  background-size: contain;
}

article.medical_orthopedics .symptom_list > li {
  padding-left: 33px;
  font-weight: 500;
}

article.medical_orthopedics .symptom_list > li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-left: -33px;
  margin-right: 13px;
  text-align: right;
  background: transparent url(images/medical/icon_check.png) no-repeat center left;
  background-size: contain;
}

article.medical_orthopedics .symptom_list > li > ul,
article.medical_orthopedics .symptom_list > li > ol {
  margin-left: 1.25em;
}

article.medical_orthopedics .symptom_list > li span {
  font-size: 1.25rem;
}

article.medical_orthopedics .symptom_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4em 0;
}

article.medical_orthopedics .symptom_anc li {
  padding: 5px 10px;
  line-height: 1;
}

article.medical_orthopedics .symptom_anc a {
  color: #f6921e;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#f05a24), to(#f6921e));
  background: linear-gradient(to left, #f05a24, #f6921e);
  border-radius: 50%;
}

article.medical_orthopedics .symptom_anc a span {
  line-height: 1.1;
  color: #e24508;
  display: block;
}

article.medical_orthopedics .symptom_anc .box {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

article.medical_orthopedics .symptom_detail .box {
  position: relative;
}

article.medical_orthopedics .symptom_detail .box .image {
  top: 0;
  right: 0;
  max-width: 50%;
  position: absolute;
}

article.medical_orthopedics .symptom_detail .box .image:before {
  content: "";
  position: absolute;
  -webkit-animation: flash 2.0s linear infinite;
  animation: flash 2.0s linear infinite;
  background: transparent url(image/img_symptom_cirle.png) no-repeat top center;
  background-size: contain;
}

article.medical_orthopedics .symptom_detail .box li:last-child {
  text-align: right;
  font-size: 1.25rem;
}

article.medical_orthopedics .symptom_detail .box li:last-child::before {
  display: none;
}

article.medical_rehabilitation .rehabilitation .text_message {
  font-weight: 500;
  text-align: center;
}

article.medical_rehabilitation .rehabilitation .more {
  text-align: center;
}

article.medical_sports_orthopedics #image_slider {
  margin: 3em 0;
}

article.medical_sports_orthopedics #image_slider .item {
  margin: 0 2px;
}

article.medical_sports_orthopedics h4 {
  margin-top: 3em;
}

article.medical_sports_orthopedics .sports_diseases {
  position: relative;
  margin: 3.5em auto 5em;
  text-align: center;
}

article.medical_sports_orthopedics .sports_diseases .image {
  max-width: 100%;
  display: inline-block;
}

article.medical_sports_orthopedics .sports_diseases .list_circle {
  display: inline-block;
}

article.medical_sports_orthopedics .sports_diseases .list_circle li {
  width: 7.5%;
  height: 90px;
  position: absolute;
  -webkit-animation: flash 2.0s linear infinite;
  animation: flash 2.0s linear infinite;
  background: transparent url(image/img_symptom_cirle.png) no-repeat top center;
  background-size: contain;
}

article.medical_sports_orthopedics .sports_diseases .list_circle li.elbow {
  left: 40.5%;
  top: 21.8%;
}

article.medical_sports_orthopedics .sports_diseases .list_circle li.knee {
  right: 32.2%;
  top: 57%;
}

article.medical_sports_orthopedics .sports_diseases .list_circle li.strain {
  left: 38%;
  bottom: 20.2%;
}

article.medical_sports_orthopedics .sports_diseases .list_circle li.fracture {
  right: 42.5%;
  bottom: 8.5%;
}

article.medical_sports_orthopedics .sports_diseases .list_circle li.ankle {
  left: 34%;
  bottom: 4.4%;
}

@media all and (min-width: 740px) {
  article.medical .text_message {
    text-align: center;
  }
  article.medical .medical_title {
    font-size: 1.5625rem;
  }
  article.medical .medical_title span {
    padding: 0 15px;
  }
  article.medical .medical_links {
    margin-bottom: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  article.medical .medical_links > li {
    width: 33.33333%;
  }
  article.medical .medical_links a {
    min-height: 342px;
    padding: 3em 2.3em .5em 2.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article.medical .medical_links a:hover .text_link:after {
    right: 0;
  }
  article.medical .medical_links .title {
    font-size: 1.625rem;
    margin-bottom: 1.2em;
  }
  article.medical .medical_links .title:before {
    width: 100%;
    height: 80px;
    margin: 0 auto 30px;
  }
  article.medical .medical_links .text {
    margin-bottom: 3em;
  }
  article.medical .medical_links .text_link {
    padding-right: 3.5em;
  }
  article.medical .medical_links .text_link::after {
    right: 1em;
    width: 40px;
    height: 10px;
    margin-top: -6px;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
  article.medical .basic_ul.diff_2col {
    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;
    margin-right: -40px;
  }
  article.medical .basic_ul.diff_2col > li {
    width: 50%;
    padding-right: 40px;
    margin: .5em 0;
  }
  article.medical .basic_ul.diff_3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -30px;
  }
  article.medical .basic_ul.diff_3col > li {
    width: 33.33333%;
    padding-right: 40px;
  }
  article.medical_index .five_diseases .list_diseases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1em;
    margin-right: -1em;
  }
  article.medical_index .five_diseases .list_diseases > li {
    width: 33.33333%;
    padding: 1em;
  }
  article.medical_index .five_diseases .list_diseases p {
    font-size: 1.2rem;
  }
  article.medical_index .visitors .list_steps > li:not(:last-child) {
    margin-bottom: 6em;
  }
  article.medical_index .visitors .list_steps > li:not(:last-child) .step:after {
    width: 50px;
    height: 50px;
    bottom: -21px;
  }
  article.medical_index .visitors .list_steps > li:not(:last-child) .step:before {
    width: 50px;
    height: 50px;
    bottom: -26px;
  }
  article.medical_index .visitors .list_steps .step {
    padding: 30px;
    display: table;
    min-height: 200px;
  }
  article.medical_index .visitors .list_steps dt, article.medical_index .visitors .list_steps dd {
    display: table-cell;
    vertical-align: middle;
  }
  article.medical_index .visitors .list_steps dt {
    display: table-cell;
    width: 33%;
    min-width: 310px;
    padding: 0 10px;
    white-space: nowrap;
  }
  article.medical_index .visitors .list_steps dt .number {
    font-size: 8.125rem;
    margin-right: 15%;
  }
  article.medical_index .visitors .list_steps dt strong {
    font-size: 1.5rem;
  }
  article.medical_index .visitors .list_steps dd {
    width: 67%;
    font-size: 1.25rem;
  }
  article.medical_index .visitors .please_note {
    padding: 40px 30px;
    margin-top: 6em;
  }
  article.medical_index .visitors .please_note .title {
    font-size: 1.4375rem;
  }
  article.medical_orthopedics .symptom_anc {
    margin-left: -10px;
    margin-right: -10px;
  }
  article.medical_orthopedics .symptom_anc a {
    width: 133px;
    height: 133px;
    font-size: 1.125rem;
    padding: 2px;
  }
  article.medical_orthopedics .symptom_anc a span {
    font-size: 3.125rem;
  }
  article.medical_orthopedics .symptom_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.medical_orthopedics .symptom_detail .item {
    width: 50%;
    padding: 20px;
  }
  article.medical_orthopedics .symptom_detail .item:nth-child(even) {
    padding-left: 60px;
  }
  article.medical_orthopedics .symptom_detail .item.pain_first .image {
    top: -30px;
    width: 270px;
  }
  article.medical_orthopedics .symptom_detail .item.pain_first .image:before {
    top: 34%;
    left: 32%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_shoulder .image {
    top: -10px;
    width: 190px;
  }
  article.medical_orthopedics .symptom_detail .item.pain_shoulder .image:before {
    top: 23%;
    left: -10%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_waist .image {
    top: -80px;
    width: 330px;
    max-width: 60%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_waist .image:before {
    bottom: 5%;
    left: 38.5%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_elbow .image {
    top: -70px;
    width: 240px;
  }
  article.medical_orthopedics .symptom_detail .item.pain_elbow .image:before {
    bottom: -3%;
    left: 7%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_knee .image {
    top: -90px;
    width: 230px;
  }
  article.medical_orthopedics .symptom_detail .item.pain_knee .image:before {
    top: 28%;
    right: 0%;
  }
  article.medical_orthopedics .symptom_detail .box {
    min-height: 340px;
    padding-top: 30px;
  }
  article.medical_orthopedics .symptom_detail .box .image:before {
    width: 90px;
    height: 90px;
  }
  article.medical_orthopedics .symptom_list {
    max-width: 285px;
  }
  article.medical_rehabilitation .rehabilitation .text_message {
    margin-bottom: 6em;
  }
  article.medical_rehabilitation .rehabilitation .img_3col {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  article.medical_rehabilitation .rehabilitation .more {
    margin-top: 120px;
  }
  article.medical_sports_orthopedics h5 {
    margin-top: 2.5em;
  }
}

@media all and (min-width: 740px) and (max-width: 959px) {
  article.medical .medical_links > li {
    width: 50%;
  }
  article.medical .basic_ul.diff_3col > li {
    width: 50%;
  }
  article.medical_index .five_diseases .list_diseases {
    margin-left: -.5em;
    margin-right: -.5em;
  }
  article.medical_index .five_diseases .list_diseases > li {
    width: 50%;
    padding: .5em;
  }
  article.medical_index .five_diseases .list_diseases p {
    font-size: 1.3rem;
  }
  article.medical_index .visitors .list_steps > li:not(:last-child) {
    margin-bottom: 5em;
  }
  article.medical_index .visitors .list_steps dt {
    min-width: 240px;
  }
  article.medical_index .visitors .list_steps dt .number {
    font-size: 5.625rem;
    margin-right: 20px;
  }
  article.medical_index .visitors .list_steps dt strong {
    font-size: 1.25rem;
  }
  article.medical_index .visitors .list_steps dd {
    font-size: 1.125rem;
  }
  article.medical_orthopedics .symptom_anc a {
    width: 120px;
    height: 120px;
    font-size: 1.125rem;
    padding: 2px;
  }
  article.medical_orthopedics .symptom_anc a span {
    font-size: 3.125rem;
  }
  article.medical_orthopedics .symptom_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.medical_orthopedics .symptom_detail .item {
    width: 600px;
    max-width: 100%;
    padding: 20px;
  }
  article.medical_orthopedics .symptom_detail .item:nth-child(even) {
    padding: 20px;
  }
}

@media only screen and (max-width: 739px) {
  article.medical .medical_title {
    font-size: 1.375rem;
  }
  article.medical .medical_title span {
    padding: 0 10px;
  }
  article.medical .medical_links {
    display: block;
    margin-bottom: 3em;
  }
  article.medical .medical_links a {
    padding: 2em 1.5em;
  }
  article.medical .medical_links .title {
    width: 100%;
    font-size: 1.375rem;
    text-align: left;
    padding: 0 40px 0 50px;
    position: relative;
    pointer-events: auto;
    margin-bottom: 1.5em;
  }
  article.medical .medical_links .title:before {
    top: 50%;
    left: 0;
    width: 45px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    background-position: left center;
  }
  article.medical .medical_links .title::after {
    top: 50%;
    right: 0;
    content: "";
    width: 45px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: transparent url(image/icon_arow_orange.png) no-repeat center center;
    background-size: contain;
  }
  article.medical .medical_links .title strong {
    font-size: 0.8125rem;
  }
  article.medical .medical_links .more {
    display: none;
  }
  article.medical .basic_ul.diff_2col > li + li {
    margin-top: 1em;
  }
  article.medical_index .five_diseases .list_diseases > li {
    width: 100%;
    padding: .5em 0;
  }
  article.medical_index .five_diseases .list_diseases p {
    font-size: 1.375rem;
  }
  article.medical_index .visitors .list_steps > li:not(:last-child) {
    margin-bottom: 4em;
  }
  article.medical_index .visitors .list_steps > li:not(:last-child) .step:after {
    width: 26px;
    height: 26px;
    bottom: -11px;
  }
  article.medical_index .visitors .list_steps > li:not(:last-child) .step:before {
    width: 26px;
    height: 26px;
    bottom: -15px;
  }
  article.medical_index .visitors .list_steps .step {
    padding: 20px;
  }
  article.medical_index .visitors .list_steps dt, article.medical_index .visitors .list_steps dd {
    display: block;
    width: 100%;
  }
  article.medical_index .visitors .list_steps dt {
    padding: 0 10px 10px;
    text-align: center;
  }
  article.medical_index .visitors .list_steps dt .number {
    font-size: 5.625rem;
    margin-right: 20px;
  }
  article.medical_index .visitors .list_steps dt strong {
    font-size: 1.25rem;
  }
  article.medical_index .visitors .list_steps dd {
    font-size: 1.125rem;
  }
  article.medical_index .visitors .please_note {
    padding: 20px;
    margin-top: 4em;
  }
  article.medical_index .visitors .please_note .title {
    font-size: 1.25rem;
    margin-bottom: .5em;
  }
  article.medical_index .vaccination .asterisk {
    font-size: 1rem;
  }
  article.medical_orthopedics .symptom_anc {
    margin-left: -10px;
    margin-right: -10px;
  }
  article.medical_orthopedics .symptom_anc li {
    padding: 5px 10px;
  }
  article.medical_orthopedics .symptom_anc a {
    width: 80px;
    height: 80px;
    font-size: 0.875rem;
    padding: 1px;
  }
  article.medical_orthopedics .symptom_anc a span {
    font-size: 2.25rem;
  }
  article.medical_orthopedics .symptom_detail {
    display: block;
  }
  article.medical_orthopedics .symptom_detail .item {
    width: 100%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_first .image {
    top: -10px;
    width: 130px;
  }
  article.medical_orthopedics .symptom_detail .item.pain_first .image:before {
    top: 34%;
    left: 32%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_shoulder .image {
    top: -10px;
    width: 90px;
  }
  article.medical_orthopedics .symptom_detail .item.pain_shoulder .image:before {
    top: 23%;
    left: -10%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_waist .image {
    top: -30px;
    width: 160px;
    max-width: 60%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_waist .image:before {
    bottom: 5%;
    left: 38.5%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_elbow .image {
    top: -40px;
    width: 110px;
  }
  article.medical_orthopedics .symptom_detail .item.pain_elbow .image:before {
    bottom: -3%;
    left: 7%;
  }
  article.medical_orthopedics .symptom_detail .item.pain_knee .image {
    top: -30px;
    width: 120px;
  }
  article.medical_orthopedics .symptom_detail .item.pain_knee .image:before {
    top: 28%;
    right: 0%;
  }
  article.medical_orthopedics .symptom_detail .box {
    min-height: 200px;
    padding-top: 10px;
  }
  article.medical_orthopedics .symptom_detail .box .image {
    max-width: 40%;
  }
  article.medical_orthopedics .symptom_detail .box .image:before {
    width: 40px;
    height: 40px;
  }
  article.medical_orthopedics .symptom_list {
    max-width: 240px;
  }
  article.medical_orthopedics .symptom_list li:last-child {
    text-align: left !important;
  }
  article.medical_rehabilitation .rehabilitation .text_message {
    margin-bottom: 4em;
  }
  article.medical_rehabilitation .rehabilitation .more {
    margin-top: 4em;
  }
  article.medical_sports_orthopedics h5 {
    margin-top: 2em;
  }
  article.medical_sports_orthopedics .sports_diseases {
    margin: 3em auto;
  }
  article.medical_sports_orthopedics .sports_diseases .list_circle li {
    width: 9%;
    height: 14%;
  }
  article.medical_sports_orthopedics .sports_diseases .list_circle li.elbow {
    left: 41%;
    top: 21%;
  }
  article.medical_sports_orthopedics .sports_diseases .list_circle li.knee {
    right: 31%;
    top: 53%;
  }
  article.medical_sports_orthopedics .sports_diseases .list_circle li.strain {
    left: 36%;
    bottom: 26%;
  }
  article.medical_sports_orthopedics .sports_diseases .list_circle li.fracture {
    right: 42.5%;
    bottom: 15.8%;
  }
  article.medical_sports_orthopedics .sports_diseases .list_circle li.ankle {
    left: 31.2%;
    bottom: 10.5%;
  }
}

@media only screen and (max-width: 320px) {
  article.medical .medical_links .title {
    font-size: 1.125rem;
    padding: 0 35px 0 40px;
  }
  article.medical .medical_links .title::after, article.medical .medical_links .title::before {
    width: 30px;
  }
  article.medical .medical_links .title strong {
    font-size: 0.75rem;
  }
}

/* --------------------------------------------------
	13. Introduction
-------------------------------------------------- */
body.introduction #header .nav .introduction > a {
  color: #16174c;
}

body.introduction #primary .page_title .image {
  background-image: url(images/introduction/bg_title.jpg);
}

article.introduction .introduction h4 {
  margin-bottom: 1em;
}

article.introduction .introduction .text_message {
  font-weight: 500;
  text-align: center;
  margin-bottom: 5em;
}

article.introduction .introduction .img_3col {
  margin-top: 0;
}

article.introduction .introduction .two_columns li {
  margin-bottom: 30px;
}

article.introduction .introduction .introduction_air {
  margin: 2em 0 4em;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #e13f15, #fff000);
}

article.introduction .introduction .introduction_air .image {
  text-align: center;
}

article.introduction .introduction .introduction_air .image img {
  width: 300px;
  max-width: 100%;
}

article.introduction .introduction .introduction_air .text {
  font-weight: 500;
  background-color: #fff;
}

article.introduction .introduction .introduction_air .title {
  color: #e24508;
  font-size: 1.4375rem;
  font-weight: bold;
}

article.introduction .introduction .introduction_air .basic_dl {
  margin-top: 1em;
}

@media all and (min-width: 740px) {
  article.introduction .introduction .text_message {
    margin-bottom: 5em;
  }
  article.introduction .introduction .introduction_air {
    padding: 30px;
    border-width: 2px;
  }
}

@media all and (min-width: 960px) {
  article.introduction .introduction .introduction_air {
    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;
  }
  article.introduction .introduction .introduction_air .image {
    width: 25%;
    max-width: 280px;
  }
  article.introduction .introduction .introduction_air .text {
    width: 71%;
  }
}

@media all and (max-width: 959px) {
  article.introduction .introduction .introduction_air {
    display: block;
  }
  article.introduction .introduction .introduction_air .image {
    width: 100%;
  }
  article.introduction .introduction .introduction_air .text {
    margin-top: 1em;
    width: 100%;
  }
}

@media only screen and (max-width: 739px) {
  article.introduction .introduction .text_message {
    text-align: left;
    margin-bottom: 3em;
  }
  article.introduction .introduction .introduction_air {
    padding: 20px;
    border-width: 1px;
  }
}

/* --------------------------------------------------
	14. Faq
-------------------------------------------------- */
body.faq #header .nav .faq > a {
  color: #16174c;
}

body.faq #primary .page_title .image {
  background-image: url(images/faq/bg_title.jpg);
}

article.faq .faq .faq_list {
  max-width: 1000px;
  margin: 2em auto;
  font-size: 1.25rem;
}

article.faq .faq .faq_list dt {
  margin-top: 2.6em;
  color: #e24508;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  position: relative;
  background-color: #fcd3c8;
  padding: 19px 80px 19px 30px;
}

article.faq .faq .faq_list dt::after, article.faq .faq .faq_list dt::before {
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  content: "";
  margin-top: -2px;
  width: 30px;
  height: 4px;
  background-color: #e24508;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

article.faq .faq .faq_list dt::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

article.faq .faq .faq_list dt.active::after {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

article.faq .faq .faq_list dd {
  display: none;
  background: #ffffff;
  margin-bottom: 2em;
  padding: 20px 30px;
  border: 2px solid #fcd3c8;
  border-top: 0;
}

article.faq .faq .faq_list dd .basic_btn {
  margin-left: 0;
  text-align: left;
}

@media only screen and (max-width: 739px) {
  article.faq .faq .faq_list dt {
    margin-top: 2em;
    padding: 15px 50px 15px 20px;
  }
  article.faq .faq .faq_list dt::after, article.faq .faq .faq_list dt::before {
    right: 20px;
    margin-top: -1px;
    width: 15px;
    height: 2px;
  }
}

/* --------------------------------------------------
	15. Access
-------------------------------------------------- */
body.access #header .nav .access > a {
  color: #16174c;
}

body.access #primary .page_title .image {
  background-image: url(images/access/bg_title.jpg);
}

article.access .access .lyt_item_a {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 9em;
}

article.access .access .lyt_item_a .basic_table {
  margin: 0;
}

article.access .access .access_map {
  overflow: hidden;
  position: relative;
  height: 595px;
}

article.access .access .access_map iframe {
  position: absolute;
  left: 0;
  top: -170px;
  width: 100% !important;
  height: calc(100% + 595px) !important;
}

article.access .how_to .basic_dl dt {
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: .5em;
}

article.access .how_to .basic_dl dt .icon {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
}

article.access .how_to .basic_dl dd {
  margin-bottom: 1.5em;
}

article.access .how_to h4 {
  margin: 3em 0 .5em;
}

article.access .how_to .tel {
  font-size: 3.125rem;
}

@media all and (min-width: 740px) and (max-width: 959px) {
  article.access .access .lyt_item_a {
    display: block;
  }
  article.access .access .lyt_item_a .item,
  article.access .access .lyt_item_a .image {
    width: 100%;
  }
  article.access .access .lyt_item_a .item {
    margin-top: 2em;
  }
}

@media only screen and (max-width: 739px) {
  article.access .access .lyt_item_a {
    margin-bottom: 4em;
  }
  article.access .how_to .basic_dl dt {
    font-size: 1.25rem;
  }
  article.access .how_to .basic_dl dt .icon {
    width: 30px;
    margin-right: 10px;
  }
}

/* --------------------------------------------------
	16. News
-------------------------------------------------- */
article.news_detail .detail.is_show h3,
article.news_detail .detail.is_show .date,
article.news_detail .detail.is_show .content,
article.news_detail .detail.is_show .return {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

article.news_detail .detail h3,
article.news_detail .detail .date,
article.news_detail .detail .content,
article.news_detail .detail .return {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

article.news_detail .detail h3 {
  margin-bottom: 2em;
  -webkit-transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s, -webkit-transform 1s 0s;
}

article.news_detail .detail .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

article.news_detail .detail .date {
  font-size: 1.125rem;
  margin-right: 1.8em;
}

article.news_detail .detail .cat {
  color: #fff;
  text-align: center;
  min-height: inherit;
  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-size: 0.875rem;
  background-color: #e24508;
}

article.news_detail .detail .cat.cat01 {
  background-color: #e24508;
}

article.news_detail .detail .cat.cat02 {
  background-color: #18bdbb;
}

article.news_detail .detail .cat.cat03 {
  background-color: #1a4591;
}

article.news_detail .detail .content {
  -webkit-transition: opacity 1s .75s, -webkit-transform 1s .75s;
  transition: opacity 1s .75s, -webkit-transform 1s .75s;
  transition: opacity 1s .75s, transform 1s .75s;
  transition: opacity 1s .75s, transform 1s .75s, -webkit-transform 1s .75s;
}

article.news_detail .detail .content::after {
  display: block;
  content: "";
  clear: both;
}

article.news_detail .detail .content p {
  min-height: 1.8em;
}

article.news_detail .detail .content img {
  height: auto !important;
}

article.news_detail .detail .content em {
  font-style: italic;
}

article.news_detail .detail .content table {
  background-color: #fff;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

article.news_detail .detail .content table th,
article.news_detail .detail .content table td {
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  text-align: left;
  vertical-align: middle;
  padding: 1.2em 2.4em;
}

article.news_detail .detail .content table th {
  color: #000;
  text-align: center;
  font-weight: normal;
}

article.news_detail .detail .content table.aligncenter {
  margin: 0 auto;
}

article.news_detail .detail .content table.alignleft {
  float: left;
}

article.news_detail .detail .content table.alignright {
  float: right;
}

article.news_detail .detail .content ul,
article.news_detail .detail .content ol {
  margin-left: 1em;
}

article.news_detail .detail .content ul > li,
article.news_detail .detail .content ol > li {
  padding-left: .25em;
}

article.news_detail .detail .content ul > li > ul,
article.news_detail .detail .content ul > li > ol,
article.news_detail .detail .content ol > li > ul,
article.news_detail .detail .content ol > li > ol {
  margin-left: 1.25em;
}

article.news_detail .detail .content ul > li {
  list-style: disc;
}

article.news_detail .detail .content ul.two_columns {
  margin-left: 0;
}

article.news_detail .detail .content ul.two_columns > li {
  list-style: none;
}

article.news_detail .detail .content ul.two_columns > li:before {
  display: none;
}

article.news_detail .detail .content ul.two_columns .col {
  height: 100%;
  border: 1px solid #b2b2b2;
}

article.news_detail .detail .content ol {
  list-style: decimal;
}

article.news_detail .detail .content dl > dt {
  color: #e24508;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

article.news_detail .detail .content dl > dd {
  margin-left: 1em;
  margin-bottom: .5em;
}

article.news_detail .detail img.aligncenter {
  display: block;
  margin: 0 auto;
}

article.news_detail .detail img.alignleft {
  float: left;
}

article.news_detail .detail img.alignright {
  float: right;
}

@media all and (min-width: 740px) {
  article.news_detail .detail .inner {
    margin: 0 auto;
    padding: 0 2.5em !important;
    max-width: 1000px !important;
  }
  article.news_detail .detail .cat {
    width: 80px;
    height: 20px;
    line-height: 1.3;
    margin-right: 2em;
  }
  article.news_detail .detail .content table {
    max-width: calc(1000px - 2.5em * 2) !important;
  }
  article.news_detail .detail .two_columns li {
    width: 50%;
    padding: 15px 15px !important;
  }
  article.news_detail .detail .two_columns li .col {
    padding: 28px 25px 30px;
  }
}

@media all and (min-width: 740px) and (max-width: 1039px) {
  article.news_detail .detail .content table {
    width: 100% !important;
  }
}

@media only screen and (max-width: 739px) {
  article.news_detail .detail .content table {
    width: 100% !important;
  }
  article.news_detail .detail .date {
    font-size: 0.875rem;
    margin-right: 15px;
  }
  article.news_detail .detail .cat {
    height: 18px;
    width: 83px;
  }
  article.news_detail .detail .two_columns li {
    width: 100%;
    padding: 10px 0;
  }
  article.news_detail .detail .two_columns li .col {
    padding: 20px;
  }
}

/* --------------------------------------------------
	12. Template
-------------------------------------------------- */
