@charset "UTF-8";
/* --------------------------------
//	icon_font
//-------------------------------- */

.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  word-wrap: normal;
}
/*
.lsf-icon,
.lsf-icon-af {
	vertical-align: middle;
	display: flex;
	align-items: center;
}
*/
.lsf-icon:before,
.lsf-icon-af:after{
  content:attr(title);
  margin-right:0.3em;
  /*font-size:130%;*/
	font-size: 22px;
	font-size: 2.2rem;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
	line-height: 1;
  word-wrap: normal;
}

.lsf-icon-af:after {
	margin-left: 0.3em;
	vertical-align: middle;
	font-weight: 400;
}
/*
.lsf-icon-af.icon_arrow::after,
.lsf-icon.icon_arrow::before,
.lsf.icon_arrow {
	color: #E4002B;
	font-size: 16px;
}
*/
/* --------------------------------
//	device display
//-------------------------------- */
.sp-v { display: block!important; }		/* ～ 479 */
.sp-h { display: none!important; }		/* 480 ～ 767 */
.tab { display: none!important; }		/* 768 ～ 991 */
.pc { display: none!important; }		/* 992 ～ 1399 */
.pc-m { display: none!important; }		/* 1400 ～ */
.sp { display: block!important; }		/* ～ 767 */
.tab-pc { display: none!important; }	/* 768 ～ */
.sp-tab { display: block!important; }	/* ～ 991 */

@media (min-width: 480px) {
	.sp-v { display: none!important; }		/* ～ 479 */
	.sp-h { display: block!important; }		/* 480 ～ 767 */
	.tab { display: none!important; }		/* 768 ～ 991 */
	.pc { display: none!important; }		/* 992 ～ 1399 */
	.pc-m { display: none!important; }		/* 1400 ～ */
	.sp { display: block!important; }		/* ～ 767 */
	.tab-pc { display: none!important; }	/* 768 ～ */
	.sp-tab { display: block!important; }	/* ～ 991 */
}

@media (min-width: 768px) {
	.sp-v { display: none!important; }		/* ～ 479 */
	.sp-h { display: none!important; }		/* 480 ～ 767 */
	.tab { display: block!important; }		/* 768 ～ 991 */
	.pc { display: none!important; }		/* 992 ～ 1399 */
	.pc-m { display: none!important; }		/* 1400 ～ */
	.sp { display: none!important; }		/* ～ 767 */
	.tab-pc { display: block!important; }	/* 768 ～ */
	.sp-tab { display: block!important; }	/* ～ 991 */
}

@media (min-width: 992px){
	.sp-v { display: none!important; }		/* ～ 479 */
	.sp-h { display: none!important; }		/* 480 ～ 767 */
	.tab { display: none!important; }		/* 768 ～ 991 */
	.pc { display: block!important; }		/* 992 ～ 1399 */
	.pc-m { display: none!important; }		/* 1400 ～ */
	.sp { display: none!important; }		/* ～ 767 */
	.tab-pc { display: block!important; }	/* 768 ～ */
	.sp-tab { display: none!important; }	/* ～ 991 */
}

@media (min-width: 1400px){
	.sp-v { display: none!important; }		/* ～ 479 */
	.sp-h { display: none!important; }		/* 480 ～ 767 */
	.tab { display: none!important; }		/* 768 ～ 991 */
	.pc { display: none!important; }		/* 992 ～ 1399 */
	.pc-m { display: block!important; }		/* 1400 ～ */
	.sp { display: none!important; }		/* ～ 767 */
	.tab-pc { display: block!important; }	/* 768 ～ */
	.sp-tab { display: none!important; }	/* ～ 991 */
}

/*-----------------------------------------
//	base
//-----------------------------------------*/

#container {
  width: 100%;
  overflow: hidden;
}

#content {
  padding-top: 126px;
}
/*-----------------------------------------
//	common class
//-----------------------------------------*/
.page_title {
  font-size: 30px;
  font-size: 3.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
}

.section_title02 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.section_title03 {
	margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.ttl01 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}

.ttl02 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.ttl02-mb {
  margin-bottom: 30px;
}

.ttl03 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.ttl03-mb {
  margin-bottom: 20px;
}

