@charset "utf-8";
/* Generic Child-suitaStyle-front
    front-page専用スタイル
    body.home
　　　-コンテナ div id="container" #container
　　　-共通要素 （ .btn.more-link ）
    　-メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
    　-各コンテンツ section
　　　-メディアクエリ（ブレイクポイントごと）
*/

/* コンテナ div id="container" #container
---------------------------------------------------- */
body.home #container {
    margin: 0 auto;
    width: 100%;
}
/*メインコンテンツ - メインカラム*/
body.home main.content {
    float: none;
    margin: 0;
    padding: 00;
    width: 100%;
}

/* 共通要素
---------------------------------------------------- */
/* セクション section */

/* h2見出し h2.ttl */
section .section-wrap header h2.ttl{
    font-weight: normal;
    margin: 0;
    padding: 0 2rem;
    text-align: center;
    z-index: 1;
    font-size: 36px;
}
section .section-wrap header h2.ttl span{
    color: #C69C6D;
    display: block;
    font-size: 1rem;
}
/* お知らせ・ブログ等　新着表示 .entry-list --- */
#news {
}
#news .section-wrap {
    margin: 0 auto;
    width: 900px;
}
#news .section-wrap header {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
}
#news .section-wrap header .en {
  margin-bottom: 0px;
  font-size: 24px;
  color: #C69C6D;
  display: inline-block;
  margin-left: 10px;
}
#news .section-wrap header {
  display: flex;
  margin-bottom: 0px;
  align-items: end;
}
section .section-wrap header h2.ttl {
  padding: 0px;
}

.entry-list .section-wrap .article-list{
    margin: 0 auto;
}
.entry-list .section-wrap .article-list article{
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0.5rem 0;
    position: relative;
    transition: .3s;
}
.entry-list .section-wrap .article-list article:first-child{
    border-top: #DCDDDD solid 1px;
}

.entry-list .section-wrap .article-list article:hover{
    background-color: #fff;
}
.entry-list .section-wrap .article-list article .entry-meta{
    color: #666;
    margin: 0;
}
.entry-list .section-wrap .article-list article .entry-meta .entry-time{
    display: inline-block;
    padding: 0 0 0 .5em;
    width: 10em;
    color: #000;
}
.entry-list .section-wrap .article-list article .entry-meta .category{
    border-radius: 5px;
    color: #000;
    display: inline-block;
    padding: .25em;
    text-align: center;
    width: 100px;
}
.entry-list .section-wrap .article-list article .entry-meta .category.notice{
    background-color: #D4E8EF;
}
.entry-list .section-wrap .article-list article .entry-meta .category.recruit{
    background-color: #CCE6ED;
}
.entry-list .section-wrap .article-list article .entry-meta .category.important{
    background-color: #F9BFB4;
}

.entry-list .section-wrap .article-list article .entry-title{
    flex: 1;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 0 0 1em;
}
.entry-list .section-wrap .article-list article .entry-title a{
    color: #000;
    text-decoration: none;
}

.entry-list .section-wrap .more-btn a {
    background: linear-gradient(to right, #1B2B7A, #327EC2);
    color: #fff;
    display: block;
    text-decoration: none;
    width: 170px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    border: 1px solid #fff;
    transition: 0.3s;
    padding: 10px 0;
    border: 1px solid #1B2B7A;

  }
  .entry-list .section-wrap .more-btn a:hover {
    background: #fff;
    color: #1B2B7A;
    transition: transform 0.3s ease;
    transform: scale(1.1);
  }

/* moreリンクボタン .btn.more-link */
p.btn.more-link{
  margin: 0px;
}
p.btn.more-link a{
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    line-height: normal;
    padding: 0px;
    text-decoration: none;
    width: fit-content;
    font-size: 18px;
    color: #000;
}
p.btn.more-link a::after{
  background-image: url(../images/front/arrow.png);
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  margin-left: 10px;
}
p.btn.more-link a:hover{
    background-color: #fff;
    color: #46A56C;
}


/* ヘッダ header id="header" #header
   ※フロントページのみの指定
---------------------------------------------------- */
#header {
    /*ヘッダ固定の指定を外す際はposition:relativeに変更し、header.php内の「ヘッダーの高さ分だけコンテンツを下げる」をコメントアウトし、
    ログイン時のアドミンバー表示調整（body.logged-in #header）もコメントアウトする
    （@media screen and (max-width: 782px)にもログイン時のアドミンバー表示調整の記述有）
    */
    margin: 0;
    position: absolute;
        left: 0;
        top: 0;
    z-index: 9999;
}
/*ログイン時のアドミンバー表示調整*/
body.logged-in #header {
        top: 32px;
}

