@charset "utf-8";
/* CSS Document */
/*
* COMMON
******************************************************/
	html,
	body {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	color: #000;
	letter-spacing: 0.05rem;
	font-size: 1.6rem;/* 16px */
	line-height:2;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, 'Yu Gothic', Verdana, Meiryo, sans-serif;
	overflow-wrap: break-word;
	word-break: normal;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* PC-SP */
.ge_pcOnly {
}
.ge_spOnly {
	display: none;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}



@media screen and (max-width:768px) {
.ge_pcOnly {
	display: none;
}
.ge_spOnly {
	display: block;
}
}



/*============================================*/
/* 共通 */
/*============================================*/

.txt-orange{
	color:#E2551C
}

.txt-green{
	color: #06D800
}

/*============================================*/
/* グローバルナビ　SP　*/
/*============================================*/

.global-sp-nav{
	
}
.global-nav {
	background: rgba(255,255,255,0.1);
	border-radius: 34px;
	padding: 10px 48px;
	max-width: 622px;
	float: right;
	line-height: 2;
}
.global-nav ul li {
	border-left: 1px solid #fff;
	padding: 0 20px 0 21px;
	text-align: center;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1
}
.global-nav ul li:last-child {
	border-right: 1px solid #fff;
	padding-right: 19px;
}
.global-nav ul li a {
	color: #FFFFFF;
}
/*----------------------------------------
    ページトップ
-----------------------------------------*/ 
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 1px;
	z-index: 99
}
/*============================================*/
/* フッター */
/*============================================*/

.footer-content_wrapper{
	background-color: #000
}

.footer-content{
	max-width:980px;
	margin: 0 auto;
	padding: 60px 15px;
}

.footer-head{
padding-bottom: 50px
}

.footer-logo{
float: left;
padding-top: 3px;
margin-bottom: 30px;	
}
.footer-logo a img{
display: block;
}

.footer-nav {
	float: right
}
.footer-nav li{
display: inline-block;
	border-right:1px solid #FFF;
	line-height: 1.5rem;
padding: 0 15px 0 18px;
}

.footer-nav li a{
	color: #FFFFFF;
	font-size: 1.4rem;
	text-align: center;
}

.footer-head:after{
	content: "";
	display: block;
	clear: both
}

.footer-bottom{
	text-align: center;
}

.footer-bottom-mark{
	padding-bottom: 50px;
}
.copyright{
	color: #FFFFFF;
	font-size: 1.3rem;
}

@media screen and (max-width:768px) {
	
	.footer-logo{
	float: none;
	max-width: 132px;
	margin: 0 auto;
}

	
	.footer-nav {
float: none;
margin: 40px auto 0;
text-align: center;
}
	
	.footer-nav li {
 margin-bottom: 25px;
}
	
}