@charset "utf-8";

/* =======================================
header
========================================== */

.kv {
	width: 100%;
}

.kv .kv_main {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

.kv .kv_main img {
	width: 100%;
}

.top-swiper-container {
	background: #eeeeee;
}

.slide_inner {
	position: relative;
	margin: 0 auto;
	max-width: 1800px;
}

.slide_inner img {
	width: 100%;
}

.slide_inner_txt,
.slide_inner_sub {
	position: absolute;
	/*background: rgba(255,255,255,0.6);*/
	color: #2C31A6;
  text-shadow:1px 1px 15px #FFF, -1px -1px 15px #FFF,
              -1px 1px 15px #FFF, 1px -1px 15px #FFF,
              0px 1px 15px #FFF, 0-1px 15px #FFF,
              -1px 0 15px #FFF, 1px 0 15px #FFF;
}

/*
.swiper-slide-active .slide_inner_txt {
	animation: slideFromRightSub 2s ease 0s 1 normal;
}

.swiper-slide-active .slide_inner_sub {
	animation: slideFromRightSub 2.0s ease 0s 1 normal;
}

@keyframes slideFromRightSub {
	0%, 45% {
		transform: translateX(50px);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}
*/

.swiper-slide-active .slide_inner_txt	{
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 5s ease 0s 1 normal;
}

.swiper-slide-active .slide_inner_sub {
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.top_news {
	width: 100%;
	padding: 80px 0;
	background: #fff;
}

.top_news_list ul {
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #ededed;
}

.top_news_list ul li span.type_01 {
	background: url(../image/type_01.gif) no-repeat left center;
	padding-left: 65px;
	padding-top: 3px;
}

.top_news_list ul li span.type_02 {
	background: url(../image/type_02.gif) no-repeat left center;
	padding-left: 65px;
	padding-top: 3px;
}

.top_news_list ul li span.type_03 {
	background: url(../image/type_03.gif) no-repeat left center;
	padding-left: 65px;
	padding-top: 3px;
}

.top_news_list ul li span.type_04 {
	background: url(../image/type_04.gif) no-repeat left center;
	padding-left: 65px;
	padding-top: 3px;
}
				

.top_news_list ul li span.date {
	padding-right: 15px;
}

.top_news_list ul li a {
	color: #333;
	text-decoration: underline;
}

.top_treatment .top_treatment_inner {
	width:100%;
	max-width: 1800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.top_treatment .top_treatment_inner div {
	width: calc(100% / 3);
	text-align: center;
	min-height: 400px;
	padding: 30px 20px;
	box-sizing: border-box;
}

.top_treatment .top_treatment_inner div:nth-child(odd) {
	background: #cbd1ec;
}

.top_treatment .top_treatment_inner div:nth-child(even) {
	background: #e3e7f7;
}

.top_treatment .top_treatment_inner div img {
	width: 200px;
	margin: 0 auto;
}

.top_treatment .top_treatment_inner div p {
	font-size: 1.8rem;
	font-weight: bold;
	color: #2C31A6;
	line-height: 1.1;
	margin: 20px 0 10px;
}

.top_treatment .top_treatment_inner div p span {
	font-size: 1.4rem;
}

.top_treatment .top_treatment_inner div a {
	font-size: 1.5rem;
	color: #333;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	text-decoration: underline;
}

.top_treatment .top_treatment_inner div a i {
	font-size: 1.3rem;
	color: #2C31A6;
}









@media only screen and (max-width:899px) {
#top_visit_test {
	margin: 50px 0;
}

#top_visit_test .top_visit_test_cont {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
}

#top_visit_test .top_visit_test_inner {
	width: 48%;
	margin-bottom: 4%;
}

#top_visit_test .top_visit_test_inner img {
	width: 100%;
}

#top_visit_test .top_visit_test_link {
	display: block;
	position: relative;
}

#top_visit_test .top_visit_test_link .top_visit_test_btn {
	position: absolute;
	left: 0;
  right: 0;
  margin: auto;
	bottom: 15px;
	color: #fff;
	background: #2C31A6;
	border-radius: 50px;
	padding: 15px 5px;
	font-size: 1.5rem;
	text-align: center;
	width: 78%;
}
}

@media only screen and (max-width: 480px) {

#top_visit_test {
	margin: 50px 0;
}

#top_visit_test .top_visit_test_cont {
	width: 95%;
	margin: 0 auto;
}

#top_visit_test .top_visit_test_inner {
	width: 100%;
	margin-bottom: 4%;

}

#top_visit_test .top_visit_test_inner img {
	width: 100%;
	height: auto;
	margin-top: -100px;
}

#top_visit_test .top_visit_test_link {
	display: block;
	position: relative;
	height: 220px;
	overflow: hidden;
}

#top_visit_test .top_visit_test_link .top_visit_test_btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20px;
	color: #fff;
	background: #2C31A6;
	border-radius: 50px;
	padding: 15px 5px;
	font-size: 1.6rem;
	text-align: center;
	width: 70%;
}

}


@media only screen and (min-width:900px) {

#top_visit_test {
	margin: 50px 0;
}

#top_visit_test .top_visit_test_cont {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

#top_visit_test .top_visit_test_inner {
	width: 31%;
	margin-bottom: 3%;
}

#top_visit_test .top_visit_test_inner img {
	width: 100%;
}

#top_visit_test .top_visit_test_link {
	display: block;
	position: relative;
}

#top_visit_test .top_visit_test_link .top_visit_test_btn {
	position: absolute;
	left: 0;
  right: 0;
  margin: auto;
	bottom: 15px;
	color: #fff;
	background: #2C31A6;
	border-radius: 50px;
	padding: 15px 5px;
	font-size: 1.6rem;
	width: 270px;
	text-align: center;
}
}