@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #1A1A1A;
	text-decoration: none;
}

a:visited {
	color: #1A1A1A;
	text-decoration: none;
}

a:hover {
	color: #1A1A1A;
	text-decoration: underline;
}

a:active {
	color: #1A1A1A;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1120px;
	color: #1A1A1A;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	padding-top: 130px;
	text-align: left;
	z-index: 100;
}

#main {
	margin-bottom: 105px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	body.fixed {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: scroll;
	}

	#container {
		padding-top: 86px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		margin-bottom: 38px !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#progressBar {
	width: 0;
    height: 3px;
    position: fixed;
	left: 0;
    top: 0;
    background: #C90010;
    transition: transform 0.3s;
    transform-origin: right top;
	z-index: 102;
}

#gHeader {
	padding-top: 10px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 3px;
	background-color: #FFF;
	transform: translateY(0px);
	transition: all 0.5s cubic-bezier(.65,.05,.36,1);
	box-sizing: border-box;
	z-index: 101;
}
@media print{
  #gHeader {
	  position: absolute;
  }
}

#gHeader.hide {
	transform: translateY(-60px);
	top:-24px;
}

#gHeader .hBox {
	margin: 0 auto;
	max-width: 1118px;
	box-sizing: border-box;
}

#gHeader .hTop {
	margin: 0 9px 15px;
}

#gHeader .h1 {
	float: left;
}

#gHeader .h1 img {
	width: 244px;
}

#gHeader .hArea {
	margin-top: 4px;
	width: 432px;
  /* width: 302px; */
	float: right;
}

#gHeader .hList {
	margin-top: -2px;
	padding: 9px 0 10px;
	width: 432px;
	float: left;
	overflow: hidden;
	text-align: right;
	box-sizing: border-box;
}

#gHeader .hList li {
	display: inline-block;
	vertical-align: top;
}

#gHeader .hList .search {
	position: relative;
	line-height: 1.5;
	border-left: 1px solid #DCDCDC;
	z-index: 1;
}

#gHeader .hList li a,
#gHeader .hList li label {
	margin: -0 13px 0;
	padding: 5px 0 7px 22px;
	display: inline-block;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 200;
	line-height: 1;
	text-decoration: none;
	vertical-align: top;
	background: url(../../img/common/icon01.png) no-repeat left center;
	background-size: 18px 18px;
	font-family: "Noto Sans Japanese", sans-serif;
}

#gHeader .hList .search a,
#gHeader .hList .search label {
	position: relative;
	padding-right: 13px;
	background-image: url(../../img/common/icon04.png);
	background-size: 17px 17px;
  background-position: 0 3px;
  z-index: 3;
  top: 2px;
}

#gHeader .hList .search a.on,
#gHeader .hList .search label.on {
	background-color: #F2F2F2;
}

#gHeader .hList li a:hover,
#gHeader .hList li label:hover {
	color: #C80011;
	background-image: url(../../img/common/icon55.png);
}

#gHeader .hList .search a:hover,
#gHeader .hList .search label:hover {
	background-image: url(../../img/common/icon56.png);
}

#gHeader .hList .search .sear {
	width: 301px;
	position: absolute;
	right: -301px;
	top: -7px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 2;
}

#gHeader .hList .search .sear.open {
	right: 0;
}

#gHeader .hList .search .sear input {
	padding: 0 16px;
	width: 100%;
	height: 40px;
	color: #444;
	font-size: 14px;
	text-align: left;
	border-radius: 0;
	border: none;
	background: #F2F2F2;
	-webkit-appearance: none;
	box-sizing: border-box;
}

#gHeader .hList .search .sear button {
  display: none;
}

/* #gHeader .language {
	padding: 9px 4px 10px 23px;
	width: 124px;
	float: right;
	border: 1px solid #9B9B9B;
	background: #FFF url(../../img/common/icon02.png) no-repeat left 2px center;
	background-size: auto 19px;
	box-sizing: border-box;
}

#gHeader .language select {
	width: 100%;
	line-height: 1.05;
	border-radius: 0;
	border: none;
	border-bottom: 1px dotted #9B9B9B;
	background: url(../../img/common/icon03.png) no-repeat right bottom;
	background-size: 19px auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "Noto Sans Japanese", sans-serif;
}

#gHeader .language select::-ms-expand {
	display: none;
} */