/* フロントトップsection id="front-top" #front-top （#front-nav #main-vis / #attention）
---------------------------------------------------- */
#container .content #front-top{
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    margin: 0;
}

/* フロントトップ - メインビジュアル div#main-bis（bxslider） */
#main-vis{
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 160px!important;
}
/*bxslider スタイルリセット*/
#main-vis .bx-wrapper {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
	overflow: hidden;
    padding: 0;
}
#main-vis .bx-wrapper .bx-viewport{
	margin: 0 auto;
}
/*各スライド設定*/
#main-vis .bx-wrapper .bx-viewport .slider > div{
    height: 70vh;
    position: relative;
}
#main-vis .bx-wrapper .bx-viewport .slider div .catch{
  position: absolute;
      left: 0%;
      bottom: 0%;
      z-index: 999;
}
#main-vis .bx-wrapper .bx-viewport .slider div .catch .in{
      padding: 10px;
      margin: 8px;
}
#main-vis .bx-wrapper .bx-viewport .slider div .catch h2{
    font-weight: normal;
    font-size: 56px;
    letter-spacing:5px;
    text-shadow: 0px 0px 10px #000;
    color: #fff;
}
#main-vis div .catch span{
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    letter-spacing: 3px;
}




#main-vis .bx-wrapper .bx-viewport .slider .slide01{
    background: url("../images/front/slide/slide1.jpg") center no-repeat;
    background-size: cover;
    /*animation: animationZoom1 8s ease-in-out forwards;
    transform: scale(1.25);*/
}
#main-vis .bx-wrapper .bx-viewport .slider .slide02{
    background: url("../images/front/slide/slide2_re.jpg") right no-repeat;
    background-size: cover;
    /*animation: animationZoom1 8s ease-in-out forwards;
    transform: scale(1.25);*/
}
/*@keyframes animationZoom1 {
  100% { transform:scale(1.0); }
}*/

#main-vis .bx-wrapper .bx-viewport .slider img {

}

/* ご挨拶　#greenting
---------------------------------------------------- */
#greenting {
  position: relative;
}
#greenting::before {
  content: "";
  background-image: url(../images/front/greenting/bk-before.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 1;
  width: 620px;
  height: 470px;
}
#greenting::after{
  content: "";
  background-image: url(../images/front/greenting/bk-after.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 1;
  width: 592px;
  height: 470px;
  z-index: -2;
}
#greenting .section-wrap {
  padding: 100px 0px;
  width: 1260px;
  margin: 0 auto;
}
#greenting .section-wrap header{
  text-align: center;
  margin-bottom: 50px;
}
#greenting .section-wrap header h2 {
  font-size: 52px;
}
#greenting .section-wrap header .en {
  font-size: 26px;
  color: #2359A8;
  font-style:italic;
  letter-spacing: 5px;
}
#greenting .section-wrap p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 40px;
}
#greenting .section-wrap .more-btn {
  z-index: 1;
  position: relative;
}
#greenting .section-wrap .more-btn a{
  background: linear-gradient(to right, #1B2B7A, #327EC2);
  color: #fff;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 360px;
  -webkit-border-radius:50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  border: 1px solid #fff;
  padding: 26px 0;
  border: 1px solid #1B2B7A;
}
#greenting .section-wrap .more-btn a:hover {
  background: #fff;
  color: #1B2B7A;
  transition: transform 0.3s ease;
  transform: scale(1.1);
}
/* 対象となる疾患　#disease
---------------------------------------------------- */
#disease {
  position: relative;
  background: url(../images/front/disease/bk.jpg) no-repeat top center;
  background-attachment: fixed;
}
#disease .section-wrap {
  padding: 100px 0px;
  width: 1260px;
  margin: 0 auto;
}
#disease .section-wrap header{
  text-align: center;
  margin-bottom: 50px;
}
#disease .section-wrap header h2 {
  font-size: 52px;
  color: #fff;
}
#disease .section-wrap header .en {
  font-size: 26px;
  color: #fff;
  font-style:italic;
  letter-spacing: 5px;
}
#disease .section-wrap .content {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#disease .section-wrap .content .box {
  width: 30%;
  background-color: #fff;
  text-align: center;
  outline: 2px solid #3377B5;/*outlineでドットの線を追加*/
  outline-offset: -10px;/*outline-offsetの値を-10pxにして内側に調整*/
  padding: 40px 20px 20px 20px;
  margin: 20px;
}
#disease .section-wrap .content .box a {
  display: block;
  text-decoration: none;
}
#disease .section-wrap .content .box .ttl {
  color: #327EC2;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
