@charset "utf-8";
/*
Theme Name: GeneratePress
Description: サイト全体のカスタムCSS
Version: 1.0
*/
body,h1,h2,h3,h4,h5,p,li,dd,dt,td,th,a{
	font-family:"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	font-weight: <weight>;
  font-style: normal;
	color:#222222;
	margin:0;
}
body:not(.home) .entry-content h1,body:not(.home) .entry-content h2,body:not(.home) .entry-content h3,body:not(.home) .entry-content h4,body:not(.home) .entry-content p{
    margin: 1em 0 1em;
} 
h4 {
    font-weight:500;
    font-size: 1.3em;
	line-height:1.8;
}
h1,h2,h3{
	font-weight: 500;
	line-height:1.8;
}
h2{
	font-size:25px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
ul{
	margin:0;
	list-style: none;
}
p,li,dd,dt,td,th{
	font-size: 15px;
	line-height:1.8;
}
p{
	line-height: 1.8;
}
a{
	line-height: 1.8;
	font-size: 15px;
	transition:opacity 0.4s ease;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}
.smp,.smp768,.smp1024,.smp1025{
	display: block !important;
}
.pc,.pc768,.pc1024,.pc1025{
	display: none !important;
}
.event{
	pointer-events: auto;
}
.event-none{
	pointer-events: none;
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.img-center{
	display: block;
	margin:auto;
}
.al-right{
	text-align: right !important;
}
.bg-f8f8f8{
	background:#f8f8f8;
	padding:15px;
	border-radius: 15px;
	box-sizing: border-box;
}
.entry-content .tablepress{
	table-layout: fixed;
}
.telbangou{
	padding:0 0 0 33px;
	background:url(/wp/wp-content/uploads/2025/05/head-icon2.png)no-repeat;
	background-size:auto 25px;
	background-position: left center;
	color:#00addd;
	font-weight: bold;
	font-size: 23px;
}
.telbangou span{
	font-size: 0.7em;
}
@media (min-width: 480px) {
	.smp{
		display: none !important;
	}
	.pc{
		display: block !important;
	}
}
@media only screen and (min-width: 768px) {
	.smp768{
	display:none !important;
}
.pc768{
	display: block !important;
}
	.event{
	pointer-events: none;
}
	.telbangou{
		font-size: 28px;
		background-size:auto 35px;
	}
}
@media only screen and (min-width: 1024px) {
	.smp1024{
	display:none !important;
}
.pc1024{
	display:block !important;
}
	.telbangou{
		font-size:35px;
		background-size: 30px auto;
	}
}
@media only screen and (min-width: 1025px) {
	.smp1025{
	display:none !important;
}
.pc1025{
	display:block !important;
}
}
/**共通部分**/
.site-header{
	padding:0 10px;
	box-sizing: border-box;
}
.inside-header{
	justify-content: space-between;
	padding:30px 50px 30px 10px;
}
.site-logo{
	width:280px;
	max-width:43%;
}
.header-right{
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.header-right a:not(.head-denwa),.denwa-bangou{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:0 5px;
}
.header-right a span{
	color:#00addd;
	font-size:10px;
	font-weight: 500;
}
.head-icon1,.head-icon2{
	width:auto;
	height:30px;
	object-fit: contain;
	margin:0 5px;
}
#media_image-2{
	width:325px;
	max-width:70%;
	margin:0 auto;
}
.inside-site-info,.custom-footer-content{
	max-width: 100%;
	margin:0 auto;
	box-sizing: border-box;
	background:#fff;
}
.custom-footer-content .main-menu{
	margin-bottom:20px;
	display: none;
}
#nav_menu-4{
	display: none;
}
.menu-main-container #menu-main-1 li a{
		color:#474443;
		font-weight: 500;
	}
.main-menu .searchform{
	border:2px solid #7d7d7d;
	border-radius: 50px;
	display: flex;
	align-items: center;
	width:160px;
	color:#7d7d7d;
}
.searchform input[type="text"],.searchform button{
	background:none;
	padding:2px 20px;
}
.searchform input[type="text"]{
	max-width:60%;
	border:none;
}
.searchform button{
	display: flex;
    align-items: center;
}
.searchform button img{
	width:20px;
}
.menu-footer-bottom-container ul#menu-footer-bottom a,.denwa-yoyaku{
	color:#7d7d7d;
}
.copyright-wrap{
	text-align: center;
	color:#7d7d7d;
}
.footer-widgets-container{
	border-top:1px solid #898989;
	padding:50px 40px;
}
.inside-footer-widgets{
	width: 1350px;
    margin: auto !important;
    max-width: 95%;
}
.inside-footer-widgets .widget-title{
	color:#00addd;
	font-weight: 500;
}
#nav_menu-2{
	margin-bottom:80px;
}
.inside-footer-widgets .menu li a{
	color:#474443;
}
#bottom-menu-smp{
	padding-bottom:120px;
}
#bottom-menu-smp ul{
	position: fixed;
	bottom:0;
	display: flex;
	width:100%;
	background:#fff;
}
#bottom-menu-smp ul li{
	width:20%;
	border:1px solid #fff;
	border-radius: 7px;
	background:#f3f3f3;
	box-sizing: border-box;
}
#bottom-menu-smp ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:10px 3px;
}
#bottom-menu-smp ul li img{
	object-fit: contain;
	width:25px;
	margin-bottom:5px;
}
#bottom-menu-smp ul li h3{
	color:#00addd;
	font-weight: bold;
	font-size:8px;
}
#sitemap-wrap{
	background:#f3f3f3;
	padding:10px;
	box-sizing: border-box;
}
#sitemap-wrap > h2{
	color:#898989;
	margin-top:25px;
}
.sitemap-title{
	cursor: pointer;
  padding: 10px;
	position: relative;
	border-bottom:1px solid #898989;
	color:#00addd;
	text-align: left;
}
.sitemap-title::after {
  content: '＋';
  position: absolute;
  right: 10px;
  font-weight: bold;
  transition: transform 0.3s, opacity 0.3s;
	color:#00addd;
	font-weight: bolder;
}
.sitemap-title.active::after {
  content: '－';
}
.footer-navigation{
	display: none;
	background:#e5f0f3;
	padding:20px 10px;
	margin-left:0;
}
.footer-navigation li a{
	display:flex;
	align-items: center;
	text-align: left;
	color:#474443;
	position: relative;
	padding:2px 0;
}
.footer-navigation li a:before{
	content:'▶';
		width:1.6em;
	color:#00addd;
	font-size:0.8em;
}
.footer-navigation li > .sub-menu li a:before{
	content:'●';
		width:1.6em;
	color:#00addd;
	font-size:0.5em;
}
#footer-widgets.footer-widgets{
	display: none;
}
.border-red{
	border:2px solid #ff9000;
	border-radius: 15px;
	padding:15px;
}
@media only screen and (min-width: 360px) {
	.header-right a span{
		font-size:11px;
	}
	#bottom-menu-smp ul li a{
	padding:15px 3px;
}
#bottom-menu-smp ul li img{
	width:30px;
}
#bottom-menu-smp ul li h3{
	font-size:10px;
}
	#sitemap-wrap{
		padding:20px;
	}
	.footer-navigation{
	padding:20px;
}
}
@media only screen and (min-width: 400px) {
	#bottom-menu-smp ul li h3{
	font-size:11px;
}
}
@media only screen and (min-width: 768px) {
	.header-right{
		margin-right:40px;
	}
}
@media only screen and (min-width: 1024px) {
	.site-header{
	padding:0 20px;
}
	.inside-header{
		padding:20px 30px;
	}
	#site-navigation.main-navigation{
		position: absolute;
	bottom:0;
	right:0;
		width: 80%;
        margin-right: 2%;
        text-align: center;
		background:none !important;
	}
	.main-navigation .inside-navigation{
		justify-content: flex-end;
	}
	.main-navigation li:not(:last-child){
		border-right:#898989 2px solid;
	}
	.main-navigation .main-nav ul li a{
		font-size:15px;
		width: 150px;
        width: 160px;
		box-sizing: border-box;
		font-weight: bold;
		color:#474443;
	}
	.header-right{
		max-width:390px;
		margin-right: 40px;
	}
	.head-denwa{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-decoration: none;
		border:3px solid #00addd;
		padding:5px;
		border-radius: 50px;
		max-width: 300px;
		box-sizing: border-box;
	}
	.head-denwa > span{
		display: flex;
		flex-direction: row;
	}
	.head-denwa .yoyaku{
		width:100%;
		font-size: 18px;
		font-weight: bold;
		margin-bottom:5px;
		text-decoration: none;
		text-align: center;
		line-height: 1;
	}
	.head-denwa p,.head-denwa span{
		color:#00addd;
	}
	.head-icon1{
		width:40px;
		height: auto;
		margin-right:30px;
	}
	.head-icon2{
		width:25px;
		margin-right: 5px;
	}
	.head-denwa .pc1024:not(.yoyaku){
		flex: 1;
		font-size: 25px;
        letter-spacing: 1px;
		font-weight: bold;
		color:#00addd;
		text-decoration: none;
	}
	.inside-site-info,.custom-footer-content{
		max-width: 96% !important;
	}
	.inside-site-info{
		border-radius: 20px 20px 0 0;
	}
	.menu-main-container{
		margin-top:30px;
	}
	.menu-main-container #menu-main-1 li{
		width:150px;
		margin:0;
	}
	.menu-main-container #menu-main-1 li:not(:last-child){
		border-right:2px #898989 solid;
	}
	.custom-footer-content{
		border-radius: 0 0 20px 20px;
	}
	.menu-footer-bottom-container ul#menu-footer-bottom{
		display: flex;
		align-items: center;
	}
	.menu-footer-bottom-container ul#menu-footer-bottom li{
		border-right: 2px solid #7d7d7d;
	}
	.menu-footer-bottom-container ul#menu-footer-bottom a{
		padding:0 20px;
	}
	.menu-main-container #menu-main-1 li a{
		margin-left:0;
	}
	.denwa-yoyaku{
		margin-left:20px;
	}
}
@media only screen and (min-width: 1025px) {
	.header-right{
		margin-right:0;
	}
	#footer-widgets.footer-widgets{
	display: block;
}
	#nav_menu-4{
	display: block;
}
	.inside-site-info, .custom-footer-content{
		background: #f3f3f3;
	}
	.custom-footer-content .main-menu{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (min-width: 1200px) {
	.site-header{
	padding:0 30px;
}
	#site-navigation.main-navigation{
		bottom:20px;
	}
	.main-navigation .main-nav ul li a{
		font-size: 18px;
        width: 160px;
		font-size: 16px;
        width: 170px;
	}
	.menu-main-container #menu-main-1 li a{
		font-size: 20px;
	}
}
@media only screen and (min-width: 1350px) {
	.main-navigation .main-nav ul li a{
		font-size: 25px;
		font-size: 20px;
        width: 200px;
	}
}
@media only screen and (min-width: 1500px) {
	#site-navigation.main-navigation{
		width:70%;
		margin-right:10%;
	}
	.menu-main-container #menu-main-1 li{
		width:200px;
	}
	.menu-main-container #menu-main-1 li a{
		font-size: 23px;
	}
}
/**共通部分//おわり**/

/**ハンバーガーメニュー**/
body.no-scroll{
		overflow:hidden;
	padding-right: var(--scrollbar-width);
	}
.hamburger-btn{
			position: fixed;
			top:20px;
			right:10px;
			width:50px;
			height:50px;
			background-color:#00addd;
			z-index: 1000;
	cursor: pointer;
	border-radius: 7px;
		}
		.hamburger-btn i{
			position: absolute;
			top:20px;
	        left:10px;
			width:30px;
			height: 4px;
			background:#fff;
			transition: .5s;
			border-radius:4px;
		}
		.hamburger-btn i:nth-of-type(1){
			top:13px;
		}
		.hamburger-btn i:nth-of-type(2){
			top:24px;
		}
		.hamburger-btn i:nth-of-type(3){
			top:35px;
		}
		.hamburger-btn.active i:nth-of-type(1){
			transform:translateY(10px) rotate(45deg);
		}
		.hamburger-btn.active i:nth-of-type(2){
			opacity: 0;
		}
		.hamburger-btn.active i:nth-of-type(3){
			transform:translateY(-11px) rotate(-45deg);
		}
.hamburger-btn span{
	color:#fff;
	font-size: 11px;
	display: none;
}
		.menu-container{
			/*position: fixed;
			top:0;
			right:0;
			left:0;
			bottom:0;
			background:#eee;
			color:#333;
			z-index: 9;
			opacity: 0;
			pointer-events: none;
			transition: .5s;*/
			
			position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 100%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
max-height: 100vh;
		}
		.menu-container.active{
			/*opacity: 1;
			pointer-events: auto;*/
			right: 0;
		}
		.item{
			width:90%;
			max-width:100%;
			margin:120px 20px 30px 30px;
		}
.menu-container .hamburger li{
	position: relative;
	padding-left:1.7em;
	border-bottom: dotted 1px #666;
}
.menu-container .hamburger li:before{
	content:'■';
	width:1em;
	font-size: 1.2em;
	color:#83bfe2;
	position: absolute;
    left: 0;
    top: 8px;
}
.menu-container .hamburger li a{
	line-height:2.3;
	font-size: 20px;
	display: block;
	text-decoration: none;
}
#site-navigation.main-navigation{
	display: none;
}
@media only screen and (min-width: 1024px) {
.hamburger-btn{
			top:30px;
		}
}
@media only screen and (min-width: 1025px) {
	.header-wrap{
		display:none;
	}
	.menu-container{
		display:none;
	}
	#site-navigation.main-navigation{
	display: block;
}
}
/**ハンバーガーメニュー//おわり**/
/**TOP**/
#main-img{
	max-width:1740px;
	margin:0 auto;
	position: relative;
}
#main-img .main-smp{
	border-radius: 15px;
}
.web-yoyaku-pc{
	display: none;
}
.web-yoyaku-smp{
	color:#fff;
	background:#00addd;
	max-width:250px;
	border-radius: 40px;
	position: absolute;
	right:10px;
	top:10px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	padding: 0 20px;
    box-sizing: border-box;
	box-shadow: 8px 9px 23px -10px #0a0a0a;
}
.web-yoyaku-smp span{
	background:#fff;
	width:20px;
	height:20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	margin-left:5px;
	font-weight: 500;
	color:#00addd;
}
.top-information ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-information ul li{
	width:32.3%;
	margin:0 auto 10px;
}
.top-information ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top-information ul li span{
	background:#f0f0f0;
	width:80px;
	height:80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}
.top-information ul li span img{
	width:45%;
	margin:0 auto;
}
.top-information ul li h4{
	color:#000;
	font-size:11px;
	margin-top:10px;
	text-align: center;
	font-weight: normal;
}
.separate-containers .inside-article{
	padding:15px;
}
.top-title h3{
	text-align: center;
	color:#00addd;
	font-weight: bold;
}
.top-title h2{
	text-align: center;
	color:#474443;
	letter-spacing: 3px;
	font-weight: bold;
}
.category-tabs { 
	max-width: 950px; 
	margin: auto;
}
    .category-tabs .tab-menu {
        display: flex;
        justify-content: center;
        gap:2px;
        list-style: none;
        padding: 0;
        margin-bottom: 1em;
    }
    .category-tabs .tab-menu li {
        cursor: pointer;
        padding: 0.7em 3px;
        border-bottom: 2px solid #827363;
		color:#827363;
		background:rgba(131,115,99,0.15);
		width:33%;
		text-align: center;
		font-weight: bold;
		font-size: 11px;
    }
    .category-tabs .tab-menu li.active {
		color:#00addd;
		border-top:3px solid #00addd;
		border-left:1px solid #827363;
		border-right:1px solid #827363;
		border-bottom:none;
		background:#fff;
    }
    .category-tabs .tab {
        display: none;
    }
    .category-tabs .tab.active {
        display: block;
    }
