@charset "UTF-8";
/*---------------------------------------
h1周辺
------------------------------------------*/
.page_opning_box {
  height: 210px;
  background: url("../images/common/page_header_pc.png");
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.page_opning_title {
  padding: 5px 0 5px 0;
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  font-family: 'Noto Serif JP', serif; }

.page #secContents {
  padding: 60px 0 60px 0; }

.page h1 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.5; }

.page .page_meta_box {
  fz: 14px;
  margin-bottom: 10px; }

.page .eyeCatch {
  margin-bottom: 30px; }

.page .eyeCatch img {
  width: 100%;
  height: 450px;
  object-fit: cover; }

@media only screen and (max-width: 750px) {
  .page h1 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.5; }

  .page_opning_box {
    height: 120px;
    background: url("../images/common/page_header_mb.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }

  .page_opning_title {
    padding: 40px 0 5px 0;
    display: block;
    text-align: center;
    font-size: 20px; }

  .page #secContents {
    padding: 30px 0 30px 0; }

  .page .eyeCatch img {
    width: 100%;
    height: 250px;
    object-fit: cover; } }
/*-----------------------------------------------
医療理念
----------------------------------------------------*/
.page_rinen {
  /*sec01*/
  /*textArea*/ }
  .page_rinen .sec01_sec {
    background: #fff;
    font-size: 18px; }
    .page_rinen .sec01_sec .secIn {
      width: 760px;
      padding: 60px 0 90px 0; }
    .page_rinen .sec01_sec .text_box {
      width: 720px;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      background: #fff;
      border: solid 1px #BA93C2;
      background: #fff;
      font-family: 'Noto Serif JP', serif;
      color: #BA93C2;
      font-size: 28px;
      text-align: center;
      font-weight: 800;
      text-align: center;
      position: relative;
      padding: 30px 0 30px 0; }
    .page_rinen .sec01_sec .doctor_img {
      position: absolute;
      left: -90px;
      bottom: -90px;
      width: 178px; }
  @media only screen and (max-width: 760px) {
    .page_rinen .sec01_sec {
      font-size: 13.5px; }
      .page_rinen .sec01_sec .secIn {
        background: #fff;
        width: 80%;
        padding: 30px 0 60px 0; }
      .page_rinen .sec01_sec .text_box {
        width: 100%;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        background: #fff;
        font-size: 20px; }
      .page_rinen .sec01_sec .doctor_img {
        position: absolute;
        left: -35px;
        bottom: -60px;
        width: 113px; } }
  .page_rinen .textArea_sec {
    padding: 60px 0 60px 0;
    font-size: 18px; }
    .page_rinen .textArea_sec .secIn {
      width: 760px; }
  @media only screen and (max-width: 750px) {
    .page_rinen .textArea_sec {
      font-size: 13.5px; }
      .page_rinen .textArea_sec .secIn {
        width: 80%; } }

/*-----------------------------------------------
アーカイブ
----------------------------------------------------*/
.archive_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0; }

.archive_flBox:first-child {
  padding: 0 0 20px 0; }

.archive_flBox .col_l {
  width: 30%; }

.archive_flBox .col_l img {
  width: 100%;
  height: 160px;
  object-fit: cover; }

.archive_flBox .col_r {
  width: 68%; }

.archive_flBox .title {
  font-weight: bold; }

.archive_flBox .disc {
  margin-bottom: 10px; }

.archive_flBox .cat a {
  margin-bottom: 10px;
  color: #64B4B4;
  padding-left: 10px; }

.archive_flBox .next {
  color: #BA93C2;
  font-weight: bold; }

.archive .pager {
  padding: 30px 0 0 0;
  text-align: center; }
  .archive .pager .current {
    background: #BA93C2;
    color: #fff;
    font-weight: bold; }
  .archive .pager .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .archive .pager a {
    margin: 0; }
  .archive .pager a:hover {
    background: #BA93C2;
    opacity: 0.3; }

@media only screen and (max-width: 750px) {
  .archive_flBox {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 0; }

  .archive_flBox:first-child {
    padding: 0 0 20px 0; }

  .archive_flBox .col_l {
    width: 100%; }

  .archive_flBox .col_l img {
    width: 100%;
    height: 180px;
    object-fit: cover; }

  .archive_flBox .col_r {
    width: 100%;
    font-size: 13px; }

  .archive_flBox .title {
    font-weight: bold; }

  .archive_flBox .disc {
    margin-bottom: 10px; }

  .archive_flBox .next {
    color: #BA93C2;
    font-weight: bold; }

  .archive .pager {
    padding: 30px 0 0 0; }
    .archive .pager .current {
      background: #BA93C2;
      color: #fff;
      font-weight: bold; }
    .archive .pager .page-numbers {
      display: inline-flex;
      width: 50px;
      height: 50px;
      align-items: center;
      justify-content: center;
      margin: 0; }
    .archive .pager a {
      margin: 0; }
    .archive .pager a:hover {
      background: #BA93C2;
      opacity: 0.3; } }
/*-----------------------------------------------
コラム
----------------------------------------------------*/
.box_tax_list a {
  display: inline-block;
  margin-right: 5px;
  background: #BA93C2;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 3px;
  padding: 5px 15px 5px 15px;
  line-height: 1;
  font-size: 11px; }