#disease .section-wrap .content .box .txt {
  color: #000;
  font-size: 20px;
}

/* 当科の特徴　#features
---------------------------------------------------- */
#features {
  position: relative;
}
#features .section-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0px;
}
#features .section-wrap header{
  text-align: center;
  margin-bottom: 50px;
}
#features .section-wrap header h2 {
  font-size: 52px;
  color: #000;
}
#features .section-wrap header .en {
  font-size: 26px;
  color: #2359A8;
  font-style:italic;
  letter-spacing: 5px;
}
#features .section-wrap .point h3 {
  font-size: 48px;
  color: #000;
  border-bottom: 1px solid #1b2d6f;
  font-weight: normal;
}
#features .section-wrap .point .number{
  font-size: 120px;
  color: rgba(230, 180, 78, 0.6);
  font-style: italic;
  margin-right: 20px;
}
#features .section-wrap .point {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}
#features .section-wrap .point .more-btn a{
  background: linear-gradient(to right, #1B2B7A, #327EC2);
  color: #fff;
  display: block;
  text-decoration: none;
  width: 360px;
  -webkit-border-radius:50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  border: 1px solid #fff;
  transition: 0.3s;
  padding: 26px 0;
  border: 1px solid #1B2B7A;
}
#features .section-wrap .point .more-btn a:hover{
  background: #fff;
  color: #1B2B7A;
  transition: transform 0.3s ease;
  transform: scale(1.1);
}
/*がん治療*/
#features .section-wrap .point#cancer .left-area {
  width: 50%;
  padding:0px 80px;
}
#features .section-wrap .point#cancer .left-area p {
  font-size: 22px;
}
#features .section-wrap .poin#cancert .right-area {
  width: 50%;
}
/*24時間365日体制*/
#features .section-wrap .point#time .right-area {
  width: 50%;
  padding:0px 80px;
}
#features .section-wrap .point#time .right-area p {
  font-size: 22px;
}
#features .section-wrap .poin#time .left-area {
  width: 50%;
}
/*離島医療*/
#features .section-wrap .point#island .left-area {
  width: 50%;
  padding:0px 80px;
}
#features .section-wrap .point#island .left-area p {
  font-size: 22px;
}
#features .section-wrap .poin#island .right-area {
  width: 50%;
}
/*国境なき医師団*/
#features .section-wrap .point#doctor {
  display: -webkit-block;
  display: block;
  margin-bottom: 80px;
  max-width: 1260px;
  margin: 0 auto;
}
#features .section-wrap .point#doctor ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#features .section-wrap .point#doctor ul li {
  width: 30%;
}
#features .section-wrap .point#doctor .more-btn {
  margin-bottom: 50px;
}
#features .section-wrap .point#doctor .more-btn a{
  margin-left: auto;
}
#features .section-wrap .point#doctor p {
  font-size: 22px;
}

