@charset "UTF-8";
/* ------------------------------------------------------------
2022.06 G4 英語ページ移管用
------------------------------------------------------------ */

/*
.global-header{
	position:fixed !important;
	top: 0;
	height: 65px;
	width: 100%;
	z-index: 110 !important;;
}
*/
.p-gnav.--pc {
  top: 65px;
}

.en_page h1{
	font-size: 30px;
	font-weight: bold;
	margin: 60px auto;
	line-height: 1.5;
}
.en_page h1.red-border{
	border-bottom: 2px solid #cc023a;
	padding-bottom: 20px;
	margin: 80px auto 10px;
}
.c-article {
	padding: 0 0 0;
}
.c-inner {
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}
/*ページ外リンクナビ*/
.p-gnav.--pc .p-gnav__list.c__06 .p-gnav__item{/*6つの場合*/
	width: calc(100% / 6);
}
.p-gnav.--pc .p-gnav__list.c__05 .p-gnav__item{/*5つの場合*/
	width: calc(100% / 5);
}
.p-gnav.--pc .p-gnav__list.c__04 .p-gnav__item{/*4つの場合*/
	width: calc(100% / 4);
}
.p-gnav.--pc .p-gnav__list.c__03 .p-gnav__item{/*3つの場合*/
	width: calc(100% / 3);
}
.p-gnav.--pc .p-gnav__list.c__02 .p-gnav__item{/*2つの場合*/
	width: calc(100% / 2);
}
.contents-main{
	float: none;
	margin: 0 auto;
}

table th,table td{
	vertical-align:middle;
}
@media screen and (max-width: 768px){
	.en_page h1{
		padding: 0 .8%;
		margin: 30px auto;
	}

}

.p-contact-item__note {
	font-size: 12px;
	text-align: center;
}
.p-contact-item__tel {
	font-size: 26px;
	font-weight: bold;
	color: #cc023a;
	text-align: center;
}

footer .langArea .copyright {
margin-top: 0;
font-size: 100%;
color: #004386;
}

body{
	font-size: 16px !important;
}
.contact_bt {
  padding: 12px 24px;
  border: 2px solid #000 !important;
  border-radius: 10px;
}
.contact_bt {
  position: fixed;
  right: 20px;
  z-index: 901;
  background: #ffd601;
  border: 2px solid #004386;
  padding: 12px 20px;
  font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Helvetica,sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 2px 2px 4px #000;
  letter-spacing: .15em;
  line-height: 1;
}
@media screen and (max-width: 768px){
	.wrapper {
		padding-top: 65px;
	}
	.global-header{
		position:fixed !important;
		top: 0;
		height: 65px;
		width: 100%;
		z-index: 110 !important;;
	}
	.p-gnav.--sp {
		top: 65px;
	}
}