@charset "utf-8";
/*=================================
layout_sps.css
@media only screen and (max-width: 640px)
================================ */
@media screen and (max-width: 640px) {

/* common
-------------------------------- */
#allContainer {
	overflow: hidden;
}
#headerContents > *:first-child,
#mainContents > *:first-child,
#footerContents > *:first-child,
#footerBottom > *:first-child {
	margin-top: 0;
}

/* header
-------------------------------- */
#headerContainer {
	padding-top: 61px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 61px;
	border-top: solid 2px #ff0000;
	border-bottom: solid 1px #d9d9d9;
	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: 58px;
	padding: 0 0 0 20px;
	background-color: #ffffff;
}
#headerContents .header-symbol {
	width: 75px;
}
#headerContents .header-symbol .header-siteCategory {
	margin: 3px 0 0 0;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
}
#headerContents .header-utility {
	-webkit-flex-grow: 2;
					flex-grow: 2;
}
#headerContents .header-utility .header-links {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  				justify-content: flex-end;
	font-size: 11px;
	font-size: 1.1rem;
}
#headerContents .header-utility .header-links > li {
	margin-right: 10px;
}
#headerContents .header-utility .header-links > li > a {
	color: #333333;
	font-weight: bold;
}
#headerContents .header-utility .header-links > li[class*="icon"] > a {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
#headerContents .header-utility .header-links > li[class*="icon"] > a i {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 17px;
	width: 17px;
	margin-top: -9px;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 17px 17px;
					background-size: 17px 17px;
}
#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);
}
#headerMenu > a.is-active {
	color: #ffffff;
	background: #0071be;
}
#headerMenu {
	position: relative;
	display: table;
	width: 58px;
	height: 58px;
	overflow: hidden;
}
#headerMenu a {
	display: table-cell;
	color: #acacac;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	vertical-align: middle;
	transition: all .4s;
	text-decoration: none;
	background: #ffffff;
	overflow: hidden;
}
#headerMenu.is-active a {
	background-color: #f3f3f3;
}
#headerMenu a span {
	position: absolute;
	left: 16px;
	display: inline-block;
	width: 26px;
	height: 3px;
	background-color: #acacac;
	border-radius: 3px;
	transition: all .4s;
}
#headerMenu a span:nth-of-type(1) {	top: 16px; }
#headerMenu a span:nth-of-type(2) {	top: 22px; }
#headerMenu a span:nth-of-type(3) {	top: 28px; }
#headerMenu.is-active a span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
					transform: translateY(6px) rotate(-45deg);
}
#headerMenu.is-active a span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar .8s forwards;
					animation: active-menu-bar .8s forwards;
}
#headerMenu.is-active a span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
					transform: translateY(-6px) rotate(45deg);
}
#headerMenu a em {
	display: block;
	position: absolute;
	width: 100%;
	top: 36px;
	left: 0;
	text-align: center;
}
#menuOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 99;
}
#headerMenuContents {
	display: none;
	position: fixed;
	width: calc(100% - 30px);
	max-height: calc(100% - 73px);
	margin: 15px 15px 0;
	overflow-y: auto;
}
#headerMenuContents .naviList a {
	display: block;
	position: relative;
	color: #333333;
	outline: none;
}
#headerMenuContents .naviList > li + li {
	border-top: solid 2px #333333;
}
#headerMenuContents .naviList > li > a {
	padding: 15px 40px 15px 20px;
	font-size: 16px;
	background-color: #f3f3f3;
}
#headerMenuContents .naviList > li > a.js-accSwitch:before,
#headerMenuContents .naviList > li > a.js-accSwitch:after {
	content: "";
	position: absolute;
	top: 50%;
	border-radius: 2px;
	background-color: #333333;
	-webkit-transition: all 0.1s linear;
					transition: all 0.1s linear;
}
#headerMenuContents .naviList > li > a.js-accSwitch:before {
	right: 15px;
	width: 20px;
	height: 2px;
	margin-top: -1px;
}
#headerMenuContents .naviList > li > a.js-accSwitch:after {
	right: 24px;
	width: 2px;
	height: 20px;
	margin-top: -10px;
}
#headerMenuContents .naviList > li > a.js-accSwitch.is-active:after {
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
	opacity: 0;
}
#headerMenuContents .childList {
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
}
#headerMenuContents .childList > li {
	border-top: solid 1px #d0d0d0;
}
#headerMenuContents .childList > li > a {
	padding: 15px 15px 15px 30px;
	background-color: #ffffff;
}
#headerMenuContents .childList > li > a:before {
	content: "";
	position: absolute;
	top: 1.8em;
	left: 15px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