/* お知らせ #news
---------------------------------------------------- */
#news{
    padding: 60px 0 60px 0;
    background-color: #F7F8F8;
}
#news .section-wrap .article-list{
    margin: 0.7rem 0;
    padding: 0;
}
#news h2{
    color: #1B2B7A;
    font-size: 48px;
}
/* お知らせカテゴリタブリスト */
.news-list-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* 各カテゴリタブ */
.tab-switch {
    display: none;
}
.tab-label {
    align-items: center;
    background: #fff;
    border: rgba(145,114,16,.25) solid 1px;
    border-radius: 1.5rem ;
    color: #000;
    display: flex;
    flex: 1;
    justify-content: center;
    line-height: 100%;
    margin: 2rem 10px;
    order: -1;
    padding: 1rem 0;
    text-align: center;
    transition: .3s;
}
.news-list-wrap .tab-label:last-of-type {
    margin-right: 0;
}
.tab-label:hover {
    background: rgba(145,114,16,.10);
    cursor: pointer;
}
/* 各カテゴリタブ - アクティブ*/
.tab-switch:checked+.tab-label {
    background: rgba(145,114,16,.25);
}
/* 各カテゴリタブ コンテンツ */
.tab-content {
    display: none;
    padding: 0;
    position: relative;
    width: 100%;
}
/* 各カテゴリタブ コンテンツ - アクティブ*/
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}

/* 連携病院・開業医の先生方へ #cooperation
---------------------------------------------------- */
#cooperation {
  position: relative;
  background: url(../images/front/cooperation/bk.jpg) no-repeat top center;
  padding-top: 400px;
}
#cooperation .section-wrap {
  padding: 100px 70px;
  width: 1260px;
  background-color: #fff;
  margin: 0px auto 100px auto;
  box-shadow: 0px 0px 10px #4F4F4F;
}
#cooperation .section-wrap header{
  text-align: center;
  margin-bottom: 50px;
}
#cooperation .section-wrap header h2 {
  font-size: 52px;
  color: #000;
}
#cooperation .section-wrap header .en {
  font-size: 26px;
  color: #2359A8;
  font-style: italic;
  letter-spacing: 5px;
}
#cooperation .section-wrap p{
font-size: 22px;
}
#cooperation .section-wrap .more-btn a{
  background: linear-gradient(to right, #1B2B7A, #327EC2);
  color: #fff;
  display: block;
  margin: 50px auto 0px auto;
  text-decoration: none;
  width: 360px;
  -webkit-border-radius:50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  border: 1px solid #fff;
  transition: 0.3s;
  padding: 26px 0;
  border: 1px solid #1B2B7A;
}
#cooperation .section-wrap .more-btn a:hover {
  background: #fff;
  color: #1B2B7A;
  transition: transform 0.3s ease;
  transform: scale(1.1);
}
.pc-tb {
display: block;
}

/* メディアクエリ（ブレイクポイントごと）
---------------------------------------------------- */

@media(max-width:1500px) {
  #features .section-wrap .point {
    padding: 0px 20px;
  }
  #features .section-wrap .point .number {
    font-size: 80px;
  }
  #features .section-wrap .point h3 {
    font-size: 40px;
  }
  #features .section-wrap .point#cancer .left-area {
    padding: 0px 25px 0px 0px;
  }
  #features .section-wrap .point#time .right-area {
    padding: 0px 0px 0px 25px
  }
  #features .section-wrap .point#island .left-area {
    padding: 0px 25px 0px 0px;
  }
  #cooperation .section-wrap {
    width: 1100px;
  }


}



@media(max-width:1260px) {

  .pc-tb {
  display: none;
  }


/* 共通要素
---------------------------------------------------- */
    /* セクション section */
    #container .content section .section-wrap{
        width: 90%;
    }