.category-tabs .tab ul li{
	display: block;
	padding:7px 0;
}
.category-tabs .tab ul li:not(:last-child){
	border-bottom:2px solid #827363;
}
.tab-content .post-date{
	margin-right:15px;
}
.tab-content .post-cat-link a{
	border-radius: 30px;
	width: 100px;
    display: inline-block;
    text-align: center;
	font-weight: 500;
	font-size: 11px;
}
.tab-content .post-cat-link.cat-news a{
	color:#00addd;
	border:2px solid #00addd;
}
.tab-content .post-cat-link.cat-medical-news a{
	color:#99dce5;
	border:2px solid #99dce5;
}
.tab-content .post-cat-link.cat-recruit a{
	color:#ff7373;
	border:2px solid #ff7373;
}
.tab-content .post-title-link{
	display: block;
}
.ichiran{
	width:200px;
	display: block;
	padding:10px 30px 10px 10px;
	box-sizing: border-box;
	background:url(/wp/wp-content/uploads/2025/06/ya-kuro.png)no-repeat;
	background-position: 90% center;
	background-size: 20px auto;
	text-align: center;
	border-radius: 100px;
	border:2px solid #474443;
	color:#474443;
	font-size: 14px;
	margin:40px auto 0;
	font-weight: 500;
}
.kochira,.kochira2,.kochira3,.kochira4{
	width:200px;
	display: block;
	padding:10px 30px 10px 10px;
	box-sizing: border-box;
	background-image:url(/wp/wp-content/uploads/2025/06/ya-shiro.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 20px auto;
	text-align: center;
	border-radius: 100px;
	color:#fff;
	font-size: 14px;
	margin:40px auto 0;
	font-weight: 500;
}
.kochira{
	background-color:#99dce5;
	border:2px solid #99dce5;
}
.kochira2{
	background-color:#1e72fc;
}
.kochira3{
	background-color:#fff;
	border:2px solid #00addd;
	color:#00addd;
	background-image:url(/wp/wp-content/uploads/2025/06/ya-mizu.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 20px auto;
}
.kochira4{
	background-color:#00addd;
	color:#fff;
	border:2px solid #00addd;
	width:270px;
	max-width: 90%;
}
.kochira5{
	width:270px;
	max-width: 90%;
	background-color:#fff;
	border:2px solid #ff9000;
	color:#ff9000;
	background-image:url(/wp/wp-content/uploads/2025/06/ya-orange.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 93% center;
    padding: 15px 30px 15px 10px;
	text-align: center;
    border-radius: 100px;
	font-size: 14px;
	display: block;
}
.kochira6{
	width:270px;
	max-width: 100%;
	background-color:#ff9000;
	border:2px solid #ff9000;
	color:#ffffff;
	background-image:url(/wp/wp-content/uploads/2025/06/ya-shiro.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 93% center;
    padding: 15px 30px 15px 10px;
	text-align: center;
    border-radius: 100px;
	font-size: 14px;
	display: block;
}
.kochira:hover,.kochira2:hover,.kochira4:hover,.kochira6:hover{
	color:#fff;
}
.kochira3:hover{
	color:#00addd;
}
.kochira5:hover{
	color:#ff9000;
}
.ssl{
	width:180px;
	max-width:50%;
}
.top-junkai{
	max-width:1470px;
	margin:0 auto 20px !important;
}
.top-junkai .slick-dots li button:before{
	padding:2px;
	font-size:10px !important;
}
.top-junkai .slick-dots .slick-active button:before{
	color:#99dce5 !important;
	font-size:15px !important;
}
.top-junkai .slick-slide{
	padding:0 10px;
}
.top-junkai .slick-slide img{
	aspect-ratio: 350 / 260;
	object-fit: cover;
	box-shadow: 0px 12px 33px -5px #777777;
}
.top-junkai .slick-prev:before,.top-junkai .slick-next:before{
	display: none;
}
.top-text p{
		font-size:15px;
	color:#898989;
	text-align: center;
	line-height: 1.6;
	}
#top-menuwrap{
	width:600px;
	max-width:98%;
	margin:0 auto;
}
.menu-one:not(:last-child){
	margin-bottom: 30px;
}
#top-menuwrap .top-menutitle{
	background:#f3f3f3;
	border-radius: 100px;
	max-width: 100%;
	margin:0 auto;
	color:#474444;
	position: relative;
	padding:5px 40px 5px 60px;
	line-height:3.5;
	box-sizing: border-box;
	font-size: 15px;
}
.one-title .top-menutitle:before{
	content:'';
	background:url(/wp/wp-content/uploads/2025/06/top-menu-icon1.png)no-repeat;
	background-position:center;
	background-size: 40px auto;
	display: block;
    position: absolute;
    left: 10px;
	top: 50%;
  transform: translate(0, -50%);
    height: 50px;
    width: 50px;
}
.two-title .top-menutitle:before{
	content:'';
	background:url(/wp/wp-content/uploads/2025/06/top-menu-icon2.png)no-repeat;
	background-position:center;
	background-size: 40px auto;
	display: block;
    position: absolute;
    left: 10px;
	top: 50%;
  transform: translate(0, -50%);
    height: 50px;
    width: 50px;
}
.three-title .top-menutitle:before{
	content:'';
	background:url(/wp/wp-content/uploads/2025/06/top-menu-icon3.png)no-repeat;
	background-position:center;
	background-size: 40px auto;
	display: block;
    position: absolute;
    left: 10px;
	top: 50%;
  transform: translate(0, -50%);
    height: 50px;
    width: 50px;
}
#top-menuwrap .top-menutitle:after{
	content:'';
	background:url(/wp/wp-content/uploads/2025/06/ya-under.png)no-repeat;
	background-position:97% center;
	background-size: 25px auto;
	display: block;
    position: absolute;
    right: 20px;
	top: 50%;
  transform: translate(0, -50%);
    height: 25px;
    width: 25px;
}
#top-menuwrap ul{
	display: none;
	padding:30px 20px;
	box-sizing: border-box;
}
#top-menuwrap ul li{
	border-bottom:1px solid #f3f3f3;
}
#top-menuwrap ul li a{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding:5px 0;
	font-size: 14px;
}
#top-menuwrap ul li a span{
	font-size: 9px;
	width:40%;
}
.top-pickup{
background: linear-gradient(135deg,  rgba(243,254,255,1) 0%,rgba(199,236,242,1) 44%,rgba(153,218,229,1) 100%);
}
/**youtubeモーダルウインドウ**/
 /* 共通のスタイル */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0; top: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.8);
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    }
    .modal-content {
      position: relative;
      max-width: 90%;
		width:960px;
      margin: 5% auto;
      background: #fff;
      padding: 0;
    }
    .close-modal {
      position: absolute;
    bottom:-50px;
    right:0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    width: 50px;
    height: 50px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9アスペクト比 */
      height: 0;
      overflow: hidden;
    }
    .video-container iframe {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
    }
    /* Swiperスタイル（スマホ用） */
.swiper-container {
    padding: 0 20%; /* 両端に20%ずつ余白を確保 */
    box-sizing: border-box;
	overflow: hidden;
  }
.swiper-slide {
  width: 80%; /* 両脇に20%ずつ隙間が見える */
  box-sizing: border-box;
}
    .swiper-slide img {
      width: 300px;
      height: auto;
      cursor: pointer;
		aspect-ratio: 260/ 205;
		border-radius: 20px;
		object-fit: cover;
		height: 100%;
    }
    /* PC用ギャラリー */
    .video-item img {
      width: 300px;
      height: auto;
      cursor: pointer;
      margin:10px;
		display: block;
    }
/**youtubeモーダルウインドウ//**/
.pickup-flex{
	padding:0 10px 0;
	box-sizing: border-box;
}
.pickup1 h3{
	color: #00addd;
    font-weight: bold;
}
.pickup1 h2{
	color: #474443;
    letter-spacing: 3px;
    font-weight: bold;
	margin-bottom: 20px;
}
.pickup1 p{
	margin-bottom:30px;
	color:#898989;
}
.top-pickup .paycas-wrap{
	aspect-ratio: 260/ 205;
}
.top-pickup .swiper-slide a{
	display: block;
	position: relative;
}
.top-pickup .douga,.top-pickup .swiper-slide .gaikokujin,.top-pickup .swiper-slide .paycas{
	background:#fff;
	border-radius: 20px;
	padding:10px 10px;
	aspect-ratio: 5 / 4;
	box-sizing: border-box;
}
.top-pickup .swiper-slide .paycas{
	display: flex;
	justify-content: center;
	align-content: space-between;
    flex-wrap: wrap;
}
.top-pickup .swiper-slide .online-zoom{
	aspect-ratio: 260/ 205;
	border-radius: 20px;
	width:100%;
	box-sizing: border-box;
}
.top-pickup .swiper-slide .online-zoom > div{
	position: absolute;
	bottom:20px;
	left:10px;
	bottom:15px;
	max-width: 98%;
}
.top-pickup .swiper-slide .online-zoom img,.top-pickup .swiper-slide .gaikokujin img{
	aspect-ratio:auto;
	height: 100%;
}
.top-pickup .swiper-slide .gaikokujin img,.top-pickup .swiper-slide .paycas img{
	height:auto;
	aspect-ratio:auto;
}
.top-pickup .douga img{
	height:80%;
	border-radius: 0;
	aspect-ratio:auto;
}
.top-pickup .swiper-slide .online-zoom > div h2,.top-pickup .swiper-slide .online-zoom > div p{
	color:#fff;
	line-height: 1.2;
}
.top-pickup .swiper-slide .online-zoom > div h3{
	font-size: 16px;
	margin-bottom:10px;
	color:#fff;
	font-weight: bold;
}
.top-pickup .swiper-slide .gaikokujin h3{
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	margin-bottom:10px;
}
.top-pickup .swiper-slide .gaikokujin p{
	font-size: 10px;
}
.top-pickup .swiper-slide p{
	font-size: 13px;
	line-height: 1.3;
}
.top-pickup .swiper-slide .gaikokujin > div{
	position: absolute;
	bottom:30px;
	left:0;
	right:0;
	margin:auto;
	padding:0 10px;
	box-sizing: border-box;
}
.top-pickup .swiper-slide .paycas h3{
	font-size: 11px;
}
.top-pickup .swiper-slide span{
	font-size: 10px;
	line-height: 1.3;
	display: inline-block;
}
.top-pickup .douga span{
	color:#00addd;
}
.online-zoom .kochira2{
	background-image:none;
	width:max-content;
	padding:10px 20px;
	margin-top:20px;
}
.top-phisical-title h2{
	font-weight: bold;
	display: flex;
	flex-direction: column-reverse;
	font-size:35px;
	border-bottom:3px solid #474443;
	color:#474443;
	line-height: 1.6;
}
.top-phisical-title h2 span{
	font-size:0.4em;
}
.top-rhisical-flex{
	display: flex;
	flex-direction: column-reverse;
}
.top-map{
	width:660px;
	max-width:100%;
	aspect-ratio: 37 / 26;
	margin:0 auto 60px;
}
.top-map iframe{
	max-width:100%;
	max-height:100%;
	width:100%;
	height:100%;
}
.top-detail dt,.top-detail dd,.top-map h4{
	text-align: center;
	line-height:1.8;
	color:#474443;
	font-weight: 500;
}
.top-detail:not(.top-otoiawase) dd a{
	color:#474443;
}
.top-map h4{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 13px;
	margin-top:20px;
}
.top-map h4 span{
	font-size:1.1em;
}
.top-detail dd{
	margin-bottom:10px;
}
.top-detail dd a{
	font-size: 16px;
}
.top-detail dd table{
	background:#00addd;
	border-radius: 20px;
	padding:10px 5px;
	margin-bottom:10px;
}
.top-detail dd table td{
	color:#fff;
	font-weight: bold;
	font-size: 10px;
    padding: 3px;
	border:none;
}
.top-detail dd table tr:not(:last-of-type) td{
	border-bottom: 2px solid #fff;
}
.top-detail .jikan-table p{
	color:#474443;
	text-align: left;
	text-indent: -1em;
	padding-left:1em;
	line-height: 1.6;
	font-size: 12px;
}
.top-otoiawase{
	margin-top:50px;
}
.top-otoiawase a:not(:last-of-type){
	margin-bottom:20px;
}
.top-otoiawase a:last-of-type{
	margin-top:0;
}
@media only screen and (min-width: 360px) {
	.web-yoyaku-smp{
		line-height:50px;
	}
	#top-menuwrap ul li a{
		padding:5px 10px;
	}
	#top-menuwrap ul li a span{
	font-size:10px;
}
}
@media only screen and (min-width: 400px) {
	.web-yoyaku-smp{
		line-height:60px;
	}
	.separate-containers .inside-article{
	padding:20px;
}
	.top-information ul li h4{
	font-size:12px;
}
	#top-menuwrap .top-menutitle{
		font-size: 17px;
		padding: 5px 40px 5px 80px;
	}
	.one-title .top-menutitle:before,.two-title .top-menutitle:before,.three-title .top-menutitle:before{
		left:20px;
	}
	#top-menuwrap ul li a{
		font-size: 15px;
	}
	#top-menuwrap ul li a span{
	font-size:12px;
		width:42%;
}
}
@media only screen and (min-width:639px) {
	.top-junkai-wrap{
		max-width:98%;
		margin:0 auto;
		background:#fff;
		border-radius: 20px;
	}
	.top-detail dd table td{
		font-size:14px;
	}
}
@media only screen and (min-width: 640px) {
	.top-junkai .slick-slide img{
	box-shadow:none;
}
	.top-junkai .slick-prev,.top-junkai .slick-next{
		width: 55px;
    height: 55px;
	}
	.top-junkai .slick-prev{
	left: -55px;
}
	.top-junkai .slick-next{
		right:-55px;
	}
.top-junkai .slick-prev:before,.top-junkai .slick-next:before{
	font-size:35px;
    color:#99dce5;
	border:1px solid #cecece;
	width: 55px;
	height:55px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "WDXL Lubrifont TC", sans-serif;
	opacity:1;
}
.top-junkai .slick-prev:before{
	content:'←';
}
.top-junkai .slick-next:before{
	content:'→';
}
}
@media only screen and (min-width: 768px) {
	.web-yoyaku-smp{
		font-size: 20px;
		top:20px;
		right: 20px;
	}
	.category-tabs .tab-menu li{
		font-size: 15px;
	}
	.close-modal{
		bottom:auto;
		top:0;
		right:-50px;
	}
	.pickup-flex{
		max-width:1640px;
		margin:0 auto;
		box-sizing: border-box;
	}
	.pickup111-flex{
		display: flex;
		flex-wrap: wrap;
		background:#fff;
		border-radius: 20px;
		padding:20px;
		box-sizing: border-box;
		max-width:80%;
		align-items: center;
		margin:0 auto 40px;
	}
	.pickup111-flex img{
		width:320px;
		max-width:45%;
	}
	.pickup111-flex > div:not(.kochira-button){
		flex: 1;
		margin-left:20px;
	}
	.pickup111-flex h3{
		color:#474443;
	}
	.pickup-flex ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pickup-flex ul li{
		background:#fff;
		padding:20px;
		border-radius: 20px;
		box-sizing: border-box;
		width:435px;
		max-width:48%; 
	}
	.pickup-flex ul .video-gallery{
		width:100%;
		display: flex;
		justify-content: space-between;
	}
	.kochira-button{
		width:100%;
	}
	.pickup-flex > ul li:first-of-type h3{
		text-align: center;
	}
	.pickup-flex > ul li:first-of-type p{
		color:#898989;
	}
	.pickup-flex > ul li:first-of-type span{
		display: flex;
		justify-content: flex-end;
		padding-right:25px;
		background:url(/wp/wp-content/uploads/2025/06/migi.png)no-repeat;
		background-position: right center;
		background-size: 15px auto;
		color:#474443;
	}
	.pickup-flex > ul li:nth-of-type(2) a{
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		height: 100%;
		pointer-events: none;
	}
	.pickup-flex > ul li:nth-of-type(2) h3{
		margin:15px 0 0;
	}
	.pickup-flex > ul li:nth-of-type(2) span{
		font-size: 13px;
		color:#898989;
	}
	.pickup-flex > ul li:not(:last-of-type){
		margin-bottom:40px;
	}
	.pickup-flex > ul li.movie-wrap{
		max-width: 100%;
		width:100%;
	}
	.pickup-flex > ul li.movie-wrap > div{
		display: flex;
		justify-content: space-between;
		gap: 10px;
	}
	.movie-wrap > h3{
		color:#474443;
		padding:10px 40px 10px 0;
		background:url(/wp/wp-content/uploads/2025/06/kuroyajirushi.png)no-repeat;
		background-position: right center;
		background-size: 30px auto;
		width: max-content;
	}
	.video-item img{
		margin:auto;
	}
	.video-item span{
		color:#00addd;
		font-size: 12px;
	}
}
@media only screen and (min-width: 1024px) {
	#main-img h2{
		position: absolute;
	top:39%;
	left:30px;
	text-align: center;
        line-height: 1.6;
	color:#fff;
	text-shadow: 4px 2px 10px rgba(0, 0, 0, 0.4);
		font-size: 45px;
		font-weight: bold;
	}
	#main-img h2 span{
		font-weight: normal;
		font-size:25px;
		display: flex;
        align-items: center;
        justify-content: flex-end;
	}
	#main-img h2 span:after{
		content:'';
		width:70px;
		height: 1px;
		background:#fff;
		margin-left:10px;
	}
	.jikan{
		position: absolute;
		top: 0;
		left: 0;
		width:28.5%;
		padding-right: 20px;
	}
	.jikan h3{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 18px;
		color:#474443;
	}
	.jikan h3:before,.jikan h3:after{
		content:'';
		width:20%;
		height:1px;
		background:#474443;
	}
	.jikan table{
		border-collapse: collapse;
	}
	.jikan table,.jikan table td{
		border:none;
	}
	.jikan table tr:not(:last-of-type){
		border-bottom:2px solid #474443;
	}
	.jikan table td{
		text-align: center;
		color:#474443;
		font-size: 12px;
		padding: 3px;
		line-height: 1.3;
	}
	.jikan table td span{
		font-size: 0.95em;
	}
	.top-information ul li{
	width:16.6%;
	margin:0 auto;
}
	.top-information ul li span{
		width:140px;
		height:140px;
	}
	.top-information ul li h4{
	font-size:16px;
	margin-top:30px;
}
	.top-title h3{
		font-size:22px;
	}
	.top-title h2{
	position: relative;
		font-size: 35px;
		letter-spacing: 5px;
}
	.top-title h2:after{
		content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 65px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #474443;
  border-radius: 2px;
	}
	.top-title.aobg{
		border-radius: 20px;
	}
	.top-title.aobg h2:after,.top-title.junkai h2:after{
	display: none;
}
	.top-title.kakusyumenu h2:before,.top-title.kakusyumenu h2:after{
		content:'';
		width:35%;
		height:1px;
		background:#898989;
		position: absolute;
		top:50%;
		bottom:auto;
		transform: none;
	}
	.top-title.kakusyumenu h2:before{
		left:0;
	}
	.top-title.kakusyumenu h2:after{
		right:0;
		left:auto;
	}
	.category-tabs .tab-menu li{
		font-size: 20px;
	}
	.tab-content .post-date{
		font-size:18px;
	}
	.tab-content .post-cat-link a{
		margin-left:70px;
		font-size:13px;
		width:125px;
		margin-right:5px;
	}
	.tab-content .post-title-link{
		display: inline-block;
		font-size:20px;
	}
	.ichiran,.kochira{
		width:230px;
		font-size: 20px;
	}
	.junkai-annai{
		background:#f3f3f3;
		border-radius: 20px;
		width:99%;
		margin:auto !important;
	}
	.top-text p{
		font-size:18px;
		color:#000000;
	}
	.pickup-flex{
		display: flex;
		gap:40px;
	}
	.pickup1 h2{
		font-size: 35px;
		margin-bottom:100px;
	}
	.pickup1 h3{
		font-size:20px;
	}
	.pickup1{
		width: 660px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        max-width: 40%;
	}
	.pickup-flex ul{
		flex: 1;
		width: 45%;
	}
	.pickup111-flex{
		max-width:98.5%;
		margin-left:auto;
		margin-bottom:0;
		padding:50px 20px;
	}
	.pickup111-flex h3{
		font-size: 23px;
	}
	.pickup111-flex p{
		font-size:18px;
	}
	.pickup-flex > ul li.movie-wrap > div{
		gap:20px;
	}
	.top-phisical-title h2{
		flex-direction: row;
		gap:15px;
		align-items: flex-end;
		width:max-content;
		max-width:100%;
	}
	.top-phisical-title h2 span{
		font-size:0.6em;
		font-weight: normal;
	}
	.top-phisical-title h2 span::first-letter{
		font-size: 1em;
	}
	.top-rhisical-flex{
		flex-direction: row;
		align-items: flex-start;
	}
	.top-map{
		max-width:44%;
		gap:8%;
		margin-bottom:0;
	}
	.top-map h4{
		display: none;
	}
	.top-detail{
		width:48%;
		display: flex;
		flex-wrap: wrap;
		gap:10px;
		align-items: center;
		margin-left:auto;
	}
	.top-otoiawase{
		margin-top:20px;
	}
	.top-otoiawase dd{
		display: flex;
		align-items: center;
		gap:10px;
	}
	.top-otoiawase a:not(:last-of-type){
		margin:0;
	}
	.top-detail dt{
		width:21%;
		text-align: left;
	}
	.top-detail dd{
		width:74%;
		margin:0;
		text-align: left;
	}
	.top-detail .jikan-table{
		background:#00addd;
		border-radius: 20px;
		padding-bottom:10px;
	}
	.top-detail dd table{
		margin-bottom:0;
		padding:10px;
	}
	.top-detail .jikan-table p{
		padding:0 10px 0 2em;
		color:#fff;
	}
}
@media only screen and (min-width: 1025px) {
	.web-yoyaku-smp{
		display: none;
	}
	.web-yoyaku-pc{
		position: absolute;
		right:5%;
		top: 5%;
		width:350px;
		max-width:100%;
		background:#99dce5;
		color:#fff;
		line-height:140px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 0px 0px 15px -5px #777777;
border-radius: 20px;
		font-size: 25px;
        padding: 0 20px;
        box-sizing: border-box;
		font-weight: bold;
		letter-spacing: 5px;
	}
	.web-yoyaku-pc:hover{
		color:#fff;
	}
	.web-yoyaku-pc img{
		width:40px;
		object-fit: contain;
		margin-right:15px;
	}
	#top-menuwrap{
		display: flex;
		justify-content: space-between;
		width:100%;
	}
	.menu-one{
		width:28%;
	}
	#top-menuwrap ul{
	display: block;
		padding: 30px 0 0 20px;
}
	#top-menuwrap ul li{
		margin-bottom:20px;
		background:url(/wp/wp-content/uploads/2025/06/ya-right-mizu.png)no-repeat;
		background-position:98% center;
		background-size:12px auto;
	}
	#top-menuwrap ul li a{
		padding:5px 30px 5px 0;
		font-size: 17px;
		color:#807d7d;
	}
	#top-menuwrap ul li a span{
		font-size:11px;
	}
	#top-menuwrap .top-menutitle{
		background:none;
		border-left:5px solid #00addd;
		padding-left:15px;
		margin-bottom:30px;
		border-radius: 0;
		line-height: 1.8;
		font-size: 20px;
	}
	.one-title .top-menutitle:before,.two-title .top-menutitle:before,.three-title .top-menutitle:before,#top-menuwrap .top-menutitle:after{
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	#main-img h2{
		font-size:55px;
		left:50px;
	}
	#main-img h2 span{
		font-size:30px;
	}
	.jikan h3{
		margin-top:10px;
	}
	.jikan table td{
		padding:5px;
	}
	.top-information ul li span{
		width:190px;
		height:190px;
	}
	.top-phisical-title h2{
		font-size: 55px;
	}
}
@media only screen and (min-width: 1300px) {
	.jikan h3{
		margin-top:20px;
	}
	.jikan h3:before,.jikan h3:after{
		width:25%;
	}
	.jikan table td{
		font-size:15px;
	}
	.web-yoyaku-pc{
		font-size: 35px;
	}
	.top-information ul li h4{
		font-size: 20px;
	}
	.top-text p{
		font-size:20px;
	}
	#top-menuwrap ul li a{
		font-size: 20px;
	}
	.pickup111-flex{
		padding:80px 20px 50px;
	}
	.top-detail{
		gap:20px;
	}
	.top-otoiawase{
		margin-top:35px;
	}
	.top-detail:not(.top-otoiawase){
		margin-left:0;
	}
	.top-detail dt,.top-detail dd{
		font-size:20px;
	}
	.top-detail dd a{
		font-size:20px;
	}
	.top-detail dd table td{
		font-size:18px;
	}
	.top-detail .jikan-table p{
		font-size:16px;
	}
}
@media only screen and (min-width: 1500px) {
	.jikan h3{
	margin-bottom:3%;
		font-size: 25px;
	}
	.top-text p{
		font-size:23px;
	}
}
/**TOP//おわり**/

