@charset "UTF-8";

/*--------------------------
	セレクタ
---------------------------*/
html * {
	visibility: hidden;
}
html.wf-active * {
	visibility: visible;
}
html {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	font-size: 62.5%;
}
input,
button {
	letter-spacing: 0.15em;
}
input,
button,
body {
	font-size: 1.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	/* letter-spacing: 0.15em; */
}
body {
	overflow-wrap: break-word;
	overflow: hidden;
}
body.no_scroll {
	overflow-y: hidden;
	position: fixed;
}
p,
table,
li,
dd,
dt {
	line-height: 1.8;
}

button {
	font-size: 1.4rem;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #34539C;
}
a:hover {
	opacity: 0.5;
}
a img {
	border: none;
	outline: none;
}
a,
a img,
button {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover img {
	opacity: 0.7;
}
*:focus {
	outline: none;
}
.inner {
	width: min(1000px, 89.3%);
	margin-left: auto;
	margin-right: auto;
}
html.is-fixed,
html.is-fixed body {
	height: 100%;
	overflow: hidden;
}
p {
	font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*
	inline,inline-block 要素
---------------------------*/
.bold {
	font-weight: bold;
}
.mode_sp,
.mode_tb {
	display: none !important;
}
.mode_sp_i,
.mode_tb_i {
	display: none;
}
.mode_sp_ib,
.mode_sp_ib {
	display: none;
}
.mode_pc {
	display: block;
}
.mode_pc_i {
	display: inline;
}

.nav_pc {
	display: block;
}
.nav_sp {
	display: none;
}
.mb_50 {
	margin-bottom: 50px;
}
@media screen and (max-width: 1025px) {
	.bold {
		font-weight: bold;
	}
	.mode_tb {
		display: block;
	}
	.mode_tb_i {
		display: inline;
	}
	.mode_pc_i {
		display: none;
	}
	.nav_sp {
		display: block;
	}
	.nav_pc {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.mode_sp {
		display: block !important;
	}
	.mode_sp_i {
		display: inline;
	}
	.mode_sp_ib {
		display: inline-block;
	}
	.mode_tb {
		display: block;
	}
	.mode_tb_i {
		display: inline;
	}
	.mode_pc {
		display: none !important;
	}
	.mode_pc_i {
		display: none;
	}
	body {
		min-width: 100%;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* リニューアル前 詳細パーツ */
.entry_body {
	margin-bottom: 80px;
}
/* .entry_body h2 {
	padding-bottom: 13px;
	margin-bottom: 10px;
	margin-top: 40px;
	font-size: 2.2rem;
	font-weight: 700;
	background: url("../image/common/dottoed.png") repeat-x bottom;
	line-height: 1.4;
} */

.entry_body h3 {
	margin-bottom: 5px;
	margin-top: 30px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	color: #1d68a8;
}
.entry_body p,
.entry_body table {
	margin-bottom: 18px;
	font-size: 1.4rem;
	text-align: justify;
	letter-spacing: -0.001em;
}
.entry_body table {
	margin-bottom: 16px;
	border-spacing: 0;
	border-collapse: collapse;
}
.entry_body td,
.entry_body th {
	padding: 10px;
	border: 1px solid #cccccf;
}
.entry_body th {
	text-align: left;
	font-weight: 700;
	background: #efefef;
}
.entry_body a[target=_blank]::after {
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	display: inline-block;
	background: url("../image/common/external-link.svg");
	background-size: contain;
}
.entry_body del {
	text-decoration: line-through;
}
.entry_body em {
	font-style: italic;
}
.entry_body strong {
	font-weight: 800;
}
.entry_body .entry_btn_download {
	text-align: center;
	margin: 10px 0;
	text-align: center;
}
.entry_body .entry_btn_download a {
	width: 310px;
	margin: auto;
	border: 3px solid #333;
	position: relative;
	display: block;
	text-decoration: none;
	padding: 15px 0;
	font-weight: 500;
	font-size: 1.3rem;
	color: #000000;
}
.entry_body .entry_btn_download a[target=_blank]:after {
	display: none;
}
.entry_body .entry_btn_download a:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 26px;
	background-image: url("../image/news/download.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.entry_body .aligncenter {
	text-align: center;
	margin: 15px auto;
	display: block;
}
.entry_body .alignleft {
	float: left;
	margin: 0px 15px 15px 0;
}
.entry_body .alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.entry_body figure {
	max-width: 100%;
}
.entry_body .wp-caption-text {
	color: #b5aa69;
	text-align: center;
	font-size: 1.2rem;
	margin: 5px 0 10px;
}
@media screen and (max-width: 767px) {
	.entry_body table {
		display: block;
		padding: 5px 0;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.entry_body table::-webkit-scrollbar {
		background-color: #ffffff;
		height: 4px;
		width: 10px;
	}
	.entry_body table::-webkit-scrollbar-thumb {
		background-color: #efefef;
		height: 4px;
		border-radius: 3px;
	}
	.entry_body .entry_btn_download a {
		width: 90%;
		text-align: center;
	}
	.entry_body .alignleft,
	.entry_body .alignright {
		display: block;
		margin: 15px auto;
		text-align: center;
		float: none;
	}
}
/* ---------------------------------------------
	header
---------------------------------------------- */
#header {
	position: relative;
}
#header .header_logo_img {
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header .header_mv_bg {
	position: relative;
	margin: auto;
	height: 65vh;
	background: url("../../image/top/head_mv_bg.png") center center no-repeat;
	-webkit-box-sizing: 100% auto;
	box-sizing: 100% auto;
}
#header .header_logo {
	position: absolute;
	top: 28px;
	right: 25px;
	width: 251px;
}
@media screen and (max-width: 767px) {
	#header {
		margin: 0;
	}
	#header .header_mv_bg {
		padding-bottom: 103.4%;
		height: 0;
		background: url("../../image/top/head_mv_bg_sp.png") no-repeat center 41px/cover;
	}
	#header .header_logo_img {
		top: 56%;
		width: 70%;
	}
	#header .header_logo {
		width: 34%;
		top: 20px;
		right: 19px;
	}
}
header {
	margin-bottom: 0;
	z-index: 1000;
	width: 100%;
	position: fixed;
}
header .head_title img {
	width: 140px;
}
header .header_wrap {
	background-color: #fff;
	padding: 15px 40px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .header_wrap .logo_img {
	position: absolute;
	top: 28px;
	right: 25px;
	width: 251px;
}
header .header_wrap .head_logo {
	position: absolute;
	margin-right: 25px;
	top: 25px;
	right: 5px;
	width: 215px;
}
.nav_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 180px;
}
.hader_nav_sub ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 15px;
}
.hader_nav_sub ul li a {
	border: 1px solid #2B2828;
	padding: 2px 10px;
	line-height: 1.4;
	margin-left: 10px;
	color: #2B2828;
	font-weight: 500;
	font-size: 1.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.hader_nav_sub ul li a:hover {
	background-color: #2B2828;
	color: #fff;
	opacity: 1;
}
.hader_nav_main ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hader_nav_main ul li {
	line-height: 1.4;
	/*padding-left: 30px;*/
	padding-left: min(30px, 1.8vw);
}
.hader_nav_main ul li a {
	color: #2B2828;
	font-weight: bold;
	font-size: 1.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.icon_arukikata {
	margin-left: 30px;
}
.icon_arukikata {
	content: "";
	width: 100px;
	height: 70px;
	background-image: url(../image/common/icon_arukikata.svg);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 56%;
	right: 48px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.icon_arukikata:hover {
	background-image: url(../image/common/icon_arukikata_on.svg);
	top: 59%;
	right: 45px;
	transition: all 0.3s ease-in-out;
}
.icon_arukikata a:hover img {
	opacity: 1;
}
@media screen and (max-width: 1025px) {
	.icon_arukikata {
		content: "";
		width: 125px;
		height: 40px;
		top: 55%;
		right: 60px;
		background-image: url(../image/common/icon_arukikata_sp.svg);
	}
	.icon_arukikata:hover {
		background-image: url(../image/common/icon_arukikata_on_sp.svg);
		width: 123px;
		height: 38px;
		top: 56%;
		right: 59px;
		transition: all 0.3s ease-in-out;
	}
}
@media screen and (max-width: 380px) {
	.hamburger {
		right: 15px !important;
	}
	.search_btn {
		right: 64px !important;
	}
	.icon_arukikata {
		right: 44px;
	}
	.icon_arukikata:hover {
		right: 44px;
	}
}
@media screen and (max-width: 340px) {
	.icon_arukikata {
		width: 93px !important;
		right: 66px;
		top: 60%;
		right: 64px;
		background-image: url(../image/common/icon_arukikata_sp.svg);
	}
	.icon_arukikata:hover {
		background-image: url(../image/common/icon_arukikata_on_sp.svg);
		top: 60%;
		right: 64px;
	}
}

/*
#search menu
---------------------------*/
.search_btn {
	position: absolute;
	display: inline-block;
	width: 55px;
	height: 55px;
	top: 15px;
	right: 30px;
	border: 1px solid #2B2828;
	border-radius: 50%;
	font-size: 2rem;
	background-color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 0px 0px #2B2828;
	box-shadow: 3px 3px 0px 0px #2B2828;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search_btn:hover {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-transform: translate(3px, 3px);
	transform: translate(3px, 3px);
}
.search_btn::after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../image/common/icon_search.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.search_btn.close::after {
	background-image: url(../image/common/icon_search_close.png);
}
.search_menu {
	width: 100vw;
	background: #F5F5F2;
	display: none;
	position: fixed;
	height: 100%;
	overflow-y: scroll;
}
.search_menu.open {
	z-index: 80;
}
.search_menu h2 {
	font-size: 2.6rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 27px;
}
.nav_inner {
	max-width: 997px;
	margin: auto;
	margin-top: 100px;
	padding: 0 20px;
	padding-bottom: 175px;
}
.search_container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #999;
	padding: 2px 0px 2px 10px;
	border-radius: 4px;
	height: 51px;
	max-width: 680px;
	overflow: hidden;
	background-color: #fff;
	margin: 0 auto 80px;
}
.search_container input[type=text] {
	border: none;
	height: 2.8em;
	font-size: 16px;
	width: 95%;
	font-weight: bold;
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding: inherit;
}
::-webkit-input-placeholder {
	color: #BABABA;
}
::-moz-placeholder {
	color: #BABABA;
}
:-ms-input-placeholder {
	color: #BABABA;
}
::-ms-input-placeholder {
	color: #BABABA;
}
::placeholder {
	color: #BABABA;
}
.search_container input[type=text]:focus {
	outline: 0;
}
.fa-magnifying-glass:before,
.fa-search:before {
	color: #34539C;
	font-size: 20px;
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
input {
	line-height: normal;
}
.fa-xl {
	font-size: 1.6em;
	line-height: 0;
	vertical-align: 0;
}
/*@media screen and (max-width: 1190px) {
	.hader_nav_main ul li {
		padding-left: 20px;
	}
}*/

@media screen and (max-width: 1150px) {
	.hader_nav_main ul li {
		/*padding-left: 15px;*/
		padding-left: min(15px, 1.2vw);
	}
	.hader_nav_main ul li a {
		/*font-size: 1.3rem;*/
		font-size: 1.2vw;
	}
	.hader_nav_sub ul li a {
		font-size: 1.2rem;
	}
}
/*@media screen and (max-width: 1075px) {
	.hader_nav_main ul li {
		padding-left: 10px;
	}
}*/

@media screen and (max-width: 1025px) {
	.search_btn {
		position: absolute;
		display: inline-block;
		width: 38px;
		height: 38px;
		top: 10px;
		right: 70px;
		border: 1px solid #2B2828;
		border-radius: 50%;
		font-size: 2rem;
		background-color: #fff;
		cursor: pointer;
		-webkit-box-shadow: 2px 2px 0px 0px #2B2828;
		box-shadow: 2px 2px 0px 0px #2B2828;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.search_btn:hover {
		-webkit-box-shadow: unset;
		box-shadow: unset;
		-webkit-transform: translate(2px, 2px);
		transform: translate(2px, 2px);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.search_btn::after {
		content: "";
		width: 20px;
		height: 20px;
		background-image: url(../image/common/icon_search.png);
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	.search_btn.close::after {
		width: 18px;
		height: 18px;
	}
	header .header_wrap {
		padding: 10px 0px 10px;
	}
	header .head_logo {
		top: 8px;
		right: -20px;
		width: 160px;
	}
	header .head_title img {
		width: 90px;
		margin-left: 10px;
	}
	header .hader_nav_main ul li {
		padding-left: 9px;
	}
}
@media screen and (max-width: 390px) {
	.header_wrap .head_logo {
		top: 15px;
		right: -15px;
		width: 120px;
	}
	.search_container {
		padding: 2px 0px 2px 2px;
	}
}
/*
#alltag -pc nav
---------------------------*/
.nav_alltag_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav_alltag_title::before {
	display: inline-block;
	content: "";
	width: 35px;
	height: 35px;
	background-image: url(../image/common/icon_alltag.png);
	background-size: auto;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.alltag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.alltag_title {
	color: #2B2828;
	max-height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
	min-width: 115px;
	font-weight: bold;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: min(2vw, 16px);
	min-height: 65px;
}
.tag_btn {
	border-left: 1px solid #2B2828;
	padding-left: 18px;
}
.alltag_detail {
	padding-right: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
ul.tag_btn li {
	font-size: 1.6rem;
	display: inline-block;
	margin: 0px 5px 5px 0px;
}
ul.tag_btn li a {
	color: #2B2828;
	border: 1px solid #2B2828;
	padding: 1px 10px 2px;
	border-radius: 30px;
	font-size: 1.3rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}
ul.tag_btn li a:hover {
	color: #fff;
	background-color: #2B2828;
	opacity: 1;
}
ul.tag_btn li a.choice {
	background-color: #E0DBC8;
	color: #2B2828;
}
ul.tag_btn li a.choice:hover {
	color: #2B2828;
}
.alltag:last-child {
	margin-bottom: 60px;
}
.nav_btnarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}
.reset,
.searchfor {
	width: 180px;
	padding: 8px 10px;
	text-align: center;
	border-radius: 30px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0px 12px;
	background-color: #fff;
}
.reset {
	color: #2B2828;
	border: 1px solid #2B2828;
}
.reset:hover {
	background-color: #2B2828;
	color: #fff;
}
.searchfor {
	color: #34539C;
	border: 1px solid #34539C;
}
.searchfor:hover {
	background-color: #34539C;
	color: #fff;
}
.reset:hover,
.searchfor:hover {
	opacity: 1 !important;
	cursor: pointer;
}
#search input[type=checkbox] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#search label {
	color: #2B2828;
	border: 1px solid #2B2828;
	background-color: #fff;
	padding: 1px 10px 2px;
	border-radius: 30px;
	font-size: 1.3rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	cursor: pointer;
}
#search label:hover {
	color: #fff;
	background-color: #2B2828;
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#search input[type=checkbox]:checked+label {
	background-color: #2B2828;
	color: #fff;
}
/*
#alltag （すべてのタグ top・nav)
---------------------------*/
#alltag .nav_alltag_title {
	font-size: min(3vw, 26px);
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 27px;
	color: #FFFFFF;
}
#alltag .nav_alltag_title::before {
	background-image: url(../image/common/icon_alltag_top.png);
}
#alltag .alltag_title {
	color: #FFFFFF;
}
#alltag .tag_btn {
	border-left: 1px solid #FFFFFF;
}
#alltag ul.tag_btn li a {
	color: #2B2828;
	border: 1px solid #2B2828;
	background-color: #FFFFFF;
}
#alltag ul.tag_btn li a:hover {
	background-color: #2B2828;
	color: #FFFFFF;
}
#alltag .searchfor:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #34539C;
}
#alltag .nav_inner {
	padding-top: 54px;
	padding-bottom: 60px;
}
/*
#sp menu
---------------------------*/
.hamburger {
	background-color: #FFCD3C;
	border-radius: 50%;
	position: fixed;
	top: 10px;
	right: 20px;
	border: 0;
	cursor: pointer;
	width: 40px;
	height: 40px;
	z-index: 100;
	border: 1px solid #2B2828;
}
.hamburger:focus {
	outline: 0;
}
.hamburger .line {
	background-color: #2B2828;
	display: block;
	margin: 4px auto;
	height: 2px;
	width: 15px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.hamburger.active {
	background-color: #2B2828;
}
.hamburger.active .line:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
	background-color: #FFFFFF;
}
.hamburger.active .line:nth-child(2) {
	opacity: 0;
}
.hamburger.active .line:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
	background-color: #FFFFFF;
}
/*gnav*/
.gnav {
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100;
	overflow-y: scroll;
	background-color: #F5F5F2;
	margin-top: -59px;
}
.gnav .sp_navimg {
	margin-bottom: 20px;
}
.gnav .gnav__wrap {
	background: #F5F5F2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: absolute;
	width: 100%;
	padding-top: 55px;
	text-align: center;
}
ul.gnav__menu {
	display: block;
	margin: 0 auto;
	max-width: 335px;
	width: 100%;
	margin-bottom: 50px;
}
li.gnav_item {
	border-top: 1px solid #2B2828;
	width: 100%;
	position: relative;
	display: inline-block;
}
li.gnav_item:last-of-type {
	border-bottom: 1px solid #2B2828;
}
li.gnav_item::after {
	content: "";
	width: 15px;
	height: 15px;
	border: 0;
	border-top: solid 2px #2B2828;
	border-right: solid 2px #2B2828;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}
.gnav_item a {
	color: #2B2828;
	font-size: 1.7rem;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	height: 100%;
	width: 100%;
	padding: 15px 0;
}
.gnav_item a:hover {
	color: #666;
}
@media screen and (max-width: 1025px) {
	.nav_sp_wrap {
		background-color: #fff;
		padding: 10px 10px 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.gnav .search_container {
		max-width: 335px;
		margin: 0 auto 25px;
	}
	.gnav .search_container input[type=text] {
		width: 88%;
	}
	.gnav .searchfor {
		color: #fff;
		border: 1px solid #34539C;
		background-color: #34539C;
	}
	.gnav .tag_title::before {
		content: "";
		display: inline-block;
		width: 23px;
		height: 23px;
		margin-right: 10px;
		background-image: url(../image/common/icon_tag_blue.png);
		background-size: auto;
		background-repeat: no-repeat;
	}
	.gnav .top_title {
		color: #34539C;
		margin-bottom: 22px;
		font-size: 1.8rem;
		font-weight: bold;
		align-items: center;
		display: inline-flex;
	}
	.gnav ul.tag_btn li a {
		font-size: 1.2rem;
		background-color: #FFFFFF;
	}
	.gnav ul.tag_btn li a:hover {
		color: #fff;
		background-color: #2B2828;
		opacity: 1;
	}
	.gnav .tag_inner {
		margin-bottom: 10px;
		padding: 0px;
	}
	.gnav .tag_morebtn {
		padding-right: 0px;
		text-align: right;
	}
	.gnav .tag_morebtn p {
		display: inline-block;
		position: relative;
	}
	.gnav .tag_morebtn a {
		color: #34539C;
		font-size: 1.2rem;
		font-weight: bold;
		padding-left: 30px;
	}
	.gnav .gnav_tagarea .tag_morebtn a::before {
		width: 20px;
		height: 20px;
		border-radius: 15px;
		background-color: #FFFFFF;
		border: 1px solid #34539C;
	}
	.gnav .gnav_tagarea .tag_morebtn a::after {
		content: "";
		width: 4px;
		height: 4px;
		border-top: 1px solid #34539C;
		border-right: 1px solid #34539C;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 8px;
	}
	.gnav .nav_btnarea {
		margin-top: 25px;
		margin-bottom: 50px;
	}
	.gnav .tag_btn {
		border-left: initial;
		padding-left: initial;
		text-align: left;
	}
	.gnav_tagarea {
		display: block;
		margin: 0 auto;
		max-width: 335px;
		width: 100%;
		padding-bottom: 50px;
		padding: 0 10px;
	}
	.nav_search::before {
		top: -53px;
		right: 70px;
		width: 42px;
		height: 42px;
	}
	.nav_search:hover::before {
		top: -53px;
		right: 70px;
		width: 42px;
		height: 42px;
	}
	.nav_search.close::before {
		top: -53px;
		right: 70px;
		width: 42px;
		height: 42px;
	}
	.nav_search.close:hover::before {
		top: -53px;
		right: 70px;
		width: 42px;
		height: 42px;
	}
	.hamburger {
		-webkit-box-shadow: 2px 2px 0px 0px #2B2828;
		box-shadow: 2px 2px 0px 0px #2B2828;
		z-index: 120;
	}
	.hamburger .active {
		-webkit-box-shadow: none;
		box-shadow: none;
		z-index: 120;
	}
	.hamburger:hover {
		-webkit-box-shadow: unset;
		box-shadow: unset;
		-webkit-transform: translate(3px, 3px);
		transform: translate(3px, 3px);
	}
}
@media screen and (max-width: 767px) {

	header #headerInner {
		height: 60px !important;
	}
	.search_menu .nav_inner {
		margin-top: 37px;
		padding-bottom: 76px;
	}
	.search_menu .search_container {
		margin: 0 auto 26px;
	}
	.search_menu .nav_btnarea {
		margin-top: 0px;
		border-bottom: 1px solid #ABAFB4;
		margin-bottom: 30px;
		text-align: center;
	}
	.search_menu h2 {
		font-size: 1.8rem;
	}
	.search_menu .searchfor {
		background-color: #34539C;
		color: #FFFFFF;
		margin-bottom: 32px;
	}
	.search_menu .alltag {
		display: inherit;
	}
	.search_menu .alltag_detail {
		padding-right: 0px;
	}
	.search_menu .tag_btn {
		border-left: none;
		padding-left: 0 !important;
	}
	/* Safari */
	_::-webkit-full-page-media,
	_:future,
	:root .search_menu .tag_btn {
		padding-left: 0 !important;
	}
	.search_menu .alltag_title {
		min-height: 30px;
		font-size: 1.5rem;
		margin-left: 6px;
	}
	.search_menu ul.tag_btn li {
		margin: 5px 6px 5px 0px;
	}
	.search_menu .reset {
		margin-bottom: 32px;
	}
	.search_menu .nav_btnarea:last-of-type {
		border-bottom: none;
		margin-top: 50px;
	}
}
@media screen and (max-width: 630px) {
	.search_container input[type=text] {
		width: 90%;
	}
}
@media screen and (max-width: 390px) {
	ul.gnav__menu {
		max-width: 87%;
	}
	.gnav .search_container {
		max-width: 87%;
	}
	.search_container input[type=text] {
		width: 88%;
	}
}
/* ---------------------------------------------
	みんなの広場
---------------------------------------------- */
.animation {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	width: 128px;
}
.keyframe4 {
	-webkit-animation-name: anim_r;
	animation-name: anim_r;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}
@-webkit-keyframes anim_r {
	0% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	50% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	100% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
}
@keyframes anim_r {
	0% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	50% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	100% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
}
/* ---------------------------------------------
	新着記事・みんなの広場　共通
---------------------------------------------- */
.content_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	margin-bottom: 63px;
}
.content_item {
	position: relative;
	margin-bottom: 50px;
	border-style: solid;
	background-color: #FFFFFF;
	background-size: cover;
}
.content_item a:hover {
	opacity: 1;
}
.new_icon {
	position: absolute;
	top: -25px;
	right: -25px;
	background-color: #2B2828;
	width: 65px;
	height: 65px;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	color: #FFCD3C;
	border-radius: 36px 36px 36px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	letter-spacing: 0;
}
.border {
	border: 1px solid #2B2828;
	margin: 10px 0;
}
.tag_item {
	font-size: 1.3rem;
	color: #34539C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.tag_item li a {
	margin-right: 10px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0;
	color: #34539C;
}
.day_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
}
.day_area:first-of-type {
	margin-right: 10px;
}
.day_area span {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.day_area img {
	width: 15px;
	margin-right: 2px;
}
.content_list .tag_item a:hover {
	opacity: 0.5;
}
.thum_box_inner {
	position: relative;
}
.thum_box {
	width: 303px;
	height: 172px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #2B2828;
}
.thum_box img {
	width: auto;
	height: 100%;
	max-width: none;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thum_box .cover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 100px;
	background: #2B2828;
}
.thum_box .cover::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #2b282838;
}
.thum_box.hoverClass {
	cursor: pointer;
	-webkit-box-shadow: 8px 8px 0px 0px #2B2828;
	box-shadow: 8px 8px 0px 0px #2B2828;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
}
.thum_box::after:hover {
	opacity: 1;
}
.content_item a:hover img {
	opacity: 1;
}
@media screen and (max-width: 1025px) {
	.content_list {
		margin-right: -1%;
	}
	.content_item {
		width: 28%;
		margin-bottom: 2%;
		margin-right: 2%;
		margin-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.new_icon {
		width: 50px;
		height: 50px;
		font-size: 1.5rem;
		right: -20px;
	}
	#post .new_icon {
		width: 45px;
		height: 45px;
		font-size: 1.0rem;
	}
	.content_item {
		width: 47.5%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.content_item:nth-child(3n) {
		margin-right: 3.5%;
	}
	.thum_box.hoverClass {
		box-shadow: none;
		transition: none;
		transform: none;
		;
	}
}
@media screen and (max-width: 410px) {
	.tag_item li a {
		font-size: 1rem;
	}
	.day_area img {
		width: 10px;
	}
}
@media screen and (max-width: 340px) {
	.thum_box {
		width: 100%;
		height: 50vw;
	}
}
/* ---------------------------------------------
	新着記事
---------------------------------------------- */

#newarticles {
	margin-top: 17px;
	padding-bottom: 10px;
}
#newarticles .content_item {
	max-width: 303px;
	width: 100%;
}
#newarticles .new_icon {
	top: -35px;
	right: -35px;
}
#newarticles .top_contents {
	padding-top: 72px;
	margin-bottom: 80px;
}
#newarticles .content_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0em;
	color: #2B2828;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 12px;
}
#newarticles span {
	color: #2B2828;
	font-size: 1.3rem;
	letter-spacing: 0em;
}
#newarticles span:first-of-type {
	margin-right: 16px;
}
#newarticles img:first-of-type {
	margin-bottom: 12px;
}
/* #newarticles .content_item {
	max-width: 300px;
	width: 100%;
	margin-right: 45px;
} */