#gHeader .hList .language {
  border-left: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 0 4px;
  margin: -7px 0 0 -5px;
}
#gHeader .hList .language a {
  margin: 0 0 0 13px;
  padding: 7px 18px 8px 36px;
  display: inline-block;
  border: 1px solid #DCDCDC;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  vertical-align: top;
  background-color: #F2F2F2;
  background-image: url(../../img/en/icon-global.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px 18px;
  font-family: "Noto Sans Japanese", sans-serif;
}
#gHeader .hList .language a:hover {
  color: #C80011;
  background-image: url(../../img/en/icon-global-on.png);
  background-position: left 10px center;
}

@media all and (min-width: 768px) {
	#gHeader .hUl {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	#progressBar {
		display: none;
	}

	#gHeader {
		padding: 0;
		top: 0;
		z-index: 101;
	}

	#gHeader .hBox {
		max-width: inherit;
    padding: 0 0 0 14px;
	}

	#gHeader .hTop {
		margin: 0;
	}

	#gHeader .h1 {
		margin-top: 13px;
	}

	#gHeader .h1 img {
		width: 187px;
	}

	#gHeader .hUl {
		width: 155px;
		float: right;
	}

	#gHeader .hUl li {
		width: 77px;
		float: left;
		border-left: 1px solid #F2F2F2;
		box-sizing: border-box;
	}

	#gHeader .hUl li a {
		padding: 13px 5px 5px;
		display: block;
		font-size: 11px;
		text-decoration: none;
		text-align: center;
	}

	#gHeader .hUl li span {
		margin-top: 3px;
		display: block;
	}

	#gHeader .hUl li a.on .inn.open {
		display: none;
	}

	#gHeader .hUl li a.on .inn.close {
		display: block;
	}

	#gHeader .hUl li .inn {
		margin-top: 0;
		display: block;
	}

	#gHeader .hUl li .inn.close {
		display: none;
	}

	#gHeader .hArea {
		margin-top: 0;
		padding: 15px 15px 30px;
		width: auto;
		float: none;
		background-color: #E6E6E6;
	}

	#gHeader .search {
		margin-bottom: 9px;
	}

	#gHeader .search {
		width: 100%;
    background: #fff;
	}

	#gHeader .search input {
		padding: 14px 12px 12px;
		width: calc(100% - 50px);
    box-sizing: border-box;
    float: left;
		color: #444;
		font-size: 14px;
    line-height: 1.8;
		text-align: left;
		border-radius: 0;
		border: none;
		-webkit-appearance: none;
	}

	#gHeader .search .btn {
		width: 50px;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
		padding: 13px 0 12px;
    box-sizing: border-box;
		float: right;
    background: #fff;
	}

	/* #gHeader .search .btn input {
		background: #FFF url(../../img/common/icon15.png) no-repeat right 15px center;
		background-size: 26px auto;
		cursor: pointer;
	} */
  #gHeader .hArea {
    width: auto;
  }
  #gHeader #gNavi .hArea {
   display: flex!important;
   flex-direction: column-reverse;
 }
  #gHeader .hList {
    width: auto;
  }
  #gHeader .hList .language {
    background: none;
    padding: 0;
    margin: 0 0 0 2%;
  }
  #gHeader .hList .language a {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    background-color: #fff;
    background-image: url(../../img/en/icon_global.png);
    background-position: left 10px center;
    background-size: 24px 24px;
    color: #000;
    font-weight: bold;
    padding: 18px 18px 17px 46px;
  }

	#gHeader .hList {
		margin-top: 0;
		padding: 0;
		width: auto;
		float: none;
		text-align: left;
	}

	#gHeader .hList li {
    width: 49%;
    display: block;
    float: left;
    margin: 0 0 8px;
	}

	#gHeader .hList li a,
  #gHeader .hList li label {
		margin: 0;
		padding: 17px 5px 18px 43px;
		display: block;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
		text-decoration: none;
		vertical-align: top;
		background: #FFF url(../../img/common/icon11.png) no-repeat left 10px center;
		background-size: 27px 27px;
	}

	#gHeader .hList li a:hover,
  #gHeader .hList li label:hover {
		color: #1A1A1A;
		background-image: url(../../img/common/icon11.png);
	}

	/* #gHeader .hList .language {
		padding: 12px 6px 15px 30px;
		width: 45%;
		float: right;
		background: #FFF url(../../img/common/icon02.png) no-repeat left 3px center;
		background-size: auto 24px;
	}

	#gHeader .hList .language select {
		font-size: 17px;
		line-height: 1.05;
		border-bottom: 1px dotted #9B9B9B;
		background: url(../../img/common/icon03.png) no-repeat right bottom;
		background-size: 24px auto;
	} */
}
@media (min-width: 320px) and (max-width: 374px) {
	#gHeader .h1 img {
		width: 150px;
	}

	#gHeader .hUl {
		width: 138px;
	}

	#gHeader .hUl li {
		width: 69px;
	}

	#gHeader .hList li a,
	#gHeader .hList li label {
		padding-left: 40px;
		background-size: 20px 20px;
	}

	#gHeader .hList .language {
		padding: 12px 6px 15px 23px;
		width: 45%;
		float: right;
		background: #FFF url(../../img/common/icon02.png) no-repeat left 3px center;
		background-size: auto 20px;
	}

	#gHeader .hList .language select {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.45;
		background: url(../../img/common/icon03.png) no-repeat right bottom 2px;
		background-size: 18px auto;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	position: relative;
}

