@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}


article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ol, ul {list-style: none;}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
	color: #003399;
}
/*a:hover { text-decoration:underline }*/

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


/* BODY BACKGROUNDS */

body {
	color: #d9d9d9;
}
body.home {
	background: #062a5a;
}
body.gray {
	background: #d9d9d9;
}
body.blue {
	background: #003399;
}

body.white {
	background: #fff;
}


body {
	background: #d9d9d9;
	font-family: 'Roboto',Helvetica,Arial,Tahoma,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 87.5%;
	color: #4d4d4d;
}


/* layout base */

.globalHeaderWrapper,
.globalContents,
.globalContents_blue,
.globalContents_gray,
.globalContents_linkBox,/* 20210510:Linkdin用ボタン追加*/
.globalFooter {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;/*?*/
}
/*---------------------------------------------------202212 横幅100%対応追加ここから----------------------------------------------*/
.globalHeaderWrapper_100,
.globalContents_100,
.globalContents_blue_100,
.globalContents_gray_100,
.globalContents_linkBox_100,/* 20210510:Linkdin用ボタン追加*/
.globalFooter_100 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*---------------------------------------------------202212 横幅100%対応追加ここまで----------------------------------------------*/

.baseContainer {
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* header */

.globalHeaderWrapper {
	margin-bottom: 10px;
}
.globalHeader {
	position: relative;
	padding: 0 20px;
	background: #000;
	*zoom: 1;
}
.globalHeader:after {
	content: '';
	display: block;
	clear: both;
}

.headerLinks {
	*zoom: 1;
}
.headerLinks:after {
	content: '';
	display: block;
	clear: both;
}
.headerLinks ul {
	float: right;
}
.headerLinks li {
	float: left;
	border-left: 1px dotted rgba(255,255,255,0.5);
	list-style-type: none;
	text-transform: uppercase;
	font-size: 78.6%;
}

.headerLinks li:first-child {
	border: none;
}
.headerLinks a {
	display: block;
	width: 80px;
	padding: 15px 0;
	text-align: center;
	color: #000;
}
.headerLinks .active_top a {
	background-color:#000;
	background: rgba(255,255,255,0.2);
}
.headerLinks .active a {
	background-color:#acacac;
	background: rgba(255,255,255,0.2);
}
.headerLogo {
	float: left;
	padding-top: 19px;
}

.globalNav {
	padding: 2px 0 2px 130px;
	font-size: 16px;
	font-weight: bold;
}
.globalNavBtn {
	display: none;
}
.globalNav ul {
	min-height: 50px;
	padding: 0px 240px 0px 0px;
	/*border-left: 1px solid #eee;*/
	*zoom: 1;
}

.globalNav > ul:hover > a {  background: #fff }

.globalNav ul:after {
	content: '';
	display: block;
	clear: both;
}

.globalNav li {
	position: relative;
	float: left;
  	margin: 12px;
 	padding: 0;
 	text-align: center;
}

.globalNav li a {
  width:130%;
  height:150%;
  top: -30px;
  display: block;
  margin: 0;
  padding: 16px 0;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

/*.globalNav li {
	position: relative;
	float: left;
	margin-left: 12px;
	padding: 7px 12px 7px 0;
	font-size: 90%;
}
.globalNav li:after {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	width: 1px;
	height: 14px;
	background: #000;
	content: "";
}*/
.globalNav li:last-child:after {
	display: none;
}
.globalNav a {
	color: #fff;
}
/*.globalNav a.isActive,
.globalNav a:hover {
	color: #005ab4;
	text-decoration: none;
}*/

/******  ここからドロップダウンメニュー用 ******/
.globalNav li ul{
  list-style: none;
  padding: 13px 10px;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 150%;/*ドロップダウンの全ての幅*/
  margin: 0;
  padding: 0;
  background: #d9e3ec;
}

.globalNav li ul li{
  overflow: hidden;
  width: 100%; /*ドロップダウンの横幅*/
  height: 0;
  color: #000;
  left: -12px;/*ドロップダウンの最初マウスオーバー始まり位置*/
  top: 2px;/*ドロップダウンの最初マウスオーバー上下始まり位置*/
  transition: .2s;
}

#normal > li > ul > li{
	width:130px;
}

.globalNav li ul li a{
  padding: 13px 10px;
  background: #d9e3ec;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  left: 0px;/*最終始まりの位置*/
  color: #000;
}
/*202105buy用オレンジ追加*/
.globalNav li ul li a.buy{
  background: #f2d29a;
}

#normal > li:hover > a {  
  background: #d9e3ec; 
  color: #000; 
}

#normal > li:hover > .application {  
  background: #d9e3ec; 
  color: #000; 
  left: -5px;/*最終始まりの位置*/

}