/* #newarticles .content_item:nth-child(3),
#newarticles .content_item:nth-child(6),
#newarticles .content_item:nth-child(9),
#newarticles .content_item:nth-child(12),
#newarticles .content_item:nth-child(15) {
	margin-right: 0;
} */

@media screen and (max-width: 1120px) {
	#newarticles .content_item {
		margin-right: 20px;
		margin-left: 20px;
	}
	#newarticles .content_list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
/* 
@media screen and (max-width: 1121px) {

	#newarticles .content_item:nth-child(3),
	#newarticles .content_item:nth-child(6),
	#newarticles .content_item:nth-child(9),
	#newarticles .content_item:nth-child(12),
	#newarticles .content_item:nth-child(15) {
		margin-right: 45px;
	}
} */

@media screen and (max-width: 1025px) {

	#newarticles .content_item {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	/* #newarticles .content_item:nth-child(3),
	#newarticles .content_item:nth-child(6),
	#newarticles .content_item:nth-child(9),
	#newarticles .content_item:nth-child(12),
	#newarticles .content_item:nth-child(15) {
		margin-right: 45px;
	} */
}
@media screen and (max-width: 767px) {

	#newarticles .content_item {
		width: 42%;
	}
	#newarticles .top_contents {
		padding-top: 100px;
	}
	#newarticles .content_item p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#newarticles span {
		font-size: 1.4rem;
	}
	#newarticles .content_list {
		width: 100%;
		margin-bottom: 40px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	#newarticles .content_item {
		margin-bottom: 30px;
	}
	/* #newarticles .content_item:nth-child(3),
	#newarticles .content_item:nth-child(6),
	#newarticles .content_item:nth-child(9),
	#newarticles .content_item:nth-child(12),
	#newarticles .content_item:nth-child(15) {
		margin-right: 45px;
	} */

	.thum_box {
		width: 100%;
		height: 22vw;
	}
}
@media screen and (max-width: 632px) {
	#newarticles .top_contents {
		padding-top: 30px;
		margin-bottom: 110px;
	}
	#newarticles .top_title {
		margin-bottom: 45px;
	}
	#newarticles .content_item:nth-child(3),
	#newarticles .content_item:nth-child(6),
	#newarticles .content_item:nth-child(9),
	#newarticles .content_item:nth-child(12),
	#newarticles .content_item:nth-child(15) {
		margin-right: inherit;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	#newarticles .content_item {
		width: 100%;
	}
	.thum_box {
		width: 303px;
		height: 172px;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 410px) {
	#newarticles span {
		font-size: 1rem;
	}
	#newarticles .content_list {
		margin-bottom: 20px;
	}
	#newarticles .content_item {
		max-width: 320px;
		width: 100%;
	}
	#newarticles #top section#newarticles {
		margin-bottom: 100px;
	}
	/* #newarticles .content_item {
		margin-right: 0px;
		margin-left: 0px;
	} */

	#newarticles .new_icon {
		right: -14px;
	}
}
@media screen and (max-width: 380px) {
	.thum_box {
		width: 100%;
		height: 50vw;
	}
	#newarticles .content_item {
		width: 98%;
	}
}
/*検索結果用*/
#newarticles #search_keywords {
	margin-bottom: 65px;
}
#newarticles #search_keywords .content_item {
	max-width: inherit;
	width: 100%;
	margin: 0 auto;
	margin-right: 0 !important;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #989898;
}
#newarticles #search_keywords .content_item a {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap; */
	/* flex-wrap: wrap; */
}
/* #newarticles #search_keywords .content_item img {
	width: 24.5%;
	max-width: 245px;
} */

