﻿a.h1ttl{
  display: block;
}
div.catch{
  margin: 0 auto;
  text-align: left;
  max-width: 82rem;
}
div.catch p{
  font-size: 1.55rem;
  margin-bottom: .8rem;
}
.detail .bl-ttl{
  text-align: center;
}
.detail .bl-cat{
  margin: 0 auto;
}
.interviewee{
font-weight: bold;
text-align: left;
transform: rotate(0.03deg);
color: #676b70;
}
.interviewee:after {
content: ":";
}
.archive .intro{
  display: flex;
  grid-gap: 20px;
  justify-content: center;
}
.archive .intro section{
  max-width: calc(100% - 150px);
}
.archive .mainimage{
  height: 250px;
  width: auto;
}

.archive h2{
  text-align: center;
  color: #004986;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 30px auto 20px;
}
.archive h2 small{
  opacity: .7;
  font-size: 1.7rem;
}

.bl-block {
  background: #ebeff3;
  text-align: left;
  padding: 10px;
  border: 2px solid #ebeff3;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.maintxt img {border-radius: 1em;}

@media screen and (min-width: 1000px){
  .bl-block {
    display: inline-block;
  vertical-align: top;
    width: calc(50% - 20px);
    max-width: 565px;
  }
}
.bl-block.ok{
  color: #004986;
  background: #fff;
  border-color: #004986;
}
.bl-block.ng{
  background: #ddd;
  border-color: #ddd;
  opacity: .7;
  pointer-events: none;
}
#post-293.bl-block{
  display: none;
}
.bl-block h3{
  color: #004986;
  font-size: 1.8rem;
  font-weight: 700;
  overflow: hidden;
}
.bl-block h3 img{
  width: 50px;
  height: 50px;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.pdf .bl-block{
  width: 410px;
}
.bl-movie{
  display: block;
  margin: 10px auto;
  position: relative;
  text-align: center;
}
.bl-movie img,
.bl-movie iframe{
  width: 100%;
  background: #fff;
}
.bl-movie.dummy{
  position: relative;
}
.bl-movie.dummy img{
  filter: blur(8px);
  max-width: 380px;
  height: auto;
}
.bl-movie.dummy::after{
  content: "会員限定";
  top: calc(50% - 20px);
  left: calc(50% - 45px);
  position: absolute;
  color: #fff;
  font-weight: 700;
  background: rgb(0 73 134 / 70%);
  border-radius: 30px;
  padding: 8px 15px;
}
.bl-block .bl-txt{
  margin-bottom: 20px;
}

.archive a.bl-material:hover{
  background: #ebeff3;
}
.archive .bl-material .pdfimg{
  width: 50px;
  height: auto;
  margin-right: 10px;
  border-radius: 10px;
}
.archive .bl-material dt{
  float: left;
}
.archive .bl-block .date,
.archive .bl-material .date{
  font-size: small;
  font-weight: 700;
  opacity: .6;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#sidebar li {
  font-size: smaller;
}
  #sidebar li img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
@media screen and (min-width: 1000px){
  #sidebar li img {
      width: 50px;
      height: 50px;
  }
}
.adate{
  text-align: left;
  font-size: 1.4rem;
  opacity: .7;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}
