@charset "UTF-8";

.main .main_visual,
.main .slider_wrap {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #fff;
 position: relative;
}

.main .main_visual .slider_pc {
	display: block;
}

.main .main_visual .slider_sp {
	display: none;
}

.main .main_visual .slick-slide {
	margin: 0;
	padding: 0;
	text-align: center;
	/* background: #000; */
}

.main .main_visual .slick-slide img {
	margin: 0 auto;
	transition: all 1s;
	opacity: 0.6;
}

.main .main_visual .slider_sp .slick-slide img  {
	width: auto;
	height: 250px;
}

.main .main_visual .slick-slide.slick-center img {
	opacity: 1;
}

.main .main_visual .slick-arrow {
	position: absolute;
	top: calc( 50% - 39px );
	left: auto;
	right: calc( 50% + 510px );
	width: 22px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	background: transparent url(../img/top/slider_prev.png) no-repeat 0 0;
	background-size: cover;
	border: 0;
	z-index: 999;
	cursor: pointer;
}

.main .main_visual .slick-next {
	left: calc( 50% + 510px );
	right: auto;
	background-image: url(../img/top/slider_next.png);
}


.main .main_visual .slick-dots,
.main .slider_wrap .slick-dots {
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
}

.main .main_visual .slick-dots li,
.main .slider_wrap .slick-dots li {
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}

.main .main_visual .slick-dots li button,
.main .slider_wrap .slick-dots li button {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	text-indent: -999em;
	overflow: hidden;
	background: #dce8eb;
	cursor: pointer;
}

.main .main_visual .slick-dots li.slick-active button,
.main .slider_wrap .slick-dots li.slick-active button {
	background: #0068b7;
}

.main .slider_wrap {
 margin: 80px 0 50px;
 padding: 30px 50px;
 border-radius: 10px;
 position: relative;
 overflow: hidden;
}

.main .slider_wrap .slick-slider {
 position: initial;
}

.main .slider_wrap .slick-slide {
 margin: 0 5px;
}

.main .slider_wrap .slick-prev,
.main .slider_wrap .slick-next {
 text-indent: -999em;
 position: absolute;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 background-color: #ebf5f8;
 top: calc(50% - 25px);
 z-index: 1;
}

.main .slider_wrap .slick-prev:hover,
.main .slider_wrap .slick-next:hover {
 cursor: pointer;
}

.main .slider_wrap .slick-prev {
 left: -20px;
}

.main .slider_wrap .slick-next {
 right: -20px;
}

.main .slider_wrap .slick-prev::before,
.main .slider_wrap .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.main .slider_wrap .slick-prev::before {
 right: 15px;
 transform: rotate(-135deg);
}

.main .slider_wrap .slick-next::before {
 left: 15px;
}

.main .slider_wrap .slick-dots {
 position: absolute;
 bottom: -35px;
 left: 0;
 right: 0;
}

.main_section {
	padding: 30px 20px;
}

.main .hours {
	width: 200px;
	background: rgba(255,255,255,0.95);
	border: solid 2px #0068b7;
}

.main .hours p {
	margin: 0;
}

.main .hours h2 {
	margin: 0;
	padding: 2em 0.5em;
	background: #0068b7;
	color: #fff;
	text-align: center;
	font-size: 1.23rem;
	line-height: 1.0;
}

.main .hours h2:before {
	content: none;
}

.main .hours h3 {
	display: inline-block;
	color: #0068b7;
	font-size: 1rem;
	margin: 15px 0 10px;
}

.main .hours_inner {
	padding: 0 0 10px;
	text-align: center;
	background: none;
	display: flex;
	flex-direction: column;
	position: relative;
}

.main .hours .hours_right,
.main .hours .hours_left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.main .hours .hours_right .mini .button-white {
 margin-top: 30px;
}

.main .hours .hours_left {
	border-right: none;
}

.main .hours .reception,
.main .hours .close,
.main .hours .contact {
	padding-bottom: 15px;
	position: relative;
}

.main .hours .box_tel {
	margin-top: 55px;
}

.main .hours .reception:after,
.main .hours .close:after {
	position: absolute;
	content: ' ';
	width: 150px;
	height: 1px;
	background-color: #0068b7;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.main .hours .reservation{
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%,0);
}

.main .hours .schedule {
	margin: 15px auto;
}

.main .hours .top_schedule {
 display: block;
 margin: 15px auto 5px;
 width: 160px;
 min-height: 60px;
 color: #0068b7;
 border: 2px solid #0068b7;
 padding: 1.5em 0.5em 1em;
 font-weight: 700;
}

.main .hours .top_schedule:hover {
 background-color: #ebf5f8;
}

.main .hours .top_schedule::after {
 content: none;
}


.main .top_nav,
.main .top_navJP {
	margin: 0;
	padding: 0;
	background: #fff;
}

.main .top_navJP {
	padding: 30px 0;
 text-align: center;
}

.main .top_nav ul,
.main .top_navJP ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	z-index: 1;
	overflow: hidden;
	list-style: none;
}

.main .top_navJP-line {
 display: inline-block;
 margin: 0 auto;
 position: relative;
}