#headerMenuContents .languageList {
  margin-top: 20px;
}
#headerMenuContents .languageList dt {
  line-height: 1.1;
  padding: 11px 0 12px 43px;
  background: #9b9a9a url(/common/img/com_ic12_sp.png) no-repeat 20px 50%;
  background-size: 14px 14px;
  color: #fff;
	font-size: 16px;
  font-size: 1.6rem;
}
#headerMenuContents .languageList dd {
  background: #fff;
}
#headerMenuContents .languageList dd li {
  border-top: solid 1px #d0d0d0;
}
#headerMenuContents .languageList dd li:first-child {
  border-top: none;
}
#headerMenuContents .languageList dd li a {
  display: block;
  padding: 14px 10px 13px 42px;
  color: #333;
	font-size: 14px;
  font-size: 1.4rem;
}
#headerMenuContents .linkText {
	margin: 15px 0;
}
#headerMenuContents .linkText a {
	display: inline-block;
	position: relative;
	color: #ffffff;
}
#headerMenuContents .linkText.is-sitemap a {
	padding-left: 22px;
}
#headerMenuContents .linkText.is-sitemap a:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	height: 17px;
	width: 17px;
	background: url(/common/img/com_ic03.png) no-repeat 0 0;
	-webkit-background-size: 17px 17px;
					background-size: 17px 17px;
}
#headerSearch {
	margin: 15px 0;
}
.header-searchBox .searchText {
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
	height: 40px;
	padding: 0 10px;
	border: none;
	border-radius: 0;
	line-height: 40px;
	background-color: #ffffff;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}
.header-searchBox .searchBtn {
	width: 45px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: url(/common/img/com_ic01.png) no-repeat 50% 50% #ffffff;
	-webkit-background-size: 17px 17px;
					background-size: 17px 17px;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}

/* breadcrumbs
-------------------------------- */
[id*="breadcrumbs"] {
	display: none;
}

/* SNS
-------------------------------- */
#snsArea {
	margin-top: 20px;
	padding: 0 5px;
}
#snsArea .snsList {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: center;
  				justify-content: center;
	-webkit-align-items: flex-start;
					align-items: flex-start;
}
#snsArea .snsList > li {
	margin-top: 10px;
}
#snsArea .snsList > li + li {
	margin-left: 7px;
}
#snsArea .snsList > li iframe,
#snsArea .snsList > li div {
	vertical-align: bottom;
}

/* main
-------------------------------- */
#mainContainer {
	padding-bottom: 20px;
	background: #ffffff;
}
#mainContents {
	padding: 20px 20px 0;
}

/* footer
-------------------------------- */
#footerContainer {
}
#footerContents {
	display: none;
}
#footerBottom {
	padding: 15px 10px 50px;
	background: #333333;
}
#footerBottom .footer-info {
}
#footerBottom .footer-list {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: center;
  				justify-content: center;
	font-size: 12px;
	font-size: 1.2rem;
}
#footerBottom .footer-list > li {
	margin-right: 20px;
}
#footerBottom .footer-list > li:last-child {
	margin-right: 0;
}
#footerBottom .footer-list a {
	color: #ffffff;
}
#footerBottom .footer-list a[target="_blank"] {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
#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 {
	margin-top: 10px;
	color: #ffffff;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
}
#pageTopArea {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 98;
}
#pageTopArea > a {
	display: block;
	height: 29px;
	width: 29px;
	background: url(/common/img/com_ic_top01.png) no-repeat 0 0;
	-webkit-background-size: 29px 29px;
					background-size: 29px 29px;
	overflow: hidden;
	text-indent: -9999px;
}

}
