﻿@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


body{
	font-family: "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 16px;
	word-break : break-all;
	line-height: 1.6;
	min-width: 1200px;
	font-weight: 500;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}
#wrapper {
	min-width: 1200px;
	position: relative;
}
img{
	vertical-align: bottom;
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
img{-webkit-backface-visibility: hidden;backface-visibility:hidden;}
a:hover{
	opacity: 0.7;
	color: #ccc;
}
a.disable{pointer-events: none;}
input[type="button"],input[type="text"],input[type="submit"],input[type="search"] {
   -webkit-appearance: none;
   border-radius: 0;
}
/*header*/
header{
	overflow: hidden;
	box-shadow: 0px 0px 15px 0px #666;
	position: relative;
}
header .header-top {
	overflow: hidden;
	padding: 10px 0;
}
header .header-top .inner::after{content:" ";display:block;clear:both;}
header h1.logo{
	float: left;
}
header h1.logo span{
	display: table-cell;
	vertical-align: middle;
	height: 73px;
}
header h1.logo span.sub-title{
	font-weight: 500;
	font-size: 11px;
	line-height: 1.6;
	padding: 0 20px;
}
header .head-contact{
	float: right;
	padding: 17px 0px;
}
header .head-contact ul{
	overflow: hidden;
}
header .head-contact li{
	float: left;
}
header .head-contact li:first-child{
	font-size: 18px;
}
header .head-contact li:first-child span{
	font-size: 26px;
	font-weight: 500;
	margin-left: 5px;
}
header .head-contact li:last-child{
	background: #ffb3a6;
	border-radius: 20px;
	overflow: hidden;
	margin-left: 15px;
}
header .head-contact li:last-child a{
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	width: 130px;
	text-align: center;
	box-sizing: border-box;
}
/*gnav*/
header nav#gnav{
	clear: both;
	background: #0a3d7f;
	text-align: center;
}
header nav#gnav ul{
	overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
	vertical-align: bottom;
}
header nav#gnav ul li a{
	color: #fff;
	text-decoration: none;
	padding: 14px 0;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
header nav#gnav ul li a > span{
	color: #fff;
	border-right: 1px dotted #fff;
	padding: 0 23px;
}
header nav#gnav ul li:first-child a > span{
	border-left: 1px dotted #fff;
}
header nav#gnav ul li a:hover {
	opacity: 1;
	background: #3b6499;
}
header nav#gnav ul li a:hover > span {
	color: #fff;
	opacity: 1;
}
#navToggle {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 35px;
	height: 21px;
	cursor: pointer;
	z-index: 100;
	display: none;
}
#navToggle div {position:relative;}
#navToggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: 2px solid #0a3d7f;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {top:0;}
#navToggle span:nth-child(2) {top:9px;}
#navToggle span:nth-child(3) {top:18px;}
#navToggle p {
	position: relative;
	top: 20px;
	font-weight: bold;
	letter-spacing: -0.4px;
	font-size: 10px;
}


/*maincontents*/
article#maincontents {
	background: #f1f1f1;
	overflow: hidden;
}

/*footer*/
footer{
	color: #666;
}
nav#footer-nav{
	line-height: 0;
}
.footer-top .inner{
	padding: 18px 0;
}
.footer-bottom .inner {
	padding: 20px 0;
	overflow: hidden;
}
article.footer-top {
	border-bottom: 1px solid #ddd;
}
section.footer-logo{
	float: left;
	position: relative;
	width: 357px;
}
section.corp-link {
	line-height: 0;
	float: right;
	margin-top: 35px;
}
ul.nav-box {
	overflow: hidden;
	display: inline-block;
}
ul.nav-box li {
	float: left;
	line-height: 1;
}
ul.nav-box li a{
	text-decoration: none;
	color: #666;
	font-size: 14px;
	display: block;
}
ul.nav-box li a span{
	border-right: 1px solid #666;
	padding: 0 9px;
	display: inline-block;
	line-height: 1;
}
@media screen and (-ms-high-contrast: none) {
	ul.nav-box li a span{
		line-height: 0.7;
		padding-top: 4px;
	}
}

