@charset "UTF-8";
/* CSS Document */
html {
	background:#fff;
	color: var(--ULOS-TEXT-DARK);
	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: "\e900";
	font-size: 90%!important;
}
.icon-tsuka_m:before {
	content: "\e901";
	font-size: 90%;
}
/*=============================
 footer
=============================*/
footer .gfooter{
}
footer .gfooter *{
	text-align: center;
	font-size: 1vw;
}
footer .gfooter ul li{
	text-align: center;
	font-size: 1vw;
	border-bottom: 1px solid #e6e6e6;
}
footer .gfooter a{
	display: block;
	text-align: center;
	padding: 2vw 0;
	color: #828282;
	text-decoration: none;
	font-size: 3.20vw;
}
footer .gfooter a *{
	color: #828282;
	text-decoration: none;
	font-size: 3.20vw;
}
footer #gfooterTop ul img{
	height: 5vw;
	width: auto;
}
footer #gfooterTop .logo img{
	height: 10vw;
	width: auto;
}

footer #gfooterBottom .copyRight {
	background: #EEEEEE;
	padding: 2vw 0;
	color: #828282;
}
footer #gfooterBottom .copyRight small{
	font-size: 1.5vw;
}