@charset "utf-8";
@import "loading.css";

/* reset, grid ----------------------------------------------------------- */
html {
-webkit-text-size-adjust: 100%;  /* for iPhone */
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite,
code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer,
header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color: #666666;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	word-wrap: break-word;
	box-sizing: border-box;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}

br{
	line-height: 0;
}
ul li {
	list-style: none;
}
a{
	display: inline-block;
	text-decoration:none;
}
a:link{
	color: var(--main-color);
}
a:visited{}
a:hover,
a:focus,
a:active{
	color: #f00;
}
a.external::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	background: url(/assets/images/common/list_icon.svg) no-repeat center;
	background-size: 14px auto;
}
a.pdf {
	position: relative;
	padding-right: 27px;
}
a.pdf::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	padding-left: 5px;
	background: url('/assets/images/common/icon_pdf.png') no-repeat center;
    background-size: 22px auto;
	position: absolute;
}
input,select,textarea,button{
	margin:0;
	padding:0;
	border:0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	/*font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
} 
button{
	cursor: pointer;
}
img{
	vertical-align:middle;
	border-width: 0;
}
p { /* padding-bottom: 38px; */ }
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	content: "";
}

/* For Tablet --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {}

/* For SP --------------------------------*/
@media only screen and (max-width: 767px) {
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite,
	code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
	form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer,
	header, hgroup, menu, nav, section, time, mark, audio, video {
		/* font-size:.12rem; */
	}
}