/* single__content */
/* ============================================ */
.blogBox{
  margin-bottom: 16px;
}

.blogBox--date{
  font-size: 1.6rem;
  font-weight: 500;
}

.blogBox--category{
  color: #fff;
  background-color: #086ac1;
  border-radius: 7px;
  font-size: 1.4rem;
  padding: 5px;
  width: 14rem;
  text-align: center;
  margin: 0 20px;
  flex: none;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}

/* がん医療 */
.category-cancer{
  background-color: #c34e08;
}

/* 医療関係者向け */
.category-medical {
  background-color: #0845c1;
}

/* 患者様向け */
.category-patient {
  background-color: #006e00;
}

/* 採用情報 */
.category-recruit {
  background-color: #a23fee;
}

/* 災害拠点病院 */
.category-disaster {
  background-color: #333;
}

/* 看護部 */
.category-nurse {
  background-color: #d30771;
}

/* 	重要なお知らせ */
.category-attention {
  background-color: #cd4836;
}

.single__content h1{
  font-size: 3.2rem;
  line-height: 1.66em;
}

/* 各科研修プログラム用 */
.single__content.intern_program h1{
  background-color: #086ac1;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 10px;
  padding: 16px 30px;
  margin-top: 50px;
  font-weight: 700;
}

.single__content img{
  max-width: 100%;
  margin-top: 20px;
}

.single__content a{
  color: #086ac1;
  font-weight: 500;
}


.single__content h2{
  background-color: #086ac1;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 10px;
  padding: 16px 30px;
  margin-top: 50px;
  font-weight: 700;
}

/* 各科研修プログラム用 */
.single__content.intern_program h2{
  font-size: 24px;
  border-bottom: 3px solid #086ac1;
  padding: 16px 30px;
  margin-top: 50px;
  background-color: #FAFAFA;
  border-radius: 10px 10px 0 0;
  color: #000;
}


.single__content p{
  font-size: 1.8rem;
  line-height: 1.66em;
  font-weight: 500;
  margin-top: 30px;
}

.single__content h3 {
  font-size: 2.4rem;
  border-bottom: 3px solid #086ac1;
  padding: 16px 30px;
  margin-top: 50px;
  background-color: #FAFAFA;
  border-radius: 10px 10px 0 0;
}

/* 各科研修プログラム用 */
.single__content.intern_program h3{
  font-size: 2.4rem;
  border-bottom: 3px solid #ccc;
  padding: 16px 30px;
  margin-top: 50px;
  background-color: #fff;
}

.single__content h4 {
  font-size: 2.4rem;
  border-bottom: 3px solid #ccc;
  padding: 16px 30px;
  margin-top: 50px;
}

/* 各科研修プログラム用 */
.single__content.intern_program h4{
  border-left: 5px solid #086AC1;
  padding: 0 0 0 15px;
  font-size: 2.4rem;
  margin-top: 50px;
  border-bottom: 0px solid #000;
}

.single__content h5 {
  border-left: 5px solid #086AC1;
  padding: 0 0 0 15px;
  font-size: 2.4rem;
  margin-top: 50px;
}

/* 各科研修プログラム用 */
.single__content.intern_program h5{
  font-size: 2.2rem;
  margin-top: 50px;
  border-left:0 solid #000;
  padding-left: 0;
}

.single__content h6 {
  font-size: 2.2rem;
  margin-top: 50px;
}

.single__content ul{
  font-weight: 500;
  margin-top: 30px;
  font-size: 1.8rem;
}

.single__content ul ul{
  margin-top: 0;
}

.single__content ul li{
  margin-bottom: 10px;
  text-indent: -24px;
  margin-left: 24px;
}

.single__content ul li::before{
  content:"■";
  color: #086ac1;
  font-size: 1.4rem;
  margin-right: 10px;
}

.single__content ol {
  counter-reset: number;
  font-weight: 500;
  margin-top: 30px;
  font-size: 1.8rem;
}

.single__content ol li {
  margin-bottom: 10px;
  text-indent: -20px;
  margin-left: 20px;

}

.single__content ol > li::before {
  color: #086ac1;
  counter-increment: number;
  content: counter(number) ". ";
  font-weight: 500;
  text-align: right;
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}


.wp-block-buttons>.wp-block-button{
  /* display: block !important; */
  /* width: 100%; */
  max-width: 440px;
  width: 100%;
}

a.wp-block-button__link{
  font-size: 2rem;
  max-width: 440px;
  width: 100%;
  border-radius: 10px;
  border: 3px solid #086ac1;
  display: block;
  height: 90px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin: 30px 0 0;
  background-color: #086ac1;
  position: relative;
  text-align: center;
}

.wp-block-button__link::before {
  content: "\e91c";
  font-family: 'iconkagawa' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  transition: .3s ease;
}

