@charset "utf-8";
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
html{
	font-size: 62.5%;
}

html,body{
	overflow-x: hidden;
}


body{
	font-family: "游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-weight: 500;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}

input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

.sp{
	display: none;
}

.none{
	display: none;
}

a{
	text-decoration: none;
	color: #333;
}

/*////////////////////////////////////
                ヘッダー
////////////////////////////////////*/
.full-wrap.u-nav_back{
    width: 100%;
    background: #000;
}

.inner-wrap{
    width: 960px;
    margin: 0 auto;
}

.u-nav{
    display: flex;
    justify-content: flex-end;
}

.u-nav a{
	color:#fff;
	font-size: 1.2rem;
}

.u-nav li a{
    display: block;
    padding: 15px;
}

.u-nav .pc-login a{
    background: #ff8a5b;
}

.u-nav .pc-login a:hover{
    background: #fff;
    color: #ff8a5b;
    text-decoration: none;
}
	
.u-nav a:hover{
	text-decoration: underline;
}

.second-header{
    padding: 20px 0 10px 0;
}

.second-header h1{
    width: 200px;
    margin-bottom: 15px;
    float: left;
}

.second-header h1 img{
    width: 100%;
}
	
.second-header .g-nav{
    display: flex;
    width: 100%;
}

.second-header .g-nav li{
    width: 25%;
    text-align: center;
}
	
.second-header .g-nav li a{
    display:block;
    width: 100%;
	font-size: 1.6rem;
}

.second-header .g-nav li a:hover{
    text-decoration: underline;
}

.second-header nav{
    float: right;
}

.second-header .g-nav li a{
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 25px;
}

.g-nav {
	font-size: 1em;
}

/*////////////////////////////////////
                ヘッダー終わり
////////////////////////////////////*/

