/*layout*/
/*------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	overflow: hidden;
}
.inner {
	max-width: 1080px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.inner .inner{
	width: 100%;
}
.sp {
	display: none;
}
.tb {
	display: none;
}
.tb_sp {
	display: none;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f24 {
	font-size: 24px;
}
.bold {
	font-weight: bold;
}
.in_bl {
	display: inline-block;
}
.v_m {
	vertical-align: middle;
	display: table-cell;
}


.col2_btn a {
    float: left;
    width: 30% !important;
    max-width: none !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.col2_btn:after{
	display: block;
	content: "";
	clear:  both;
}


/*header*/
/*------------------------------------------------------------------------------*/
header{
	width: 100%;
	background: #FFF;
	text-align: center;
	position: relative;
}
#header_in {
	width: 98%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
#header_in:after,
#header_left:after,
#header_right:after,
#globalnav:after,
#globalnav ul li .megaMenu:after {
    content:" ";
    display:block;
    clear:both;
}
header #header_left {
	float: left;
	width: 23%;
}
header #logo {
    padding: 10px 10px 0 10px;
}
header #logo img {
    max-width: 170px;
    width: 100%;
    height: auto;
}

#en header #logo img {
    width: 100%;
    max-width: 230px;
}

@media only screen and (max-width: 500px){
	#en header #logo img {
    width: 100%;
    max-width: 140px;
    margin-top: 8px;
}
}

header #logo a, header #logo a:focus{outline: none;}
header #logo .sublogo {
    display: block;
    margin-top: 5px;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
}
header #logo .sublogo img {
	width: 100px;
	height: auto;
}

/*header_right*/
/*------------------------------------------------------------------------------*/
header #header_right {
	float: right;
	width: 77%;
	line-height: 1.4;
}
/*h_menu*/
/*------------------------------------------------------------------------------*/
header #h_menu {
    float: right;
    width: auto;
    padding-top: 30px;
}
header #h_menu li {
	float: left;
	margin-right: 5px;
}
header #h_menu li:last-child {
	margin-right: 0;
}
header #h_menu li a {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 138px;
	border-radius: 20px;
	text-align: center;
}
header #h_menu li:nth-child(1) a {
	background-color: #333;
}
header #h_menu li:nth-child(2) a {
	background-color: #E50012;
}
header #h_menu li:nth-child(3) a {
    background-color: #e4e4e4;
    width: 80px;
    border-radius: 20px;
    color: #e50012;
}
header #h_menu li:nth-child(4) a {
    background-color: #BFC0C0;
    width: 40px;
    border-radius: 50%;
    display: block;
    height: 40px;
    position: relative;
}
header #h_menu li:nth-child(4) a img {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.header_search_area {
	display: none;
    background-color: rgba(255,255,255,0.86);
    position: absolute;
    max-width: 430px;
    z-index: 10;
    overflow: hidden;
    right: 0;
    width: 100%;
}

#globalnav .sp_search, #globalnav .sp_en {
    display: none;
}

.open.header_search_area{
	height: 60px;
}

.header_search{
	    padding: 15px;
}
.search_in {
    border: 1px solid #8399ce;
    border-radius: 10px;
/*    margin-top: 22px;
*/    padding: 0 10px;
}
#header_search {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}
.kensaku{
    width: 80%;
	padding:5px;
	margin-right:5px;
}
.kensaku2{
    width: 246px;
	padding:5px;
	margin-right:5px;
}

.kensaku_btn{
	padding:2px 5px;
}
.search_textbox {
    width: 100%;
    max-width: 500px;
    padding: 7px;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding-right: 45px;
}

#fSearch {
    max-width: 500px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.search_subit {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../image/search_icon.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,0);
    border: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#header_contact_sp{
	display:none;
}
#sp_search_btn{
	display:none;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav{
	float: left;
	width: -webkit-calc(100% - 430px);
	width: calc(100% - 430px);
	background: url(../image/common/line01.jpg) no-repeat left center;
}
#gnav_btn{display:none;}