.pageHeader {
  padding: 0;
  border-bottom: 1px solid #C8CDD2;
}

.pageHeader > .inr {
  margin: 0 auto;
  max-width: 980px;
	height: 165px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pageHeader_title {
	/*padding: 40px 0;*/
	flex: 1;
}

.pageHeader_title .page_title {
	margin-bottom: 10px;
	padding: 0;
}

.pageHeader_title .section_title02 {
	margin-bottom: 0;
}

.pageHeader_nav {
	margin-bottom: 0;
	padding-left: 20px;
	width: 210px;
	height: 100%;
	display: flex;
	align-self: normal;
	align-items: center;
	border-left: 1px solid #C8CDD2;
}

.pageHeader_nav a {
	width: 100%;
	padding: 20px 0;
	display: block;
}

.pageHeader .pageNav {
	margin-left: -20px;
	display: none;
	width: 100%;
	width: 100vw;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #C8CDD2;
	position: relative;
}

.pageHeader .pageNav_list {
	width: auto;
	white-space: nowrap;
}

.pageHeader .pageNav_item {
	display: inline-block;
}

.pageHeader .pageNav_item a {
	display: block;
	padding: 20px;
}

.pageHeader .pageNav_item-current a {
  color: #E4002B;
}

.pageContent_lead {
	font-size: 15px;
	font-size: 1.5rem;
}
.pageFooter {
	text-align: right;
	border-top: 1px solid #C8CDD2
}

.pageFooter > .inr {
	margin: 0 auto;
	max-width: 980px;
}

.pageFooter_nav {
	padding: 0 20px;
	display: inline-block;
	width: 200px;
	border-left: 1px solid #C8CDD2;
}

.pageFooter_nav a {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-align: left;
	
}
.sec-title02 {
	margin-bottom: 40px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
  text-align: left;
}

.section {
  padding: 0;
}

.section-g {
	margin-bottom: 60px;
	padding: 60px 0;
	background-color: #F3F3F3;
}
/*
.icon {
	font-size: 22px;
	font-size: 2.2rem;
}
*/
.section > .inr {
	max-width: 980px;
	margin: 0 auto;
  padding: 60px 0 0;
}

.section.hr {
  border-bottom: 1px solid #C8CDD2;
}

.sectionSec {
  margin-bottom: 60px;
	padding-top: 60px;
	border-top: 1px solid #C8CDD2;
}

.sectionSec > .inr {
	max-width: 980px;
	margin: 0 auto;
}

.sectionSec_ttl {
	margin-bottom: 30px;
}

@media (max-width: 980px) {
  .pageHeader {
    padding: 0 20px;
	}
	
	.sectionSec {
		padding: 60px 20px 0;
	}
}

@media (max-width: 767px) {
	.page_title {
		font-size: 26px;
		font-size: 2.6rem;
	}
  
  .ttl02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  
  .ttl02-mb {
    margin-bottom: 20px;
  }
  
  .ttl03-mb {
    margin-bottom: 10px;
  }
	
	.pageHeader > .inr {
		position: relative;
		height: auto;
		min-height: 113px;
	}
	
	.pageHeader_title {
		width: 100%;
		padding: 20px 0;
		border-right: none;
	}
	
	.pageHeader .pageNav {
		/*display: block;*/
	}
	
	.pageHeader .pageHeader_nav {
		padding: 10px;
		width: auto;
		height: auto;
		position: absolute;
		right: 12px;
		bottom: 20px;
		border: none;
	}
	
	.pageHeader .pageHeader_nav::before {
		content: '';
		display: block;
		width: 13px;
		height: 13px;
		border-bottom: 2px solid #E4002B;
		border-right: 2px solid #E4002B;
		-webkit-transform: rotate(45deg);
		transform:  rotate(45deg);
		z-index: 10;
	}
	
	.pageHeader .pageHeader_nav.active::before {
		-webkit-transform: rotate(-135deg);
		transform:  rotate(-135deg);
	}
	
	.pageHeader_nav a {
		display: none;
	}
	
	.pageFooter_nav {
		width: 50%;
	}
	
	.sectionSec {
		padding: 30px 20px 0;
	}
}

/*-----------------------------------------
//	module class
//-----------------------------------------*/
a.hover_img figure {
	border: 1px solid transparent;
}

a.hover_img:hover figure {
	border: 1px solid #E4002B;
}

/*検索窓*/
.searchform {
	position: relative;
  color: #C8CDD2;
}
/*
.icon_arrow {
  padding-right: 10px;
  background: url(/assets/common/img/icon_arrow.png) right center no-repeat;
}
*/

.icon_arrow {
  padding-right: 10px;
  position: relative;
}

.icon_arrow::before {
	content: '';
	position: absolute;
	right: 3px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #E4002B;
	border-right: 1px solid #E4002B;
	-webkit-transform: rotate(45deg) translateY(-50%);;
	transform: translateY(-50%) rotate(45deg);
}

a.icon_arrow {
  padding-right: 20px;
}

.header .btn_close {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
}

.header .btn_close::before {
  content: '';
  padding: 0;
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -9px;
  left: 0;
}

.header .btn_close::after {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: 20px;
  height: 2px;
  background: #fff;
}

.topicpath {
  padding: 0;
  background-color: #E4002B;
}

.topicpath .topicpath_list {
  margin: 0 auto;
  max-width: 980px;
}

.topicpath .topicpath_item {
  padding: 10px 0;
  display: inline-block;
}

.topicpath .topicpath_item a {
  margin-right: 15px;
  padding-right: 22px;
  background: url(../img/icon_topicpath.png) right center no-repeat;
}
.topicpath .topicpath_item a,
.topicpath .topicpath_item span {
  display: block;
  color: #fff;
}

/*======================================
	table
=======================================*/

table,
th,
td {
    border-collapse: collapse;
    border: 1px solid #C8CDD2;
    line-height: 1.5;
}

table.def_tbl {
		width: 100%;
    table-layout: fixed;
}

table.def_tbl th {
    padding: 20px;
    font-weight: normal;
		text-align: left;
    background-color: #F3F3F3;
    vertical-align: middle;
}

table.def_tbl td {
    padding: 20px;
    vertical-align: middle;
}

.scroll_tbl {
	overflow: auto;
	white-space: nowrap;
}

.scroll_tbl > table {
	width: 100%;
	table-layout: auto;
}

.scroll_tbl > table th {
    padding: 20px;
    font-weight: normal;
		text-align: left;
    background-color: #F3F3F3;
    vertical-align: middle;
}

.scroll_tbl > table td {
    padding: 20px;
    vertical-align: middle;
}

.list_tbl dl {
	padding: 20px 0;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.8;
}

.list_tbl-row dl {
	display: block;
}

.list_tbl dl::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 180px;
	height: 1px;
	background-color: #E4002B;
}

