@charset "utf-8";
/* CSS Document */

html { background-color: #FFFFFF;}

body {
	color: #222222;
	text-align: center;
}

/* ===============================

 MAIN VIDUAL 

=============================== */
#Vi-1 {
	z-index: 500;
}



/* ===============================

 HEADER 

=============================== */
#Gh-1 {
	height: 80px;
	position: relative;
}

#Gh-1_inner {
	width: 940px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

#Gh-1_logo {
	position: absolute;
	top: 0;
	left: 0;
}

#Gh-1_logo img {
	width:130px;
}

#Gh-1_country {
	position: absolute;
	top: 33px;
	left: 140px;
	font-size: 11px;
}

.Gh_corp #Gh-1_logo img {
	width:285px;
}

.Gh_corp #Gh-1_country {
	left: 295px;
}

#Gh-1_nav {
	position: absolute;
	top: 3px;
	right: 156px;
	overflow: hidden;
}

#Gh-1_nav li {
	float: left;
	padding-left: 10px;
	margin-left: 13px;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
}

#Gh-1_nav li a {
	padding-left: 10px;
}

#Gh-1_search {
	position: absolute;
	top: 3px;
	right: 0;
	background-color:#656565;
	width: 138px;
	height: 24px;
}

#Gh-1_search #query {
	position: absolute;
	top:1px;
	left:1px;
	border: none;
	width: 105px;
	height: 20px;
	line-height:20px;
	padding:1px 3px 1px 2px;
	background: #ffffff;
}

#Gh-1_search input#query[type=text]:focus {
	outline: none;
}

#Gh-1_search #btn_search {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	background: url(../images/btn_hserch.png) 0 0 no-repeat;
	cursor: pointer;
}

#Gh-1_search #btn_search:hover {
	background-position: left bottom;
}

/* ===============================

 GLOBAL MENU 

=============================== */
#global_menu {
	width: 940px;
	height: 20px;
	margin: auto;
	z-index: 5000;
	position: relative;
}

#global_menu ul {
	width: 940px;
	display: table;
	position: relative;
	bottom: 0;
	float: left;
}
#global_menu li {
	display: table-cell;
	font-size: 12px;
	text-align: right;
}

#global_menu ul li:first-child {
	text-align: left;
	padding-left: 0;
}

#global_menu li a {
	font-weight: bold;
	padding-right: 12px;
	line-height: 18px;
	text-decoration: none;
	display: inline-table;
	cursor: pointer;
}

#global_menu li a:hover, #global_menu li.focus a {
	background: url(../images/arr_gnav_ov.png) right 7px no-repeat;
	color: #086bb2;
	position: relative;
	z-index: 10000;
}

#global_menu li.focus a:after {
	display: block;
	text-align: center;
	margin-top: 2px;
	position: absolute;
	left: 40%;
	content: url(../images/arr_mega.png);
}

#global_menu li.current a {
	border-bottom: 2px solid #086BB2;
}

#global_menu li.current.focus a {
	border: none;
}

#global_menu ul li div.dropdown{
	display: none;
    position:absolute;
	top: 20px;
	left: 0;
	width: 940px;
	height: 358px;
	padding-top: 10px;
	border-bottom: 1px;
	z-index: 2000;
}

#global_menu ul li div.dropdown iframe { height:358px;}

#global_menu ul {
    zoom:1;
}
#global_menu ul:after {
    height:0;
    visibility:hidden;
    content:".";
    display:block;
    clear:both;
}

#global_menu .mega_close {
	position: absolute;
	top: 348px;
	left: 50%;
	margin-left: 430px;
	width: 36px;
	height: 36px;
	background: url(../images/btn_mega_close.png) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#global_menu .mega_close:hover {
	background-position: 0 -36px;
}

/* ===============================

 MAIN AREA 

=============================== */
#main_area {
	width: 940px;
	margin: auto;
	text-align: left;
	padding-top: 45px;
	position: relative;
	z-index: 500;
	overflow: hidden;
}

#main_area_MSIL {
	width: 940px;
	margin: auto;
	text-align: left;
	padding-top: 0px;
	position: relative;
	z-index: 500;
	overflow: hidden;
}


