/*layout*/
/*------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	overflow: hidden;
}
.inner {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
.sp {
	display: none;
}
.tb {
	display: none;
}
.tb_sp {
	display: none;
}
.bold {
	font-weight: bold;
}
.in_bl {
	display: inline-block;
}
.v_m {
	vertical-align: middle;
	display: table-cell;
}
.flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*btn/more/arr*/
/*------------------------------------------------------------------------------*/
.btn01 {text-align: center; }
.btn01 a {
	line-height: 1.2;
	color: #fff;
	border-radius: 25px;
	font-size: 17px;
	padding: 12px;
	max-width: 225px;
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: #000;
}
.btn01 a:hover {
	background-color: #ef4400;
}
.btnBl {text-align: center; }
.btnBl a {
	line-height: 1.2;
	color: #fff;
	border-radius: 25px;
	font-size: 17px;
	padding: 12px 25px;
	display: inline-block;
	margin: 0 auto;
	background-color: #000;
}
.btnBl a:hover {background-color: #ef4400; }

.btn02 a {
	line-height: 1.2;
	color: #000;
	font-size: 15px;
	padding: 8px 20px 8px 10px;
	width: 134px;
	display: block;
	background-color: #EEE;
	position: relative;
}
.btn02 a:before {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: block;
	position: absolute;
	top: 13px;
	right: 10px;
	transform: rotate(45deg);
	transition: 0.3s;
}
.btn02 a:hover {
	background-color: #ef4400;
	color: #FFF;
}
.btn02 a:hover:before {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.btn03 {
	display: inline-block;
}
.btn03 a {
	display: block;
	line-height: 1.2;
	color: #fff;
	border-radius: 30px;
	font-size: 15px;
	padding: 21px;
	width: 280px;
	background: #ef4400;
	text-align: center;
	position: relative;
}
.btn03 a:before {
	content: '';
	background: url("../image/common/sub_mail01.png") no-repeat;
	width: 15px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0,-50%);
}
.btn03 a:hover {
	opacity: 0.8;
}

/*header*/
/*------------------------------------------------------------------------------*/
#top-head {
	height: 160px;
    position: absolute;
    width: 100%;
    z-index: 999;
	background-color: #fff;
}
header .inner {
	position: relative;
	height: 110px;
}
header h1 {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 13px;
}
header #logo {
	position: absolute;
	top: 38px;
	left: 0;
}
header #logo img {
	max-width: 136px;
}
header .h_menu_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: absolute;
	top: 48px;
	right: 0;
}
header .h_language {
	position:absolute;
	right:20px;
	top:15px;
}
header .h_language a {
	position:relative;
}
header .h_language a::before {
	content:"";
	width:10px;
	height:3px;
	background: #EC4500;
	position:absolute;
	left:-15px;
	top:50%;
	margin-top:-3px;
}

header #h_menu01 {
	margin-right: 40px;
}
header #h_menu01 li {
	display: inline-block;
}
header #h_menu01 li:nth-child(1) {
	margin-right: 20px;
}
header #h_menu01 li:nth-child(1) a {
	background: url("../image/common/icon02.png") no-repeat left center;
	padding: 5px 0 5px 25px;
}
header #h_menu01 li:nth-child(2) a {
	background: url("../image/common/icon_sup.png") no-repeat left center;
	padding: 5px 0 5px 21px;
}
header #h_menu02 {
	display: flex;
}
header #h_menu02 li {
	margin-left: 15px;
}
header #h_menu02 .h_search {
	background-color: #ddd;
	height: 40px;
	width: 170px;
	display: table;
	padding: 5px 10px 5px 20px;
	border-radius: 20px;
}
/*404error*/
.notice_area_wrap header #h_menu02 .h_search form {
    display: table-cell;
    vertical-align: middle;
}
header #h_menu02 input {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
header #h_menu02 input.search_submit{
	background: url("../image/common/icon03.png") no-repeat right center;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