#normal > li:hover li:hover > a {
  background: #333; 
  color: #fff; 
}
#normal > li:hover li:hover > ul > li > a {
  background: #333; 
  color: #fff; 
}

#normal > li:hover li:hover > ul > li:hover > a {
  background: #333; 
  color: #ff6633;
}


#normal > li:hover > ul > li {
  overflow: visible;
  height: 15px;
}

.globalNav li ul li ul {
  top: 0;
  display:none;
  left: 150%;/*二段目の開始位置調整*/
  color: #fff;
}
.globalNav li:last-child ul li ul {
  /*left: 100%;*/
  width: 150%;
}

/* ↓△を出すときは、対象liにclass="has-sub"を付ける↓ */
.globalNav li.has-sub{
	position:relative;
}
.globalNav li.has-sub > a:before {
  position: absolute;
  content: "";
  top: 13px;/*△の上下位置*/
  right: -50px;/*△の左右位置*/
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #00f;
}
/* ↑△を出すときは、対象liにclass="has-sub"を付ける ↑*/


.globalNav li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  margin-left: 5px;
  border: 5px solid transparent;
  border-right-color: #fff;
}

.globalNav li ul li:hover > a {
  background: #333;
  color:#fff; 
}

.globalNav li ul li:hover > ul > li {
  overflow: visible;
  height: 15px;
}

.globalNav li ul li ul li {
	overflow: hidden;
  　color:#fff; 
    position:relative;
 }
 
.globalNav li ul li ul li a {
	position:relative;
	top:-14px;/*二段目の開始位置調整*/
	left:-7px;/*二段目の開始位置調整*/
    background: #333; 
  　color:#fff; 
 }
.globalNav li:hover ul li ul li a:hover {  background: #fff }

#normal li ul{
  display: none;
  list-style: none;
  width:130%;/*ここの調整で薄いブルーのはみ出しを無くせる*/
  /*background-color: rgba(0,0,0,0.0);*/
}
/*applicationのはみ出しうす青調整*/
.application ul {
  display: none;
  list-style: none;
  width:126% !important; 
}
/*applicationのはみ出しうす青調整*/

/*informationのはみ出しうす青調整*/
.information ul {
  display: none;
  list-style: none;
  width:128% !important; 
}
/*informationのはみ出しうす青調整*/

#normal li:hover > ul{
  display: block;
}
#normal li:hover > ul{
  display: block;
}
#normal li:hover > li:hover > ul{
  display: block;
}


/******ここまでドロップダウンメニュー用     ******/


