@charset "UTF-8";
.low-page s{text-decoration: line-through;}
.low-page .contents h2{
	font-size: 3.5rem;
	color: #21563b;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
}
.low-page .ttl-area h2{
	font-size: 3.5rem;
    text-align: center;
    color: #20573A;
    font-weight: 500;
}
.low-page .ttl-area span {
    font-size: 1.4rem;
    display: block;
    text-align: center;
}
.low-page h2 .sp-block{
	display: none;
}
.low-page .ttl-area{
	margin-bottom: 25px;
}
.low-page .ttl-txt{
	margin-bottom: 25px;
}
.low-page h2.small{
	font-size: 2.8rem;
	margin-bottom: 20px;
}
.low-page .contents h3{
font-size: 2.5rem;
padding-left: 10px;
border-left: solid 2px #21563b;
color: #21563b;
margin-bottom: 15px;
margin-top: 5%;
font-weight: 700;
color: #21563b;
}
.low-page .contents h4{
font-size: 2.2rem;
padding-bottom: 10px;
margin-bottom: 15px;
border-bottom: solid 1px #21563b;
font-weight: 500;
color: #21563b;
}
.low-page .contents h5{
position: relative;
font-size: 1.8rem;
margin-bottom: 15px;
padding-left: 20px;
font-weight: 500;
color: #21563b;
}
.low-page .contents h5::before{
	content: "";
	width: 20px;
	height: 20px;
	background: #21563b;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.low-page .contents p{
font-size: 1.6rem;
line-height: 1.6;
}
.low-page .contents P.mb{
margin-bottom: 15px;
}

.low-page .contents .flex .img{
	width: 35%;
}
.low-page .contents .flex .txt{
	width: 63%;
}
.low-page .contents section{
	padding: 6% 0;
}
.low-page .contents .one-image.full{
	width: 100%;
	margin-bottom: 20px;
}
.low-page .contents .one-image.middle{
width: 75%;
margin-inline: auto;
margin-bottom: 20px;
}
.low-page .contents .one-image.small{
width: 50%;
margin-inline: auto;
margin-bottom: 20px;
}
.low-page .contents .flex.mb{
margin-bottom: 5%;
}
.low-page .contents .flex{
	margin-bottom: 5%;
}
.low-page .contents .flex:last-of-type{
	margin-bottom: 0;
}
.low-page .contents .box{
	padding: 3%;
	background: #F2F8E4;
	margin-top: 10px;
	margin-bottom: 30px;
}
.low-page .contents .box .ttl{
	font-size: 2.5rem;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #21563b;
	color: #21563b;
	text-align: center;
	font-weight: 600;
	line-height: 1.4;
}
.low-page .contents .list ul li{
	font-size: 1.6rem;
	padding-left: 16px;
	text-indent: -16px;
	margin-bottom: 5px;
}
.low-page .contents .list ul.flex{
	justify-content: space-between;
}
.low-page .contents .list ul.flex li{
	width: 48%;
}
.low-page .contents .page-link.flex{
	justify-content: space-between;
}
.low-page .contents .page-link.flex .btn{
	width: 49%;
	margin-bottom: 10px;
}
.low-page .contents .page-link.flex .btn a{
	width: 100%;
}
.low-page .btn-flex{
	justify-content: center;
}
.low-page .btn-flex a{
	margin: 5px;
}

.low-page .contents table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #21563b;
	margin: 30px 0;
  }
  
  .low-page .contents th,
  .low-page .contents td {
	padding: 12px 16px;
	font-size: 1.4rem;
	border: 1px solid #AD904C;
  }
  
  .low-page .contents thead th {
	font-weight: 500;
	color: #AD904C;
	text-align: center;
  }
  .low-page .contents thead th:first-of-type{
	border-right: solid 1px #AD904C;
	width: 60%;
  }
  /* .low-page .contents td:last-of-type {
	text-align: right;
  } */
.pd-top0{
	padding-top: 0!important;
}
.low-page .w900{
	max-width: 960px;
	margin-inline: auto;
	padding: 0 20px;
}
.low-page .thum{
	margin-bottom: 30px;
}
.low-page .thum img{
	height: auto;
}
.low-page .hosoku{
	display: block;
	font-size: 1.4rem;
	padding-left: 14px;
	text-indent: -14px;
}
.mt-top0{
	margin-top: 0!important;
  }

/* 下層ヘッダー ---------------------------------------------------- */
.low-header {
	position: relative;
	background-image: url(../image/low-header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 220px;
	margin-top: 80px;
	margin-bottom: 30px;
}
.low-header h1{
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	color: #fff;
	z-index: 2;
	padding-right: 10px;
}
.low-header h1 br{
	display: none;
}
.low-header .logo{
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
    mix-blend-mode: multiply;
}

/* パンくず ------------------------------------------------------ */
.breadcrumb{
	margin-bottom: 6%;
}
.breadcrumb a{
	position: relative;
	color: #21563b;
	font-size: 1.4rem;
}
.breadcrumb a::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #21563b;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.breadcrumb span{
	color: #000;
	font-size: 1.4rem;
}