.list_tbl dl::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #C8CDD2;
}

.list_tbl dl:last-child {
  padding-bottom: 0;
}

.list_tbl dl:last-child::after,
.list_tbl dl:last-child::before {
  content: none;
}

.list_tbl dt {
	align-self: center;
	font-weight: bold;
	width: 180px;
}

.list_tbl dd {
	padding-left: 20px;
	flex: 1;
}

.list_tbl .horizontalBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn_link {
	width: 200px;
	line-height: 1;
	color: #E4002B;
	display: block;
	padding: 12px 15px;
	text-align: center;
	border: 1px solid #E4002B;
	position: relative;
}

.btn_link::before {
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #E4002B;
	border-right: 1px solid #E4002B;
	-webkit-transform: rotate(45deg);
	transform:  rotate(45deg) translateY(-50%);
}

.btn_link:hover {
	background-color: #E4002B;
	color: #fff;
}

.btn_link:hover::before {
	border-color: #fff;
}

@media (max-width: 980px) {
  .topicpath {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .section > .inr {
    padding: 30px 0 0;
  }
  
  
  
  .topicpath {
    display: none;
  }
	
	.list_tbl dl::before,
	.list_tbl dl::after {
		content: none;
	}
	
	.list_tbl dl {
    margin-bottom: 20px;
		padding: 0;
		flex-direction: column;
	}
	
	.list_tbl dt {
		padding: 20px 0;
		border-bottom: 1px solid #E4002B;
		width: 100%;
	}
	
	.list_tbl dd {
		padding: 20px 0;
		width: 100%;
		border-bottom: 1px solid #C8CDD2;
	}
  
  .list_tbl dl:last-child dd {
    border: none;
    padding-bottom: 0;
  }
	
	.list_tbl .horizontalBox {
		display: block;
	}
	
	.btn_link {
		width: 100%;
	}
	
	table.def_tbl {
		border-bottom: none;
	}
	
	table.def_tbl th,
	table.def_tbl td {
		text-align: left;
    display: block;
		border: none;
		border-bottom: 1px solid #C8CDD2;
	}
	
	.scroll_tbl > table td,
	.scroll_tbl > table th {
		max-width: 120px;
		min-width: 120px;
		white-space: normal;
	}
}
/*-----------------------------------------
//	header class
//-----------------------------------------*/
#header {
  line-height: 1.5;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  box-sizing: border-box;
  /*border-bottom: 1px solid #E4002B;*/
}