#newarticles #search_keywords .content_item .text {
	width: 72.2%;
	max-width: 722px;
	margin-left: 5%;
}
#newarticles #search_keywords .content_item .entry_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#newarticles #search_keywords .content_item .entry_title.mode_sp {
	width: 100%;
}
#newarticles #search_keywords .content_item .entry_text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.625;
	letter-spacing: 0em;
	color: #2B2828;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 12px;
}
#newarticles #search_keywords .content_item .entry_date {
	font-family: "Poppins", sans-serif;
}
#main_title .search_icon {
	width: 30px;
	display: inline-block;
	margin-right: 0.5em;
}
#newarticles #search_keywords .thum_box {
	width: 303px;
}
#newarticles #search_keywords .disply_pc {
	display: flex;
}
#newarticles #search_keywords .new_icon {
	top: -20px;
}

@media screen and (max-width: 767px) {

	#newarticles #search_keywords .thum_box {
		/* width: 168px;
		height: 95px; */
		width: 35vw;
		height: 20vw;
	}
	#newarticles #search_keywords .content_item .entry_text {
		margin-bottom: 10px;
		-webkit-line-clamp: 5;
	}
	#newarticles #search_keywords .new_icon {
		width: 40px;
		height: 40px;
		font-size: 1.1rem;
		top: -14px;
		right: -15px;
	}
	#newarticles #search_keywords .content_item .entry_title {
		margin-bottom: 20px;
	}
}