/*カテゴリー一覧*/
body:not(.home) .main-nav {
	display: none;
}
body:not(.home) .site.grid-container {
	max-width: 1400px;
}
body:not(.home) .site-content {
	flex-wrap: wrap;
	margin-bottom: 10%;
}
.archive-header {
	width: 100%;
	text-align: center;
	order: -20;
	padding: 8% 0;
}
.archive-header h1 {
	font-size: 35px;
	font-weight: bold;
	color: #474443;
	line-height: 1.5;
	margin-bottom: 0.7em;
}
.archive-header h1 span {
	display: block;
	color: #00addd;
	font-size: 22px;
	text-transform: capitalize;
}
body:not(.home) .site-content .content-area {
	width: 72.4%;
	background: #f0f0f0;
	border-top-right-radius: 28px;
	border-bottom-right-radius: 28px;
}
body:not(.home) .is-left-sidebar {
	width: 27.6%;
	background: #f0f0f0;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
}
.archive .page-header {
	display: none;
}
body:not(.home).separate-containers .site-main {
	padding: 10.2% 7.14% 5.1% 1.53%;
}
.archive .site-main article {
	margin-bottom: 34px;
}
body:not(.home).separate-containers .inside-article {
	border-radius: 28px;
}
.archive .entry-header {
	display: flex;
	flex-direction: column-reverse;
}
.archive .entry-meta {
	font-size: 20px;
}
span.byline {
	display: none;
}
.archive span.cat-links :not(a) {
	display: none;
}
.archive span.cat-links a {
	font-size: 13px;
	color: #0988f0;
	padding: 3px 1.5em;
	border: 1px solid #0988f0;
	border-radius: 20px;
}
.archive .cat-links a.cat-link-medical-news {
	color: #99dce5;
	border: 1px solid #99dce5;
}
.archive .cat-links a.cat-link-recruit {
	color: #ff7373;
	border: 1px solid #ff7373;
}
.archive .entry-title a {
	font-size: 22px;
}
.archive .entry-content p {
	font-size: 18px;
}
.archive .paging-navigation {
	background-color: transparent;
}
.paging-navigation .page-numbers {
	font-size: 20px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0;
}
.page-numbers.current {
	color: #fff;
	background: #474443;
	border-radius: 100px;
}
.next.page-numbers,
.prev.page-numbers {
	font-size: 0px;
}
.next.page-numbers span,
.prev.page-numbers span {
	font-size: 20px;
}

.sidebar .widget {
	background-color: transparent;
}
.sidebar h3,
.sidebar .menu > li > a {
	background: none;
    border-left: 5px solid #00addd;
    margin-bottom: 1em;
    line-height: 1.3;
    font-size: 24px;
	box-sizing: border-box;
	padding: 5px 40px 5px 15px;
}
.sidebar .menu > li.display-none > a{
	display: none;
}
.sidebar h3 a,
.sidebar .menu > li > a  {
	font-weight: bold;
	display: block;
    line-height: 1.3;
}
.sidebar h3 a:first-of-type {
	font-size: 24px;	
}
.sidebar h3 a:last-of-type,.sidebar ul .side-span span{
	font-size: 18px;
	color: #00addd;
}
.sidebar ul .side-span a{
	display: flex;
	flex-direction: column;
}
.sidebar .su-posts .su-post {
	display: flex;
	flex-direction: column-reverse;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 0.5em;
}
.sidebar .su-post .su-post-meta {
	margin-bottom: 0;
	color: #474443;
	opacity: 1.0;
}
.sidebar .su-post .su-post-title {
	line-height: 1.3;
}
.sidebar .su-post .su-post-title a {
	line-height: 1.3;
	color: #474443;
}
.sidebar .su-post-excerpt {
	display: none;
}
.sidebar .menu > li > .sub-menu {
	margin-left: 0;
	margin-bottom: 40px;
}
.sidebar .menu > li > .sub-menu > li {
	border-bottom: 1px solid #c2c2c2;
}
.sidebar .sub-menu .sub-menu {
	margin: 0;
	padding-top: 0;
	padding-left: 0;
}
.sidebar .sub-menu .sub-menu a {
	color: #898989;
}
.sidebar .sub-menu .sub-menu a::before {
	content: '\25B6';
}
.sidebar .su-posts,
.sidebar .sub-menu {
	background: #fff;
	padding: 13px;
	border-radius: 8px;
}
@media (max-width: 1420px) {
	body:not(.home) .site.grid-container {
		margin: 0 15px;
	}
}
@media (max-width: 768px) {
	body:not(.home) .site.grid-container{
		margin:0 5px;
	}
	body:not(.home) .site-content .content-area,
	body:not(.home) .is-left-sidebar {
		width: auto;
		border-radius: 28px;
	}
	body:not(.home) .site-content .content-area {
		margin-bottom: 10%;
		max-width: 100%;
	}
	body:not(.home).separate-containers .site-main {
		/*padding: 12.26% 8%;*/
		padding: 6% 3%;
	}
}

/*カテゴリー一覧//おわり*/

/*TOPページ以外*/
body:not(.home):not(.archive) .entry-header {
	display: none;
}

/*TOPページ以外//おわり*/

/*福山検診所について*/
body:not(.home) .entry-content h3 {
	background: none;
    border-left: 5px solid #00addd;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 16px;
	box-sizing: border-box;
	padding: 5px 40px 5px 15px;
}
.entry-content p {
	font-size: 15px;
}
.fc_red{
	/*color:#e88580 !important;*/
	color:#ff9000 !important;
}
.fc_ao{
	color:#00addd !important;
}
.fc_black{
	color:rgb(114, 107, 97) !important;
}
.fc_midori{
	color:#97d871 !important;
}
.concept-list ul {
	padding-left: 40px;
}
.concept-list ul li {
	list-style: disc;
}
.concept-list ul li::marker {
    color: #3baedf;
    font-size: 1.1em;
}
.tablepress{
	width:100%;
}
.tablepress thead tr th{
	background-color:rgba(0, 173, 221, 0.1);
	color:#5c5446;
	border: 1px solid #726b61 !important;
	text-align: center;
	font-weight: 500;
}
.tablepress tbody tr td{
	color:#5c5446;
	border: 1px solid #726b61 !important;
	text-align: center;
	vertical-align: middle;
	font-size: 12.5px;
}
.tablepress-id-53 tr:nth-of-type(2) td{
	color:#ff9000;
	text-align: center !important;
}
/*.tablepress-id-14 tr:nth-of-type(n+4) td.column-2,*/
.tablepress-id-53 tr td:nth-child(2){
	text-align: left;
}
.tablepress-id-53 tr:nth-of-type(3) td:nth-of-type(2){
	text-align: center;
}
.tablepress-id-27 tr td.column-1{
	background-color:rgba(0, 173, 221, 0.1);
}