.main .top_navJP-line::before,
.main .top_navJP-line::after {
 content: "";
 position: absolute;
 display: inline-block;
 top: calc(50% - 45px);
 width: 2px;
 height: 90px;
 background-color: #0068b7;
 z-index: 1;
}

.main .top_navJP-line::before {
 left: 0;
}

.main .top_navJP-line::after {
 right: 0;
}

.main .top_nav li,
.main .top_navJP li
 {
	float: left;
	width: 25%;
	margin: 0;
	padding: 32px 0;
}

.main .top_navJP li {
	width: calc(100% / 4);
 padding: 0;
 position: relative;
}

.main .top_navJP li:not(:last-child)::before {
 content: "";
 position: absolute;
 display: inline-block;
 top: calc(50% - 45px);
 right: 0;
 width: 2px;
 height: 90px;
 background-color: #0068b7;
 z-index: 1;
}

.main .top_navJP-arrow {
 position: absolute;
 bottom: 15px;
 right: 15px;
}

.main .top_navJP-arrow::after {
 content: "";
 position: absolute;
 display: inline-block;
 margin: auto;
 bottom: 0;
 right: 0;
 width: 12px;
 height: 12px;
 background: #0068b7;
 clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.main .top_nav li a {
	display: block;
	border-left: solid 1px #0068b7;
	height: 85px;
	background: url(../img/top/nav_outpatient.png) no-repeat center bottom;
	overflow: hidden;
	text-indent: -999em;
}

.main .top_navJP li a {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 padding: 20px 0 15px;
}

.main .top_navJP li a.ani {
 position: relative;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 overflow: hidden;
}

.main .top_navJP li a.ani:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 120%;
  top: 0;
  left: -340px;
  -webkit-transform: skewX(65deg);
  transform: skewX(65deg);
  background-color: #ebf5f8;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main .top_navJP li a.ani:before {
 position: absolute;
 content: "";
 width: 120%;
 height: 120%;
 top: -5px;
 left: 300px;
 -webkit-transform: skewX(65deg);
 transform: skewX(65deg);
 background-color: #ebf5f8;
 z-index: -1;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
}

.main .top_navJP li a.ani:hover:after {
 left: -145px;
}

.main .top_navJP li a.ani:hover:before {
 left: 100px;
}

.main .top_navJP li img {
 max-width: 45px;
 margin-bottom: 15px;
}

.main .top_navJP li span {
 display: inline-block;
 color: #333;
 font-size: 16px;
 font-weight: 600;
}

.main .top_nav li.admission a {
	background-image: url(../img/top/nav_admission.png);
}
.main .top_nav li.department a {
	background-image: url(../img/top/nav_department.png);
}
.main .top_nav li.faq a {
	background-image: url(../img/top/nav_faq.png);
}

.main .top_nav li a:hover {
	opacity: 0.7;
}

.main .top_navJP li a:hover {
	opacity: 0.99;
}

.main .top_navJP li a:hover img {
 opacity: initial;
}

/*.main .top_nav li:first-child a {
	
}*/

.main .top_nav li:last-child a {
	border-right: solid 1px #0068b7;
}


.main .attention_container{
	background: #fff;
	padding: 18px 10px 37px;
}