/* お知らせ #news
---------------------------------------------------- */
    #news{
        padding: 70px 0;
    }
    #container .content #news .section-wrap{
        width: 90%;
    }

    #greenting::before {
      background-size: contain;
      width: 500px;
    }
    #greenting .section-wrap header h2 {
      font-size: 42px;
    }
    #greenting::after {
      background-size: contain;
      width: 500px;
      bottom: -10%;
    }
    #greenting .section-wrap {
      padding: 100px 0px 80px 0px;
    }
    #disease .section-wrap header h2 {
      font-size: 42px;
    }
    #disease .section-wrap .content .box{
      width: 28%;
      margin: 15px;
    }
    #disease .section-wrap .content .box .ttl {
      font-size: 26px;
      font-weight: normal;
      margin-bottom: 10px;
    }
    #disease .section-wrap .content .box .txt {
      margin-top: 0px;
    }

    #features .section-wrap header h2 {
      font-size: 42px;
    }
    /*がん治療*/
    #features .section-wrap .point#cancer .left-area {
      width: 65%;
    }
    #features .section-wrap .point#cancer .right-area {
      width: 35%;
      display: flex;
      align-items: center;
    }
    /*24時間365日体制*/
    #features .section-wrap .point#time .left-area {
      width: 35%;
      display: flex;
      align-items: center;
    }
    #features .section-wrap .point#time .right-area {
      width: 65%;
    }
    /*離島医療*/
    #features .section-wrap .point#island .left-area {
      width: 65%;
    }
    #features .section-wrap .point#island .right-area {
      width: 35%;
      display: flex;
      align-items: center;
    }
    #cooperation .section-wrap header h2 {
      font-size: 42px;
    }




}

@media(max-width:1024px) {
  #main-vis {
    margin-top: 66px!important;
  }
/* 共通要素
---------------------------------------------------- */
    /* セクション section */
    /* お知らせ・ブログ等新着表示 .entry-list */
    .entry-list .section-wrap .article-list article{
        flex-wrap: wrap;
        padding: .5rem 0;
    }
    .entry-list .section-wrap .article-list article::after{
        display: none;
    }
    .entry-list .section-wrap .article-list article .entry-meta ,
    .entry-list .section-wrap .article-list article .entry-title{
        width: 100%;
    }
    .entry-list .section-wrap .article-list article .entry-meta{
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    .entry-list .section-wrap .article-list article .entry-meta .entry-time{
            padding: 0 .5em;
            width: auto;
    }
    .entry-list .section-wrap .article-list article .entry-meta .category{
            width: auto;
    }
    .entry-list .section-wrap .article-list article .entry-title{
        padding: .5em 0 0;
    }
    .entry-list .section-wrap .article-list article .entry-title::before{
        content: '\e5df';
        display: inline-block;
        font-family: 'Material Icons';
        padding: 0;
    }
    /* moreリンクボタン .btn.more-link */
    p.btn.more-link{}
    p.btn.more-link a{
    }

/* フロントトップsection id="front-top" #front-top （#front-nav #main-vis / #attention）
---------------------------------------------------- */
    /* フロントトップ - メインビジュアル div#main-bis（bxslider） */
    #container .content #front-top {
        height: auto;
    }

    /* フロントトップ - メインビジュアル div#main-bis（bxslider） */
    /*各スライド設定*/
    #main-vis .bx-wrapper .bx-viewport .slider > div{
        height: 60vh;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch h2{
        font-size: 40px;
        font-weight: normal;
    }
    #main-vis div .catch span {
        font-size: 24px;
        letter-spacing: 0px;
    }

    #main-vis div .catch h2 .small {
      font-size: 22px;
    }

    #greenting .section-wrap p {
      font-size: 18px;
      line-height: 32px;
    }

    #disease .section-wrap .content .box {
      margin: 8px;
       width: 30%;
    }
    #disease .section-wrap .content .box .ttl {
      font-size: 22px;
      margin-bottom: 0px;
    }
    #disease .section-wrap .content .box .txt {
      font-size: 18px;
      margin-bottom: 0px;
    }
    #features .section-wrap .point h3 {
      font-size: 32px;
    }
    #features .section-wrap .point#cancer .left-area p,
    #features .section-wrap .point#time .right-area p,
    #features .section-wrap .point#island .left-area p,
    #features .section-wrap .point#doctor p
     {
      font-size: 18px;
      line-height: 32px;
    }
    #features .section-wrap .point .number {
    font-size: 62px;
    }

    #news{
        padding: 50px 0;
    }
    #news .section-wrap h2.ttl {
      font-size: 36px;
    }
    #cooperation .section-wrap p {
      font-size: 18px;
    }


    .tab-label {
        font-size: .875rem;
        padding: .5rem 0;
    }


}