.bl-tag{
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.archive .bl-tag{
  background: #ebeff3;
  margin: 1rem auto;
  padding: 1.2rem 4rem;
  text-align: center;
  width: 96%;
  display: inline-block;
  border-radius: 10px;
  margin: 0rem 2% 2rem;
}
@media screen and (min-width: 1000px){
  .archive .bl-tag{
    width: auto;
    margin: 0rem auto 2rem;
  }
}
.bl-tag h4{
  margin-bottom: 1rem;
  transform: rotate(0.03deg);
}
.bl-tag a{
  color: #004986;
  background: #fff;
  border: #00498644 1px solid;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 1rem 0;
  padding: 0.2rem 1.5rem;
  border-radius: 0.5rem;
  transform: rotate(0.03deg);
}
.bl-tag a:hover{
  border-color: #004986;
  opacity: 1;
}

.flbox.fdrow{
  flex-direction: row;
}
.flbox.jcfs{
  flex-direction: row;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto 9rem;
  grid-gap: 3rem;
}
.flbox.jcsb{
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 3rem;
}
.bl-block3{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    max-width: 200px;
    text-align: left;
}
.bl-block3 .i_photo{
  width: 80%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin:auto;
}
@media screen and (min-width: 1000px){
  .flbox.fdrow{
    flex-direction: row;
  }
  .flbox .bl-block3{
      width: calc(25% - 20px);
      max-width: 200px;
  }
}
.bl-block3 h3{
  color: #004986;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}
.bl-block3 h3 small{
  color: #555;
  margin: 1rem 0;
  display: block;
}
.doctor{
font-size: 1.5rem;
color: #333;
margin-top: 1rem;
line-height: 2.5rem;
font-weight: 500;
}
.bl-ttlmn,
.maintxt{
  text-align: left;
  padding: 0 1rem 1rem;
  overflow: visible;
}
.bl-ttlmn .h1ttl{
  text-align: left;
  margin: 1rem 0;
}
.bl-ttl .h1ttl a{
  color: #004986;
}
@media screen and (min-width: 1000px){
  .bl-ttlmn,
  .maintxt{
    text-align: center;
    padding: 0 3rem 1rem;
    max-width: 900px;
    margin: 2rem auto 0;
    line-height: 1.8em;
  }
  .bl-ttlmn .h1ttl {
    text-align: center;
  }
}
.main_img_title {
    transform: rotate(0.03deg);
    margin-top: 0.4em;
    font-size: 1.3rem;
}
.maintxt .i_photo{
  width: auto;
  max-height: 45rem;
  border-radius: 1rem;
}
.maintxt .i_photo2{
  width: auto;
  max-width: 25rem;
  border-radius: 1rem;
}
.maintxt div{
  overflow: visible;
}  
.maintxt h3{
    color: #004986;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.5rem;
    text-align: left;
    margin: 3rem 0 1rem -1em;
	border-left: solid 3px #004986;
    padding-left: 1em;
}
.maintxt h4{
  color: #039BE5;
  font-weight: 700;
  margin: 3rem 0 2rem;
  text-align: left;
}
h4.interview_tamura:before {
    content: "田村:";
    display: block;
    color: #2686b4;
}
.maintxt p{
  text-align: left;
  margin-bottom: 1.2em;
}
.maintxt a{
  text-decoration: underline;
}
.maintxt table{
  border-collapse: collapse;
}
.maintxt th,
.maintxt td{
  padding: 10px;
  border: 1px solid #ccc;
  word-break: break-all;
}
.maintxt th{
  background: #ebeff3;
}
.maintxt ul,
.maintxt ol{
  margin: 1rem 0 2rem 2rem;
}
.maintxt ol{
  list-style: decimal;
}
.maintxt ul{
  list-style: square;
}
.maintxt ol li,
.maintxt ul li{
  margin-top: .8rem;
}

.detail .i_intro{
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 900px;
  font-size: 1.3rem;
  margin: 2rem auto 0;
  background: #ebeff3;
  padding: 2rem;
  border-radius: 1rem;
  transform: rotate(0.03deg);
}
.detail .i_intro img{
  border-radius: 1rem;
  margin: 0 auto 2rem;
  width: auto;
  height: 20rem;
}
.detail .i_intro h5{
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  text-align: center;
}
.detail .i_intro .txt a {
color: #004883;
text-decoration: underline;
}
.detail .i_intro .i_intro_book{
width: 100px;
height: auto;
border-radius: inherit;
margin: .6em 0 0 0;
}
@media screen and (min-width: 1000px){
  .detail .i_intro{
    text-align: left;
    flex-direction: row;
  }
  .detail .i_intro img{
    margin: 0 2rem 2rem 0;
  }
  .detail .i_intro h5{
    text-align: left;
  }
}

@media screen and (max-width: 1000px){
.detail .i_intro{display: block !important;}
.detail .i_intro img{display: block;}
.bl-tag a {font-size: 1.4rem;}
}