.main .attention {
	width: 850px;
	/*margin: 85px auto 37px;*/
	margin: 0 auto;
	padding: 0;
	border: solid 2px #0068b7;
	/*background: #fff url(../img/top/attention_title_bg.gif) repeat-y 0 0;*/
	background: #fff;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}

.main .attention .title {
	/*width: 188px;*/
	/*width: 220px;*/
	background: #0068b7;
	color: #fff;
	text-align: center;
	font-size: 1.23rem;
	font-weight: normal;
	margin: 0;
	padding: 10px;
}

.main .attention p {
	overflow: hidden;
	padding: 0 1.5em;
	/*flex-basis: 660px;*/
	/*flex-basis: 628px;*/
}

.main .attention div.table_wrap {
	width: calc(100% - 2em);
	margin: auto;
}

.main .attention table th:first-child {
    width: 20%;
}

.main .attention table th:last-child {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .main .attention table th:first-child {
        width: 25%;
    }

    .main .attention table th:last-child {
        width: 37.5%;
    }
}

.main .attention table ul {
	margin: 0;
}

.main .attention table ul li {
	display: list-item;
	list-style: disc;
	margin: 0 0 0 20px;
	overflow: inherit;
}

.news_wrap,
.newsJP_wrap {
	padding: 45px 0 0;
	overflow: hidden;
}

.main .hours {
	float: right;
 margin: 0;
}

.news {
	position: relative;
	float: left !important;
	width: 780px;
	background-color: #fff;
	border-radius: 10px;
}
/*
.news.newsJP {
	position: relative;
	float: left !important;
	width: 780px;
	background-color: #fff;
	border-radius: 10px;
}
*/
.news.newsJP {
 float: none;
	width: 1000px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 10px;
}

.news h2 {
	height: 22px;
	margin: 0;
	background: url(../img/top/news_title.gif) no-repeat center center;
	overflow: hidden;
	text-indent: -999em;
}

.news .more {
	position: absolute;
	right: 22px;
	top: 30px;
}

.news .more a:before {
	content: url(../img/button_arrow.png);
	margin-right: 4px;
}

.newsJP_more {
 text-align: center;
 position: relative;
 top: 20px;
}

.newsJP_more .button {
 min-width: 220px;
}

.newsJP_more .button:hover {
 background-color: #ebf5f8;
}

.news .news_list {
	height: 375px;
	overflow: auto;
	display: none;
}

.news .news_list.active {
	display: block;
}

.news ul {
	margin-top: 7px;
}

.news ul li {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}

.news ul li .category.concern {
	/* 医療関係者 */
	background: #6eb478;
}

.news ul li .category.patient {
	/* 患者さん */
	background: #b9828c;
}

.news ul li .category.recruit {
	/* 採用 */
	background: #64b4b4;
}

.news ul li .category.etc {
	/* その他 */
	background: #bea078;
}

.news ul li .category2{
	margin-left: 9.2em;
	margin-top: 0.1em;
}

.news ul.tabs {
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 15px 0 0 0;
}

.news ul.tabs li {
	float: left;
	width: calc(100% / 5);
	text-align: center;
	margin: 0;
	padding: 0 2px 0 0;
}

.news ul.tabs li > a,
.news ul.tabs li > span {
	/* display: block; */
	padding: 1em 0.5em;
	margin: 13px 0 5px;
	background: #ebf5f8;
	border: solid 1px #ebf5f8;

	display: flex;
	justify-content: center;
	align-items: center;
}

.news ul.tabs li a.active {
	background: #fff;
	border: solid 1px #0068b7;
}

/* 2025.08
** topics -> tsunagu_area
*/
/* --------------------
.topics {
	background: #fff;
 position: relative;
}

.topicsBg {
 background-image: url(/wp-content/themes/nmct/img/top/topics/top_tsunagu_bg.jpg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

.topics h2 {
	text-indent: -999em;
	height: 120px;
	*margin: 0;
	background: linear-gradient(-6deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 50%, rgba(235, 245, 248, 1) 50.1%, rgba(235, 245, 248, 1) 100%);
	overflow: hidden;
 margin-top: -60px;*
 position: relative;
 margin: 20px 0 0;
}

.topics h2::before {
 content: "";
 position: absolute;
 display: inline-block;
 margin: auto;
 top: 0;
 left: 0;
 width: 100%;
 height: 160px;
 clip-path: polygon(0 0, 0 100%, 100% 0);
 background-color: #ebf5f8;
}

.topics_ttlImg {
 width: 1000px;
 margin: 0 auto;
 text-align: center;
 position: relative;
}

.topics_ttlWrap {
 background-color: #fff;
 padding: 0 20px;
}

.topics_ttlImg img {
 max-width: 180px;
 height: auto;
}

.topics_ttl-lt,
.topics_ttl-rt {
 position: absolute;
 top: 60%;
 width: 38%;
 height: 1px;
 background-color: #0068b7;
}

.topics_ttl-lt {
 left: 0;
}

.topics_ttl-rt {
 right: 0;
}

.topics_ttl-lt::before,
.topics_ttl-rt::before {
 content: "";
 position: absolute;
 display: inline-block;
 margin: auto;
 top: calc(50% - 10px);
 width: 20px;
 height: 20px;
 background-color: #0068b7;
 border-radius: 50%;
}

.topics_ttl-lt::before {
 left: 0;
}

.topics_ttl-rt::before {
 right: 0;
}

.topics ul {
	width: 1000px;
 margin: 15px auto 30px;
}

.topics ul li {
	width: 300px;
	margin: 15px 0 15px 50px;
}

.topics ul a:hover {
 transition: 0.3s;
 opacity: 0.9;
}

.topics ul li img {
	height: 168px;
 border-radius: initial;
 box-shadow: 8px 8px 0px 0px #cbdde2;
}

.topics ul li .body {
 margin: 25px 0 0;
 padding-left: 1.5em;
 height: 3.2em;
 border-left: 2px solid #0068b7;
}

.topics .topics_footer {
	*margin: 30px 0 -30px;
	height: 220px;
	background: linear-gradient(6deg, rgba(235, 245, 248, 1) 0%, rgba(235, 245, 248, 1) 50%, rgb(255 255 255 / 0%) 50.1%, rgb(255 255 255 / 0%) 100%);*
	text-align: center;
 height: 190px;
}

*
#.topics .topics_footer {
#	margin: 30px 0 -30px;
#	height: 50px;
#	background: #eaf4f7;
#	text-align: center;
#}
*

.topics .topics_footer a.button {
	padding-left: 3.5em;
	padding-right: 3.5em;
 position: relative;
}

.topics .topics_footer::after {
 content: "";
 position: absolute;
 display: inline-block;
 margin: auto;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 160px;
 clip-path: polygon(0 0, 0 100%, 100% 100%);
 background-color: #ebf5f8;
}
-------------------- */
.tsunagu_area {
	position: relative;
	background: #fff;
	background-image: url(/wp-content/themes/nmct/img/top/topics/top_tsunagu_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.tsunagu_area h2 {
	position: relative;
	height: 120px;
	margin: 20px 0 0;
	text-indent: -999em;
	/*
	margin: 0;
	background: linear-gradient(-6deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 50%, rgba(235, 245, 248, 1) 50.1%, rgba(235, 245, 248, 1) 100%);
	overflow: hidden;
	margin-top: -60px;
	*/
}
.tsunagu_area h2::before {
	content: "";
	position: absolute;
	display: inline-block;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background-color: #ebf5f8;
}
.tsunagu_ttlImg {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.tsunagu_ttlWrap {
	background-color: #fff;
	padding: 0 20px;
}
.tsunagu_ttlImg img {
	max-width: 180px;
	height: auto;
}
.tsunagu_ttl-lt,
.tsunagu_ttl-rt {
	position: absolute;
	top: 60%;
	width: 38%;
	height: 1px;
	background-color: #0068b7;
}
.tsunagu_ttl-lt {
	left: 0;
}
.tsunagu_ttl-rt {
	right: 0;
}
.tsunagu_ttl-lt::before,
.tsunagu_ttl-rt::before {
	content: "";
	position: absolute;
	display: inline-block;
	margin: auto;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background-color: #0068b7;
	border-radius: 50%;
}
.tsunagu_ttl-lt::before {
	left: 0;
}
.tsunagu_ttl-rt::before {
	right: 0;
}
.tsunagu_area ul {
	width: 1000px;
	margin: 15px auto 30px;
	list-style: none;
	overflow: hidden;
}
.tsunagu_area ul li {
	float: left;
	width: 300px;
	margin: 15px 0 15px 50px;
	font-size: 0.93rem;
}
.tsunagu_area ul li:first-child,
.tsunagu_area ul li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.tsunagu_area ul a {
	color: #333;
}
.tsunagu_area ul a:hover {
	transition: 0.3s;
	opacity: 0.9;
}
.tsunagu_area ul li img {
	display: block;
	width: auto;
	height: 168px;
	border-radius: initial;
	box-shadow: 8px 8px 0px 0px #cbdde2;
	margin: 0 auto;
}
.tsunagu_area ul li .body {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 3.2em;
	margin: 25px 0 0;
	padding-left: 1.5em;
	border-left: 2px solid #0068b7;
}
.tsunagu_area .tsunagu_footer {
	/*
	margin: 30px 0 -30px;
	height: 220px;
	background: linear-gradient(6deg, rgba(235, 245, 248, 1) 0%, rgba(235, 245, 248, 1) 50%, rgb(255 255 255 / 0%) 50.1%, rgb(255 255 255 / 0%) 100%);
	*/
	height: 190px;
	text-align: center;
}
.tsunagu_area .tsunagu_footer a.button {
	position: relative;
	padding-left: 3.5em;
	padding-right: 3.5em;
}
.tsunagu_area .tsunagu_footer::after {
	position: absolute;
	content: "";
	display: inline-block;
	margin: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	background-color: #ebf5f8;
}


.access {
	/* margin: 0 auto 60px; 202508 */
	margin: 0 auto;
	overflow: hidden;
	line-height: 1.8;
}

.access h2 {
	height: 22px;
	margin: 0 0 60px;
	background: url(../img/top/access_title.gif) no-repeat center center;
	overflow: hidden;
	text-indent: -999em;
}

.access .map {
	float: left;
	width: 626px;
	height: 366px;
	padding: 13px;
	margin-right: 50px;
	background: #fff;
}

.access .desc {
	float: right;
	width: 324px;
}

.access .desc .name {
	margin-top: 0;
	margin-bottom: -0.3em;
	color: #0068b7;
	font-size: 1.15rem;
	font-weight: bold;
}

.access .section {
	padding-top: 1em;
	margin-top: 1em;
	border-top: solid 1px #e6e6e6;
}

.access a.button {
	border-width: 1px;
}
.access .col2 a.button {
	border-width: 1px;
	padding: 0.8em 1em;
}

.access a.button.shuttle {
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-left: 0.5em;
}




.certificate {
	padding: 20px 40px;
	font-size: 1.08rem;
}

.certificate ul {
	overflow: hidden;
	list-style: none;
}

.certificate ul li {
	float: left;
	width: 320px;
	display: table;

	margin: 0 0;
	padding: 20px 50px 20px 0;

	background: url(../img/top/certificate_line_bottom.gif) no-repeat 0 bottom,
		url(../img/top/certificate_line_side.gif) no-repeat center right 19px;
}

.certificate ul li span {
	display: table-cell;
	vertical-align: middle;
}

.certificate ul li .logo {
	width: 98px;
}

.certificate ul li.jcep .logo {
	width: 130px;
}



.certificate ul li:nth-child(3n+3) {
	width: 280px;
	padding-right: 10px;
	background: url(../img/top/certificate_line_bottom.gif) no-repeat 0 bottom;
}

.certificate ul li:nth-child(3n+1) {
	clear: both;
}


.main .bana {
	margin: 60px auto 0px auto; 
	display: flex;
	justify-content: space-between;
}

.main .sns {
	margin: 10px auto 60px auto;
	display: flex;
	justify-content: space-between;
}

.main .sns2 {
	margin: 10px auto 60px auto;
	display: flex;
	justify-content: flex-start;
}

.main .sns2 p {
    margin-right: 20px;
}


#footer .page_top a {
 z-index: 10;
}

#top .main_contents.top_info-wrap {
 padding: 0 0 30px;
}


/* Responsive
-----------------------------------------------------------*/

@media screen and (max-width:1100px) {

	.main .main_visual .slick-arrow {
		left: 5px;
		right: auto;
	}
	
	.main .main_visual .slick-next {
		left: auto;
		right: 5px;
	}
	
}


@media screen and (max-width:767px) {

	.main .main_visual,
	.main .top_nav ul,
	.main .attention,
	.main .attention .title,
	/* .topics ul, 2025.08 */
	.tsunagu_area ul,
	.access,
	.access .map,
	.main .sns,
	.main .sns2 {
		width: auto;
	}

	.main .main_visual .slider_pc {
		display: none;
	}
	
	.main .main_visual .slider_sp {
		display: block;
	}

.main .slider_wrap {
  background: #ebf5f8;
  margin: 50px 10px;
  padding: 0;
  border-radius: 0;
 }

	.main .top_nav {
		padding-left: 10px;
		padding-right: 10px;
		left: 0;
		width: 100%;
		bottom: -50px;
	}

	.main .top_nav ul {
		width: 100%;
	}

	.main .top_nav li {
		padding: 9px 0;
	}

	.main .top_nav li a {
		background-image: url(../img/top/nav_outpatient_sp.png);
		background-size: 39px 63px;
		height: 67px;
	}

	.main .top_nav li.admission a {
		background-image: url(../img/top/nav_admission_sp.png);
		background-size: 61px 62px;
	}
	.main .top_nav li.department a {
		background-image: url(../img/top/nav_department_sp.png);
		background-size: 51px 63px;
	}
	.main .top_nav li.faq a {
		background-image: url(../img/top/nav_faq_sp.png);
		background-size: 42px 65px;
	}

 .main .top_navJP {
  padding: 20px 10px 10px;
 }

 .main .top_navJP-line::before,
 .main .top_navJP-line::after {
  content: none;
 }


 .main .top_navJP ul {
  width: 100%;
 }

 	.main .top_navJP li {
  width: calc(100% / 2);
	}

 .main .top_navJP li:not(:last-child)::before {
  content: none;
 }

 .main .top_navJP li::after {
  right: 10px;
  width: 10px;
  height: 10px;
 }

 .main .top_navJP li:nth-child(odd)::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10%;
  right: 0;
  /* width: 2px; 2025.08 */
  width: 1px;
  height: 80%;
  background-color: #0068b7;
  z-index: 1;
 }

 .main .top_navJP li:nth-child(-n+2)::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 10%;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: #0068b7ad;
  z-index: 1;
 }

 .main .top_navJP li a {
  padding: 20px 0;
 }

 .main .top_navJP li a.ani::before,
 .main .top_navJP li a.ani::after {
  content: none;
 }

 .main .top_navJP li img {
  max-width: 35px;
  margin-bottom: 8px;
 }

 .main .top_navJP-arrow {
  bottom: 10px;
 }

 .main .top_navJP-arrow::after {
  width: 10px;
  height: 10px;
 }

	.main .attention {
		display: block;
		background: #fff;
		margin: 0;
	}

 .top_topicsCol dt img {
  height: initial;
  width: 200px;
 }
	
	.main .attention .title {
		width: auto;
		margin: 0;
		padding: 0.3em;
	}

	.main .attention p {
		padding: 0 1em;
	}
	
	
	.news_wrap,
 .newsJP_wrap {
		padding-top: 0;
	}

	.newsJP_wrap {
  margin-bottom: 40px;
 }

	.main .hours {
		position: static;
		float: none;
		display: block;
		box-shadow: none;
		margin: 30px 10px 50px;
		width: auto;
		overflow: hidden;
	}
	
	.main .hours h2 {
		padding: 0.3em;
	}
	
	.main .hours_inner {
		flex-direction: row;
	}
	
	.main .hours .hours_left{
		/*border-right: solid 1px #0068b7;*/
  justify-content: space-around;
	}
	
	.main .hours .reception:after,
	.main .hours .close:after,
	.main .hours .contact:after {
		content: none;
	}

 .main .hours .hours_right .mini .button-white {
  margin-top: 15px;
 }

	.main .hours .box_tel {
		margin-top: 15px;
	}
	
	.main .hours .contact {
		padding: 0;
	}
	
	.main .hours .reservation {
		position: static;
		transform: none;
		margin-top: 0;
	}
	
	.main .hours .schedule {
		margin: 5px auto;
	}

	.main .hours .top_schedule {
		width: 80%;
	}

	.news {
		margin-top: 0;
		width: auto;
  float: none !important;
		margin: 0 10px;
  padding-left: 10px;
  padding-right: 10px;
	}

	.news.newsJP {
		/*width: 100%;*/
		width: 94% !important;
		padding: 30px 10px 50px;
	}

	.news ul {
		margin: 0;
		padding: 0 10px 0 0;
	}

	.news ul li {
		margin: 15px 0 1em 0;
	}

	.news ul li.new:before {
		left: 0;
		top: -12px;
	}

	.news ul li .meta {
		display: block;
		float: none;
		width: auto;
		margin-bottom: 0.5em;
	}
	
	.news ul li a {
		margin: 0.3em 0;
		padding: 0.3em 0;
	}

	.news .more {
		position: static;
		margin-top: 10px;
		text-align: center;
	}

	/*.news .more a {

	}*/

	.news .more a:before {
		content: url(../img/button_arrow.png);
		margin-right: 4px;
		vertical-align: 0.1em;
	}

	.news ul li .category2{
		margin-left: 0.5em;
		margin-top: 0;
	}
	
	.news ul.tabs {
		border-bottom: solid 1px #0068b7;
		margin-top: 10px;
		margin-bottom: 0;
	}
	
	.news ul.tabs li {
		width: calc( 100% / 3 );
		border: 0;
		background-image: none;
		margin: 0;
		padding: 2px 2px 0 0;
	}
	
	.news ul.tabs li > a,
	.news ul.tabs li > span {
		margin: 0;
	}

/* 2025.08
** topics -> tsunagu_area
*/
/* --------------------
 .topics h2,
 .topics h2::before {
  height: 60px;
  *background: linear-gradient(-10deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 50%, rgba(235, 245, 248, 1) 50.1%, rgba(235, 245, 248, 1) 100%);
  margin-top: -10px;*
 }

 .topics .topics_footer {
  height: 120px;
  *background: linear-gradient(10deg, rgba(235, 245, 248, 1) 0%, rgba(235, 245, 248, 1) 50%, rgb(255 255 255 / 0%) 50.1%, rgb(255 255 255 / 0%) 100%);
  text-align: center;
  margin: 30px 0 -20px;*
 }

 .topics .topics_footer::after {
  height: 60px;
 }

 .topics_ttlImg {
  width: 100%;
  padding: 0 10px;
 }

 .topics_ttlImg img {
  max-width: 120px;
 }

 .topics_ttl-lt,
 .topics_ttl-rt {
  width: 28%;
 }

 .topics_ttl-lt {
  left: 10px;
 }

 .topics_ttl-rt {
  right: 10px;
 }

 .topics_ttl-lt::before,
 .topics_ttl-rt::before {
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
 }

 .topics_ttl-lt::before {
  left: 0;
 }

 .topics_ttl-rt::before {
  right: -0;
 }

	.topics ul {
		padding: 0;
	}
	
	.topics ul li,
	.topics ul li:nth-child(odd),
	.topics ul li:first-child,
	.topics ul li:nth-child(3n+1) {
		float: left;
		clear: none;
		width: 49%;
		margin: 10px 0 10px 2%;
		padding: 0 10px;
	}
	
	.topics ul li:nth-child(odd) {
		clear: both;
		margin-left: 0;
	}
	
	.topics ul li img {
		height: auto;
	}

	* 9件目を非表示 *
	.topics ul li:nth-of-type(9) {
		display: none;
	}
-------------------- */
	.tsunagu_area h2,
	.tsunagu_area h2::before {
		height: 60px;
		/* background: linear-gradient(-10deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 50%, rgba(235, 245, 248, 1) 50.1%, rgba(235, 245, 248, 1) 100%);
		margin-top: -10px; */
	}
	.tsunagu_area .tsunagu_footer {
		height: 120px;
		/* background: linear-gradient(10deg, rgba(235, 245, 248, 1) 0%, rgba(235, 245, 248, 1) 50%, rgb(255 255 255 / 0%) 50.1%, rgb(255 255 255 / 0%) 100%);
		text-align: center;
		margin: 30px 0 -20px; */
	}
	.tsunagu_area .tsunagu_footer::after {
		height: 60px;
	}
	.tsunagu_ttlImg {
		width: 100%;
		padding: 0 10px;
	}
	.tsunagu_ttlImg img {
		max-width: 120px;
	}
	.tsunagu_ttl-lt,
	.tsunagu_ttl-rt {
		width: 28%;
	}
	.tsunagu_ttl-lt {
		left: 10px;
	}
	.tsunagu_ttl-rt {
		right: 10px;
	}
	.tsunagu_ttl-lt::before,
	.tsunagu_ttl-rt::before {
		width: 14px;
		height: 14px;
		top: calc(50% - 7px);
	}
	.tsunagu_ttl-lt::before {
		left: 0;
	}
	.tsunagu_ttl-rt::before {
		right: -0;
	}
	.tsunagu_area ul {
		padding: 0;
	}
	.tsunagu_area ul li,
	.tsunagu_area ul li:nth-child(odd),
	.tsunagu_area ul li:first-child,
	.tsunagu_area ul li:nth-child(3n+1) {
		float: left;
		clear: none;
		width: 49%;
		margin: 10px 0 10px 2%;
		padding: 0 10px;
	}
	.tsunagu_area ul li:nth-child(odd) {
		clear: both;
		margin-left: 0;
	}
	.tsunagu_area ul li img {
		height: auto;
		max-height: 14vh;
	}
	/* 9件目を非表示 */
	.tsunagu_area ul li:nth-of-type(9) {
		display: none;
	}


	.access {
		margin: 0 30px;
	}

	.access .map,
	.access .desc {
		float: none;
		width: auto;
		margin-bottom: 50px;
	}

	.access .map {
		width: 100%;
		height: 240px;
	}

	.access a.button {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}


	.certificate {
		padding: 20px 10px 0;
		font-size: 0.85rem;
	}

	.certificate ul li,
	.certificate ul li:nth-child(3n+3) {
		display: block;
		position: relative;
		width: calc( 100% / 3 );
		margin: 0;
		padding: 10px;
		background-image: none;
	}

	.certificate ul li:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		height: 78%;
		border-left: solid 1px #e6e6e6;
	}

	.certificate ul li:nth-child(3n+3):after {
		content: none;
	}

	.certificate ul li .logo,
	.certificate ul li.jcep .logo {
		display: table;
		width: 100%;
		margin-bottom: 10px;
	}

	.certificate ul li .logo span,
	.certificate ul li.jcep .logo span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.certificate ul li .name {
		display: block;
		border-bottom: solid 1px #e6e6e6;
		padding-bottom: 25px;
		margin-bottom: 15px;
	}

	.main .bana,
	.main .sns,
    .main .sns2 {
		padding: 0 30px;
		display: block;
		overflow: hidden;
	}

	.main .bana p,
	.main .sns p {
		float: left;
		width: 50%;
		text-align: center;
	}
    
     .main .sns2 p {
		float: left;
		width: 50%;
		text-align: center;
         margin-right: 0px;
	}

	.main .bana img,
	.main .sns img,
    .main .sns2 img{
		width: 150px;
	}

}

