@charset "utf-8";

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

.head-title-lang{
	border: 2px solid rgb(255, 180, 50);
}

.menu--flex li{
	border: solid 2px rgb(255,160,10);
	filter: drop-shadow(2px 2px 2px rgba(100,50,0,1));
}
.menu--flex .check{
	background-color: rgb(255,250,230);
}


.sec-body{
	background: rgb(255,255,255);
	filter: drop-shadow(0px 2px 2px rgba(100,50,0,1));
}
.sec-body--h2,
.sec-box--h2{
	background: rgb(188,80,30);
	text-shadow:1px 1px 0 rgba(50,50,50,1);
	color: rgb(255,255,255);
}
.sec-box--h3a{
	border-bottom: dotted 6px rgb(80,80,80);
}
.sec-box--h4a{
	border-bottom: solid 1px rgb(255,160,10);
}


/*========================================

=========================================*/
table {
    border-collapse:  collapse;
    font-size: 14px;
} 
strong{
	text-decoration: underline;
	font-weight: 600;
}
caption{
	font-weight: 600;
}


.table_scroll{
	display: none;
}
@media screen and (max-width:500px) { 
	.table_scroll{
		display:block;
		padding: .5rem;
	}
}
/*図１、図４*/
.table_z1{
	margin: 1rem .5rem;
	overflow-x:auto;
	overflow-y: hidden;
}
.table_z1 table{
	width: 100%;
	box-shadow: 0 .2em .5em rgb(180,180,180);
	background: rgb(250, 255, 250);
}
.table_z1 td,
.table_z1 th{
	border: solid 2px rgb(30,130,80);
	padding: .5rem;
}
.table_z1 caption{
	caption-side: bottom;
	margin-top: .5rem;
}
@media screen and (max-width:500px) { 
	.table_z1 table{
		width: 850px;
	}
}


/*表5*/
.table_n1{
	margin: 1rem .5rem;
	overflow-x:auto;
	overflow-y: hidden;
}
.table_n1 table{
	width: 100%;
	box-shadow: 0 .2em .5em rgb(180,180,180);
	background: rgb(255, 255, 245);
}
.table_n1 td,
.table_n1 th{
	border: solid 2px rgb(188,80,30);
	padding: .5rem;
}
/*表5注釈*/
.table_n1_last > td{
	border: none;
}
@media screen and (max-width:500px) { 
	.table_n1 table{
		width: 850px;
	}
}


/*表１*/
.table_n2{
	margin: 1rem .5rem;
	overflow-x:auto;
	overflow-y: hidden;
}
.table_n2 table{
	width: 100%;
	box-shadow: 0 .2em .5em rgb(180,180,180);
	background: rgb(255, 255, 245);
}
.table_n2 td{
	border-left: solid 2px rgb(188,80,30);
	border-right: solid 2px rgb(188,80,30);
	padding: .5rem;
}
.table_n2 tr:last-child td{
	border-bottom: solid 2px rgb(188,80,30);
}
.table_n2 td.head-td{
	border-top: solid 2px rgb(188,80,30);
	border-bottom: solid 2px rgb(188,80,30);
}
@media screen and (max-width:500px) { 
	.table_n2 table{
		width: 850px;
	}
}

/**/
.table_n3{
	margin: 1rem .5rem;
}
.table_n3 table{
	width: 100%;
	box-shadow: 0 .2em .5em rgb(180,180,180);
	background: rgb(255, 255, 245);
}
.table_n3 th{
	border-top: solid 2px rgb(188,80,30);
	border-bottom: solid 2px rgb(188,80,30);
	padding: .5rem;
}
.table_n3 td{
	border: solid 2px rgb(188,80,30);
	padding: .5rem;
}

/*表２、表３、表6*/
.table_n4{
	margin: 1rem .5rem;
	overflow-x:auto;
	overflow-y: hidden;
}
.table_n4 table{
	width: 100%;
	box-shadow: 0 .2em .5em rgb(180,180,180);
	background: rgb(255, 255, 245);
}
.table_n4 th{
	border-top: solid 2px rgb(188,80,30);
	border-bottom: solid 2px rgb(188,80,30);
	padding: .5rem;
}
.table_n4 th.th-ali-left{
	text-align: left;
}
.table_n4 td{
	padding: .5rem;
}
.table_n4 tr:last-child td{
	border-bottom: solid 2px rgb(188,80,30);
}
.table_n4 .th_arrow::after{
	content: "⇒";
	right: 0;
	float: right;
}
@media screen and (max-width:500px) { 
	.table_n4 table{
		width: 850px;
	}
}

.div-caption{
	margin-top: 1rem ;
	text-align: center;
	font-weight: 600;
}
.layer1{
	margin: .2rem .5rem .5rem .5rem;
	border: 1px solid rgb(188,80,30);
	box-shadow: 0 .2em .5em rgb(180,180,180);
	padding: 1em;
	background: rgb(255, 255, 245);
}
.ol--style_decimal{
	list-style: decimal ;
	margin-top: 1em;
	margin-left: 1em;
}
.ol--style_decimal > li{
	line-height: 1.3em;
	margin-bottom: .5em;
}

.ul--style_disc{
	list-style: disc;
	margin-left: 1rem;
}

.count_style_decimal{
	counter-reset: decimal_parenthesis;
	margin: .5rem 0;
}
.count_style_decimal > li{
	margin-bottom: .3rem;
}
.count_style_decimal > li:before {
	counter-increment: decimal_parenthesis; 
	content: counter(decimal_parenthesis) "）";
	font-size: 18px;
	width: 2rem;
}
.count_style_decimal--li{
	margin-left: 2rem ;
	line-height: 1.4rem;
}

.mail_ad::after{
	content: "";
}