#contents_column {
	float: right;
	width: 705px;
}

/* ===============================

 サイドナビゲーション

=============================== */
#side_nav {
	float: left;
	width: 173px;
	margin-bottom: 50px;
	display: table;
}

#side_nav #side_nav_up h1, #side_nav #side_nav_up h2, #side_nav #side_nav_up p {
	display: table-cell;
	width: 173px;
	height: 50px;
	background: url(../images/bg_pd_headline.png) 0 0 no-repeat;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 12px;
}

#side_nav #side_nav_down h1, #side_nav #side_nav_down h2, #side_nav #side_nav_down p {
	display: table-cell;
	width: 173px;
	height: 50px;
	padding-bottom: 7px;
	background: url(../images/bg_pd_headline.png) 0 -50px no-repeat;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

#side_nav #side_nav_down h1.lines_3, #side_nav #side_nav_down h2.lines_3, #side_nav #side_nav_down p.lines_3 {
	font-size: 12px;
}

#side_nav #Sn-2 {
	padding: 0 1px 20px;
	background: #EDEDED url(../images/bg_sn-3_btm.png) 0 bottom no-repeat;
}

#side_nav #Sn-2 .Sn-2_inner {
	background: url(../images/line_sn_2.png) center 0 no-repeat;
	padding: 10px 10px 8px;
}

#side_nav #Sn-2 .Sn-2_inner:first-child {
	background: none;
	padding-top: 8px;
}

#side_nav #Sn-2 .Sn-2_inner li {
	background: url(../images/arr_sn-2.png) 9px 8px no-repeat;
	padding: 3px 0 3px 20px;
}

#side_nav #Sn-2 a {
	color: #222222;
}

#side_nav #Sn-2 a:hover, #side_nav #Sn-2 .current a {
	color: #086bb2;
}

#side_nav #Sn-3 {
	background: #EDEDED url(../images/bg_sn-3_btm.png) 0 bottom no-repeat;
	padding: 0 1px 20px;
	margin-bottom: 24px;
	margin-top: -20px;
}

#Sn-3_search {
	background: url(../images/line_sn_2.png) 1px 0 no-repeat;
	position: relative;
	padding: 14px 0 0 21px;
}

#Sn-3_search_query {
	background: url(../images/bg_sn-3.png) 0 0 no-repeat;
	width: 99px;
	height: 13px;
	margin: 0;
	padding: 4px;
	border: none;
	font-size: 12px;
	line-height: 13px;
}

#Sn-3_search_query[type=text]:focus {
	outline: none;
}

#Sn-3_search_btn {
	position: absolute;
	top: 14px;
	right: 21px;
	width: 23px;
	height: 21px;
	padding: 0;
	border: 0;
	background: url(../images/btn_sn-3.png) 0 0 no-repeat;
	cursor: pointer;
}

#Sn-3_search_notice {
	text-align: right;
	margin: 5px 21px 0 0;
	font-size: 11px;
	color: #4D5157;
}

#Sn-3_more {
	margin: 0 21px 0 19px;
	padding-left: 13px;
	background: url(../images/arr_sn-2.png) 0 center no-repeat;
	font-size: 12px;
}

#Sn-3_more a {
	color: #212121;
}

#Sn-3_more a:hover {
	color: #076BB1;
}

#Sn-1 {
	margin-bottom: 24px;
}

.Sn-6 {
	padding: 0 5px;
	margin-bottom: 24px;
	line-height: 1.66;
}

.Sn-6_title {
	font-weight: bold;
}

.Sn-6_txt {
}


/* ===============================

 BREADCRUMBS 

=============================== */
#Pa-1 {
	background: url(../images/shadow_pa_1.png) center top no-repeat;
	padding: 10px 0 0;
	width: 940px;
	margin: 10px auto 36px;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
	color: #4d5257;
}

#Pa-1 li {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 30em;
}

#Pa-1 li:before {
	content: ">";
	color: #4d5257;
	padding: 0 5px;
}