ul.nav-box li:first-child a span{
	border-left: 1px solid #666;
}
address#copyright {
	font-size: 10px;
	margin-top: 11px;
	font-style:normal;
}
section.corp-link ul.nav-box li a span {
	padding: 0 10px;
	letter-spacing: -1px;
}
@media screen and (-ms-high-contrast: none) {
	section.corp-link ul.nav-box li a span{
		padding-top: 4px;
	}
}
section.corp-link ul.nav-box li:nth-child(2) a span {
	letter-spacing: -1.5px;
}
section.corp-link ul.nav-box li:nth-child(3) a span {
	letter-spacing: -0.5px;
}
section.corp-link ul.nav-box li:nth-child(4) a span {
	letter-spacing: -1.5px;
}
/*side*/
aside#side {
	float: left;
	margin-left: 35px;
}
aside#side .inner{
	padding: 0;
}
nav#side-nav li{
	margin-top: 10px;
}
nav#side-nav li:hover{
	opacity: 0.8;
}
nav#side-nav li:first-child{
	margin-top: 0;
}
.search-box {
	margin-top: 0;
	position: absolute;
	top: 28px;
	left: 46%;
	/*margin-left: -35px;*/
}
input[type="search"] {
	border: 1px solid #0a3d7f;
	height: 36px;
	padding: 0 10px 0 30px;
	width: 200px;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	border-radius: 18px 0 0 18px;
	background: url(/common/img/ico/search-ico.png) 10px center no-repeat;
	outline: none;
}
input[type="submit"] {
	border: 1px solid #333;
	background: #0a3d7f;
	color: #fff;
	height: 36px;
	float: right;
	width: 66px;
	font-size: 16px;
	border-radius: 0 18px 18px 0;
	outline: none;
}
.sns-facebook,.sns-twitter{
	margin-top: 20px;
	width: 300px;
}
.timeline-TweetList {
    height: 400px;
}
section.footer-logo a.sp{
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	padding: 0 20px;
	display: inline-block;
	color: #666;
	text-decoration: none;
	line-height: 1.2;
	position: absolute;
	top: 5px;
	left: 160px;
	font-size: 14px;
}
@media screen and (-ms-high-contrast: none) {
	section.footer-logo a.sp{
		line-height: 0.7;
		padding-top: 4px;
	}
}
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	width: 44px;
	height: 44px;
	background: url(/common/img/pc/ico/top_btn.png) no-repeat;
	background-size: 100%;
	display: block;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
/*main*/
article#contents{
	overflow: hidden;
	width: 1200px;
	margin: 40px auto 90px;
}