.headerSearch {
	float: right;
	padding-top: 22px;
	*zoom: 1;
}
.headerSearch:after {
	content: '';
	display: block;
	clear: both;
}
.headerSearch .searchInput {
	float: left;
	border: 1px solid #ccc;
}
.headerSearch .searchInput input {
	-webkit-appearance: none;
	height: 28px;
	width: 110px;
	padding: 0 5px;
	border: none;
	border-radius: 0;
}
.headerSearch .searchButton {
	float: left;
	margin-left: 7px;
}
.headerSearch .searchButton input {
	-webkit-appearance: none;
	height: 30px;
	width: 80px;
	border: none;
	border-radius: 0;
	background-color: #003399;
	background-image: linear-gradient(to bottom, #003399 0%, #003399 100%);
	font-family: 'Roboto',Helvetica,Arial,Tahoma,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.headerSearch .searchButton input:hover {
	background-image: linear-gradient(to bottom, #9ddfff 0%, #9ddfff 100%);
}
.headerSearch .searchButton input:isActive {
	background-image: linear-gradient(to bottom, #9ddfff 0%, #9ddfff 100%);
}

/* megamenu */
.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: white;
border: 1px solid #f06b24;
border-width: 5px 1px;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;

}

.megamenu .column{
float: left;
width: 220px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
padding-left: 25px;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
padding: 5px;
}

.megamenu .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover{
color: red;
}
/* megamenu */


/* breadCrumbs */

.breadCrumbs {
	margin-top: 10px;
	*zoom: 1;
}
.breadCrumbs:after {
	content: '';
	display: block;
	clear: both;
}
.breadCrumbs li {
	float: left;
	list-style-type: none;
	font-size: 80%;
	color: #333;
	line-height:35px;
}
.breadCrumbs li.isActive {
	font-weight: bold;
}
.breadCrumbs li:before {
	display: inline-block;
	margin: 0 7px;
	font-family: 'FontAwesome';
	content: "\f105";
}
.breadCrumbs li:first-child:before {
	visibility: hidden;
}
.breadCrumbs a {
	color: #333;
}
/* 210511 追加 ------------------------- */
.breadCrumbs p {
	float: right;
	font-size: 90%;
}
/* 210511 追加 ------------------------- */

.breadCrumbs i.fa-home {
	font-size:20px;
}

/* contents */

.globalContents {
	margin-bottom: 15px; /* 20210510:Linkdin用ボタン追加*/
	padding: 20px 30px 30px 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*width: 940px;
}

.globalContents_blue {
	margin-bottom: 15px; /* 20210510:Linkdin用ボタン追加*/
	padding: 0;
	background: #10218b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*width: 1000px;
}

.globalContents_gray {
	margin-bottom: 15px; /* 20210510:Linkdin用ボタン追加*/
	padding: 0;
	background: #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*width: 1000px;
}

.globalContents_linkBox { /* 20210510:Linkdin用ボタン追加*/
	margin-bottom: 60px;
	padding: 0;
	background: #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*width: 1000px;
}
/*---------------------------------------------------202212 横幅100%対応追加ここから----------------------------------------------*/
.globalContents_100 {
	margin-bottom: 15px; /* 20210510:Linkdin用ボタン追加*/
	padding: 20px 30px 30px 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.globalContents_blue_100 {
	margin-bottom: 15px;/* 20210510:Linkdin用ボタン追加*/
	padding: 0;
	background: #10218b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.globalContents_gray_100 {
	margin-bottom: 15px;/* 20210510:Linkdin用ボタン追加*/
	padding: 0;
	background: #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.globalContents_linkBox_100 { /* 20210510:Linkdin用ボタン追加*/
	margin-bottom: 60px;
	padding: 0;
	background: #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*---------------------------------------------------202212 横幅100%対応追加ここまで----------------------------------------------*/

/* Grid */
.row {
	position: relative;
	margin: 0 -10px;
	*zoom: 1;
	word-wrap: break-word;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}

/* sp-grid 追加191018 */
.grid1,.grid2,.grid2top,.grid3,.grid3top,.grid4,.grid4top,.grid5,.grid6,.grid6top,
.grid7,.grid8,.grid9,.grid10,.grid11,.grid12 
.sp-grid1,.sp-grid2,.sp-grid3,.sp-grid4,.sp-grid5,.sp-grid6,
.sp-grid7,.sp-grid8,.sp-grid9,.sp-grid10,.sp-grid11
{
	float: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

.grid12top {
	float: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------------------------------------------2211 100%用修正----
.grid12 { width: 100%;  *width: 940px; }
.grid12top { width: 100%;  *width: 1000px; }
.grid11 , .sp-grid11 { width: 880px; *width: 860px; }
.grid10 , .sp-grid10 { width: 800px; *width: 780px; }
.grid9 , .sp-grid9  { width: 720px; *width: 700px; }
.grid8 , .sp-grid8 { width: 640px; *width: 620px; }
.grid7 , .sp-grid7 { width: 560px; *width: 540px; }
.grid6 , .sp-grid6  { width: 480px; *width: 460px; }
.grid10 .grid6,.grid5 , .sp-grid5  { width: 400px; *width: 380px; }
.grid8 .grid6,.grid4 , .sp-grid4  { width: 320px; *width: 300px; }
.grid9 .grid4,.grid6 .grid6,.grid3 , .sp-grid3  { width: 240px; *width: 220px; }
.grid8 .grid3,.grid6 .grid4,.grid4 .grid6,.grid2 , .sp-grid2  { width: 160px; *width: 140px; }
.grid6 .grid2,.grid4 .grid3,.grid2 .grid6,.grid1 , .sp-grid1  { width: 80px;  *width: 60px; }
.grid2top  { width: 170px; *width: 150px; }
.grid4top  { width: 33.33333%; }
.grid3top  { width: 255px; *width: 270px; }
.grid6top  { width: 510px; *width: 520px; }
------------------------------------------------------2211 100%用修正--*/
.grid12 { width: 100%;  *width: 940px; }
.grid12top { width: 100%;  *width: 1000px; }
.grid11 , .sp-grid11 { width: 91.66663%; *width: 860px; }
.grid10 , .sp-grid10 { width: 83.33333; *width: 780px; }
.grid9 , .sp-grid9  { width: 74.99997%; *width: 700px; }
.grid8 , .sp-grid8 { width: 66.66664%; *width: 620px; }
.grid7 , .sp-grid7 { width: 58.33331%; *width: 540px; }
.grid6 , .sp-grid6  { width: 50%; *width: 460px; }
.grid10 .grid6,.grid5 , .sp-grid5  { width: 41.6666666667%; *width: 380px; }
.grid8 .grid6,.grid4 , .sp-grid4  { width: 33.33333%; *width: 300px; }
.grid9 .grid4,.grid6 .grid6,.grid3 , .sp-grid3  { width: 25%; *width: 220px; }
.grid8 .grid3,.grid6 .grid4,.grid4 .grid6,.grid2 , .sp-grid2  { width: 16.66666%; *width: 140px; }
.grid6 .grid2,.grid4 .grid3,.grid2 .grid6,.grid1 , .sp-grid1  { width: 8.33333%;  *width: 60px; }
.grid2top  { width: 16.66666; *width: 150px; }
.grid4top  { width: 33.33333%; }
.grid3top  { width: 25%; *width: 270px; }
.grid6top  { width: 50%; *width: 520px; }

.row img {
	max-width: 100%;
	height: auto;
	/*width: auto;*/
}

.df{
	display:flex;
	flex-wrap: wrap;
}

/* footer */

.globalFooterWrapper {
	background: #f1f3f5;
}
.footerLinks {
	padding-top: 20px;
	line-height: 1.2;
}
.footerLinks a {
	color: #003399;
}
.footerLinksTitle {
	height: 40px;
	color: #003399;
}
.footerLinksTitle a:hover {
	color: #ff6633;
}
.footerLinks ul {
	padding-bottom: 10px;
}
.footerLinks li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 85.7%;
	color: #003399;
}
.footerLinks li a {
	position: relative;
	display: block;
	padding-left: 8px;
	color: #003399;
}
.footerLinks li a:hover {
	color: #ff6633;
	text-decoration: none;
}
.footerLinks li a:before {
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	content: "\f0da";
}

.footerNav {
	padding: 13px 20px;
	background: #000;
	/*background-image: linear-gradient(to bottom, #000 0%, #f2f2f2 100%);*/
	*zoom: 1;
}
.footerNav:after {
	content: '';
	display: block;
	clear: both;
}
.footerNav li {
	float: left;
	margin-left: 13px;
	padding-left: 13px;
	list-style-type: none;
	border-left: 1px solid #fff;
}
.footerNav li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.footerNav a {
	color: #fff;
}

.footerNav p {
	color: #fff;
}
.footerNav a:hover {
	color: #ff6633;
	text-decoration: none;
}

.copyright {
	padding: 20px;
	font-size: 10px;
	color: #fff;
}
.footer_visible{
	display:none;
}


@media screen and (max-width: 999px){
	.pc { display: block !important; }
	.sp { display: none !important; }

.globalHeader {
	z-index: 10;
	height: 76px;
}
.globalNav {
}
.globalNavBtn {
	position: absolute;
	display: block;
	top: 22px;
	right: 280px;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(230,230,230,1));
	cursor: pointer;
}
.globalNavBtn.isActive:hover,
.globalNavBtn.isActive {
	background: url(/en/assets/img/header_icon_menu_on.png) no-repeat;
	background-size: 28px 28px;
}
.globalNavBtn.isActive img {
	visibility: hidden;
}
.globalNavBtn:hover {
	background: #fff;
}
.globalNavBtn img {
	vertical-align: top;
}
.globalNav ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 76px;
	left: 0;
	padding: 5px 0 0;
	background: #0a4998;
	border: none;
}

.globalNav ul.isActive {
	display: block;
}
.globalNav ul:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
	content: "";
}
.globalNav ul:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0));
	content: "";
}
.globalNav li {
	float: none;
	margin: 0;
	padding: 0;
	left:3px;/*メニュー黒開始位置調整*/
	text-align:left;
	width:99%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.globalNav li:after {
	display: none;
	background: #005ab4;
	color: #fff;
}
.globalNav li a {
	display: block;
	width: 97%;
	padding: 15px;
	color: #fff;
}
.globalNav li a:after {
	float: right;
	font-family: 'FontAwesome';
	content: "\f105";
	text-align: right;
	color: #fff;
}

/****追加***/
#normal li:hover > ul{
  display: none;
}
#normal li:hover > ul{
  display:none;
}
#normal li:hover > li:hover > ul{
  display: none;
}
/****追加***/
.globalNav a.isActive,
.globalNav a:hover {
	background: #005ab4;
	color: #fff;
}



