@charset "utf-8";

/*
Site URL	https://plaza.umin.ac.jp/hcw/
Created		2022/03/16 Hayashi Ryosuke
Last update	2022/03/08 Hayashi Ryosuke
Author		Hayashi Ryosuke（UMIN Center）
*/

.title_logo{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 50%;
}

.menu--flex li{
	filter: drop-shadow(2px 2px 0px rgba(223,51,78,1));
}
.menu--flex .check{
	background-color: rgb(255,220,240);
}

.menu--flex2 li{
	filter: drop-shadow(2px 2px 0px rgba(223,51,78,1));
}
.menu--flex2 .check{
	background-color: rgb(255,220,240);
}

.sec-body{
	background: rgb(255,255,255);
	filter: drop-shadow(2px 2px 2px rgba(150,0,0,1));
}
.sec-body--h2,
.sec-box--h2{
	background: rgb(223,51,78);
	color: rgb(255,255,255);
}

.sec-box--h4a{
	border-bottom: solid 1px rgb(255,160,10);
}




.nyukai--button{
	width:15em;
	height: 3em;
	margin: 1em 1em 2em 0em;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; 
	-webkit-justify-content: center;
	justify-content: center;
	border: 2px solid rgb(255,150,100);
	border-radius: 5px;
	background: rgb(255,230,200);
	filter: drop-shadow(2px 2px 1px rgba(80,50,0,0.7));
}

.nyukai--button div:after{
	content: url(https://www.umin.ac.jp/images/hcw/153-14.png);
}

.syusei--button{
	width:15em;
	height: 3em;
	margin: 0 0 0 2em ;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; 
	-webkit-justify-content: center;
	justify-content: center;
	border: 2px solid rgb(150,250,100);
	border-radius: 5px;
	background: rgb(230,255,200);
	filter: drop-shadow(2px 2px 1px rgba(80,50,0,0.7));
}


.yuchiyo{
	border:2px solid rgb(150, 200, 150);
	padding: .5rem;
	margin: 1rem 0;
}
.bank{
	border:2px solid rgb(150,150,200);
	padding: .5rem;
}


/*===========================
役員等のページ memberlist.html
yakuin-page
===========================*/

.yakuin-page{

}
.yakuin-page h3{
	font-size: 1.6rem ;
	border-bottom: dotted 5px rgb(0, 0, 0);
	margin-bottom: .5rem ;
}
.yakuin-page h3 + p {
	margin-bottom: 1rem;
}

.yakuin-page ul{
	margin-left: 1rem;
}
.yakuin-page li{
	position: relative;
	line-height: 1.3rem ;
	margin-bottom: .5rem ;
}
.yakuin-page li.leader:before{
	position: absolute;
	left: -1.2rem;
	content: "◎";
}
.yakuin-page li.sbu-leader:before{
	position: absolute;
	left: -1.2rem;
	content: "〇";
}
.yakuin-name{
	display: inline-block;
	width: 8rem ;
	font-weight: 600;
}
.yakuin-department{
	display: inline-block;
	font-size: .8rem ;
}
@media screen and (max-width:500px) { 
	.yakuin-name,
	.yakuin-department{
		display: block;
	}
}


.common_journal{
	font-weight: 600;
	font-size: 2rem;
}

/*===========================
お知らせ欄の装飾 index.html
===========================*/

.new-badge {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.1em 0.4em;
	background-color: red;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	border-radius: 3px;
	animation: blink 1.5s step-start infinite;
}
@keyframes blink {
	50% {
		opacity: 0;
	}
}

.notice{
	margin-bottom: 0.5em;
	margin-top: 1em;
	padding: 0.8em;
	border-left: 4px solid #C94B5C;
	background-color: #E9A5A5;
	border-radius: 4px;
	font-weight: bold;
}

.maintext{
	padding-left:1em;
}

.toggle-button-wrapper {
	text-align: center;
	margin-top: 1em;
}

#toggle-past {
	display: none;
}

.toggle-label {
	display: inline-block;
	background-color: #E63950;
	color: white;
	padding: 0.6em 1em;
	border-radius: 5px;
	cursor: pointer;
	font-size: 0.95em;
	margin-top: 1em;
}

.past-notices {
	display: none;
	margin-top: 1em;
}

.toggle-section #toggle-past:checked ~ .past-notices {
	display: block;
	animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.intend{
	text-indent: 1rem;
}

/*===========================
FAQ装飾 faq.html
===========================*/

.faq-heading{
	background-color: #fce5e9;;
	padding: 0.5em 0.3em ;
	border-radius: 4px;
	font-weight: bold;
	letter-spacing:0.12em;
	line-height:1.34em;

}

.faq-main{
	background-color: #fff;
	color: #333;
	padding: 0.5em 0.3em ;
	border-radius: 4px;
	line-height:1.34em;
	letter-spacing:0.12em;
}

.faq-frame{
	margin:1em;
	border:1px solid #ddd;
	border-radius:4px;
}



.frame{
	line-height:1.34em;
	display: flex;
	margin:0em 1em;
	border:1px solid #ddd;
	border-radius:4px;
	padding:0.5em;
}

.frame:first-of-type {
	border-radius:4px 4px 0 0 ;
}

.frame:last-of-type {
	border-radius:0 0 4px 4px ;
}

.f-heading{
	font-weight: bold;
	line-height:1.34em;
	min-width: 3em;
}

.f-main{
	line-height:1.34em;
	font-weight: bold;
}

.f-bgcolor{
	background-color: #fce5e9;;

}

.a-heading{
	font-weight: bold;
	line-height:1.34em;
	min-width: 3em;
}

.a-main{
	line-height:1.34em;
}