#globalnav li{
	float: left;
	height: 100px;
	display: table;
	background: url(../image/common/line01.jpg) no-repeat right center;
	width: 25%;
}
#globalnav li#globalnav04 {
	width: 10%;
}
#globalnav li a{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
#globalnav li a:hover,#globalnav li.main_current a{
	color: #E50012;
}
#globalnav li#globalnav01 a,
#globalnav li#globalnav02 a,
#globalnav li#globalnav03 a,
#globalnav li#globalnav04 a,
#globalnav li#globalnav05 a, 
#globalnav li#globalnav06 a {
	background: url(../image/common/arr01.png) no-repeat center 75px;
}
#globalnav li#globalnav01.active a,
#globalnav li#globalnav02.active a,
#globalnav li#globalnav03.active a,
#globalnav li#globalnav04.active a,
#globalnav li#globalnav05.active a, 
#globalnav li#globalnav06.active a {
	background: url(../image/common/arr05.png) no-repeat center 75px;
}
#globalnav ul li .megaMenu {
    display: none;
    background: rgba(255,255,255,0.86);
    z-index: 10;
    position: absolute;
    top: 100px;
    width: -webkit-calc(77% - 380px);
    width: calc(77% - 430px);
    left: 23%;
    padding: 30px 5px 10px 30px;
}
#globalnav ul li .megaMenu li{
	display: inline;
	background: url("../image/common/point01.png") no-repeat right center;
	margin: 0 15px 20px 0;
	height: auto;
	width: auto;
}
#globalnav ul li .megaMenu li a {
	padding-right: 35px;
}
#globalnav ul li .megaMenu li:last-child{
	background: none;
	padding-right: 0;
}
#globalnav ul li .megaMenu li:hover a {
	text-decoration: underline;
	color: #333;
}
#globalnav ul li.main_current .megaMenu a {
	color: #333;
}
#globalnav ul li .megaMenu li.main_current a {
	color: #E50012;
}
#globalnav ul li .megaMenu li.main_current a:hover {
	text-decoration: none;
}

#globalnav07, #lang_menu{
	display:none !important;
}

/*foot_contact*/
/*------------------------------------------------------------------------------*/
#foot_contact {
	background: url("../image/common/footer_contact_bg.jpg") no-repeat center;
	background-size: cover;
	height: 380px;
	position: relative;
}
#foot_contact .inner {
    color: #fff;
    display: table;
    width: 94%;
    max-width: 1080px;
    height: 270px;
}
#foot_contact .flt {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
#foot_contact .flr {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
#foot_contact .flr li {
    width: 49%;
    float: left;
    margin: 0 2% 20px 0;
    text-align: center;
}
#foot_contact .flr li:nth-child(even) {
	margin-right: 0;
}
#foot_contact .flr a {
	color: #E50214;
	background-color: #fff;
	border: 1px solid #E50214;
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#foot_contact .flr a:hover {
	color: #fff;
	background-color: #E50214;
}
#foot_contact .flt h3 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.4;
}
#foot_contact #bnr {
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	padding: 15px 0;
	position: absolute;
	bottom: 0;
}
#foot_contact #bnr_in {
	background-color: rgba(255,255,255,0.7);
	max-width: 1100px;
	width: 96%;
	margin: 0 auto;
	padding: 10px 7px;
    position:relative;
}
#foot_contact #bnr_in li {
	padding: 0 5px;
}
#foot_contact #bnr_in li img {
	margin: 0 auto;
	max-width: 259px;
}
#foot_contact .slick-prev,
#foot_contact .slick-next {
    width: 16px;
    height: 38px;
}
#foot_contact .slick-prev:before,
#foot_contact .slick-next:before {
    content: "";
}
#foot_contact button.slick-prev,
#foot_contact button.slick-next {
    z-index: 2;
}
#foot_contact .slick-prev{left: -16px;}
#foot_contact .slick-next{right: -16px;}
#foot_contact .slick-arrow{z-index: 10;}