.tablepress-id-27 tr td.column-2{
	text-align:left;
}
.tablepress-id-27 tr td.column-3{
	text-align:right;
}
.table-box .tablepress tr:first-of-type td,.table-box .tablepress tr td:last-child{
	text-align: left;
}
.page-id-140 .tablepress tr td:last-child,.page-id-1567 .tablepress tr td:last-child,.page-id-1560 .tablepress tr td:last-child,.page-id-4470 .tablepress tr td:last-child,.page-id-7858 .tablepress tr td:last-child,.page-id-8829 .tablepress tr td:last-child {
	text-align: left;
}
.table-box .tablepress tr.row-2 td.column-1,.page-id-140 .tablepress tr.row-1 td.column-1,.page-id-1567 .tablepress tr.row-1 td.column-1,.page-id-1560 .tablepress tr.row-1 td.column-1,.page-id-4470 .tablepress tr.row-1 td.column-1,.page-id-7858 .tablepress tr.row-1 td.column-1,.page-id-8829 .tablepress tr.row-1 td.column-1 {
	width:25%;
}
.table-box .tablepress{
	table-layout: auto;
}
.concept-step ul,.concept-step ul li{
	list-style: none;
}
/*.concept-step ul li{
	padding:30px 10px 10px 30%;
	color:#5c5035;
	position:relative;
	margin-bottom: 0;
	font-size: 18px;
}
.concept-step ul li:not(:last-child) {
  margin-bottom: 20px;
}
.concept-step ul li:nth-child(odd){
	background:#99dce5;
}
.concept-step ul li:nth-child(odd)::after{
	position: absolute;
	z-index: 999;
    bottom: -25px;
	left:0;
	content: "";
  border-left: 55px solid transparent;
  border-top: 25px solid #99dce5;
  border-right: 55px solid transparent;
}
.concept-step ul li:nth-child(even){
	background:#DFF3F6;
}
.concept-step ul li:nth-child(even)::after{
	position: absolute;
	z-index: 999;
    bottom: -25px;
	left:0;
	content: "";
  border-left: 55px solid transparent;
  border-top: 25px solid #DFF3F6;
  border-right: 55px solid transparent;
}
.concept-step ul li:first-child{
	background-image:url(images/step1.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.concept-step ul li:nth-child(2){
	background-image:url(images/step2.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.concept-step ul li:nth-child(3){
	background-image:url(images/step3.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.concept-step ul li:nth-child(4){
	background-image:url(images/step4.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.concept-step ul li:nth-child(5){
	background-image:url(images/step5.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.concept-step ul li:nth-child(6){
	background-image:url(images/step6.png);
	background-repeat: no-repeat;
	background-position: 10px 25px;
	padding:30px 10px 20px 30%;
}
.concept-step ul li:nth-child(6):after{
	display:none;
}*/
/*****************************/
.concept-step ul li{
	display: flex;
	align-items: center;
	gap:7px;
	padding:0;
	background:none;
}
.concept-step ul li:not(:last-of-type){
	margin-bottom:20px;
}
.concept-step ul li > p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border:2px solid rgba(0,173,221,0.6);
	margin:0 !important;
	color:#fff;
	font-size:12px;
	border-radius: 100px;
    width: 50px;
    height: 50px;
	background:rgba(0,173,221,0.6);
	line-height: 1.2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00addd+0,43e8a3+85,b2e590+100 */
background: linear-gradient(135deg,  rgba(0,173,221,1) 0%,rgba(67,232,163,1) 85%,rgba(178,229,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.concept-step ul li > p span{
	font-size:18px;
	font-weight: bold;
}
.concept-step ul li > div{
	background:rgba(0,173,221,0.2);
	border-radius: 15px;
	padding:15px 10px;
	flex: 1;
}
.fee-tab.concept-flow{
	padding-top:0;
}
.concept-fee .fee{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5%;
    list-style: none;
    padding: 0;
    border-bottom:none !important;
}
.concept-fee .fee li{
	padding: 8px 16px;
	text-align: center;
    cursor: pointer;
    width: 100%;
    border: 2px solid #00addd !important;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 13px;
	position: relative;
}
.concept-fee .fee li.active{
	background: none;
}
.concept-fee .fee li.active:nth-of-type(2){
	border: 2px solid #8cca6e !important;
}
.concept-fee .fee li.active:nth-of-type(3){
	border: 2px solid #ff9000 !important;
}
.concept-fee .fee li.active:last-of-type{
	border: 2px solid #f4dd30 !important;
}
.concept-fee .fee li.active:before{
	content:'';
	position: absolute;
	inset: 2px;
	border-radius: 12px;
}
.concept-fee .fee li.active:first-of-type:before{
	background:rgba(0,173,221,0.2);
}
.concept-fee .fee li.active:nth-of-type(2):before{
	background:rgba(140,202,110,0.2);
}
.concept-fee .fee li.active:nth-of-type(3):before{
	background:rgba(255,144,0,0.2);
}
.concept-fee .fee li.active:last-of-type:before{
	background:rgba(244,221,48,0.2);
}
.concept-flow ul li{
	list-style-type: none;
  position: relative;
  padding-left: 50px;
	/*display: flex;
	align-items: flex-start;
	gap:20px;*/
}
.concept-flow ul li:not(:last-child) {
  padding-bottom: 10px;
}
.concept-flow ul li > span{
	width: 40px;
    height: 40px;
  line-height: 2em;
	border: 1px solid #ddd;
  text-align: center;
  border-radius: 100vh;
  display: flex;
    align-items: center;
    justify-content: center;
  color: #fff;
  position: absolute;
  left: 0;
}
#tab1.concept-flow ul li > span{
	background: #00addd;
}
#tab2.concept-flow ul li > span{
	background: #8cca6e;
}
#tab3.concept-flow ul li > span{
	background: #ff9000;
}
#tab4.concept-flow ul li > span{
	background: #f4dd30;
}
.concept-flow ul li:not(:last-child)::before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#tab1.concept-flow ul li:not(:last-child)::before{
	background: rgba(0,173,221,0.1);
}
#tab2.concept-flow ul li:not(:last-child)::before{
	background: rgba(140,202,110,0.1);
}
#tab3.concept-flow ul li:not(:last-child)::before{
	background: rgba(255,144,0,0.1);
}
#tab4.concept-flow ul li:not(:last-child)::before{
	background: rgba(244,221,48,0.1);
}
.entry-content .concept-flow ul li h3{
	border-left:none;
	padding: 5px 5px 5px 15px;
	margin-bottom: 0;
}
.entry-content .concept-flow ul li p{
	margin:0;
	padding-left:15px;
}
.main-concept img, .thumb-concept img {
    width: 100%;
    display: block;
	object-fit: cover;
  }
.main-concept .swiper-slide{
	aspect-ratio: 5 / 3;
}
.thumb-concept img{
	border-radius: 10px;
}
  .thumb-concept {
    margin-top: 10px;
  }
  .thumb-concept .swiper-slide {
    width: 80px;
    aspect-ratio: 5 / 3;
    opacity: 0.5;
    cursor: pointer;
  }

  .thumb-concept .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #333;
	  border-radius: 10px;
  }
.concept-patrol{
	background: #f8f8f8;
    padding: 20px 20px;
    border-radius: 20px;
}
.concept-patrol p{
	margin:0 !important;
	font-size:0.9em;
}
.concept-patrol-wrap .textwidget > p{
	color:#00addd;
}
.flow13{
	display: block;
	margin:auto;
}
.content-guidance h4{
	color:#00addd;
	letter-spacing: 3px;
}
.content-guidance h4::first-letter{
	font-size:200%;
	font-weight: bold;
	font-style: italic;
}
.content-guidance ul li:nth-child(even){
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
}
.content-guidance ul li > h4{
	border:solid 1px #ccc;
	border-radius: 10px;
	position: relative;
	width:80px;
	height:80px;
	display: flex;
	justify-content:center;
	flex-direction: column;
	font-size:16px;
	overflow: visible;
	letter-spacing: normal;
	color: #00addd !important;
}
.content-guidance ul li:nth-child(even) > h4{
	align-items:flex-start;
	margin-left:auto;
}
.content-guidance ul li:nth-child(odd) > h4{
	align-items:flex-end;
}
.content-guidance ul li > h4:after{
	content:'';
	width:10px;
	height:10px;
	background:#fff;
	position: absolute;
	bottom:-3px;
}
.content-guidance ul li:nth-child(even) > h4:after{
	laft:-3px;
}
.content-guidance ul li:nth-child(odd) > h4:after{
	right:-3px;
}
.content-guidance ul li > h4 > span{
	position: absolute;
	background: rgba(255,255,255,0.8);
	font-size:14px;
	white-space: nowrap;
  overflow: visible;
	line-height: 1.3;
    border-radius: 4px;
	padding: 3px;
}
.content-guidance ul li.last-guidance > h4 > span{
	display: flex;
    flex-direction: column;
	align-items: flex-end;
}
.content-guidance ul li > h4 > span > span{
	font-size:0.8em;
}
.content-guidance ul li:nth-child(even) > h4 > span{
	right:10px;
}
.content-guidance ul li:nth-child(odd) > h4 > span{
	left: 10px;
}
.content-guidance ul li img{
		width:280px;
		aspect-ratio: 5 / 3;
		object-fit: cover;
		border-radius: 15px;
	}
.inquiry-link li{
	margin-bottom:20px;
}
.inquiry-link .kochira3{
		margin:20px 0 0 0;
		width:270px;
		background-position: 93% center;
		padding: 15px 30px 15px 10px;
	}
