@charset "utf-8";

/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #F9F9F9;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
#loader {
    height: 200px;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 200px;
}
#loader p {
    color: #454545;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}
#loader p img {
    display: inline-block;
}

* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	color: #111;
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: .875rem;
	font-family: 'Abel', 'Noto Sans JP', sans-serif;
	word-wrap: break-word;
	height: 100%;
	font-weight: 300;
	line-height: 180%;
	letter-spacing: .03rem;
	-webkit-text-size-adjust: 100%;
}

input,
textarea {
	font-family: 'Abel', 'Noto Sans JP', sans-serif;
    font-weight: 400 !important;
	letter-spacing: .03rem;
}

body:lang(zh-cmn-Hans) {
    font-family: 'Abel', 'Noto Sans SC', 'SF Pro SC', 'SF Pro Text', 'SF Pro Icons', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

input:lang(zh-cmn-Hans),
textarea:lang(zh-cmn-Hans) {
    font-family: 'Abel', 'Noto Sans SC', 'SF Pro SC', 'SF Pro Text', 'SF Pro Icons', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400 !important;
	letter-spacing: .03rem;
}

#g_navi:lang(ja) {
	letter-spacing: .03rem;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

strong {
	font-weight: normal;
}

li {
	list-style-type: none;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
    text-decoration:none;
}

a:hover {
	color: #0099CC;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background: rgba(248,248,248,.8);
	position: fixed;
	z-index: 10;
}

header.hide {
  background: none;
}

header h1 a {
	font-size: 26px;
	font-size: 1.625rem;
	display: block;
	position: absolute;
	text-decoration: none;
	font-weight: normal;
}

header h1 a img {
	height: 100px;
	position: absolute;
}

.logo {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hide .logo {
    opacity: .4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	background-color: #F6F6F6;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu ul {
	width: 96%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #999;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #111;
}

.pankuzu li i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cont_wrap {
	max-width: 1024px;
	width: calc(100% - 30px);
	padding: 60px 15px 0 15px;
	margin-right: auto;
	margin-left: auto;
}

.cont_wrap p {
	margin-top: 10px;
}

.cont_wrap h2 {
	font-size: 21px;
	font-size: 1.3125rem;
    font-weight: 500;
	margin-bottom: 30px;
}
.cont_wrap h3 {
	font-size: 18px;
	font-size: 1.125rem;
    font-weight: 400;
	margin-bottom: 20px;
}
.cont_wrap h4 {
	font-size: 16px;
	font-size: 1rem;
    font-weight: 400;
 	margin-top: 20px;
 	margin-bottom: 15px;
}

.cont_wrap h5 {
	font-size: 14px;
	font-size: .875rem;
    font-weight: 400;
 	margin-top: 20px;
 	margin-bottom: 0px;
}

.archiveTitle {
    display: flex;
}

.archiveTitle h2::after {
    content: "\e91b";
    font-family: "icomoon";
    font-weight: 300;
    font-size: 14px;
    margin-left: 10px;
}

.archiveTitle h3 {
    margin-left: 10px;
}

.entryListTitle h4 {
    margin-top: 0;
}

#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	line-height: 30px;
	padding-top: 300px;
	width: 100%;
	background-size: cover;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 0.5em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.content h2 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-weight: normal;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

.content h2 span {
	font-size: 14px;
	color: #999;
}

.content h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	font-weight: normal;
	color: #111;
	clear: both;
}

.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #CCC;
	content: '';
}

.content h3 span {
	font-size: 14px;
	color: #888;
	padding-left: 15px;
}

.content h4 {
	font-size: 20px;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}

.content .ul_news li span {
	color: #999;
	padding-right: 20px;
}

/*
トップへ戻るボタン
-------------------------------------------*/
.to_top {
	position: fixed;
	right: 15px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	font-size: 24px;
	background-color: #999;
	padding: 15px;
	height: 30px;
	width: 30px;
}