.wp-block-quote cite{
  font-weight: 500;
}

.single__content table{
  border-color: #086ac1 !important;
  border-radius: 10px !important;
  width: 100% !important;
  table-layout: auto !important;
  border-collapse: collose !important;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden !important;
  margin-top: 30px;
}

.single__content table th{
  background-color: #086ac1 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px !important;
  text-align: center !important;
  white-space: nowrap;
  border: 2px solid #fff !important;
}

.single__content table td{
  background-color: #eee !important;
  padding: 10px !important;
  border-color: #fff !important;
  border: 2px solid #fff !important;
}


.single__content table tbody td{
  font-weight: normal;
}


.single__content table tbody th{
  background-color: #3988cd !important;
  vertical-align: middle;
}

.single__content table tr.tr-color-blue{
  background-color: #3988cd !important;
}


.single__content table tr.tr-color-blue th{
  background-color: #3988cd !important;
  color: #fff;
}

.single__content table tr.tr-color-blue td {
  background-color: #3988cd !important;
  color: #fff;
}

.single__content figcaption {
  font-weight: 500;
  font-size: 0.8em;
  margin-top: 10px;
  text-align: center;
}

.wp-block-gallery,
.wp-block-file{
  margin-top: 30px !important;
}

.wp-block-separator{
  margin: 30px 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: #fff !important;
  bottom: -3.5rem !important;
  font-size: 12px !important;
  color: #000 !important;
}


.pageNavi{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 10px;
  margin-top: 40px;
  font-size: 1.6rem;
}

.pageNavi a{
  color: #000;
  padding: 10px 30px;
  position: relative;
}

.pageNavi a.prev::before,
.pageNavi a.next::before{
  content: "\e91c";
  font-family: 'iconkagawa' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #086ac1;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
  transition: .3s ease;

}

.pageNavi a.prev::before {
  transform: rotate(180deg);
  left: 0px;
}

.pageNavi a.next::before {
  right: 0px;
}

.snsButton{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.snsButton .fileicon{
  display: none !important;
}

.snsButton li{
  margin: 0 10px;
}

.snsButton li a{
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
}

.snsButton li:first-child a{
  border-color: #3b5998;
}

.snsButton li:first-child a.is-hover{
  background-color: #3b5998;
}

.snsButton li:first-child a.is-hover .facebook{
  fill:#fff;
}

.snsButton li:nth-child(2) a {
  border-color: #55acee;
}

.snsButton li:nth-child(2) a.is-hover {
  background-color: #55acee;
}

.snsButton li:nth-child(2) a.is-hover .twitter {
  fill: #fff;
}

.snsButton li:nth-child(3) a {
  border-color: #00B900;
}

.snsButton li:nth-child(3) a.is-hover {
  background-color: #00B900;
}

.snsButton li:nth-child(3) a.is-hover .line {
  fill: #fff;
}

.snsButton .facebook{
  fill: #3b5998;
  transition: .3s ease;
}

.snsButton .twitter {
  fill: #55acee;
  transition: .3s ease;
}

.snsButton .line {
  fill: #00B900;
  transition: .3s ease;
}

.snsButton svg{
  height: 20px;
}

/* [id*="wp-block-file--media"]{
 display: none;
} */

@media screen and (max-width: 767px) {
  .pageNavi{
    font-size: 13px;
    padding: 10px 0;
  }
  .pageNavi a {
    padding: 10px 15px;
  }
  .pageNavi a.prev::before,
  .pageNavi a.next::before{
    font-size: 12px;
  }

  .sp-scroll-wrap {
    overflow: auto;
    position: relative;
  }

  .single__content table {
    width: 100%;
  }

  .single__content table tbody {
    width: 100%;
  }

  .single__content table thead {
    width: 100%;
  }

    .single__content h2,
    .single__content.intern_program h2 {
    padding: 10px 20px;
    font-size: 2.2rem;
  }

  .single__content h3,
  .single__content.intern_program h3 {
    font-size: 2rem;
    padding: 10px 20px;
  }

    .single__content h4,
    .single__content.intern_program h4 {
    font-size: 1.8rem;
    padding: 13px 20px;
  }

    .single__content h5,
    .single__content.intern_program h5 {
    font-size: 1.7rem;
  }

    .single__content h6,
    .single__content.intern_program h6 {
    font-size: 1.6rem;
  }


}

.wp-block-file__embed,
.wp-block-file__button{
  display: none;
}

.single__content>*:first-child {
  margin-top: 0 !important;
}

.wp-block-column img {
  margin-top: 35px;
}

.wp-block-column .wp-block-image{
  text-align: center;
}


/* .single__content a[href$=".pdf"]::after {
  content: "[PDF]";
} */


.wp-block-flexible-table-block-table figcaption{
  transform: translateY(26px);
}
