@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 3em;
  padding-bottom: 3em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}
body.page-outpatient
#visual .body {
  min-height: 300px;
  background: url("../../_images/outpatient/visual.png") no-repeat;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-outpatient
  #visual .body {
    min-height: 100%;
    background: url("../../_images/outpatient/visual-sp.jpg") no-repeat;
    background-position: right;
    background-size: cover;
  }
}


/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

body.page-outpatient
#page-nav ul li {
  position: relative;
  font-weight: bold;
  padding: 0;
  transition: 0.2s color,0.2s all;
  margin: 0 0.5% 15px;
  width: 320px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-outpatient
  #page-nav ul li {
    position: relative;
    font-weight: bold;
    padding: 0;
    transition: 0.2s color,0.2s all;
    margin: 0 auto 15px;
    width: 320px;
  }
  body.page-outpatient
  #page-nav ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}


/* ****************************************************************************************************
   * 専門外来
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.outpatient {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  background: var(--c-l-orange);
}

.outpatient ~ .outpatient {
  padding-top: 0 !important;
}

.outpatient .body {
  max-width: 1240px;
  padding: 0 20px;
}

.outpatient section {
  position: relative;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient {
    position: relative;
    padding-top: 20px !important;
    background: var(--c-l-orange);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.outpatient .title-1 {
  font-size: 2.4rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient .title-1 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.outpatient .text {
  font-size: 1.8rem;
}
.outpatient .text .color-1 {
  color: #ce2e2e;
}
.outpatient .text a {
  color: var(--c-orange);
  text-decoration: underline;
}
.outpatient .text a:hover {
  color: var(--c-orange);
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient .text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.outpatient .link-btn {
  margin-top: 20px;
}
#aga-2 .link-btn {
  margin-top: 80px;
}
.outpatient .link-btn .btn {
  margin-left: 0;
}
.outpatient .link-btn .btn.size {
  margin-left: 0;
  width: 350px;
}
/* スギ花粉症の舌下免疫療法*/
#kafunsho-2 .link-btn a.btn::after {
  display: none;
}
#kafunsho-2 .link-btn a.btn[target="_blank"] span {
  position: relative;
}
#kafunsho-2 .link-btn a.btn[target="_blank"] span::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 18px;
  height: 20px;
  margin-left: .4em;
  vertical-align: middle;
  margin-top: -6px;
}
#kafunsho-2 .link-btn a.btn[target="_blank"]:hover span::after {
  background: url("../../_images/_common/detail-icon-1.png") no-repeat;
}

/* トラベル外来*/
#travel-2 .link-btn a.btn::after {
  display: none;
}
#travel-2 .link-btn a.btn[target="_blank"] span {
  position: relative;
}
#travel-2 .link-btn a.btn[target="_blank"] span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/pdf-icon.png") no-repeat;
  width: 33px;
  height: 32px;
  margin-right: .4em;
  vertical-align: middle;
  margin-top: -6px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #aga-2 .link-btn {
    margin-top: 2em;
  }
  .outpatient .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .outpatient .link-btn .btn.size {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（スタイル）
/* ------------------------------------------------------------------------------------------------- */

.outpatient ul.style {
  margin-top: 1em;
}

.outpatient ul.style li {
  list-style: none;
  position: relative;
  padding-left: 2.0em;
  font-size: 1.8rem;
}
.outpatient ul.style li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  margin-top: 8px;
}