/*.concept-step.step-syougai ul li:nth-child(odd) {
    background-color: #c2ea93;
}
.concept-step.step-syougai ul li:nth-child(even) {
    background-color: #eefcde;
}
.concept-step.step-syougai ul li:last-of-type {
    padding: 30px 10px 20px 30%;
	background-position: 10px 25px;
}
.concept-step.step-syougai ul li:nth-child(odd)::after{
	border-top: 25px solid #c2ea93;
}
.concept-step.step-syougai ul li:nth-child(even)::after {
    border-top: 25px solid #eefcde;
}
.concept-step.step-syougai ul li:last-of-type:after{
	display: none;
}*/
.concept-step.step-syougai ul li > p{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c2ea93+0,eaed44+85,b9f49a+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94e28e+0,d5f246+83,cded97+100 */
	border: 2px solid #afdb7a;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#83d183+0,ccea44+83,cded97+100 */
background: linear-gradient(135deg,  rgba(131,209,131,1) 0%,rgba(204,234,68,1) 83%,rgba(205,237,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.concept-step.step-syougai ul li > div{
	background:#d6f2b5;
}
.concept-merit ul li{
	border: 2px solid rgba(0,173,221,0.5);
    border-radius: 20px;
    max-width: 400px;
    padding: 15px 15px 15px 15px;
	position: relative;
	box-sizing: border-box;
	margin:0 auto 10px; 
}
.concept-merit ul li > div{
	display: flex;
	align-items: center;
	gap:15px;
}
.concept-merit ul li h3{
	border:none !important;
	color:#00addd;
	position: relative;
	z-index: 3;
	text-align: center;
	margin:0 !important;
	padding: 0 !important;
}
.concept-merit ul li p{
	position: relative;
	z-index: 3;
	flex: 1;
}
.concept-merit ul li img{
	width: 25%;
	opacity: 0.2;
}
.entry-content .concept-conditions ul li h3{
	border-left:none !important;
	margin-bottom:0;
	padding-left:0;
	color:#8cca6e;
}
.entry-content .concept-conditions ul li p{
	margin-top:0;
}
.table-course .concept-car{
	width:479px;
}
.table-course .concept-car .column-1{
	width:30%;
}
.table-course .concept-car th:not(.column-1){
	width:23.3%;
}
.concept-car-wrap .scroll-yoko{
	margin-bottom: 0 !important;
    font-size: 12px;
    text-align: right;
}
.concept-qa-title{
	cursor: pointer;
    padding: 20px 30px 20px 10px;
    position: relative;
    border-bottom: 1px solid #898989;
    color: #00addd;
    text-align: left;
	position: relative;
	display: flex;
    align-items: flex-start;
	margin-bottom:0 !important;
}
.concept-qa-title:before{
	content:'Q.';
	width:1.5em;
	font-size:20px;
	color:#00addd;
	font-weight: bold;
}
.concept-qa-title:after{
	content: '＋';
    position: absolute;
    right: 5px;
    font-weight: bold;
    transition: transform 0.3s, opacity 0.3s;
    color: #00addd;
    font-weight: bolder;
}
.concept-qa-title.active:after{
	content: '－';
}
.concept-qa-detail{
	display: none;
    background: #e5f0f3;
    padding: 20px 10px 20px 2.5em;
    margin-left: 0;
	margin-top:5px !important;
	position: relative;
}
.concept-qa-detail:before{
	content:'A.';
	width:1.5em;
	font-size:20px;
	color:#00addd;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	top:20px;
	left:10px;
}
.concept-qa-detail ul{
	margin-left:0 !important;
}
@media (min-width: 370px) {
.entry-content p {
	font-size: 16px;
}
	.concept-qa-detail{
		/*padding: 20px 10px 20px 25px;*/
	}
}
@media (min-width: 768px) {
	body:not(.home) .entry-content h3 {
    font-size: 18px;
}
	.table-course .concept-car{
	width:100%;
		max-width:100%;
}
	.concept-qa-title{
		border-bottom: 2px solid #00addd;
	}
}
@media (min-width: 1024px) {
	body:not(.home) .entry-content h3 {
    font-size: 20px;
}
	.entry-content p {
	font-size: 18px;
}
	/*.concept-step ul li{
	padding:30px 10px 10px 21%;
}
	.concept-step ul li:nth-child(6){
	padding:30px 10px 20px 21%;
}*/
	.concept-step ul li{
		gap:15px;
	}
	.concept-step ul li > p{
		width: 70px;
    height: 70px;
		font-size: 14px;
	}
	.concept-step ul li > p span{
		font-size:28px;
	}
	.content-guidance ul li{
		display: flex;
	}
	.content-guidance ul li:nth-child(even){
		justify-content: flex-end;
		flex-direction:row;
	}
	.content-guidance ul li:nth-child(even) > h4{
		margin-left:0;
	}
	.content-guidance ul li > h4{
		margin:0 !important;
	}
	.content-guidance ul li > h4 > span{
	font-size:20px;
}
.content-guidance ul li:nth-child(even) > h4 > span{
	right:30px;
}
.content-guidance ul li:nth-child(odd) > h4 > span{
	left:30px;
}
	.content-guidance ul li:nth-child(even) img{
		margin-right:20px;
	}
	.content-guidance ul li:nth-child(odd) img{
		margin-left:20px;
	}
	.inquiry-link .kochira3,.inquiry-link .kochira5{
		font-size:18px;
	}
	/*.concept-step.step-syougai ul li:last-of-type {
    padding: 30px 10px 20px 21%;
}*/
	.concept-merit ul{
		display: flex;
		flex-wrap: wrap;
    gap: 20px;
	}
	.concept-merit ul li{
		max-width: 48%;
		margin: 0 auto;
	}
	.concept-flow ul{
		width:max-content;
		max-width:100%;
		margin:auto;
	}
	.concept-flow ul li{
		padding-left:80px;
	}
	.concept-flow ul li:not(:last-child)::before{
		left:24px;
	}
	.concept-flow ul li > span{
		font-size: 30px;
		width: 60px;
    height: 60px;
		border: 2px solid #ddd;
	}
	.entry-content .concept-flow ul li h3{
		margin:0 0 10px 0;
		padding:10px 5px 5px 15px;
		font-size: 25px;
	}
	.concept-fee .fee{
	display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1%;
}
.concept-fee .fee li{
	width: 49%;
        padding: 15px 16px;
}
}
@media (min-width: 1200px) {
	.inquiry-link{
		display: flex;
		gap:30px;
		align-items: center;
	}
	.inquiry-link .kochira3,.inquiry-link .kochira5{
		margin:0;
	}
	.concept-step ul li > p{
		width:80px;
		height:80px;
		font-size:16px;
	}
	.concept-step ul li > p span {
    font-size: 33px;
	}
	.concept-fee .fee li{
	font-size:16px;
}
	.concept-fee .fee li:before{
		inset:4px;
	}
}
@media (min-width: 1300px) {
	.inquiry-link .kochira3,.inquiry-link .kochira5{
		font-size:20px;
		width:300px;
	}
}
@media (max-width: 1024px) {
	.concept-table53{
		overflow-x: auto;
		max-width: 100%;
	}
	.concept53.table-scroll{
		width: 900px;
	}
	
	/*
	.tablepress-id-53{
		width:610px;
	}
	.tablepress-id-53 .column-1{
		position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 2;
	}
	.tablepress-id-53 tr td:nth-child(2){
		position: sticky;
    left: 19%;
    background-color: #fff;
		z-index: 2;
	}*/
}
/*福山検診所について//おわり*/

/*施設概要*/
body:not(.home).page .entry-content h2 {
	font-size: 35px;
    font-weight: bold;
    color: #474443;
    line-height: 1.5;
	text-align: center;
    margin-bottom: 0.7em;
}
body:not(.home).page .entry-content h2 span {
	display: block;
    color: #00addd;
    font-size: 22px;
    text-transform: capitalize;
}
body:not(.home).page .entry-content h2:first-of-type {
	margin-top: 0;
}
h4.summary_catch {
	font-size: 20px;
	color: #474443;
	margin-bottom: 50px;
    line-height: 160%;
}
body:not(.home).page .entry-content h4:not(.summary_catch) {
	font-size: 20px;
	color: #222;
}
#facilities {
	max-width: 680px;
	margin: 0 auto;
}
.border-blue {
    border: #80D6EE 10px solid;
    border-radius: 3px;
    padding: 20px;
	margin: 0 5%;
	border-radius: 15px;
}
ol.summary-list {
	counter-reset: my-counter;
	list-style: none;
}
ol.summary-list li {
    font-size: 16px;
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
ol.summary-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #00addd;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.al-right {
	text-align: right;
}
.al-center {
	text-align: center;
}
@media (max-width: 600px) {
	#facilities {
		width: 100%;
		overflow-x: scroll;
	}
}
@media (max-width: 500px) {
	.border-blue {
		margin: 0;
	}
	.border-blue p {
		font-size: 16px;
	}
}
/*施設概要//おわり*/
/**認知症予防MCIスクリーニング検査**/
.site-main .entry-content .mci-img1 h3{
	padding: 0;
    border: none;
    font-size: 20px;
    margin: 0;
}
.ninchi{
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
}
.ninchi img{
	max-width:80%;
	width:300px;
	margin:0 auto;
	display: block;
}
.ninchi-in{
	max-width: 100%;
}
.entry-content .mci-list .mci-h3{
	color:#ff9000;
	border-left: none;
}
.entry-content .mci-list .mci2-h3{
	background: rgba(255,144,0,0.3);
	padding:15px 10px;
	box-sizing: border-box;
	border-left: none;
}
.mci-list ul{
	display: flex;
	flex-direction: column;
	width: max-content;
    margin: 0 auto;
	max-width: 100%;
	text-align: left;
}
.mci-list ul li{
	position: relative;
}
.mci-list ul li:before{
	content:'●';
	color:#ff9000;
	width:1.3em;
	height: 1em;
	margin-right:10px;
}
.triangle{
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background:rgba(255,144,0,0.6);
	margin:20px auto;
	width:40px;
	height:35px;
}
.mcitoha ul{
	padding:15px;
	background:#f8f8f8;
	border-radius: 15px;
	box-sizing: border-box;
	width:max-content;
	max-width: 100%;
	margin:0 auto;
}
.mcitoha ul li{
	border-bottom:2px solid #fff;
	border-radius: 3px;
	padding:7px 0;
}
.mci-option img{
	height:85px;
	width:100%;
	object-fit:contain;
	border: 2px solid #ccc;
}
@media (min-width: 550px) {
	.site-main .entry-content .mci-img1 h3{
    font-size: 30px;
}
}
@media (min-width: 781px) {
	.site-main .entry-content .mci-img1 h3{
    font-size: 18px;
}
}
@media (min-width: 1024px) {
	.site-main .entry-content .mci-img1 h3{
    font-size: 25px;
}
	.ninchi{
		flex-direction: row;
		gap:20px;
	}
	.ninchi img{
		width:40%;
	}
	.ninchi-in{
	flex: 1;
}
	.entry-content .mci-list .mci-h3,.entry-content .mci-list .mci2-h3{
		font-size:25px;
	}
	.mci-list ul li,.mcitoha ul li{
		font-size:18px;
	}
}
@media (min-width:1200px) {
	.site-main .entry-content .mci-img1 h3{
    font-size: 30px;
}
}
@media (min-width:1300px) {
	.site-main .entry-content .mci-img1 h3{
    font-size: 35px;
}
}
/**認知症予防MCIスクリーニング検査//**/
/**アミノインデックス® リスクスクリーニング（AIRS®）のご案内**/
.airs-eikyou ul li{
	border-bottom:solid 1px #ddd;
}
.title-out-wrap{
	background:#f8f8f8;
	border-radius: 15px;
	padding:15px;
	box-sizing: border-box;
}
.title-out h5{
	color:#00addd;
	font-weight: 500;
}
.faq dt {
  cursor: pointer;
  position: relative;
  font-weight:normal;
	padding-left:1.2em;
	font-size: 16px;
	margin:15px 0;
    border-bottom: 1px solid #ddd;
	width: 100%;
}
.faq dt::before {
  content: '▶';
  position: absolute;
  left: 0;
	top:2px;
  transition: transform 0.3s ease;
	font-size: 0.7em;
}
.faq dt.active::before {
  transform: rotate(90deg);
}
.faq dd{
	display: none;
	background:#f8f8f8;
	border-radius: 15px;
	padding:15px;
	margin: 10px auto 15px;
	width:97%;
}
body:not(.home).page .entry-content .airs-titleh2{
	font-size:16px;
}
body:not(.home).page .entry-content .airs-titleh2 span{
	font-size:0.7em;
	color: #474443;
}
.tablepress.aics1 tbody tr td,.tablepress.aics2 tbody tr td{
	font-size:15px;
}
.aics1 .column-1,.aics1 .column-3{
	width:30%;
}
.aics1 .column-2{
	width:40%;
	text-align: left;
}
.tablepress.aics1 thead tr th{
	text-align: center;
}
.tablepress.aics2{
	width:500px;
}
.tablepress.aics2 thead tr th,.tablepress.aics3 thead tr th,.tablepress.aics3 .row-1 td{
	background:none;
}
.tablepress.aics2 .row-1 td,.tablepress.aics2 .row-2 td{
	width:25%;
	background:none;
}
.tablepress.aics2 tr td.column-2,.tablepress.aics3 tr td.column-4{
	background:rgba(189,226,121,0.3);
}
.tablepress.aics2 tr td.column-3,.tablepress.aics3 tr td.column-5{
	background:rgba(237,226,30,0.3);
}
.tablepress.aics2 tr td.column-4,.tablepress.aics3 tr td.column-6{
	background:rgba(251,185,99,0.3);
}
.tablepress.aics2 .row-2 .column-1{
	background:#f8f8f8;
}
.tablepress.aics3 .row-2 .column-1{
	background:#00addd;
}
.tablepress.aics3 .row-3 .column-1{
	background:rgba(0,173,221,0.3);
}
.tablepress.aics2 .row-2 .column-2,.tablepress.aics3 .row-2 .column-4{
	background:#bde279;
}
.tablepress.aics2 .row-2 .column-3,.tablepress.aics3 .row-2 .column-5{
	background:#ede21e;
}
.tablepress.aics2 .row-2 .column-4,.tablepress.aics3 .row-2 .column-6{
	background:#fbb963;
}
.tablepress.aics2 thead tr th img,.tablepress.aics3 thead tr th img{
	width:95%;
	margin:auto;
	display: block;
}
.tablepress.aics3{
	width:650px;
}
.tablepress.aics-bg-ao tr td.column-2{
	background: rgba(0, 173, 221, 0.5);
}
.tablepress.aics-bg-ao tr td.column-3{
	background: rgba(0, 173, 221, 0.1);
}
.tablepress.aics-bg-ao .row-2 .column-2{
	background:#00addd;
}
.tablepress.aics-bg-ao .row-2 .column-3{
	background: rgba(0, 173, 221, 0.3);
}
.tablepress.aics4{
	width:550px;
}
.tablepress.aics4 thead tr th{
	background:#f8f8f8;
}
.tablepress.aics4 thead tr .column-1{
	width:30%;
}
.tablepress.aics4 thead tr .column-3{
	width:55%;
}
.tablepress.aics4 thead tr .column-4{
	width:15%;
}
.tablepress.aics4 tbody td{
	font-size: 15px;
}
.tablepress.aics4 tbody .column-3{
	text-align: left;
}
.tablepress.aics4 .row-2 td,.tablepress.aics4 .row-3 td{
	background:rgba(0,173,221,0.2);
}
.tablepress.aics4 .row-4 td,.tablepress.aics4 .row-5 td{
	background:rgba(255,144,0,0.2);
}
.tablepress.aics4 tbody .column-1{
	width:30%;
	background:#ffffff;
}
.tablepress.aics4 tbody .column-2{
	width:70%;
}
@media (min-width: 360px) {
	body:not(.home).page .entry-content .airs-titleh2{
	font-size:20px;
}
}
@media (min-width: 640px) {
	.tablepress.aics2,.tablepress.aics3,.tablepress.aics4{
		width:100%;
	}
}
@media (min-width: 1024px) {
	.faq dt {
	font-size: 20px;
}
	.faq dt::before {
	top:3px;
}
	body:not(.home).page .entry-content .airs-titleh2{
	font-size:32px;
}
}
/**アミノインデックス® リスクスクリーニング（AIRS®）のご案内//**/
/**健康相談**/
.health-link ul{
	display: flex;
	flex-wrap: wrap;
	gap:1%;
	justify-content: center;
}
.health-link ul li{
	/*width:90%;*/
	width:300px;
	max-width:90%;
	border-radius: 7px;
	position: relative;
}
.health-link ul li:first-child,.health-link ul li:nth-child(2){
	border:2px solid rgba(0,173,221,0.5);
}
.health-link ul li:nth-child(2){
	
}
.health-link ul li:nth-child(3),.health-link ul li:last-child{
	border:2px solid #bde279;
}
.health-link ul li:last-child{
	
}
.health-link ul li:after{
	content:'';
	width:8px;
	height:8px;
	position: absolute;
	bottom:-4px;
	right:-4px;
	background:#fff;
}
.health-link ul li:before{
	content:'';
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	width: 10px;
    height: 10px;
	background:orange;
	position: absolute;
	right:7px;
	bottom:7px;
}
.health-link ul li a{
	display:flex;
	padding: 15px;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
}
.health-flex-img4{
	margin:40px 0;
}
.health-flex-img4 p{
	margin:0 !important;
}
.health-flex-img4 img{
	width:280px;
	max-width:70%;
	display: block;
	margin:20px auto 0;
	border-radius: 15px;
}
.health128711-link{
	padding:15px 20px 80px 15px;
	width:650px;
	max-width:100%;
	margin:0 auto 20px;
	position: relative;
	border:5px solid #00addd;
	box-sizing: border-box;
	display: block;
}
.health128711-link:after{
	content:'';
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 10px;
    height: 10px;
    background:#00addd;
    position: absolute;
    right: 7px;
    bottom: 7px;
}
.health128711-link p{
	font-weight: bold;
	text-align: left;
	font-size:14px;
	margin:0 !important;
}
.health128711-link img{
	width: 60px;
	max-width:35%;
	position: absolute;
	right:5px;
	bottom:0;
}
.health-img1{
	width:350px;
	max-width:70%;
}
.health-img3,.health-img2-1{
	width:720px;
	max-width:100%;
}
.health-text2 h4{
	position: relative;
}
.health-text2 h4:before{
	content:'■';
	width:1.3em;
	color:#00addd;
	display: inline-block;
}
.health-next{
	width:230px;
	max-width:100%;
	display: block;
	padding:15px 30px 15px 10px;
	box-sizing: border-box;
	background-image:url(/wp/wp-content/uploads/2025/06/ya-shiro.png);
	background-repeat: no-repeat;
	background-position: 93% center;
	background-size: 20px auto;
	background-color:#00addd;
	text-align: center;
	border-radius: 100px;
	color:#fff;
	font-size: 14px;
	margin:0 auto;
	font-weight: 500;
}
.health-nagare ul > li{
	list-style-type: none;
  position: relative;
  padding-left: 50px;
	font-size:15px;
}
.health-nagare ul > li:not(:last-child) {
  padding-bottom: 10px;
}
.health-nagare ul > li .nagare-icon{
	width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #00addd;
  color: #fff;
  position: absolute;
  left: 0;
}
.health-nagare ul > li:not(:last-child)::before {
  content: '';
  background:rgba(0,173,221,0.1);
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.image7{
		width:120px;
	margin:15px auto;
	display: block;
	}
.free-nagare{
	border:2px solid #00addd;
	padding:15px;
	border-radius: 15px;
}
.free-nagare h4{
	position: relative;
}
.free-nagare h4:before{
	content:'■';
	width:1.3em;
	color:#00addd;
}
.image8-wrap{
	display: flex;
	flex-direction: column-reverse;
}
.image8{
	width:215px;
	max-width: 70%;
	display: block;
	margin:0 auto 30px;
}
.nannotame{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nannotame .nani{
	color:#ff9000;
	font-weight: bold;
	font-size: 15px;
}
.nani-ya{
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	width:50px;
	height:35px;
	margin:0 auto 10px;
	background:rgba(255,144,0,0.3);
}
.nannotame ul li{
	font-weight: 500;
	font-size: 15px;
	text-indent: -1.3em;
	padding-left:1.3em;
}
.nannotame ul li:before{
	content: "●";
  color: #ff9000;
  margin-right: 0.5em;
	width:1.3em;
}
.health-recautions ol li{
	list-style:decimal;
	margin-left: 1em;
	margin-bottom:13px;
}
.nagare-junbi{
	margin-top:15px;
}
.nagare-junbi > p > strong:not(.fc_red){
	text-decoration: underline;
	text-decoration-color:#00addd;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}
.health-online ul{
	display: flex;
	flex-direction: column;
	width:650px;
	max-width:100%;
	margin:auto;
}
.health-online ul li{
	font-size: 15px;
	background:rgba(0,173,221,0.2);
	border-radius: 15px;
	padding:10px;
	box-sizing: border-box;
}
.health-online ul li:not(:last-of-type){
	position: relative;
	margin-bottom: 40px;
}
.health-online ul li:not(:last-of-type):after{
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content:'';
	width:30px;
	height:18px;
	position: absolute;
	left:0;
	right:0;
	bottom: -30px;
	margin:auto;
	background:#00addd;
}
.health-zoom .kochira3{
	padding:15px 30px 15px 10px;
}
.health-target ul{
	/*margin-left:1.3em;*/
}
.health-target ul li{
}
.health-target ul li:before{
	content:'●';
	width:1.3em;
	color:#ff9000;
	font-size: 0.9em;
	display: inline-block;
	margin-right:5px;
}
.health-zoomsoudan .kochira5{
	display: block;
	margin:0 auto;
}
.health-text2 .health-img11{
	width:320px;
	max-width:50%;
	margin:30px auto 0;
}
.health-text2 .health-img11 img{
	border-radius: 15px;
}
.health-text2 .health-img11 span{
	text-align: center;
	display: block;
}
.health-text3 p{
	text-indent: -1em;
	padding-left:1em;
	margin:0 !important;
}
.health-houhou h4{
	position: relative;
	width:max-content;
}
.health-houhou h4:after{
	content:'';
	width:30px;
	height:2px;
	border-radius: 3px;
	background:#00addd;
	position: absolute;
	right:-40px;
	top: 50%;
  transform: translateY(-50%);
}
.health-houhou dl dt{
	font-size:16px;
	background:rgba(0,173,221,0.5);
	border-radius: 100px;
	width:130px;
	padding:10px;
	text-align: center;
}
@media (min-width:600px) {
	.health128711-link{
		padding: 15px 90px 15px 15px;
	}
	.health128711-link img{
		width:80px;
	}
}
@media (min-width:768px) {
	.health-link ul li{
		/*width:48%;*/
	}
	.nannotame .nani,.health-online ul li{
		font-size: 18px;
	}
	.nannotame ul li,.health-nagare ul > li,.health-target ul li{
		font-size: 16px;
	}
.health128711-link img{
	width: 80px;
	max-width:35%;
	position: absolute;
	bottom:0;
}
	.health-houhou h4:after{
	width:50px;
	height:3px;
	right:-60px;
}
}
@media (min-width: 1024px) {
	.health-link ul li{
	/*width:24%;*/
}
	.health-next{
		width:285px;
		font-size:16px;
	}
	.image7-flex{
	display: flex;
	justify-content: space-between;
}
	.image7{
		margin:15px;
	}
	.image7-flex p{
		flex: 1;
	}
	.image8-wrap{
	flex-direction:row;
		align-items: flex-end;
}
.image8{
	margin:0 auto 0 0;
}
	.nannotame{
		margin-bottom:30px;
	}
	.nannotame .nani{
		font-size: 22px;
	}
	.nannotame ul li,.health-recautions ol li,.health-target ul li{
		font-size: 18px;
	}
	.health-nagare ul > li{
		font-size: 18px;
	}
	.health-nagare ul > li:not(:last-child)::before{
		left:16px;
	}
	.health-zoom .kochira3{
	width:270px;
		font-size: 16px;
}
	.health-zoomsoudan .kochira5{
		font-size: 16px;
	}
	.health128711-link img{
		width:90px;
	}
}
@media (min-width: 1200px) {
	.health-link ul li{
		/*width:20%;*/
	}
	.health-link ul li a{
		font-size: 18px;
		padding:15px;
	}
	.health-flex-img4{
		display: flex;
		align-items: flex-end;
		gap:15px;
	}
	.health-flex-img4 p{
		flex: 1;
	}
	.health-flex-img4 img{
		max-width:33%;
	}
	.health128711-link:after{
    width: 15px;
    height: 15px;
}
	.health128711-link p{
	font-size:16px;
}
}
@media (max-width: 1024px) {
	.table63 {
    overflow-x: auto;
    max-width: 100%;
  }
	.table63 .table-scroll{
		width: 900px;
	}
}
/**健康相談//**/
/**ZOOM参加方法（特定保健指導開始方法）**/
.zoom-flow ul{
	position: relative;
  margin: 40px 0;
  padding-left: 15px;
}
.zoom-flow ul li{
	/*background: rgba(0, 173, 221, 0.2);*/
	border:2px solid #222;
    border-radius: 15px;
    padding: 20px 10px 20px;
    box-sizing: border-box;
	font-size: 15px;
	margin-bottom: 40px;
}
.zoom-flow .number {
  position: absolute;
  top: -35px;
    left: -30px;
    font-size: 32px;
    font-weight: bold;
    color: #00addd;
    background-color: #fff;
    padding:0 16px 0 15px;
    z-index: 1;
    line-height: 1.5; 
}
.zoom-flow .number:after{
	content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 40px;
  height: 2px;
  background: #222;
    transform: rotate(-20deg);
    transform-origin: left center;
    top: 51px;
    left: 20px;
    width: 65px;
}
@media (min-width: 768px) {
	.zoom-flow ul li{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.zoom-flow ul li{
		padding:20px;
	}
	.zoom-flow .number{
		font-size: 38px;
    padding: 0 25px 9px 15px;
    line-height: 1.3;
	}
	.zoom-flow .number:after{
		transform: rotate(-22deg);
    top: 60px;
    left: 20px;
    width: 80px;
	}
}
/**ZOOM参加方法（特定保健指導開始方法）//**/
/**ZOOMの使い方**/
.zoom-how li > dl dt{
	font-weight: normal;
}
.zoom-how li > dl dd{
		width:340px;
	max-width:80%;
	margin:20px auto 0;
	}
.zoom-how li > dl dd img,.zoom-how li > dl dd a{
	display: block;
	margin:0 auto;
}
@media (min-width: 768px) {
	.zoom-how li > dl{
		display: flex;
		align-items: center;
		gap:15px;
	}
	.zoom-how li > dl dt{
		flex: 1;
		font-size: 16px;
	}
	.zoom-how li > dl dd{
		max-width:40%;
		margin-top:0;
	}
}
/**ZOOMの使い方//**/
/**健康診断コース／料金**/
.entry-content #course-wrap > h4{
	color:#00addd;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:5px;
	margin:0 0 5px 0;
	font-size:14px;
}
.entry-content #course-wrap > h4 span{
	background:#00addd;
	width:25px;
	height:25px;
	border-radius: 50%;
	padding: 5px;
}
.entry-content #course-wrap > h4 img{
	transform: rotate(90deg);
	display: flex;
	align-items: center;
	justify-content: center;
}
.fee {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:0.5%;
  list-style: none;
  padding: 0;
	border-bottom: 1px solid #00addd;
}
.fee li {
  padding: 5px 16px;
  cursor: pointer;
	width:100%;
	border:1px solid #00addd;
	border-bottom: none !important;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
	font-size:13px;
	margin-bottom: 5px !important;
}
.fee li.active {
  background:rgba(0,173,221,0.1);
}
.fee-tab {
  display: none;
  margin-top: 10px;
	padding:50px 0;
}
.fee-tab.active {
  display: block;
}
.fee-tab > h3:not(:first-of-type){
	margin-top:50px !important;
}
.printing{
	border-radius: 100px;
	background-image: url(/wp/wp-content/uploads/2025/06/printing-img.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 18px auto;
	background-color:#ff9000;
	color:#fff;
	font-weight: 500;
	width:120px;
	display: block;
	margin:0 0 10px auto;
	padding:5px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 3px;
}
.fee-tab .scroll-yoko{
	margin-bottom:0;
	font-size: 12px;
	text-align: right;
}
.table-course{
	overflow-x: auto;
        max-width: 100%;
}
.table-course .table-scroll {
        width: 800px;
    }
.column-1-bg :where(thead, tfoot) > tr > td {
	background:none;
}
.fee-tab .human-dog{
	margin-left:1.3em;
}
.fee-tab .human-dog li{
	font-size:15px;
	line-height:1.5;
}
.option-yoyaku{
	color:#fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:7px 5px;
	width:600px;
	max-width:100%;
	box-sizing: border-box;
	font-weight: 500;
	margin: 0 auto 40px auto;
	background-image:url(/wp/wp-content/uploads/2025/06/ya-shiro.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 25px auto;
	background-color:#00addd;
	border-radius: 15px;
}
.option-yoyaku:hover{
	color:#fff;
}
.option-kensa{
	background:rgba(0,173,221,0.1);
	padding:10px;
	box-sizing: border-box;
	margin-bottom:20px;
	border-radius: 15px;
}
.option-kensa:not(:first-of-type){
	margin-top:60px;
}
.option-kensa dt{
	line-height: 1.5;
}
.option-kensa dd{
	font-size:18px;
	text-align: center;
	color:#ff9000;
	font-weight: bold;
}
.option-kensa dt span,.option-kensa dd small{
	font-size: 0.7em;
	font-weight: normal;
	color:#222;
}
.option-kensa dd span{
	font-size: 0.8em;
	color:#222;
}
.option-lox .lox-banner{
	margin:0 auto 20px;
	width:300px;
	max-width:100%;
	display: block;
	border:2px solid #ddd;
	box-sizing: border-box;
}
#course-wrap .douga{
	width:300px;
	max-width:100%;
	margin: 0 auto;
}
#course-wrap #openModal{
	padding:0;
	background: none;
	margin: auto;
    display: block;
	width: 300px;
    max-width: 100%;
}
#course-wrap .misignal-bg h4{
	display: flex;
	justify-content: center;
	position: relative;
	width: max-content;
    max-width: 100%;
    margin: 40px auto;
}
#course-wrap .misignal-bg h4:before,#course-wrap .misignal-bg h4:after{
	content:'';
	width:50px;
	height:5px;
	border-radius: 5px;
	position: absolute;
	background:#00addd;
}
#course-wrap .misignal-bg h4:before{
	top:-10px;
	left:0;
}
#course-wrap .misignal-bg h4:after{
	bottom:-10px;
	right:0;
}
#course-wrap .misignal-step .misignal-ul1{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:10px;
}
#course-wrap .misignal-step .misignal-ul1 li{
	border-radius: 15px;
	padding:10px 5px;
	display: block;
    width: 500px;
    max-width: 100%;
    box-sizing: border-box;
	text-align: center;
}
#course-wrap .misignal-step .misignal-ul1 li:first-child{
	background:rgba(140,202,110,0.7);
}
#course-wrap .misignal-step .misignal-ul1 li:nth-child(2){
	background:rgba(140,202,110,0.5);
}
#course-wrap .misignal-step .misignal-ul1 li:last-child{
	background:rgba(140,202,110,0.3);
}
#course-wrap .misignal-ul2{
	margin:50px 0 50px;
}
#course-wrap .misignal-ul2 li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width:100%;
	width:250px;
	padding: 10px;
    background: #f8f8f8;
    border-radius: 15px;
	margin:0 auto;
}
#course-wrap .misignal-ul2 li:not(:last-child){
	margin-bottom:50px;
}
#course-wrap .misignal-ul2 li:not(:last-child):after{
	content:'';
	position: absolute;
	bottom:-35px;
	left:0;
	right: 0;
	margin:auto;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background:rgba(0,173,221,0.2);
	width:30px;
	height:20px;
}
#course-wrap .misignal-ul2 li span{
	font-size:17px;
	font-weight: bold;
	margin-bottom:15px;
}
#course-wrap .misignal-ul2 li img{
	height:150px;
}
#course-wrap .misignal-osusume h4,#course-wrap .misignal-kensa h4,#course-wrap .stomach > h4,#course-wrap .barium-step4-text > h4{
	position: relative;
  padding:15px;
  border-bottom: 3px solid #222222;
}
#course-wrap .misignal-osusume h4:before,#course-wrap .misignal-osusume h4:after,#course-wrap .misignal-kensa h4:before,#course-wrap .misignal-kensa h4:after,#course-wrap .stomach > h4:before,#course-wrap .stomach > h4:after,#course-wrap .barium-step4-text > h4:before,#course-wrap .barium-step4-text > h4:after{
	position: absolute;
	content: '';
	width: 0;
  height: 0;
	border-width:14px 12px 0 12px;
	border-style: solid;
}
#course-wrap .misignal-osusume h4:before,#course-wrap .misignal-kensa h4:before,#course-wrap .stomach > h4:before,#course-wrap .barium-step4-text > h4:before{
	bottom: -14px;
  left: 1em;
	border-color: #222222 transparent transparent transparent;
}
#course-wrap .misignal-osusume h4:after,#course-wrap .misignal-kensa h4:after,#course-wrap .stomach > h4:after,#course-wrap .barium-step4-text > h4:after{
	bottom: -10px;
  left: 1em;
	border-color: #f9f9f9 transparent transparent transparent;
}
.misignal-osusume ul{
	background:#f8f8f8;
	border-radius: 15px;
	padding:10px;
}
.misignal-osusume ul li{
	text-indent:1em;
	border-bottom:1px solid #fff;
}
.misignal-osusume ul li span{
	color:#00addd;
}
.misignal-kensa ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:5px;
}
.misignal-kensa ul li{
	background:#00addd;
	width:60px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	border-radius: 10px;
	margin-bottom:0;
}
.misignal-what > ul{
	margin-bottom:50px;
}
.misignal-what > ul li{
	position: relative;
}
.misignal-what > ul li:before{
	content:'●';
    color:#00addd;
	width:1.3em;
	display: inline-block;
}
.misignal-what .misignal5,.misignal-what .misignal4{
	width:780px;
	max-width:100%;
	display: block;
	margin:30px auto;
}
.misignal-what > dl dt{
	text-align: center;
	background: #f8f8f8;
	margin-bottom:10px;
}
.misignal-what > dl dd{
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	max-width: 98%;
	margin:0 auto;
}
.misignal-what > dl dd:not(:last-of-type){
	margin-bottom:30px;
}
.misignal-what > dl dt p,.misignal-what > dl dt span{
	color:#00addd;
	margin:0 !important;
	font-size: 18px;
}
.misignal-what > dl dt > span,.misignal-what > dl dd > div > span{
	display: block;
}
.misignal-what > dl dd > div > span{
	font-weight: bold;
}
.misignal-what > dl dd ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:5px;
}
.misignal-what > dl dd > div ul li{
	margin:0;
}
.happy-top{
	padding:20px 10px;
	box-sizing: border-box;
	background:rgba(140,202,110,0.1);
	border-radius: 15px;
	margin:0 auto 40px;
}
.happy-top h3{
border-left:none !important;
	text-align: center;
}
.happy-text > div img{
	display: block;
	margin:20px auto;
	width:60%;
}
.barium{
	position: relative;
	margin-bottom:70px;
}
.barium .stomach5{
	position: absolute;
	bottom:-50px;
	right:0;
	width:70px;
}
.barium dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:20px;
	padding: 10px;
    background:rgba(0,173,221,0.05);
    border-radius: 15px;
	width:650px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.barium-flow1,.barium-flow2{
	position: relative;
	margin-bottom:60px;
}
.barium-flow1:after,.barium-flow2:after{
	content:'';
	width:40px;
	height:25px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background:rgba(0,173,221,0.2);
	position: absolute;
	bottom:-45px;
	left:0;
	right:0;
	margin: auto;
}
.barium dl dt{
	width:150px;
	width:30%;
	border-radius: 100px;
    background: #fff;
    text-align: center;
    padding: 10px 0;
	box-sizing: border-box;
}
.barium dl dd{
	width:170px;
	width:60%;
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
}
.barium .barium-flow2 .barium-jikan{
	border-bottom:none;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: absolute;
	right: -10px;
	top: 50%;
  transform: translateY(-50%);
	font-weight: bold;
	padding:0;
}
#course-wrap .stomach .stomach1{
	width:300px;
	max-width:70%;
}
#course-wrap .barium-tabako{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
#course-wrap .stomach .stomach2{
	width:150px;
	max-width:40%;
}
#course-wrap .barium-start li > h4{
	background: #00addd;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px;
	margin-bottom:10px;
    box-sizing: border-box;
    width: 6em;
    height: 55px;
    line-height: 1.3;
    font-size: 16px;
}
#course-wrap .barium-start li > h4 span{
	font-size: 0.8em;
}
#course-wrap .barium-start li .barium-start-border{
	border:2px solid #00addd;
	padding: 10px;
  border-radius: 15px;
	box-sizing: border-box;
}
#course-wrap .barium-start-border h4{
	margin-top:0;
}
.barium-bg-flex > div{
	margin:10px auto 0;
	max-width: 90%;
	width:max-content;
}
#course-wrap .barium-start .barium-step1{
	margin:15px 0;
	display: flex;
	justify-content: space-between;
}
#course-wrap .barium-start .barium-step1 li{
	margin-bottom:0;
	width: 30%;
}
#course-wrap .barium-start .barium-step1 li:not(:last-child) > div{
	/*margin-right:45px;*/
	position: relative;
}
#course-wrap .barium-start .barium-step1 li:not(:last-child) > div:after{
	content:'';
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: -12px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 10px;
    height: 25px;
    background: rgba(0, 173, 221, 0.3);
}
#course-wrap .barium-start .barium-step1 li span{
	font-size:11px;
	line-height: 1.2;
    display: block;
}
#course-wrap .barium-step2{
	margin:15px 0;
}
#course-wrap .barium-step2 li:first-of-type,#course-wrap .barium-step2 li:nth-of-type(2) .barium-text{
	display: flex;
	justify-content:center;
	align-items: flex-start;
	gap:3%;
}
#course-wrap .barium-step2 li .stomach12{
	width:40%;
}
#course-wrap .barium-step2 li:first-of-type > div{
	flex: 1;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:5px;
}
#course-wrap .barium-step2 li:first-of-type > div img{
	width:35%;
	max-width:123px;
}
#course-wrap .barium-step2 li:first-of-type p{
	margin-top:0;
	width:60%;
}
#course-wrap .barium-step2 li:first-of-type .barium-step2-p{
	width:100%;
}
#course-wrap .barium-step2 p{
	font-size:10px;
}
#course-wrap .barium-step2 .barium-step2-p{
	font-size: 12px;
}
#course-wrap .barium-step2 li:nth-of-type(2) .barium-text{
	display: flex;
	align-items: flex-start;
	gap:5px;
}
#course-wrap .barium-step2 li:nth-of-type(2) .barium-text .barium-step2-p.fc_red{
	font-size:16px;
	margin-top:0;
}
#course-wrap .barium-step2 li:nth-of-type(2) .barium-text > div{
	flex: 1;
}
.stomach-img1314-flex{
	display: flex;
	gap:5px;
}
.stomach-img1314-flex > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width:35%;
}
.stomach-img1314-flex span{
	font-size:11px;
}
.stomach-img1314 img{
	width:125px;
}
#course-wrap .barium-start .barium-step3{
	margin: 15px 0;
    display: flex;
    justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#course-wrap .barium-start .barium-step3 li{
	margin-bottom: 10px;
	margin-right:5%;
    width: 45%;
}
#course-wrap .barium-start .barium-step3 li.fukidashi,#course-wrap .barium-start .barium-step3 li.fukidashi-w100{
		width:100%;
	margin-right:0;
	}
