@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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
header {
	background: #007ac4 !important;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.inner {
	/*width: 980px;*/
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	position: absolute;
	width: 100%;
	margin: 0 auto 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color:#fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 30px;
	top: 40%;
	font-size: 18px;
}
.navi-title {
	display: none;
}
#global-nav ul li {
	float: left;
	font-weight:bold;
}
#global-nav ul li a {
	padding: 0 10px 12px;
}
#global-nav ul li.bg-01 a:hover {
	background:url(../images/menu-hover01.png) center bottom no-repeat;
}
#global-nav ul li a:hover {
	background:url(../images/menu-hover02.png) center bottom no-repeat;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 6px;
	width: 43px;
	height: 43px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle p {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
/*container*/
#container {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding-top: 176px;
}
footer {
	background: #dcdcdc;
	text-align: center;
	padding: 30px 0 !important;
}
footer ul {
	display: table;
	margin: 0 auto;
}
footer ul li {
	display: table-cell;
	padding: 0 15px;
}
footer ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #444444;
}
footer ul li a:hover {
	text-decoration:underline;
}

/* お知らせページのスタイル */
.bx-news.bg-shadow {
    background-color: #fff;
}

.bx-company.bx-news {
    background-color: #fff;
}

/* ニュースリストのスタイル */
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    border-bottom: 1px solid #dddddd;
    padding: 25px 0;
    position: relative;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li::after {
    content: "";
    display: block;
    clear: both;
}

.news-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.news-title {
    font-weight: bold;
    margin-bottom: 12px;
}

.news-title a {
    color: #333;
    text-decoration: none;
}

.news-title a:hover {
    text-decoration: underline;
}

.news-content {
    line-height: 1.6;
    color: #444;
}

/* ページネーションのスタイル */
.pagination {
    text-align: center;
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #dddddd;
}

.pagination a, 
.pagination span {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 3px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    text-decoration: none;
}

.pagination span.current {
    background: #f5f5f5;
    font-weight: bold;
}

.pagination a:hover {
    background: #f5f5f5;
}

.pagination a.next {
    margin-left: 10px;
}

/* 個別ニュース記事のスタイル */
.news-detail.bg-shadow {
    background-color: #fff;
    padding: 30px;
}

.news-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}

.news-header .news-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.news-header .news-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    color: #333;
}

.news-body {
    margin-bottom: 40px;
}

.news-image {
    margin-bottom: 30px;
    text-align: center;
}

.news-image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
}

.news-content-detail {
    line-height: 1.8;
    color: #444;
}

.news-content-detail h2 {
    font-size: 20px;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #007ac4;
}

.news-content-detail h3 {
    font-size: 18px;
    margin: 25px 0 15px;
    color: #333;
}

.news-content-detail p {
    margin-bottom: 20px;
}

.news-content-detail ul {
    margin: 20px 0;
    padding-left: 20px;
}

.news-content-detail ul li {
    margin-bottom: 10px;
}

.schedule-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.schedule-list li {
    margin-bottom: 15px;
    padding-left: 120px;
    position: relative;
}

.schedule-date {
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #007ac4;
}

.partner-list {
    list-style: disc;
    padding-left: 20px;
    margin: 20px 0;
}

.ceo-comment {
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #007ac4;
    margin: 30px 0;
}

.ceo-name {
    text-align: right;
    font-weight: bold;
    margin-bottom: 0;
}

.contact-info {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
}

.news-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    text-align: center;
}

.back-to-list {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007ac4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.back-to-list:hover {
    background-color: #0069b3;
}

@media screen and (max-width: 768px) {
#container {
	width: 100%;
	margin: 0 auto;
	padding-top: 110px;
}	
#top-head,  .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 79px;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	/*background: transparent;*/
}
#mobile-head {
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo,  #top-head .logo {
	position: absolute;
	left: 0;
	/*top: 13px;*/
	color: #333;
	font-size: 26px;
}
#top-head.fixed .logo,  #top-head .logo img {
	width: auto;
	height:79px
}
#global-nav {
	position: fixed;
	/* 開いてないときは画面外に配置 */
	top: -400%;
	background: rgba(0,0,0,0.85);
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 9999999;
	height: 100%;
	box-sizing: border-box;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding: 60px 10% 0;
}
.navi-title {
	display: block;
	font-size: 20px;
	border-bottom: 2px solid #fff;
	line-height: 2;
	margin-bottom: 20px;
	opacity:1 !important;
}
#global-nav ul li {
	float: none;
	position: static;
	text-align: left;
	font-weight:normal;
}
#global-nav ul li a:hover{
	background:none !important;
}
#top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	font-weight:bold;
	padding: 18px 0;
	font-size: 24px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#nav-toggle {
	display: block;
	margin-top: 12px;
	margin-right: 4%;
}
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(400%);
	-webkit-transform: translateY(400%);
	transform: translateY(400%);
}
.active {
	transform: translateY(0px) !important;
}

.main-logo img {
	width:90%;
	max-width:321px;
}
#nav-toggle02 {
	width: 60px;
	height: 60px;
	position: absolute;
	border: 2px solid #fff;
	-webkit-border-radius: 60px;/* width,heightの半分 */
	-moz-border-radius: 60px;
	border-radius: 60px;
	margin: 0 auto 20px;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}
/* #nav-toggle 切り替えアニメーション */
#nav-toggle02 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 80%;
	background: #fff;
	left: 6px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle02 span:nth-child(1) {
	top: 28px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
#nav-toggle02 span:nth-child(2) {
	width: 0;
	left: 50%;
}
#nav-toggle02 span:nth-child(3) {
	top: 28px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.news-detail.bg-shadow {
    padding: 20px 15px;
}

.news-header .news-title {
    font-size: 20px;
}

.schedule-list li {
    padding-left: 0;
    padding-top: 25px;
    position: relative;
}

.schedule-date {
    position: absolute;
    left: 0;
    top: 0;
}
}

@media screen and (max-width: 640px) {
#top-head {
	height: 60px;
}
#top-head.fixed .logo,  #top-head .logo img {
	width: auto;
	height:60px
}
#nav-toggle02 {
	width: 50px;
	height: 50px;
}
/* #nav-toggle 切り替えアニメーション */
#nav-toggle02 span {
	left: 5px;
}
#nav-toggle02 span:nth-child(1) {
	top: 24px;
}
#nav-toggle02 span:nth-child(3) {
	top: 24px;
}
#container {
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	padding: 10px 0;
	font-size: 24px;
}
#nav-toggle {
	top:2px;
	width:32px;
	height:32px;
	
}
#nav-toggle p {
	font-size:10px;
	
}
#nav-toggle span {
	height: 2px;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 6px;
}
#nav-toggle span:nth-child(3) {
	top: 12px;
}

footer ul {
	display:block;
	overflow:hidden;
}
footer ul li {
	display: block;
	padding: 0 1%;
	float:left;
	width:30%;
	text-align:center;
}
footer ul li:last-child {
	width:100%;
}
footer ul li:last-child a {
	margin-left:-5%;
}
footer ul li a{
	font-size:12px;
}
}