@charset "utf-8";
/* CSS Document */

/* reset
--------------------------------------------*/
html, body, h1 ,h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, table, tr, th, td {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family:
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
		Meiryo,
		sans-serif;
	text-align: justify;
	color: #333333;
}
a {
	text-decoration: none;
	transition: 0.5s;
}
button {
	transition: 0.5s;
}
ul { list-style: none; }
img {
	vertical-align: bottom;
	border: none;
	width: 100%;
	height: auto;
}

input, textarea, select, button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: 0.5s;
	font-family:
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
		Meiryo,
		sans-serif;
}
select::-ms-expand {
	display: none;
}
input:focus, textarea:focus, select:focus {/* button:focus,*/
	border: 1px solid #164197;
}
button, select {
	cursor: pointer;
}
textarea {
	resize: vertical;
}

/* font
--------------------------------------------*/
.mp_rounded {
	font-family:
		YakuHanRP,
		'M PLUS Rounded 1c',
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
		Meiryo,
		sans-serif;
}
.mp {
	font-family:
		'M PLUS 1p',
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
		Meiryo,
		sans-serif;
}

/* layout
--------------------------------------------*/
.container, .container_less {
	max-width: 960px;
	margin: 0 auto;
}
.container_max {
	width: 960px;
	margin: 0 auto;
}
.pc_wrap {
	overflow: hidden;
}
.wrap {
	overflow: hidden;
}

/* flexbox 
--------------------------------------------*/
.flex_wrap {
	-js-display: flex;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	/*display: -ms-flexbox;*/ /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
}

@media screen and (max-width:960px) {
	.container {
		padding: 0 10px;
	}
}
/*----------------
fomtsize
----------------*/

.fsz11{font-size: 11px;}

/*
20200206追記分
----------------*/
.note{
	font-size: 11px;
	color: #4d586f;
}