.globalHeaderWrapper,
.globalContents,
.globalContents_blue,
.globalContents_gray,
.globalContents_linkBox,/* 20210510:Linkdin用ボタン追加*/
.globalFooter,
.globalContents {
	width: auto;
}
/*---------------------------------------------------202212 横幅100%対応追加ここから----------------------------------------------*/
	.globalHeaderWrapper_100,
	.globalContents_100,
	.globalContents_blue_100,
	.globalContents_gray_100,
	.globalContents_linkBox_100, /* 20210510:Linkdin用ボタン追加*/
	.globalFooter_100 {
		width: auto;
	}
/*---------------------------------------------------202212 横幅100%対応追加ここまで----------------------------------------------*/

.breadCrumbs { /* 210511 miyazawa ------------------------- */
	width: 100%; 
}

.globalHeaderWrapper {
	margin-left: 10px;
	margin-right: 10px;
}

	.grid12 { width: 100%; }
	.grid12top { width: 100%;  *width: 1000px; }
	.grid11,.sp-grid11 { width: 91.66663%; }
	.grid10,.sp-grid10 { width: 83.33333%; }
	.grid9,.sp-grid9  { width: 74.99997%; }
	.grid8,.sp-grid8  { width: 66.66664%; }
	.grid7,.sp-grid7  { width: 58.33331%; }
	.grid4 .grid6,.grid6 .grid6,.grid6,.sp-grid6  { width: 50%; }
	.grid10 .grid6,.grid5,.sp-grid5  { width: 41.6666666667%; }
	.grid8 .grid6,.grid6 .grid4,.grid4,.sp-grid4  { width: 33.33333%; }
	.grid9 .grid4,.grid8 .grid3,.grid3,.sp-grid3  { width: 25%; }
	.grid2,.sp-grid2  { width: 16.66666%; }
	.grid2top  { width: 16.66666%; }
	.grid3top  { width: 25%; }
	.grid4top  { width: 33.33333%; }
	.grid6 .grid2,.grid4 .grid3,.grid2 .grid6,.grid1,.sp-grid1  { width: 8.33333%; }

}