@media screen and (max-width:480px) {
	
	.main .main_visual .slick-arrow {
		top: calc( 50% - 28px );
		left: 5px;
		right: auto;
		width: 12px;
		height: 19px;
	}
	
	.main .main_visual .slick-next {
		left: auto;
		right: 5px;
	}
}


@media screen and (max-width:360px) {

	.main .bana p,
	.main .sns p,
    .main .sns2 p {
		width: auto;
		float: none;
	}
}

.top_topicsWrap {
 background-color: #fff;
 border-radius: 10px;
 padding: 20px 40px;
 margin-top: 45px;
 text-align: center;
}

.top_topicsTtl {
 margin: 10px 0 20px !important;
}

.top_topicsTtl span {
 display: inline-block;
 text-indent: -999em;
}

.top_topicsCol {
 display: inline-flex;
 flex-flow: row nowrap;
 justify-content: space-around;
 align-items: stretch;
}

.top_topicsCol li {
 list-style: none;
 flex-grow: 1;
 margin: 0 !important;
 width: calc(100% / 4);
 border-bottom: 1px solid #0068b7;
}

.top_topicsCol li:not(:last-child) {
 margin-right: 35px !important;
}

.top_topicsCol a {
 color: #333;
 display: flex;
 flex-flow: column wrap;
 align-items: flex-start;
 overflow: hidden;
 height: 100%;
 padding-bottom: 10px;
 position: relative;
}

