@charset "utf-8";

@font-face {
	font-family: 'icomoon';
	src:url('../font/icomoon/fonts/icomoon.eot?tvokyj');
	src:url('../font/icomoon/fonts/icomoon.eot?tvokyj#iefix') format('embedded-opentype'),
		url('../font/icomoon/fonts/icomoon.ttf?tvokyj') format('truetype'),
		url('../font/icomoon/fonts/icomoon.woff?tvokyj') format('woff'),
		url('../font/icomoon/fonts/icomoon.svg?tvokyj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*==============================================
リンク
==============================================*/
a {
	outline: none;
	color:#000000;
	text-decoration:none;
	transition: all 200ms ease-out 0s;
}
.mainColumnInner a {
	text-decoration:underline;
}
a:link {}
a:visited {}
a:hover, a:focus,
.mainColumnInner a:hover, .mainColumnInner a:focus {
	color: #46C9F2;
}
a img {
	transition: all 200ms ease-out 0s;
}
a:hover img, a:focus img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	zoom:1;
}
a:active {}
	
/*==============================================
◆一般タグ
==============================================*/
/*--見出し--*/
h1 {
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	background-image:url(../image/share/transparent.png);
}
h2 {
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	background-image:url(../image/share/transparent.png);
}
h3 {
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	background-image:url(../image/share/transparent.png);
}
h4 {
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: 700;
	padding: 2px 0 2px 22px;
	margin: 60px 0 25px;
	border-left: 5px solid #004aba;
	background-image:url(../image/share/transparent.png);
}
h5 {
	font-size: 1.125em;
	line-height: 1.556em;
	font-weight: 700;
	margin: 60px 0 25px;
	padding: 20px;
	background-color: #e8e8e8;
	background-image:url(../image/share/transparent.png);
}
h6 {
	font-weight: 700;
	margin: 60px 0 25px;
	padding: 0;
	background-image:url(../image/share/transparent.png);
}
.mainColumnInner > section > h2,
.mainColumnInner h2:first-child,
.mainColumnInner h3:first-child,
.mainColumnInner h4:first-child,
.mainColumnInner h5:first-child,
.mainColumnInner h6:first-child {
	margin-top: 0;
}

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

/* セクション */
section {
	/*sectionの上下の空きは見出しの上のマージンとそろえる*/
	margin: 60px 0;
}
section:first-child {
	margin-top: 0;
}
section:last-child {
	margin-bottom: 0;
}

/*--リスト--*/
ol, ul,dl {
	padding:0;
	list-style-type: none;
	text-align: justify;
	margin: 0 0 20px 0;
	text-justify: inter-ideograph;
}
ol li, ul li {
	line-height: 1.5em;
	padding: 0;
}
ol li {
	margin-left: 1.2em;
	list-style-type: decimal;
	line-height: 1.5em;
}
dl dt {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 6px;
	padding:0;
}
dl dd {
	line-height: 1.75em;
	margin: 0 0 6px 0;
	padding:0;}

dl dd, ol li, ul li {
	margin-bottom: 0.5em;
}
.mainColumnInner ul {
	list-style-type: disc;
}
.mainColumnInner li {
	margin-left: 1.5em;
}
.mainColumnInner ol {
	list-style-type: decimal;
}
.mainColumnInner ol li {
	margin-left: 1.2em;
	list-style-type: inherit;
}

/* --TABLE-- */
table {
	width:100%;
	font-size: 100%;
	margin:0 0 30px;
	border:1px solid #aeaeae;
}
th, td {
	border:1px solid #aeaeae;
}
th {
	background-color: #f3f3f3;
	padding: 10px 20px;
	text-align: justify;
	font-weight: 700;
	color: #000;
	vertical-align:middle;
	white-space: nowrap;
}
td {
	padding: 10px 20px;
	text-align:justify;
	vertical-align:top;
}
th.thCenter, td.tdCenter {
	text-align:center;
}
/* --OTHER TAGS-- */
abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;}
blockquote {
	font-style: normal;
	font-weight: 500;
	text-align: justify;
	padding: 25px;
	border: 1px solid rgba(168,168,168,1);
	border-radius: 15px;
	margin: 20px 0 30px;
	background: rgba(238,238,238,1);
}
blockquote p:last-child {
	margin-bottom: 0;
}
small {
	font-size: 85%;
	line-height: 125%;
	border-style: none;
	color: #999;}

em, span.em {
	color:rgba(243,0,0,1);
	font-weight:700;
	font-style:normal;
	border-style:none;
	font-family: 'Noto Sans Japanese', sans-serif;}
strong {
	font-style:normal;
	font-weight:700;
	border-style:none;
	font-family: 'Noto Sans Japanese', sans-serif;}
p {
	margin-bottom: 1.5em;
	text-align:justify;
	text-justify:inter-ideograph;
	background-image:url(../image/share/transparent.png);}

p:last-child {
	margin-bottom: 0;
}
hr {
	display: block;
	margin-top: 60px;
	margin-bottom: 60px;
}
figure {
	margin:0 auto 25px auto;
	padding:0;
}

figcaption {
	font-size: 12px;
	line-height: 1.5em;
	margin: 14px 0;
	padding:0;
}
address {
	font-style:normal;
}

/* clearfix */
.clearfix:after {
	content: " ";
	display:block;
	clear:both;
	visibility: hidden;
	line-height: 0;}