#course-wrap .barium-start .barium-step3 li > div{
	position: relative;
}
#course-wrap .barium-start .barium-step3 li:not(:nth-of-type(5)) > div:after{
		content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 10px;
    height: 25px;
    background: rgba(0, 173, 221, 0.3);
	}
#course-wrap .barium-start .barium-step3 li span{
	font-size:11px;
	line-height: 1.2;
    display: block;
}
#course-wrap .barium-start .barium-step3 li.fukidashi dl{
	background:rgba(0,173,221,0.1);
	padding: 10px 10px 10px 10px;
	border-radius: 15px;
	margin-top:10px;
}
#course-wrap .barium-start .barium-step3 li.fukidashi-2{
	width:100%;
	margin-right: 0;
	background: rgba(0, 173, 221, 0.1);
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    margin-top: 25px;
	position: relative;
}
#course-wrap .barium-start .barium-step3 li.fukidashi-2 p{
	margin:0;
	font-size: 15px;
}
#course-wrap .barium-start .barium-step3 li.barium-step3-img5 > div:after,#course-wrap .barium-start .barium-step3 li.fukidashi-2 > .fukidashi-2yajirushi:after{
	display: none;
}
#course-wrap .barium-start .barium-step3 li .fukidashi-top{
	height: 50px;
    position: absolute;
    top: -50px;
    right: 25%;
    object-fit: contain;
}
#course-wrap .barium-balloon{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap:15px;
}
#course-wrap .barium-balloon img{
	width:155px;
}
#course-wrap .balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
	border-radius: 15px;
}