/* #main_title .search_icon {
		width: 25px;
	}
	#newarticles #search_keywords .content_item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#newarticles #search_keywords .content_item .entry_title.mode_pc {
		display: none !important;
	}
	#newarticles #search_keywords .content_item .entry_title.mode_sp {
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
	}
	#newarticles #search_keywords .content_item .entry_text {
		margin-bottom: 10px;
		-webkit-line-clamp: 5;
	} */

/* #newarticles #search_keywords .content_item img {
		width: 50%;
		max-width: none;
	} */

/* #newarticles #search_keywords .content_item .text {
		width: 45%;
		max-width: none;
	} */

/* #newarticles #search_keywords .content_item a {
			flex-wrap: wrap;
	} 
}*/

/* ---------------------------------------------
	みんなの広場
---------------------------------------------- */
#post {
	position: relative;
	background-color: #F5F5F2;
	padding-bottom: 80px;
}
#post .clicl_img {
	position: absolute;
	right: 6%;
	width: 100px;
	top: 2%;
}
#post .clicl_img a {
	cursor: pointer;
}
#post .bg_post {
	content: "";
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	left: -6%;
	z-index: -1;
	border-radius: 0px 200px 200px 0px;
	padding-bottom: 100px;
}
#post .top_title::before {
	background-image: url(../image/top/icon_title_02.png);
	margin-right: -3px;
}
#post .square {
	margin: 0 40px 5% 0;
}
#post .square img:first-child {
	width: 220px;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 8px;
	border: 1px solid #2B2828;
}
#post .sub_text {
	font-size: 1.8rem;
	margin-bottom: 60px;
}
#post p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #2B2828;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	margin-bottom: 8px;
}
#post span {
	color: #2B2828;
	font-size: 1.3rem;
	letter-spacing: 0em;
}
#post .day_area span:first-of-type {
	margin-right: 16px;
}
#post .content_area {
	margin-bottom: 20px;
}
#post .content_list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#post .top_contents {
	padding-top: 70px;
}
#post .content_item {
	width: 220px;
	background-color: #F5F5F2;
	position: relative;
	position: relative;
	margin-bottom: 50px;
	border-style: solid;
	background-size: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#post .content_list::after {
	content: "";
	display: block;
	width: 250px;
}
#post .square:nth-child(4),
#post .square:nth-child(8),
#post .square:nth-child(12),
#post .square:nth-child(16) {
	margin: 0 0px 5% 0;
}
#post img.item_img {
	border: 1px solid #2B2828;
	position: relative;
}
#post img.item_img.hoverClass {
	cursor: pointer;
	-webkit-box-shadow: 8px 8px 0px 0px #2B2828;
	box-shadow: 8px 8px 0px 0px #2B2828;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
}