#gNavi .naviList {
	margin: 0 auto;
	max-width: 1100px;
	font-size: 0;
	text-align: center;
}

#gNavi .naviList li {
	width: 13.2%;
	float: left;
}

#gNavi .naviList .navi02 {
	width: 15%;
}

#gNavi .naviList .navi03 {
	width: 14.5%;
}

#gNavi .naviList .navi04 {
	width: 17.5%;
}

#gNavi .naviList .navi05 {
	width: 22.7%;
}

#gNavi .naviList .navi06 {
	width: 17.1%;
}

#gNavi .naviList li a {
	padding-bottom: 14px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
	text-decoration: none;
	cursor: pointer;
	font-family: "Noto Sans Japanese", sans-serif;
}

#gNavi .naviList li a:before {
	width: 0;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #C70112;
	transition: .3s;
	-webkit-transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	content: "";
}

#gNavi .naviList li a .inn {
	padding: 0 5px 3px;
	display: block;
	border-left: 1px solid #DCDCDC;
}

#gNavi .naviList li:nth-child(6n) a .inn {
	border-right: 1px solid #DCDCDC;
}

#gNavi .naviList li a .en {
	margin-top: 2px;
	display: block;
	color: #B3B3B3;
	font-size: 9px;
	letter-spacing: 2.5px;
	font-family: 'Montserrat', sans-serif;
}

#gNavi .naviList li a:hover,
#gNavi .naviList li a:hover .en {
	color: #D31E2F;
}

#gNavi .naviList li a:hover:before {
	width: 100%;
}

#gNavi .subNavi {
	display: none;
	padding: 25px 0 37px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background: #F2F2F2;
}

#gNavi .subNavi ul {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1064px;
}

#gNavi .subNavi li {
	margin: 15px 12px 0;
	width: 242px;
	display: block;
	float: left;
}

#gNavi .subNavi li .pho {
	overflow: hidden;
}

#gNavi .subNavi li img {
	width: 100%;
	display: block;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}

#gNavi .subNavi li a {
	padding: 0;
	color: #1A1A1A !important;
	font-size: 18px;
	letter-spacing: 0;
	text-align: left;
}

#gNavi .subNavi li a .inn {
	padding: 9px 19px;
	display: block;
	border: none !important;
	background: url(../../img/common/icon08.png) no-repeat left 2px center;
	background-size: 12px 4px;
}

#gNavi .subNavi li a:before {
	display: none;
}

#gNavi .subNavi li a:hover .inn {
	color: #C80011;
}