#Pa-1 li:first-child {
	margin-left: -15px;
}

#Pa-1 a {
	color: #4d5257;
	text-decoration: underline;
}

#Pa-1 a:hover {
	color: #086bb2;
	text-decoration: none;
}

#Pa-2 {
	position: absolute;
	left: 50%;
	width: 940px;
	margin: 14px 0 0 -470px;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
	color: #4d5257;
	z-index:510;
}

#Pa-2 li {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 30em;
}

#Pa-2 li:before {
	content: ">";
	color: #4d5257;
	padding: 0 5px;
}

#Pa-2 li:first-child {
	margin-left: -15px;
}

#Pa-2 a {
	color: #4d5257;
	text-decoration: underline;
}

#Pa-2 a:hover {
	color: #086bb2;
	text-decoration: none;
}


/* ===============================

 BANNER 

=============================== */

#Bn-1 .jcarousel-container-horizontal {
    width: 940px;
    padding: 0 0 5px;
	background: url(../images/shadow_pa_1.png) center bottom no-repeat;
	margin: 0 auto 36px;
}

#Bn-1 .jcarousel-clip {
    overflow: hidden;
}

#Bn-1 .jcarousel-clip-horizontal {
	width: 912px;
    height: 140px;
	margin: 0 14px;
}

#Bn-1 .jcarousel-item {
    width: 170px !important;
    height: 130px;
	padding: 5px 6px;
}

#Bn-1 .jcarousel-item a:hover {
	opacity: 0.6;
	filter: alpha( opacity=60 );
	-ms-filter: "alpha( opacity=60 )";
}

#Bn-1 .jcarousel-next-horizontal {
    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 130px;
    cursor: pointer;
	background: url(../images/arr_bn-1.png) 10px center no-repeat;
}

#Bn-1 .jcarousel-prev-horizontal {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 130px;
    cursor: pointer;
	background: url(../images/arr_bn-1.png) -15px center no-repeat;
}

/* ===============================

 FOOTER 

=============================== */
#Ft-1_inner {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 25px;
	text-align: left;
	overflow: hidden;
}

#Ft-1_inner a:hover {
	color: #076BB1;
}

#Ft-1_logo {
	float: left;
	margin-top: 1px;
}

#Ft-1_logo img {
	height: 71px;
}

#Ft-1_logo .logo_corp {
	height: 50px;
}

#Ft-1_tools {
	float: right;
	margin-top:40px;
}

#Ft-1_social {
	float: left;
	margin-top: 5px;
	height: 21px;
}

#Ft-1_social li {
	float: left;
	width: 21px;
	height: 21px;
	margin-right: 6px;
	font-size: 12px;
}

#Ft-1_search {
	position: relative;
	float: left;
	margin-left: 6px;
	padding: 5px 0;
	background-color: #656565;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#Ft-1_search p {
	float: left;
	padding: 0 9px;
	color:#ffffff;
	font-size: 85%;
	line-height: 21px;
}

#Ft-1_search div {
	float: left;
}

#Ft-1_search #Ft-1_search_query {
	float: left;
	width: 229px;
	height:21px;
	margin-right: 7px;
	padding: 0 6px;
	background: url(../images/Ft-1_social.png) -112px -5px no-repeat;
	border: none;
	font-size: 11px;
	line-height: 15px;
}

#Ft-1_search #Ft-1_search_query[type=text]:focus {
	outline: none;
}

#Ft-1_search #Ft-1_search_btn {
	float: left;
	width: 17px;
	height: 17px;
	margin: 3px 0 0;
	padding: 0;
	border: 0;
	background: url(../images/Ft-1_social.png) -360px -8px no-repeat;
	cursor: pointer;
}

#Ft-1_search #Ft-1_search_btn:hover {
	background: url(../images/Ft-1_social.png) -380px -8px no-repeat;
}

#Ft-1_inner #more_search {
	float: left;
}

#Ft-1_inner #more_search a {
	background: url(../images/Ft-1_social.png) -405px 5px no-repeat;
	padding-left: 8px;
	color: #ffffff;
	text-decoration: none;
}