#course-wrap .balloon2-right:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

#course-wrap .balloon2-right:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
#course-wrap .barium-start .barium-step4{
	margin: 15px 0;
    display: flex;
	align-items: flex-start;
    justify-content: center;
	flex-wrap: wrap;
}
#course-wrap .barium-start .barium-step4 li{
	margin-bottom: 0;
	margin-right: 5%;
    width: 45%;
}
#course-wrap .barium-start .barium-step4 li:nth-child(2){
	margin-right:0;
}
#course-wrap .barium-start .barium-step4 li.fukidashi{
		width: 100%;
    margin-right: 0;
	background: rgba(0, 173, 221, 0.1);
    border-radius: 15px;
    padding: 10px;
	}
#course-wrap .barium-start-border .stomach30{
	width:450px;
	max-width:80%;
}
@media (min-width: 600px) {
	.barium .barium-flow2 .barium-jikan{
		font-size: 20px;
	}
	#course-wrap .barium-start .barium-step1 li:not(:last-child) > div:after{
		right: -17px;
	}
	#course-wrap .barium-step2 p{
	font-size:13px;
}
	#course-wrap .barium-step2 li .stomach12{
	width:30%;
}
#course-wrap .barium-step2 .barium-step2-p{
	font-size: 15px;
}
	#course-wrap .barium-start .barium-step3 li{
    width:30%;
		margin-right: 3.3%;
}
	#course-wrap .barium-start .barium-step3 li:not(:nth-of-type(5)) > div:after{
		right: -17px;
	}
	#course-wrap .barium-start .barium-step3 li.fukidashi-2{
		margin-top:0;
		margin-left:auto;
		width: 60%;
	}
	#course-wrap .barium-start .barium-step3 li .fukidashi-top{
	right:auto;
		top:15%;
		left:-35px;
		transform: rotate(-90deg);
  transform-origin: center center;
}
	#course-wrap .barium-balloon{
		flex-direction: row;
	}
	#course-wrap .balloon2-right{
		padding:15px 10px;
	}
	#course-wrap .balloon2-right:before {
  bottom: auto;
		top:50%;
  left: auto;
		right: -24px;
  margin-top: -12px;
  margin-left: 0;
  border-top: none;
		border: 12px solid transparent;
  border-left: 12px solid #FFF;
}

#course-wrap .balloon2-right:after {
  bottom:auto;
	top: 50%;
  right: -30px;
  left: auto;
  margin-left: 0;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
}
	#course-wrap .barium-start .barium-step4 li{
	margin-right:0;
		width: 30%;
        margin-right: 3.3%;
	}
}
@media (min-width: 1024px) {
	.entry-content #course-wrap > h4{
		font-size: 16px;
	}
	.fee {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap:1%;
		border-bottom: 2px solid #00addd;
}
.fee li {
	width:49%;
	padding: 10px 16px;
	border: 2px solid #00addd;
}
	.scroll-yoko{
		display: none;
	}
	.table-course{
	overflow-x: auto;
        max-width: 100%;
}
	.table-course .table-scroll {
        width: 100%;
		max-width:100%;
    }
	.fee-tab .human-dog li{
	font-size:18px;
}
	.option-yoyaku{
		flex-direction: row;
		gap:20px;
		padding:12px 5px;
		font-size: 20px;
	}
	.option-kensa{
		display: flex;
		align-items: center;
		gap:20px;
		width: max-content;
		max-width: 100%;
		margin:0 auto 20px;
		padding:20px;
	}
	.option-kensa:not(:first-of-type){
	margin-top:80px;
}
	.option-kensa dt{
		padding-right:20px;
		border-right:2px solid rgba(0,173,221,0.5);
	}
	.option-kensa span{
		margin-left:12px;
	}
	.option-kensa br{
		display: none;
	}
	.option-kensa dd{
		font-size:23px;
	}
	.option-lox{
		display: flex;
		gap:20px;
		align-items: center;
	}
	.option-lox a{
		max-width:48%;
		margin:0 auto;
	}
	#course-wrap #openModal,#course-wrap .douga{
		width:350px;
	}
	#course-wrap .misignal-bg h4{
		font-size: 28px;
		margin:60px auto;
	}
	#course-wrap .misignal-bg h4:before, #course-wrap .misignal-bg h4:after{
		width:80px;
	}
	#course-wrap .misignal-step .misignal-ul1 li{
		font-size: 18px;
		padding: 15px 5px;
	}
	.misignal-kensa ul{
	gap:15px;
}
.misignal-kensa ul li{
	width:80px;
	font-size: 18px;
}
	.barium .stomach5{
	width:130px;
}
	.barium .barium-flow2 .barium-jikan{
		right:10px;
	}
	#course-wrap .barium-tabako{
		font-size: 25px;
	}
	#course-wrap .barium-start .barium-step1 li span,.stomach-img1314-flex span{
		font-size: 13px;
	}
	#course-wrap .barium-start .barium-step3 li span{
	font-size:13px;
}
}
@media (min-width: 1200px) {
	.fee li{
		font-size: 16px;
	}
	.option-kensa dd{
		font-size:28px;
	}
	#course-wrap .misignal-bg h4{
		font-size: 35px;
	}
	#course-wrap .misignal-ul2{
	display: flex;
		justify-content: center;
		gap:50px;
}
	#course-wrap .misignal-ul2 li{
		height:100%;
	}
	#course-wrap .misignal-ul2 li:not(:last-child):after{
		bottom:0;
		top:0;
		left:auto;
		right:-40px;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
		width: 20px;
    height: 40px;
	}
	.misignal-osusume ul li{
		font-size:16px;
	}
	.misignal-kensa ul li{
		width:100px;
	}
	.misignal-what .misignal5,.misignal-what .misignal4{
		max-width:90%;
	}
	.misignal-what > dl{
		width:700px;
		max-width:100%;
		margin: auto;
	}
	.misignal-what > dl dt{
		padding:7px;
	}
	.misignal-what > dl dt p, .misignal-what > dl dt span{
		font-size: 20px;
	}
	.misignal-what > dl dd{
		max-width: 90%;
	}
	.misignal-what > dl dd ul{
		gap:15px;
	}
	.happy-text > div{
		display: flex;
		align-items: center;
		gap:3%;
	}
	.happy-text > div img{
	width:35%;
}
	.happy-text > div p{
		flex: 1;
	}
	#course-wrap .barium-start li > h4{
		font-size:20px;
	}
	.barium-bg-flex{
	display: flex;
	gap:50px;
}
#course-wrap .barium-bg-flex > p{
	flex: 1;
	margin:0;
}
.barium-bg-flex > div{
	width:111px;
	max-width: 20%;
	margin:0;
}
	#course-wrap .barium-start .barium-step1{
		margin: 15px auto;
		width: 90%;
	}
#course-wrap .barium-start .barium-step1 li:not(:last-child) > div:after{
	right:-30px;
	width:20px;
	height:35px;
}
	#course-wrap .barium-start .barium-step1 li span,.stomach-img1314-flex span{
		font-size:14px;
	}
	#course-wrap .barium-step2{
		max-width:90%;
		margin:15px auto;
	}
	#course-wrap .barium-step2 p{
	font-size:15px;
}
	#course-wrap .barium-step2 li:nth-of-type(2) .barium-text .barium-step2-p.fc_red{
	font-size:18px;
}
	#course-wrap .barium-start .barium-step3{
	margin: 15px auto;
        width: 90%;
}
	#course-wrap .barium-start .barium-step3 li.fukidashi{
		width:30%;
	}
	#course-wrap .barium-start .barium-step3 li:not(:nth-of-type(5)) > div:after{
		right: -20px;
        width: 20px;
        height: 35px;
	}
	#course-wrap .barium-start .barium-step3 li.fukidashi dl{
		margin-top:0;
	}
	#course-wrap .barium-start .barium-step4{
	margin: 15px auto;
        width: 90%;
}
	#course-wrap .barium-start .barium-step4 li:nth-child(2){
		margin-right:3.3%;
	}
	#course-wrap .barium-start .barium-step4 li.fukidashi{
		width: 30%;
	}
}
/**健康診断コース／料金//**/
/**お問い合わせ（健康診断・巡回検診・採用・一般・特定保健指導）**/
.inquiry-list ul{
	margin:0 auto;
}
.inquiry-list ul li{
	background-image: url(/wp/wp-content/uploads/2025/06/ya-shiro.png);
	background-color:#00addd;
	background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 20px auto;
    text-align: center;
	border-radius: 100px;
	width: 270px;
	max-width:98%;
	margin:0 auto 10px auto;
}
.inquiry-list ul li.is-current{
	background-color:rgba(0,173,221,0.3);
}
.inquiry-list ul li a{
	font-weight: 500;
	font-size: 15px;
	padding: 10px 30px 10px 10px;
    box-sizing: border-box;
	display: block;
	color:#fff;
}
.inquiry-list ul li.is-current a{
	pointer-events: none;
	color: #666;
}
.form-contact .inquiry-item p{
	margin:0 !important;
	line-height: 1.3;
}
.inquiry-item .w95{
	max-width:90%;
}
.inquiry-item dt{
	margin-bottom:5px;
	position: relative;
}
.inquiry-item dt.hissu{
	display: flex;
	align-items: flex-start;
}
.inquiry-item dt.hissu:after{
	content:'必須';
	width:3em;
	font-size:12px;
	background:#ff9000;
	color:#fff;
	text-align: center;
	padding:0 2px;
	margin-left:10px;
	border-radius: 3px;
	font-weight: normal;
}
.inquiry-item dd{
	margin-bottom:20px;
	display: block;
}
.inquiry-item .name-area p > span{
	display: block;
}
.name-area input[type="text"]{
	margin-bottom:10px;
}
.form-contact .inquiry-item dt > p{
		font-size:15px;
	margin:0 0 10px;
	}
.form-contact .inquiry-item dd > p{
	margin:0 0 10px;
}
.inquiry-item .name-area,.inquiry-item .name-area > p{
	display: flex;
	flex-wrap: wrap;
	gap:1%;
} 
.inquiry-item .namae-w49{
	width:49%;
}
.inquiry-item .ma-le{
	margin-left:5px;
	max-width: 80%;
    width: 200px;
}
.inquiry-item .yuubin{
	margin-bottom:7px;
}
.inquiry-item .flex-juusyo{
	margin-bottom:7px;
}
.inquiry-item .flex-juusyo,.inquiry-item .flex-juusyo > p{
	display: flex;
	flex-direction: column;
}
.inquiry-item .zip-area{
	width:200px;
}
.form-contact.kakunin .inquiry-item [data-class="wpcf7cf_group"]{
	display: block !important;
}
.form-contact form input[type="submit"].soushin{
	letter-spacing: 7px;
	width:250px;
	margin:10px auto 0;
	/*background: #222;*/
	display: block;
	line-height:2;
	border-radius: 3px;
background: #ff9000;
}
.form-contact form input[type="button"].modoru{
	letter-spacing: 7px;
	width:250px;
	margin:30px auto 0;
	display: block;
	line-height:2;
	border-radius: 3px;
background:rgba(255,144,0,0.75);	
}
.form-contact form input[type="submit"].soushin:hover{
	opacity: 0.8;
}
.form-contact form input[type="button"].modoru:hover{
	opacity: 0.6;
}
.border-red-2 img{
	display: block;
	margin:0 auto;
}
.tokutei-text .tokutei-center{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px;
	font-weight: bold;
}
.tokutei-text .tokutei-center:before,.tokutei-text .tokutei-center:after{
	content:'';
	width:30px;
	height:3px;
	border-radius: 3px;
	background:#00addd;
}
.tokutei-text .tokutei-center2{
	text-align: center;
}
.tokutei-text ul{
	margin-bottom:25px;
}
.tokutei-text ul li{
	text-indent: -1.1em;
    padding-left: 1.1em;
}
.tokutei-text ul li:before{
	content:'●';
	width:1.3em;
	color:#00addd;
}
.tokutei-text .kochira6{
	padding: 5px 30px 5px 10px;
}
@media (min-width: 768px) {
	.inquiry-list ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:10px;
		max-width:600px;
	}
	.inquiry-list ul li{
		max-width:48%;
	}
	.inquiry-list ul li a{
		padding: 15px 30px 15px 15px;
	}
	.inquiry-item .ma-le{
		max-width: 90%;
    width: 280px;
	}
	.tokutei-text .kochira6{
	width:330px;
		padding:12px 30px 12px 10px;
}
}
@media (min-width:1024px) {
	.inquiry-item .name-area p > span{
	display: inline-block;
}
}
	@media (min-width:1200px) {
		.inquiry-item{
			display: flex;
			flex-wrap: wrap;
			gap:2%;
		}
		.inquiry-item dt{
			width:23%;
		}
		.inquiry-item dd{
			width:75%;
		}
		.inquiry-item .flex-juusyo, .inquiry-item .flex-juusyo > p {
    flex-direction: row;
    align-items: center;
    gap: 5px;
			width: 100%;
}
		.inquiry-item .flex-juusyo .juusyo-w35{
			max-width: 35%;
    width: 200px;
		}
		.inquiry-item .flex-juusyo span:not(.juusyo-w35){
			width:63%;
		}
	}