#gNavi .subNavi li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#gNavi .navi05 {
  position: relative;
}
#gNavi .subNaviLink {

}
#gNavi .subNaviLink ul {
}
#gNavi .subNaviLink ul li {
  display: block;
  text-align: center;
  margin: 10px 0 0 -10px;
}
#gNavi .subNaviLink ul li a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
		width: 100%;
		height: calc(100vh - 86px);
		position: fixed;
		left: 0;
		top: 86px;
		overflow: auto;
		z-index: 1001;
	}

	#gNavi .naviList {
		text-align: left;
		background-color: #FAFAFA;
		box-shadow: 0 8px 10px -8px rgba(51,51,51,.3) inset;
		-webkit-box-shadow: 0 8px 10px -8px rgba(51,51,51,.3) inset;
		-moz-box-shadow: 0 8px 10px -8px rgba(51,51,51,.3) inset;
	}

	#gNavi .naviList li {
		width: auto !important;
		display: block;
		float: none !important;
	}

	#gNavi .naviList li a {
		padding: 14px 39px 16px;
		color: #1A1A1A !important;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.35;
		border-bottom: 1px solid #EAEAEA;
		background: url(../../img/common/icon12.png) no-repeat left 18px center;
		background-size: 13px auto;
	}

	#gNavi .naviList li a:before {
		display: none;
	}

	#gNavi .naviList li a .inn {
		padding: 0;
		display: block;
		border-left: none;
	}

	#gNavi .naviList li:nth-child(6n) a .inn {
		border-right: none;
	}

	#gNavi .naviList li a .en {
		display: none;
	}

	#gNavi .naviList li .ttl {
		position: relative;
	}

	#gNavi .naviList li .ttl a {
		background: #FAFAFA;
	}

	#gNavi .naviList li .ttl .ico {
    width: 35px;
    height: 55px;
    padding: 0 calc(100% - 35px) 0 0;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/common/icon05.png) no-repeat left 17px center;
    background-size: 15px 15px;
	}

	#gNavi .naviList li .ttl.on a {
		color: #FFF !important;
		background-color: #9C1E29;
	}

	#gNavi .naviList li .ttl.on .ico {
		background-image: url(../../img/common/icon13.png);
		background-color: #9C1E29;
	}

	#gNavi .subNavi {
		padding: 0;
		width: auto;
		position: static;
		left: auto;
		top: auto;
	}

	#gNavi .subNavi ul {
		padding: 0;
		max-width: inherit;
	}

	#gNavi .subNavi li {
		margin: 0;
		width: auto;
		display: block;
		float: none;
	}

	#gNavi .subNavi li .pho {
		display: none;
	}

	#gNavi .subNavi li a {
		padding: 8px 41px 8px;
		font-size: 15px;
		font-weight: 300;
		background: url(../../img/common/icon14.png) no-repeat left 25px center;
		background-size: auto 10px;
	}

	#gNavi .subNavi li a .inn {
		padding: 0;
		display: block;
		background: none;
	}

	#gNavi .subNavi li a:hover .inn {
		color: #1A1A1A;
	}

  #gNavi .subNaviLink ul li {
    text-align: left;
    margin: 0;
  }
  #gNavi .subNaviLink ul li a {
    display: block;
  }
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 61px;
	width: 1080px;
}

#pagePath li {
	display: inline;
	font-size: 14px;
}

#pagePath li a {
	margin-right: 6px;
	padding-right: 10px;
	color: #C80011;
	border-right: 1px solid #CCC;
}
#pagePath li:last-child a {
  border-right: 0;
  color: #000;
}
#pagePath li:last-child a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
	#pagePath {
		margin: 0 13px 9px;
		width: auto;
	}

	#pagePath li {
		font-size: 11px;
	}

	#pagePath li a {
		margin-right: 5px;
		padding-right: 8px;
		line-height: 1;
	}

	#pagePath li a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 752px;
	float: right;
}

@media screen and (max-width: 767px) {
	#conts {
		width: auto;
		float: none;
	}
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 268px;
	float: left;
}

#sideBar .sNavi {
	margin-bottom: 18px;
}

#sideBar .sNavi .sLink {
	border-top: 3px solid #C90012;
}

#sideBar .sNavi .sLink .sLinkWrap {
	position: relative;
	overflow: hidden;
	display: block;
}

#sideBar .sNavi .sLink img {
	width: 100%;
	display: block;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}

#sideBar .sNavi .sLink .ttl {
	margin-top: -1px;
	padding: 0 23px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	box-sizing: border-box;
	z-index: 1;
	font-family: "Noto Sans Japanese", sans-serif;
}

#sideBar .sNavi .sLink a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar .sNavi .naviList li {
	border-bottom: 1px solid #E7E7E7;
}

#sideBar .sNavi .naviList li a,
#sideBar .sNavi .naviList li .ttl {
	padding: 15px 25px 18px 42px;
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none;
	background-color: #FAFAFA;
	cursor: pointer;
	font-family: "Noto Sans Japanese", sans-serif;
}

