@charset "utf-8";

@media screen and (max-width:768px) {

.pc-only { display: none; }
.sp-only { display: block; }

body {
	min-width: 0;
}
.inner,
.w980 {
	width: 100%;
}
img {
	width:auto;
	max-width: 100%;
	height: auto;
}
.colBlock {
	margin-top: 30px;
	margin-bottom: 30px;
}
.colBlock .colL,
.colBlock .colR {
	float: none;
	margin: 0 auto;
	width: 91.2%;
}
.colBlock .colR {
	margin-top: 60px;
}
.cfix {
	position: fixed;
	width: 100%;
	height: 100%;
}
br.nobr { display: none; }
/* ----------------------------------------------
　ヘッダー
---------------------------------------------- */
header {
	min-width: 0;
}
.headBox {
	position: relative;
	width: 100%;
}
.headBox .spNav {
	display: block;
	position: absolute;
	top: 12px;
	left: 4%;
	z-index: 10003;
}
.headBox .logo {
	left: 50%;
	margin-left: -12px;
	z-index: 10003;
}
.headBox .colL {
	display: none;
}
.headBox .colR {
	top: 12px;
	right: 5%;
	z-index: 10003;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 18px;
	height: 18px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #cacaca;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 4px;
}
.menu-trigger span:nth-of-type(2) {
	bottom: 4px;
}
.menu-trigger.active {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
}

#overlay_menu {
	z-index: 10002;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: 0.3s;
	visibility: hidden;
	background: #000;
}
 
#overlay_menu ul {
	padding: 60px 0 60px;
	width: 75%;
	margin: 0 auto;
	opacity: 0;
	transition: 0.8s;
	visibility: hidden;
}
#overlay_menu li {
	font-size: 1.5rem;
	border-bottom: 2px solid #666;
}
#overlay_menu li:nth-child(1) { animation-delay:0s; }
#overlay_menu li:nth-child(2) { animation-delay:0.1s; }
#overlay_menu li:nth-child(3) { animation-delay:0.2s; }
#overlay_menu li:nth-child(4) { animation-delay:0.3s; }
#overlay_menu li:nth-child(5) { animation-delay:0.4s; }
#overlay_menu li:nth-child(6) { animation-delay:0.5s; }
#overlay_menu li:nth-child(7) { animation-delay:0.6s; }
#overlay_menu li:nth-child(8) { animation-delay:0.7s; }
#overlay_menu li:nth-child(9) { animation-delay:0.8s; }
 
#overlay_menu li a {
	display: block;
	color: #fff;
	transition: 0.3s;
	padding: 10px 0;
	text-decoration: none;
}
#overlay_menu li a:hover {
	color: #FFFFFF;
	background: #555555;
}
#overlay_menu li img {
	height: 20px;
	width: 20px;
	vertical-align: middle;
}
#overlay_menu.open {
	opacity: 1;
	transition: 0.3s;
	visibility: visible;
}
#overlay_menu.open ul {
	opacity: 1;
	transition: 1s;
	visibility: visible;
}

#localNav {
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 10020;
	width: 100%;
}
#localNav dl {
	border-bottom: 1px double #ccc;
}
#localNav dt {
	background: #dcdcdc;
	color: #333;
	height: 45px;
	line-height: 45px;
	font-size: 1.5rem;
	padding: 0 4.4%;
	position: relative;
}
#localNav dt::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -6px 0 0 -4px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	transition: all .3s;
}
#localNav dt.active::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#localNav dd {
	background: #dcdcdc;
	display: none;
	padding: 15px 0 30px;
}
#localNav dd ul {
	box-sizing: border-box;
	margin: 0 auto;
	width: 75%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
#localNav dd ul li {
	transition: 0.8s;
}
#localNav dd ul li a {
	display: block;
	font-size: 1.3rem;
	height: 45px;
	line-height: 45px;;
	color: #666;
	margin: 0 auto;
	width: 75%;
	border-bottom: 1px solid #333;
}
/* ----------------------------------------------
　フッター
---------------------------------------------- */
#footerLink {
	margin: 0 0 20px;
}
#ftLinkWrap {
	margin: 0px;
}
#ftLinkWrap .colL {
	float: none;
	width: 100%;
}
#ftLinkWrap .ttl {
	background: #F1F1F1;
	font-size: 1.2rem;
	margin-bottom: 0;
	padding: 0 15px;
	cursor: pointer;
}
#ftLinkWrap .ttl span {
	display: block;
	border-bottom: 1px solid #CBCBCB;
	padding: 15px 0;
	position: relative;
	width: 100%;
}
#ftLinkWrap .ttl span::after {
	position: absolute;
	top: 50%;
	left: 96%;
	content:"＋";
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	margin-top: -15px;
	margin-left: -10px;
}
#ftLinkWrap .ttlopen span::after {
	content:"－";
}
#ftLinkWrap ul {
	display: none;
	margin: 0;
}
#ftLinkWrap li {
	color: #8C8989;
	font-size: 1.1rem;
}
#ftLinkWrap li a {
	display: block;
	padding: 15px;
	border-top: 1px dotted #CBCBCB;
}
#ftLinkWrap li:nth-child(1) a {
	border-top: none;
}
#ftLinkWrap li span {
	display: block;
	position: relative;
	width: 100%;
}
#ftLinkWrap li span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 95%;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#ftLinkWrap .colR {
	display: none;
}
#footerLink .links {
	margin: 30px auto 10px;
	width: 92%;
}
#footerLink .links li {
	float: left;
	margin-left: 0;
	width: 49%;
}
#footerLink .links li:nth-child(odd) {
	float: right;
}
#footerLink .comment {
	margin: 0 auto;
	width: 92%;
}
#footerLink #ftLinkWrap + .comment {
	margin: 30px auto 0;
}
#footerLink .comment span {
	display: block;
}

