@charset "utf-8";

/*
Site URL	http://riskcommunication.umin.jp
Created		2021/01/13
Last update	2022/03/08 Hayashi Ryosuke
Author		Hayashi Ryosuke（UMIN Center）
*/

*{
	font-size: 10px;
}
p,li,div,a{
	font-size: 1.6rem;
}

.sec-tem{
	max-width: 980px;
	margin: 0 auto;
}
.magazine_head{
	position: relative;

}
.magazine_head div.sub-title{
	position: absolute;
	width: calc(100% - 280px);
	top: 2rem;
	right: 1rem;
	font-size: 2rem;
	font-weight: 600;
	color: rgb(255,165,0);
	text-shadow: 1px 1px 0 rgb(109, 58, 7);
}
.magazine_head h1{
	position: absolute;
	padding: 1em ;
	font-size: 4rem;
	bottom: 0rem;
	right: 1rem;
	width: calc(100% - 280px);
	background-color:rgb(255,165,0);
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 0 rgb(109, 58, 7);	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 730px) {
	.magazine_head h1{
		font-size: 2em;
	}
}
@media screen and (max-width: 640px) {
	.magazine_head h1{
		position: static;
		width: 100%;
	}
	.magazine_head div.sub-title{
		position: static;
		width: 100%;
	}
	.magazine_head img{

	}
}
.bunkagakkai{
	position: relative;
	margin-top: 2rem ;
	padding: 1rem 2rem ;
	border-top: .5rem solid rgb(255,165,0);
	border-bottom: .5rem solid rgb(255,165,0);
}
.bunkagakkai::before{
	position: absolute;
	content: "　";
	width: 2em;
	height: 2em;
	top: 0;
	left: 0;
	border-left: .5rem solid rgb(255,165,0);
}
.bunkagakkai::after{
	position: absolute;
	content: "　";
	width: 2em;
	height: 2em;
	bottom: 0;
	right: 0;
	border-right: .5rem solid rgb(255,165,0);
}

.mokuji_head{
	margin-top: 2rem ;
	padding-top: 1rem ;
	border-top: .5rem solid rgb(162,210,158);
	text-align: center;
}
.mokuji_head > div{
	font-size: 2rem ;
	font-weight: 600;
}

.mokuji h2{
	font-size: 2rem;
	font-weight: 600;
	padding: 2rem 0 0 0 ;
	margin: 0;
	line-height: 1.3em;
}
.mokuji h3{
	font-size: 1.6rem;
	font-weight: 600;
	padding: 2rem 0 0 0 ;
	margin: 0;
	line-height: 1.3em;
}
.mokuji p{
	font-size: 1.6rem;
	padding: .5rem 0 0 0 ;
	margin: 0;
	line-height: 1.3em;
}
.page{
	font-size: 1.6rem;
	display: block;
	text-align: right;
	font-weight: normal;
}
.page::before{
	content: "・・・・・・・";
}