@charset "utf-8";

/*page-alumni
************************************************************************************/

#page_alumni{}

#page_alumni ul.list{
	border-top: 1px solid #33326a;
}
#page_alumni ul.list li{
	display: table;
	width: 100%;
	padding: 1.5em 0;
	border-bottom: 1px solid #33326a;
}
#page_alumni ul.list li p{
	padding: 0;
}
#page_alumni ul.list li .date{
	display: table-cell;
	width: 6em;
	vertical-align: top;
}
#page_alumni ul.list li .category{
	display: table-cell;
	width: 7em;
	vertical-align: top;
}
.category span,
.category span.classroom{
	background: #F6C3C3;
}
.category span.study{
	background: #B2E2AD;
}
.category span.treatment{
	background: #ADCBE2;
}
#page_alumni ul.list li .cmt{
	display: table-cell;
	vertical-align: top;
	padding-left: 1em;
}
#page_alumni ul.list li .cmt a{
	color: #000;
	text-decoration: none;
}
@media screen and (min-width: 980px) {
	#page_alumni ul.list li .cmt a{
		position: relative;
		display: inline-block;
		-webkit-transition: .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		text-decoration: none;
	}
	#page_alumni ul.list li .cmt a::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #ccc;
		z-index: 10;
	}
	#page_alumni ul.list li .cmt a::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0;
		height: 1px;
		z-index: 20;
		background-color: #ffe92c;
		-webkit-transition: .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#page_alumni ul.list li .cmt a:hover::after{
		width: 100%;
		background-color: #ffe92c;
	}
}
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}


.modaal-content-container{
	color: #000;
	padding: 30px;
}
.modaal-content-container h1{
	text-align: center;
	margin-bottom: .7em;
}
.modaal-content-container h2{
	text-align: center;
	margin-bottom: .7em;
}
.modaal-content-container ul.date_wrap{
	display: table;
	margin: 1em auto;
}
.modaal-content-container ul.date_wrap li{
	display: table-cell;
	padding: 0 1.5em;
}
.modaal-content-container ul.date_wrap li.date{
	border-right: 1px solid #ccc;
}
.modaal-content-container ul.date_wrap .category span{
	padding: .25em 1em;
}

@media screen and (max-width: 1024px){
	.modaal-close {
		right: inherit;
		left: 20px;
	}
	.modaal-fullscreen .modaal-close {
		right: inherit;
		left: 10px;
	}
}
@media screen and (max-width: 768px){
	#page_alumni ul.list li{
		display: block;
	}
	#page_alumni ul.list li .date{
		display: block;
		width: auto;
		padding-bottom: .3em;
	}
	#page_alumni ul.list li .cmt{
		display: block;
		padding: 0;
	}
	
	.modaal-content-container h1{
		text-align: center;
		margin-bottom: .7em;
	}
	.modaal-content-container h2{
		text-align: center;
		margin-bottom: .7em;
	}
}

/*link*/
.page-alumni table.normal th{
	text-align: center;
}
.page-alumni table.normal td.map{
	width: 4em;
	text-align: center;
}
.page-alumni table.normal td.map img{
	width: 20px;
	height: auto;
	margin: auto;
	display: block;
}
@media screen and (max-width: 599px) {
	.page-alumni table.normal tbody td:before{
		font-weight: 700;
	}
	.page-alumni table.normal tbody td:nth-of-type(1):before{
		content: "院長（入局年）：";
	}
	.page-alumni table.normal tbody td:nth-of-type(2):before{
		content: "住所：";
	}
	.page-alumni table.normal td.map{
		width: auto;
		text-align: left;
	}
	.page-alumni table.normal td.map a{
		display: inline-block;
	}
	.page-alumni table.normal td.map a:after{
		content: "地図はこちらより»";
	}
	.page-alumni table.normal td.map img{
		display: none;
	}
}

/*会員ページへのバナー*/
.page-alumni .bannerlist{
	width: 70%;
	display: grid;
	grid-template-columns: 140px 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
	margin: 30px auto;
	border-radius: 3px;
	background: #2B3A78;
}
.page-alumni .bannerlist img{
	width: 90px;
	height: auto;
	vertical-align: middle;
	margin: 0 auto;
}
.page-alumni .bannerlist .title{
	font-size: 1.875em;
	padding: 20px 40px 20px 20px;
	background: url("../../img/common/ar_white_circle.svg") no-repeat right 30px center;
	background-size: 40px auto;
	line-height: 1.2;
}

.page-alumni .bannerlist .title a{
	color: #FFF;
	text-decoration: none;
    display: block;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1025px) {
	.page-alumni .bannerlist,
	.page-alumni .bannerlist .title{
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.page-alumni .bannerlist:hover{
		background: #1B2757;
	}
	.page-alumni .bannerlist .title:hover{
		background: url("../../img/common/ar_white_circle.svg") no-repeat right 25px center;
		background-size: 40px auto;
	}
}
@media screen and (max-width: 1024px){
	.page-alumni .bannerlist{
		width: 80%;
		margin: auto;
	}
}

@media screen and (max-width: 768px){
	.page-alumni .bannerlist{
		width: 95%;
		grid-template-columns: 110px 1fr;
	}
	.page-alumni .bannerlist img{
		width: 70px;
	}
	.page-alumni .bannerlist .title{
		font-size: 1.315em;
		padding: 20px 40px 20px 10px;
	}
}
@media screen and (max-width: 599px) {
	.page-alumni .bannerlist{
		width: 98%;
		grid-template-columns: 80px 1fr;
	}
	.page-alumni .bannerlist .title{
		font-size: 1.315em;
		padding: 20px 40px 20px 0;
	}
}


/*page-greeting
************************************************************************************/
.greetingBox{
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 40px;
	align-items: stretch;
}
.greetingBox .greetingBox_ph img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.greetingBox span.name{
	font-size: 1.25em;
	display: block;
}
.page-greeting .text .lv_h4{
	margin: 0 0 1em;
}
@media screen and (max-width: 599px) {
	.greetingBox{
		display: block;
	}
	.greetingBox .greetingBox_ph img{
		max-width: 60%;
		display: block;
		margin: auto;
	}
}