.outpatient ul.style li ~ li {
  margin-top: 0.5em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient ul.style {}
  .outpatient ul.style li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    font-size: 1.6rem;
  }
  .outpatient ul.style li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid var(--c-orange);
    color: var(--c-orange);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    margin-top: 10px;
  }
  
  .outpatient ul.style li ~ li {
    margin-top: /*1em*/0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 横並びカラム
/* ------------------------------------------------------------------------------------------------- */

.outpatient .contents.layout-2 {}
.outpatient .contents.layout-2 .content {
  width: 63%;
  margin-right: 5%;
}
.outpatient .contents.layout-2 picture {
  text-align: center;
  display: block;
  width: 32%;
}

/* 反転の場合*/
.outpatient .contents.layout-2.row {
  flex-direction: row-reverse;
}
.outpatient .contents.layout-2.row .content {
  width: 63%;
  margin-right: auto;
  margin-left: 5%;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient .contents.layout-2 .content {
    width: 100%;
    margin-right: 0;
  }
  .outpatient .contents.layout-2.row .content {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  .outpatient .contents.layout-2 picture {
    margin-top: 1em;
    text-align: center;
    display: block;
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * インナー　内枠
/* ------------------------------------------------------------------------------------------------- */

.outpatient .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  max-width: 1080px;
  margin: 50px auto 0;
}

.outpatient .inner .title-2 {
  position: relative;
  color: var(--c-orange);
  font-size: 2.2rem;
}
.outpatient .inner .title-2 + .text {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient .inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
    max-width: 1080px;
    margin: 1em auto 0;
  }
  .outpatient .inner .title-2 {
    color: var(--c-orange);
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .outpatient .inner .layout-flex-2 .item ~ .item {
    margin-top: 20px;
  }
  .outpatient .inner .layout-flex-2 .item .title-2 {
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（チェックリスト）
/* ------------------------------------------------------------------------------------------------- */

.outpatient .item ul.check-list {
  margin-top: 20px;
}

.outpatient .item ul.check-list li {
  list-style: none;
  position: relative;
  padding-left: 2.0em;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.outpatient .item ul.check-list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url("../../_images/_common/check.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient .item ul.check-list {
  }
  .outpatient .item ul.check-list li {
    list-style: none;
    position: relative;
    padding-left: 1.0em;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .outpatient .item ul.check-list li::before {
    content: "";
    display: block;
    background: url("../../_images/_common/check.png") no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 12px;
  }
  
  .outpatient .item ul.check-list li ~ li {
    margin-top: /*1em*/0;
  }
  #diseases .layout-flex-2 .item:nth-child(2) ul.check-list {
    margin-top: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * インナー 内枠 2カラム
/* ------------------------------------------------------------------------------------------------- */

.outpatient .inner .contents.layout-2 {
  display: flex;
  margin-top: 1em;
}

.outpatient .inner .content {
  width: 57%;
  margin-right: 2%;
}
.outpatient .inner picture {
  display: block;
  margin: 0 auto;
  width: 41%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient .inner .content {
    width: 100%;
    margin-right: 0;
  }
  .outpatient .inner picture {
    display: block;
    margin: 1em auto 0;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * インナー 内枠 表組
/* ------------------------------------------------------------------------------------------------- */

.outpatient .inner .title-3 {
  position: relative;
  font-size: 2.0rem;
  padding-left: 1.5em;
}
.outpatient .inner .title-3::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  margin-top: 10px;
}

.outpatient .inner dl {
  margin-top: 1em;
  border-top: 1px solid var(--c-orange);
}
.outpatient .inner dl div {
  display: flex;
  justify-content: flex-start;
  font-size: 1.8rem;
  border-bottom: 1px solid var(--c-orange);
}
.outpatient .inner dt {
  color: var(--c-orange);
  width: 75%;
  padding: 1em;
}
.outpatient .inner dd {
  text-align: right;
  width: 25%;
  padding: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient .inner .title-3 {
    position: relative;
    font-size: 1.7rem;
    padding-left: 1.25em;
  }
  .outpatient .inner .title-3::before {
    width: 9px;
    height: 9px;
    margin-top: 11px;
  }
  
  .outpatient .inner dl div {
    font-size: 1.6rem;
    display: block;
  }
  .outpatient .inner dt {
    padding: 0 0.5em;
    width: 100%;
  }
  .outpatient .inner dd {
    padding: 0 0.5em;
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.outpatient .inner ul.data {}

.outpatient .inner ul.data li {
  margin-bottom: 1em;
}

.outpatient .inner ul.data li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--c-orange);
  border-radius: 100%;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 900;
  margin-right: 1em;
}

.outpatient .inner ul.data li .col-1 p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.0rem;
}
.outpatient .inner ul.data li .col-2 p {
  font-size: 1.8rem;
}
/* 脂質家族性コレステロール*/
#cholesterole .inner ul.data li .col-1 p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .outpatient .inner ul.data li span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    font-size: 1.8rem;
    margin-right: 0.5em;
  }
  .outpatient .inner ul.data li .col-1 p {
    font-size: 1.7rem;
  }
  .outpatient .inner ul.data li .col-2 p {
    font-size: 1.6rem;
  }
  /* 脂質家族性コレステロール*/
  #cholesterole .inner ul.data li span {
    margin-top: 0.2em;
  }
  #cholesterole .inner ul.data li .col-1 p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1.6rem;
  }
}