.to_top a:hover {
	color: #fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*
フッター
-------------------------------------------*/
footer {
	background-color: #f8f8f8;
	color: #999;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer::after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

address {
	font-size: 10px;
	font-style: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

footer .cont_wrap {
	max-width: 1024px;
	width: calc(100% - 30px);
	padding: 0px 15px 0 15px;
	margin-right: auto;
	margin-left: auto;
}

footer ul.f_bn {
	display: block;
	float: left;
	margin-left: 0px;
}

footer .f_bn li {
	display: inline;
}

footer .f_bn li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #999;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	margin-top: 30px;
	margin-right: 10px;
	font-weight: 300;
}

footer .f_bn li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

footer .f_bn li a i {
	padding-right: 5px;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #CCC;
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

.effect.d_01 {
transition-delay:0.1s;
-webkit-transition-delay:0.1s;
}

.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}

.effect.d_03 {
transition-delay:0.3s;
-webkit-transition-delay:0.3s;
}

.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}

.effect.d_05 {
transition-delay:0.5s;
-webkit-transition-delay:0.5s;
}

.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}

.effect.d_07 {
transition-delay:0.7s;
-webkit-transition-delay:0.7s;
}

.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

.content p.check {
	color: #FF3333;
}

.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

/*
ランゲージ切り替えボタン
-------------------------------------------*/
#lang_navi {
	width: 50px;
	height: 50px;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	max-width: 1024px;
	margin-left: auto;
}

#lang_navi ul.navi_base {
	width: 100%;
	max-width: 1024px;
	display: flex;
	justify-content: flex-end;
}

#lang_navi ul li{
	display: inline;
	width: 100px;
}

#lang_navi li a {
	width: 100%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: right;
	cursor: pointer;
}

#lang_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 100%;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
/*
#lang_navi li a:hover::before {
	background-color: #0066CC;
	top: 40px;
	background-position-x: center;
	width: 100%;
}
*/
#lang_navi li a:hover,
#lang_navi li a.active,
#lang_navi ul li:hover > a {
	color: #999;
}

#lang_navi ul li:hover > a.ac_menu,
#lang_navi li a.ac_menu:hover {
	position: relative;
}

#lang_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	right: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    height: auto;
    width: calc(100% - 30px);
    padding-left: 0;
    margin: 0px 15px;
}

#lang_navi ul li ul{
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

#lang_navi li ul li a {
	width: 70px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: 22px;
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	background-color: rgba(248, 248, 248, .8);
}
/*
#lang_navi li ul li a::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}
*/
#lang_navi li ul li a:hover::after {
	color: #333;
}

#lang_navi ul li ul li a:hover{
	color: #000;
	background-color: rgba(255, 255, 255, 1);
	-webkit-filter: drop-shadow(0px 0px 15px rgba(200,200,200,.3));
}
#lang_navi li li a::before {
	display: none;
}

#lang_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#lang_navi div.ac_list {
	display: block !important;
/*	background-color: rgba(255, 255, 255, .8);*/
}

header.fixed #lang_navi {
	height: 40px;
}

header.fixed #lang_navi ul li div {
	top: 40px;
}

header.fixed #lang_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #lang_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}


.basic_area #lang_navi {
	margin-left: auto;
	margin-right: 0px;
	margin-top: 25px;
}

.basic_area #lang_navi ul li div {
    position: absolute;
    z-index: 2000;
    top: 75px;
    left: 0px;
    transition: .3s;
    width: 100%;
    height: auto;
    padding-left: 0;
    margin:0 auto;
}

.basic_area #lang_navi li a i{
    color: rgba(153 ,153 ,153, .5);
    cursor: pointer;
}

.basic_area #lang_navi li a i:hover{
    color: rgb(153 ,153 ,153);
}


@media screen and (min-width:960px){
body {
	font-size: 14px;
	font-size: .875rem;
}



/*
ヘッダー
-------------------------------------------*/
header {
	height: 50px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


header h1 a {
	top: 5px;
	left: 10px;
}

header h1 a img {
	height: 100px;
	position: fixed;
}

/*ハンバーガーメニュー用開閉ボタン*/
.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 50px;
	font-size: 14px;
	letter-spacing: 1px;
	max-width: 1024px;
	margin: 0 auto;
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 1024px;
	display: flex;
	justify-content: flex-end;
}

#g_navi ul li{
	display: inline;
	width: 100px;
}

#g_navi li a {
	width: 100%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 40px;
	width: 100%;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #0066CC;
	top: 40px;
	background-position-x: center;
	width: 100%;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #999;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi ul li .ac_list {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	width: 100%;
	margin-top: 0px;
	height: auto;
	background-color: rgba(248, 248, 248, .8);
}

#g_navi ul li ul{
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

#g_navi li ul li a {
	width: calc(88% / 4);
	padding-left: 3%;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: 22px;
	color: #000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
/*	background-color: rgba(248,248,248,.8);*/
}