#header::after {
	content: '';
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #E4002B;
}

/*
.slider img{
  max-width: 2000px;
  width: 100% !important;
  height: auto !important;
}
*/
.header .inr {
	margin: 0 auto;
	width: 980px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header_right {
  text-align: right;
}

.header .globalNav {
  display: block;
  margin-left: auto;
	width: 500px;
}

.header .globalNav_list {
	display: flex;
	justify-content: space-between;
}

.header .globalNav_item > a {
  padding: 25px 0;
  display: block;
}

.header .globalNav_item.active > a {
  color: #E4002B;
}

.header .globalNav_item > a.is-current {
  color: #E4002B;
}

.header .globalNav_subMenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 5;
}
/*
.header .globalNav_item.hover:hover .globalNav_subMenu{
  display: block;
}
*/
.header .globalNav_subMenu dl {
  margin: 0 auto;
  display: flex;
  max-width: 980px;
  justify-content: space-between;
  text-align: left;
}

.header .globalNav_subMenu dt {
	margin-bottom: 0;
  width: 180px;
  text-align: left;
}

.header .globalNav_subMenu dt > a {
	padding-top: 40px;
	display: block;
	width: 100%;
	height: 100%;
}

.header .globalNav_subMenu dd {
  flex: 1;
}

.header .globalNav_subMenu .globalNav_subMenu_list {
  overflow: hidden;
  border-left: 1px solid #C8CDD2;
}   

.header .globalNav_subMenu .globalNav_subMenu_item { 
  width: 25%;
  height: 100px;
  float: left;
  border-right: 1px solid #C8CDD2;
  border-bottom: 1px solid #C8CDD2;
}

.header .globalNav_subMenu .globalNav_subMenu_item a {
	padding: 20px 10px;
	display: flex;
  justify-content: flex-start;
  align-items: center;
}
/*
.header .globalNav_ecocsr .globalNav_subMenu_list::after {
	content: '';
	height: 0;
	width: 100%;
}
*/
.header .globalNav_ecocsr .globalNav_subMenu_item {
	border-bottom: none;
	border-top: 1px solid #C8CDD2;
}

.header .globalNav_ecocsr .globalNav_subMenu_item:nth-child(5) {
	clear: left;
}

.header .globalNav_subMenu .globalNav_subMenu_item .icon_arrow {
  position: relative;
  flex: 1;
}
/*
.header .globalNav_subMenu .globalNav_subMenu_item .icon_arrow::after {
	content: '\E112';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
*/
.header .globalNav_subMenu .globalNav_subMenu_item img {
  margin-right: 10px;
  width: 60px;
  height: auto;
}

.header .siteNav_list {
  padding: 12px 20px;
  min-width: 386px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
  background-color: #F3F3F3;
}

.header .siteNav_lng {
  position: relative;
  cursor: pointer;
}

.header .siteNav_lng span {
	font-size: 11px;
	font-size: 1.1rem;
	vertical-align: middle;
}

.header .siteNav_lng > a:hover {
	color: #0B1013;
}

.header .siteNav_lng_menu {
	padding-top: 20px;
  display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	width: 120px;
	background: #F3F3F3;
	z-index: 6;
}

.header .siteNav_lng.hover:hover .siteNav_lng_menu {
	top: 100%;
	display: block;
}

.header .siteNav_lng_item {
	text-align: center;
}

.header .siteNav_lng_item a {
	padding: 10px 0;
	display: block;
}

