@charset "UTF-8";
/* CSS Document */
/*=======================================
  共　通
=======================================*/
html {
	background:#fff;
	font-size: 625%;
}
body{
	/*font-size:12px;*/
	font-size: 0.12em;/*rem用12px 以下rem chrome対策でem 以下fontsizeはremで1/100指定*/
	font-family: 'Noto Sans JP', sans-serif;/*Regular 400 Bold 700*/
	font-weight: 500;
	font-feature-settings: "palt";
	line-height:1.0;
	letter-spacing:0px;
	-webkit-text-size-adjust: 100%;/*スマホ文字拡大対策*/
}
/* --A-- */
a {
	cursor:pointer;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);/*リンクタップ時のハイライト表示無効*/
}
a:hover {
	text-decoration:none;
}
/* --OTHER TAGS-- */
p {
	margin-bottom:0;
	text-align:left;
	width:auto;
	max-height: 100%;/*android chrome対策*/
}
/*=======================================
  tuka
=======================================*/
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?kwdmhv');
	src:  url('../fonts/icomoon.eot?kwdmhv#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?kwdmhv') format('truetype'),
	url('../fonts/icomoon.woff?kwdmhv') format('woff'),
	url('../fonts/icomoon.svg?kwdmhv#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-tsuka_l:before {
	content: "\e902";/*PC*/
	font-size: 90%!important;
}
.icon-tsuka_m:before {
	content: "\e901";
	font-size: 90%!important;
}

/*=============================
 footer
=============================*/
footer .gfooter{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
footer .gfooter ul{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
}
footer #gfooterTop ul{
}
footer #gfooterTop ul img{
	height: 19px;
	width: auto;
}
footer #gfooterTop .logo img{
	height: 36px;
	width: auto;
}



footer #gfooterBottom{
	background: #EEEEEE;
	color: #828282;
}
footer #gfooterBottom ul{
	padding: 7px 0;
}
footer #gfooterBottom li:nth-child(n+2){
	margin-left: 10px;
}
footer #gfooterBottom a{
	color: #828282;
	text-decoration: none;
	font-size: 0.12rem;
}