@charset "utf-8";
/* =======================================

	CommonElements

======================================= */
body{
	width: 100%;
	line-height: 1.8;
	font-size: 14px;
	text-align: left;
	color: #333;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Helvetica,sans-serif;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
}
a:link { text-decoration:underline; color: #333;}
a:visited { text-decoration:underline; color: #333;}
a:active { text-decoration:underline; color: #333;}
a:hover { text-decoration:none; color: #333;}
@font-face {
  font-family: 'sr';
  src:
    url('../fonts/sr.ttf?nakpdr') format('truetype'),
    url('../fonts/sr.woff?nakpdr') format('woff'),
    url('../fonts/sr.svg?nakpdr#sr') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontPdf:before {
  content: "\e904";
}
.fontPlay:before {
  content: "\e903";
}
.fontArrow:before {
  content: "\e901";
}
.fontQuestion:before {
  content: "\e902";
  color: #fff;
}
.fontBlank:before {
  content: "\e900";
}


@media only screen and (max-width: 980px) {
	body{
		min-width: 980px;
	}
}

@media only screen and (max-width: 768px) {
	body{
		min-width: 320px;
	}
}

/* ------------------------------------
	header
------------------------------------ */
header {
	height: 120px;
	position: relative;
	box-shadow: 0 1px 2px 0px rgba(0,0,0,0.2);
	z-index: 3;
	background: #FFF;
}
header h1 {
	width: 258px;
	margin: 40px 0 0 100px;
	float: left;
}
header h1 img {
	display: block;
}

@media only screen and (max-width: 1170px) {
	header h1 {
		margin: 40px 0 0 30px;
	}
	header h1 img {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	header {
		height: auto;
		min-height: 60px;
	}
	header h1 {
		width: 200px;
		margin: 15px 0 12px 5%;
	}
}

/* ------------------------------------
	global
------------------------------------ */
#global li:not(.corporate):not(.contact) {
	display: none;
}
#global {
	width: 269px;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	border-left: 1px solid #c2c2c2;
}
#global .corporate a,
#global .contact a {
	height: 60px;
	text-decoration: none;
	display: block;
}
#global .corporate span,
#global .contact span {
	width: 300px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	position: relative;
}
#global .contact a {
	color: #FFF;
	font-size: 1.14em;
	background: #d72c4c;
}
#global .contact span:before {
	margin: 0 10px 0 0;
	content: "\e902";
	font-family: "sr";
	color: #FFF;
	font-size: 1.5em;
	display: inline;
	vertical-align: bottom;
}
#global .contact span:after {
	margin: 0 0 0 10px;
	content: "\e900";
	font-family: "sr";
	color: #FFF;
	font-size: 0.85em;
}

@media only screen and (max-width: 768px) {
	#global li:not(.corporate):not(.contact) {
		display: block;
	}
	#global {
		display: none;
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		right: 0;
		text-align: left;
		border-left: none;
		overflow: hidden;
		border-top: 1px solid #e0dad0;
		border-bottom: 1px solid #e0dad0;
	}
	#global li {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
	}
	#global > li > a {
		display: block;
		padding: 12px 5%;
		color: #444;
		font-weight: bold;
		text-decoration: none;
		background: #FFF;
		border-bottom: 1px solid #e0dad0;
	}
	#global .corporate,
	#global .contact {
		width: 50%;
		height: 50px;
		float: left;
	}
	#global .corporate a,
	#global .contact a {
		padding: 0;
		display: block;
		color: #FFF;
		font-size: 1em;
	}
	#global .contact a {
		background: #D72C4C;
	}
	#global .corporate a img {
		width: 130px;
	}
	#global .corporate span,
	#global .contact span {
		width: 400px;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	#global .contact span:before {
		margin: 0 10px 0 0;
		content: "\e902";
		font-family: "sr";
		color: #FFF;
		font-size: 1em;
		display: inline;
		vertical-align: bottom;
	}
	#global .contact span:after {
		margin: 0 0 0 10px;
		content: "\e900";
		font-family: "sr";
		color: #FFF;
		font-size: 0.6em;
	}
}
@media only screen and (min-width: 769px) {
	#global,
	#global .corporate,
	#global .contact {
		display: block !important;
	}
}

/* ------------------------------------
	spMenu Button
------------------------------------ */
#spMenu {
	display: none;
}

@media only screen and (max-width: 768px) {
	header #spMenu {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 3px;
		right: 6px;
		z-index: 1;
	}
	header #spMenu #switchBtn {
		width: 60px;
		height: 60px;
		display: block;
	}
	header #spMenu #switchBtn span {
		width: 50%;
		height: 2px;
		background: #2d0003;
		border-radius: 2px;
		transition: all 0.3s linear;
		position: absolute;
		left: 25%;
	}
	header #spMenu #switchBtn,
	#switchBtn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	header #spMenu #switchBtn span:nth-of-type(1) {
		top:10px;
		transform: rotate(0);
	}
	header #spMenu #switchBtn span:nth-of-type(2) {
		top:20px;
		transform: scale(1);
	}
	header #spMenu #switchBtn span:nth-of-type(3) {
		top:30px;
		transform: rotate(0);
	}
	header #spMenu #switchBtn.btnClose {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	header #spMenu #switchBtn.btnClose span:nth-of-type(1) {
		top: 0 !important;
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
	}
	header #spMenu #switchBtn.btnClose span:nth-of-type(2) {
		top:20px;
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	header #spMenu #switchBtn.btnClose span:nth-of-type(3) {
		opacity: 0;
	}
	header #spMenu .navText {
		font-size: 0.64em;
		text-align: center;
		color: #2d0003;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 9px;
		z-index: -1;
	}
}