.header .siteNav_lng_item a:hover {
	color: #0B1013;
	background-color: #C8CDD2;
}

.header .siteNav_sns .icon {
  font-size: 22px;
}

.btn_search {
	margin-top: -11px;
	padding: 0 10px;
  color: #C8CDD2;
	line-height: 1;
	outline: 0;
	position: absolute;
	right: 0;
	top: 50%;
}

.btn_search .lsf {
  color: inherit;
	font-size: 18px;
	font-size: 1.8rem;
}
/*
#header .h-search input[type=text] {
  border: none;
  background: #fff;
  border-radius: 13px;
  padding: 7px 25px 7px 13px;
  line-height: 1;
  width: 200px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}
*/

.header_navSp {
	display: none;
}


/*-----------------------------------------
//	footer class
//-----------------------------------------*/
.footer {
	border-top: 1px solid #EA0029;
}
.footer .footer_btm {
	color: #fff;
	background-color: #0B1013;
}

.footer .footer_btm .inr {
	margin: 0 auto;
	padding: 40px 0;
	width: 980px;
	display: flex;
	justify-content: space-between;
}

.footer .footer_left {
	display: flex;
	justify-content: space-between;
}

.footer .footer_logo {
	margin-right: 25px;
	width: 90px;
}

.footer .copyright {
	align-self: flex-end;
}

.footer .footer_nav {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}
.footer .footer_navItem {
	margin-right: 40px;
	display: inline-block;
}

.searchform {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #C8CDD2;
  display: block;
  padding: 0 10px;
  border-radius: 20px;
  height: 26px;
  width: 200px;
  overflow: hidden;
	background: #fff;
}
.searchform input[type="text"]{
	width: 100%;
  border: none;
  height: 26px;
	line-height: 26px;
	color: #111;
}
.searchform input[type="text"]:focus {
  outline: 0;
}
/*
.searchform button[type="submit"]{
  cursor: pointer;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}
*/
.searchform button[type="submit"] {
	margin-top: -9px;
	padding: 0 10px;
	color: #C8CDD2;
	line-height: 1;
	outline: 0;
	position: absolute;
	right: 0;
	top: 50%;
}

/* Chrome */
.searchform ::-webkit-input-placeholder {
  color: #C8CDD2;
}

/* Firefox */
.searchform ::-moz-placeholder {
  color: #C8CDD2;
}

/* IE */
.searchform :-ms-input-placeholder {
  color: #C8CDD2;
}