#g_navi li ul li a::after {
	content: "\e91b";
	font-family: "icomoon";
	font-weight: 300;
	color: #000;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}

#g_navi li ul li a:hover::after {
	color: #333;
}

#g_navi ul li ul li a:hover{
	color: #000;
	background-color: rgba(255, 255, 255, 1);
	-webkit-filter: drop-shadow(0px 0px 15px rgba(200,200,200,.3));
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

header.fixed #g_navi {
	height: 40px;
}

header.fixed #g_navi ul li div {
	top: 40px;
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}

#index_top {
	min-height: 850px;
}

/*
フッター
-------------------------------------------*/

address {
	letter-spacing: 1px;
	text-align: right;
	display: block;
	float: right;
	padding-top: 30px;
	padding-right: 0px;
}

.no_pc {
	display: none;
}

.touch-btn {
    display: none;
}

}

@media screen and (min-width:1024px){
header h1 a {
	left:50%;
	margin-left: -510px;
}

header h1 a img {
	height: 100px;
	position: fixed;
}

}

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

	body {
		font-size: 14px;
	}

	body.fixed {
		overflow: hidden;
	}

	img {
		height: auto;
	}

	.content h4 {
		margin-right: 10px;
		margin-left: 10px;
	}

	.cont_wrap img {
		max-width: 600px;
		width: 100%;
		margin-bottom: 10px;
	}

/*
メニューボタン
-------------------------------------------*/
.menu_btn {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	z-index: 5000;
	top: 3px;
	right: 9px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 20px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}

.menu_btn span {
	transition: all 0.5s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
	-moz-transform: rotate(0deg);
	border-radius: 3px;   
}

.menu_btn span.top {
	transform: translateY(-7px);
	-webkit-transform: translateY(-7px);  
	-moz-transform: translateY(-7px);    
}

.menu_btn span.bottom {
	transform: translateY(7px);
	-webkit-transform: translateY(7px);  
	-moz-transform: translateY(7px);    
}

.menu_btn.opened  span.middle {
	background: rgba(255, 255, 255, 0);
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
}

.menu_btn.opened  span.top {
	transform: rotate(-225deg) translateY(0px);
	-webkit-transform: rotate(-225deg) translateY(0px);
	-moz-transform: rotate(-225deg) translateY(0px);
}

.menu_btn.opened  span.bottom {
	transform: rotate(225deg) translateY(0px);
	-webkit-transform: rotate(225deg) translateY(0px);
	-moz-transform: rotate(225deg) translateY(0px);
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 75%;
	height: 100%;
	top: 0px;
	left: 100%;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

#g_navi ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	position: relative;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: inline-block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
}

#g_navi ul li a:hover {
	color: #999;
}

/*
ランゲージ切り替えボタン
-------------------------------------------*/
#lang_navi {
	margin-left: auto;
	margin-right: 30px;	
}

/*
アコーディオン
--------------------------------------------------*/
.touch-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.touch-btn.active {
    transform: rotate(180deg);
    transform-origin: 55% 45% 0;
    margin-right: 2px;
}

#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li {
	border-bottom: none;
}

#g_navi ul li li:first-child {
	border-top: none;
}

#g_navi ul li ul li a {
	border-bottom: none;
}

#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}

#g_navi ul li ul li a:hover {
	color: #999;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 50px;
}

header h1 a {
	top: 8px;
	left:5px;
	height: 40px;
}

header h1 a img {
	height: 100px;
	position: fixed;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}


/*
フッター
-------------------------------------------*/
address {
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	display: block;
	clear: both;
}

footer ul.f_bn {
	float: none;
}

.no_sp {
	display: none;
}

}

@media screen and (max-width:640px){
	#mailform table.m_form th,
	#mailform table.m_form td {
		width: 100% !important;
		display: block;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mailform table.m_form th {
		border-right-style: none;
		padding-bottom: 5px;
	}

	.content {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.content p {
		margin-bottom: 20px;
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 10px;
	}

	.img_left,
	.img_right {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width:490px){
	img {
		max-width: 100% !important;
		height: auto;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}

	header h1 a {
		top: 8px;
		left: 5px;
		height: 40px;
	}

	header h1 a img {
		height: 100px;
		position: fixed;
	}

	.content h2 {
		font-size: 24px;
	}
	.content h2 span {
		font-size: 12px;
	}
	#lang_navi li ul li a {
		max-width: 70px;
		width: calc(100% / 5);
	}
}
