@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ title ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.layer{
  display: flex;
  justify-content: flex-start;/*center*/
  align-items: center;
  text-align: center;
  margin: 0 auto;
min-height:200px;
}

/* 背景画像の読み込み */
.layer-bg{
background: url("../images/bg_maker.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-size: 100%;
height:inherit;
}

/* 重ねる文字の基本設定 */
.layer-txt{

  letter-spacing: 0.4rem;
margin-left:5%;
}
/* SP向けの設定 */
@media screen and (max-width: 700px) {
.layer{
min-height:180px;
}
  .layer-txt{
   font-size: 1.4rem;
   padding: 2rem 0 0;
  }
}

/* PC向けの設定 */
@media screen and (min-width: 701px) {
  .layer-txt{
    font-size: 2rem;
    padding: 8rem 0 2rem;
  }
}
:root {
--section-width: 1060;
}


.ttl_line3 {
  font-weight: bold;
  border-bottom: 3px solid #e3e3e3;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}
.ttl_line3::after {
  content: '';
  background-color: #3853e3;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}


.list-9 {
    list-style-type: disc;
    list-style-position: inside;
}

.list-9 li {
    padding: .5em;
    border-bottom: 1px dashed #3853e3;
}

.list-9 li {

}

.list-9 li::marker {
    color: #3853e3;
    font-size: 1.1em;
}



/*---------------------------- */

article.dl-ma {
margin:5em 2em 2em;
}

dl.dl-yoko {
	padding:1.2em 0 1.4em 0;
	border-bottom: 1px solid #ccc;
}


dl.dl-yoko dt {
	padding:0 0 0 0.8em;
  font-weight: bold;
}
dl.dl-yoko dd {
padding-left:0.8em;
}
@media screen and (min-width: 768px) {
dl.dl-yoko {
	padding:0.2em 0 0.4em 0;
position: relative;
  border-bottom: 1px solid #ccc;
}

dl.dl-yoko:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 27%;
  height: 1px;
  content: '';
  background: #216390;
}

dl.dl-yoko dt {
clear: left;
float: left;
width: 30%;
}
dl.dl-yoko dd { 
display: block;
margin-left:20%;
padding-left:10%;
}
}
.BG_policy {
background-image: url("../images/bg_policy.jpg");
min-height:350px;
background-size:  cover; 
}
.slider_second {
	max-width:100%;
	margin:0 auto;
}
.slider_second img {
	max-width:100%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
padding:50px;
}

th.privacy {
	text-align:right;
	text-weight:500;
	font-size:1em;
	line-height:1.6em;
}
td.privacy {
	text-align:left;
	font-size:1em;
	line-height:1.6em;
}


.entry-content {
  margin: 0 0 25px;
}

.doctors-single {
  margin-bottom: 60px;
}
.doctors-single h1.entry-title {
  font-size: 20px;
  line-height: 26px;
  color: #0d0088;
  font-weight: bold;
}
.doctors-single .entry-meta {
  background-color: #fff;
  margin-bottom: 40px;
}
.doctors-single .entry-meta figure {
  margin: 0;
  margin-bottom: 25px;
}
.doctors-single .entry-meta h5 {
  margin: 0 25px 10px 25px;
}
.doctors-single .entry-meta div.doctor-departments {
  margin: 0 25px 30px;
}
.doctors-single .doc-schedule {
  background-color: #f8fbfc;
  padding: 30px 25px 10px;
  border-top: 1px solid #eff2f3;
}
.doctors-single .doc-schedule p {
  margin-bottom: 25px;
  color: #3a3c41;
  display: block;
}
.doctors-single .doc-schedule p strong {
  margin-right: 5%;
  color: #3a3c41;
  min-width: 25%;
  display: inline-block;
}
.doctors-single .doc-schedule p span {
  overflow: hidden;
  width: 70%;
}
.doctors-single .social-icon {
  border-top: 1px solid #eff2f3;
  padding: 20px 0;
  margin: 0;
  background-color: #f8fbfc;
}
.doctors-single .social-icon .doc-social-nav {
  margin: 0 25px;
  text-align: left;
}
.doctors-single .side-content {
  border-bottom: 1px solid #dcdee4;
}
.doctors-single .side-content h3 {
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 30px;
}
.doctors-single .side-content h3 span {
  font-size: 24px;
}
.doctors-single .side-content strong {
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  float: left;
  line-height: 24px;
}
.doctors-single .side-content .content strong {
  width: 13%;
}
.doctors-single .side-content .content p {
  width: 85%;
  float: right;
}
.doctors-single .top-area {
  border-bottom: 2px solid #dcdee4;
  margin-bottom: 25px;
}
#related-doctors-title {
  margin: 0 0 30px;
}
