@charset "utf-8";
/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 3vw;
	overflow-y: auto;
	box-sizing: border-box; /*スクロールバーを非表示*/
	-ms-overflow-style: none; /*スクロールバーを非表示*/
	scrollbar-width: none; /*スクロールバーを非表示*/
	z-index: 100001;
}
#layer_board_area::-webkit-scrollbar {
	display:none; /*スクロールバーを非表示*/
}
.layer_board_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background: #000;
}
/* --modalWindow ポップアップ部分-- */
.layer_board {
	display: none;
	position: relative;
	width: 80%;
	max-width: 430px;
	margin: 5em auto;
	padding: 3em;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	z-index: 10;
}
.layer_board.shortLayer {
	margin: 0;
	top: 49%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-color: #000;
	background-image: url("/img/features/btn_close.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50%;
	border-radius: 50%;
	border: 1px solid #ccc;
	transition: .15s;
}
.layer_board .mdl_btn_close.circle_btn:hover {
	background-color: #FDB53F;
	border: 1px solid #FDB53F;
}

/* --↑必須なのはここまで↑-- */

/* --modalWindow タイトル部分-- */
.layer_borad_title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2px;
	/* font-size: 1.6rem; */
}
.layer_borad_content {
	margin: 0px auto 1em;
}
.layer_board .square_btn {
	display: block;
	position: relative;
    width:145px;
	margin: 0 auto;
	padding: 5px;
    border:1px solid #111;
	border-radius: 2px;
	font-size: 1.2em;
	font-weight: 300;
	color: #111;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
	transition: .15s;
}
.layer_board .square_btn:hover {
	background: #111;
	color: #fff;
}
    p.layer_borad_txt {
    padding: 0 10px;
}

.layer_borad_caption {
    margin-bottom: 9px;
}


	.layer_board {
		width: 90%;
		margin: 3em auto;
		padding: 1.5em;
	}
	.layer_board .mdl_btn_close.circle_btn {
		width: 26px;
		height: 26px;
		background-size: 14px;
	}
    p.layer_borad_txt {
    padding: 0 10px;
    line-height: 1.6;
}

.layer_borad_caption {
    margin-bottom: 9px;
}
@media screen and (min-width: 481px) {
/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 3vw;
	overflow-y: auto;
	box-sizing: border-box; /*スクロールバーを非表示*/
	-ms-overflow-style: none; /*スクロールバーを非表示*/
	scrollbar-width: none; /*スクロールバーを非表示*/
	z-index: 100001;
}
#layer_board_area::-webkit-scrollbar {
	display:none; /*スクロールバーを非表示*/
}
.layer_board_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background: #000;
}
/* --modalWindow ポップアップ部分-- */
.layer_board {
	display: none;
	position: relative;
	width: 80%;
	max-width: 330px;
	margin: 5em auto;
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	z-index: 10;
}
.layer_board.shortLayer {
	margin: 0;
	top: 54%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-color: #000;
	background-image: url("/img/features/btn_close.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50%;
	border-radius: 50%;
	border: 1px solid #ccc;
	transition: .15s;
}
.layer_board .mdl_btn_close.circle_btn:hover {
	background-color: #FDB53F;
	border: 1px solid #FDB53F;
}

/* --↑必須なのはここまで↑-- */

/* --modalWindow タイトル部分-- */
.layer_borad_title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2px;
}
.layer_borad_content {
	margin: 0 auto 0.5em;
}
.layer_board .square_btn {
	display: block;
	position: relative;
	width: 116px;
	margin: 0 auto;
	padding: 1px;
    border:1px solid #111;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 300;
	color: #111;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	transition: .15s;
}
.layer_board .square_btn:hover {
	background: #111;
	color: #fff;
}
    p.layer_borad_txt {
    padding: 0;
    font-size: 13px;
}

.layer_borad_caption {
    margin-bottom: 11px;
}
}
@media screen and (min-width:960px) {
/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 3vw;
	overflow-y: auto;
	box-sizing: border-box; /*スクロールバーを非表示*/
	-ms-overflow-style: none; /*スクロールバーを非表示*/
	scrollbar-width: none; /*スクロールバーを非表示*/
	z-index: 100001;
}
#layer_board_area::-webkit-scrollbar {
	display:none; /*スクロールバーを非表示*/
}
.layer_board_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background: #000;
}
/* --modalWindow ポップアップ部分-- */
.layer_board {
	display: none;
	position: relative;
	width: 80%;
	max-width: 330px;
	margin: 5em auto;
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	z-index: 10;
}
.layer_board.shortLayer {
	margin: 0;
	top: 54%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-color: #000;
	background-image: url("/img/features/btn_close.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50%;
	border-radius: 50%;
	border: 1px solid #ccc;
	transition: .15s;
}
.layer_board .mdl_btn_close.circle_btn:hover {
	background-color: #FDB53F;
	border: 1px solid #FDB53F;
}

/* --↑必須なのはここまで↑-- */

/* --modalWindow タイトル部分-- */
.layer_borad_title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2px;
}
.layer_borad_content {
	margin: 0 auto 0.5em;
}
.layer_board .square_btn {
	display: block;
	position: relative;
	width: 116px;
	margin: 0 auto;
	padding: 1px;
    border:1px solid #111;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 300;
	color: #111;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	transition: .15s;
}
.layer_board .square_btn:hover {
	background: #111;
	color: #fff;
}
    p.layer_borad_txt {
    padding: 0;
    font-size: 13px;
}

.layer_borad_caption {
    margin-bottom: 11px;
}
}