/* ------------------------------------
	btnArea
------------------------------------ */
.btnArea {
	margin: 40px 0;
	text-align: center;
}
a.contentsBtn {
	padding: 20px 40px;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	font-size: 1.28em;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 3px;
	background: #FFF;
}
a.contentsBtn span {
	padding: 0 20px 0 0;
	letter-spacing: 1.5px;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	position: relative;
}
a.contentsBtn span:after {
	content: "\e901";
	font-family: "sr";
	font-size: 0.68em;
	color: #000;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
a.basicBtn {
	padding: 10px 50px;
	display: inline-block;
	overflow: hidden;
	color: #FFF;
	vertical-align: bottom;
	text-decoration: none;
	background: #0091E4;
	border-radius: 100px;
}
a.iconBlank:after {
	margin: 0 0 0 5px;
	content: "\e900";
	font-family: "sr";
	color: #FFF;
	font-size: 1em;
	transition: all 0.3s ease-out;
}

@media only screen and (max-width: 768px) {
	a.contentsBtn {
		padding: 20px;
		font-size: 1.16em;
	}
	a.basicBtn {
		padding: 10px 15px;
	}
}

/* ------------------------------------
	footer
------------------------------------ */
footer {
	background: #FFF;
}
footer .linkArea {
	background: #E1E1E1;
}
footer .linkArea .inner {
	width: 1170px;
	margin: 0 auto;
	padding: 35px 0 15px;
	line-height: 1;
	position: relative;
}
footer .linkArea dl {
	margin: 0 80px 0 0;
	display: inline-block;
	vertical-align: top;
}
footer .linkArea dt {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 1.14em;
	color: #444;
}
footer .linkArea li {
	margin: 0 0 13px;
}
footer a:link {
	text-decoration: none;
}
footer .linkArea li a:before {
	margin: 0 5px 0 0;
	content: "\e901";
	font-family: "sr";
	color: #333;
	font-size: 0.6em;
	display: inline-block;
}
footer li a.blank {
	padding: 0 20px 0 0;
	position: relative;
}
footer li a.blank:after {
	margin: 0 0 0 5px;
	content: "\e900";
	font-family: "sr";
	color: #333;
	display: inline-block;
	font-size: 0.8em;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.pageTop {
	position: absolute;
	bottom: 0;
	right: 0;
}
.pageTop a {
	padding: 15px 45px 15px 35px;
	text-decoration: none;
	display: block;
	background: #FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.pageTop a:before {
	margin: 0 10px 0 0;
	content: "\e901";
	font-family: "sr";
	color: #333;
	display: inline-block;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
footer .copyArea .inner {
	width: 1170px;
	margin: 0 auto;
	padding: 35px 0 45px 0;
	line-height: 1;
	position: relative;
}
footer .copyArea ul {
	float: left;
	line-height: 1;
	letter-spacing: -0.4em;
	overflow: hidden;
	border-right: 1px solid #333;
}
footer .copyArea ul li {
	display: inline-block;
	overflow: hidden;
	padding: 0 20px;
	letter-spacing: normal;
	line-height: 1;
	border-left: 1px solid #333;
}
footer small {
	float: right;
	color: #454545;
	letter-spacing: 1px;
}

@media only screen and (max-width: 1170px) {
	footer .linkArea .inner,
	footer .copyArea .inner {
		width: 94%;
	}
	footer .copyArea ul li {
		padding: 0 10px;
	}
	footer small {
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 768px) {
	footer .linkArea .inner {
		width: 90%;
		padding: 10px 0 50px;
	}
	footer .linkArea dl {
		margin: 0;
		padding: 15px 0 10px;
		display: block;
	}
	footer .linkArea dt {
		margin: 0;
		padding: 0 0 10px;
		border-bottom: 1px solid #444;
	}
	footer .linkArea li {
		margin: 0;
	}
	footer .linkArea li a {
		padding: 15px 0;
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.pageTop {
		right: initial;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.pageTop a {
		padding: 10px 25px;
	}
	footer .copyArea .inner {
		width: 90%;
		padding: 20px 0;
	}
	footer .copyArea ul {
		float: none;
		overflow: hidden;
		border-right: none;
	}
	footer .copyArea ul li {
		width: 48%;
		margin: 0 4% 0 0;
		padding: 0;
		display: block;
		float: left;
		border-left: none;
	}
	footer .copyArea ul li:nth-child(even) {
		margin: 0;
	}
	footer .blank {
		padding: 15px 5%;
		position: relative;
	}
	footer .blank:after {
		content: "\e900";
		font-family: "sr";
		color: #333;
		font-size: 0.6em;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	footer .copyArea ul li a {
		padding: 15px 5% 15px 0;
		display: block;
		font-size: 0.85em;
		border-bottom: 1px solid #ddd;
	}
	footer .copyArea ul li:nth-child(-n+2) a {
		border-top: 1px solid #ddd;
	}
	footer small {
		margin: 20px 0 0 0;
		float: none;
		display: block;
		text-align: center;
		font-size: 0.6em;
	}
}

.attention {
	color: #d72c4c;
}



/* ------------------------------------
	opacity hover
------------------------------------ */
#global .corporate a,
#global .contact a,
main a,
main a .inner,
footer a,
a.contentsBtn,
a.basicBtn {
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
	body:not(.setTb) #global .corporate a:hover,
	body:not(.setTb) #global .contact a:hover,
	body:not(.setTb) main a:hover,
	body:not(.setTb) main a:hover .inner,
	body:not(.setTb) footer a:hover,
	body:not(.setTb)  a.contentsBtn:hover,
	body:not(.setTb)  a.basicBtn:hover {
		opacity: 0.7;
	}
}

/* ------------------------------------
	ClearFixElements
------------------------------------ */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