@media screen and (max-width: 799px){

.globalHeader {
	z-index: 10;
	height: 76px;
}
.globalNav {
}
.globalNavBtn {
	position: absolute;
	display: block;
	top: 22px;
	right: 280px;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(230,230,230,1));
	cursor: pointer;
}
.globalNavBtn.isActive:hover,
.globalNavBtn.isActive {
	background: url(/en/assets/img/header_icon_menu_on.png) no-repeat;
	background-size: 28px 28px;
}
.globalNavBtn.isActive img {
	visibility: hidden;
}
.globalNavBtn:hover {
	background: #fff;
}
.globalNavBtn img {
	vertical-align: top;
}
.globalNav ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 76px;
	left: 0;
	padding: 5px 0 0;
	background: #0a4998;
	border: none;
}

.globalNav ul.isActive {
	display: block;
}
.globalNav ul:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
	content: "";
}
.globalNav ul:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0));
	content: "";
}
.globalNav li {
	float: none;
	margin: 0;
	padding: 0;
	text-align:left;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	width:99%;
}
.globalNav li:after {
	display: none;
	background: #005ab4;
	color: #fff;
}
.globalNav li a {
	display: block;
	width: 96%;
	padding: 15px;
	color: #fff;
}

.globalNav li a:after {
	float: right;
	font-family: 'FontAwesome';
	content: "\f105";
	text-align: right;
	color: #fff;
}