#Ft-1_inner #more_search a:hover {
	background: url(../images/Ft-1_social.png) -405px -19px no-repeat;
	color: #77BFF3;
}

#Ft-1_tree {
	clear: both;
	display: table;
	width: 970px;
	margin: 0 -30px 25px 0;
	padding-top: 33px;
	font-size: 12px;
}

.Ft-1_tree_box {
	display: table-cell;
	min-width: 164px;
	padding-right: 30px;
}

.Ft-1_tree_box h2 {
	padding-bottom: 6px;
	margin-bottom: 5px;
}

.Ft-1_tree_box li {
	line-height: 140%;
	margin-bottom: 4px;
}

#Ft-1_tree .outwindow {
	padding-left: 4px;
	vertical-align: middle;
}

#Ft-1_external_link {
	padding: 15px 0;
	line-height: 140%;
	font-size: 12px;
}

#Ft-1_external_link a {
	padding-left: 10px;
}

#Ft-1_bottom {
	padding: 15px 0 0;
	overflow: hidden;
	line-height: 1.1;
	font-size: 12px;
}

#Ft-1_bottom_nav {
	float: left;
}

#Ft-1_bottom_nav li {
	float: left;
	padding: 0 10px;
}

#Ft-1_bottom_nav li:first-child {
	padding-left: 0;
	border-left: none;
}

#Ft-1_copyright {
	float: right;
}

/* ===============================

 PAGE TOP BUTTON 

=============================== */
#btn_pagetop {
	position: fixed;
	bottom: 75px;
	left: 50%;
	margin-left: 490px;
	z-index: 9998;
}

#btn_pagetop a {
	display: block;
	width: 80px;
	height: 82px;
	background: url(../images/btn_pagetop.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#btn_pagetop a:hover {
	background-position: 0 bottom;
}
/* ===============================

 Link 

=============================== */
a:link, a:visited { text-decoration: none;}
a:hover, a:active { text-decoration: underline;}

/* ===============================

 clearfix 

=============================== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

/* DreamWeaver */
.clearfix + *{ clear: both;}


#sp_menu, #sp_f_menu, .btn-menu {
	display:none;
}



@media screen and (max-width:736px) {
html {
	font-size:62.5%;
}
body {
	background-image:none;
	text-align:left;
	-webkit-text-size-adjust: 100%;
}
/* Display:none */
#Gh-1_nav, #Gh-1_search, #global_menu, #Ft-1_inner, #btn_pagetop, #Pa-1 {
	display:none !important;
}
/* ===============================

 HEADER 

=============================== */
#Gh-1 {
	width:100%;
	height: auto;
	padding-bottom:0.967741935483871%;
	background: #fff url(../images/sp_shadow_head.png) 50% bottom no-repeat;
	background-size: contain;
	z-index: 1100;
}
#Gh-1_inner {
	width: 100%;
	height:auto;
	text-align:left;
	padding:0 3.125% 2.03125%;
	box-sizing:border-box;
}
#Gh-1_logo {
	display:inline-block;
	position: static;
	width: 31.61290322580645%;
}
#Gh-1_logo img {
	width:100%;
	height:auto;
}
#Gh-1_country {
	display:inline;
	position: static;
	font-size: 0.9rem;
	color:#868686;
	font-weight:bold;
	vertical-align:middle;
}
.Gh_corp #Gh-1_logo img {
	width: 200px;
}
.Gh_corp #Gh-1_country {
	display:block;
}

/* ===============================

 GLOBAL MENU 

=============================== */
#GMoverlay {
	display:none;
	position:fixed;
	width:100%;
	height:100000px;
	background:#000;
	opacity:0.8;
	z-index:1010;
}
#GMoverlay.activeGM { z-index:1040;}
#GMoverlay.active, #GMoverlay.activeGM { display:block;}

.btn-menu {
	display:block;
	overflow: hidden;
}

.btn-menu a {
	display:block;
	position:absolute;
	top: 17.04545454545455%;
	right:1.25%;
	z-index:10100;
	width:3.1rem;
	height: 2.4rem;
	background: url(../images/sp_btn_hamburger.png) 0 0 no-repeat;
	background-size:cover;
	overflow: hidden;
	text-indent:-9999px;
}