.box_tax_list {
  margin-bottom: 30px; }

.single_column {
  /*プロフ*/
  /*目次*/ }
  .single_column h1 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.5; }
  .single_column #secContents {
    font-size: 16px; }
  .single_column .box_intro {
    border: 1px solid #BA93C2;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    margin: 60px 0 60px 0;
    padding: 10px 0 30px 0;
    font-weight: 500; }
  .single_column .box_intro_in {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .single_column .intro_line {
    width: 90%;
    margin: auto;
    font-weight: bold;
    font-size: 14px;
    color: #BA93C2; }
  .single_column .box_intro_in .col01 {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .single_column .box_intro_in .col01_l {
    width: 96px; }
  .single_column .box_intro_in .col01_r .line02 {
    font-size: 18px; }
  .single_column .box_intro_in .col01_r {
    width: 65%;
    padding-top: 30px; }
  .single_column .box_intro_in .col02 {
    width: 48%; }
  @media only screen and (max-width: 800px) {
    .single_column {
      /*プロフ*/ }
      .single_column .box_intro {
        border: 1px solid #BA93C2;
        border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        margin: 30px 0 30px 0;
        padding: 10px 0 30px 0;
        font-weight: 500; }
      .single_column .box_intro_in {
        width: 90%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .single_column .intro_line {
        width: 90%;
        margin: auto;
        font-weight: bold;
        font-size: 12px;
        color: #BA93C2;
        text-align: center; }
      .single_column .box_intro_in .col01 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px; }
      .single_column .box_intro_in .col01_l {
        width: 96px; }
      .single_column .box_intro_in .col01_r .line01 {
        font-size: 9px; }
      .single_column .box_intro_in .col01_r .line02 {
        font-size: 13px; }
      .single_column .box_intro_in .col01_r {
        width: 65%;
        padding-top: 30px; }
      .single_column .box_intro_in .col02 {
        width: 100%;
        font-size: 11px; } }
  .single_column .toc_number {
    display: inline-block;
    margin-right: 5px !important;
    font-weight: bold; }
  .single_column .toc_depth_1 {
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 10px !important; }
  .single_column .toc_depth_2:before {
    content: "・"; }
  .single_column #toc_container {
    background: #fff;
    /* 背景色 */
    border: none;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    box-sizing: border-box;
    /* スマホの横揺れ防止 */
    display: block !important;
    font-size: 95%;
    /* フォントサイズ */
    line-height: 1.4;
    /* 行間 */
    margin: 2em auto;
    /* 外側の余白 */
    padding: 2em;
    /* 内側の余白 */
    width: 80%;
    /* 幅 */ }
  .single_column .toc_title {
    font-weight: bold;
    /* 太字 */
    padding: 0.4em 0;
    /* 内側の余白 */
    text-align: center;
    /* 中央寄せ */
    font-size: 22px; }
  .single_column .toc_toggle {
    font-size: 13px;
    font-weight: normal; }
  .single_column .toc_brackets {
    display: none; }
  .single_column .toc_list,
  .single_column .toc_list * {
    list-style: none;
    margin: 0;
    padding: 0; }
  .single_column .toc_list {
    margin-top: 1em; }
  .single_column .toc_list a {
    display: block;
    text-decoration: none;
    color: #444;
    /* リンク色 */ }
  .single_column .toc_list > li > a {
    font-size: 16px;
    /* 大見出しのフォントサイズ */ }
  .single_column .toc_list ul {
    padding: 1em 0 0 1em; }
  .single_column .toc_list li {
    margin-bottom: 0.4em;
    padding-bottom: 0.4em; }
  .single_column h2 {
    background: #ba93c2;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    font-size: 22px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 30px 0 30px 0; }
  .single_column h3 {
    padding: 20px 0 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #ba93c2;
    font-size: 20px;
    margin-bottom: 30px; }
  .single_column h4 {
    font-weight: bold;
    color: #ba93c2;
    font-size: 18px;
    margin: 10px 0 10px 0; }
  @media only screen and (max-width: 800px) {
    .single_column #toc_container {
      background: #fff;
      /* 背景色 */
      border: none;
      border-top: 1px solid #999999;
      border-bottom: 1px solid #999999;
      box-sizing: border-box;
      /* スマホの横揺れ防止 */
      display: block !important;
      font-size: 95%;
      /* フォントサイズ */
      line-height: 1.4;
      /* 行間 */
      margin: 2em auto;
      /* 外側の余白 */
      padding: 2em;
      /* 内側の余白 */
      width: 100%;
      /* 幅 */ }
    .single_column .the_content {
      font-size: 16px; }
    .single_column h2 {
      background: #ba93c2;
      color: #fff;
      padding: 10px;
      font-weight: bold;
      font-size: 20px;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      margin: 30px 0 30px 0; }
    .single_column h3 {
      padding: 10px 0 10px 0;
      font-weight: bold;
      border-bottom: 1px solid #ba93c2;
      font-size: 18px;
      margin-bottom: 20px; }
    .single_column h4 {
      font-weight: bold;
      color: #ba93c2;
      font-size: 16px;
      margin: 10px 0 10px 0; }
    .single_column img {
      display: block;
      width: 100%;
      margin: 10px 0 10px 0; } }
