@charset "UTF-8";
/* CSS Document */
/* COMMON
---------------------------------------------------------- */
* {
	box-sizing: border-box;
}

/* helper */
.is-sp {
	display: none !important;
}

.is-sp-flex {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.is-sp {
		display: block !important;
	}

	.is-sp-flex {
		display: flex !important;
	}
}

#contWrap {
	min-width: auto;
	padding: 0;
}

#headInner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
}

#headInner .box_banners {
	display: none !important;
}

#headInner h1 {
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 84px;
	max-width: 130px;
	margin-left: 14px;
}

#headInner h1 > a > img {
	width: 100%;
	height: auto;
}

#headInner p.tag {
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	transform: scale(0.9);
}

#headInner p.tag > img {
	width: 100%;
	height: auto;
}

#headInner > ul {
	display: none;
}

#headInner .login_date {
	display: none;
}

#headInner .sp_nav_btn {
	position: relative;
	flex: 0 1 50px;
	height: 50px;
	margin-left: auto;
	background: #03a372;
	cursor: pointer;
}

#headInner .sp_nav_btn > .border {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 15px;
	height: 0;
	margin: auto;
}

#headInner .sp_nav_btn > .border::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
}

#headInner .sp_nav_btn > .border::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
}

#contInner {
	width: 100%;
}

#contInner.is-open {
	position: relative;
}

#contInner.is-open:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
}

#contL {
	position: fixed;
	top: 0;
	right: -100vw;
	z-index: 999;
	width: 300px;
	height: 100%;
	transition: right 0.3s;
	background: #03a372;
	overflow-y: auto;
	padding-bottom: 30px;
}

#contL.is-open {
	right: 0;
}

#contL > .sp_nav_close {
	color: #fff;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 25px;
	height: 25px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

#contL > .sp_nav_close::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 1px;
	margin: auto;
	background-color: currentColor;
	transform: rotate(-45deg);
}

#contL > .sp_nav_close::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 1px;
	margin: auto;
	background-color: currentColor;
	transform: rotate(45deg);
}

#contL .box_name {
	padding: 40px 40px 26px;
	margin-bottom: 0;
	background: transparent;
}

#contL .box_name p em {
	font-size: 17px;
}

#contL .box_name > .login_date {
	margin-top: 70px;
	font-size: 10px;
	text-align: center;
}

#contL .box_menu {
	width: 260px;
	margin: 0 auto;
	background-color: inherit;
	padding: 0;
	border-top: 1px solid #BFBFBF;
}

#contL .box_menu li {
	padding: 15px 10px 13px;
}

#contL .box_menu li:first-child {
	border-top: none;
}

#contL .box_menu li a {
	color: #fff;
	font-size: 13px;
}

#contL .box_menu li a::before {
	font-size: 10px;
}

#contL .box_menu li a.new::after {
	position: inherit;
	display: inline-block;
	margin-left: 1em;
	vertical-align: 0.1em;
}

#contL .box_menu > ul {
	margin: 25px 0 0 1em;
}

#contL .box_menu > ul > li {
	padding: 0;
	border-bottom: none;
}

#contL .box_menu > ul > li > a {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: calc(40 / 12);
}

#contL .box_menu > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	margin: auto 0;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	transform: rotate(45deg);
}

#contL .box_menu > ul > li.logout > a {
	position: absolute;
	top: 100px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 50px;
	margin: 0 auto;
	padding-left: 0;
	background: #fff;
	font-size: 13px;
	color: #03a372;
}

#contL .box_menu > ul > li.logout > a::before {
	content: none;
}

#contL .box_menu .box_banners {
	margin: 24px 0 0;
	width: 100%;
	display: flex;
	gap: 12px;
}

#contL .box_menu .box_banners li {
	width: 100%;
}

#contL .box_banners li:not(:first-child) {
	margin-top: 0;
}

#contL .box_banners li:first-child a{
	border: none;
}

#contL .box_banners li:last-child a{
	border: none;
}

#contL .box_menu .box_banners li a {
	display: flex;
	flex-direction: column-reverse;
	gap: 7px;
	padding: 8px 0;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-decoration: none;
	font-weight: bold;
}

#contL .box_menu .box_banners li a:before {
	display: none;
}

#contL .box_menu .box_banners li a p {
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

#contL .box_menu .box_banners li a p .small {
	font-size: 10px;
}

#contL .box_menu .box_banners li a img {
	width: 53px;
	height: auto;
}


#contR {
	width: 100%;
}

#footLink #footLinkInner {
	width: 100%;
	padding: 25px 10px 30px;
}

#footLink #footLinkInner dl {
	float: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 19px 29px;
}

#footLink #footLinkInner dl dt {
	float: none;
	flex: 1 100%;
}

#footLink #footLinkInner dl dd {
	float: none;
	padding: 0;
}

#footLink #footLinkInner dl dd img {
	width: auto;
	height: 12px;
}

#footLink #footLinkInner p.txt {
	float: none;
	padding: 0;
	margin-top: 10px;
}

#footLink #footLinkInner .copy {
	float: none;
	padding-top: 0;
	margin-top: 20px;
}

#footLink #footLinkInner .copy > img {
	width: auto;
	height: 9px;
}
/*# sourceMappingURL=common_sp.css.map */
