@charset "utf-8";

/*=======================================================
基本設定
=======================================================*/
@font-face {
	font-family: 'noto-sans-jp';
	src: url(./fonts/Noto_Sans_JP/NotoSansJP-Regular.woff)format("woff");
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: 'noto-sans-jp';
	src: url(./fonts/Noto_Sans_JP/NotoSansJP-Bold.woff)format("woff");
	font-weight: bold;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	line-break: strict;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	image-rendering: -webkit-optimize-contrast;
}

*, *:focus, a:focus {
	outline: none;
}

body, .ly_head, main, .ly_foot {
	min-width: 1020px;
}

body {
	background: #fff;
	font-family: 'noto-sans-jp',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	color: #222;
}

article, aside, figcaption, figure, picture,
footer, main, header, nav, section {
	display: block;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

ul, ol {
	list-style: none;
}

p, li, dt, dd, th, td {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}

img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

picture {
	line-height: 0;
}

picture img {
	vertical-align: top;
}

input, button, select, textarea {
	-webkit-appearance: none;
	border-radius: 0;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 16px;
	outline: none;
}

/* PC SP */
.pc {
	display: initial !important;
}

.sp {
	display: none !important;
}

@media only screen and (min-device-width:1025px) {

	/* PCのみホバー効果 */
	a:hover, .hp_hover:hover {
		opacity: 0.7;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	label:hover {
		cursor: pointer;
	}
}

@media screen and (max-width : 750px) {
	body, .ly_head, main, .ly_foot {
		min-width: 750px;
		max-width: 750px;
		width: 100%;
	}

	body {
		font-size: 28px;
	}

	.sp {
		display: initial !important;
	}

	.pc {
		display: none !important;
	}
}

/*=============================
共通レイアウト
==============================*/
/* 全体のwrapper */
.ly_allWrapper {
	overflow: hidden;
}

/* inner */
.ly_head_inner,
.ly_foot_inner,
.ly_cont,
.ly_cont_inner {
	width: 1024px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* 2カラム */
#info .ly_cont__col {
	margin-bottom: 80px;
}

.ly_cont__col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ly_cont_main {
	width: 672px;
}

.ly_cont_side {
	width: 304px;
}

/* bl_media */
.bl_media {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.bl_media_imgWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.bl_media_body>*+* {
	margin-top: 25px;
}

.bl_media_ttl {
	margin-top: 0 !important;
}

.bl_media_body .el_moreBtn {
	margin-left: 0;
}

.bl_media__rev {
	flex-direction: row-reverse;
}

/* bl_card */
.bl_card {
	position: relative;
}

.bl_card_imgWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

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

	/* inner */
	.ly_head_inner,
	.ly_foot_inner,
	.ly_cont,
	.ly_cont_inner {
		width: 640px;
	}

	/* 2カラム */
	.ly_cont__col {
		/* 		display: block; */
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.ly_cont__col,
	.ly_cont_main,
	.ly_cont_side {
		width: 670px;
	}

	.ly_cont_side {
		margin-top: 115px;
		width: 100%;
		order: 3;
	}

	.ly_cont_side>*+* {
		margin-top: 60px;
	}

	/* bl_media */
	.bl_media {
		display: block;
	}

	.bl_media {
		width: 100% !important;
	}

	.bl_media_imgWrapper {
		width: 100% !important;
		margin-bottom: 50px;
	}

	.bl_media_body {
		width: 100% !important;
	}

	.bl_media_body>*+* {
		margin-top: 35px;
	}

	.bl_media_body .el_moreBtn {
		margin-left: auto;
	}

	/* bl_card */
	.bl_card {
		width: 100% !important;
	}

	.bl_card+.bl_card {
		margin-top: 50px;
	}

	.bl_card_imgWrapper,
	.bl_card_body {
		width: 100% !important;
	}
}

/*=============================
共通パーツ
==============================*/
/* 下層-mv */
.bl_lower_mv {
	/* background: -moz-linear-gradient(left, #D9F7FF 0%, #BFDEFF 50%, #D9F7FF); */
	background: -webkit-linear-gradient(left#D9F7FF 0%, #BFDEFF 50%, #D9F7FF);
	background: linear-gradient(to right, #D9F7FF 0%, #BFDEFF 50%, #D9F7FF);
	height: 140px;
	padding-top: 43px;
}

.bl_lower_mv_ttl {
	width: 480px;
	height: 64px;
	color: #7A54F7;
	font-size: 30px;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 4px 20px #b6b3ff66;
	border-radius: 16px;
	padding-bottom: 6px;
	position: relative;
}

.bl_lower_mv_ttl::before,
.bl_lower_mv_ttl::after {
	content: '';
	position: absolute;
}

/* 下層-パンくず */
.bl_breadcrumbs {
	margin-bottom: 32px;
}

.bl_breadcrumbs_inner {
	width: 1020px;
	padding-top: 21px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.bl_breadcrumbs_inner>li {
	font-size: 14px;
	display: flex;
	align-items: center;
}

.bl_breadcrumbs_inner>li:first-of-type~li::before {
	content: ">";
	margin: 0 7px;
}

.bl_breadcrumbs_inner>li>a {
	color: #222;
}

.bl_breadcrumbs_inner .home * {
	width: 18px;
	height: 18px;
	margin-bottom: 4px;
}

.bl_breadcrumbs_inner .home a {
	display: block;
}

/* 各sectionメイン見出し */
.bl_sec_mainTtl {
	font-size: 30px;
	letter-spacing: 1.2px;
	margin-bottom: 32px;
	padding-left: 40px;
	position: relative;
}

.bl_sec_mainTtl::before {
	content: '';
	position: absolute;
	background: url(images/common/icon_funnel.svg) top left / contain no-repeat;
	width: 24px;
	height: 31px;
	top: 11px;
	left: 0;
}

/* bl_bulletList */
.bl_bulletList>li {
	padding-left: 1em;
	position: relative;
}

.bl_bulletList>li+li {
	margin-top: 5px;
}

.bl_bulletList>li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.bl_bulletList.bl_bulletList__square>li::before {
	content: "■";
}

/* bl_numList */
.bl_numList {
	counter-reset: num;
}

.bl_numList>li {
	padding-left: 1.2em;
	position: relative;
}

.bl_numList>li+li {
	margin-top: 5px;
}

.bl_numList>li:before {
	counter-increment: num;
	content: counter(num)'.';
	position: absolute;
	top: 0;
	left: 0;
}

.bl_numList.bl_numList__circle>li:first-of-type::before {
	content: "①";
}

.bl_numList.bl_numList__circle>li:nth-of-type(2)::before {
	content: "②";
}

.bl_numList.bl_numList__circle>li:nth-of-type(3)::before {
	content: "③";
}

.bl_numList.bl_numList__circle>li:nth-of-type(4)::before {
	content: "④";
}

.bl_numList.bl_numList__circle>li:nth-of-type(5)::before {
	content: "⑤";
}

/* el_btn */
.el_btn {
	margin-right: auto;
	margin-left: auto;
	background: #6E67FF;
	border-radius: 6px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	width: 318px;
	height: 48px;
}

.el_moreBtn {
	margin-top: 48px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.el_moreBtn::after {
	content: '';
	position: absolute;
	background: url(images/common/arrow_right.svg) top right / contain no-repeat;
	width: 14px;
	height: 18px;
	top: 14px;
	right: 24px;
}

.el_moreBtn::before {
	position: absolute;
	top: 80px;
	left: 225px;
	width: 330px;
	height: 330px;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translateX(-70%) translateY(-25px);
	transform: translateX(-70%) translateY(-25px);
	border-radius: 50%;
	background: #76B9FF;
	z-index: -1;
}

.el_moreBtn:hover {
	transform: translate(0, -5px);
	opacity: 1;
}

.el_moreBtn:hover::before {
	-webkit-transform: translateX(-70%) translateY(-210px);
	transform: translateX(-70%) translateY(-210px);
}

/* el_label */
.el_label {
	padding-top: 3px;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ※ */
.el_att {
	padding-left: 1em;
	position: relative;
}

.el_att::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

span.el_att {
	display: block;
}

/* プルダウンボタン */
.bl_pull_btn {
	position: relative;
}

.bl_pull_btn+* {
	display: none;
}

.bl_pull_btn.active+* {
	display: block;
}

.bl_pull_btn::after {
	content: "▼";
	width: 30px;
	height: 30px;
	margin: auto 0;
	padding-top: 3px;
	background: #fff;
	border-radius: 5px;
	color: #222;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
}

.bl_pull_btn.active::after {
	content: "▲";
}

/* お問い合わせボックス */

/*サムネイル*/
.bl_thumbnail {
	position: relative;
	overflow: hidden;
}

.bl_thumbnail img {
	min-width: 100%;
	max-width: 200%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	transform: translateY(-50%) translateX(-50%);
}

.bl_thumbnail .eyecatch,
.bl_thumbnail .noImg {
	width: 100%;
}

/* bl_popUp ポップアップ用ソース.txtを参照 */
.bl_popUp_check {
	display: none;
}

.bl_popUp {
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1100;
	opacity: 0;
	visibility: hidden;
}

.bl_popUp_check:checked+.bl_popUp {
	opacity: 1;
	visibility: visible;
}

.bl_popUp_inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.bl_popUp .el_closeBtn {
	width: 29px;
	height: 29px;
	border-radius: 100%;
	position: absolute;
	top: 15px;
	right: 30px;
}

.bl_popUp .el_closeBtn::before,
.bl_popUp .el_closeBtn::after {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bl_popUp .el_closeBtn::before {
	transform: rotate(45deg);
}

.bl_popUp .el_closeBtn::after {
	transform: rotate(-45deg);
}

.bl_popUp+.el_closeBg {
	width: 100vw;
	height: 100vh;
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
}

input:checked+.bl_popUp+.el_closeBg {
	display: block;
}

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

	/* 下層-mv */
	.bl_lower_mv {
		height: 240px;
		padding: 72px 0;
	}

	.bl_lower_mv_ttl {
		width: 560px;
		height: 96px;
		font-size: 42px;
		letter-spacing: 2.52px;
	}

	/* 下層-パンくず */
	.bl_breadcrumbs_inner {
		width: 690px;
		height: 50px;
	}

	.bl_breadcrumbs_inner>li {
		font-size: 22px;
	}

	.bl_breadcrumbs_inner>li:not(:first-of-type) {
		padding-top: 4px;
	}

	.bl_breadcrumbs_inner>li:first-of-type~li::before {
		margin: 0 10px;
	}

	.bl_breadcrumbs_inner .home * {
		width: 26px;
		height: 27px;
	}

	/* 各sectionメイン見出し */
	.bl_sec_mainTtl {
		font-size: 40px;
		letter-spacing: 2.4px;
		padding-left: 68px;
	}

	.bl_sec_mainTtl::before {
		width: 36px;
		height: 46px;
		top: 15px;
	}

	/* el_btn */
	.el_btn {
		height: 96px;
		border-radius: 12px;
		font-size: 32px;
	}

	/*     .el_btn::before{
	border-bottom-width: 4px;
	border-radius: 10px;
}
	.el_btn::after{
	border-width: 8.5px 0 8.5px 14px;
	right: px;
} */
	.el_moreBtn {
		width: 640px;
		margin-top: 80px;
	}

	.el_moreBtn {
		margin-top: 80px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		overflow: hidden;
	}

	.el_moreBtn::after {
		width: 24px;
		height: 32px;
		top: 32px;
		right: 38px;
	}

	.el_moreBtn::before {
		top: 121px;
		left: 442px;
		width: 650px;
		height: 650px;
		content: '';
		-webkit-transform: translateX(-447px) translateY(-25px);
		transform: translateX(-447px) translateY(-25px);
		border-radius: 50%;
		z-index: -1;
	}

	.el_moreBtn:hover {
		transform: translate(0, -5px);
		opacity: 1;
	}

	.el_moreBtn:hover::before {
		width: 650px;
		height: 650px;
		-webkit-transform: translateX(-447px) translateY(-390px);
		transform: translateX(-447px) translateY(-390px);
	}

	/* el_label */
	.el_label {
		padding-top: 0;
	}

	/* サムネイル */
	.bl_thumbnail {
		width: px;
		height: px;
	}

	/* bl_popUp */
	.bl_popUp {
		width: 690px !important;
	}

	.bl_popUp .el_closeBtn {
		width: 40px;
		height: 40px;
		top: 15px;
		right: 15px;
	}

	/* bl_table__scroll */
	.bl_table__scroll {
		width: 690px;
		padding-bottom: 20px;
		overflow-y: scroll;
		display: block;
	}

	.bl_table__scroll::before {
		content: "横にスクロールしてください。";
		display: block;
		margin-bottom: 15px;
		font-size: 22px;
		position: -webkit-sticky;
		position: sticky;
		left: 0;
	}

	.bl_table__sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 10;
	}
}

/*=============================
ヘルプタグ
==============================*/
/* ユニット */
.hp_unit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 明朝体 */
.hp_mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

/* bold */
.hp_bold {
	font-weight: bold !important;
}

/* italic */
.hp_italic {
	transform: skewX(-10deg);
}

/* 打ち消し線 */
.hp_strikethrough {
	padding: 3px 0 0 8px;
	background-image: linear-gradient(#222, #222);
	background-position: 0 50%;
	background-size: 100% 1px;
	background-repeat: repeat-x;
	letter-spacing: 0;
}

/* opacity1 */
.hp_opacity1 {
	opacity: 1 !important;
}

/* 電話リンク */
.hp_tel {
	pointer-events: none;
}

/* アクセントカラー */
/* .hp_color__orange{
color: #ee9e21!important;
} */

.hp_color__blue {
	color: #76B9FF;
}

.hp_color__orange {
	color: #ED825F;
}

.el_link{
	color: #1d47d1;
	text-decoration: underline;
}
/* 影付き角丸白ボックス */
.hp_shadowRadiusWhiteBox {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.35);
}

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

	/* ユニット */
	.hp_unit {
		display: block;
	}

	/* 電話リンク */
	.hp_tel {
		pointer-events: auto;
	}
}

/*=============================
header
==============================*/
main {
	padding-top: 132px;
}

.ly_head {
	width: 100%;
	height: 132px;
	background: #FCFBF7;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 3px 6px #5486B34D;
	z-index: 1000;
}

.ly_head::after {
	content: '';
	position: absolute;
	background: rgba(119, 192, 255, 0.5);
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
}

.ly_head_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 999;
}

/* ロゴ */
.bl_head_logo {
	order: 1;
	display: flex;
	align-items: center;
}

.bl_head_logo a {
	width: 223px;
	display: block;
}

.bl_head_right {
	order: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 496px;
}

/* 検索 */
.bl_head_right .bl_serch {
	width: 232px;
}

/* 検索ボックス */
.bl_head_right .bl_searchForm {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #707070;
	border-radius: 4px;
	/* flex-direction: row-reverse; */
	width: 100%;
	height: 32px;
}

.bl_head_right .bl_searchForm_input {
	width: 184px;
	height: 38px;
	padding: 0 8px;
}

::placeholder {
	font-weight: bold;
	font-size: 11px;
}

.bl_head_right .bl_searchForm_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 32px;
	border-radius: 0 4px 4px 0;
	background: #707070;
}

.bl_head_right .bl_searchForm_submit img {
	width: 16px;
	height: 16px;
}

/* 検索結果画面 */
.bl_searchResults {
	padding: 40px 0 80px;
}

.bl_searchResults_ttl {
	margin-bottom: 16px;
	font-size: 24px;
}

.bl_searchResults .bl_bulletList {
	font-weight: bold;
	margin-bottom: 40px;
}

.bl_searchResults_item {
	font-size: 20px;
}

.searchResults .bl_searchForm {
	justify-content: flex-end;
}

/* あそびラボのサイトへボタン */
.bl_head_right .el_newTabBtn {
	background: #76B9FF;
	justify-content: left;
	padding: 0 0 0 10px;
	margin: 0;
	width: 233px;
	height: 48px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	align-items: start;
}

.bl_head_right .el_newTabBtn::before {
	position: absolute;
	top: 80px;
	left: 147px;
	width: 250px;
	height: 250px;
	content: '';
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-150px) translateY(-25px);
	transform: translateX(-150px) translateY(-25px);
	border-radius: 50%;
	background: #6E67FF;
	z-index: -1;
}

.bl_head_right .el_newTabBtn:hover::before {
	-webkit-transform: translateX(150px) translateY(-170px);
	transform: translateX(-150px) translateY(-170px);
}

.bl_head_right .el_newTabBtn:after {
	content: '';
	position: absolute;
	background: url(images/common/icon_newTab.svg) top right / contain no-repeat;
	width: 16px;
	height: 16px;
	top: 16px;
	right: 12px;
}

.bl_head_right .el_newTabBtn span {
	font-size: 10px;
	padding: 3px 0 0 0;
}

/* ナビ */
.bl_head_gloNav {
	order: 3;
	margin-bottom: -10px;
}

.bl_head_gloNav_inner {
	width: 1024px;
	height: 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bl_head_gloNav_inner>li {
	height: 32px;
	border-right: 1px solid #D8E7EB;
	padding: 0 27px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bl_head_gloNav_inner>li:first-of-type {
	padding: 0 27px 0 7px;
}

.bl_head_gloNav_inner>li:nth-of-type(6) {
	padding: 0 7px 0 27px;
	border-right: none;
}

.bl_head_gloNav_inner>li>a {
	color: #6E67FF;
	font-weight: bold;
	letter-spacing: 0px;
	position: relative;
}

.bl_head_gloNav_inner>li>a:hover {
	opacity: 1;
}

.bl_head_gloNav_inner>li>a:hover::before {
	content: '';
	position: absolute;
	background: url(images/common/hover_bubble.svg) top left / contain no-repeat;
	width: 12px;
	height: 19px;
	top: -15px;
	left: 42%;
}

.bl_head_gloNav_inner>li:first-child>a {
	justify-content: flex-start;
}

/* .bl_head_gloNav_inner > li:nth-last-child(2) > a{
justify-content: flex-end;
} */
/* スマホ用ナビ非表示 */
#el_spNavInput,
.el_spNavMenuIcon,
.bl_spNavBgBlack,
.bl_head_gloNav_inner>.el_trigerClose {
	display: none;
}

@media screen and (max-width : 750px) {
	main {
		padding-top: 120px;
	}

	.ly_head {
		height: 120px;
		box-shadow: none;
	}

	.ly_head::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 900;
	}

	.ly_head_inner {
		margin-left: 40px;
		position: relative;
	}

	.ly_head_inner::after {
		content: '';
		position: absolute;
		background: #77C0FF;
		width: 612px;
		height: 4px;
		bottom: 0;
		left: -40px;
	}

	/* ロゴ */
	.bl_head_logo a {
		width: 280px;
	}

	.bl_head_right {
		display: none;
	}

	/* ↑の背景より上に表示させるため、ヘッダー内の
	コンテンツにはz-index:1000;を設定してください*/
	/*** ナビ ***/
	.bl_head_gloNav,
	.el_spNavMenuIcon {
		display: block;
		width: 138px;
		height: 120px;
		background: #6E67FF;
		margin: 0 -70px 0 0;
	}

	.bl_head_gloNav {
		order: 3;
	}

	/* MENUボタン */
	.el_spNavMenuIcon {
		position: relative;
	}

	.el_spNavMenuIcon span {
		position: absolute;
		left: 40px;
		width: 62px;
		height: 6px;
		background-color: #76B9FF;
		border-radius: 3px;
		transition: all .4s;
		z-index: 1000;
	}

	.el_spNavMenuIcon span:nth-of-type(1) {
		top: 20px;
	}

	.el_spNavMenuIcon span:nth-of-type(2) {
		top: 39px;
	}

	.el_spNavMenuIcon span:nth-of-type(3) {
		top: 59px;
	}

	#el_spNavInput:checked~.el_spNavMenuIcon span:nth-of-type(1) {
		-webkit-transform: translateY(18px) rotate(-315deg);
		transform: translateY(18px) rotate(-315deg);
	}

	#el_spNavInput:checked~.el_spNavMenuIcon span:nth-of-type(2) {
		opacity: 0;
	}

	#el_spNavInput:checked~.el_spNavMenuIcon span:nth-of-type(3) {
		-webkit-transform: translateY(-21px) rotate(315deg);
		transform: translateY(-21px) rotate(315deg);
	}

	.el_spNavMenuIcon::after {
		content: "";
		display: block;
		width: 100%;
		height: 17px;
		background: url("images/common/head_nav_txt_menu.svg") bottom center / 65px 17px no-repeat;
		position: absolute;
		bottom: 23px;
		left: 1px;
		z-index: 1000;
	}

	.el_spNavMenuIcon.open::after {
		background: url(images/common/close.svg) bottom center / 68px 30px no-repeat;
		height: 30px;
		bottom: 18px;
	}

	/* 中身 */
	.bl_head_gloNav_inner {
		width: 100%;
		height: calc(100% - 120px);
		padding: 4vw 0 0vw;
		background: rgba(252, 251, 247, 0.5);
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
		flex-direction: column;
		position: fixed;
		top: 120px;
		left: 0;
		z-index: 800;
		overflow: scroll;
	}

	.bl_head_gloNav_inner li {
		width: 734px;
		height: 96px;
		justify-content: normal;
		border-right: none;
		padding: 0;
	}

	.bl_head_gloNav_inner li+li {
		margin-top: 0px;
	}

	.bl_head_gloNav_inner>li:first-of-type {
		padding: 0;
	}

	.bl_head_gloNav_inner>li:nth-of-type(6) {
		padding: 0;
	}

	.bl_head_gloNav_inner li>a {
		padding: 0 32px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		font-size: 30px;
	}

	.bl_head_gloNav_inner li>a:hover::before {
		background: #E6E6FF;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 8px;
		z-index: -1;
	}

	.bl_head_gloNav_inner li>a::after {
		content: '';
		position: absolute;
		background: url(images/common/nav_arrow_right.svg) top right / contain no-repeat;
		width: 32px;
		height: 32px;
		top: 32px;
		right: 32px;
	}

	/* あそびラボのサイトへボタン */
	.bl_head_gloNav_inner .btn {
		/*         margin-top: 78px; */
		/* margin-top: 10px; */
		width: 464px;
		height: 96px;
	}

	.bl_head_gloNav_inner .btn .el_newTabBtn {
		color: #fff;
		width: 464px;
		justify-content: flex-start;
		padding: 6px 24px 8px;
		background: #76B9FF;
	}

	.bl_head_gloNav_inner .sp .el_newTabBtn:after {
		background: url(images/common/icon_newTab.svg) top right / contain no-repeat;
		width: 32px;
		height: 32px;
		top: 32px;
		right: 24px;
	}

	.bl_head_gloNav_inner .sp .el_newTabBtn span {
		font-size: 20px;
	}

	/* 閉じるボタン */
	.bl_head_gloNav_inner .el_trigerClose {
		/* display: block; */
		width: 750px;
		height: 120px;
	}

	.bl_head_gloNav_inner .el_trigerClose label {
		width: 100%;
		height: 100%;
		/* margin: 20px auto 0; */
		background: #6E67FF;
		border-radius: 31px;
		color: #fff;
		font-size: 42px;
		font-weight: bold;
		display: flex !important;
		justify-content: center;
		align-items: center;
		border-radius: 0;
		/* 		border-radius: 16px; */

	}

	/* 隠しておく */
	.bl_head_gloNav_inner {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
	}

	/* 表示させる */
	#el_spNavInput:checked~.bl_head_gloNav_inner {
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	/* 検索結果画面 */
	.bl_searchResults_item {
		font-size: 30px;
	}
}

/*=============================
footer
=============================*/
main {
	min-height: calc(100vh - 180px
			/*footerの高さ*/
		);
}

.ly_foot {
	border-top: 2px dashed #76B9FF;
	background: #FCFBF7;
}

.ly_foot_inner {
	height: 149px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 98px 0px 0;
}

.bl_foot_left {}

/* ロゴ */
.bl_foot_logo {
	width: 232px;
	margin-bottom: -16px;
}

.bl_foot_logo>a {
	width: 232px;
	display: block;
}

/* ナビ */
.bl_foot_gloNav {
	width: 490px;

}

.bl_foot_gloNav_inner {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.bl_foot_gloNav_inner>li {
	margin-bottom: 3px;
}

.bl_foot_gloNav_inner>li:nth-of-type(odd) {
	width: 264px;
}

.bl_foot_gloNav_inner>li::before {
	content: '■';
	margin-right: 6px;
	font-size: 16px;
	color: #76B9FF;
}

.bl_foot_gloNav_inner>li>a {
	color: #222222;
	font-size: 15px;
}

/* 住所 */
.bl_foot_add {}

/* コピーライト */
.ly_foot_Copyright {
	width: 100%;
	height: 30px;
	background: #76B9FF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.ly_foot_Copyright small {
	color: #fff;
	font-size: 12px;
	font-family: Verdana;
	/* Android */
}

/* ページトップボタン */
.bl_pagetop {
	width: 1140px;
	height: 0;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

.bl_pagetop span {
	width: 48px;
	height: 48px;
	background: #76B9FF;
	border-radius: 6px;
	box-shadow: 0 0px 3px #76B9FF;
	cursor: pointer;
	position: relative;
	z-index: 900;
}

.bl_pagetop span::before {
	content: '';
	position: absolute;
	background: url(images/common/arrow_top.svg) top left / contain no-repeat;
	width: 18px;
	height: 14px;
	top: 17px;
	left: 15px;
}

.bl_pagetop span:hover:before {
	top: 15px;
}

.bl_pagetop img {
	height: 100%;
	opacity: 0;
}

.bl_pagetop .fade img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bl_pagetop .in img {
	opacity: 1;
	cursor: pointer;
}

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

	/* ページトップボタン */
	.bl_pagetop {
		width: 100%;
	}

	.bl_pagetop span {
		right: 30px;
	}
}

@media screen and (max-width : 750px) {
	main {
		min-height: calc(100vh - 540px
				/*footerの高さ*/
			);
	}

	.ly_foot {
		border-top: 4px dashed #76B9FF;
	}

	.ly_foot_inner {
		flex-wrap: nowrap;
		width: 658px;
		height: auto;
		padding: 48px 7px 48px 0px;
	}

	.bl_foot_left {}

	/* ロゴ */
	.bl_foot_logo {
		width: 240px;
		margin-bottom: 0;
	}

	.bl_foot_logo>a {
		width: 240px;
	}

	/* ナビ */
	.bl_foot_gloNav {
		width: auto;
	}

	.bl_foot_gloNav_inner {
		flex-direction: column;
	}

	.bl_foot_gloNav_inner>li {
		margin-bottom: 26px;
	}

	.bl_foot_gloNav_inner>li:first-of-type {
		order: 1;
	}

	.bl_foot_gloNav_inner>li:nth-of-type(2) {
		order: 4;
	}

	.bl_foot_gloNav_inner>li:nth-of-type(3) {
		order: 2;
	}

	.bl_foot_gloNav_inner>li:nth-of-type(4) {
		order: 5;
	}

	.bl_foot_gloNav_inner>li:nth-of-type(5) {
		order: 3;
	}

	.bl_foot_gloNav_inner>li:last-of-type {
		margin-bottom: 0;
		order: 5;
	}

	.bl_foot_gloNav_inner>li:nth-of-type(odd) {
		width: auto;
	}

	.bl_foot_gloNav_inner>li::before {
		content: '■';
		margin-right: 9px;
		font-size: 30px;
	}

	.bl_foot_gloNav_inner>li a {
		font-size: 28px;
	}

	/* コピーライト */
	.ly_foot_Copyright {
		width: 100%;
		height: 32px;
		background: #76B9FF;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.ly_foot_Copyright small {
		color: #fff;
		font-size: 16px;
		letter-spacing: 0.64px;
	}

	/* ページトップボタン */
	.bl_pagetop {
		width: 750px;
	}

	.bl_pagetop span {
		width: 96px;
		height: 96px;
		border-radius: 12px;
		right: 25px;
		bottom: 40px;
	}

	.bl_pagetop span::before {
		width: 35px;
		height: 27px;
		top: 33px;
		left: 30px;
	}
}

/*=============================
投稿関係
==============================*/
/* 投稿一覧・記事基本設定 */
#post #list, #post #info {
	padding: 0 0 56px;
}

/* bl_vertPosts */
.bl_vertPosts_list {
	border: 1px solid #76B9FF;
	border-radius: 16px;
	background: #fff;
	padding: 42px 40px;
}

.bl_vertPosts_item {
	border-bottom: 2px dashed #76B9FF;
}

.bl_vertPosts_item:last-of-type {
	border-bottom: none;
}

.bl_vertPosts_item>a {
	width: 100%;
	height: 100%;
	padding-bottom: 16px;
	color: #222;
	display: flex;
	align-items: center;
}

.bl_vertPosts_item+.bl_vertPosts_item>a {
	padding-top: 19px;
}

.bl_vertPosts_item:last-of-type>a {
	padding-bottom: 0;
}

.bl_vertPosts_header {
	width: 216px;
	display: flex;
	align-items: center;
}

.bl_vertPosts_date {
	font-size: 13px;
	letter-spacing: 0;
}

.bl_vertPosts_item .bl_catLabel {
	height: 28px;
	border-radius: 28px;
	margin: 0;
	padding: 3px 18px 1px;
	padding: 1px 18px 3px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.bl_vertPosts_ttl {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5;
}

/* bl_catList */
.bl_catList {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #76B9FF;
	border-radius: 82px;
	background: #fff;
	min-height: 60px;
}

.bl_catList_ttl {
	width: 145px;
	font-size: 18px;
	text-align: center;
	color: #FCFBF7;
	background: #76B9FF;
	border-radius: 80px 0px 0px 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* bl_catLabel */
.bl_catLabelList {
	width: 850px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 24px;
	gap: 8px 20px;
	padding: 8px 0 8px 24px;
	align-items: center;
}

.bl_catLabel {
	display: inline-block;
	padding: 0 24px 2px;
	letter-spacing: 0.6px;
	color: #fff;
	background: #E6E6FF;
	border-radius: 20px;
	font-weight: bold;
	font-size: 15px;
}

.bl_catLabel.all {
	background: #808080;
	color: #fff;
}

.bl_catLabel.rank {
	background: #7289FF;
}

.bl_catLabel.update {
	background: #ED825F;
}

.bl_catLabel.news {
	background: #76B9FF;
}

/* wp-pagenavi */
.wp-pagenavi {
	padding-left: 15px;
	display: flex;
	justify-content: center;
	margin: 50px auto 0;
}

.wp-pagenavi>* {
	margin-right: 22px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 6px;
	color: #CCCCCC;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 18px;
	height: 32px;
}

.wp-pagenavi>*:last-child {
	margin-right: 0;
}

.wp-pagenavi a {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.wp-pagenavi a:hover {
	background: #B6B3FF;
	color: #fff;
}

.wp-pagenavi .current {
	background: #6E67FF;
	color: #fff;
}

.wp-pagenavi .extend {
	color: #545454;
	font-size: 16px;
}

/* 記事ページ */
.bl_post {
	margin-bottom: 50px;
	position: relative;
}

.bl_post .bl_post_header {
	margin-bottom: 8px;
}

.bl_post .bl_catLabel {
	color: #6A3BFF;
	font-size: 12px;
}

.bl_post .bl_post_cat {
	padding: 0 9px 4px;
	margin: 0 16px 0 0;
}

.bl_post .bl_post_date {
	position: relative;
	padding-left: 20px;
}

.bl_post .bl_post_date::before {
	content: '';
	position: absolute;
	background: url(images/common/icon_timeside.svg) top left / contain no-repeat;
	width: 15px;
	height: 15px;
	top: 2px;
	left: 0;
}

.bl_post_ttl {
	margin-bottom: 32px;
	padding: 15px 0 23px;
	border-top: 2px solid #BFDEFF;
	background: url(images/common/title_line.svg) bottom left / 672px 5px no-repeat;
	line-height: 1.4;
	color: #222;
	font-size: 22px;
	letter-spacing: 0.88px;
}

.bl_post_header {
	margin-bottom: 20px;
	text-align: right;
}

.bl_post_date {
	font-size: 13px;
	letter-spacing: 0;
}

.bl_post_cat {
	margin-left: 20px;
	padding: 9px 23px 6px;
	font-size: 16px;
	font-weight: normal;
}

@media only screen and (min-width:751px) {
	.bl_post .el_moreBtn {
		display: none;
	}
}

/* 前へ 次へ */
.bl_pager {
	position: relative;
	/* height: 42px; */
}

.bl_pager_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bl_pager_link>a {
	width: 144px;
	height: 48px;
	padding-bottom: 3px;
	border-radius: 6px;
	color: #76B9FF;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bl_pager_prev>a::before,
.bl_pager_next>a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 14px;
	top: 15px;

}

.bl_pager_prev>a {
	padding-right: 27px;
	background: #fff;
	border: 2px solid #76B9FF;
}

.bl_pager_prev>a::before {
	background: url(images/common/arrow_right__blue.svg) top right / contain no-repeat;
	right: 16px;
}

.bl_pager_next>a {
	padding-left: 27px;
	background: #fff;
	border: 2px solid #76B9FF;
}

.bl_pager_next>a::after {
	background: url(images/common/arrow_left__blue.svg) top left / contain no-repeat;
	left: 16px;
}

.bl_pager_link.el_btn {
	margin-top: 0;
}

.bl_pager_link.el_btn>a {
	color: #fff;
	padding-top: 0;
	opacity: 1;
	width: 100%;
}

/* aside */

.bl_aside_item_ttl {
	/* height: 50px; */
	margin-bottom: 10px;
	padding-top: 3px;
	padding-left: 40px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #76B9FF;
	position: relative;
}

.bl_aside_item_ttl::before,
.bl_aside_item_ttl::after {
	content: '';
	position: absolute;
}

.popularPosts .bl_aside_item_ttl::before {
	background: url(images/common/icon_flask.svg) top left / contain no-repeat;
	width: 16px;
	height: 18px;
	top: 9px;
	left: 11px;
}

.recentPosts .bl_aside_item_ttl::before {
	background: url(images/common/icon_bullhorn.svg) top left / contain no-repeat;
	width: 20px;
	height: 18px;
	top: 7px;
	left: 7px;
}

.bl_aside_item_ttl::after {
	border-right: 3px solid transparent;
	border-top: 6px solid #76B9FF;
	border-left: 3px solid transparent;
	bottom: -10px;
	left: 150px;
}

.bl_aside_item_postList {
}

.bl_aside_item_post {}

.bl_aside_item .el_link{
	margin-bottom: 20px;
}

.bl_aside_item_post:hover {
	background: #E6E6FF;
	width: 312px;
	padding-left: 8px;
	margin-left: -8px;
}

.bl_aside_item_post:hover a {
	color: #7A54F7;
	opacity: 1;
}

.bl_aside_item_post>a {
	padding: 8px 0;
	color: #222;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}

.bl_aside_imgWrapper {
	width: 56px;
	height: 56px;
	margin-right: 16px;
	background: #BFDEFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bl_aside_item_post span {
	width: 224px;
}

.bl_aside_item .el_link {
	color: #6E67FF;
	font-weight: bold;
	text-align: right;
	display: block;
	text-decoration: underline;
	letter-spacing: 0.68px;
}

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

	/* 投稿一覧・記事基本設定 */
	#post #list, #post #info {
		padding-bottom: 80px;
	}

	#info.ly_cont_inner,
	#list.ly_cont_inner {
		width: 670px;
	}

	/* bl_vertPosts */
	.bl_vertPosts_item {
		border-bottom-width: 2px;
	}

	.bl_vertPosts_item>a {
		padding-bottom: 0;
		display: block;
	}

	.bl_vertPosts_item+.bl_vertPosts_item>a {
		padding-top: 15px;
	}

	.bl_vertPosts_header {
		margin-bottom: 13px;
		justify-content: flex-start;
		width: 100%;
	}

	.bl_vertPosts_date {
		font-size: 22px;
		letter-spacing: 1.76px;
	}

	.bl_vertPosts_item .bl_catLabel {
		height: 40px;
		padding: 2px 20px 5px;
		letter-spacing: 1.32px;
		margin-left: 27px;
		font-size: 22px;
	}

	.bl_vertPosts_ttl {
		width: 100%;
		font-size: 28px;
		letter-spacing: 1.12px;
	}

	/* bl_catLabel */
	.bl_catLabelList {
		padding: 0 0 0 20px;
		gap: 40px 32px;
	}

	.bl_catLabel {
		padding: 0 25px 4px;
		letter-spacing: 0.6px;
		color: #fff;
		background: #E6E6FF;
		border-radius: 24px;
		font-weight: bold;
		font-size: 26px;
	}

	/* bl_catList */
	.bl_catList {
		width: 670px;
		margin-bottom: 80px;
		padding: 0 0 32px;
		border-radius: 28px;
		border: 2px solid #76B9FF;
	}

	.bl_catList_ttl {
		width: 100%;
		margin-right: 0;
		margin-bottom: 32px;
		padding: 7px 0;
		font-size: 26px;
		border-radius: 26px 26px 0 0;
	}

	/* wp-pagenavi */
	.wp-pagenavi {
		margin: 70px 0 0;
		order: 2;
	}

	.wp-pagenavi a {
		border: 2px solid #CCCCCC;
	}

	.wp-pagenavi>* {
		margin: 0 10px 20px 0;
		padding: 2px 17px 8px;
		font-size: 36px;
		line-height: 1.4;
		height: auto;
		text-align: center;
	}

	.wp-pagenavi .current,
	.wp-pagenavi .page {
		min-width: 64px;
	}

	.wp-pagenavi .extend {
		display: none;
	}

	/* 記事ページ */
	/* 	.bl_post .bl_post_header{
	margin-bottom: 10px;
} */
	.bl_post .bl_catLabel {
		font-size: 20px;
	}

	/* 	.bl_post .bl_post_cat{
	padding: 1px 9px 0;
	margin: 0 16px 0 0;
} */
	.bl_post .bl_post_date {
		padding-left: 40px;
	}

	.bl_post .bl_post_date::before {
		width: 28px;
		height: 28px;
		top: 0px;
	}

	.bl_post_ttl {
		margin-bottom: 20px;
		padding: 20px 0;
		font-size: 30px;
		background: url(images/common/title_line.svg) bottom left / 670px 5px no-repeat;
	}

	.bl_post_header {
		margin-bottom: 10px;
	}

	.bl_post_date {
		font-size: 20px;
	}

	.bl_post_cat {
		padding: 11px 30px;
		font-size: 22px;
	}

	.bl_post .el_moreBtn {
		width: 464px;
	}

	/* 前へ 次へ */
	.bl_pager_link>a {
		width: 230px;
		height: 60px;
		border-radius: 30px;
		font-size: 26px;
	}

	.bl_pager_prev>a::before,
	.bl_pager_next>a::after {
		width: 20px;
		height: 24px;
		top: 16px;
	}

	.bl_pager_prev>a::before {
		right: 20px;
	}

	.bl_pager_next>a {
		/* 		padding-right: 20px; */
	}

	.bl_pager_next>a::after {
		right: 20px;
	}

	.bl_pager_link.el_btn {
		display: none;
	}

	/* aside */
	.popularPosts .bl_aside_item_ttl::before {
		width: 32px;
		height: 37px;
		top: 21px;
		left: 16px;
	}

	.recentPosts .bl_aside_item_ttl::before {
		width: 40px;
		height: 36px;
		top: 16px;
		left: 14px;
	}

	.bl_pager_link.el_btn>a {
		font-size: 32px;
		width: auto;
	}

	.bl_aside_item {
		/* 		padding-bottom: 40px; */
	}

	.bl_aside_item_ttl {
		height: 76px;
		margin-bottom: 35px;
		font-size: 30px;
		padding-left: 80px;
		border-bottom: 8px solid #76B9FF;
		padding-top: 6px;
		letter-spacing: 1.8px;
	}

	.bl_aside_item_ttl::after {
		border-right: 10px solid transparent;
		border-top: 16px solid #76B9FF;
		border-left: 10px solid transparent;
		bottom: -20px;
		left: 326px;
	}

	.bl_aside_item_postList {
		margin-bottom: 0;
	}

	.bl_aside_item_postList>li>a {
		padding: 18px 16px;
		font-size: 26px;
	}

	.bl_aside_item_post+.bl_aside_item_post {
		margin-top: 10px;
	}

	.bl_aside_item_post:hover {
		width: 670px;
		padding-left: 0;
		margin-left: 0;
	}

	.bl_aside_item_post>a {
		padding: 8px 0;
		font-size: 14px;
	}

	.bl_aside_imgWrapper {
		width: 120px;
		height: 120px;
		margin-right: 32px;
	}

	.bl_aside_item_post span {
		width: 486px;
	}

	.bl_aside_item .el_link {
		/* 		letter-spacing: 0.68px; */
	}

	.bl_aside_item .el_moreBtn {
		width: 300px;
		height: 70px;
		font-size: 28px;
	}
}

/* Mac,iPad Safari */
@media only screen and (min-device-width: 768px) {
	_::-webkit-full-page-media, _:future, :root .bl_pager_link>a {
		padding-bottom: 4px;
	}
}

/* iPhone Safari */
@media screen and (max-width: 750px) {
	_::-webkit-full-page-media, _:future, :root .el_btn {
		padding-bottom: 4px;
	}
}