@charset "UTF-8";


body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: small;
	font-weight: normal;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem; /*10px*/
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	color: #222;
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.75;
}

body.single_col {
}

h2 {
	margin-bottom: 1.25em;
	padding: 0 0 10px 15px;
	font-size: 180%;
	line-height: 1.5;
	color: #000;
}

h2 ~ h2 {
	margin-top: 2.5em;
}

h3 {
	margin: 0 0 0.75em;
	padding: 0 0 0 15px;
	line-height: 1.35;
	font-size: 135%;
	color: #000;
}

h3.m_01 {
	position: relative;
	margin: 0 0 0.5em;
	padding: 0 0 0.5em 5px;
	border-bottom: 4px solid #ccc;
	font-weight: bold;
}

h3.m_01:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #8CC4D9;
}

h3 ~ h3 {
	margin-top: 3em;
}

h2 + h3 {
	margin-top: 0;
}

p + h3 {
	margin-top: 1.5em;
}

table + h3, ul + h3, ol + h3, dl + h3 {
	margin-top: 1.5em;
}

h4 {
	margin: 0 0 0.25em;
	line-height: 1.35;
	font-weight: bold;
}

h4 ~ h4 {
	margin-top: 1.5em;
}

h3 + h4 {
	margin-top: 0;
}

p + h4 {
	margin-top: 1.5em;
}

table + h4, ul + h4, ol + h4, dl + h4 {
	margin-top: 1.5em;
}

h5 {
	margin: 0 0 0.5em 5px;
	padding: 2px 0 0 8px;
	border-left: 5px solid #999;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.35;
}

h5 ~ h5 {
	margin-top: 1.5em;
}

h4 + h5 {
	margin-top: 0;
}

p + h5 {
	margin-top: 1.5em;
}

h6 {
	font-size: 95%;
}

h6 ~ h6 {
	margin-top: 1.5em;
}

h5 + h6 {
	margin-top: 0;
}

p + h6 {
	margin-top: 1.5em;
}

p {
}

h2 + p {
}

h3 + p {
}

h4 + p {
}

h5 + p {
}

h6 + p {
}

table + p {
	margin-top: 1em;
}

ul + p {
	margin-top: 1em;
}

dl + p {
	margin-top: 1em;
}

p.par_center {
	text-align: center;
}

p.par_right {
	text-align: right;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul, ol, dl {
	margin: 1.5em 0 0;
}

ul.indent, ol.indent, dl.indent {
	margin-left: 10px;
}

ul ul, ol ol {
	margin: 0.45em 0 1.5em;
}

ul li, ol li {
	margin: 0 0 1em 1.5em;
	line-height: 1.45;
}

dd ul li, dd ol li {
	margin-bottom: 0.5em;
}

ul.marker, ul.marker_square {
	list-style: none;
}

ul.marker>li {
	background: url(/img/common/marker.png) 0 0.4em no-repeat;
	padding-left: 15px;
}
.svg ul.marker>li {
	background: url(/img/common/marker.svg) 0 0.4em no-repeat;
	padding-left: 15px;
}

ul.marker_square li {
	background: url(/img/common/li_marker_square.png) 0 0.4em no-repeat;
	padding-left: 15px;
}

ul.marker_none li {
	padding: 0;
	background: none;
}

ul.menu {
	margin: 0;
	list-style: none;
	line-height: 0;
}

ul.menu li {
	margin: 0;
	line-height: 0;
}


ol.hor_line {
}

ol.hor_line li {
	padding: 10px 3px 7px 0;
	border-top: 1px solid #CCC;
}

ol.hor_line li:first-child {
	border-top: none;
}

ol.lower_alpha {
	list-style: lower-alpha;
}

ol.lower_alpha li {
	margin-bottom: 0.35em;
}

ol.parentheses {
	margin-left: 2.5em;
	list-style-type: none;
}

ol.parentheses li {
	counter-increment: cnt;
	text-indent: -2.5em;
}

ol.parentheses li:before{
	display: marker;
	content: "（" counter(cnt) "）";
}

.table dl  {
	display: flex;
	border-bottom: 1px solid #CCC;
}

.table dl dt {
	padding: 10px 0 0px 16px;
	background: url(/img/common/marker.png) 2px 1em no-repeat;
	line-height: 1.6;
}
.svg .table dl dt {
	padding: 10px 0 0px 16px;
	background: url(/img/common/marker.svg) 2px 1em no-repeat;
	line-height: 1.6;
}

.table dl dd {
	padding: 10px 3px 7px 0;
	line-height: 1.6;
}
@media (min-width: 768px) {
	.table dl dt {
		padding: 10px 0 7px 25px;
		background: url(/img/common/marker.png) 2px 1.15em no-repeat;
		line-height: 1.6;
	}
	.svg .table dl dt {
		padding: 10px 0 7px 25px;
		background: url(/img/common/marker.svg) 2px 1.15em no-repeat;
		line-height: 1.6;
	}

	.table dl dd {
		padding: 10px 3px 7px 0;
		line-height: 1.6;
	}
	
}
.table dl dt:first-child, .table dl dt:first-child + dd {
	border-top: none;
}

h2 + ul, h3 + ul, h4 + ul, h2 + ol, h3 + ol, h4 + ol, h2 + dl, h3 + dl, h4 + dl {
	margin-top: 0;
}

img {
	border: none;
}

table {
	margin: 1em 0 0;
}

h2 + table, h3 + table, h4 + table {
	margin-top: 0;
}

hr {
}

sup {
	font-size: 70%;
}

.caption {
	font-size: 85%;
	line-height: 1.35;
}

.footnote {
	margin-top: 0.75em;
	line-height: 1.35;
	font-size: 85%;
}