@charset "utf-8";

/*common
************************************************************************************/

#footer{
	margin-top: 0;
}

/*title*/
.title-box{
	margin-bottom: 30px;
	padding: 30px 0;
	text-align: center;
	color: #FFF;
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	font-style: normal;
	background-color: rgba(0, 102, 155, 0.4);
}
.title-box.pur{
	background-color: rgba(12, 19, 95, 0.5);
}
.title-box .sub{
	font-size: 1.125em;
	padding-top: .3em;
}
.title-box h1{
	font-size: 2.125em;
}
.title-box a{
	color: #FFF;
}

@media screen and (max-width: 1024px){
/*smart phone*/
	.title-box h1{
		font-size: 1.875em;
	}
}
@media screen and (max-width: 768px){
/*smart phone*/
	.title-box .sub{
		font-size: 1em;
		padding-top: .3em;
	}
	
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}

/*slidearea
************************************************************************************/

.FV{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
}
.FV:before{
	content: "";
	padding-bottom: 40%;
	display: block;
}
.FV .swiper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
	text-align: center;
}
.FV .swiper img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.FV .copy-area{
	position: absolute;
	top: 40%;
	right: 10%;
	color: #FFF;
	text-shadow: 0px 3px 6px #000000AB;
	z-index: 20;
}
.FV .copy-area h1{
	font-size: 1.75em;
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	font-style: normal;
}


@media screen and (max-width: 1024px){
/*smart phone*/
	.FV .copy-area{
		width: 100%;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.FV .copy-area h1{
		font-size: 1.5em;
	}
}
@media screen and (max-width: 768px){
/*smart phone*/
	.FV .copy-area h1{
		font-size: 0.923em;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
	
}
@media screen and (max-width: 415px){
}

body#home .banner_wrap{
	margin: 10px 0 0;
	background: #EBEBEB;
	padding: 30px 0;
}
body#home .banner_wrap ul.banners{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body#home .banner_wrap ul.banners li{
	width: calc(100% / 3);
	padding: 5px;
	box-sizing: border-box;
}
body#home .banner_wrap ul.banners li a[href$=".pdf"]:before{
	display: none;
}
body#home .banner_wrap ul.banners li img{
	width: 100%;
	height: auto;
}


/*toppage gate
************************************************************************************/
#gate{
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gate section{
	width: 49.7%;
}
#gate_gen{
	background: url("../img/toppage/bg_top_general.jpg") no-repeat center center;
	background-size: cover;
}
#gate_med{
	background: url("../img/toppage/bg_top_medical.jpg") no-repeat center center;
	background-size: cover;
}
#gate section .text{
	padding: 30px;
	margin: 15px auto;
	text-align: center;
	font-size: 1.25em;
}
/*
#gate .gate_list{
	margin: 40px auto 100px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gate .gate_list li{
	width: 70%;
	margin: 25px 0;
	background: #FFF;
	padding: 25px 120px 25px 30px;
	box-sizing: border-box;
	font-size: 1.25em;
	position: relative;
}
#gate .gate_list li img{
	height: 55px;
	width: auto;
	vertical-align: middle;
	padding-right: 15px;
}
#gate .gate_list li:before{
	width: 80px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	display: block;
	background: url("../img/common/ar_gray.svg") no-repeat center center;
	background-size: 30px auto;
}
#gate .gate_list li a{
	color: #000;
	text-decoration: none;
}
*/

#gate #information{
	background: url("../img/medical/bg_member.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	margin-top: 0.3%;
	padding-bottom: 30px;
}
#gate #information ul.information_list{
	display: flex;
	flex-wrap: wrap;
}
#gate #information ul.information_list li{
	width: 23%;
	margin: 1%;
	background: #FFF;
	position: relative;
}
#gate #information ul.information_list li a{
	color: #000;
}
#gate #information ul.information_list li:before{
	width: 80px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	display: block;
	background: url("../img/common/ar_gray.svg") no-repeat center center;
	background-size: 30px auto;
}
#gate #information ul.information_list li .imagebox{
	width: 100%;
	padding: 30px;
	display: table;
}
#gate #information ul.information_list li .imagebox .image{
	display: table-cell;
	vertical-align: middle;
	width: 50px;
}
#gate #information ul.information_list li .imagebox .image img{
	max-width: 100%;
	height: auto;
}
#gate #information ul.information_list li .imagebox .titlebox{
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
#gate #information ul.information_list li .imagebox .titlebox .s_title{
	color: #7A7A7A;
}