#sideBar .sNavi .naviList li a:before,
#sideBar .sNavi .naviList li .ttl:before {
	margin-top: -5px;
	width: 19px;
	height: 10px;
	position: absolute;
	left: 17px;
	top: 50%;
	background: url(../../img/common/icon18.png) no-repeat;
	background-size: 19px 10px;

	content: "";
}

#sideBar .sNavi .naviList li .ttl:before {
	margin-top: -8px;
	width: 17px;
	height: 17px;
	left: 17px;
	background-image: url(../../img/common/icon05.png);
	background-size: 17px 17px;
}

#sideBar .sNavi .naviList li .ttl.on,
#sideBar .sNavi .naviList li .ttl.on:hover {
	color: #FFF;
	background-color: #9C1E29;
}

#sideBar .sNavi .naviList li .ttl.on:before,
#sideBar .sNavi .naviList li .ttl.on:hover:before {
	background-image: url(../../img/common/icon13.png);
}

#sideBar .sNavi .naviList .current a,
#sideBar .sNavi .naviList li .ttl:hover,
#sideBar .sNavi .naviList li a:hover {
	color: #FFF;
	background-color: #9C1E29;
}

#sideBar .sNavi .naviList .current a:before,
#sideBar .sNavi .naviList li a:hover:before {
	background-image: url(../../img/common/icon16.png);
}

#sideBar .sNavi .naviList li .ttl:hover:before {
	background-image: url(../../img/common/icon22.png);
}

#sideBar .sNavi .naviList .subNavi {
	display: none;
}

#sideBar .sNavi .naviList .subNavi li:last-child {
	border-bottom: none;
}

#sideBar .sNavi .naviList .subNavi li a {
	padding: 11px 5px 10px 42px;
	font-size: 15px;
	background-color: #F2F2F2;
}

#sideBar .sNavi .naviList .subNavi li a:before {
	width: 7px;
	height: 10px;
	left: 25px;
	background-image: url(../../img/common/icon14.png);
	background-size: auto 10px;
}

#sideBar .sNavi .naviList .subNavi .current a,
#sideBar .sNavi .naviList .subNavi li a:hover {
	color: #C80011;
	background-color: #F2F2F2;
}

#sideBar .sNavi .naviList li a:hover:before {
	animation: arrow01 .4s;
}

#sideBar .sNavi .naviList .subNavi li a:hover:before {
	animation: arrow02 .4s;
}

@keyframes arrow01 {
  50% {
    left: 17px;
  }
  100% {
    left: 20px;
  }
}

@keyframes arrow02 {
  50% {
    left: 25px;
  }
  100% {
    left: 28px;
  }
}

#sideBar .sList li {
	margin-bottom: 10px;
	box-shadow: 0 0 12px rgba(51,51,51,.3);
}

#sideBar .sList li a {
	padding: 13px 15px 13px;
	width: 100%;
	display: table;
	table-layout: fixed;
	text-decoration: none;
	background: #F2F2F2 url(../../img/common/icon17.png) no-repeat right bottom;
	background-size: 16px 16px;
	box-sizing: border-box;
}

#sideBar .sList li a .mark,
#sideBar .sList li a .txt {
	width: 65px;
	display: table-cell;
	vertical-align: middle;
}

#sideBar .sList li a .mark img {
	width: 100%;
}

#sideBar .sList li a .txt {
	padding: 0 0 6px 12px;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	font-family: "Noto Sans Japanese", sans-serif;
}

#sideBar .sList li a:hover {
	color: #FFF;
	background: #C70112;
	background-size: 16px 16px;
}

#sideBar .sBanner {
  margin: 15px 0 0;
}
#sideBar .sBanner a {
  display: block;
  padding: 0;
  margin: 0;
	box-shadow: 0 0 12px rgba(51,51,51,.3);
}
#sideBar .sBanner a:hover {
  opacity: 0.75;
}
#sideBar .sBanner a img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
	#sideBar {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
}

#gFooter .pageTop {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 50;
}

#gFooter .pageTop a {
	display: flex;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  background: #c80011;
  right: 30px;
	bottom: 30px;
}

#gFooter .pageTop a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .pageTop img {
	/* width: 60px; */
}

