@charset "utf-8";


html {
    font-size: 62.5%;
}
body {
	color: #222;
	background: #fff;
	font-feature-settings: "palt";
	font-family: "classico-urw", sans-serif, "Noto Sans JP" , sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a {
	color: #222;
    transition: all .6s ease;
}


/*===============
共通ボタンのCSS
===============*/
.btnbrackets::before {
	content: '[';
	padding-right: 4px;
	color: #222;
}
.btnbrackets::after {
	content: ']';
	padding-left: 4px;
	color: #222;
}
.btnarrow{
	font-size: 1rem;
	display: block;
}
.btnarrow::after {
	content: '';
	background: url("../img/arrow.svg") no-repeat;
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-left: 4px;
}
.btnline {
	display: block;margin-top: 5px;
	text-decoration: underline;
	color: #888;
}
.btnline::after {
	content: '';
	background: url("../img/arrowgray.svg") no-repeat;
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-left: 4px;
}
.btnbrackets:hover,.btnarrow:hover,.btnline:hover {
	color: #6da6c6;
}



@media screen and (max-width:768px){
}


@media screen and (min-width:769px){
}