.overlay {
	position: fixed;
	z-index: 10;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.overlay.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

/*pagetop*/
#pagetop {
	margin-right: -530px;
  width: 40px;
  position: fixed;
  right: 50%;
  bottom: 20px;
}
#pagetop:hover {
  cursor: pointer;
}
@media (max-width: 980px) {
	#pagetop {
		margin-right: 0;
		right: 20px;
	}
	
  .header .inr {
    margin: 0;
		padding: 0 20px;
    width: 100%;
  }
  
  .header .globalNav_subMenu {
    padding: 0 20px;
  }
  
  .header .globalNav_subMenu dt {
    width: 130px;
  }
  
  .header .globalNav_subMenu .globalNav_subMenu_item {
    width: 33.33%;
  }
	
	.header .globalNav_subMenu .globalNav_subMenu_item-empty {
		display: none;
	}
	
	.header .globalNav_ecocsr .globalNav_subMenu_item {
		border-top: none;
		border-bottom: 1px solid #C8CDD2;
	}
	
	.section {
		padding: 0 20px;
	}
	
	.section-g {
		padding: 30px 20px;
	}
	
	.footer .footer_nav {
		padding: 30px 20px;
		width: 100%;
	}
	
	.footer .footer_btm .inr {
		padding: 40px 20px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#content {
		padding-top: 62px;
	}
	.sec-title02 {
		margin-bottom: 25px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	
  .header .inr {
    padding: 15px 20px;
    position: relative;
  }
  
  .header .header_logo {
    max-width: 110px;
  }
 
  .header .siteNav_list {
    margin: 0;
    padding: 0;
    justify-content: space-around;
    width: 100px;
    min-width: 100px;
    background-color: transparent;
  }
  
  .header .siteNav_sns,
  .header .siteNav_search {
    display: none;
  }
  
  .header .siteNav_lng {
    position: static;
  }
  .header .siteNav_lng .lsf_txt {
    display: none;
  }
  
  .header .siteNav_lng .lsf-icon::before {
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
  
  .header .header_navSp {
    display: flex;
    width: 100px;
    justify-content: space-around;
    align-items: center;
  }
  
  .header .navLanguage .icon {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
  }
  
	.header .globalNav {
    display: none;
			position:absolute;
			z-index: 2;
			top: 100%;
			left: 0;
			background: #fff;
			color: #000;
			text-align: left;
			/*transform: translateY(-100%);*/
			/*transition: all 0.6s;*/
			width: 100%;
			
	}

	.header .globalNav_list {
    margin: 0 auto;
    display: block;
    padding: 0;
    width: 100%;
		overflow: scroll;
			max-height: calc(100vh - 62px);
	}

	.header .globalNav_item {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #C8CDD2;
	}
  
  .header .globalNav_item a {
    display: block;
    color: #000;
    padding: 20px;
	}
  
	.header .globalNav .searchform {
		margin: 25px auto;
		padding: 0 35px 0 10px;
		width: 90%;
		height: 36px;
	}
	
	.header .globalNav .searchform input[type="text"] {
		height: 36px;
		/*line-height: 36px;*/
		padding: 0.5em 0;
	}
	
	.header .globalNav .searchform button[type="submit"] {
		margin-top: -15px;
	}
	
	.header .globalNav .searchform .btn_search .icon {
		font-size: 30px;
	}
  
  .header .globalNav .goFb a {
		padding: 15px;
		display: block;
		text-align: center;
		vertical-align: middle;
	}
  
	.header .globalNav .goFb .icon::before {
		font-size: 30px;
	}

  .header .siteNav_lng_menu {
    padding: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: left;
    width: 100%;
	}
  
  .header .siteNav_lng_list {
    overflow: hidden;
  }
	
  .header .siteNav_lng_item {
		float: left;
		width: 33.333%;
	}
	
  .header .siteNav_lng_item a {
		padding: 15px 0;
		display: block;
		text-align: center;
		border-right: 1px solid #C8CDD2;
	}
	
  .header .siteNav_lng_item:last-child a {
		border: none;
	}
  /*
  .header .btn_close {
		width: 20px;
		height: 20px;
		position: absolute;
		bottom: -70px;
		left: 50%;
		margin-left: -10px;
		transform: rotate(45deg);
	}
  
	.header .btn_close::before {
		content: '';
		padding: 0;
		width: 2px;
		height: 20px;
		background: #fff;
		position: absolute;
		top: -9px;
    left: 0;
	}

	.header .btn_close::after {
		content: "";
		position: absolute;
		top: 0;
		left: -9px;
		width: 20px;
		height: 2px;
		background: #fff;
	}
	*/
	.footer .footer_left {
		display: none;
	}
	
	.footer .footer_nav {
		padding: 0;
	}
	
	.footer .footer_navItem {
		margin-right: 0;
		display: block;
		border-bottom: 1px solid #C8CDD2;
	}
	
	.footer .footer_navItem a {
		padding: 15px 20px;
		display: block;
	}
	
	.footer .footer_btm .inr {
		padding: 10px 0;
		display: block;
		text-align: center;
	}

	.navToggle {
    display: block;
    position: relative;
    /*
    right: 13px;
    top: 12px;
    */
    width: 34px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }

	.navToggle span {
			display: block;
			position: absolute;
			width: 20px;
			border-bottom: solid 2px #0B1013;
			-webkit-transition: .35s ease-in-out;
			-moz-transition: .35s ease-in-out;
			transition: .35s ease-in-out;
			left: 7px;
	}

	.navToggle span:nth-child(1) {
			top: 7px;
	}

	.navToggle span:nth-child(2) {
			top: 14px;
	}

	.navToggle span:nth-child(3) {
			top: 21px;
	}

	.navToggle span:nth-child(4) {
			border: none;
			color: #eee;
			font-size: 9px;
			font-weight: bold;
			top: 34px;
	}
	
	.navToggle.active span:nth-child(1) {
			top: 14px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
	}

	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
			top: 14px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			transform: rotate(45deg);
	}
}