.listCss {
	padding-left: 13px;
}
/* ====================================
ブラウザ幅が767pxの時のスタイル
=======================================*/
@media screen and (max-width: 767px) {
	body{
		font-size: 14px;
		min-width: 100%;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		-webkit-text-size-adjust: 100% !important;
	}
	#wrapper {
		min-width: auto;
	}
	html {
		overflow-x: hidden;
		height: 100%;
	}
	input,select,textarea {
		box-shadow: none;
		-webkit-overflow-scrolling: auto;
		overflow-scrolling: auto;
		font-family: inherit;
	}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		html{
			overflow-x: hidden;
			height: 100%;
		}
		body{
			overflow-y: auto;
			overflow-x: hidden;
			height: 100%;
		}
	}
	@supports (-ms-ime-align: auto) {
		html{
			overflow: hidden;
			height: 100%;
		}
		body{
			overflow-y: auto;
			overflow-x: hidden;
			height: 100%;
		}
	}

	body.fixed {
		overflow: visible;
		height: 100%;
		position: fixed;
	}
	body.fixed article#maincontents{
		margin-top: 50px;
	}
	.inner{
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	img {
		width: 100%;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}


	/*-- header
	-----------------------*/
	header {
		overflow: visible;
		box-shadow: 0px 0px 15px 0px #000;
		z-index: 10;
		background: #fff;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}

	header.openNav{

	}
	header .head-contact {
		float: left;
		padding: 0px;
		margin-left: 12px;
	}
	header .header-top {
		overflow: visible;
		padding: 3px 10px;
		position: relative;
		z-index: 5;
		background: #fff;
	}
	header.openNav .header-top {
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		top: 0;
	}
	header .header-top:after {
		content: "";
		clear: both;
		display: block;
	}
	header h1.logo {
		width: 45px;
	}
	header h1.logo span {
		padding: 0;
		height: auto;
	}
	header h1.logo span.sub-title{
		display: none;
	}
	header .head-contact li:first-child {
		font-size: 10px;
		line-height: 1.2;
		margin-top: 10px;
	}
	header .head-contact li:first-child span {
		font-size: 14px;
		display: block;
	}
	header .head-contact li:last-child {
		margin-left: 13px;
		margin-top: 14px;
	}
	header .head-contact li:last-child a {
		width: 85px;
		font-size: 10px;
		padding: 2px 10px;
	}
	header .head-contact li:first-child span.tel-link{
		margin-left: 0;
	}
	header .head-contact li:first-child span.tel-link a{
		color: #333;
		text-decoration: none;
	}
	nav#gnav {
		position: fixed;
		top: -500%;
		background: #fff;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		padding: 20px 20px;
		overflow-y: scroll;
		box-sizing: border-box;
		z-index: -1;
	}
	header nav#gnav ul {
		display: block;
		overflow: visible;
		margin-bottom: 15px;
	}
	header nav#gnav ul li {
		float: none;
		border-bottom: 1px dotted #fff;
	}
	header nav#gnav ul li a > span {
		color: #fff;
		border: none;
		padding: 0 24px;
	}
	header nav#gnav ul li:first-child a > span {
		border: none;
	}
	header nav#gnav ul li a {
		text-align: left;
	}
	header nav#gnav ul li a:hover {
		opacity: 1;
		background: #0a3d7f;
	}
	#navToggle {
		display: block;
	}
	.openNav #navToggle span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*-- fotter
	-----------------------*/
	footer {
		color: #666;
	}
	section.footer-logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	section.footer-logo img{
		width: 97.5px;
	}
	section.footer-logo a.sp{
		border-right: 1px solid #666;
		border-left: 1px solid #666;
		padding: 0 20px;
		display: inline-block;
		color: #666;
		text-decoration: none;
		margin-bottom: 30px;
		line-height: 1.2;
		position: static;
	}
	#footer-nav ul.nav-box li {
		float: left;
		line-height: 1;
		width: 49.8%;
		border-bottom: 1px solid #dddddd;
	}
	#footer-nav ul.nav-box li:nth-child(even){
		border-left: 1px solid #dddddd;
	}
	#footer-nav ul.nav-box li:first-child a span {
		border: none;
	}
	#footer-nav ul.nav-box li a span {
		border: none;
		padding: 0;
		display: block;
		text-align: center;
		padding: 17px 0px;
	}
	section.corp-link {
		line-height: 0;
		float: none;
		margin-top: 20px;
		text-align: center;
		display: none;
	}
	.corp-link ul.nav-box li {
		float: none;
		line-height: 1;
		display: block;
		margin-top: 10px;
	}
	.corp-link ul.nav-box li a span {
		border-right: 1px solid #666;
		border-left: 1px solid #666;
		padding: 0 14.45px;
		display: inline-block;
		line-height: 1.2;
	}
	.corp-link ul.nav-box li:nth-child(3) a span{
		padding: 0 20px;
	}
	address#copyright {
		font-size: 11px;
	}
	#fb-root {
		display: none;
	}
	.uiScaledImageContainer,._2lqh {
		width: 100% !important;
	}
	.sns-facebook, .sns-twitter {
		width: 90%;
		margin: 20px auto 30px;
		overflow: hidden;
		height: 355px;
	}
	._2p3a {
		width: 100% !important;
		min-width: 100% !important;
	}
	article.footer-top {
		border-bottom: none;
	}
	.footer-top .inner {
		padding: 0;
	}
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe[style]{
		width: 100% !important;
	}
	._2p3a {
		width: auto !important;
	}
	/*-- aside
	-----------------------*/
	aside#side {
		float: none;
		margin-left: 0;
	}
	aside#side .inner2{
		padding: 45px 20px 0;
		overflow: hidden;
	}
	aside#side section.side-ctg-list {
		margin-top: 35px;
	}
	.search-box {
		position: relative;
		margin: 0 0 15px;
		background: #fff;
		overflow: hidden;
		padding: 15px;
		top: 0;
		left: 0;
		z-index: 0;
	}
	input[type="search"] {
		width: 74%;
		box-sizing: border-box;
		float: left;
		background: url(/common/img/ico/search-ico-sp.png) 10px center no-repeat;
		background-size: 16px 16px;
		position: relative;
		z-index: 0;
	}
	input[type="submit"] {
		float: left;
		width: 26%;
		font-size: 16px;
	}
	/*main*/
	article#maincontents {
		margin-top: 50px;
	}
	article#contents {
		overflow: hidden;
		width: 100%;
		margin: 44px auto 75px;
	}
	#page-top a {
		width: 44px;
		height: 44px;
		background: url(/common/img/sp/ico/top_btn.png) no-repeat;
		background-size: 100%;
	}
}