.btn-menu a.active { background-image: url(../images/sp_btn_hamburger_on.png);}

#sp_menu {
	display:none;
	position: absolute;
	top:93.18181818181818%;
	left:0;
	width:100%;
	background:#fff url(../images/sp_shadow_head.png) 50% top no-repeat;
	background-size: contain;
	z-index: 10000;
	overflow-y:auto;
}

#sp_gnav {
	padding: 0 1rem;
	margin-bottom:1rem;
}

#sp_gnav > li {
	border-bottom:1px solid #ddd;
}

.sp_btn_gnav {
	display:block;
	padding: 1.3rem 0.6rem 1.2rem 0.3rem;
	background: url(../images/sp_btn_plus.png) 98.66666666666667% 50% no-repeat;
	background-size: 1.8rem;
	font-size:1.6rem;
	line-height:1.1;
}

.sp_btn_gnav.active {
	background-image: url(../images/sp_btn_minus.png);
	color:#086bb2;
}

.sp_btn_gnav {
	display:block;
}

#sp_gnav ul {
	display:none;
	padding: 0 1rem;
	border-top:1px solid #ddd;
	background:#EEE;
}

#sp_gnav ul li {
	border-top: 1px solid #fff;
}
#sp_gnav ul li:first-child {
	border-top: none;
}

#sp_gnav ul li a {
	position: relative;
	display: block;
	padding: 1.3rem 1.3rem 1.3rem 1.5rem;
	color:#1e1e1e;
	font-size:1.2rem;
}

#sp_gnav ul li a::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	margin-top: -0.3rem;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sp_h_search {
	position:relative;
	padding:2rem 1rem;
	background:#eee;
}

#sp_h_search input[type="text"] {
	border:none;
	padding: 1.4rem 1rem;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.4rem;
	color:#4d5257;
}

#sp_h_search input[type="text"]::-webkit-input-placeholder { color: #4d5257;}
#sp_h_search input[type="text"]::-moz-placeholder { color: #4d5257;}

#sp_h_search .sp_btn_search {
	position:absolute;
	top:2.7rem;
	right: 1.5rem;
	width: 3.1rem;
	height: 3.1rem;
	border: none;
	background: url(../images/sp_btn_search.png) 0 0 no-repeat;
	background-size: cover;
}

/* ===============================

 MAIN AREA 

=============================== */
#main_area {
	width: 100%;
	padding-top: 0;
	z-index:auto;
}

#contents_column {
	float: none;
	width: 100%;
	padding: 0;
	box-sizing:border-box;
}

/* ===============================

 サイドナビゲーション

=============================== */
#side_nav {
	float: none;
	width: 100%;
	margin-bottom: 0;
	display: block;
}

#Sn-1 { display:none;}
#side_nav #Sn-2 { display:none;}
#side_nav #Sn-3 { display:none;}

.Sn-6 {
	display:none;
}
/* ===============================

 BREADCRUMBS 

=============================== */
#Pa-1 {
	background: none;
	padding: 0;
	width: 100%;
	margin: 0 auto 0;
}
#Pa-2 { display:none;}

/* ===============================

 BANNER 

=============================== */

.owl-item a {
	display:block;
	padding: 0 2.631578947368421%;
}

.owl-controls .owl-nav .owl-prev {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 14.375%;
	height:100%;
    cursor: pointer;
	background:#fff;
	text-indent:-9999px;
}

.owl-controls .owl-nav .owl-prev::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -5px;
	margin-left:-5px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.owl-controls .owl-nav .owl-next {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 14.375%;
	height:100%;
    cursor: pointer;
	background: #fff;
	text-indent:-9999px;
}
.owl-controls .owl-nav .owl-next::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -5px;
	margin-left:-5px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Bn-1 ul {
	width: 71.25%;
	margin: 0 auto;
	position: static;
}

#Bn-1 ul img{
	width: 100%;
	height:auto !important;
}