footer {
	background: #fff;
}
footer .col2 {
	overflow: hidden;
	padding: 0;
}
footer .col2 .colL {
	background: url(../img/common/ft_logo.png) no-repeat right center;
	background-size: 23px 28px;
	float: none;
	margin: 0 auto 20px;
	width: 92%;
}
footer .col2 .colL li {
	line-height: 2;
}
footer .col2 .colL ul li:nth-child(3) {
	clear: both;
}
footer .col2 .colL ul li:nth-child(3) a {
	padding-left: 0;
}
footer .col2 .colR {
	background: #BABABA;
	float: none;
	padding: 10px 0;
}
footer .col2 .colR p {
	margin: 0 auto;
	width: 92%;
}
footer .col2 .colR p span {
	color: #fff;
}

/* ----------------------------------------------
　サイドバー
---------------------------------------------- */
#sideBanner {
	overflow: hidden;
	margin: 0 0 30px;
}
#sideBanner li {
	float: left;
	text-align: center;
	width: 49%;
}
#sideBanner li img {
	height: auto;
	width: 100%;
}
#sideBanner li:nth-child(odd) {
	clear: both;
}
#sideBanner li:nth-child(even) {
	float: right;
	width: 49%;
}
.sideBox {
	overflow: hidden;
	margin: 0 0 30px;
}
.sideBox .sideTtl {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.sideBox ul {
	margin-top: 10px;
}
.sideBox li {
	float: left;
	margin-bottom: 10px;
	width: 49%;
}
.sideBox li:nth-child(odd) {
	clear: both;
}
.sideBox li:nth-child(even) {
	float: right;
	margin-bottom: 10px;
	width: 49%;
}
.sideBox li a div:nth-child(1) {
	text-align: center;
}
.sideBox li a div:nth-child(1),
.sideBox li a div:nth-child(2) {
	float: none;
	width: 100%;
}

/* ----------------------------------------------
　トップページ
---------------------------------------------- */
.bx-wrapper .bx-controls-direction a {
	height: 30px;
	width: 30px;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	background-size: 30px 30px;
}
#bnr_top_a ul li {
	width: 50%;
}
#bnr_top_a ul li img {
	width: 100%;
}
#bnr_top_b ul li {
	margin-bottom: 0;
}
#noteWrap {
	margin: 40px auto;
	width: 92%;
}
#noteWrap .headBlock h2 {
	font-size: 2rem;
}
#noteWrap .headBlock span {
	margin-left: 5px;
	font-size: 1rem;
}
#noteWrap .headBlock a {
	padding: 0 2px;
}
#noteWrap ul li {
	margin-left: 0;
	margin-bottom: 20px;
	width: 49%;
}
#noteWrap ul li:nth-child(odd) {
	margin-right: 2%;
}
#noteWrap .pic img {
	width: 100%;
}
#noteWrap .cat {
	font-size: 1.1rem;
}
#noteWrap .exp {
	padding-top: 8px;
}
#noteWrap .exp br {
	display: none;
}
#gamoNewsArea {
	margin-bottom: 20px;
}
#newsArea {
	display: none;
}

/* ----------------------------------------------
　ニュース
---------------------------------------------- */
#standard_ol h1,
#newsDetailInner h1 {
	font-size: 1.8rem;
}
#standard_ol h2,
#newsDetailInner h2 {
	font-size: 1.8rem;
	margin-bottom: 12px;
}
#newsDetailInner .cat {
	color: #E70000;
	font-size: 1.2rem;
	margin: 8px 0 30px;
}
#newsDetailInner .cat span {
	color: #666;
}
#newsDetailInner .cat span::before {
	content: "｜";
	color: #666;
}
#standard_ol p,
#newsDetailInner p {
	font-size: 1.4rem;
	line-height: 1.85;
	margin-bottom: 30px;
}
#standard_ol p.w50p,
#newsDetailInner p.w50p {
	width: 50%;
}
#standard_ol hr,
#newsDetailInner hr {
	border: none;
	background: url(../img/news/ex_hr.png) repeat-x left center;
	height: 2px;
	margin: 30px 0;
}


#searchform {
	display: none;
}

}
