@charset "UTF-8";


/*
■ リセット
■ テキスト・フォント設定
■ 共通
*/



/* ■ リセット ==================================================================================== */

body { -webkit-text-size-adjust: none; }
.FeatureReset_ * { margin: 0; padding: 0; }
.FeatureReset_ *,.FeatureReset_ *:before,.FeatureReset_ *:after,.FeatureReset_ *::before,.FeatureReset_ *::after { box-sizing: border-box; }
.FeatureReset_ *:focus { outline: none; }
.FeatureReset_ figure,.FeatureReset_ img,.FeatureReset_ picture,.FeatureReset_ video,.FeatureReset_ canvas,.FeatureReset_ svg { max-width: 100%; height: auto; border: none; vertical-align: bottom; }
.FeatureReset_ li { list-style-type: none; }
.FeatureReset_ table { width: 100%; border-collapse: collapse; border-spacing: 0; }
.FeatureReset_ strong,.FeatureReset_ em { font-style: normal; }



/* ■ テキスト・フォント設定 ==================================================================================== */

.FeatureReset_ {
font-size: 1.6rem;
font-weight: 400;
font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",Sans-Serif;
}

.FeatureReset_ .WF1 {
font-family: "Albert Sans",Sans-Serif;
}

html {
font-size: calc(10 / 16 * 100%);
}


/* ■ 共通 ==================================================================================== */


@media only screen and (max-width: 767px) {

	.FeatureReset_ {
	padding-bottom: 30px;
	}

	.FeatureReset_ .PC {
	display: none !important;
	}

}

@media print, screen and (min-width: 768px) {

	.FeatureReset_ {
	padding-bottom: 60px;
	}

	.FeatureReset_ .SP {
	display: none !important;
	}

}

