@charset "UTF-8";

/*-----------------------------------------------
(Component)
__Default Clear
__Layout
-----------------------------------------------*/

/*-----------------------------------------------
__Default Clear
-----------------------------------------------*/
html{
	overflow-y: scroll;
}
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{
	background:#F9F5EC;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	letter-spacing: 0.05em;
	line-height:1.6;
	font-size: 16pt;
	color:#343434;
}
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;
	margin:40px auto;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: 900;
	line-height: 1.4;
}
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{
	transition: all ease .5s;
}
em{
	font-weight: 900;
}

input,textarea,button{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	-webkit-appearance: none;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 3px ;
	padding: 10px;
}
button{
	background: #343434;
	color: #fff;
}

.img-ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}

.red{
	color: #C13C30;
}

/*-----------------------------------------------
__Layout
-----------------------------------------------*/
#container,
header,
main,
footer{
	width: 100%;
	margin: 0 auto;
}
.wrap{
	width: 90%;
	max-width: 860px;
	clear:both;
	margin:0 auto;
}

a{
	color: #343434;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
main a[href$=".pdf"]::after{
	content: "PDF";
	margin-left: 0.5em;
	vertical-align: middle;
	display: inline-block;
	font-size: 30%;
	padding: 1px 5px;
	border:1px solid #343434;
	color: #343434;
}
main a[href$=".pdf"].none::after{
	display: none;
}