/****追加***/
#normal li:hover > ul{
  display: none;
}
#normal li:hover > ul{
  display:none;
}
#normal li:hover > li:hover > ul{
  display: none;
}
.slider {
	display: none;	
	}
	
.box-style01 ul {
	display: none;	
	}
	
/****追加***/

.globalNav a.isActive,
.globalNav a:hover {
	background: #005ab4;
	color: #fff;
}
/* 210511 miyazawa ------------------------- */	
.breadCrumbs {
	width: 100%;
}
/* 210511 miyazawa ------------------------- */

.footerLinksTitle a {
	position: relative;
	display: block;
	padding-left: 8px;
}
.footerLinksTitle a:before {
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	content: "\f0da";
}
.footerLinks ul {
	display: none;
}

/*
.grid12,.grid12top,.grid11,.grid10,.grid9,.grid8,.grid7,.grid6 { width: 100%; }
.grid5,.grid4,.grid3 { width: 50%; }
*/
.grid6 { width: 100%; }
.grid4 .grid6 { width: 100%; }
.grid8 .grid3,.grid3 { width: 50%; }
.grid2 { width: 33.33333%; }
.grid2top { width: 33.33333%; }
.grid1 { width: 16.66666%; }
.grid4top { width: 100%; }
.grid5 { width: 50%; }
.grid3top { width: 25%; }
	
.enclosure .grid5, .enclosure .grid7, .enclosure .grid8, .enclosure .grid9, .enclosure .grid10, .enclosure .grid11 { width: 100%; }/* 211119 lp用miyazawa ------------------------- */		/* タブレット表示のみ */
	.grid4.tb-50 { width: 50%; }

	.footer_hidden{
	display:none;
	}
	.footer_visible{
	display:block;
	}

}



@media screen and (max-width: 499px){

.headerSearch {
	padding-top: 22px;
	padding-right: 40px;
}
.headerSearch .searchInput,
.headerSearch .searchButton {
	display: inline-block;
	float: none;
}

.headerSearch + .globalNav .globalNavBtn {
	right: 22px;
}

.headerSearch + .globalNav ul {
	top: 122px;
	background: #0a4998;

	padding-top: 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.headerSearch + .globalNav ul:before {
	display: none;
}
	
/* 210511 miyazawa ------------------------- */
.breadCrumbs {
	width: 100%; 
}
/* 210511 miyazawa ------------------------- */
	
.globalLinks {
	background: url(/assets/img/ico_global_nav_map.png) no-repeat 10px center;
	background-size: 74px 34px;
}
.globalNav li.globalLinks a {
	padding-left: 95px;
}
.globalNav li.globalLinks a:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: 1px;
	background: url(/assets/img/ico_global_nav_external.png) no-repeat;
	background-size: 12px 12px;
}

.globalNav ul {
	position: absolute;
	width: 100%;
	top: 76px;
	left: 0;
	padding: 5px 0 0;
	background: #0a4998;
	border: none;
}

.heroPane {
	height: 200px;
}
.heroPane:before {
	height: 200px;
}
.heroPaneInner {
	width: 97%;
}
.heroPaneTitle {
	font-size: 250%;
}
.heroPaneSubTitle {
	font-size: 100%;
}

.globalContents {
	padding: 15px;
}

.footerNav li {
	font-size: 85.7%;
}

.grid5, .grid7, .grid8, .grid9, .grid10, .grid11 { width: 100%; }
.grid2,.grid4 { width: 50%; }
.grid4.sp-100 { width: 100%; }
.grid1 { width: 33.33333%; }
.grid3top { width: 50%; }



/* .enclosure 囲い込み中のgrid用 2018.12 */
.enclosure .grid5, .enclosure .grid7, .enclosure .grid8, .enclosure .grid9, .enclosure .grid10, .enclosure .grid11 { width: 100%; }
.enclosure .grid2,
.enclosure .grid4 { width: 50%; }
.enclosure .grid1 { width: 33.33333%; }


	/*スマホのみ（en,cnのみ）：rowがエリアからはみ出るのを修正 */
	.grid12 .row{
		margin-right: 0px;
	}
	
}


/* universal class */

.smartphoneOnly {
	display: none;
}
.smartphoneNone {
	display: block;
}
@media screen and (max-width: 499px){
	.smartphoneOnly {
		display: block;
	}
	.smartphoneNone {
		display: none;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }

}

