@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;900&display=swap');

/*-----------------------------------------------
(Component)
__Default Clear
__Layout
-----------------------------------------------*/

/*-----------------------------------------------
__Default Clear
-----------------------------------------------*/
html{
	overflow-y: scroll;
	overflow-x: hidden;
}
body,header,main,footer,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,select,label,p,blockquote,th,td,dl,dt,dd,section,article,a,figure{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-size: 120%;
	background: #fff;
	font-family:'M PLUS 1p', "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height:1.7;
	letter-spacing: 0.05em;
	color:#333;
	position: relative;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
q:before,q:after{
	content: '';
}
object,embed{
	vertical-align: top;
}
legend{
	display: none;
}
hr{
	border:none;
	border-top:1px solid #ddd;
	margin:60px auto;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
img,abbr,acronym,fieldset{
	border: 0;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

li{
	list-style-type: none;
}
p{
	margin-bottom: 0.5em;
}
a{
	text-decoration:none;
}
.img-ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
.img-btm {
	object-fit: cover;
	object-position: center bottom;
	font-family: 'object-fit: cover; object-position: center bottom;'
}

em{
	font-weight: bold;
}
.red{
	color: #df1a1a;
}

/*-----------------------------------------------
__Layout
-----------------------------------------------*/
#container,
#all_block
header,
main,
footer{
	width: 100%;
	margin: 0 auto;
}
#all_block{
	transform:rotateZ(0.03deg);
}
.wrap{
	width: 90%;
	max-width: 980px;
	clear:both;
	margin:0 auto;
}

main a{
	color:#df1a1a;
	text-decoration:underline;
}
main a:hover{
	text-decoration:none;
}
main a[href$=".pdf"]::after{
	content: "PDF";
	margin-left: 0.5em;
	vertical-align: middle;
	display: inline-block;
	font-size: 0.5em;
	padding: 1px 5px;
	border-radius: 3px;
	background: #888;
	color: #fff;
}
main a[href$=".pdf"].none::after{
	display: none;
}