@charset "utf-8";

/* ------------------------------
診療のご案内
------------------------------ */

.lower_ttl{
  background: url(../img/ttl.jpg) center center no-repeat;
  background-size: contain;
}

.intro{ padding: 100px 0;}
.intro p{
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
.intro .txt{
  font-size: 18px;
  line-height: 2;
  padding-bottom: 50px;
  border-bottom: 1px solid #c51840;
}
.intro .dr_name{
  padding-top: 20px;
  font-size: 18px;
  line-height: 2;
}
.intro .dr_name span{
  font-size: 20px;
  font-weight: 600;
}

.info_detail{
  width: 100%;
  background: url(../img/pattern_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.info_detail div.flex{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
.info_detail h3.sec_ttl{ width: 20%;}
.info_List{
  width: 78%;
  background: #fff;
  padding: 40px 50px;
  border-radius: 15px;
}
.info_List ul{
  flex-wrap: wrap;
  justify-content: space-between;
}
.info_List ul li{
  width: 48%;
  position: relative;
  font-size: 18px;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.info_List ul li::before{
  position: absolute;
  content: "●";
  font-size: 18px;
  color: #334c71;
  left: 0;
}
.info_List ul li:nth-last-child(-n+2){ margin-bottom: 0;}

.disease{
  padding: 100px 0;
  position: relative;
}
.disease h3.sec_ttl{ text-align: center;}
.disease h3.sec_ttl::after{
  left: 50%;
  transform: translateX(-50%);
}
.disease div.flex{
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-bottom: 40px;
  border-bottom: #d0d0d0 1px solid;
}
.disease div.flex .disease_List{ width: calc(100% / 3);}
.disease div.flex .disease_List li{
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 1.5em;
}
.disease div.flex .disease_List li::before{
  position: absolute;
  content: "・";
  font-size: 18px;
  color: #333;
  left: 0;
}
.disease .message{
  position: relative;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.disease .message p{
  display: inline-block;
  padding-top: 50px;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: #c51840 1px solid;
}


/*============================
PC・TABのみ
============================*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {


}


/*============================
Tab
============================*/
@media only screen and (max-width: 1024px) {

}


/*============================
sp
============================*/
@media only screen and (max-width: 768px) {

.lower_ttl { background-size: cover;}

.intro,.info_detail,.disease{ padding: 50px 0;}
.intro .txt {
  font-size: 16px;
  padding-bottom: 30px;
}
.intro .dr_name { font-size: 16px;}
.intro .dr_name span{ font-size: 18px;}

.info_detail div.flex{ flex-wrap: wrap;}
.info_detail h3.sec_ttl,
.info_List{ width: 100%;}
.info_List {
  margin-top: 40px;
  padding: 25px;
  border-radius: 10px;
}
.info_List ul li {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.info_List ul li::before{ font-size: 16px;}
.info_List ul li:nth-last-child(-n+2){ margin-bottom: 15px;}
.info_List ul li:last-child{ margin-bottom: 0;}

.disease div.flex{
  margin: 50px auto 0;
  padding-bottom: 20px;
}
.disease div.flex .disease_List{ width: 100%;}
.disease div.flex .disease_List li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 1em;
}
.disease .message{
  width: 90%;
  margin-top: 20px;
}
.disease .message p{
  display: inline;
  font-size: 18px;
  line-height: 1.8;
  padding-top: 20px;
  padding-bottom: 0;
}
}
