@charset "utf-8";
/* ----------------------------------------------------------------------------------
	Reset
---------------------------------------------------------------------------------- */
html {
	font-size: calc( 100vw / 32 );
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: 100%;
	vertical-align: central;
}
body {
	background: #fff;
	color: #495256;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
a img:hover {
	text-decoration: none;
	opacity: 0.8;
}
p{
	margin-bottom:1.2rem;
}

/* ----------------------------------------------------------------------------------
	Common Definition
---------------------------------------------------------------------------------- */


/* Layout
-------------------------------------------*/
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.clearfix::after {
	height: 0;
	content: "";
	display: block;
	clear: both;
}

/* WebFont
-------------------------------------------*/
.icon_carret::before {
	font-family: FontAwesome;
	content: "\f138\00a0";
}

/* Flex
-------------------------------------------*/
.flex {
	display: flex;
	display: -webkit-flex;
}
.flex_wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.justify_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.items_center {
	align-items: center;
	-webkit-align-items: center;
}
.flex1 {
	flex: 1;
}
.flex3 {
	flex: 3;
}
.flex2 {
	flex: 2;
}
.flex4 {
	flex: 4;
}
.flex6 {
	flex: 6;
}
.flex7 {
	flex: 7;
}
.flex8 {
	flex: 8;
}
/* PC-Smartphone Swithcer
-------------------------------------------*/
.noSP, .noSP_il {
	display: none !important;
}
.flex1, .flex2, .flex3, .flex4, .flex6, .flex7, .flex8 {
	padding: 0;
}





/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet
----------------------------------------------------------------------------------------------------------------------------------- */
/*
@media screen and (min-width: 46.875em) and (max-width: 73.063em){
}
*/





/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */

@media print, screen and (min-width: 46.875em) {
html {
	font-size: 62.5%;
}
/* PC-Smartphone Swithcer
-------------------------------------------*/
.noPC {
	display: none !important;
}
.noSP {
	display: block !important;
}
.noSP_il {
	display: inline !important;
}
.flex1, .flex2, .flex3, .flex4, .flex6, .flex7, .flex8 {
	padding: 0 1rem;
}
/* flexの両端余白を解除する場合
-------------------------------------------*/
.nospd {
	padding: 0 !important;
}
}