.top_topicsCol a:hover {
 cursor: pointer;
 color: #0068b7;
 text-decoration-color: #0068b7;
 text-underline-offset: 0.25em;
}

.top_topicsImg {
 background-color: #f8f8f8;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 15px;
}

.top_topicsCol img {
 display: block;
 margin: 0 auto;
 width: 100%;
 height: auto;
 transition: transform .6s ease;
}

.top_topicsTxt {
 text-align: left;
}

.top_topicsArrow {
 position: absolute;
 display: inline-block;
 bottom: 10px;
 right: 0;
 width: 20px;
 height: 1px;
 margin-top: 5px;
 border-radius: 9999px;
 background-color: #0068b7;
}

.top_topicsArrow::before {
 content: "";
 position: absolute;
 top: calc(50% - 0.5px);
 right: 0;
 width: 8px;
 height: 1px;
 border-radius: 9999px;
 background-color: #0068b7;
 transform: rotate(45deg);
 transform-origin: calc(100% - 0.5px) 50%;
}

@media screen and (min-width: 768px) {
 .top_topicsCol a:hover img {
  transform: scale(1.1);
 }
}

@media screen and (max-width: 767px) {
 .main_contents.top_topics {
  padding: 40px 0;
 }
 .top_topicsWrap {
  padding: 20px 10px 30px;
  margin: 0 10px;
 }

 .top_topicsCol {
  flex-flow: column wrap;
  margin: 0 !important;
 }

 .top_topicsCol li {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
 }

 .top_topicsCol li:not(:last-child) {
  margin: 0 0 20px 0 !important;
 }

 .top_topicsCol a {
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
 }

 .top_topicsImg {
  display: flex;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  max-width: 120px;
  height: auto;
 }
 .top_topicsImg img {
  display: block;
  max-width: 100%;
  height: auto;
 }

 .access h2 {
  margin: 20px 0 30px;
 }

}

