/* screens smaller than 1120---------------------------------------------------------- */
@media only screen and (min-width:641px) and (max-width:1119px) {

/*layout*/
/*------------------------------------------------------------------------------*/
.inner {
	width: 95%;
}
.pc {
	display: none;
}
.tb {
	display: inherit;
}
.tb_sp {
	display: inherit;
}

/*header*/
/*------------------------------------------------------------------------------*/
#top-head {
	background-color: #fff;
    position: fixed;
	height: 70px;
}
header .inner {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	z-index: 10;
}
header h1 {
	top: 0;
	left: 3%;
	font-size: 12px;
}
header #logo {
	top: 24px;
	left: 3%;
}
header #logo img {
	max-width: 100px;
}

header .h_language {
	display:none;
}

header .h_menu_wrap {
	position: static;
}
header #h_menu01 {
	display: none;
}
header #h_menu02 {
	display: none;
}
header .search_btn {
	display: block;
	position: absolute;
	top: 18px;
	right: 85px;
	cursor: pointer;
}
header .search_btn img {
	width: 40px;
	height: auto;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/
#gnav_btn {
	display:block;
	position:absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	text-align: center;
	z-index: 20;
}
#gnav_btn a {
	display: block;
	position: relative;
	height: 100%;
	text-indent:-9999px;
	width: 100%;
	background: #EF4400;
}
#gnav_btn a.current {
	background: #A12103;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -2px 0 0 -15px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -12px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#gnav_btn a .close{
  background: transparent;
}
#gnav_btn a #panel-btn-icon.close:before,
#gnav_btn a #panel-btn-icon.close:after{
  height: 2px;
}
#gnav_btn a .close:before,
#gnav_btn a .close:after{
  margin-top: 0;
}
#gnav_btn a .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#gnav_btn a .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#globalnav_in{
	display: block;
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 5;
	overflow-y: scroll;
}
#globalnav .unit01 {
	display: none;
}
#globalnav li {
	width: 100%;
	color: #fff;
	background: #A12103;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
#globalnav li:before,
#globalnav li:last-child:after {
	content: none;
}
#globalnav li:hover a,
#globalnav li.main_current a {
	color: #fff;
}
#globalnav li a {
	padding: 20px 40px 20px 20px;
	color: #fff;
	display: block;
	height: auto;
	position: relative;
}
#globalnav li a:after {
	content: '';
	position: absolute;
	top: calc(50% - 13px);
	right: 10px;
	width: 26px;
	height: 26px;
	background: url("../image/common/arr01.png") no-repeat 98% center;
}
#globalnav li .acc a:after,
#globalnav li li a:after {
	background: none;
}
#globalnav li:hover a:before,
#globalnav .unit01 li.main_current a:before {
	content: none;
}
#globalnav .acc_icon {
	width: 26px;
	height: 26px;
	background: url("../image/common/arr02.png") no-repeat right center;
	display: block;
	position: absolute;
	top: 18px;
	right: 10px;
	cursor: pointer;
}
#globalnav .acc_unit {
	display: none;
}
#globalnav .mega_box {
	position: static;
	opacity: 1;
	visibility: visible;
    padding: 0;
    transition: none;
    background: none;
    width: 100%;
    background-color: #811a02;
	border-top: 1px solid rgba(255,255,255,.2);
    padding: 20px;
}
#globalnav .mega_box:before,
#globalnav .mega_box li a:before {
	content: none;
}
#globalnav .mega_box li {
    background-color: #811a02;
    border-bottom: none;
}
#globalnav .mega_box li a {
	padding: 5px 0 5px 20px;
	position: relative;
	color: #fff;
}
#globalnav .mega_box li a:after {
	content: '';
	position: absolute;
    top: calc(50% - 4px);
    left: 0;
	width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
}
#globalnav .mega_box li a:hover {
	background: none;
	color: #fff;
}
#globalnav #sp_nav ul {
	width: 100%;
	text-align: center;
}
#globalnav #sp_nav ul:first-child {
	padding: 20px 0;
}
#globalnav #sp_nav ul:last-child {
	padding-bottom: 20px;
}
#globalnav #sp_nav ul li {
	width: auto;
	background: none;
	border-bottom: none;
	float: none;
	display: inline-block;
	padding: 0 5px;
}
#globalnav #sp_nav ul:first-child li:nth-child(1) a {
	background: url("../image/common/icon13.png") no-repeat left center;
	padding: 5px 0 5px 25px;
}
#globalnav #sp_nav ul:first-child li:nth-child(2) a {
	background: url("../image/common/icon_sup_sp.png") no-repeat left center;
	padding: 5px 0 5px 21px;
}
#globalnav #sp_nav ul:last-child li a {
	height: 40px;
	width: 170px;
	display: table;
	border-radius: 20px;
	padding: 5px 5px 5px 25px;
	text-align: center;
}
#globalnav #sp_nav ul:last-child li:nth-child(2) a {
	background: #FFF;
	border: 1px solid #777;
	color: #333;
	position:relative;
}
#globalnav #sp_nav ul:last-child li:nth-child(2) a::before {
	content:"";
	width:10px;
	height:3px;
	background: #EC4500;
	position:absolute;
	left:25px;
	top:50%;
	margin-top:-3px;
}

#globalnav #sp_nav ul:last-child li:nth-child(1) a {
	background: #EC4500 url("../image/common/icon05.png") no-repeat 20px center;
	color: #fff;
}

/* Fixed */
/*------------------------------------------------------------------------------*/
#top-head.fixed .inner {
	display: inherit;
	height: 70px;
	background-color: #fff;
}
#top-head.fixed #gnav_btn {
	height: 70px;
}
#top-head.fixed #globalnav_in {
	top: 70px;
}

/*footer*/
/*------------------------------------------------------------------------------*/
#footer_box01 {
	background-color: #ddd;
	padding: 0;
}
#footer_box01 .inner {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#footer_box01 #f_menu01 .pc {
	display: none;
}
#footer_box01 #f_menu01 .tb_sp {
	display: flex;
	flex-wrap: wrap;
}
#footer_box01 #f_menu01 .tb_sp li {
	width: 50%;
	border-bottom: 1px solid #fff;
}
#footer_box01 #f_menu01 .tb_sp li:nth-child(2n) {
	border-left: 1px solid #fff;
}
#footer_box01 #f_menu01 .tb_sp li:last-child {
	width: 100%;
	text-align: center;
}
#footer_box01 #f_menu01 .tb_sp li a {
	padding: 16px 5%;
	display: block;
}
#footer_box01 #f_menu02 {
	padding: 16px 0;
}
#footer_box01 #f_menu02 li {
	width: 50%;
	vertical-align: middle;
	padding: 0 2%;
	text-align: center;
}
#footer_box01 #f_menu02 li:first-child {
	padding-right: 2%;
	margin-right: 0;
	border-right: 1px solid #fff;
}


/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/



/* screens smaller than 920---------------------------------------------------------- */
@media only screen and (min-width:641px) and (max-width:919px) {





/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/