@media screen and (max-width: 782px){
    html #wpadminbar {
        position: fixed;
    }
    /*ログイン時のアドミンバー表示調整*/
    body.logged-in #header {
            top: 46px;
    }
    #wp-admin-bar-my-account{
        line-height: 80%;
    }
}

@media(min-width:769px) {}
@media(max-width:768px) {
/* 共通要素
---------------------------------------------------- */
    /* h2見出し h2.ttl */
    section .section-wrap header h2.ttl span{
        font-size: .75rem;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch {
      left: 0%;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch .in {
      padding: 30px;
      text-align: center;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch h2 {
      font-size: 32px;
    }
    #main-vis div .catch span {
      font-size: 20px;
    }




/* ウィジェット（ピックアップ） #pickup-widget
---------------------------------------------------- */
    #pickup-widget{
        background-color: #fef9fb;
        padding: 50px 0;
    }
    /*slick dots 上書き*/
    section.widget-area#pickup-widget .section-wrap .pickup-area.slick .slick-dots li button:before {
        border-radius: 5px;
        height: 10px;
        width: 10px;
    }
    #main-vis .bx-wrapper .bx-viewport .slider .slide01 {
      background: url(../images/front/slide/slide1_sp.jpg) center no-repeat;
      background-size: cover;
    }
    #main-vis .bx-wrapper .bx-viewport .slider .slide02 {
      background: url(../images/front/slide/slide2_sp.jpg) right no-repeat;
      background-size: cover;
    }

    #greenting::before {
      width: 400px
    }
    #greenting::after {
      width: 400px;
      bottom: -10%;
    }
    #greenting .section-wrap header h2 {
      font-size: 32px;
    }
    #greenting .section-wrap header .en {
      font-size: 20px;
    }
    #greenting .section-wrap p {
      font-size: 16px;
      text-align: left;
    }
    #greenting .section-wrap .more-btn a {
      padding: 18px 0px;
      font-size: 16px;
    }
    #disease {
      background-attachment: inherit;
    }
    #disease .section-wrap header h2 {
      font-size: 32px;
    }
    #disease .section-wrap header .en {
      font-size: 20px;
    }

    #disease .section-wrap .content .box {
      width: 40%;
    }
    #disease .section-wrap .content .box img {
      width: 50%;
    }
    #disease .section-wrap .content .box .ttl{
      font-size: 16px;
    }
    #disease .section-wrap .content .box .txt{
      font-size: 16px;
      line-height: normal;
      text-align: left;
    }

    #features .section-wrap header h2 {
      font-size: 32px;
    }
    #features .section-wrap header .en {
      font-size: 20px;
    }
    #features .section-wrap .point {
      padding: 0px 0px;
    }
    #features .section-wrap .point#cancer .left-area p,
    #features .section-wrap .point#time .right-area p,
    #features .section-wrap .point#island .left-area p,
    #features .section-wrap .point#doctor p {
      font-size: 16px;
      line-height: 24px;
    }
    #features .section-wrap .point {
      display: -webkit-block;
      display: block;
    }
    #features .section-wrap .point h3 {
      text-align: center;
    }
    #features .section-wrap .point#cancer .right-area,
    #features .section-wrap .point#cancer .left-area {
      width: 100%;
    }
    #features .section-wrap .point#cancer .left-area {
      padding: 0px 0px 0px 0px;
    }
    #features .section-wrap .point#time .right-area,
    #features .section-wrap .point#time .left-area {
    width: 100%;
    }
    #features .section-wrap .point#time .right-area {
      padding: 0px 0px 0px 0px;
    }
    #features .section-wrap .point#island .right-area,
    #features .section-wrap .point#island .left-area {
      width: 100%;
    }
    #features .section-wrap .point#island .left-area {
      padding: 0px 0px 0px 0px;
    }
    #features .section-wrap .point#doctor .more-btn {
      margin-bottom: 30px;
    }
    #features .section-wrap .point .more-btn a {
      padding: 18px 0px;
      font-size: 16px;
      margin: 0 auto 30px auto;
    }
    #features .section-wrap .point#doctor ul li {
      width: 48%;
    }
    #features .section-wrap .point#doctor ul{
      justify-content: space-around;
    }

    #news .section-wrap h2.ttl {
      font-size: 34px;
      text-align: center;
      margin: 0 auto;
    }
    #news .section-wrap header .en {
      font-size: 18px;
    }
    #cooperation .section-wrap header h2 {
      font-size: 32px;
    }
    #cooperation .section-wrap {
      padding: 50px 25px;
    }
    #cooperation .section-wrap .more-btn a {
        padding: 18px 0px;
        font-size: 16px;
    }
    #cooperation .section-wrap header .en {
      font-size: 18px;
    }
    #cooperation .section-wrap p {
      font-size: 16px;
    }

    p.btn.more-link a {
      font-size: 16px;
    }
    .entry-list .section-wrap .more-btn a {
      width: 250px;
      padding: 18px 0px;
      font-size: 16px;
      margin: 30px auto 10px auto;
    }


}
@media(max-width:767px) {}
@media(max-width:576px) {
/* 共通要素
---------------------------------------------------- */
    /* セクション section */
    #container .content section .section-wrap{
        width: 94%;
    }