@media screen and (max-width: 1079px) {
 .re-tbl-cmn02 .u-fs {
  font-size: 100%;
 }
}


/*
** 202508 外来診察日 / 受付時間（トップページ用）
------------------------------------------------------- */
.top_outpatient_area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: 30px auto 60px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.top_outpatient_area .outpatient_inner {
	display: flex;
	gap: 30px;
	width: 100%;
	background: none;
	text-align: center;
}
.top_outpatient_area .reception_hours,
.top_outpatient_area .consultation_day {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	border: 1px solid #0068b7;
	border-radius: 10px;
}
.top_outpatient_area .reception_hours__ttl,
.top_outpatient_area .consultation_day__ttl {
	background-color: #ebf5f8;
	border-bottom: 1px solid #0068b7;
	border-radius: 10px 10px 0 0;
}
.top_outpatient_area .reception_hours__ttl h3,
.top_outpatient_area .consultation_day__ttl h3 {
	position: relative;
	display: inline-block;
	margin: 10px 0 5px;
	padding-left: 30px;
	color: #0068b7;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.top_outpatient_area .consultation_day__ttl h3:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: calc(50% - 12px);
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/themes/nmct/img/ico_calender.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.top_outpatient_area .reception_hours__ttl h3:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: calc(50% - 12px);
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/themes/nmct/img/ico_watch.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.top_outpatient_area .consultation_day__content {
	flex-grow: 1;
	display: inline-flex;
	flex-flow: column;
	justify-content: center;
	gap: 5px;
	padding: 10px;
}
.top_outpatient_area .reception_hours__content {
	flex-grow: 1;
	display: inline-flex;
	flex-flow: column;
	justify-content: center;
	padding: 10px;
}
.top_outpatient_area .reception_hours__content p,
.top_outpatient_area .consultation_day__content p {
	margin: 0;
	font-size: 1.3rem;
	font-weight: bold;
}
.top_outpatient_area .reception_hours__content dl,
.top_outpatient_area .consultation_day__content dl {
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_outpatient_area .consultation_day__content dt {
	width: 20%;
}
.top_outpatient_area .reception_hours__content dt {
	width: 20%;
	margin: 5px 0 !important;
}
.top_outpatient_area .reception_hours__content dt > span,
.top_outpatient_area .consultation_day__content dt > span {
	padding: 2px 10px;
	background-color: #0068b7;
	border-radius: 4px;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	white-space: nowrap;
}
.top_outpatient_area .consultation_day__content dd {
	width: 40%;
	margin-top: 0;
}
.top_outpatient_area .reception_hours__content dd {
	width: 40%;
	margin-top: 0;
	font-size: 1.3rem;
	font-weight: bold;
}
.top_outpatient_area .reception_hours__content dl:first-of-type {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #0068b7;
}

.top_outpatient_area .btn_area a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.5em 1.5em;
	border: 2px solid #0068b7;
	border-radius: 30px;
	font-weight: bold;
	line-height: 1.5em;
}
.top_outpatient_area .btn_area a:hover {
	background-color: #ebf5f8;
	transition: 0.3s;
}
.top_outpatient_area .btn_area .arrow {
	position: relative;
	padding-left: 18px;
}
.top_outpatient_area .btn_area .arrow::after {
	position: absolute;
	display: inline-block;
	top: calc(50% - 8px);
	left: 0;
	content: url(../img/button_arrow.png);
	vertical-align: 0.1em;
}
.top_outpatient_area .btn_area a[href$=".pdf"]:after {
	content: none;
}

@media (max-width: 767px) {
	.top_outpatient_area {
		width: 94% !important;
		padding: 30px 10px !important;
	}
	.top_outpatient_area .outpatient {
		position: static;
		float: none;
		display: block;
		box-shadow: none;
		width: auto;
		min-height: auto;
		margin: 30px 10px;
		padding: 30px 10px;
		overflow: hidden;
	}
	.top_outpatient_area .outpatient_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}
	.top_outpatient_area .reception_hours,
	.top_outpatient_area .consultation_day {
		width: calc(50% - 15px);
	}
	.top_outpatient_area .reception_hours__content,
	.top_outpatient_area .consultation_day__content {
		flex-grow: 1;
		display: inline-flex;
		flex-flow: column;
		justify-content: center;
	}
	.top_outpatient_area .reception_hours__content dl,
	.top_outpatient_area .consultation_day__content dl {
		display: block;
	}
	.top_outpatient_area .reception_hours__content dt,
	.top_outpatient_area .consultation_day__content dt {
		width: 100%;
	}
	.top_outpatient_area .reception_hours__content dd,
	.top_outpatient_area .consultation_day__content dd {
		width: 100%;
		margin-top: 10px;
	}
	.top_outpatient_area .btn_area a {
		border-radius: 0;
	}
	
	
	
}

