@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 3rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	letter-spacing: .1rem;
	text-align: left;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

.linkdeco {
	color: #1D39A7;
	text-decoration: underline;
}

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

a:hover img {
	opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	margin: 0;
	padding: 0;
}

/* --- base --- */

img {
	width: 100%;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

section {
	margin-bottom: 90px;
}

.mb50 {
	margin-bottom: 50px;
}

.ten {
	font-family: ten-mincho-text, serif;
}

.fRed_l {
	color: #E50C0C;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}

/*== sp ==*/

/*==================================================================================*/

@media (max-width: 769px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.inner{
		width:100%;
		overflow:hidden;
	 }

	 section {
		margin-bottom: 50px;
	}
}