#Bn-1 {
	position:relative;
	background: #fff;
	padding:1.25% 0;
	margin: 0;
	z-index:550;
}

.top #Bn-1 { margin-top:-11.5625%;}

/* ===============================

 FOOTER 

=============================== */
#Ft-Navi {
	margin: 0 4.6875%;
	padding: 0 3.448275862068966%;
	background:#EEE;
}

#Ft-Navi li { font-size: 1.4rem;}
#Ft-Navi li:last-child { margin-bottom: 5.3125%;}
#Ft-Navi li a {
	display:block;
	position:relative;
	padding: 1.5rem 0.5rem 1.5rem 2.9rem;
	border-top:1px solid #DADCDD;
	box-sizing:border-box;
	color:#222;
}

#Ft-Navi li a::after {
	position: absolute;
	top: 1.8rem;
	left:0.8rem;
	display: block;
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Ft-Navi li:first-child a { border:none;}

#Ft-Navi #Fm-1_current {
	background:#eee;
}

#Ft-Navi div#Fm-1_current a {
	background-color: #eee;
	width:100%;
	padding: 1.5rem 0.5rem 1.5rem 2.9rem;
	color: #086bb2;
}

#Ft-Navi .current a {
	color: #086bb2;
	position: relative;
}
#Ft-Navi .current a::after { border-color:#086bb2;}

.Sn-6_Navi {
	padding: 0 4.6875%;
	overflow:hidden;
}

.Sn-6_Navi p.Sn-6_title {
	margin: 0 0 0.5rem;
	font-size:1.2rem;
}

.Sn-6_Navi p {
	float:left;
	margin-right: 0.5rem;
	font-size:1.2rem;
}

.Sn-6_Navi p:last-child { margin-bottom:11.5625%;}

.Sn-6_Navi p a {
	position:relative;
	display:inline-block;
	padding-left:1.5rem;
	margin-bottom: 0.5rem;
	color:#222;
}

.Sn-6_Navi p a::after {
	position: absolute;
	top:0.3rem;
	left:0.2rem;
	display: block;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Ft-1 {
	background: #4C5057 none !important;
	padding:3rem 3.125% 0;
}
#sp_f_menu {
	display:block;
}

#sp_f_menu > li {
	position:relative;
	border-bottom:1px solid #3F4041;
}
#sp_f_menu > li:first-child {
	border-top:1px solid #3F4041;
}

#sp_f_menu > li > a {
	display:block;
	padding: 1.3rem 3rem 1.3rem 1.5rem;
	font-size:1.3rem;
	line-height:1.1;
	color:#fff;
}

#sp_f_menu > li > a::after {
	position: absolute;
	top: 50%;
	right: 1.4rem;
	display: block;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	margin-top: -0.3rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sp_f_social {
	text-align:center;
	padding: 2rem 0;
}

#sp_f_social li {
	display: inline;
	margin: 0 0.3rem;
}

#sp_f_social li img { vertical-align:top;}

#sp_f_search {
	position:relative;
	padding:2rem 0 0;
	border-bottom:1px solid #3F4041;
}

#sp_f_search input[type="text"] {
	border:none;
	padding: 1.4rem 1rem;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.4rem;
	color:#4d5257;
}

#sp_f_search input[type="text"]::-webkit-input-placeholder { color: #4d5257;}
#sp_f_search input[type="text"]::-moz-placeholder { color: #4d5257;}

#sp_f_search .sp_btn_search {
	position:absolute;
	top:2.7rem;
	right: 1.5rem;
	width: 3.1rem;
	height: 3.1rem;
	border:none;
	background: url(../images/sp_btn_search.png) 0 0 no-repeat;
	background-size: cover;
}

#sp_f_search_more {
	position:relative;
	text-align:right;
	padding: 1.4rem 3.4rem;
}
#sp_f_search_more::after {
	position: absolute;
	top: 50%;
	right: 1.4rem;
	display: block;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	margin-top: -0.3rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sp_f_search_more a { color:#fff;}

#sp_f_copyright {
	padding:2rem 0;
	text-align:center;
	font-size: 0.9rem;
	color:#eee;
}
}