@media screen and (min-width: 1025px) {
	#gate .gate_list li:before,
	#gate #information ul.information_list li:before{
		-webkit-transition: .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#gate .gate_list li:hover:before,
	#gate #information ul.information_list li:hover:before{
		background: url("../img/common/ar_gray.svg") no-repeat right 10px center;
		background-size: 30px auto;
	}
}

@media screen and (max-width: 1250px){
/*smart phone*/
	#gate .gate_list li{
		width: 85%;
		padding: 25px 80px 25px 30px;
	}
	#gate #information ul.information_list li{
		width: 48%;
	}
}


@media screen and (max-width: 1024px){
/*smart phone*/
	#gate .gate_list li{
		width: 96%;
		padding: 25px 80px 25px 30px;
	}
	#gate .gate_list li img{
		height: 40px;
	}
	#gate .gate_list li:before{
		width: 60px;
	}
}
@media screen and (max-width: 768px){
/*smart phone*/
	#gate section{
		width: 100%;
		margin: 5px 0
	}
	#gate .gate_list{
		margin: 40px auto 40px auto;
	}
	#gate .gate_list li{
		width: 85%;
		padding: 25px 80px 25px 30px;
		margin: 5px 0;
	}
}
@media screen and (max-width: 599px) {
	#gate #information ul.information_list li{
		width: 98%;
	}
}
@media screen and (max-width: 415px){
}
/*page_news
************************************************************************************/
#gate #news{
	width: 100%;
	background: #f6f6f6;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 0;
}
#gate #news .titlearea{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0;
	border: 0;
}
#gate #news .titlearea h1{
	width: 12em;
	text-align: center;
	font-size: 1.313em;
	background: #2458a7;
	color: #FFF;
	height: 50px;
	line-height: 50px;
}
#gate #news .titlearea .btn-more{
	width: 13em;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#gate #news .titlearea .btn-more a{
	width: 100%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	background: #60bf61;
	color: #FFF;
	text-decoration: none;
	background: url("../img/common/ar_news.svg") no-repeat right 15px center #7d7d7d;
	background-size: 18px auto;
	display: block;
}
#gate #news ul.news-list{
	margin: 0 0 0 0;
}
#gate #news ul.news-list li{
	border-top: 1px solid #FFF;
}

@media screen and (min-width: 1025px) {
	#gate #news .titlearea .btn-more a{
		-webkit-transition: .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	#gate #news .titlearea .btn-more a:hover{
		background: url("../img/common/ar_news.svg") no-repeat right 7px center #7d7d7d;
		background-size: 18px auto;
	}
}

#gate ul.topics-list{
	border-top: 1px solid #ccc;
}
#gate ul.topics-list li{
	display: table;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
#gate ul.topics-list li p{
	display: table-cell;
	vertical-align: top;
}
#gate ul.topics-list li .date{
	width: 7em;
}
#gate ul.topics-list li .topics-category{
	width: 7em;
}
#gate ul.topics-list li .title{
	padding-left: 1em;
}
#gate .topics-category span{
	display: block;
	border-radius: 3px;
	padding: .3em 0;
	text-align: center;
	color: #FFF;
	font-size: 0.813em;
}
#gate .topics-category .general{
	background: #53C4AD;
}
#gate .topics-category .medical{
	background: #3272BF;
}
#gate .topics-category .all{
	background: #828282;
}
#gate .topics-category a,
#gate .topics-category a:hover{
	color: #FFF;
}

#gate .topics-date{
	display: inline-block;
	padding: 0 1em;
	color: #929292;
}
#gate .page_details .topics-category{
	display: inline-block;
	width: 7em;
}

#gate ul.category-btn{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#gate ul.category-btn li{
	width: 24%;
	margin-right: 1%;
	text-align: center;
	padding: .5em 0;
}


/*以下、一般の方、医師、医学生の方　トップ
************************************************************************************/

/*contents-btn*/
#contents-btn{
	width: 100%;
	padding: 0 140px;
	box-sizing: border-box;
	background: url("../img/general/bg_general_01.jpg") no-repeat top center;
	background-size: 100% auto;
}
#contents-btn .catch_copy{
	padding: 150px 0;
	text-align: right;
	font-size: 2.25em;
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
#contents-btn .catch_copy span{
	padding-right: 6em;
	display: block;
}
#contents-btn ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 50px;
	align-items: stretch;
}

