@charset "UTF-8";

html {
	width: 100%;
	overflow: auto !important;
}

body {
	position: relative;
	width: 100%;
	min-width: 320px;
	line-height: 1.75;
	overflow: hidden;
	color: #333333;
	font-family: "FrutigerLTPro-Roman", 'A+mfCv-AXIS Font ベーシック R ProN', "Helvetica", "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: .05em;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

textarea,
input {
	font-family: "Helvetica", "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media all and (min-width:600px) {
	body {
		min-width: 1200px;
		height: 100% !important;
		font-size: 1.6rem;
	}

	body #wrapper {
		position: relative;
		min-width: 1160px;
		height: 100% !important;
		overflow: hidden;
		margin: 66px auto 0;
	}
}

a {
	color: #333333;
	text-decoration: underline;
}

@media all and (min-width:600px) {
	a:hover {
		text-decoration: none;
	}
}

.alpha {
	display: block;
	text-decoration: none;
}

@media all and (min-width:600px) {
	.alpha {
		transition: all .3s ease;
	}

	.alpha:hover {
		opacity: .7;
	}
}

.light {
	font-weight: 300;
}

span {
	font-weight: inherit;
}

@media all and (min-width:600px) {
	.auto {
		width: 1120px;
		margin: auto;
	}
}

img {
	width: 100%;
	height: auto;
}

@media all and (min-width:600px) {
	.viewSp {
		display: none;
	}
}

#mediaQuery {
	display: none;
	font-family: sp;
}

@media all and (min-width:600px) {
	#mediaQuery {
		font-family: pc;
	}
}

/*! layout
-------------------------------------- */
#wrapper {
	margin-top: 60px;
}

#containerWrap {
	padding-top: 0px;
	padding-bottom: 40px;
}

@media all and (min-width:600px) {
	#containerWrap {
		padding-top: 0px;
		padding-bottom: 80px;
	}
}

#container {
	position: relative;
	z-index: 3;
}

@media all and (min-width:600px) {
	#container.col02 {
		width: 1120px;
		margin: 0 auto;
	}

	#container.col02 #contents {
		float: left;
		width: 830px;
	}
}

#mainImg {
	position: relative;
	z-index: 3;
	padding: 0 15px;
	margin-bottom: 15px;
}

#mainImg::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 27%;
	height: 12px;
	transform: skew(-30deg);
	background-color: #474747;
}

#mainImg::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: -5px;
	width: 73.5%;
	height: 6px;
	transform: skew(-30deg);
	background-color: #F1F4F6;
}

@media all and (min-width:600px) {
	#mainImg {
		height: 70px;
		background-color: #fff;
	}
}

/*!  #breadcrumb
================================================ */
#breadcrumb {
	height: 100%;
}

#breadcrumb .list,
#breadcrumb ol {
	color: #333333;
	font-size: 1.6rem;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#breadcrumb .list>li,
#breadcrumb .list>span,
#breadcrumb ol>li,
#breadcrumb ol>span {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}

#breadcrumb .list>li a,
#breadcrumb .list>span a,
#breadcrumb ol>li a,
#breadcrumb ol>span a {
	display: inline-block;
	color: #bab8b8;
	text-decoration: none;
	transition-duration: 0.5s;
	font-weight: 600;
}

#breadcrumb .list>li a:hover,
#breadcrumb .list>span a:hover,
#breadcrumb ol>li a:hover,
#breadcrumb ol>span a:hover {
	text-decoration: none;
	color: #333333;
}

#breadcrumb .list>li>span,
#breadcrumb .list>span>span,
#breadcrumb ol>li>span,
#breadcrumb ol>span>span {
	display: inline-block;
	color: #bab8b8;
}

#breadcrumb .list>li+li:before,
#breadcrumb ol>li+li:before {
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: 0 8px -1px;
	background-color: #BFBFBF;
	content: "";
}