@charset "utf-8";
/*=================================
layout_pc.css
@media only screen and (min-width: 641px)
@media only screen and (min-width: 1200px)
================================ */

@media screen and (min-width: 641px),print {

/* common
-------------------------------- */
#allContainer {
	overflow: hidden;
}
#header > *,
#main,
#footerBottom > * {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#breadcrumbs-head > *,
#breadcrumbs-foot > *,
#footerContents > * {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#headerContents > *:first-child,
#mainContents > *:first-child,
#footerContents > *:first-child,
#footerBottom > *:first-child {
	margin-top: 0;
}

/* header
-------------------------------- */
#headerContainer {
	padding-top: 70px;
	border-bottom: solid 1px #d9d9d9;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	border-top: solid 4px #ff0000;
	border-bottom: solid 1px #fafafa;
	background-color: #ffffff;
	z-index: 100;
}
#headerContents {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: space-between;
  				justify-content: space-between;
	-webkit-align-items: center;
					align-items: center;
	height: 65px;
}
#headerContents .header-symbol {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
	-webkit-align-items: center;
					align-items: center;
	max-width: 350px;
}
#headerContents .header-symbol .header-logo {
	width: 110px;
}
#headerContents .header-symbol .header-siteCategory {
	margin: 0 0 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#headerContents .header-utility {
	max-width: 800px;
}
#headerContents .header-utility .header-links {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
	-webkit-align-items: center;
					align-items: center;
}
#headerContents .header-utility .header-links > li {
	margin-right: 30px;
}
#headerContents .header-utility .header-links > li:last-child {
	margin-right: 0 !important;
}
#headerContents .header-utility .header-links > li.icon04 + li.icon05 {
	padding-left: 30px;
	border-left: solid 1px #bfbfbf;
}
#headerContents .header-utility .header-links > li > a {
	display: inline-block;
	position: relative;
	color: #333333;
	font-weight: bold;
}
#headerContents .header-utility .header-links > li[class*="icon"] > a {
	padding-left: 25px;
}
#headerContents .header-utility .header-links > li[class*="icon"] > a i {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 19px;
	width: 19px;
	margin-top: -10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 19px 19px;
					background-size: 19px 19px;
}
#headerContents .header-utility .header-links > li.icon01 > a i {
	background-image: url(/common/img/com_ic01.png);
}
#headerContents .header-utility .header-links > li.icon02 > a i {
	background-image: url(/common/img/com_ic05.png);
}
#headerContents .header-utility .header-links > li.icon03 > a i {
	background-image: url(/common/img/com_ic04.png);
}
#headerContents .header-utility .header-links > li.icon04 > a i {
	background-image: url(/common/img/com_ic02.png);
}
#headerContents .header-utility .header-links > li.icon05 > a i {
	background-image: url(/common/img/com_ic12.png);
}
#headerContents .header-utility .header-links > li.js-dropMenu {
	margin-right: 15px;
}
#headerContents .header-utility .header-links > li.js-dropMenu > a {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
	-webkit-align-items: center;
					align-items: center;
	height: 65px;
	padding: 0 15px 0 40px;
	text-align: center;
	vertical-align: middle;
	outline: none;
	z-index: 1;
}
#headerContents .header-utility .header-links > li.js-dropMenu.is-active > a {
	color: #4a4a4a;
	background-color: #4a4a4a;
}
#headerContents .header-utility .header-links > li.js-dropMenu.is-active > a:after {
	content:  "";
	position: absolute;
	left: 50%;
	top: 100%;
	height: 0;
	width: 0;
	margin-left: -10px;
	border-top: solid 10px #4a4a4a;
	border-right: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 10px transparent;
}
.is-pc #headerContents .header-utility .header-links > li.js-dropMenu.is-active > a:hover {
	text-decoration: none;
	opacity: 0.6;
}
#headerContents .header-utility .header-links > li.js-dropMenu > a i {
	left: 15px;
}
#headerContents .header-utility .header-links > li.js-dropMenu.is-active > a i {
	opacity: 0;
}
#headerContents .header-utility .header-links > li.js-dropMenu > a span {
	position: absolute;
	left: 50%;
	display: inline-block;
	width: 40px;
	height: 3px;
	margin-left: -20px;
	background-color: #ffffff;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: all .4s;
					transition: all .4s;
}
#headerContents .header-utility .header-links > li.js-dropMenu > a span:nth-of-type(1) {	top: 24px; }
#headerContents .header-utility .header-links > li.js-dropMenu > a span:nth-of-type(2) {	top: 36px; }
#headerContents .header-utility .header-links > li.js-dropMenu.is-active > a span {
	opacity: 1;
}
#headerContents .header-utility .header-links > li.js-dropMenu.is-active > a span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
					transform: translateY(6px) rotate(-45deg);
}
#headerContents .header-utility .header-links > li.js-dropMenu.is-active > a span:nth-of-type(2) {
	-webkit-transform: translateY(-6px) rotate(45deg);
					transform: translateY(-6px) rotate(45deg);
}
#headerMenu,
#sp-navigation {
	display: none !important;
}
#headerSearch {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 25px 0;
	background-color: #dcdcdc;
}
#headerSearch > * {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
#headerSearch > *:first-child {
	margin-top: 0 !important;
}
.header-searchBox .searchText {
	width: 620px;
	height: 40px;
	padding: 0 15px;
	border: solid 1px #b6b6b6;
	border-right: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 38px;
	background-color: #ffffff;
}
.header-searchBox .searchBtn {
	width: 120px;
	height: 40px;
	padding: 0 0 0 55px;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	background: url(/common/img/com_ic10.png) no-repeat 30px 50% #4a4a4a;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
		 -moz-transition: all 0.3s ease-out 0s;
		 			transition: all 0.3s ease-out 0s;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}
