@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: bottom;
background: transparent;
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
background:#FFF;
line-height: 1;
}
ol, ul {
list-style: none;
}

a {color: #0033aa;}
.is-sp {
	display: block;
}
img {
	max-width: 100%;
}

#l_wrapper {
	margin-left: 10px;
	margin-right: 10px;
}
.wrap {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.sect {
	padding-top:30px;
	padding-bottom: 30px;
}
.section_ttl {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: .6em;
	text-align: center;
}
sup {
	font-size: .8rem;
	vertical-align: top;
}
.new_box {
	background: #f4f4f4;
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: .5em;
	padding-right: .5em;
}
.new_box-ttl {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}
.new_box-notes {
	font-size: 14px;
	margin-top: 2em;
	text-align: left;
}
.new_box-notes li {
	line-height: 1.4;
	margin-top: .3rem;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

@media screen and (min-width: 768px) {
	#l_wrapper {
		margin-left: 30px;
		margin-right: 30px;
	}
	.is-sp {
		display: none;
	}
	.section_ttl {
		font-size: 2.2rem;
	}
	.new_box {
		background: #f4f4f4;
		margin-top: 2em;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 80px;
		padding-right: 80px;
	}
	.new_box-ttl {
		font-size: 1.4rem;
	}
}