.pcfootlink {
	font-size:0.9em; line-height:1.2em;background-color:black;
}
.footlink a{ 
	color:white;
	text-decoration:none;
}
.footlink a:hover{ 
	text-decoration:underline;
}
#backbox{
	visibility:hidden;
	position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.7);
}
.sphanmenu{
	background-color:#FFF;
	position:fixed;top:5px;right:5px;max-width:60px;max-height:70px;padding:2px;
	text-align:center;
	color:blue;
	border:1px solid black;
}
div.spmenu{
	visibility:hidden;
	position:fixed;top:10px;max-width:280px;right:0;padding:10px;
	background-color:white;
}
div.spmenu a{
	text-decoration: none;
}
ul.spmenulist{
	visibility:hidden;
	list-style: none; padding-left: 0;
}
ul.spmenulist li{
	height:27px;
}




.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 2;
    display: none;
}
.back-to-top:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
}
.back-to-top:after {
    content: "↑";
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
div#gNav{
	background-color:black;
	color:white;
}
ul#nav{
	text-align:center;
	list-style: none;
	font-size:xx-large;
	//margin-bottom:50px;
}
ul#nav li{display: inline;} 
ul#nav li a{
	position: relative;
	display: inline-block;
	color:white;
	padding: .4em;
	text-decoration: none;
	width:13%;
	mix-width:160px;
}
ul#nav li a:hover {
	color:white;
}

ul#nav li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: white;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
ul#nav li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
}
.w100 {
	width:100%;
	height:auto;
}
.w90 {
	width:90%;
	height:auto;
}
.mt20 {
	margin-top:20px;
}
.mb20 {
	margin-bottom:20px;
}
.h10 {
	height:10px;
}
.h20 {
	height:20px;
}
.mw800{
	max-width:800px;
}
.mw1200{
	max-width:1200px;
}
.mw1600{
	max-width:1600px;
}
.mauto {
	margin-right:auto;
	margin-left:auto;
}
.bgblack{
	background-color:black;
}
.bgwhite{
	background-color:white;
}
.bgred{
	background-color:red;
}

.fcglay{
	color:#696969;
}
.fcwhite{
	color:white;
}
.fcred{
	color:red;
}

.tacenter{
	text-align:center;
}
.dblock{
	display:block;
}
.dinline{
	display:inline;
}
.lh2{
	line-height:2.0;
}
.cboth {
	clear:both;
}
.fadebtn:hover{
	opacity:0.6;
} 
.fbold{
	font-weight:800;
}
/*フォーム*/
select,
option{
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
	border: none;
	cursor: pointer;
}
select::-ms-expand{
	display: none;
}
select,
optgroup,
option{
	background: #fff;
	font-size: 1.0rem !important;
	line-height: 2.5em !important;
	font-weight: normal !important;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
.select-box{
	position: relative;
	display:inline-block;
}
	.select-box::after{
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		width: 8px;
		height: 8px;
		margin-top: -2px;
		border-bottom: 2px solid #ff0000;
		border-right: 2px solid #ff0000;
		-webkit-user-select: none;
		user-select: none;
		pointer-events: none;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: bottom right;
		transform-origin: top right;
	}
.select-list{
	width: 100%;
	//padding: 0px 0 30px;
}
	.select-list .select-box{
		width: 200px;
		border: 3px solid #ec661b;
	}
	.select-list .select-box select{
		padding: 0 1em;
		font-weight: bold !important;
		color: #ec661b;
	}