header #h_menu02 input.search_textbox {
	width: calc(100% - 30px);
	font-size: 13px;
	color: #666;
}
header #h_menu02 input.search_submit:hover{
	opacity: 0.5;
}
header #h_menu02 a {
	height: 40px;
	width: 170px;
	display: table;
	border-radius: 20px;
	padding: 5px 5px 5px 25px;
	text-align: center;
}
header #h_menu02 li.download a {
	background: url("../image/common/icon04.png") no-repeat 12px center;
	border: 1px solid #777;
}
header #h_menu02 li.contact a {
	background: #EC4500 url("../image/common/icon05.png") no-repeat 20px center;
	color: #fff;
}
header #h_menu02 li.download a:hover {
	color: #333;
	opacity: 0.7;
}
header #h_menu02 li.contact a:hover {
	opacity: 0.7;
}
header .search_btn {
	display: none;
}
header .search_con {
	position: absolute;
	display: none;
	width: 100%;
	padding: 20px 5%;
	background-color: #f9f9f9;
	top: 70px;
	z-index: 999;
}
header .search_con .search_txt {
	float: left;
	width: calc(100% - 40px);
}
header .search_con input {
	border-radius: 0;
	display: block;
	height: 36px;
	padding: 0 0 0 5%;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
header .search_con .submit_btn {
	background: url("../image/common/icon_search.png") no-repeat center center;
	background-size: 20px auto;
	cursor: pointer;
	float: left;
	padding: 0;
	width: 40px;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
#gnav_btn{display:none;}
#globalnav .unit01 {
	width: 100%;
}
#globalnav li {
	font-size: 15px;
	width: 16.666%;
	float: left;
	position: relative;
	text-align: center;
}
#globalnav li:before {
	position: absolute;
	content: '';
	left: 0;
	top:  calc(50% - 7px);
	width: 1px;
	height: 15px;
	background: #ccc;
}
#globalnav li:last-child:after {
	position: absolute;
	content: '';
	right: 0;
	top:  calc(50% - 7px);
	width: 1px;
	height: 15px;
	background: #ccc;
}
#globalnav li a {
	display: table;
	width: 100%;
	height: 50px;
	line-height: 1.4;
	position: relative;
}
#globalnav li:hover a,
#globalnav .main_current a {
	color: #EF4400;
}
#globalnav .acc_icon {
	display: none;
}
#globalnav .mega_box {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
	background: #eee;
    transition: all .2s ease;
    display: inline-block;
    padding: 30px 0;
    visibility: hidden;
    opacity: 0;
}
#globalnav .mega_box:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 12.5px 0 12.5px;
	border-color: #fff transparent transparent transparent;
    z-index: 999;
    top: 0;
    left: calc(50% - 12.5px);
}
#globalnav .mega_box li {
    float: none;
    width: 100%;
    text-align: left;
}
#globalnav .mega_box li:before,
#globalnav .mega_box li:last-child:after {
	content: none;
}
#globalnav .mega_box li a {
    padding: 10px 5px 10px 30px;
    color: #333;
    position: relative;
    display: block;
    height: auto;
}
#globalnav .mega_box li a:before {
	position: absolute;
	content: '';
	left: 10px;
	top:  calc(50% - 2px);
	width: 10px;
	height: 3px;
	background: #EF4400;
}
#globalnav .mega_box li a:hover {
	background-color: #fff;
	color: #EF4400;
}
#globalnav .mega:hover .mega_box {
    visibility: visible;
    opacity: 1;
}

/* Fixed */
/*------------------------------------------------------------------------------*/
#top-head.fixed {
    position: fixed;
    height: 50px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
#top-head.fixed .inner {
	display: none;
}

/*footer*/
/*------------------------------------------------------------------------------*/
footer {
	line-height: 1.2;
	font-size: 15px;
}
footer a:hover {
	text-decoration: underline;
}
footer #f_logo {
	text-align: center;
	padding: 30px 0;
}
#footer_box01 {
	background-color: #eee;
	padding: 30px 0 20px;
}
#footer_box01 #f_menu01 .pc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
#footer_box01 #f_menu01 .pc .unit01 {
	width: 15%;
}
#footer_box01 #f_menu01 .pc li {
	margin-bottom: 12px;
}
#footer_box01 #f_menu01 .pc ul ul {
	margin: 12px 0 20px;
}
#footer_box01 #f_menu01 .pc li li {
	font-size: 13px;
	margin-bottom: 5px;
}
#footer_box01 #f_menu01 .pc li li:before {
	content: '・';
}
#footer_box01 #f_menu02 {
	font-size: 0;
}
#footer_box01 #f_menu02 li {
	display: inline-block;
	font-size: 15px;
}
#footer_box01 #f_menu02 li:first-child {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #333;
}

#footer_box02 {
	padding: 10px 0;
	text-align: center;
	background-color: #EF4400;
	text-align: center;
	color: #fff;
}

/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	z-index:50;
}
a.pagetop {
	width: 60px;
	height: 60px;
	background: url(../image/common/pagetop.png) no-repeat;
	overflow: hidden;
	display:block;
}
a.pagetop:hover {
	opacity: 0.7;
}