.is-pc .header-searchBox .searchBtn:hover {
	opacity: 0.6;
}

/* breadcrumbs
-------------------------------- */
[id*="breadcrumbs"] {
	padding: 10px 0;
	background-color: #fafafa;
}
[id*="breadcrumbs"] ol {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
	-webkit-align-items: flex-start;
					align-items: flex-start;
}
[id*="breadcrumbs"] ol > li {
	position: relative;
	margin-right: 10px;
	padding-right: 15px;
}
[id*="breadcrumbs"] ol > li:after {
	content: "";
	position: absolute;
	top: 0.5em;
	right: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
					transform: rotate(45deg);
}
[id*="breadcrumbs"] ol > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
[id*="breadcrumbs"] ol > li:last-child:after {
	display: none;
}

/* SNS
-------------------------------- */
#snsArea {
	margin-top: 50px;
	padding: 0 50px;
}
#snsArea .snsList {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
	-webkit-align-items: flex-start;
					align-items: flex-start;
}
#snsArea .snsList > li + li {
	margin-left: 15px;
}
#snsArea .snsList > li iframe,
#snsArea .snsList > li div {
	vertical-align: bottom;
}

/* main
-------------------------------- */
#mainContainer {
	background: #eeeeee;
	padding: 40px 0 20px;
}
#mainContents {
	margin-bottom: 20px;
	padding: 50px 50px 80px;
	background-color: #ffffff;
}

/* footer
-------------------------------- */
#footerContainer {
	border-top: solid 1px #bfbfbf;
}
#footerContents {
	background: #ffffff;
	padding: 25px 0;
}
#pc-navigation > *:first-child {
	margin-top: 0 !important;
}
#pc-navigation .heading {
	margin-top: 1.5em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#pc-navigation .heading + * {
	margin-top: 1em;
}
#pc-navigation .iconLink01 a {
	color: #333333;
}
#footerBottom {
	padding: 25px 0;
	background: #333333;
}
#footerBottom .footer-info {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: space-between;
  				justify-content: space-between;
}
#footerBottom .footer-list {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
}
#footerBottom .footer-list > li {
	margin-right: 40px;
}
#footerBottom .footer-list a {
	color: #ffffff;
}
#footerBottom .footer-list a[target="_blank"] {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
#footerBottom .footer-list a[target="_blank"]:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	height: 12px;
	width: 12px;
	background: url(/common/img/com_ic_blank01.png) no-repeat 0 0;
	-webkit-background-size: 12px 12px;
					background-size: 12px 12px;
}
#footerBottom .footer-copyright {
	color: #ffffff;
}
#footerBottom .footer-info .footer-utility {
	max-width: 700px;
}
#footerBottom .footer-info .footer-copyright {
	max-width: 450px;
	
}
#pageTopArea {
	position: fixed;
	bottom: 100px;
	right: 5%;
	z-index: 98;
}
#pageTopArea > a {
	display: block;
	height: 58px;
	width: 58px;
	background: url(/common/img/com_ic_top01.png) no-repeat 0 0;
	-webkit-background-size: 58px 58px;
					background-size: 58px 58px;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
}
.is-pc #pageTopArea > a:hover {
	opacity: 0.6;
}

}

@media screen and (min-width: 1200px),print {
	
#header {
	position: fixed;
}

}

@media print{
	
#header {
	position: absolute !important;
}
#pageTopArea {
	display: none !important;
}

}