#gFooter .fBg {
	margin-bottom: 30px;
	padding: 61px 0 40px;
	background-color: #F6F6F6;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 1080px;
}

#gFooter .fNavi {
	margin-right: 39px;
	width: 240px;
	float: left;
}

#gFooter .fNavi:nth-child(4n) {
	margin-right: 0;
}

#gFooter .fNavi li {
	margin-bottom: 25px;
	border-top: 1px solid #D2D2D2;
}

#gFooter .fNavi li:last-child {
	margin-bottom: 0 !important;
}

#gFooter .fNavi li a {
	padding: 3px 0 5px 19px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	background: url(../../img/common/icon08.png) no-repeat left 2px center;
	background-size: 10px 4px;
	font-family: "Noto Sans Japanese", sans-serif;
}

#gFooter .fNavi li.link a {
	background: url(../../img/common/icon09.png) no-repeat left 2px center;
	background-size: auto 13px;
}

#gFooter .fNavi .subNavi li {
	margin-bottom: 22px;
	border-top: none;
}

#gFooter .fNavi .subNavi li a {
	padding: 3px 0;
	font-size: 14px;
	background: none;
}

#gFooter .fNavi .sub li {
	margin-bottom: 0;
}

#gFooter .fNavi .sub li a {
	padding: 3px 0 2px 1em;
	font-size: 14px;
	font-weight: 300;
	text-indent: -1em;
}

#gFooter .fNavi .subNavi01 {
	margin-left: 19px;
}

#gFooter .fLogo {
	margin: 0 34px 0 1px;
	float: left;
}

#gFooter .fLogo img {
	width: 244px;
}

#gFooter .add {
	margin-top: -5px;
	width: 650px;
	float: left;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1.8px;
	line-height: 1.58;
	font-family: "Noto Sans Japanese", sans-serif;
}

#gFooter .add a {
	text-decoration: none;
}

#gFooter .fBlack {
	margin-top: 26px;
	padding: 5px 0 9px;
	background-color: #4D4D4D;
}

#gFooter .fBlack .fLink {
	width: 500;
	float: left;
}

#gFooter .fBlack .fLink li {
	margin-right: 2px;
	display: inline;
	color: #FFF;
	font-size: 13px;
	font-weight: 100;
	font-family: "Noto Sans Japanese", sans-serif;
}

#gFooter .fBlack .fLink li a {
	margin-right: 5px;
	color: #FFF;
}

#gFooter .fBlack .copyright {
	margin-top: 4px;
	width: 500px;
	float: right;
	color: #FFF;
	font-size: 10px;
	font-weight: 100;
	letter-spacing: 1px;
	text-align: right;
	transform: scale(1);
	font-family: "Noto Sans Japanese", sans-serif;
}

#gFooter .fNavi li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#gFooter .pageTop {
		right: 15px;
		bottom: 33px;
	}
/*
	#gFooter .pageTop img {
		width: 46px;
	} */

	#gFooter .fBg {
		margin-bottom: 17px;
		padding: 0;
	}

	#gFooter .fBox {
		margin: 0 15px;
		width: auto;
	}

	#gFooter .naviBox {
		margin: 0 -15px;
		border-bottom: 1px solid #D2D2D2;
	}

	#gFooter .fNavi {
		margin-right: 0;
		width: auto;
		float: none;
	}

	#gFooter .fNavi li {
		margin-bottom: 0;
		border-top: 1px solid #D2D2D2;
	}

	#gFooter .fNavi:first-child li:first-child {
		border-top: none;
	}

	#gFooter .fNavi li a {
		padding: 12px 30px 13px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		background: url(../../img/common/icon08.png) no-repeat left 17px center;
		background-size: 9px 3px;
	}

	#gFooter .fNavi li.link a {
		background: url(../../img/common/icon09.png) no-repeat left 15px center;
		background-size: auto 15px;
	}

	#gFooter .fNavi .subNavi li {
		margin-bottom: 0;
		border-top: none;
	}

	#gFooter .fNavi .subNavi li a {
		padding: 3px 0;
		font-size: 14px;
		background: none;
	}

	#gFooter .fNavi .sub {
		margin: -1px 0;
		background-color: #E5E5E5;
	}

	#gFooter .fNavi .sub li {
		margin-bottom: 0;
		width: 50%;
		float: left;
		border-bottom: 1px solid #D0D0D0;
		box-sizing: border-box;
	}

	#gFooter .fNavi .sub li:nth-child(2n-1) {
		border-right: 1px solid #D0D0D0;
	}

	#gFooter .fNavi .sub li a {
		padding: 9px 5px 10px 28px;
	}

	#gFooter .fLogo {
		margin: 0 0 10px;
		float: none;
	}

	#gFooter .fLogo img {
		width: 224px;
	}

	#gFooter .add {
		margin-top: 0;
		width: auto;
		float: none;
		font-size: 13px;
		font-weight: 200;
		letter-spacing: 1px;
		line-height: 1.4;
	}

	#gFooter .fBlack {
		margin-top: 15px;
		padding: 3px 0 6px;
	}

	#gFooter .fBlack .fLink {
		width: auto;
		float: none;
	}

	#gFooter .fBlack .fLink li {
		margin-right: 1px;
		font-size: 11px;
	}

	#gFooter .fBlack .fLink li a {
		margin-right: 4px;
	}

	#gFooter .fBlack .fLink li a:hover {
		text-decoration: none;
	}

	#gFooter .fBlack .copyright {
		margin-top: 0;
		width: auto;
		float: none;
		letter-spacing: 0.5px;
		text-align: center;
	}
  #gFooter .pageTop a {
    width: 46px;
    height: 46px;
    border-radius:23px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
	#gFooter .fBlack .copyright {
		font-size: 9px;
		letter-spacing: 0;
	}
}