#contents-btn ul li{
	padding: 30px 50px;
	background: #FFF;
	box-shadow:0px 0px 3px #666;
	position: relative;
}
#contents-btn ul li .image{
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
#contents-btn ul li .image:before {
	content:"";
	display: block;
	padding-top: 65.9%;
}
#contents-btn ul li .image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#contents-btn ul li h2{
	text-align: center;
	color: #ff583b;
	font-size: 1.4em;
	margin-bottom: 30px;
	line-height: 1;
}
#contents-btn ul li .list{
	margin-bottom: 60px;
}
#contents-btn ul li .list p{
	margin: 7px 0 7px 15px;
	padding: 0 0 0 30px;
	background: url("../img/common/ar_pink.svg") no-repeat left center;
	background-size: 15px auto;
}
#contents-btn ul li .more{
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: flex;
	justify-content: flex-end;
}
#contents-btn ul li .more a{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 120px;
	padding: 5px 10px 5px 20px;
	box-sizing: border-box;
	background: url("../img/common/ar_white.svg") no-repeat left 10px center #e61874;
	background-size: 7px auto;
	font-size: 0.875em;
	display: block;
	background-size: 7px auto;
}
@media screen and (min-width: 1025px) {
	#contents-btn ul li .more a{
		-webkit-transition: .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#contents-btn ul li .more a:hover{
		background: url("../img/common/ar_white.svg") no-repeat left 17px center #e61874;
		background-size: 7px auto;
	}
}

@media screen and (min-width: 1025px) {
	#contents-btn ul li .more a{
		-webkit-transition: .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#contents-btn ul li .more a:hover{
		background: url("../img/common/ar_white.svg") no-repeat left 17px center #e61874;
		background-size: 7px auto;
	}
}
	
@media screen and (max-width: 1024px){
/*smart phone*/
	#contents-btn{
		padding: 30px;
		box-sizing: border-box;
		background-size: cover;
	}
	#contents-btn .catch_copy{
		padding: 0 0 40px;
		text-align: center;
		font-size: 1.75em;
	}
	#contents-btn .catch_copy span{
		padding-right: 0;
	}
	#contents-btn ul{
		column-gap: 20px;
		row-gap: 20px;
	}

	#contents-btn ul li{
		padding: 30px;
	}
	#contents-btn ul li h2{
		font-size: 1.25em;
	}
}
@media screen and (max-width: 768px){
/*smart phone*/
	#contents-btn ul{
		grid-template-columns: 1fr;
		column-gap: 80px;
		row-gap: 80px;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}



/*news*/
#news{
	width: 100%;
	padding: 100px 0 100px 350px;
	box-sizing: border-box;
	background: url("../img/general/bg_general_02.jpg") no-repeat left center;
	background-size: auto 100%;
}
#news .titlearea{
	display: table;
	width: 100%;
	margin: 0 0 0 0;
	padding: 30px 0;
	border-bottom: 1px solid #000;
}
#news .titlearea h1{
	width: calc (100% - 12em);
	text-align: center;
	font-size: 2em;
	display: table-cell;
	line-height: 1;
}
#news .titlearea .btn-more{
	display: table-cell;
	width: 10em;
	text-align: right;
	padding-right: 2em;
	text-align: center;
	font-size: 0.875em;
}
#news .titlearea .btn-more a{
	width: 100%;
	padding: 5px 5px 5px 15px;
	box-sizing: border-box;
	background: #60bf61;
	color: #FFF;
	text-decoration: none;
	background: url("../img/common/ar_white.svg") no-repeat left 10px center #60bf61;
	background-size: 7px auto;
	display: block;
}

#news ul.newslist{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	background-color: rgba( 255, 255, 255, 0.8 );
}
#news ul.newslist li{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	align-items: center;
	width: 100%;
	padding: 1em .7em;
	font-weight: bold;
}
#news ul.newslist li .date{
	width: 8em;
	font-size: 0.875em;
}
#news ul.newslist li .title{
	padding-left: 2em;
}

@media screen and (min-width: 1025px) {
	#news ul.newslist li .title a{
		-webkit-transition: .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	#news ul.newslist li .title a a:hover{
		background: #60bf61;
		color: #FFF;
	}
}
@media screen and (max-width: 1024px){
/*smart phone*/
	#news{
		padding: 30px;
		background: url("../img/general/bg_general_02.jpg") no-repeat center center;
		background-size: cover;
	}
	#news .titlearea h1{
		font-size: 1.5em;
	}
	#news .titlearea .btn-more{
		display: table-cell;
		width: 10em;
		text-align: right;
		padding-right: 2em;
		text-align: center;
		font-size: 0.875em;
	}
	#news ul.newslist li{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: left;
		justify-content: left;
		align-items: center;
		width: 100%;
		padding: 1em .7em;
		font-weight: bold;
	}
	#news ul.newslist li .date{
		width: 100%;
	}
	#news ul.newslist li .title{
		width: 100%;
		padding-left: 0;
		margin: 7px 0;
	}
	
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}