/* お知らせ--------------------------------------------------------- */
.low-page .news .flex li .title{
	padding-left: 0;
	border-left: 0;
	font-weight: 400;
}

.news-single .day{
	font-size: 1.6rem;
	color: #a9a9a9;
}
.news-single h1.title{
	font-size: 3rem;
	color: #20573A;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #20573A;
	margin-top: 10px;
}
.low-page .news .flex li{
	margin-bottom: 20px;
}
.low-page .news .flex li .thum{
	margin-bottom: 0;
}
.low-page .news .flex li h3{
	margin-top: 0;
}
.low-page .news .btn{
	margin-top: 5%;
}
.news-single .btn{
	margin-top: 5%;
}
.news-single .news-content p{
	margin-bottom: 10px;
}
.news-single .news-content .wp-block-image {
	max-width: 600px;
	margin-inline: auto;
}
.news-single .news-content .wp-block-image img{
	height: auto;
}
.news-single .news-content .faq.accordion .accordion-title p{
	margin-bottom: 0;
}
.news-single .news-content .faq.accordion .accordion-title::after{
	width: auto;
}
.news-single .news-price{
	font-size: 2rem!important;
}
.news-single .news-price span.red{
	color: #FF0000;
	font-weight: bold;
	font-size: 3rem;
}

/* 料金ページ------------------------------------------------------- */
.price-table{
	margin-bottom: 5%;
}
.page-id-11 .ttl-txt{
	margin-bottom: 5%;
}

/* 先生紹介ページ ----------------------------------------------------*/
.low-page .doctor .flex{
	margin-bottom: 8%!important;
}
.low-page .doctor h3{
	margin-top: 0!important;
}
.low-page .doctor .box .flex{
	margin-bottom: 0!important;
}
.low-page .doctor .box .item{
	width: 48%;
	margin-bottom: 20px;
}
.low-page .doctor .box h3{
	font-size: 2.5rem;
	text-align: center;
	color: #21563b;
	font-weight: 500;
	padding-left: 0;
	border: none;
	margin-bottom: 30px;
}
.low-page .doctor .box h4{
	font-size: 1.8rem;
	color: #21563b;
	margin-bottom: 10px;
}
.low-page .doctor .box .item ul li{
	font-size: 1.4rem;
}

/* フジクリニックについて */ 
.treatment-details .flex .btn{
	justify-content: flex-start;
}
.low-page .contents .treatment-details h3{
	margin-top: 0;
}
.treatment-details .flex .img{
	width: 40%;
}
.treatment-details .flex .txt{
	width: 58%;
}

/* 一般内科 -------------------------------------------------------*/
.low-page .internal.contents .flex .img{
	width: 33%;
}
.low-page .internal.contents .flex .txt{
	width: 65%;
}

/* 腸活----------------------------------------------------------- */
.gut-health .need .box .ttl span{
	display: block;
	font-weight: 500;
	font-size: 1.8rem;
}
.gut-health .support .ttl-txt{
	margin-bottom: 20px;
	text-align: center;
}

/* 腸活検査とは----------------------------------------------------------- */
.microbio-me .worry .flex .txt p{
font-size: 2rem;
padding-left: 20px;
text-indent: -20px;
}
.microbio-me span.red{
	display: block;
	font-size: 1.6rem;
	padding-left: 16px;
    text-indent: -16px;
	color: #FF0000;
}
.low-page .contents.microbio-me .box .ttl{
	font-size: 1.8rem!important;
}
.low-page .contents.microbio-me .box .ttl .sp-block{
	display: none;
}
.low-page .contents.microbio-me .box img{
	mix-blend-mode: multiply;
}
.microbio-me span.hosoku:last-of-type{
	margin-bottom: 20px;
}
.microbio-me .flow{
	margin-top: 50px;
}

/* クリニック紹介 */
.introduction .figure h2.small{
	margin-top: 50px;
}
.introduction .figure h2.small br.sp-block{
	display: none;
}
.introduction .figure .item{
	width: 49%;
	margin-bottom: 30px;
}
.introduction .figure .item .thum{
	margin-bottom: 10px;
}
.introduction .figure .item h3{
	margin-top: 0px;
	margin-bottom: 5px;
}

.endoscopy .medical .flex .txt-area{
	padding: 20px 20px 20px 20px;
}
.endoscopy .medical .flex .txt-area .icon {
    width: 18%;
    top: -2vw;
}
.endoscopy .medical .flex .txt-area h3{
	padding-left: 0;
	border-left: 0;
}