@media screen and (max-width: 1120px) {

	#post .square:nth-child(4),
	#post .square:nth-child(8),
	#post .square:nth-child(12),
	#post .square:nth-child(16) {
		margin: 0 40px 5% 0;
	}
	#post .content_list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#post .content_list::after {
		width: 280px;
	}
}
@media screen and (max-width: 880px) {
	#post .content_list::after {
		width: 250px;
	}
}
@media screen and (max-width: 767px) {
	#post .content_list {
		display: initial;
	}
	#post .content_item {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#post .square img:first-child {
		min-width: 220px;
		margin-right: 42px;
	}
	#post .new_icon {
		left: 190px;
		right: initial;
	}
	#post p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	#post .content_area {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 520px) {
	#post p {
		font-size: 1.6rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	#post .square img:first-child {
		min-width: 160px;
		width: 160px;
		height: 160px;
		margin-right: 20px;
	}
	#post .new_icon {
		left: 135px;
	}
	#post .content_item {
		height: initial;
	}
	#post .square {
		margin-bottom: 15px;
	}
	#post .clicl_img {
		width: 80px;
		right: 4%;
	}
}
@media screen and (max-width: 410px) {
	#post span {
		font-size: 1rem;
	}
}
@media screen and (max-width: 380px) {
	#post .square img:first-child {
		min-width: 130px;
		width: 130px;
		height: 130px;
	}
	#post .new_icon {
		left: 103px;
	}
}
/* ---------------------------------------------
	ショート動画
---------------------------------------------- */
iframe.cboxIframe {
	background-color: black !important;
}
#colorbox {
	margin: auto;
	left: 0 !important;
	right: 0 !important;
}
#cboxLoadedContent {
	background: #000 !important;
}
#cboxLoadedContent {
	background: #000 !important;
}
#cboxOverlay {
	background: #000 !important;
}
#cboxClose {
	background: url(../image/common/cbox_close.png) no-repeat top center !important;
	top: 0 !important;
	right: 0 !important;
	width: 55px !important;
	height: 55px !important;
	cursor: pointer !important;
	z-index: 100;
}
#cboxOverlay {
	background: #0A0909 !important;
}
/* ---------------------------------------------
	Footer
---------------------------------------------- */
.footer_inner {
	max-width: 1120px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#footer .contact {
	color: #2B2828;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0em;
}
#footer .btn_inner {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
#footer .btn_inner a {
	border: solid 1px #2B2828;
	background-color: #2B2828;
	border-radius: 30px;
	padding: 18px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 30px;
	display: block;
	max-width: 520px;
	margin: 0 auto;
	letter-spacing: 0em;
}
#footer .btn_inner a:hover {
	background-color: #34539C;
	border: solid 1px #34539C;
	color: #FFFFFF;
	opacity: 1;
}
#footer .btn_inner a span {
	font-size: 1.6rem;
	font-weight: bold;
}
#footer .coution {
	text-align: center;
	color: #2B2828;
	letter-spacing: 0;
	padding-bottom: 45px;
}
.footer_contact {
	background-color: #F5F5F2;
	padding-top: 50px;
}
.footer_contact p {
	font-weight: bold;
}
.footer_contener {
	background-color: #34539C;
	padding: 40px 20px 50px;
}
.footer_contener a {
	font-weight: bold;
}
.footer_contener p {
	font-weight: normal;
	letter-spacing: 0.05em;
	font-size: min(1.5vw, 12px);
	font-weight: bold;
}
.footer_contener a,
.footer_contener p {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.footer_box ul li {
	margin-left: 20px;
}
.footer_textarea {
	text-align: right;
}
.footerimg_second {
	margin-left: 35px;
}
.footerimg_second img {
	width: 138px;
}
@media screen and (max-width: 1025px) {
	#footer .coution {
		padding: 0 10px 45px;
	}
}
@media screen and (max-width: 767px) {
	#footer .contact {
		font-size: 1.6rem;
	}
	.footer_contact .coution p {
		font-size: 1.1rem;
		font-weight: 500;
	}
	.footer_inner {
		display: block;
	}
	.footer_inner img {
		width: 80%;
	}
	.footerimg_second img {
		width: 96%;
	}
	.footer_box {
		display: block;
	}
	.footer_box ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer_textarea {
		text-align: center;
	}
	.footer_sp_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-bottom: 1px solid #FFFFFF;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.footer_contener {
		padding: 30px 20px 30px;
	}
	.footer_contener .copyText p {
		font-size: 9px;
	}
	#footer .btn_inner a {
		font-size: 16px;
		width: 70%;
		line-height: 1.2;
		border-radius: 50px;
		padding: 10px 0px;
	}
}
@media screen and (max-width: 450px) {
	#footer .btn_inner a {
		width: 100%;
		font-size: 14px;
	}
}
/* ---------------------------------------------
	pager
---------------------------------------------- */
#pager .pager_wrap {
	margin: 0 auto 80px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#pager .nm_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -8px;
}
#pager .nm_item {
	display: inline-block;
	margin-right: 8px;
	background-color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 100%;
	line-height: 1.5;
}
#pager .current {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #34539C;
	color: #FFFFFF;
	border-radius: 100%;
}
#pager .space {
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #FFFFFF;
}
#pager .nm_item a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #34539C;
	font-weight: inherit;
}
#pager .nm_item span {
	font-weight: inherit;
	line-height: inherit;
}
#pager .next_arrow,
#pager .prev_arrow {
	margin: 0;
	position: relative;
}
#pager .next_arrow a,
#pager .prev_arrow a {
	display: block;
	font-size: 2rem;
	width: 1.5em;
	height: 1.5em;
	position: relative;
	z-index: 1;
}
#pager .next_arrow a:hover,
#pager .prev_arrow a:hover {
	cursor: pointer;
}
#pager .next_arrow:after,
#pager .prev_arrow:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: 8px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-bottom: solid 3px #34539C;
	border-right: solid 3px #34539C;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#pager .prev_arrow:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
	#pager .pager_wrap {
		margin: 0px auto 67px;
	}
}
/* ---------------------------------------------
	ログイン
---------------------------------------------- */
.nav_sp.login_logo {
	display: none;
}
/* ---------------------------------------------
	ログアウトボタン追加
---------------------------------------------- */
a.footerLogout {
	color: #fff;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (orientation: landscape) {
	#g-nav {
		overflow: hidden;
	}
}
@media screen and (orientation: landscape) and (max-width: 1028px) {
	#gnavi {
		margin-top: 10px;
	}
}
/* ---------------------------------------------
	ページトップ
---------------------------------------------- */
#page_top {
	width: 46px;
	height: 46px;
	position: fixed;
	right: -7px;
	bottom: 50px;
	border-radius: 50%;
	border: 1px solid #2B2828;
	background-color: #fff;
	margin: 0 30px 30px 0;
	z-index: 100;
}
#page_top:hover {
	background-color: #2B2828;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	top: 6px;
	bottom: 0;
	right: 3px;
	left: 0;
	margin: auto;
	text-align: center;
	border: 2px solid;
	border-color: #2B2828 #2B2828 transparent transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#page_top a:hover::before {
	border-color: #FFFFFF #FFFFFF transparent transparent;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 767px) {
	#page_top {
		right: -10px;
		bottom: 50px;
		width: 60px;
		height: 60px;
	}
	#page_top a {
		width: 60px;
		height: 60px;
	}
	#page_top a::before {
		top: 10px;
		right: 0px;
	}
}
/* ---------------------------------------------
	通知ボタン
---------------------------------------------- */

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .background {
	fill: #2E2E2E !important;
}
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-md .onesignal-bell-launcher-button {
	width: 50px !important;
	height: 50px !important;
}
@media screen and (max-width: 767px) {
	#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-md .onesignal-bell-launcher-button {
		width: 60px !important;
		height: 60px !important;
	}
	#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
		bottom: 12px !important;
	}
}
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .stroke {
	stroke: unset !important;
}