/* フロントトップsection id="front-top" #front-top （#front-nav #main-vis / #attention）
---------------------------------------------------- */
    /*各スライド設定*/
    #main-vis .bx-wrapper .bx-viewport .slider > div{
        height: 45vh;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch {
      border: 0px;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch .in {
      padding: 20px;
      background: none;
    }
    #main-vis .bx-wrapper .bx-viewport .slider div .catch h2{
        font-size: 26px;
        letter-spacing: 3px;
        margin-bottom: 10px
      }
    #main-vis div .catch span {
      font-size: 18px;
    }
    #greenting .section-wrap .more-btn a {
      width: 80%
    }
    #features .section-wrap .point .more-btn a {
      width: 80%
    }
    #cooperation .section-wrap .more-btn a {
      width: 80%
    }

    #disease .section-wrap {
      padding: 70px 0px 70px 0px;
    }

    #disease .section-wrap .content .box {
      width: 45%;
    }
    #cooperation {
      padding-top: 150px;
      background-size: contain;
    }


/* お知らせ #news
---------------------------------------------------- */
    #news{
        padding: 40px 0;
    }
    .news-list-wrap {
        background-color: rgba(145,114,16,.10);
        padding: 1rem 0 0 0;
    }
    .entry-list .section-wrap .article-list article .entry-title {
      font-size: 0.9rem;
    }
    .tab-label {
        border-radius: 1rem;
        flex: unset;
        font-size: .74rem !important;
        line-height: 1;
        margin:  5px;
        padding: .5rem;
    }
    .tab-switch:checked+.tab-label+.tab-content {
        background-color: #fff;
        margin: 1rem 0 0 0;
    }


}

@media(max-width:460px) {
    #greenting::before {
      width: 350px;
    }
    #greenting::after {
      width: 350px;
    }
    #greenting .section-wrap header {
      margin-bottom: 20px;
    }
    #disease .section-wrap .content .box {
      margin: 5px;
      outline-offset: -7px;
      padding: 25px 15px 15px 15px;
    }
    #disease .section-wrap .content .box .ttl {
      margin-top: 0px;
    }

}

@media(max-width:400px) {
  #main-vis .bx-wrapper .bx-viewport .slider div .catch .in {
    padding: 12px!important;
  }
  #main-vis .bx-wrapper .bx-viewport .slider div .catch h2 {
    font-size: 22px!important;
  }
  #main-vis .bx-wrapper .bx-viewport .slider .slide01 {

  }
}




@media(max-width:350px) {
    section .section-wrap header:has( .ttl )::before {
        display: none;
    }
    section .section-wrap header h2.ttl {
        border-left: none;
        border-right: none;
        padding: 0;
    }
}


/*モバイル画面横向きの際*/
@media(orientation: landscape) {
    #container .content #front-top {
        height: auto;
        /*min-height: 100vh;*/
    }
}

@media screen and (min-height:600px) and ( max-height:768px) {
    #main-vis .bx-wrapper .bx-viewport .slider div .catch .in {
      padding: 25px 35px;
    }

    #main-vis .bx-wrapper .bx-viewport .slider div .catch h2 {
      font-size: 36px;
    }

}
