/* reset
----------------------------------------- */

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,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,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table,th,td {
	text-align: left;
	border: none;
}

ol,ul,li {
	list-style: none;
}


img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	width: auto;
	height: auto;
}

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
button,
select,
textarea {
	color: inherit;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input::-webkit-input-placeholder {
    color: #aaa;
}
input:-ms-input-placeholder {
    color: #aaa;
}
input::-moz-placeholder {
	color: #aaa;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
}
figcaption{
	margin-top: 5px;
	font-size: 1.2rem;/*12px*/
}
#sp_css figcaption{
	text-align: center;
	font-size: 1.2rem;/*12px*/
}

/* default
----------------------------------------- */

html {
	overflow-y: scroll;
	font-size: 62.5%; /*10px*/
}
/*
@media screen and (max-width: 1000px) {
		html.s_fixed {
			position: fixed;
		}
}
*/
@media screen and (max-width: 1000px) {
	html.s_ofHidden,
	body.s_ofHidden {
		overflow: hidden;
	}
}

body {
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.6rem; /*16px*/
	color: #333;
	line-height: 1.5;
	letter-spacing: 0.075em;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
	-webkit-print-color-adjust: exact; /*背景印刷*/
	position: relative;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}

a {
	transition: 0.2s;
	color: #333;
	text-decoration: underline;
}
a:hover {
	position: relative;
	z-index: 2;
	text-decoration: none;
}

ul:not(.m_boxArea):not(.m_bnrList):not(.m_globalNav):not(.p_linkList):not(.level01):not(.level02):not(.level03):not(.p_list):not(.m_catList) {
	margin: 30px 0;
}
ul:not(.m_boxArea):not(.m_bnrList):not(.m_globalNav):not(.p_linkList):not(.level01):not(.level02):not(.level03):not(.p_list):not(.m_catList) li {
	padding-left: 25px;
	position: relative;
}
ul:not(.m_boxArea):not(.m_bnrList):not(.m_globalNav):not(.p_linkList):not(.level01):not(.level02):not(.level03):not(.p_list):not(.m_catList) li:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background: #5dc1c5;
	left: 0;
	top: 5px;
	border-radius: 10em;
}
@media screen and (max-width: 768px) {
	ul:not(.m_boxArea):not(.m_bnrList):not(.m_globalNav):not(.p_linkList):not(.level01):not(.level02):not(.level03):not(.p_list):not(.m_catList) li {
		padding-left: 20px;
	}
	ul:not(.m_boxArea):not(.m_bnrList):not(.m_globalNav):not(.p_linkList):not(.level01):not(.level02):not(.level03):not(.p_list):not(.m_catList) li:before {
		width: 12px;
		height: 12px;
	}
}
ol {
	margin: 30px 0;
}

ol {
	counter-reset: num;
}
ol li {
	position: relative;
	padding-left: 25px;
}
ol li:before {
	counter-increment: num;
	position: absolute;
	content: counter(num) ".";
	left: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	ol li {
		padding-left: 20px;
	}
}

p + p {
	margin-top: 15px;
}

* {
	word-wrap: break-word;
	box-sizing: border-box;
}