/**お問い合わせ（健康診断・巡回検診・採用・一般・特定保健指導）//**/
/**健診結果について**/
.screening-wrap h4{
	background:rgba(0,173,221,0.2);
		border-radius: 100px;
	width:170px;
	padding:10px;
	box-sizing: border-box;
	text-align: center;
}
.screening-wrap .screening-detail{
	border:2px solid rgba(0,173,221,0.2);
	padding:15px 10px;
	border-radius: 15px;
	box-sizing: border-box;
	margin-bottom:15px;
}
#screening .screening-wrap .screening-detail p{
	margin:0 0 10px;
}
#screening .screening-wrap .screening-detail p:last-of-type{
	margin-bottom:0;
}
#screening .screening-wrap .screening-detail .kochira6{
	margin-top:20px;
	max-width:90%;
}
.tablepress-id-56 td.column-1{
	background-color: rgba(0, 173, 221, 0.1);
}
.tablepress-id-56 td.column-3{
	text-align: left;
}
.guidance-proxy .kochira6{
	margin:0 10px 30px auto;
}
@media (min-width:1024px) {
	.guidance-proxy .kochira6{
	font-size:18px;
		width:330px;
}
}
/**健診結果について//**/
/**結果の見方**/
.tablepress-id-55 td.column-2,.tablepress-id-29 td.column-2,.tablepress-id-28 td.column-2{
	text-align: left;
}
/**結果の見方//**/
/**健診案内 胃部レントゲン　バリウム検査**/
.x-ray-link.health-link ul li{
	width:310px;
	max-width: 90%;
	margin:0 0 10px;
}
.xray1-flex img{
	width:120px;
	max-width:50%;
}
.xray1-flex > div{
	margin-bottom:20px;
}
.entry-content .x-ray-best h4{
	position: relative;
  padding:15px;
  border-bottom: 3px solid #222222;
}
.entry-content .x-ray-best h4:before,.entry-content .x-ray-best h4:after{
	position: absolute;
	content: '';
	width: 0;
  height: 0;
	border-width:14px 12px 0 12px;
	border-style: solid;
}
.entry-content .x-ray-best h4:before{
	bottom: -14px;
  left: 1em;
	border-color: #222222 transparent transparent transparent;
}
.entry-content .x-ray-best h4:after{
	bottom: -10px;
  left: 1em;
	border-color: #f9f9f9 transparent transparent transparent;
}
.x-ray-best ul li{
	border:2px solid #00addd;
	border-radius: 100px;
	padding:10px;
	width:230px;
	margin:0 auto 10px;
	text-align: center;
	box-sizing: border-box;
}
.x-ray-best .fc_ao{
	font-size: 16px;
	text-align: center;
}
.x-ray-out ul li{
	list-style-type: none;
  position: relative;
  padding-left:2.5em;
}
.x-ray-out ul li:not(:last-child) {
  padding-bottom: 10px;
}
.x-ray-out ul li .out-icon{
	width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #00addd;
  color: #fff;
  position: absolute;
  left: 0;
}
.x-ray-out ul li:not(:last-child):before{
	content: '';
  /*background: #c3c3c3;*/
	background:rgba(0,173,221,0.2);
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.x-ray-cause ol{
	list-style: none;
	margin:0;
}
.x-ray-cause ol li{
	position: relative;
	text-indent: -1em;
    padding-left: 1em;
}
.x-ray-cause ol li:before{
	content:'●';
	font-size: 1.2em;
	color:#00addd;
	margin-right:5px;
}
.xray-img{
	display: flex;
	gap:10px;
	flex-direction: column;
	align-items: center;
	width:400px;
	max-width:80%;
	margin:40px auto 0;
}
.xray-img > div{
	display: flex;
	justify-content: center;
	gap:10px;
}
.xray-img > div img{
	max-width:49%;
}
@media (min-width:768px) {
.xray1-flex{
	display:flex;
	align-items: flex-end;
	gap:20px;
}
.xray1-flex > div{
	flex: 1;
	margin-bottom:0;
}
	.x-ray-best .fc_ao{
	font-size:20px;
}
}
@media (min-width:1024px) {
	.x-ray-cause ol li{
		font-size: 18px;
	}
}
@media (min-width:1200px) {
	.x-ray-best ul{
		display: flex;
		align-items: center;
		justify-content: center;
		gap:10px;
	}
	.x-ray-best ul li{
		margin:0;
	}
	.x-ray-best .fc_ao{
	font-size:25px;
}
	.x-ray-out ul li:not(:last-child):before{
  left: 13px;
}
	.xray-img{
	flex-direction: row;
		max-width:60%;
		width:500px;
}
}
/**健診案内 胃部レントゲン　バリウム検査//**/
/**健診予約**/
.reserve-inquiry .inquiry-link .kochira3{
	margin-top:5px;
}
.reserve-inquiry .inquiry-link .kochira3,.reserve-inquiry .inquiry-link .kochira5{
	max-width: 90%;
	padding:10px 30px 10px 10px;
	}
.reserve-reception dl dt{
	font-weight: bold;
}
@media (min-width:768px) {
	.reserve-reception dl{
		display: flex;
		gap:15px;
	}
}
/**健診予約//**/
/**アクセス**/
.access-mapimg ul .access{
	margin-bottom:0;
}
.access-mapimg ul{
	margin:0;
}
.access .column-1{
	width:30%;
}
.access .column-2{
	width:70%;
}
.accessmap {
  cursor: pointer;
	border: 3px solid #999;
    border-radius: 15px;
    box-sizing: border-box;
}
.access-map {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}
.access-mapimg .modal-map{
	display: block;
  margin:10% auto 0 !important;
	max-width: 95%;
  max-height: 95%;
	object-fit: cover;
}
.close-map {
  position: absolute;
    top: 5%;
    left: 2.5%;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
/*.modal-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80%;
}

.close-modal {
  position: absolute;
  top: 30px;
  right: 50px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}*/
@media (min-width:768px) {
	.access-mapimg .modal-map{
  margin:5% auto 0 !important;
		max-height: 80vh;
}
.close-map {
    top: 5%;
    left: 2.5%;
}
}
@media (min-width:1300px) {
	.access-mapimg ul{
		display: flex;
		align-items: center;
		justify-content: center;
		gap:20px;
	}
	.access-mapimg ul li:first-of-type{
		width:40%;
	}
	.access-mapimg ul li:last-of-type{
		width:50%;
	}
	.close-map {
    top: 5%;
    left:auto;
		right:2.5%;
}
}
/**アクセス//**/
/**よくある質問**/
#faq-tabmenu.faq-tabmenu h4{
	color: #97d871;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 0 5px 0;
    font-size: 14px;
}
#faq-tabmenu.faq-tabmenu h4 span{
	background: #97d871;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 5px;
}
#faq-tabmenu.faq-tabmenu h4 img{
	transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:0.5%;
  list-style: none;
  padding: 0;
	/*border-bottom: 1px solid #97d871;*/
}
.faq li {
  padding: 5px 16px;
  cursor: pointer;
	width:100%;
	border:1px solid #97d871;
	border-bottom: none !important;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
	font-size:13px;
	margin-bottom: 5px !important;
}
.faq li.active {
  background:rgba(151,216,113,0.1);
}
.faq-tab {
  display: none;
  margin-top: 10px;
	padding:50px 0;
}
.faq-tab.active {
  display: block;
}
.faq-tab > h3:not(:first-of-type){
	margin-top:50px !important;
}
.faq-tab dl{
	margin: 20px auto 20px 10px;
  padding: 10px 10px 20px;
  border: 2px solid #97d871;
	border-radius: 5px;
}
.faq-tab dl dt{
	position: relative;
  left: -20px;
  background-color: #71ad4c;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  width: 105%;
  font-size: 16px;
  font-weight: normal;
	border-radius: 5px;
}
.faq-tab dl dd{
	margin-top:15px;
}
.faq-content dl dd .kochira5{
	line-height:1.3;
	padding: 10px 30px 10px 10px;
}
@media (min-width: 600px) {
	.faq-tab dl dt{
		width:100%;
	}
	.faq-content dl dd .kochira5{
	line-height:1.8;
}
}
@media (min-width: 1024px) {
	#faq-tabmenu.faq-tabmenu h4{
		font-size: 16px;
	}
	.faq {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap:1%;
		/*border-bottom: 2px solid #97d871;*/
}
.faq li {
	width:32.3%;
	padding: 10px 16px;
	border: 2px solid #97d871;
}
}
@media (min-width: 1200px) {
.faq li{
		font-size: 16px;
	}
	.faq-tab dl{
	margin: 20px auto 20px 20px;
}
.faq-tab dl dt{
  left: -30px;
  font-size: 18px;
}
	.faq-tab dl dd{
		font-size:16px;
	}
}
/**よくある質問//**/
/**ZOOM面接方法**/
.zoom-recruit .health-next{
	margin:0;
}
/**ZOOM面接方法//**/
/**採用情報カテゴリーページ・投稿ページ**/
.jib-info table th{
	width:25%;
}
.jib-info table td{
	width:75%;
}
.job-button{
	display: block;
	padding:10px 30px 10px 10px;
	box-sizing: border-box;
	background-image:url(/wp/wp-content/uploads/2025/06/ya-shiro.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 20px auto;
	text-align: center;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
	width:270px;
	max-width:90%;
	box-sizing: border-box;
	background-color: #00addd;
	border:2px solid #00addd;
}
.category .job-button{
	margin:30px auto;
}
.single .job-button{
	margin:30px auto 100px;
}
.job-button .job-link{
	color:#fff;
}
@media (min-width: 1024px) {
	.job-button{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.jib-info table th{
	width:22%;
}
.jib-info table td{
	width:78%;
}
}
/**採用情報カテゴリーページ//**/
/**オンライン予約・履歴書フォーム**/
.recruit-wrap table{
	width: 100%;
    table-layout: fixed;
}
.recruit-wrap table tr{
	display: block;
    width: 100%;
}
.recruit-wrap .table-keireki,.table-keireki th,.table-keireki td{
		border:none;
	}
.recruit-wrap table tr th,.recruit-wrap table tr td{
	display: block;
    width: 100%;
    box-sizing: border-box;
	text-align: left;
}
.recruit-wrap .table-kibouday .kibouday{
	display: block;
	margin-bottom:10px;
	width: 100%;
}
.recruit-wrap .table-kibouday label:not(.kibouday) select{
	margin-right:7px;
}
.table-keireki .edu-year,.table-keireki .edu-month,.table-keireki .job-year,.table-keireki .job-month,.table-keireki .cer-year,.table-keireki .cer-month{
	display: table-cell;
}
.table-keireki .edu-year,.table-keireki .job-year,.table-keireki .cer-year,.table-keireki .cer-month{
	width:55%;
}
.table-keireki .edu-month,.table-keireki .job-month,.table-keireki .cer-month{
	width:45%;
}
#etc-table .table-img1 input{
	width:100%;
}
.table-keireki .edu-year label,.table-keireki .edu-month label,.table-keireki .job-year label,.table-keireki .job-month label,.table-keireki .cer-year label,.table-keireki .cer-month label{
	display: flex;
	align-items: center;
	gap:7px;
}
.table-content label{
	float: none !important;
}
.table-ken label{
	margin-bottom:7px;
}
.table-ken label span{
	display: block;
}
.table-ken #zip1,.table-ken #zip2{
	width:35%;
}
.recruit-confirm .keireki-confirm{
	border:1px solid #ddd;
	border-bottom:none;
}
.recruit-confirm .keireki-confirm th{
	border:none;
	border-bottom:1px solid #ddd;
}
.recruit-confirm .keireki-confirm tr{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:7px;
}
.keireki-confirm tr .edu-year,.keireki-confirm tr .edu-month,.keireki-confirm tr .job-year,.keireki-confirm tr .job-month,.keireki-confirm tr .cer-year,.keireki-confirm tr .cer-month{
	width:85px;
	border:none;
}
.keireki-confirm tr .edu-content,.keireki-confirm tr .job-content,.keireki-confirm tr .cer-content{
	width:100%;
	border:none;
	border-bottom:1px solid #ddd;
}
.keireki-confirm #etc-table th{
	border-bottom:none;
}
.recruit-wrap #etc-table td select,.recruit-wrap #etc-table td .fuyou{
	margin-right:7px;
}
.btnAdd{
	display: block;
	margin:0 auto 1.5em;
}
.recruit-wrap #verification,.recruit-wrap #back{
	letter-spacing: 7px;
    width: 250px;
    display: block;
    line-height: 2;
    border-radius: 3px;
}
.recruit-wrap #verification{
	background: #ff9000;
	margin: 20px auto 30px;
}
.recruit-wrap #back{
    margin: 30px auto 0;
    background: rgba(255,144,0,0.5);
}
@media (min-width: 1024px) {
	.recruit-wrap table:not(.keireki-confirm) .table-kibouday{
		display: flex;
		align-items: center;
		gap:5px;
		width: 100%;
	}
	.recruit-wrap .table-kibouday .kibouday{
		margin-bottom:0;
		width:45%;
	}
}
@media (min-width: 1200px) {
	.recruit-wrap table{
    table-layout: fixed;
}
	.recruit-wrap .table-keireki{
		table-layout: auto;
	}
	.recruit-wrap table tr{
		display: table-row;
	}
	.recruit-wrap table:not(.keireki-confirm) tr th{
	width:25%;
		display: table-cell;
}
	.recruit-wrap table:not(.keireki-confirm) tr td{
		width:75%;
		display: table-cell;
	}
	.recruit-wrap table:not(.keireki-confirm) tr .edu-year,.recruit-wrap table:not(.keireki-confirm) tr .edu-month,.recruit-wrap table:not(.keireki-confirm) tr .job-year,.recruit-wrap table:not(.keireki-confirm) tr .job-month,.recruit-wrap table:not(.keireki-confirm) tr .cer-year,.recruit-wrap table:not(.keireki-confirm) tr .cer-month{
		width:18%;
	}
	.recruit-wrap table:not(.keireki-confirm) tr .edu-content,.recruit-wrap table:not(.keireki-confirm) tr .job-content,.recruit-wrap table:not(.keireki-confirm) tr .cer-content{
		width:46%;
	}
	.recruit-wrap table .table-ken label{
		display: flex;
		align-items: center;
		gap:7px;
		margin-bottom:7px;
	}
	.recruit-wrap table tr .edu-year label,.recruit-wrap table tr .edu-month label,.recruit-wrap table tr .job-year label,.recruit-wrap table tr .job-month label,.recruit-wrap table tr .cer-year label,.recruit-wrap table tr .cer-month label{
		display: flex;
		align-items: center;
		gap:7px;
	}
	.recruit-wrap table .table-ken label > span{
		width:25%;
	}
	.recruit-wrap table .table-ken label input{
		width:75%;
	}
	.recruit-wrap table tr .edu-content input,.recruit-wrap table tr .job-content input,.recruit-wrap table tr .cer-content input{
		width:370px;
	}
	.recruit-confirm .keireki-confirm tr{
		flex-wrap: nowrap;
		border-bottom:1px solid #ddd;
	}
	.keireki-confirm tr .edu-content, .keireki-confirm tr .job-content, .keireki-confirm tr .cer-content{
		border-bottom:none;
	}
}
/**オンライン予約・履歴書フォーム//**/
/**採用情報（固定ページ）**/
.page .entry-content .saiyou-title h3{
	border:none;
	color:#00addd;
	padding:0;
}
.saiyou-1 dl{
	margin-bottom:70px;
}
.saiyou-1 dl dt{
	position: relative;
}
.saiyou-1 dl dt:before{
	content:'■';
	width:1.5em;
	margin-right:10px;
	color:#00addd;
}
.saiyou-1 dl dd{
	background:rgba(0,173,221,0.03);
	padding:15px;
	box-sizing: border-box;
	border-radius: 15px;
}
.saiyou-1 dl dd:not(:last-of-type){
	margin-bottom:30px;
}
.saiyou-1 .saiyou-img1{
	width:350px;
	max-width:80%;
}
.saiyou-1 .saiyou-img2{
	width:200px;
	max-width:55%;
	display: block;
	margin:70px 70px 0 auto;
}
.saiyou-1 .saiyou-img3{
	width:250px;
	max-width:60%;
	display: block;
	margin:70px 70px 0 auto;
}
.saiyou-2 dl{
	margin-bottom:50px;
}
.saiyou-2 dl dt{
		background:rgba(0,173,221,0.1);
		border-radius: 100px;
	text-align: center;
	}
	.saiyou-2 dl dt,.saiyou-2 dl dd{
		padding:7px;
		box-sizing: border-box;
	}
.saiyou-2 .saiyou2-img{
	width: 250px;
    max-width: 60%;
    display: block;
    margin: 0 auto;
}
.saiyou-3 .saiyou-table{
	width:100%;
	max-width:100%;
}
.saiyou-table .column-1{
	width:75%;
	background:rgba(0,173,221,0.03);
	text-align: left;
}
.saiyou-table .column-2{
	width:25%;
}
.page .entry-content .saiyou-4 h3{
	font-size:25px;
	border: none;
    text-align: center;
    padding: 0;
}
.saiyou4-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:5%;
}
.saiyou4-flex dl{
	width:47%;
	border:1px solid rgba(0,173,221,0.3);
	border-radius: 15px;
	padding:10px;
	box-sizing: border-box;
}
.saiyou4-flex dl:not(:last-of-type){
	margin-bottom: 5%;
}
.saiyou4-flex dl dt{
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}
.saiyou4-flex dl dd{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:5%;
}
.saiyou4-flex dl dd img{
	width:35%;
}
.saiyou4-flex dl dd span{
	/*width:60%;*/
	font-size: 30px;
	font-weight: bold;
	color:#8cca6e;
	line-height: 1;
}
.saiyou4-flex dl dd span small{
	font-size: 0.5em;
}
@media (min-width: 768px) {
	.page .entry-content .saiyou-title h3{
	text-align: center;
}
	.saiyou-1 dl dd{
		padding:20px;
	}
	.saiyou-1 .saiyou-img2,.saiyou-1 .saiyou-img3{
		margin:70px 100px 0 auto;
	}
	.saiyou-2 dl{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap:2%;
	}
	.saiyou-2 dl dt{
		width:28%;
	}
	.saiyou-2 dl dd{
		width:70%;
	}
	.page .entry-content .saiyou-4 h3{
	font-size:30px;
}
}
@media (min-width: 1024px) {
	.saiyou-1 dl dt,.saiyou-1 dl dd{
		font-size:18px;
	}
	.saiyou1-flex{
		display: flex;
		align-items: flex-start;
		gap:40px;
	}
	.saiyou1-flex p{
		flex: 1;
	}
	.saiyou-1 .saiyou-img3{
		margin:0 auto;
	}
	.saiyou-2 dl dt,.saiyou-2 dl dd{
		font-size: 18px;
	}
	.saiyou2-flex{
	display: flex;
		align-items: center;
		gap:40px;
}
	.saiyou-2 .saiyou2-flex p{
		flex: 1;
	}
	.saiyou-3 .saiyou-table{
	width:550px;
}
	.saiyou4-flex dl{
	width:28.3%;
}
	.saiyou4-flex dl:not(:last-of-type){
		margin-bottom:0;
	}
	.saiyou4-flex dl dt{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.saiyou4-flex dl dt{
		font-size: 20px;
	}
}
@media (min-width: 1300px) {
	.saiyou4-flex dl dd span{
		font-size:35px;
	}
}
/**採用情報（固定ページ）//**/