@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"Microsoft YaHei",微软雅黑;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

#container {
	text-align: left;
	max-width: 750px;
	margin: 0 auto;
}
.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
}
.header {
	margin-bottom: 20px;
	padding: 20px 20px;
	border-bottom: 1px solid #2C2D30;
}
h1 {
	margin: 0 20px 30px;
	font-size: 40px;
}
.inner {
	margin: 0 20px;
}
.inner .title {
	margin-bottom: 20px;
	font-size: 18px;
    line-height: 33px;
    font-weight: bold;
}
.inner .red {
	margin-bottom: 10px;
	font-size: 18px;
    line-height: 33px;
    font-weight: bold;
    color:#f00;
}
.inner .title a {
	color:#333;
	text-decoration: underline;
}
.inner .title a:hover {
	text-decoration: none;
}
.inner .img {
	display: flex;
	align-items: center;
	justify-content: center; 
	text-align: center;
	margin-bottom: 30px;
}

.inner .img .arrow {
	margin: 0 5%;
	width: 10%;
}
.inner .img img {
	width: 30%;
}
.inner .img02 img {
		width: 50%;
}
.inner .ttl {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
}
.footer {
	padding: 30px 0;
	border-top: 1px solid #2D2E30;
}
.footer .copyright {
	text-align: center;
	color:#707273;
}