/*footer*/
/*------------------------------------------------------------------------------*/
footer:after,
footer #footer_top:after {
    content:" ";
    display:block;
    clear:both;
}
footer {
	width: 100%;
	background: #f2f4f7;
	font-size: 13px;
}
footer a:hover {
	color: #333;
	text-decoration: underline;
}
footer #footer_top {
	padding: 45px 0 0;
}
footer #footer_top .inner{
	position:relative;
	padding-bottom:45px;
}
footer .f_menu_box {
	float: left;
	width: 16.6%;
	padding-right: 5px;
	line-height: 1.4;
}
footer .f_menu_box dt,
footer .f_menu_box .f_m01 li {
	font-size: 15px;
	padding-left: 15px;
	background: url("../image/common/arr02.png") no-repeat left 6px;
	margin-bottom: 14px;
	font-size: 15px;
}
footer .f_menu_box dt a {
	display: block;
}
footer .f_menu_box dd li {
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}
footer .f_menu_box dd li:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	height: 1px;
	width: 8px;
	background: #aaa;
}

#footer_youtube {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 165px;
    bottom: 195px;
}
#footer_youtube img{
	width:20px;
	height:auto;
}
#footer_youtube_txt{display:none;}



#footer_bottom {
	padding: 10px 0;
	border-top: 1px solid #D0D0D0;
}
#footer_bottom .inner {
	width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer_bottom ul {
    width: auto;
    display: inherit;
    justify-content: space-between;
}
#footer_bottom li {
    border-right: 1px solid #aaa;
    flex: 0 0 auto;
    padding: 0 2%;
}
#footer_bottom li:first-child {
    padding-left: 0;
}
#footer_bottom a {
	color: #666;
}
#copyright {
	text-align: right;
	color: #666;
}


/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	z-index:150;
}
a.pagetop {
	width: 68px;
	height: 68px;
	background: url(../image/common/pagetop.png) no-repeat 0 0;
	overflow: hidden;
	display:block;
}

/*rss*/
/*------------------------------------------------------------------------------*/
.news_label > div{
	display:inline-block;
	background:#999;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	padding:3px 10px;
	margin-bottom:10px;
	border-radius:4px;
}

/*scroll_box*/
/*------------------------------------------------------------------------------*/
.scroll-info{
 display:none;
}
#tinymce .scroll-info{
 display:block;
}


.m20_pc.m40_tablet.m20_sp #fSearch {
    max-width: none;
}


h4.title05_bold + p {
    margin-bottom: 30px;
}


h4.title05_bold, h4.title05_bold a {
    color: #e50012 !important;
}




/*English*/
/*------------------------------------------------------------------------------*/
/*HEADER*/
#en header #h_menu {
	margin-right: 10px;
	width: auto;
}
#en header #h_menu .cv a {
	background-color: #E50012;
}
#en header #h_menu .lang a {
    background-color: #e4e4e4;
    width: 138px;
    border-radius: 20px;
    color: #e50012;
}
#en header #h_menu .search a {
    background-color: #BFC0C0;
    width: 40px;
    border-radius: 50%;
    display: block;
    height: 40px;
    position: relative;
}
#en header #h_menu .search a img {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#en header #logo {
    padding: 25px 10px 0 10px;
}

/*FOOTER*/
#en footer .f_menu_box {width: 20%;}
#en #foot_contact { height: 260px;}
#en footer #footer_top .pc {
	display: flex;
}
#en footer .f_menu_box {
    width: auto;
    float: none;
    padding: 0;
    flex-grow: 1;
}


/*GNAVI*/
#en #globalnav li#globalnav04 {
    width: 25%;
}
#en #globalnav li#globalnav01 a,
#en #globalnav li#globalnav02 a,
#en #globalnav li#globalnav03 a,
#en #globalnav li#globalnav04 a,
#en #globalnav li#globalnav05 a, 
#en #globalnav li#globalnav06 a {
	background: none;
}
#en #globalnav li#globalnav01.active a,
#en #globalnav li#globalnav02.active a,
#en #globalnav li#globalnav03.active a,
#en #globalnav li#globalnav04.active a,
#en #globalnav li#globalnav05.active a, 
#en #globalnav li#globalnav06.active a {
	background: none;
}



