@charset "UTF-8";
/*----------------------------------------------------------------------
round
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
shadow
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
color
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
gradation
----------------------------------------------------------------------*/
/*----- gradientのスタイル -----*/
/*----- transitionのスタイル -----*/
/*----- hoverのスタイル -----*/
/*----- ページタイトルのスタイル -----*/
/*----- 一覧のスタイル（PC） -----*/
/*----- 一覧のスタイル（SP） -----*/
/*----- 記事詳細スタイル（PC） -----*/
/*----- 記事詳細スタイル（SP） -----*/
/*----- サイドメニューのスタイル（PC） -----*/
/*----- サイドメニューのスタイル（SP） -----*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: index.scss
Note: 全ページ用 SCSS ファイル

Created By		Kosuke Inoue

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイル
3.　ページ共通
4.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイル
----------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 62.5%;
  color: #545454;
  scroll-behavior: smooth;
}

body {
  background: url(../img/body_bg.gif) left top 166px repeat-x #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*----------------------------------------------------------------------
3.	ページ共通
----------------------------------------------------------------------*/
body {
  background: #fff;
  font-family: Shin Go Light;
  font-size: 10px;
  color: #545454;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.l-header {
  background: linear-gradient(to right, #51bff9, #174fa9);
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.l-header__inner {
  overflow: hidden;
  margin: 0 auto;
  padding: 28px 0;
  width: 980px;
}
.l-header__inner a {
  transition: opacity .15s linear;
}
.l-header__inner a:hover {
  opacity: .7;
}
.l-header-navi {
  margin-top: -4px;
}

.l-title {
  position: relative;
  z-index: 1;
  margin-top: 98px;
  padding: 48px 0 40px;
  background: url(../img/title_bg3.png) center no-repeat, url(../img/title_bg1.png) left top no-repeat;
  background-size: auto, cover;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 72px;
  color: #eee5d0;
  background-attachment: scroll, fixed;
}
.l-title .title-inner {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 550px;
}
.l-title .title-inner::after {
  content: '';
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.l-title .sub-title {
  display: block;
  margin-top: 20px;
  font-family: Shin Go Light;
  font-size: 20px;
  color: #fff;
}
.l-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/title_bg2.png) left top repeat;
}

.p-title {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  background: url(../img/about_oa_title.png) center top no-repeat;
  background-size: cover;
}
.p-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/contents_title_bg.png) left top repeat;
}
.p-title-index {
  display: flex;
  justify-content: center;
  font-size: 42px;
}
.p-title-index__main {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
.p-title-index__main span {
  position: relative;
  padding-bottom: 11px;
}
.p-title-index__main span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #ed6dc6;
  transform: translateX(-50%);
}
.p-title-index__sub {
  display: inline-table;
  position: absolute;
  top: 50%;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}
.p-title-index__main {
  padding: 79px 0;
}
.p-title-index__sub {
  font-size: 120px;
}
.p-title-others {
  display: flex;
  justify-content: center;
  font-size: 36px;
}
.p-title-others__main {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
.p-title-others__main span {
  position: relative;
  padding-bottom: 11px;
}
.p-title-others__main span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #ed6dc6;
  transform: translateX(-50%);
}
.p-title-others__sub {
  display: inline-table;
  position: absolute;
  top: 50%;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}
.p-title-others__main {
  padding: 52px 0;
}
.p-title-others__sub {
  font-size: 100px;
}