.headWrap {
  position: relative;
}
.headWrap .headLine02 {
  display: inline-block;
}
.tpBtn {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
}
.tpBtn a {
  width: 270px;
  height: 48px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #C80011;
  position: relative;
  padding: 0 34px 0 60px;
}
.tpBtn .tpBtnEn {
  font-size: 13px;
}
.tpBtn a:before {
  content: "";
  width: 30px;
  height: 27px;
  background: url(../../img/en/icon-en.png) no-repeat 0 0;
  background-size: 30px 27px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.tpBtn a:after {
  content: "";
  width: 19px;
  height: 11px;
  background: url(../../img/en/btn-arrow.png) no-repeat 0 0;
  background-size: 19px 11px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.tpBtn a:hover {
  text-decoration: none;
  opacity: .75;
}
.tpLink {
  display: none;
}
@media screen and (max-width: 767px) {
  .tpBtn {
    margin: 0 0 20px;
  }
  .tpLink {
    display: block;
    background: #FAFAFA;
    text-align: right;
    margin: 0 0 0 -14px;
  }
  .tpLink a {
    font-size: 11px;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    padding:  0 0 0 22px;
    margin: 4px 11px 2px 22px;
  }
  .tpLink a:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../../img/en/icon_global.png);
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.anchorWrap {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .anchorWrap {
    margin-top: -23px;
    padding-top: 23px;
  }
}

#gHeader.has-news .hArea {
	width: auto !important;
}
.important-notices {
	float: left;
	width: 450px;
    margin-right: -85px;
	text-align: right;
	/* padding-top: 9px;
    font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 20px;
	text-overflow: ellipsis;
	color: #C80011; */
}
.important-notices a {
	display: block;
	font-size: 14px;
	color: #C80011;
	padding: 6px 10px;
	background-color: #C80011;
	overflow: hidden;
	white-space: nowrap;
	line-height: 20px;
	text-overflow: ellipsis;
	/*border: 1px solid #f7d9db;*/
	margin-top: 4px;
	position: relative;
	text-align:left !important;
	color: #fff;
}
.important-notices a::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background-image: url(../../img/common/icon-info-h.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: bottom;
}
.important-notices a:hover {
	text-decoration: none;
	background-color: #f7d9db;
	color: #C80011;
	
}
.important-notices a:hover::before {
	background-image: url(../../img/common/icon-info.png);
}

@media screen and (max-width: 1060px) {
	.important-notices {
		width: 150px;
	}
}
@media screen and (max-width: 767px) {
	.important-notices {
		width: 100%;
		padding-top: 0;
		margin-bottom: 0;
		text-align: left;
		margin-right: 0;
	}
	.important-notices a {
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0;
	}
	#container.is-long {
		padding-top: 126px;
	}
}
.grecaptcha-badge {
	bottom: 120px !important;
	z-index: 1000;
}