.gnavi {
  background: linear-gradient(to right, #51bff9, #174fa9);
  display: flex;
  position: relative;
}
.gnavi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
}
.gnavi::after {
  background: linear-gradient(to right, #51bff9, #174fa9);
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 78px;
}
.gnavi-list {
  display: flex;
  position: relative;
  z-index: 2;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 980px;
}
.gnavi-item {
  display: flex;
  position: relative;
  flex-basis: 25%;
  flex-grow: 1;
  height: 80px;
  border-right: 1px solid #cbcbcb;
  text-align: center;
}
.gnavi-item .sub-text {
  display: inline-block;
  margin-right: 3px;
  vertical-align: text-top;
  line-height: 1.4;
  font-size: 18px;
}
.gnavi-item a {
  transition: .2s ease-in-out;
  display: block;
  position: relative;
  padding: 24px 0;
  width: 100%;
  line-height: 1.25;
  font-family: Shin Go Regular;
  font-size: 24px;
  color: #fff;
}
.gnavi-item a:hover {
  color: #f9d3ee;
}
.gnavi-item.is-active a {
  position: relative;
  z-index: 2;
  color: #2d478e;
}
.gnavi-item.is-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 80px;
  background: #e5d8b8;
}
.gnavi-item.is-active::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 78px;
  background: #fff;
}
.gnavi-item:first-child {
  border-left: 1px solid #cbcbcb;
}
.gnavi-item.knowledge a {
  background-image: url(../img/navi_knowledge.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: auto;
}
.gnavi-item.treatment a {
  background-image: url(../img/navi_treatment.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: auto;
}
.gnavi-item.academic a {
  background-image: url(../img/navi_academic.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: auto;
}

.breadcrumb {
  position: relative;
  padding: 15px 0 10px;
  background: none;
}
.breadcrumb .container {
  width: 980px;
}
.breadcrumb__item {
  color: #4d4d4d;
}
.breadcrumb__item a {
  color: #4d4d4d;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}

.l-wrapper {
  display: inherit;
  position: relative;
  width: auto;
  max-width: none;
  background-image: url(../img/main_bg2.png), url(../img/main_bg2.png);
  background-position: right 100px top 500px, left -50px bottom -300px;
  background-repeat: no-repeat;
}
.l-wrapper__inner {
  position: relative;
  z-index: 1;
}
.l-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 71%;
  min-width: 980px;
  height: 900px;
  background-image: url(../img/main_bg2.png);
  background-position: left top -250px;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
.l-wrapper::after {
  content: '';
  position: absolute;
  top: 1758px;
  right: 0;
  z-index: -1;
  width: 89%;
  min-width: 1330px;
  height: 1391px;
  background-image: url(../img/main_bg2.png);
  background-position: right 200px top 400px;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}

.l-inner {
  display: flex;
  margin: 40px auto 100px;
  width: 980px;
}

.l-main {
  margin: 0 40px 0 0;
  padding: 0;
  width: 780px;
}

.l-sidebar {
  margin: 0;
  padding: 0;
  width: 280px;
}
.l-sidebar .popular {
  margin-bottom: 50px;
}
.l-sidebar .sidebar-title {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  padding: 16px 15px;
  border-left: 2px solid #2d478e;
  background: url(../img/contents_title_bg.png) left top repeat;
  line-height: 1.375;
  font-family: Shin Go Regular;
  font-size: 16px;
  color: #545454;
}
.l-sidebar .sidebar-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.l-sidebar .sidebar-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.l-sidebar .sidebar-item-title {
  line-height: 1.5714285714;
  font-size: 14px;
}
.l-sidebar .sidebar-item-title a {
  transition: .2s ease-in-out;
}
.l-sidebar .sidebar-item-title a:hover {
  color: #2d478e;
}
.l-sidebar .searchBox__form {
  height: 36px;
}
.l-sidebar .searchBox__input {
  font-size: 14px;
}
.l-sidebar .searchBox__submit {
  right: 5px;
}
.l-sidebar .icon-search::before {
  font-size: 2rem;
  color: #a9aeae;
}
.l-sidebar .banner-item {
  margin-bottom: 10px;
}
.l-sidebar .banner-item:last-child {
  margin-bottom: 0;
}
.l-sidebar .banner a {
  display: block;
  transition: all .7s;
}
.l-sidebar .banner a:hover {
  opacity: .7;
}
.l-sidebar .banner.is-fix {
  position: fixed;
  top: 120px;
}
.l-sidebar .banner.is-bottom {
  position: absolute;
  bottom: 100px;
}
.l-sidebar .sidebar-item {
  overflow: hidden;
  border-bottom: 1px solid #cbcbcb;
}
.l-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.l-sidebar .sidebar-item > a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: .2s;
}
.l-sidebar .sidebar-item > a::before, .l-sidebar .sidebar-item > a::after,
.l-sidebar .sidebar-item > a span::before,
.l-sidebar .sidebar-item > a span::after {
  content: '';
  position: absolute;
  z-index: 99999;
  background: #fff;
}
.l-sidebar .sidebar-item > a:hover::before {
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  animation: leftAnim 1s linear 0s infinite;
}
.l-sidebar .sidebar-item > a:hover::after {
  right: 0;
  bottom: -100%;
  width: 2px;
  height: 100%;
  animation: bottomAnim 1s linear .5s infinite;
}
.l-sidebar .sidebar-item > a:hover span::before {
  top: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  animation: rightAnim 1s linear 0s infinite;
}
.l-sidebar .sidebar-item > a:hover span::after {
  top: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  animation: topAnim 1s linear .5s infinite;
}
.l-sidebar .sidebar-item-link {
  display: block;
  overflow: hidden;
  float: left;
  width: 90px;
  height: 70px;
  text-decoration: none;
}
.l-sidebar .sidebar-item-link img {
  width: inherit;
  height: inherit;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out .2s;
}
.l-sidebar .sidebar-item-title {
  float: right;
  width: calc(100% - 100px);
  font-family: Shin Go Regular;
  color: #545454;
}
.l-sidebar .searchBox__form {
  border: 1px solid #dcdcdc;
  background: #fff;
}
.l-sidebar .searchBox__input {
  color: #545454;
}

.l-footer {
  background: linear-gradient(to right, #51bff9, #174fa9);
  padding-bottom: 70px;
  color: #fff;
}
.l-footer__inner {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 980px;
}
.l-footer__inner a {
  transition: opacity .15s linear;
}
.l-footer__inner a:hover {
  opacity: .7;
}
.l-footer-navi {
  margin-bottom: 30px;
}
.l-footer-clinic__item {
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 2px solid #2d478e;
}
.l-footer-clinic__inner {
  display: table;
}
.l-footer-clinic__innertitle, .l-footer-clinic__innertext {
  display: table-cell;
}
.l-footer-clinic__innertitle {
  width: 240px;
  line-height: 1.7142857143;
  font-family: Shin Go Regular;
  font-size: 14px;
}
.l-footer-clinic__innertext {
  line-height: 1.7142857143;
  font-size: 12px;
}
.l-footer-clinic__text {
  margin: 0 0 10px 252px;
  line-height: 1.7142857143;
  font-size: 12px;
}
.l-footer-link {
  margin-bottom: 10px;
  line-height: 1.7142857143;
  font-size: 12px;
}
.l-footer-link:last-child {
  margin-bottom: 50px;
}
.l-footer-link a {
  color: #fff;
}
.l-footer-copyright {
  padding-bottom: 25px;
  text-align: center;
  line-height: 3.5;
  font-size: 10px;
}

.c-logo {
  float: left;
  margin-right: 30px;
}

.c-navi__list {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c-navi__item {
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-left: 1px solid #fff;
  text-align: center;
  font-size: 1.4em;
}
.c-navi__item:last-child {
  border-right: 1px solid #fff;
}
.c-navi__item > * {
  display: table-cell;
  vertical-align: middle;
}
.c-navi__item a {
  padding: 5px 0;
  line-height: 1.2;
  color: #fff;
  box-sizing: border-box;
}
.c-navi__item a > * {
  position: relative;
  z-index: 1;
}
.c-navi__item a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1px;
  transition: all .15s linear;
}
.c-navi__item .inner-text {
  position: relative;
  z-index: 1;
  line-height: 25px;
}

.c-fix {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 100;
}

.fixNavi {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: #fff;
}
.fixNavi__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1080px;
  height: 70px;
  box-sizing: border-box;
}
.fixNavi__inner > * {
  margin-right: 10px;
}
.fixNavi a {
  display: block;
}
.fixNavi a:hover {
  opacity: .7;
}

.archiveTitle {
  margin-bottom: 50px;
}
.archiveTitle::before, .archiveTitle::after {
  border: 0;
}
.archiveTitle .heading-first {
  float: none;
  margin: 0;
  padding: 34px 37px;
  border-bottom: 2px solid #2d478e;
  background: #fff;
  line-height: 1.0769230769;
  font-size: 28px;
  color: #545454;
}
.archiveTitle .heading-first em {
  font-weight: bold;
  color: #aa841f;
}
.archiveTitle .subPager {
  display: none;
}

.archive {
  margin-left: -30px;
}
.archive .archiveItem {
  margin: 0 0 30px 30px;
  width: calc(50% - 30px);
}
.archive .eyecatch::before {
  padding-top: 56%;
}
.archive .eyecatch.eyecatch-archive {
  margin: 0 0 20px;
}
.archive .eyecatch .eyecatch__cat a {
  padding: 10px;
}
.archive .eyecatch .eyecatch__cat a::before {
  content: '';
}
.archive .heading-archive,
.archive .archiveItem__text,
.archive .dateList-archive,
.archive .btn {
  margin: 0 20px 20px;
}
.archive .heading-archive {
  height: 90px;
}
.archive .heading-archive a {
  line-height: 1.5;
  font-size: 20px;
}
.archive .archiveItem__text {
  line-height: 1.6923076923;
  font-size: 13px;
}
.archive .dateList-archive {
  margin: 5px 0 20px 20px;
}
.archive .dateList__item {
  line-height: 2;
  font-size: 12px;
}
.archive .btn .btn__link {
  padding: 4px 0;
  line-height: 2;
  font-size: 12px !important;
}
.archive .archiveItem {
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: justify;
}
.archive .eyecatch__cat {
  top: 5px;
  right: 5px;
  background: none;
}
.archive .eyecatch__cat a {
  margin-bottom: 3px;
  background: #dfe3ee;
  color: #545454;
}
.archive .eyecatch__cat a:hover {
  text-decoration: underline;
}
.archive .heading-archive a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2d478e;
  transition: .2s ease-in-out;
}
.archive .heading-archive a:hover {
  text-decoration: underline;
}
.archive .archiveItem__text {
  display: block;
  text-align: justify;
  font-feature-settings: 'palt';
  letter-spacing: 1px;
  color: #545454;
}
.archive .dateList-archive {
  float: left;
  width: 40%;
}
.archive .dateList__item {
  color: #545454;
}
.archive .btn.btn-right {
  background: linear-gradient(to right, #51bff9, #174fa9);
  display: block;
  float: right;
  margin-left: 0;
  width: 40%;
  border-radius: 24px;
  text-align: center;
}
.archive .btn .btn__link {
  border: 0;
  color: #fff;
}
.archive .btn .btn__link::before {
  content: '';
  border: 0;
}
.archive .btn .btn__link:hover {
  background: none;
  text-decoration: underline;
}
.archive .nodata-text {
  margin-left: 30px;
  font-size: 13px;
  color: #545454;
}

.pager {
  padding-top: 30px;
  border: 0;
  font-size: 15px;
}
.pager .page-numbers,
.pager .page-numbers.current,
.pager .page-numbers.prev,
.pager .page-numbers.next {
  padding: 17px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #545454;
}
.pager .page-numbers.current {
  background: #aa841f;
  color: #fff;
}

.pagetop-link {
  position: fixed;
  right: 20px;
  bottom: 55px;
  z-index: 10000;
}
.pagetop-link a {
  transition-duration: .2s;
}

/*======================================================================
　画面サイズ 1100
======================================================================*/
@media screen and (max-width: 1100px) {
  .gnavi::before {
    height: 0;
  }
  .gnavi::after {
    height: 0;
  }
  .gnavi-item {
    height: 70px;
  }

  .archive .heading-archive {
    height: 120px;
  }
}
/*======================================================================
　画面サイズ 930
======================================================================*/
@media screen and (max-width: 930px) {
  .archive .heading-archive {
    height: 150px;
  }
}
/*======================================================================
　画面サイズ 810
======================================================================*/
@media screen and (max-width: 810px) {
  .archive .heading-archive {
    height: 180px;
  }
}
/*======================================================================
　画面サイズ 767
======================================================================*/
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .l-header__inner {
    background: linear-gradient(to right, #51bff9, #174fa9);
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: inherit;
    padding: 0;
    width: 100%;
    height: 6rem;
    color: #fff;
  }
  .l-header-logo {
    padding: 1.2rem 0 1rem 2rem;
    width: 27.5rem;
  }
  .l-header-humburger {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 10000;
    width: 3.2rem;
    height: auto;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    pointer-events: auto;
  }
  .l-header-humburger .line {
    display: block;
    margin: 0 auto .5rem;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
  }
  .l-header-humburger .menu {
    font-family: "Montserrat", sans-serif;
    font-size: .9rem;
  }
  .l-header-navi {
    display: none;
  }
  .l-header-navi__list {
    display: block;
    margin-top: 0;
  }
  .l-header-navi__item {
    display: block;
    min-height: inherit;
    border-bottom: .2rem solid #d5dae9;
    text-align: center;
  }
  .l-header-navi__item a {
    display: block;
    position: relative;
    padding: 2.5rem 0;
    line-height: inherit;
  }
  .l-header-navi__item a span + span {
    position: absolute;
    z-index: -1;
  }
  .l-header-navi__item a::before {
    content: none;
  }
  .l-header-navi__text__main {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5rem;
    color: #2d478e;
  }
  .l-header-navi__text__main span {
    position: relative;
    padding-bottom: .85rem;
  }
  .l-header-navi__text__sub {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 5.5rem;
    color: #f4f4f4;
    transform: translate(-50%, -50%);
  }
  .l-header-banner__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem 2rem 0;
  }
  .l-header-banner__item {
    width: 50%;
    box-sizing: border-box;
  }
  .l-header-banner__item:nth-child(odd) {
    padding-right: .5rem;
  }
  .l-header-banner__item:nth-child(even) {
    padding-left: .5rem;
  }
  .l-header-banner__item.long {
    margin-top: 1rem;
    padding: 0;
    width: 100%;
  }

  .navi-open {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .navi-open .l-header-humburger .top {
    transform: translateY(8px) rotate(-45deg);
  }
  .navi-open .l-header-humburger .middle {
    opacity: 0;
  }
  .navi-open .l-header-humburger .bottom {
    transform: translateY(-6px) rotate(45deg);
  }
  .navi-open .l-header-navi {
    display: block;
    position: fixed;
    top: 6rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-image: url(../img/mobile/main_bg2.png), url(../img/mobile/main_bg2.png);
    background-position: right -25rem top -20rem, right 10rem bottom -20rem;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .navi-open .c-fix {
    display: none;
  }
  .navi-open .fixNavi {
    display: none;
  }

  .l-title {
    margin-top: 6rem;
    padding: 3.5rem 0;
    background: url(../img/mobile/title_bg3.png) center no-repeat, url(../img/mobile/title_bg1.png) left top no-repeat;
    background-size: contain, cover;
    font-size: 3.6rem;
    background-attachment: scroll, fixed;
  }
  .l-title .title-inner {
    width: 86%;
  }
  .l-title .title-inner::after {
    top: 3.9rem;
  }
  .l-title .sub-title {
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .p-title {
    margin-top: 6rem;
    background: url(../img/mobile/about_oa_title.png) center top no-repeat;
    background-size: cover;
  }
  .p-title-index {
    font-size: 2.1rem;
  }
  .p-title-index__main {
    padding: 4rem 0;
  }
  .p-title-index__main span {
    padding-bottom: .7rem;
  }
  .p-title-index__main span::after {
    width: 2.5rem;
  }
  .p-title-index__sub {
    font-size: 6rem;
  }
  .p-title-others {
    font-size: 2.1rem;
  }
  .p-title-others__main {
    padding: 2.6rem 0;
  }
  .p-title-others__main span {
    padding-bottom: .7rem;
  }
  .p-title-others__main span::after {
    width: 2.5rem;
  }
  .p-title-others__sub {
    font-size: 6rem;
  }

  .gnavi-list {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
  }
  .gnavi-item {
    height: 47px;
  }
  .gnavi-item .sub-text {
    display: none;
  }
  .gnavi-item a {
    padding: 10px 0;
    line-height: 1.875;
    font-size: 1.6rem;
  }
  .gnavi-item.is-active::before {
    height: 47px;
  }
  .gnavi-item.is-active::after {
    height: 46px;
  }
  .gnavi-item:first-child {
    border-left: 0;
  }
  .gnavi-item:last-child {
    border-right: 0;
  }
  .gnavi-item.knowledge a {
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 30% auto;
  }
  .gnavi-item.treatment a {
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 33% auto;
  }
  .gnavi-item.academic a {
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 22% auto;
  }

  .breadcrumb {
    margin-bottom: 2rem;
    padding: .8rem 0;
  }
  .breadcrumb .container {
    width: 100%;
  }

  .l-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: none;
  }
  .l-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 0;
    width: 80%;
    min-width: 33rem;
    height: 25rem;
    background-image: url(../img/mobile/main_bg2.png);
    background-position: right -25rem top -25rem;
    background-repeat: no-repeat;
    background-color: inherit;
  }
  .l-wrapper::after {
    content: none;
  }

  .l-inner {
    display: inherit;
    margin: 0;
    padding: 2rem 0 7.5rem;
    width: 100%;
    background-image: url(../img/mobile/main_bg2.png), url(../img/mobile/main_bg2.png), url(../img/mobile/main_bg2.png);
    background-position: right 10rem top 145rem, right -25rem top 200rem, right 10rem bottom -15rem;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
  }

  .l-main {
    margin: 0 1rem 7rem;
    width: auto;
  }

  .l-sidebar {
    margin: 0 1rem 8rem;
    width: auto;
  }
  .l-sidebar .sidebar-title {
    margin-bottom: 2.5rem;
    padding: 2rem 1.5rem;
    line-height: 1.375;
    font-size: 1.6rem;
  }
  .l-sidebar .sidebar-list {
    margin-bottom: 5rem;
  }
  .l-sidebar .sidebar-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .l-sidebar .sidebar-item-title {
    line-height: 1.5714285714;
    font-size: 1.4rem;
  }
  .l-sidebar .searchBox__form {
    height: 40px;
  }
  .l-sidebar .searchBox__input {
    font-size: 1.4rem;
  }
  .l-sidebar .searchBox__submit {
    right: 5px;
  }
  .l-sidebar .icon-search::before {
    font-size: 2rem;
    color: #a9aeae;
  }
  .l-sidebar .banner {
    display: none;
    position: fixed;
    top: auto;
    bottom: -10rem;
    left: 0;
    padding: 0 1rem;
  }
  .l-sidebar .banner a:hover {
    opacity: 1;
  }
  .l-sidebar .banner-list {
    display: flex;
    justify-content: space-between;
  }
  .l-sidebar .banner-item {
    margin: 0 1rem 0 0;
  }
  .l-sidebar .banner-item:last-child {
    margin: 0;
  }
  .l-sidebar .banner.is-fix {
    top: auto;
    bottom: 0;
    z-index: 100;
  }

  .l-footer {
    background: linear-gradient(to right bottom, #51bff9, #174fa9);
    padding-bottom: 6.3rem;
    color: #fff;
  }
  .l-footer__inner {
    padding: 2.5rem 1.5rem 5rem;
    width: auto;
  }
  .l-footer-logo {
    float: none;
    margin-bottom: 2rem;
    width: 28rem;
  }
  .l-footer-navi {
    margin-bottom: 2rem;
  }
  .l-footer-navi__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .l-footer-navi__item {
    display: block;
    flex-basis: 50%;
    flex-grow: inherit;
    margin-bottom: 1rem;
    min-height: inherit;
    border: 0;
    text-align: center;
    box-sizing: border-box;
  }
  .l-footer-navi__item a {
    display: block;
    padding: 0;
    line-height: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1rem;
    color: #fff;
  }
  .l-footer-navi__item:nth-child(odd) {
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
  }
  .l-footer-navi__item:nth-child(even) {
    border-right: 2px solid rgba(255, 255, 255, 0.5);
  }
  .l-footer-navi__item:last-child {
    margin-bottom: 0;
  }
  .l-footer-clinic__item {
    margin-bottom: 1.5rem;
    padding: 0;
    border: 0;
  }
  .l-footer-clinic__inner {
    display: grid;
  }
  .l-footer-clinic__innertitle, .l-footer-clinic__innertext {
    padding-left: 1rem;
  }
  .l-footer-clinic__innertitle {
    padding-left: 1rem;
    border-left: 2px solid #2d478e;
    line-height: 1.5833333333;
    font-family: Shin Go Light;
    font-size: 1.2rem;
  }
  .l-footer-clinic__innertext {
    padding-left: 1.2rem;
  }
  .l-footer-clinic__innertext, .l-footer-clinic__text {
    line-height: 1.5;
    font-size: 1rem;
  }
  .l-footer-clinic__text {
    margin: 0;
  }
  .l-footer-link {
    margin: 1.5rem 0 0;
    line-height: 1.5;
    font-size: 1rem;
  }
  .l-footer-link a {
    color: #fff;
  }
  .l-footer-link:last-child {
    margin-bottom: 0;
  }
  .l-footer-copyright {
    padding-bottom: 3.5rem;
    text-align: center;
    line-height: 1.75;
    font-size: 1rem;
  }

  .c-fix {
    display: block;
    position: fixed;
    right: 1rem;
    bottom: 8rem;
    z-index: 100;
    width: 4rem;
  }
  .c-fix a {
    display: block;
  }

  .fixNavi__inner {
    justify-content: space-between;
    margin: 0 .3rem;
    width: auto;
    height: 6.3rem;
  }
  .fixNavi__inner > * {
    margin: 0;
  }
  .fixNavi__inner .pic1 {
    margin-right: .3rem;
  }

  .archiveTitle {
    margin-bottom: 4rem;
  }
  .archiveTitle .heading-first {
    padding: 1.5rem 1.2rem;
    line-height: 1.3;
    font-size: 2rem;
  }

  .archive {
    margin-left: 0;
  }
  .archive .archiveItem {
    margin: 0 0 2rem;
    width: 100%;
  }
  .archive .archiveItem:last-child {
    margin-bottom: 0;
  }
  .archive .eyecatch::before {
    padding-top: 56.25%;
  }
  .archive .eyecatch.eyecatch-archive {
    margin: 0 0 2rem;
  }
  .archive .eyecatch .eyecatch__cat a {
    padding: 6px 12px;
  }
  .archive .eyecatch .eyecatch__cat a::before {
    content: '';
  }
  .archive .heading-archive,
  .archive .archiveItem__text,
  .archive .dateList-archive,
  .archive .btn {
    margin: 0 2rem 2rem;
  }
  .archive .heading-archive {
    height: auto;
  }
  .archive .heading-archive a {
    line-height: 1.5;
    font-size: 2rem;
  }
  .archive .archiveItem__text {
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
  .archive .dateList-archive {
    margin: 1.3rem 0 2rem 2rem;
  }
  .archive .dateList__item {
    line-height: 2;
    font-size: 1.2rem;
  }
  .archive .btn .btn__link {
    padding: 1.2rem 0;
    line-height: 1.7142857143;
    font-size: 1.4rem !important;
  }
  .archive .nodata-text {
    margin-left: 0;
    font-size: 1.3rem;
  }

  .pager {
    padding-top: 3rem;
    font-size: 1.4rem;
  }
  .pager .page-numbers,
  .pager .page-numbers.current,
  .pager .page-numbers.prev,
  .pager .page-numbers.next {
    padding: 1.5rem 1.8rem;
  }

  .pagetop-link {
    right: 10px;
    bottom: 50px;
  }
}
/*----------------------------------------------------------------------
4.	ページ別個別設定
----------------------------------------------------------------------*/
/*----- トップ -----*/
/*----- 詳細 -----*/
.kind-index,
.kind-single {
  /*======================================================================
  　画面サイズ 767
  ======================================================================*/
}
.kind-index .post-title,
.kind-single .post-title {
  display: flex;
}
.kind-index .singleTitle,
.kind-single .singleTitle {
  padding: 0;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
}
.kind-index .singleTitle::before,
.kind-single .singleTitle::before {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.kind-index .singleTitle .container,
.kind-single .singleTitle .container {
  padding: 0;
  width: auto;
  max-width: 100%;
}
.kind-index .singleTitle .container .singleTitle__heading,
.kind-single .singleTitle .container .singleTitle__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  padding: 90px 110px;
  width: 100%;
}
.kind-index .singleTitle .container .singleTitle__heading .heading.heading-singleTitle,
.kind-single .singleTitle .container .singleTitle__heading .heading.heading-singleTitle {
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
.kind-index .post-details,
.kind-single .post-details {
  padding: 20px 30px 30px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.kind-index .socialList,
.kind-single .socialList {
  float: right;
  margin: 0;
  padding: 0 0 20px;
  width: 65%;
  background: #fff;
}
.kind-index .socialList__item,
.kind-single .socialList__item {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
}
.kind-index .socialList__link::before,
.kind-single .socialList__link::before {
  font-size: 1.6rem;
}
.kind-index .content,
.kind-single .content {
  clear: both;
  margin: 0;
  padding: 0 0 40px;
  background: #fff;
}
.kind-index .content .date-area,
.kind-single .content .date-area {
  margin-bottom: 20px;
  text-align: right;
  font-size: 12px;
}
.kind-index .content .date-area-release,
.kind-single .content .date-area-release {
  margin-bottom: 5px;
}
.kind-index .content .outline,
.kind-single .content .outline {
  display: none;
}
.kind-index .content .outline.child,
.kind-single .content .outline.child {
  display: inline-block;
  margin-top: 0;
  border: 1px solid #a9a9a9;
}
.kind-index .content .outline.child__link,
.kind-single .content .outline.child__link {
  color: #545454 !important;
}
.kind-index .content p,
.kind-index .content a,
.kind-index .content div,
.kind-single .content p,
.kind-single .content a,
.kind-single .content div {
  text-align: justify;
  line-height: 2;
  font-size: 15px;
  font-feature-settings: 'palt';
  letter-spacing: 1px;
  color: #545454;
}
.kind-index .content p,
.kind-index .content div,
.kind-single .content p,
.kind-single .content div {
  margin-bottom: 30px;
}
.kind-index .content a,
.kind-single .content a {
  text-decoration: underline;
  color: #2599ae;
}
.kind-index .content h3,
.kind-index .content h4,
.kind-single .content h3,
.kind-single .content h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.kind-index .content h2,
.kind-index .content h2 span,
.kind-index .content h2 a,
.kind-single .content h2,
.kind-single .content h2 span,
.kind-single .content h2 a {
  line-height: 1.4166666667;
  font-size: 24px;
  color: #fff;
}
.kind-index .content h2,
.kind-single .content h2 {
  position: relative;
  z-index: 1;
  margin: 70px 0 60px;
  padding: 23px 30px;
  background: #2d478e;
  background-size: contain, 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.kind-index .content h2::before,
.kind-single .content h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/contents_title_bg.png) left top repeat;
}
.kind-index .content h2::after,
.kind-single .content h2::after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  width: 2px;
  background: #ed6dc6;
}
.kind-index .content h3,
.kind-index .content h3 span,
.kind-index .content h3 a,
.kind-single .content h3,
.kind-single .content h3 span,
.kind-single .content h3 a {
  line-height: 1.4545454545;
  font-size: 22px;
  color: #2d478e;
}
.kind-index .content h3,
.kind-single .content h3 {
  margin: 60px 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2d478e;
}
.kind-index .content h4,
.kind-index .content h4 span,
.kind-index .content h4 a,
.kind-single .content h4,
.kind-single .content h4 span,
.kind-single .content h4 a {
  line-height: 1.5;
  font-size: 20px;
}
.kind-index .content h4,
.kind-single .content h4 {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 4px solid #2d478e;
}
.kind-index .content figcaption,
.kind-single .content figcaption {
  line-height: 1.5714285714;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #878787;
}
.kind-index .content blockquote,
.kind-single .content blockquote {
  z-index: 1;
  margin: 0 0 40px;
  padding: 30px;
  line-height: 2;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  font-feature-settings: 'palt';
  letter-spacing: 1px;
}
.kind-index .content blockquote::before,
.kind-single .content blockquote::before {
  z-index: -1;
}
.kind-index .content blockquote p,
.kind-single .content blockquote p {
  margin-bottom: 20px;
}
.kind-index .content blockquote a,
.kind-single .content blockquote a {
  text-decoration: underline;
  color: #545454;
}
.kind-index .footnote-area,
.kind-single .footnote-area {
  margin-bottom: 50px;
}
.kind-index .footnote-title,
.kind-single .footnote-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1.6666666667;
  font-family: Shin Go Regular;
  font-size: 18px;
}
.kind-index .footnote-text,
.kind-single .footnote-text {
  line-height: 1.8333333333;
  font-size: 12px;
}
.kind-index .footnote-text a:hover,
.kind-single .footnote-text a:hover {
  text-decoration: underline;
}
.kind-index .footnote-text cite,
.kind-single .footnote-text cite {
  line-height: 1.8333333333;
  font-size: 12px;
  font-style: normal;
}
.kind-index .author-area,
.kind-single .author-area {
  background-color: #f4f4f4;
}
.kind-index .author-area a,
.kind-single .author-area a {
  transition: opacity .15s linear;
  display: block;
  position: relative;
  padding: 20px 20px 10px;
  text-decoration: none;
  color: #545454;
}
.kind-index .author-area a:hover,
.kind-single .author-area a:hover {
  opacity: .7;
}
.kind-index .author-area a:hover,
.kind-single .author-area a:hover {
  border: 0;
}
.kind-index .author-area a::after,
.kind-single .author-area a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 9px;
  width: 16px;
  height: 16px;
  background: url(../img/arrow1.png) left top no-repeat;
  background-size: 100%;
}
.kind-index .author-name,
.kind-single .author-name {
  margin-bottom: 9px !important;
  line-height: 1 !important;
  font-family: Shin Go Regular;
  font-size: 15px !important;
}
.kind-index .author-clinic,
.kind-single .author-clinic {
  margin: 0 0 10px !important;
  line-height: 1 !important;
  font-size: 14px !important;
}
.kind-index .author-link,
.kind-single .author-link {
  margin: 0 !important;
  padding-right: 24px;
  text-align: right !important;
  line-height: 1 !important;
  font-size: 12px !important;
}
.kind-index .cat-list,
.kind-single .cat-list {
  clear: both;
  margin-bottom: 50px;
  padding: 10px 0 0;
}
.kind-index .cat-list .icon-cat::before,
.kind-index .cat-list .icon-tag::before,
.kind-single .cat-list .icon-cat::before,
.kind-single .cat-list .icon-tag::before {
  color: #545454;
}
.kind-index .cat-list .icon-cat::before,
.kind-single .cat-list .icon-cat::before {
  content: '\e902';
}
.kind-index .cat-item,
.kind-single .cat-item {
  line-height: 1.8333333333;
  font-size: 12px;
  color: #2599ae;
}
.kind-index .cat-item a,
.kind-single .cat-item a {
  padding-left: 5px;
}
.kind-index .cat-item a:hover,
.kind-single .cat-item a:hover {
  text-decoration: underline;
}
.kind-index .related,
.kind-single .related {
  margin: 60px 0;
  padding: 0;
  border: 0;
}
.kind-index .related .heading.heading-primary,
.kind-single .related .heading.heading-primary {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2d478e;
  line-height: 1.7222222222;
  font-family: Shin Go Regular;
  font-size: 18px;
  color: #545454;
}
.kind-index .related .related__title,
.kind-single .related .related__title {
  line-height: 1.25;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  color: #2d478e;
}
.kind-index .related .related__list,
.kind-single .related .related__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.kind-index .related .related__list::before,
.kind-single .related .related__list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right: 1px solid #a9aeae;
}
.kind-index .related .related__item,
.kind-single .related .related__item {
  flex-basis: 50%;
  padding: 0;
  width: 50%;
}
.kind-index .related .related__item:nth-child(odd),
.kind-single .related .related__item:nth-child(odd) {
  padding-right: 20px;
}
.kind-index .related .related__item:nth-child(even),
.kind-single .related .related__item:nth-child(even) {
  padding-left: 20px;
}
.kind-index .related .related__item:nth-child(3), .kind-index .related .related__item:nth-child(4),
.kind-single .related .related__item:nth-child(3),
.kind-single .related .related__item:nth-child(4) {
  padding-top: 10px;
}
.kind-index .comments,
.kind-single .comments {
  margin: 0 0 100px;
  padding: 0;
  border: 0;
}
.kind-index .comments .heading.heading-primary,
.kind-single .comments .heading.heading-primary {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2d478e;
  line-height: 1.7222222222;
  font-family: Shin Go Regular;
  font-size: 18px;
  color: #545454;
}
.kind-index .comments .comment-body .comment-meta,
.kind-single .comments .comment-body .comment-meta {
  background: #2599ae;
}
.kind-index .comments .comment-body p,
.kind-single .comments .comment-body p {
  line-height: 1.5;
  font-size: 1.2rem;
}
.kind-index .comments .comment-body .reply a,
.kind-single .comments .comment-body .reply a {
  padding: 7px 20px;
  border: 0;
  background: #aa841f;
  line-height: 1.5714285714;
  font-family: Shin Go Regular;
  font-size: 14px !important;
  color: #fff;
}
.kind-index .comments .comment-body .reply a::before,
.kind-single .comments .comment-body .reply a::before {
  border: 0;
}
.kind-index .comments .comment-respond label,
.kind-single .comments .comment-respond label {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 12px;
  color: #545454;
}
.kind-index .comments .comment-respond textarea,
.kind-index .comments .comment-respond input,
.kind-single .comments .comment-respond textarea,
.kind-single .comments .comment-respond input {
  margin-bottom: 15px;
  border: 1px solid #b1b1ac;
  background: #fff;
}
.kind-index .comments .comment-respond .form-submit,
.kind-single .comments .comment-respond .form-submit {
  text-align: left;
}
.kind-index .comments .comment-respond .form-submit input,
.kind-single .comments .comment-respond .form-submit input {
  background: linear-gradient(to right, #51bff9, #174fa9);
  margin: 15px 0 0;
  padding: 25px 0;
  width: 300px;
  border: 0;
  line-height: 1.375;
  font-family: Shin Go Regular;
  font-size: 16px !important;
  color: #fff;
}
.kind-index .info,
.kind-single .info {
  padding-top: 100px;
}
.kind-index .info-title,
.kind-single .info-title {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  color: #aa841f;
}
.kind-index .info-text,
.kind-single .info-text {
  text-align: justify;
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .kind-index .singleTitle,
  .kind-single .singleTitle {
    width: auto;
  }
  .kind-index .singleTitle .container,
  .kind-single .singleTitle .container {
    width: 100%;
    max-width: 100%;
  }
  .kind-index .singleTitle .container .singleTitle__heading,
  .kind-single .singleTitle .container .singleTitle__heading {
    padding: 4rem;
  }
  .kind-index .singleTitle .container .singleTitle__heading .heading.heading-singleTitle,
  .kind-single .singleTitle .container .singleTitle__heading .heading.heading-singleTitle {
    line-height: 1.48;
    font-size: 2.5rem;
  }
  .kind-index .l-inner,
  .kind-single .l-inner {
    margin-top: 0;
  }
  .kind-index .post-details,
  .kind-single .post-details {
    padding: 2rem 1.5rem 1.5rem;
    border-top: 0;
  }
  .kind-index .socialList,
  .kind-single .socialList {
    float: none;
    padding: 0 0 3rem;
    width: auto;
  }
  .kind-index .socialList__item,
  .kind-single .socialList__item {
    min-width: 50px;
    height: 40px;
    line-height: 40px;
  }
  .kind-index .socialList__link::before,
  .kind-single .socialList__link::before {
    font-size: 2.6rem;
  }
  .kind-index .content,
  .kind-single .content {
    padding: 0 0 3rem;
  }
  .kind-index .content .date-area,
  .kind-single .content .date-area {
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }
  .kind-index .content .date-area-release,
  .kind-single .content .date-area-release {
    margin-bottom: .5rem;
  }
  .kind-index .content p,
  .kind-index .content a,
  .kind-index .content div span,
  .kind-single .content p,
  .kind-single .content a,
  .kind-single .content div span {
    line-height: 2;
    font-size: 1.5rem;
  }
  .kind-index .content p,
  .kind-single .content p {
    margin-bottom: 3rem;
  }
  .kind-index .content h2,
  .kind-index .content h2 span,
  .kind-index .content h2 a,
  .kind-single .content h2,
  .kind-single .content h2 span,
  .kind-single .content h2 a {
    line-height: 1.1818181818;
    font-size: 2.2rem;
  }
  .kind-index .content h2,
  .kind-single .content h2 {
    margin: 7rem 0 5rem;
    padding: 2.5rem 1.1rem 2.5rem 2.2rem;
  }
  .kind-index .content h2::after,
  .kind-single .content h2::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 2px;
    background: #ed6dc6;
  }
  .kind-index .content h3,
  .kind-index .content h3 span,
  .kind-index .content h3 a,
  .kind-single .content h3,
  .kind-single .content h3 span,
  .kind-single .content h3 a {
    line-height: 1.2;
    font-size: 2rem;
  }
  .kind-index .content h3,
  .kind-single .content h3 {
    margin: 5rem 0 1.5rem;
    padding-bottom: 1.5rem;
  }
  .kind-index .content h4,
  .kind-index .content h4 span,
  .kind-index .content h4 a,
  .kind-single .content h4,
  .kind-single .content h4 span,
  .kind-single .content h4 a {
    line-height: 1.6666666667;
    font-size: 1.8rem;
  }
  .kind-index .content h4,
  .kind-single .content h4 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
  .kind-index .content figcaption,
  .kind-single .content figcaption {
    line-height: 1.5714285714;
    font-size: 1.4rem;
  }
  .kind-index .content blockquote,
  .kind-single .content blockquote {
    margin: 0 0 3rem;
    padding: 2rem;
    line-height: 2;
    font-size: 1.5rem;
  }
  .kind-index .content blockquote p,
  .kind-single .content blockquote p {
    margin-bottom: 2rem;
  }
  .kind-index .content .alignright,
  .kind-single .content .alignright {
    margin: 0 0 2rem 2rem;
    width: 40%;
  }
  .kind-index .footnote-area,
  .kind-single .footnote-area {
    margin-bottom: 4rem;
  }
  .kind-index .footnote-title,
  .kind-single .footnote-title {
    margin-bottom: 1rem;
    line-height: 1.6666666667;
    font-size: 1.8rem;
  }
  .kind-index .footnote-text,
  .kind-single .footnote-text {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .kind-index .author-area a,
  .kind-single .author-area a {
    padding: 1.5rem 1.25rem 1rem 8rem;
  }
  .kind-index .author-area a::after,
  .kind-single .author-area a::after {
    content: '';
    position: absolute;
    right: 1.25rem;
    bottom: .7rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/mobile/arrow1.png) left top no-repeat;
    background-size: 100%;
  }
  .kind-index .author-area.hattori a,
  .kind-single .author-area.hattori a {
    background-size: 20%;
  }
  .kind-index .author-area.koshiishi a,
  .kind-single .author-area.koshiishi a {
    background-size: 28%;
  }
  .kind-index .author-area.yokota a,
  .kind-single .author-area.yokota a {
    background-size: 25%;
  }
  .kind-index .author-area.ohtsuru a,
  .kind-single .author-area.ohtsuru a {
    background-size: 26%;
  }
  .kind-index .author-area.otsuji a,
  .kind-single .author-area.otsuji a {
    background-size: 26%;
  }
  .kind-index .author-area.yasuda a,
  .kind-single .author-area.yasuda a {
    background-size: 25%;
  }
  .kind-index .author-name,
  .kind-single .author-name {
    margin-bottom: .65rem !important;
    font-size: 1.4rem !important;
  }
  .kind-index .author-clinic,
  .kind-single .author-clinic {
    margin: 0 0 2rem !important;
    font-size: 1.2rem !important;
  }
  .kind-index .author-link,
  .kind-single .author-link {
    padding-right: 2.1rem;
    font-size: 1.1rem !important;
  }
  .kind-index .cat-list,
  .kind-single .cat-list {
    margin-bottom: 3rem;
    padding: 0;
  }
  .kind-index .cat-item,
  .kind-single .cat-item {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .kind-index .cat-item a,
  .kind-single .cat-item a {
    padding-left: .5rem;
  }
  .kind-index .related,
  .kind-single .related {
    margin: 5rem 0;
  }
  .kind-index .related .heading.heading-primary,
  .kind-single .related .heading.heading-primary {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    line-height: 1.7222222222;
    font-size: 1.8rem;
  }
  .kind-index .related .related__title,
  .kind-single .related .related__title {
    line-height: 1.25;
    font-size: 1.6rem;
  }
  .kind-index .related .related__list,
  .kind-single .related .related__list {
    display: inherit;
  }
  .kind-index .related .related__list::before,
  .kind-single .related .related__list::before {
    border: 0;
  }
  .kind-index .related .related__item,
  .kind-single .related .related__item {
    padding-top: 1rem;
    width: auto;
  }
  .kind-index .related .related__item:nth-child(odd),
  .kind-single .related .related__item:nth-child(odd) {
    padding-right: 0;
  }
  .kind-index .related .related__item:nth-child(even),
  .kind-single .related .related__item:nth-child(even) {
    padding-left: 0;
  }
  .kind-index .related .related__item:nth-child(3), .kind-index .related .related__item:nth-child(4),
  .kind-single .related .related__item:nth-child(3),
  .kind-single .related .related__item:nth-child(4) {
    padding-top: 1rem;
  }
  .kind-index .related .related__item:first-child,
  .kind-single .related .related__item:first-child {
    padding-top: 0;
  }
  .kind-index .comments,
  .kind-single .comments {
    margin: 0 0 7rem;
  }
  .kind-index .comments .heading.heading-primary,
  .kind-single .comments .heading.heading-primary {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    line-height: 1.7222222222;
    font-size: 1.8rem;
  }
  .kind-index .comments .comment-respond label,
  .kind-single .comments .comment-respond label {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .kind-index .comments .comment-respond textarea,
  .kind-index .comments .comment-respond input,
  .kind-single .comments .comment-respond textarea,
  .kind-single .comments .comment-respond input {
    margin-bottom: 1.5rem;
  }
  .kind-index .comments .comment-respond .form-submit,
  .kind-single .comments .comment-respond .form-submit {
    text-align: center;
  }
  .kind-index .comments .comment-respond .form-submit input,
  .kind-single .comments .comment-respond .form-submit input {
    margin: .5rem 0 0;
    padding: 2rem 0;
    width: 80%;
    line-height: 1.375;
    font-size: 1.6rem !important;
  }
  .kind-index .info,
  .kind-single .info {
    padding-top: 5rem;
  }
  .kind-index .info-title,
  .kind-single .info-title {
    margin-bottom: .65rem;
    padding-bottom: .65rem;
    font-size: 1.8rem;
  }
  .kind-index .info-text,
  .kind-single .info-text {
    font-size: 1.4rem;
  }
}

/*----- 固定ページ -----*/
.kind-page {
  /*======================================================================
  　画面サイズ 767
  ======================================================================*/
}
.kind-page .l-main {
  padding: 20px 30px 30px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.kind-page .content {
  clear: both;
  margin: 0;
  padding: 0 0 40px;
  background: #fff;
}
.kind-page .content .date-area {
  margin-bottom: 20px;
  text-align: right;
  font-size: 12px;
}
.kind-page .content .date-area-release {
  margin-bottom: 5px;
}
.kind-page .content .outline {
  display: none;
}
.kind-page .content .outline.child {
  display: inline-block;
  margin-top: 0;
  border: 1px solid #a9a9a9;
}
.kind-page .content .outline.child__link {
  color: #545454 !important;
}
.kind-page .content p,
.kind-page .content a,
.kind-page .content div {
  text-align: justify;
  line-height: 2;
  font-size: 15px;
  font-feature-settings: 'palt';
  letter-spacing: 1px;
  color: #545454;
}
.kind-page .content p,
.kind-page .content div {
  margin-bottom: 30px;
}
.kind-page .content a {
  text-decoration: underline;
  color: #2599ae;
}
.kind-page .content h3,
.kind-page .content h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.kind-page .content h2,
.kind-page .content h2 span,
.kind-page .content h2 a {
  line-height: 1.4166666667;
  font-size: 24px;
  color: #fff;
}
.kind-page .content h2 {
  position: relative;
  z-index: 1;
  margin: 70px 0 60px;
  padding: 23px 30px;
  background: #2d478e;
  background-size: contain, 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.kind-page .content h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/contents_title_bg.png) left top repeat;
}
.kind-page .content h2::after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  width: 2px;
  background: #ed6dc6;
}
.kind-page .content h3,
.kind-page .content h3 span,
.kind-page .content h3 a {
  line-height: 1.4545454545;
  font-size: 22px;
  color: #2d478e;
}
.kind-page .content h3 {
  margin: 60px 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2d478e;
}
.kind-page .content h4,
.kind-page .content h4 span,
.kind-page .content h4 a {
  line-height: 1.5;
  font-size: 20px;
}
.kind-page .content h4 {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 4px solid #2d478e;
}
.kind-page .content figcaption {
  line-height: 1.5714285714;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #878787;
}
.kind-page .content blockquote {
  z-index: 1;
  margin: 0 0 40px;
  padding: 30px;
  line-height: 2;
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  font-feature-settings: 'palt';
  letter-spacing: 1px;
}
.kind-page .content blockquote::before {
  z-index: -1;
}
.kind-page .content blockquote p {
  margin-bottom: 20px;
}
.kind-page .content blockquote a {
  text-decoration: underline;
  color: #545454;
}
@media screen and (max-width: 767px) {
  .kind-page .l-main {
    padding: 2rem 1.5rem 1.5rem;
  }
  .kind-page .content {
    padding: 0 0 3rem;
  }
  .kind-page .content .date-area {
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }
  .kind-page .content .date-area-release {
    margin-bottom: .5rem;
  }
  .kind-page .content p,
  .kind-page .content a,
  .kind-page .content div span {
    line-height: 2;
    font-size: 1.5rem;
  }
  .kind-page .content p {
    margin-bottom: 3rem;
  }
  .kind-page .content h2,
  .kind-page .content h2 span,
  .kind-page .content h2 a {
    line-height: 1.1818181818;
    font-size: 2.2rem;
  }
  .kind-page .content h2 {
    margin: 7rem 0 5rem;
    padding: 2.5rem 1.1rem 2.5rem 2.2rem;
  }
  .kind-page .content h2::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 2px;
    background: #ed6dc6;
  }
  .kind-page .content h3,
  .kind-page .content h3 span,
  .kind-page .content h3 a {
    line-height: 1.2;
    font-size: 2rem;
  }
  .kind-page .content h3 {
    margin: 5rem 0 1.5rem;
    padding-bottom: 1.5rem;
  }
  .kind-page .content h4,
  .kind-page .content h4 span,
  .kind-page .content h4 a {
    line-height: 1.6666666667;
    font-size: 1.8rem;
  }
  .kind-page .content h4 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
  .kind-page .content figcaption {
    line-height: 1.5714285714;
    font-size: 1.4rem;
  }
  .kind-page .content blockquote {
    margin: 0 0 3rem;
    padding: 2rem;
    line-height: 2;
    font-size: 1.5rem;
  }
  .kind-page .content blockquote p {
    margin-bottom: 2rem;
  }
  .kind-page .content .alignright {
    margin: 0 0 2rem 2rem;
    width: 40%;
  }
}

/*----- トップ -----*/
.kind-index .gnavi {
  display: none;
}
.kind-index .faq-area {
  margin-bottom: 40px;
}
.kind-index .faq-area .faq-title {
  position: relative;
  z-index: 1;
  margin: 70px 0 60px;
  padding: 23px 30px;
  background: #2d478e;
  background-size: contain, 100%;
  line-height: 1.4166666667;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #fff;
}
.kind-index .faq-area .faq-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/contents_title_bg.png) left top repeat;
}
.kind-index .faq-area .faq-title::after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  width: 2px;
  background: #ed6dc6;
}
.kind-index .faq-area .faq-item {
  margin: 0;
  padding: 0;
  border: 1px solid #cbcbcb;
  border-bottom: 0;
}
.kind-index .faq-area .faq-item::before {
  content: none;
}
.kind-index .faq-area .faq-item:last-child {
  border-bottom: 1px solid #cbcbcb;
}
.kind-index .faq-area .question {
  position: relative;
  margin: 0;
  padding: 20px 55px;
  border: 0;
  background: url(../img/faq_question_bg.png) left 20px center no-repeat;
  cursor: pointer;
  line-height: 1.4545454545;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  letter-spacing: 0;
  color: #2d478e;
}
.kind-index .faq-area .question::after {
  content: '';
  position: absolute;
  top: 27px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../img/arrow1.png) left top no-repeat;
  transform: rotate(90deg);
}
.kind-index .faq-area .js-accordion-contents {
  margin: 0;
}
.kind-index .faq-area .answer {
  padding: 18px 33px 18px 59px;
  background: url(../img/faq_answer_bg.png) left 20px top 20px no-repeat;
}
.kind-index .faq-area .answer .text {
  text-align: justify;
  line-height: 2;
  font-size: 15px;
  font-feature-settings: 'palt';
  letter-spacing: 1px;
  color: #545454;
}
.kind-index .faq-area .answer .text a {
  text-decoration: underline;
  color: #2d478e;
}
.kind-index .faq-area .js-accordion-contents {
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.kind-index .faq-area .js-accordion.is-open .question::after {
  transform: rotate(-90deg);
}

/*======================================================================
　画面サイズ 767
======================================================================*/
@media screen and (max-width: 767px) {
  .kind-index .faq-area {
    margin-bottom: 40px;
  }
  .kind-index .faq-area .faq-title {
    margin: 7rem 0 5rem;
    padding: 2.5rem 1.1rem 2.5rem 2.2rem;
    line-height: 1.1818181818;
    font-size: 2.2rem;
  }
  .kind-index .faq-area .faq-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/contents_title_bg.png) left top repeat;
  }
  .kind-index .faq-area .faq-title::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 2px;
    background: #ed6dc6;
  }
  .kind-index .faq-area .question {
    padding: 2rem 3.5rem 2rem 5.2rem;
    background: url(../img/mobile/faq_question_bg.png) left 1rem center no-repeat;
    line-height: 1.5555555556;
    font-size: 1.8rem;
  }
  .kind-index .faq-area .question::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 1.5rem;
  }
  .kind-index .faq-area .answer {
    padding: 1.5rem 1.5rem 1.5rem 5.5rem;
    background: url(../img/mobile/faq_answer_bg.png) left 1rem top 1.5rem no-repeat;
  }
  .kind-index .faq-area .answer .text {
    font-size: 1.5rem;
  }
}
.webp .p-title {
  background: url(../img/about_oa_title.png.webp) center top no-repeat;
  background-size: cover;
}
.webp .p-title::before {
  background: url(../img/contents_title_bg.png.webp) left top repeat;
}
.webp .l-wrapper {
  background-image: url(../img/main_bg2.png.webp), url(../img/main_bg2.png.webp);
  background-position: right 100px top 500px, left -50px bottom -300px;
  background-repeat: no-repeat;
}
.webp .l-wrapper::before {
  background-image: url(../img/main_bg2.png.webp);
  background-position: left top -250px;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
.webp .l-wrapper::after {
  background-image: url(../img/main_bg2.png.webp);
  background-position: right 200px top 400px;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}

/*======================================================================
　画面サイズ 767
======================================================================*/
@media screen and (max-width: 767px) {
  .webp .navi-open .l-header-navi {
    background-image: url(../img/mobile/main_bg2.png.webp), url(../img/mobile/main_bg2.png.webp);
    background-position: right -25rem top -20rem, right 10rem bottom -20rem;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .webp .l-wrapper::before {
    background-image: url(../img/mobile/main_bg2.png.webp);
    background-position: right -25rem top -25rem;
    background-repeat: no-repeat;
    background-color: inherit;
  }
  .webp .l-inner {
    background-image: url(../img/mobile/main_bg2.png.webp), url(../img/mobile/main_bg2.png.webp), url(../img/mobile/main_bg2.png.webp);
    background-position: right 10rem top 145rem, right -25rem top 200rem, right 10rem bottom -15rem;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
  }
}

/*# sourceMappingURL=index.css.map */
