@charset "UTF-8";
/* ========================================================
Components
=========================================================*/
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
base
=========================================================*/
/* ========================================================
color
=========================================================*/
/* ========================================================
font
=========================================================*/
/*#########################################################

layout

#########################################################*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
*/
/* ========================================================
header
=========================================================*/
.header {
	position: relative;
}
/* .header.fixed { */
.header {
	position: fixed;
	/*fixedを設定して固定*/
	z-index: 999;
	/*最前面へ*/
	top: 0;
	/*位置指定*/
	left: 0;
	/*位置指定*/
	width: 100%;
	background: #fff;
}
.header-upper, .header-lower {
	border-bottom: 1px solid #ddd;
}
.header-upper .content-box, .header-lower .content-box {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-upper {
	width: 100%;
}
.header-upper .header__logo {
	width: 240px;
	margin: 0 0 0 17px;
}
.header-upper .header__logo img {
	width: 100%;
	height: auto;
}
.header-upper .h-upper-box {
	display: flex;
	align-items: center;
}
.header-upper .h-search-box {
	width: 100%;
	max-width: 450px;
	min-width: 450px;
	border-radius: 30px;
	background: #ECEDF1;
	padding: 0 1em 0 0.5em;
	box-sizing: border-box;
}
.header-upper .h-search-box > form {
	display: flex;
	align-items: center;
}
.header-upper .h-search-box .h-search {
	background: transparent;
}
.header-upper .h-search-box input[type="text"] {
	border-radius: 30px;
	z-index: 200;
}
.header-upper .h-search-box .h-search::placeholder {
	color: #697684;
}
.header-upper .h-search-box .h-search-btn {
	background: url(../images/icon-search.svg) no-repeat center center;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	z-index: 200;
}
.header-upper .search-more {
	width: 45px;
	height: 45px;
	min-width: 45px;
	border-radius: 50%;
	background: #ECEDF1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 1.5em 0 0.5em;
}
.header-upper .search-more > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.header-upper .search-more img {
	vertical-align: middle;
	display: block;
}
.header-upper .h-contact {
	width: 108px;
	min-width: 108px;
	background: #222;
	height: 70px;
	transition: 0.3s;
}
.header-upper .h-contact a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
}
.header-upper .h-contact img {
	display: block;
	margin-bottom: 0.5em;
}
.header-upper .h-contact:hover {
	background: #1487C4;
}
.header-lower nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-lower nav .list {
	display: flex;
	margin: 0;
}
.header-lower nav .list .menu-item-has-children {
	transition: 0.3s;
	height: 63px;
}
.header-lower nav .list .menu-item-has-children:before {
	margin-right: 0.4em;
	line-height: 0;
}
.header-lower nav .list .menu-item-has-children a {
	text-decoration: none;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0 1em;
}
.header-lower nav .list .menu-item-has-children a svg {
	margin-right: 0.4em;
}
.header-lower nav .list .menu-item-has-children:hover a {
	color: #fff;
	transition: 0.3s;
}
.header-lower nav .list .menu-item-has-children.books svg {
	width: 16px;
	height: 20px;
	color: #EDC12D;
}
.header-lower nav .list .menu-item-has-children.books:hover {
	background: #EDC12D;
	color: #fff;
}
.header-lower nav .list .menu-item-has-children.books:hover svg {
	color: #fff;
}
.header-lower nav .list .menu-item-has-children.pc svg {
	width: 21px;
	height: 19px;
	color: #2EB08D;
}
.header-lower nav .list .menu-item-has-children.pc:hover {
	background: #2EB08D;
	color: #fff;
}
.header-lower nav .list .menu-item-has-children.pc:hover svg {
	color: #fff;
}
.header-lower nav .list .menu-item-has-children.lightnovel svg {
	width: 16px;
	height: 20px;
	color: #F84162;
}
.header-lower nav .list .menu-item-has-children.lightnovel:hover {
	background: #F84162;
	color: #fff;
}
.header-lower nav .list .menu-item-has-children.lightnovel:hover svg {
	color: #fff;
}
.header-lower nav .list .menu-item-has-children.gacomic svg {
	width: 24px;
	height: 23px;
	color: #D02027;
}
.header-lower nav .list .menu-item-has-children.gacomic:hover {
	background: #D02027;
	color: #fff;
}
.header-lower nav .list .menu-item-has-children.gacomic:hover svg {
	color: #fff;
}
.header-lower nav .list .menu-item-has-children.trial svg {
	width: 21px;
	height: 20px;
	color: #1487C4;
}
.header-lower nav .list .menu-item-has-children.trial:hover {
	background: #1487C4;
	color: #fff;
}
.header-lower nav .list .menu-item-has-children.trial:hover svg {
	color: #fff;
}
.header-lower nav .list.info-nav .menu-item {
	border-right: 1px solid #ddd;
}
.header-lower nav .list.info-nav .menu-item a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0 1em;
	flex-direction: column;
	font-size: 12px;
	line-height: 1em;
}
.header-lower nav .list.info-nav .menu-item a img {
	margin-bottom: 0.3em;
}
.header-lower nav .list.info-nav .menu-item:last-child {
	border-right: none;
}
.header-lower nav .list.info-nav .menu-item:hover {
	background: #f2f2f2;
}
.header-lower nav .list.info-nav .menu-item:hover a {
	color: #222;
}

header.header .header-lower .nav .list .menu-item-has-children .sub-menu {
	background: #fff;
	border: 5px solid #ECEDF1;
	width: 100%;
	padding: 1.5em 3em 1em;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	visibility: hidden;
}
header.header .header-lower .nav .list .menu-item-has-children .sub-menu li {
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
}
header.header .header-lower .nav .list .menu-item-has-children .sub-menu li a {
	font-size: 14px !important;
	font-weight: normal !important;
	justify-content: flex-start !important;
	color: #222 !important;
}
header.header .header-lower .nav .list .menu-item-has-children .sub-menu li a:hover {
	color: #1487C4 !important;
}
header.header .header-lower .nav .list .menu-item-has-children .sub-menu li:after {
	content: "|";
	color: #DDD;
}

header.header .header-lower .nav .list .menu-item-has-children:hover .sub-menu {
	visibility: visible;
}

@media screen and (max-width: 980px) {
	header.header {
		border-bottom: 1px solid #ddd;
		width: 100%;
		height: 60px;
	}
	header.header .header__logo {
		position: absolute;
		top: 1.2em;
		left: 1em;
		width: 150px;
		font-size: 16px;
		line-height: 1em;
		margin: 0;
	}
	header.header .header__logo img {
		width: 100%;
		height: auto;
	}
	header.header .header__in {
		width: 100%;
		height: 100vh;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		overflow-x: hidden;
		overflow-y: auto;
		transform: translateX(1000px);
		transition: 0.4s ease-in-out;
		box-sizing: border-box;
	}
	header.header .header__in.is-open {
		transform: translateX(0);
		z-index: 999;
	}
	header.header .header-upper {
		margin-top: 70px;
		border-bottom: 0;
	}
	header.header .header-upper .h-upper-box {
		width: 90%;
		justify-content: center;
		margin: 0 auto;
	}
	header.header .header-upper .h-upper-box .h-search-box {
		margin: 1em 0;
		min-width: 80%;
		padding: 0 0.7em 0 0.2em;
	}
	header.header .header-upper .search-more {
		margin-right: 0;
	}
	header.header .header-lower {
		border-bottom: 0;
	}
	header.header .header-lower .nav {
		flex-direction: column;
	}
	header.header .header-lower .nav .list {
		flex-direction: column;
		align-items: flex-start;
	}
	header.header .header-lower .nav .list .menu-item-has-children {
		width: 100%;
		height: 100%;
		min-height: 63px;
		border-bottom: 1px solid #ddd;
		flex-direction: column;
		padding-top: 0.2em;
	}
	header.header .header-lower .nav .list .menu-item-has-children svg {
		margin-right: 1em;
	}
	header.header .header-lower .nav .list .menu-item-has-children > a {
		width: 100%;
		height: 100%;
		min-height: 63px;
		justify-content: flex-start;
		padding: 0 1em;
		box-sizing: border-box;
		transition: 0.3s;
		margin: 0;
	}
	header.header .header-lower .nav .list .menu-item-has-children > a:after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: url(../images/icon-sp-menu-arrow.svg) no-repeat center center;
		background-size: cover;
		margin-left: auto;
		transform: rotate(90deg);
	}
	header.header .header-lower .nav .list .menu-item-has-children .sub-menu {
		display: none;
		position: relative;
		top: initial;
		left: initial;
		bottom: initial;
		flex-direction: column;
		padding: 1em 0;
		width: 100%;
		background: #F5F6F8;
		border: 0;
		border-top: 1px solid #ddd;
		box-sizing: border-box;
		visibility: visible;
	}
	header.header .header-lower .nav .list .menu-item-has-children.is-open > a:after {
		transform: rotate(-90deg);
	}
	header.header .header-lower .nav .list .menu-item-has-children.is-open .sub-menu {
		display: flex;
	}
	header.header .header-lower .nav .list .menu-item-has-children .sub-menu li {
		margin: 0 1em 0.5em;
		width: 100%;
	}
	header.header .header-lower .nav .list .menu-item-has-children .sub-menu li a {
		width: 100%;
		height: 100%;
		font-size: 14px;
		font-weight: normal;
		justify-content: flex-start;
		color: #222;
	}
	header.header .header-lower .nav .list .menu-item-has-children .sub-menu li:after {
		display: none;
	}
	header.header .header-lower .nav .list.info-nav {
		flex-direction: row;
		align-items: center;
		min-height: 63px;
		display: flex;
		align-items: stretch;
		border-bottom: 1px solid #ddd;
	}
	header.header .header-lower .nav .list.info-nav .menu-item {
		flex-grow: 1;
	}
	header.header .header-lower .nav .list.info-nav a {
		white-space: nowrap;
		margin: 0;
		width: 100%;
		height: 100%;
		justify-content: center;
		pointer-events: auto;
	}
	header.header .header-lower .nav .list.info-nav a:after {
		display: none;
	}
}
/*ハンバーガー*/
.menu-trigger {
	display: none;
}

@media screen and (max-width: 980px) {
	.menu-trigger,
.menu-trigger span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		display: block;
		position: absolute;
		width: 35px;
		height: 30px;
		background: none;
		border: none;
		appearance: none;
		cursor: pointer;
		top: 0.9em;
		right: 1em;
		z-index: 9999;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #000;
		border-radius: 4px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 14px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(14px) rotate(-45deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-14px) rotate(45deg);
	}
}
/*検索モーダル*/
.modal-search {
	max-width: 750px;
	margin: 1em auto;
}
.modal-search h2, .modal-search h3 {
	text-align: center;
}

.m-search-box {
	width: 100%;
	border-radius: 30px;
	background: #ECEDF1;
	padding: 0 1em;
	box-sizing: border-box;
	margin: 2em 0 4em;
	position: relative;
}
.m-search-box > form {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 980px) {
	.m-search-box {
		padding: 0 0.7em 0 0.2em;
		margin: 1.5em 0 3em;
	}
}
.m-search-box .m-search {
	background: transparent;
	z-index: 300;
}
.m-search-box .m-search-btn {
	background: url(../images/icon-search.svg) no-repeat center center;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	z-index: 300;
}

.modal-search-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1em 0;
}
.modal-search-box > form {
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-search-box span {
	white-space: nowrap;
	font-weight: bold;
}
@media screen and (max-width: 980px) {
	.modal-search-box span {
		font-size: 14px;
	}
}
.modal-search-box input[type=text] {
	margin: 0 0.5em;
	width: 70%;
	max-width: 347px;
	min-width: 347px;
}
@media screen and (max-width: 980px) {
	.modal-search-box input[type=text] {
		min-width: auto;
		max-width: auto;
	}
}
.modal-search-box .btn.primary {
	max-width: 130px;
	height: 45px;
	margin: 0 0 0 1em;
	line-height: 0.3em;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
	.modal-search-box .btn.primary {
		font-size: 14px;
		max-width: 90px;
		margin-left: 0.5em;
	}
}
.modal-search-box .btn.primary:hover {
	background: #fff;
	color: #1487C4;
}

/* ========================================================
footer
=========================================================*/
.footer {
	margin-top: 9em;
	width: 100%;
	position: relative;
}
.footer .totop {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1487C4;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.footer .totop img {
	width: 8px;
	height: 14px;
	display: block;
	transform: rotate(-90deg);
}
.footer .totop:hover {
	background: #59BBEF;
}
.footer .f-support-box {
	background: #EEE;
	height: 130px;
	padding: 2em 0;
	box-sizing: border-box;
}
.footer .f-support-box ul {
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer .f-support-box ul li {
	width: 25%;
	background: #fff;
	border-radius: 6px;
	height: 65px;
	transition: 0.3s;
	margin-right: 2em;
	border: 3px solid #fff;
	box-sizing: border-box;
}
.footer .f-support-box ul li:last-child {
	margin-right: 0;
}
.footer .f-support-box ul li:hover {
	border: 3px solid #eee;
}
.footer .f-support-box ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #222;
}
.footer .f-support-box ul li a img {
	margin-right: 0.7em;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.footer .f-upper {
	background: #3E4145;
	padding-bottom: 1em;
}
.footer .f-upper ul.nav {
	display: flex;
}
.footer .f-upper ul.nav a {
	font-size: 12px;
	transition: opacity 0.07s linear;
}
.footer .f-upper ul.nav a:hover {
	opacity: 0.8;
}
.footer .f-upper ul.nav > li > a {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1.5em;
}
.footer .f-upper ul.nav > li > a:hover {
	opacity: 0.8;
}


.footer .f-upper .content-box {
	display: flex;
	padding: 25px 0;
	max-width: 100%;
	width: 1200px;
}
.footer .f-upper a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
}
@media screen and (min-width : 981px) {
	.footer .f-upper .content-box > ul {
		flex-grow: 1;
	}
	.footer .f-upper .content-box > ul.nav {
		width: calc(100% / 6 * 5);
	}
	.footer .f-upper .content-box > ul.nav > li {
		padding-right: 3em;
		width: calc(100% / 5);
	}
	.footer .f-upper .content-box > ul.nav > li:first-child {
		width: calc(100% / 5 * 2);
	}
	.footer .f-upper .content-box > ul.nav > li {

	}
	.footer .f-upper .content-box > ul.headline {
		width: calc(100% / 6);
	}
	.footer .f-upper ul.nav > li.menu-item-merge-from {
		display: none;
	}
	.footer .f-upper ul.nav ul.merge {
		margin-top: 30px;
	}
	.footer .f-upper ul.nav ul.merge > li > a {
		font-size: 14px;
		font-weight: bold;
	}
	.footer .f-upper ul.nav .sub-menu > li {
		display: flex;
		margin-bottom: 0.5em;
	}
	.footer .f-upper ul.nav .sub-menu > li.menu-item-all {
		display: none;
	}
	.footer .f-upper ul.headline a {
		transition: opacity 0.07s linear;
	}
	.footer .f-upper ul.headline a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width : 980px) {
	.footer .f-upper .content-box {
		max-width: calc(100% - 30px);
	}
	.footer .f-upper ul.merge {
		display: none;
	}
}

.footer .f-upper ul.nav > li:first-child > .sub-menu {
	column-count: 2;
}
.footer .f-upper ul.headline {}
.footer .f-upper ul.headline li {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.footer .f-upper .f-sns-box {
	display: flex;
	margin-top: 30px;
}
.footer .f-upper .f-sns-box li {
	margin-right: 1.5em;
	width: 15px;
	height: 15px;
	transition: 0.3s;
}
.footer .f-upper .f-sns-box li img {
	width: 100%;
	height: auto;
}
.footer .f-upper .f-sns-box li:hover {
	opacity: 0.8;
}
.footer .f-lower {
	background: #222;
	padding: 1.5em 0 1em;
}
.footer .f-lower .f-banner-area ul {
	display: flex;
	justify-content: center;
	padding-bottom: 1.6em;
}
@media screen and (max-width: 980px) {
	.footer .f-upper ul.nav {
		flex-direction: column;
	}
	.footer .f-upper ul.nav > li,
	.footer .f-upper ul.nav > li:first-child {
		width: 100%;
	}
	.footer .f-upper ul.nav > li > a {
		width: 100%;
		padding: 14px 0;
		margin-bottom: 0;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #fff;
		line-height: 27px;
		position: relative;
	}
	.footer .f-upper ul.nav > li > a:after {
		margin-left: auto;
		content: "";
		background: url(../images/icon-arrow-w.svg) no-repeat center center;
		width: 7px;
		height: 12px;
		background-size: cover;
		display: block;
		transform: rotate(90deg);
		margin-right: 0.5em;
	}
	.footer .f-upper ul.nav > li > a.is-open:after {
		transform: rotate(-90deg);
	}
	.footer .f-upper ul.nav > li:last-child > a:not(.is-open) {
		border-bottom: 0;
	}
	.footer .f-upper ul.nav > li > .sub-menu {
		margin-top: 20px;
		margin-bottom: 20px;
		display: none;
	}
	.footer .f-upper ul.nav > li > .sub-menu.is-open {
		display: block;
	}
	.footer .f-lower .f-banner-area ul {
		display: block;
	}
}
.footer .f-lower .f-banner-area ul li {
	width: calc(20% - 22px);
	margin-right: 22px;
}
.footer .f-lower .f-banner-area ul li > a {
	display: flex;
}
@media screen and (max-width: 980px) {
	.footer .f-lower .f-banner-area ul li {
		margin: 0 11px;
	}
}
.footer .f-lower .f-banner-area ul li img {
	width: 100%;
	height: auto;
}
.footer .f-lower .f-banner-area ul li:last-child {
	margin-right: 0;
}
.footer .f-lower .f-banner-area .slick-dotted.slick-slider {
	margin: 1px 0 35px;
}
.footer .f-lower .f-banner-area .slick-dots {
	bottom: -25px;
}
.footer .f-lower .f-banner-area .slick-dots li {
	width: 10px !important;
	margin-right: 5px;
}
.footer .f-lower .f-banner-area .slick-dots li button:before {
	background: #fff;
}
.footer .f-lower .logo-copy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #F1F2F8;
	padding: 1em 0;
}
.footer .f-lower .logo-copy .footer_copy {
	font-size: 12px;
	color: #fff;
	text-align: right;
}

@media screen and (max-width: 980px) {
	.footer .f-support-box {
		height: auto;
		padding-bottom: 1em;
	}
	.footer .f-support-box ul {
		flex-wrap: wrap;
	}
	.footer .f-support-box ul li {
		display: block;
		width: calc(50% - 0.25em);
		margin-bottom: 1em;
		margin-right: 0.5em;
		font-size: 14px;
		transition: none;
	}
	.footer .f-support-box ul li:nth-child(even) {
		margin-right: 0;
	}
	.footer .f-upper {
		height: 100%;
		padding-top: 12px;
		padding-bottom: 0;
	}
	.footer .f-upper .content-box {
		display: block;
		padding: 0;
	}
	.footer .f-upper .content-box h3 {
		margin: 0 0 1.5em;
		padding-bottom: 0.7em;
		border-bottom: 1px solid #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer .f-upper .content-box h3:after {
		content: "";
		background: url(../images/icon-arrow-w.svg) no-repeat center center;
		width: 7px;
		height: 12px;
		background-size: cover;
		display: block;
		transform: rotate(90deg);
		margin-right: 0.5em;
	}
	.footer .f-upper .content-box h3 a {
		width: 100%;
		height: 100%;
		pointer-events: none;
	}
	.footer .f-upper .content-box h3.is-open:after {
		transform: rotate(-90deg);
	}
	.footer .f-upper .content-box h3.m-none {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 980px) and (max-width: 980px) {
	.footer .f-upper .content-box h3.m-none {
		margin-bottom: 1.5em;
	}
}
@media screen and (max-width: 980px) {
	.footer .f-upper .content-box .menu-cont {
		margin-right: 0;
		width: 100%;
	}
}
@media screen and (max-width: 980px) {
	.footer .f-upper .content-box .menu-child {
		margin-bottom: 3em;
		display: none;
	}
	.footer .f-upper .content-box .menu-child.is-open {
		display: block;
	}
}
@media screen and (max-width: 980px) {
	.footer .f-upper .content-box .headline {
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #fff;
		margin-top: -1px;
	}
	.footer .f-upper .content-box .headline li {
		width: 50%;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		margin-bottom: 0;
		padding: 1em 0;
	}
	.footer .f-upper .content-box .headline li:nth-child(even) {
		border-right: none;
		padding-left: 1em;
	}
	.footer .f-upper .content-box .headline li:nth-last-child(2),
	.footer .f-upper .content-box .headline li:last-child {
		border-bottom: 0;
	}
}
@media screen and (max-width: 980px) {
	.footer .f-upper .content-box .f-sns-box {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.footer .logo-copy {
		flex-direction: column;
	}
	.footer .logo-copy .f_logo {
		margin-bottom: 0.5em;
	}
}
/*#########################################################

基本レイアウト・パーツなど

#########################################################*/
html {
	height: 100%;
	font-size: 62.5%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #222;
	font-size: 1.6rem;
	font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, "メイリオ", Arial, Meiryo, sans-serif;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	padding-top: 135px;
}
@media screen and (max-width: 980px) {
	body {
		padding-top: 61px;
		/* overflow: hidden; */
	}
}

ul {
	list-style: none;
	padding-left: 0;
}

h1 {
	line-height: 1.4em;
	font-size: 36px;
	text-align: center;
	margin: 1em auto 1.5em;
}
main > h1 {
	width: 1200px;
	max-width: 90%;
}
@media screen and (max-width: 980px) {
	h1 {
		font-size: 24px;
	}
}

a {
	color: #1487C4;
}

.text-blue {
	color: #1487C4 !important;
}

.sp-exist {
	display: none !important;
}

.pc-exist {
	display: block;
}

@media screen and (min-width: 981px) {
	.for-sp {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.for-pc {
		display: none;
	}
	.sp-exist {
		display: block !important;
	}

	.pc-exist {
		display: none !important;
	}
}
.content-box {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
	.content-box {
		max-width: calc(100% - 30px);
	}
}

.content-box p.empty {
	text-align: center;
}
body.archive .content-box p.empty,
body.search .content-box p.empty {
	border: solid 10px #ECEDF1;
	padding: 2.5em 3em;
	box-sizing: border-box;
}

svg {
	fill: currentColor;
}

.btn {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	font-size: 20px;
	transition: 0.3s;
}
.btn.trial {
	height: auto;
	margin: 1em auto;
	box-sizing: border-box;
}
.btn.trial svg {
	width: 33px;
	height: 30px;
	margin-right: 1em;
}
.btn.trial a {
	margin: auto;
	width: 220px;
	max-width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: bold;
	background: #1487C4;
	border: 3px solid #1487C4;
	border-radius: 6px;
	color: #fff;
}
@media screen and (min-width: 981px) {
	.btn.trial a {
		transition: background-color 0.07s linear, color 0.07s linear;
	}
	.btn.trial a svg {
		transition: color 0.07s linear;
	}
	.btn.trial a:hover {
		background-color: #fff;
	}
	.btn.trial a:hover,
	.btn.trial a:hover svg {
		color: #1487C4;
	}
}
.btn.primary {
	max-width: 280px;
	border: 3px solid #1487C4;
	background: #1487C4;
	color: #fff;
}
@media screen and (min-width: 981px) {
	.btn.primary {
		transition: 0.3s;
	}
}
.btn.primary a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.btn.normal {
	max-width: 280px;
	border: 3px solid #1487C4;
	background: #fff;
	transition: 0.3s;
}
@media screen and (min-width: 981px) {
	.btn.primary:hover {
		background: #fff;
	}
	.btn.primary:hover a {
		color: #1487C4;
	}
}
@media screen and (max-width: 980px) {
	.btn.normal {
		transition: unset;
	}
}
.btn.normal a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: bold;
	color: #1487C4;
}
.btn.normal.arrow {
	background: url(../images/icon-btn-arrow.svg) no-repeat center right 1em #fff;
}
@media screen and (min-width : 981px) {
	.btn.normal.arrow:hover {
		background: url(../images/icon-arrow-w.svg) no-repeat center right 1em #1487C4;
	}
	.btn.normal:hover {
		background: #1487C4;
	}
	.btn.normal:hover a {
		color: #fff;
	}
}

.btn.sample {
	border: 3px solid #222;
	width: 100%;
	max-width: 300px;
	height: 50px;
	font-size: 20px;
	margin: 1em auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background: url(../images/icon-arrow-down.svg) no-repeat center right 0.8em #fff;
}
.btn.sample a {
	color: #222;
}
@media screen and (min-width : 981px) {
	.btn.sample:hover {
		cursor: pointer;
		opacity: 0.7;
		background: url(../images/icon-arrow-down.svg) no-repeat center right 0.8em #fff;
	}
	.btn.sample:hover a {
		color: #222;
	}
}

.btn.btnbox {
	max-width: 280px;
	background: #FEDC32;
	text-align: center;
	margin: 2em auto;
	transition: 0.3s;
	border: 3px solid #FEDC32;
}
.btn.btnbox a {
	color: #222;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 50px;
}

@media screen and (min-width : 767px) {
	.btn.btnbox:hover {
		background: #fff;
	}
}

/*form リセット＆base設定*/
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ECEDF1;
	border: none;
	border-radius: 6px;
	font: inherit;
	outline: none;
	width: 100%;
	height: 45px;
	padding: 1em;
	box-sizing: border-box;
}

textarea {
	resize: vertical;
	height: auto;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.evaluation-box {
	display: flex;
}
@media screen and (max-width: 980px) {
	.evaluation-box {
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.required {
	font-size: 14px;
	color: #FB3E5F;
	font-weight: bold;
	margin-right: 0.5em;
}

/*ラジオボタン*/
.mwform-radio-field {
	width: 16.6666666667%;
}
@media screen and (max-width: 980px) {
	.mwform-radio-field {
		width: 20%;
	}
}
.mwform-radio-field label {
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: auto;
}
.mwform-radio-field span {
	color: #585E65;
}
.mwform-radio-field span:before {
	background: #ECEDF1;
	border-radius: 50%;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	max-width: 30px;
	min-width: 30px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto 0.5em;
}
.mwform-radio-field span:after {
	background: #1487C4;
	border-radius: 50%;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	opacity: 0;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
}
@media screen and (max-width: 980px) {
	.mwform-radio-field span {
		font-size: 14px;
		line-height: 1.5em;
		text-align: center;
		margin-bottom: 1em;
	}
}
.mwform-radio-field input[type=radio]:checked + span::after {
	opacity: 1;
}

/* table */
.form-box table {
	width: 100%;
}
.form-box table th,
.form-box table td {}

.form-box table tr:last-child td > p:last-child {
	margin-bottom: 0;
}
.form-box .mw_wp_form_confirm table {
	margin-bottom: 50px;
}

@media screen and (min-width : 981px) {}
@media screen and (max-width : 980px) {}

.form-box {
	width: 100%;
	max-width: 900px;
	margin: 2em auto 4em;
	border: 10px solid #ECEDF1;
	box-sizing: border-box;
	padding: 3em 3em 2em;
}
.form-box .thanks-title,
.form-box h1 {
	font-size: 24px;
	justify-content: center;
}
.form-box .thanks-title:before,
.form-box h1:before {
	display: none;
}
@media screen and (max-width: 980px) {
	.form-box .thanks-title,
	.form-box h1 {
		font-size: 24px;
		line-height: 1.5em;
		text-align: center;
	}
}
.form-box .thanks-text,
.form-box .mw_wp_form_complete p {
	text-align: center;
}
.form-box .result-text {
	display: none;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 2em;
}
.form-box .mw_wp_form_confirm .result-text {
	display: block;
}
.form-box .result-text p {
	color: #222;
}

@media screen and (max-width: 980px) {}
@media screen and (max-width: 980px) {
	.form-box {
		width: 100%;
		padding: 2em 1em;
	}
	main.page .post_content .form-box .middle-wrap {
		margin-bottom: 20px;
	}
}
.form-box span.text-red {
	font-size: 14px;
	color: #FB3E5F;
	display: block;
	margin-top: 0.2em;
}
.form-box span.text-red + br {
	display: none;
}
.form-box input.error,
.form-box textarea.error,
.form-box select.error {
	background: #fdf2f2;
	border: 1px solid #ff4040;
}

@media screen and (min-width : 981px) {}
@media screen and (max-width : 980px) {
	.form-box span.text-red + br {
		display: none;
	}
}

/* btn */
.form-box .btn-area {
	margin-top: 87px;
	display: flex;
	align-items: center;
}
.form-box .mw_wp_form_complete .btn-area {
	margin-top: 0;
}
.form-box .btnbox {
	display: flex;
	align-items: center;
	margin: 0 15px;
}
.mw_wp_form_complete .btnbox {
	height: 60px;
	background-color: #1487C4;
	border: 3px solid #1487C4;
	width: 280px;
	max-width: 280px;
	margin: auto;
	margin-bottom: 1em;
	line-height: 0.3em;
	font-weight: bold;
	border-radius: 6px;
	font-size: 18px;
	box-sizing: border-box;
	transition: 0.3s;
}
.mw_wp_form_complete .btnbox a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.mw_wp_form_complete .btnbox:hover {
	background: #fff;
	border-color: #1487C4;
}
.mw_wp_form_complete .btnbox:hover a {
	color: #1487C4;
}
/* confirm / back */
.form-box .btnbox input[type="submit"] {
	width: 280px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	transition: 0.3s;
	border: 3px solid #1487C4;
	background-color: #fff;
	color: #1487C4;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* send */
.form-box .mw_wp_form_confirm .btnbox.black {}
.form-box .mw_wp_form_confirm .btnbox.black input[type="submit"] {
	max-width: 280px;
	background-color: #1487C4;
	color: #fff;
}

/* for sbcrjp */
.form-box .form-attention + .btnbox.black {
	margin-top: 87px;
}

@media screen and (min-width : 981px) {
	.form-box .btnbox input[type="submit"] {
		transition: all 0.1s linear;
	}
	.form-box .btnbox input[type="submit"]:hover {
		background-color: #1487C4;
		color: #fff;
	}
	.form-box .mw_wp_form_input .btnbox:not(.black) {
		display: none;
	}
	.form-box .mw_wp_form_input .btnbox.black {
		flex-grow: 1;
	}
	.form-box .mw_wp_form_confirm .btnbox:not(.black) {
		margin-left: auto;
	}
	.form-box .mw_wp_form_confirm .btnbox.black {
		margin-right: auto;
	}
	.form-box .mw_wp_form_confirm .btnbox.black input[type="submit"]:hover {
		background-color: #fff;
		color: #1487C4;
	}
}
@media screen and (max-width : 980px) {
	.form-box .btn-area {
		margin-top: 37px;
		flex-direction: column;
	}
	.form-box .mw_wp_form_complete .btn-area {
		margin-top: 0;
	}
	.form-box .btnbox {
		flex-wrap: wrap;
		width: 100%;
	}
	.form-box .mw_wp_form .btnbox input[type="submit"],
	.form-box .mw_wp_form .btnbox.black input[type="submit"] {
		width: 100%;
		max-width: 100%;
	}
	.form-box .mw_wp_form .btnbox.black {
		margin-top: 30px;
	}

	/* for sbcrjp */
	.form-box .form-attention + .btnbox.black {
		margin: 0;
		margin-top: 37px;
	}
}


/*チェックボックス*/
.checkbox-box {
	display: flex;
	flex-wrap: wrap;
	color: #585E65;
}
.cheakbox-warp td {
	padding-bottom: 2.5em;
}

.mwform-checkbox-field {
	margin: 0 1.4em 1.5em 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}
@media screen and (max-width: 980px) {
	.mwform-checkbox-field {
		width: 100%;
	}
}
.mwform-checkbox-field label {
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	width: auto;
	color: #585E65;
}
@media screen and (max-width: 980px) {
	.mwform-checkbox-field label {
		font-size: 14px;
	}
}
.mwform-checkbox-field span {
	display: flex;
	align-items: center;
}
.mwform-checkbox-field span:before {
	background: #ECEDF1;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 0.6em;
}
.mwform-checkbox-field span:after {
	border-right: 3px solid #1487C4;
	border-bottom: 3px solid #1487C4;
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	right: 0;
	left: 9px;
	top: 5px;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	transform: rotate(45deg);
}
.mwform-checkbox-field input[type=checkbox]:checked + span::after {
	opacity: 1;
}
@media screen and (max-width: 980px) {
	.mwform-checkbox-field span {
		align-items: flex-start;
	}
}


.form-box .single-title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 1em;
}
.form-box .evaluation-title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #222;
	margin: 1em 0 1.5em;
	color: #222 !important;
}
.form-box .evaluation-box {
	margin-bottom: 2.5em;
	color: #585E65;
}
.form-box .input-text {
	margin: 1em 0;
}

.form-box .single-title-form-attention {
	margin: 0 0 1em;
	font-size: 16px;
	line-height: 1.75;
}
.form-box .mw_wp_form_confirm .single-title-form-attention {
	display: none;
}

.emphasis {
	color: #FB3E5F !important;
}

.form-box .form-attention {
	font-size: 14px;
	color: #585E65;
}
.form-box .form-attention p {
	margin-bottom: 1em;
	font-size: 14px;
}
.form-box .form-attention > *:first-child { margin-top: 0; }
.form-box .form-attention > *:last-child { margin-bottom: 0; }
.form-box .form-attention .listbox {
	margin: 1em 0;
}
.form-box .form-attention .listbox li {
	font-size: 14px;
	color: #585E65;
	margin-bottom: 0.15em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.form-box .form-attention .listbox li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #585E65;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.7em;
	margin-bottom: 0.1em;
}

/* textarea */
@media screen and (min-width : 981px) {}
@media screen and (max-width : 980px) {
	.form-box table td textarea {
		height: 350px;
	}
}

/* table.form */
table.form {
  width: 100%;
  margin-bottom: 2em;
}
table.form td, table.form th {
  display: block;
  text-align: left;
}
table.form td {
  margin-bottom: 2em;
  color: #585E65;
}
table.form th {
  margin-bottom: 0.5em;
}
table.form tr:last-child td {
	margin-bottom: 0;
}

@media screen and (min-width : 981px) {}
@media screen and (max-width : 980px) {}


/* ========================================================
パンくず
=========================================================*/
.bread-list {
	width: 100%;
	height: 40px;
	background: #ECEDF1;
	margin-bottom: 2.5em;
}
.bread-list ul {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0.5em 1em 0;
	overflow-x: auto;
	white-space: nowrap;
	word-break: keep-all;
}
.bread-list ul li {
	margin-right: 0.5em;
	color: #222;
	font-size: 14px;
}
.bread-list ul li:after {
	content: "＞";
	margin-left: 0.5em;
}
.bread-list ul li:last-child {
	margin-right: 0;
	font-weight: bold;
}
.bread-list ul li:last-child:after {
	display: none;
}
.bread-list ul li a {
	color: #222;
	text-decoration: none;
}
.bread-list ul li a:hover {
	text-decoration: underline;
}

/* ========================================================
記事一覧　共通パーツ
=========================================================*/
/*リストタブ*/
.list-tab {
	border-bottom: solid 7px #1487C4;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
	.list-tab {
		border-bottom: 1px solid #1487C4;
	}
}
.list-tab__items {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin-bottom: 0;
}
@media screen and (max-width: 980px) {
	.list-tab__items {
		flex-wrap: wrap;
	}
}
.list-tab__items li {
	width: 20%;
	height: 60px;
	border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 980px) {
	.list-tab__items li {
		width: 33.3333333333%;
		border-radius: 0;
		border-bottom: 1px solid #1487C4;
		padding: 0.2em 0;
	}
	.list-tab__items li:nth-child(n+4) {
		border-bottom: 0;
	}
}
.list-tab__items li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	transition: 0.3s;
}
@media screen and (max-width: 980px) {
	.list-tab__items li a {
		flex-direction: column;
	}
}
@media screen and (max-width: 650px) {
	.list-tab__items li a {
		font-size: 14px;
	}
}
.list-tab__items li a svg {
	width: 20px;
	height: 20px;
	margin-right: 0.7em;
	color: #1487C4;
}
@media screen and (max-width: 980px) {
	.list-tab__items li a svg {
		margin-right: 0;
		margin-bottom: 0.2em;
	}
}
.list-tab__items li a svg.all {
	color: #1487C4;
}
.list-tab__items li a svg.books {
	color: #EDC12D;
}
.list-tab__items li a svg.pc {
	color: #2FB490;
}
.list-tab__items li a svg.lightnovel {
	color: #FB3E5F;
}
.list-tab__items li a svg.gacomic {
	color: #D02027;
}
.list-tab__items li a svg.comic {
	color: #D02027;
}
.list-tab__items li:hover {
	background: #1487C4;
}
.list-tab__items li:hover a {
	color: #fff;
}
.list-tab__items li:hover a svg {
	color: #fff;
}
@media screen and (max-width: 980px) {
	.list-tab__items li:hover {
		background: #fff;
	}
	.list-tab__items li:hover a {
		color: #222;
	}
	.list-tab__items li:hover a svg {
		color: #1487C4;
	}
	.list-tab__items li:hover a svg.all {
		color: #1487C4;
	}
	.list-tab__items li:hover a svg.books {
		color: #EDC12D;
	}
	.list-tab__items li:hover a svg.pc {
		color: #2FB490;
	}
	.list-tab__items li:hover a svg.lightnovel {
		color: #FB3E5F;
	}
	.list-tab__items li:hover a svg.gacomic {
		color: #D02027;
	}
	.list-tab__items li:hover a svg.comic {
		color: #D02027;
	}
}
.list-tab__items li.current {
	background: #1487C4;
}
.list-tab__items li.current a {
	color: #fff;
}
.list-tab__items li.current a svg {
	color: #fff;
}

.list-card {
	margin-bottom: 3em;
}
@media screen and (max-width: 980px) {
	.list-card {
		margin-top: 1em;
	}
}
.list-card__in {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.list-card__in.slide {
	display: block;
}
.list-card__in.slick-slider {
	margin-top: 0 !important;
}
.list-card__in.slick-slider .slick-track {
	display: flex;
}
.list-card__in.slick-slider .slick-slide {
	height: auto;
}
.list-card__in .list-card__item {
	width: calc(25% - 15px);
	background: #ECEDF1;
	position: relative;
	/* padding: 3.1em 0 1em; */
	padding: 1em 0;
	margin: 0 0.5em;
}
.list-card__in .list-card__item > *:first-child { margin-top: 0; }
.list-card__in .list-card__item > *:last-child { margin-bottom: 0; }
.list-card__in .list-card__item .icon-new {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.list-card__in .list-card__item figure {
	width: 100%;
	height: 250px;
	text-align: center;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-card__in .list-card__item figure a {
	width: 100%;
	height: 250px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.list-card__in .list-card__item figure a:hover {
	opacity: 0.8;
}
.list-card__in .list-card__item figure img {
	width: auto;
	max-width: 90%;
	height: auto;
	max-height: 100%;
}
/* .list-card__in .list-card__item:before {
	content: "";
	width: 100%;
	height: 2em;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
} */
.list-card__in .list-card__item.is-hide {
	display: none;
}
.list-card__title {
	font-size: 18px;
	margin: 0.5em 1em;
	font-weight: bold;
}
.list-card__text {
	color: #585E65;
	margin: 0.5em 1em 1em;
}
.list-card.area .btn.normal {
	margin: 3em auto 0;
}

.information {
	background: #ECEDF1;
	padding: 3em 0;
}
.information .btn {
	margin-top: 2em;
}
@media screen and (max-width: 980px) {
	.information .btn {
		margin-top: 0;
	}
}
@media screen and (max-width: 980px) {
	.information .info-box li .icon-new {
		max-width: 39px;
	}
	.information .info-box li .icon-new img {
		width: 100%;
	}
}

.info-box {
	display: flex;
}
@media screen and (max-width: 980px) {
	.info-box {
		flex-wrap: wrap;
	}
}
.info-box li {
	width: calc(25% - 1em);
	position: relative;
	margin-right: 1.3333333333em;
}
@media screen and (max-width: 980px) {
	.info-box li {
		width: calc(50% - 0.5em);
		margin-bottom: 2.5em;
		margin-right: 1em;
	}
	.info-box li:nth-child(2n) {
		margin-right: 0 !important;
	}
}
.info-box li:nth-child(4n) {
	margin-right: 0 !important;
}
.info-box li .icon-new {
	position: absolute;
	top: -26px;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 980px) {
	.info-box li .icon-new {
		top: -20px;
	}
}
.info-box li a {
	text-decoration: none;
	transition: 0.3s;
	display: block;
	color: #222;
}
.info-box li a:hover {
	opacity: 0.8;
}
.info-box li figure {
	width: 100%;
	height: auto;
	max-height: 162px;
	margin: 0;
}
.info-box li figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 162px;
	vertical-align: bottom;
}
.info-box li .info-box__category {
	background: #1487C4;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	margin: 0.5em 0;
}
.info-box li .info-box__time {
	font-size: 14px;
	color: #697684;
	margin: 0.7em 0 0;
}
.info-box li .info-box__ttl {
	margin: 0;
	line-height: 1.7em;
}
@media screen and (max-width: 980px) {
	.info-box li .info-box__ttl {
		font-size: 14px;
	}
}

.support-box .content-box, .media .content-box {
	border: solid 10px #ECEDF1;
	padding: 2.5em 3em;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
	.support-box .content-box, .media .content-box {
		padding: 2em 1em;
	}
}
.support-box .content-box ul, .media .content-box ul {
	margin-bottom: 2em;
}
.support-box .content-box ul li, .media .content-box ul li {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.5em;
	padding-bottom: 0.5em;
}
.support-box .content-box ul li a, .media .content-box ul li a {
	display: flex;
	text-decoration: none;
	color: #222;
	transition: 0.3s;
}
.support-box .content-box ul li a:hover, .media .content-box ul li a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 980px) {
	.support-box .content-box ul li a, .media .content-box ul li a {
		flex-direction: column;
	}
}
.support-box .content-box ul li .date-area, .media .content-box ul li .date-area {
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 980px) {
	.support-box .content-box ul li .date-area, .media .content-box ul li .date-area {
		margin-bottom: 0.5em;
	}
}
.support-box .content-box ul li .date-area time, .media .content-box ul li .date-area time {
	color: #666;
}
.support-box .content-box ul li .date-area .category, .media .content-box ul li .date-area .category {
	background: #1487C4;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	padding: 0 0.3em;
	text-align: center;
	white-space: nowrap;
	margin: 0 1em;
}
.support-box .content-box ul li .date-area .category + .category {
	margin-left: 0;
}
.support-box .content-box ul li a[target=_blank] .support-text:after, .media .content-box ul li a[target=_blank] .support-text:after {
	content: url(../images/icon-blank.svg);
	display: inline-block;
	margin-left: 0.2em;
}

.support-box {
	margin-bottom: 2em;
}

/* ========================================================
モーダル
=========================================================*/
/* これが無いとモーダルウィンドウ表示の際に余白が出る */
* {
	margin: 0;
	padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal {
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 9999;
	height: -webkit-fill-available;
}

/* モーダル背景 */
.modal-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

/* モーダル本体 */
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow-y: auto;
	/* はみ出た部分はスクロールさせる */
	max-height: 60%;
	/* これが無いと「overflow:scroll」が利かない */
	width: 60%;
	/* これが無いと「overflow:scroll」が利かない */
	background: #fff;
	padding: 40px;
	z-index: 9999;
	width: 90%;
	max-width: 1200px;
	box-sizing: border-box;
	border: solid 10px #ECEDF1;
}
.modal-content iframe {
	border: 0;
}
.modal-content .js-modal-close {
	position: absolute;
	top: 1.5em;
	right: 1.5em;
}
@media screen and (max-width: 980px) {
	.modal-content {
		width: 100vw;
		height: 100vh;
		max-height: 100%;
		padding: 3em 1em 1.5em;
	}
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

/* ========================================================
category
=========================================================*/
/* ========================================================
TOP
=========================================================*/
.top-kv {
	width: 100%;
}
.top-kv.slick-slider {
	margin: 0 0 30px !important;
}
.top-kv .kv-box {
	width: 50%;
	position: relative;
	z-index: 1;
	float: left;
}
@media screen and (max-width: 980px) {
	.top-kv .kv-box {
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
}
.top-kv .kv-box__in {
	width: 100%;
	max-width: 600px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 1em 1em 0;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
.top-kv .kv-box__in:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	transform: skewY(105deg) translateY(-670px);
	height: 2500px;
	z-index: -1;
	display: block;
}
.top-kv .kv-box__in a {
	margin: 0;
	display: block;
	text-decoration: none;
	transition: 0.3s;
}
.top-kv .kv-box__in a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 980px) {
	.top-kv .kv-box__in {
		margin: 0 auto;
	}
	.top-kv .kv-box__in:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		transform: skewY(105deg) translateY(-320px) !important;
		height: 1800px;
		z-index: -1;
		display: block;
	}
}
.top-kv .kv-box.gacomic {
	background: #D02027;
}
.top-kv .kv-box.books {
	background: #FEDC32;
}
.top-kv .kv-box.pc {
	background: #2FB490;
}
.top-kv .kv-box.lightnovel {
	background: #FB3E5F;
}
.top-kv .kv-box.new {
	background: #1487C4;
	margin-left: 0;
}
.top-kv .kv-box.new .kv-box__in {
	margin-left: 0;
	margin-right: auto;
}
@media screen and (max-width: 980px) {
	.top-kv .kv-box.new .kv-box__in {
		margin: 0 auto;
	}
}
.top-kv .kv-box__header {
	display: flex;
	align-items: center;
	margin-bottom: 0.3em;
}
.top-kv .kv-box__header .baloon {
	width: 116px;
	height: 116px;
	min-width: 116px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1.5em 0.5em 0;
}
.top-kv .kv-box__header .baloon:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 13px;
	border-color: transparent transparent transparent #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -10px;
}
.top-kv .kv-box__header .baloon .genre {
	position: relative;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	width: 85%;
	margin: auto;
	font-size: 14px;
}
.top-kv .kv-box__header .baloon .genre:before {
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: -0.5em;
	margin: 0 auto;
}
.top-kv .kv-box__header .baloon .genre .genre-name {
	border-bottom: 1px dotted #222;
	line-height: 18px;
	margin-bottom: 0.2em;
	padding-bottom: 0.5em;
}
.top-kv .kv-box__header .baloon .genre span {
	display: block;
	font-size: 20px;
	line-height: 0.8em;
}
.top-kv .kv-box__header .baloon.gacomic {
	background: #F48989;
}
.top-kv .kv-box__header .baloon.gacomic:before {
	border-color: transparent transparent transparent #F48989;
}
.top-kv .kv-box__header .baloon.gacomic .genre-name:before {
	content: "GAコミック";
}
.top-kv .kv-box__header .baloon.books {
	background: #FF9140;
}
.top-kv .kv-box__header .baloon.books:before {
	border-color: transparent transparent transparent #FF9140;
}
.top-kv .kv-box__header .baloon.books .genre-name:before {
	content: "一般書籍";
}
.top-kv .kv-box__header .baloon.pc {
	background: #80E67C;
}
.top-kv .kv-box__header .baloon.pc:before {
	border-color: transparent transparent transparent #80E67C;
}
.top-kv .kv-box__header .baloon.pc .genre-name:before {
	content: "PC / IT書籍";
}
.top-kv .kv-box__header .baloon.lightnovel {
	background: #F894C6;
}
.top-kv .kv-box__header .baloon.lightnovel:before {
	border-color: transparent transparent transparent #F894C6;
}
.top-kv .kv-box__header .baloon.lightnovel .genre-name:before {
	content: "ライトノベル";
}
.top-kv .kv-box__header .baloon.new {
	background: #FEDC32;
}
.top-kv .kv-box__header .baloon.new:before {
	border-color: transparent transparent transparent #FEDC32;
}
.top-kv .kv-box__header .baloon.new .genre-name:before {
	content: "NEW!";
}
@media screen and (max-width: 980px) {
	.top-kv .kv-box__header .baloon {
		width: 75px;
		height: 75px;
		min-width: 75px;
		margin: 0 1.5em 0.5em 0;
	}
	.top-kv .kv-box__header .baloon:before {
		border-width: 8px 0 8px 12px;
		right: -7px;
	}
	.top-kv .kv-box__header .baloon .genre {
		width: 90%;
		font-size: 10px;
		top: -0.4em;
	}
	.top-kv .kv-box__header .baloon .genre:before {
		content: "";
		width: 18px;
		height: 18px;
		top: -0.3em;
	}
	.top-kv .kv-box__header .baloon .genre .genre-name {
		line-height: 12px;
		margin-bottom: -0.3em;
		padding-bottom: 0.3em;
	}
	.top-kv .kv-box__header .baloon .genre span {
		font-size: 14px;
		line-height: 0.2em;
	}
}
.top-kv .kv-box__header h2 {
	border-bottom: 2px dotted #222;
	margin: 0;
	line-height: 1.4em;
	padding-bottom: 0.3em;
}
.top-kv .kv-box__header h2 span {
	display: block;
	font-size: 16px;
}
.top-kv .kv-box__header h2 a {
	color: #222;
}
@media screen and (max-width: 980px) {
	.top-kv .kv-box__header h2 {
		font-size: 18px;
		margin: 0 0 .5em;
		line-height: 1.5em;
		padding-bottom: 0.5em;
	}
	.top-kv .kv-box__header h2 span {
		display: block;
		font-size: 14px;
	}
}
.top-kv .kv-box__main {
	display: flex;
	flex-grow: 2;
}
.top-kv .kv-box__main-thumb {
	text-align: center;
	align-self: flex-end;
	box-sizing: border-box;
	flex-shrink: 0;
}
.top-kv .kv-box__main-thumb > a {
	display: block;
	border: 3px solid #fff;
	box-sizing: border-box;
}
@media screen and (min-width: 981px) {
	.top-kv .kv-box__main-thumb {
		padding-left: 20px;
		padding-right: 42px;
		max-height: 270px;
	}
	.top-kv .kv-box__main-thumb > a {
		height: 270px;
	}
}
@media screen and (max-width: 980px) {
	.top-kv .kv-box__main-thumb {
		align-self: flex-start;
	}
	.top-kv .kv-box__main-thumb > a {
		height: auto;
	}
}
.top-kv .kv-box__main-thumb img {
	object-fit: contain;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: bottom;
	box-sizing: border-box;
	position: relative;
	display: block;
	transition: 0.3s;
}
@media screen and (min-width: 981px) {
	.top-kv .kv-box__main-thumb a:hover {
		opacity: 1;
		border: 3px solid #ddd;
	}
}
@media screen and (max-width: 980px) {
	.top-kv .kv-box__main-thumb {
		padding: 0;
		padding-right: 20px;
		width: 30% !important;
		min-width: 106px;
	}
	.top-kv .kv-box__main-thumb img {
		width: 100% !important;
		height: auto;
		display: inline-block !important;
	}
}
.top-kv .kv-box__main-item {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.top-kv .kv-box__main-item .item-author {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.top-kv .kv-box__main-item .item-author span,
.top-kv .kv-box__main-item .item-author a {
	display: inline-block;
	margin-right: 0.5em;
	color: #222;
}
.top-kv .kv-box__main-item .item-author a:hover {
	text-decoration: underline;
}
.top-kv .kv-box__main-item .item-detail {
	margin-bottom: 0.5em;
}
.top-kv .kv-box__main-item .item-link {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.top-kv .kv-box__main-item .item-link:after {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/icon-arrow-w.svg) no-repeat #1487C4 center center;
	border-radius: 50%;
	margin-left: 0.5em;
}
.top-kv .kv-box__main-item .item-link a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}
.top-kv .kv-box__main-item .btn {
	margin-top: auto;
}
.top-kv .kv-box__main-item .btn a {
	display: flex;
}

section.top-list h2 {
	text-align: center;
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3em auto 1em;
}
@media screen and (max-width: 980px) {
	section.top-list h2 {
		flex-direction: column;
		margin: 2.5em auto 1em;
		font-size: 24px;
	}
}
section.top-list h2 span {
	background: #1487C4;
	border-radius: 3px;
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 1em;
	box-sizing: border-box;
	height: 55px;
	color: #fff;
	font-size: 24px;
	margin-right: 1em;
}
@media screen and (max-width: 980px) {
	section.top-list h2 span {
		margin-right: 0;
		margin-bottom: 1em;
		font-size: 18px;
	}
}
section.top-list h2 span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 6px;
	border-color: transparent transparent transparent #1486c4;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -6px;
	margin: auto 0;
}
@media screen and (max-width: 980px) {
	section.top-list h2 span:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 7px 0 7px;
		border-color: #1486c4 transparent transparent transparent;
		height: 0;
		top: 55px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}
section.top-list h2 span svg {
	width: 27px;
	height: 24px;
	margin-right: 0.3em;
}
section.top-list h2 span img {
	max-width: 30px;
	height: auto;
	margin-right: 0.3em;
}
section.top-list h2 span.support-img img {
	margin-right: 0;
}
@media screen and (max-width: 980px) {
	section.top-list .btn.normal {
		margin-top: 1.5em !important;
	}
}

/* ========================================================
detail
=========================================================*/
main.detail h2 {
	display: flex;
	margin: 1em 0;
}
main.detail h2:before {
	content: "";
	display: inline-block;
	width: 5px;
	min-height: 15px;
	border-radius: 5px;
	background: #1487C4;
	margin-right: 0.5em;
}
main.detail h2.m-zero {
	margin-top: 0;
}
main.detail h3 {
	margin: 1.45em 0 0.9em;
	font-size: 20px;
	line-height: 1.4;
}
main.detail p {
	color: #585E65;
	line-height: 1.9em;
	letter-spacing: 0.11em;
}
main.detail hr {
	margin: 2em 0;
	border: 0;
	border-top: 1px solid #ccc;
}
main.detail table {
	margin: 1em 0;
}
main.detail .post-password-form {
	border: 10px solid #ECEDF1;
	padding: 2em;
	box-sizing: border-box;
}
main.detail .post-password-form .entry {
	display: flex;
	align-items: flex-end;
}
main.detail .post-password-form .entry label {
	flex-grow: 1;
	margin-right: 30px;
}
main.detail .post-password-form .entry input[type="text"] {}
main.detail .post-password-form .entry button {
	width: 160px;
	height: 45px;
	margin: 1em auto 0;
	padding: 0;
}
@media screen and (max-width: 980px) {
	main.detail h3 {
		font-size: 18px;
	}
	main.detail .post-password-form {
		text-align: center;
	}
	main.detail .post-password-form .entry {
		flex-direction: column;
		justify-content: center;
	}
	main.detail .post-password-form .entry > * {
		align-items: center;
	}
	main.detail .post-password-form .entry label {
		margin: auto;
		text-align: left;
	}
}

/* btnbox */
main.detail .btnbox {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	border-radius: 6px;
	font-size: 20px;
	transition: 0.3s;
}
main.detail .btnbox {
	max-width: 280px;
	background: #FEDC32;
	text-align: center;
	margin: 2em auto;
	transition: 0.3s;
	border: 3px solid #FEDC32;
}
main.detail .btnbox a {
	color: #222;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 50px;
}
main.detail .btnbox:hover {
	background: #fff;
}

.detail-box {
	margin-bottom: 3.5em;
}
.detail-box .content-box {
	box-sizing: border-box;
	border: 10px solid #ECEDF1;
	padding: 2em 1em;
	display: flex;
}
@media screen and (max-width: 980px) {
	.detail-box .content-box {
		width: 95%;
		margin: 0 auto;
		flex-direction: column;
	}
}
.detail-box-left {
	width: 30%;
	max-width: 319px;
	margin-right: 2em;
}
@media screen and (max-width: 980px) {
	.detail-box-left {
		width: 100%;
		margin: 0 auto;
	}
}
.detail-box-left__thumbnail img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.detail-box-main {
	width: 40%;
}

@media screen and (max-width: 980px) {
	.detail-box-main {
		width: 100%;
	}
}
.detail-box-main__title {
	font-size: 24px;
	line-height: 1.5em;
	margin: 0 0 0.5em !important;
	border-bottom: dotted 1px #222;
	padding-bottom: 0.2em;
}
.detail-box-main__title:before {
	display: none !important;
}
.detail-box-main__author {
	font-weight: bold;
	color: #585E65;
}
@media screen and (max-width: 980px) {
	.detail-box-main__title {
		margin-top: 32px!important;
	}
	.detail-box-main__author {
		margin-bottom: 1em;
	}
}
.detail-box-main__copy {
	font-size: 20px;
	margin: 0.5em 0 1em;
}
.detail-box-main__text {
	color: #585E65;
	overflow: hidden;
	margin-top: 1em;
}
.detail-box-main__text > *:first-child { margin-top: 0; }
.detail-box-main__text > *:last-child { margin-bottom: 0; }
main.detail .detail-box-main__text p {
	margin-bottom: 1em;
	line-height: 1.7;
}
.detail-box-main__text[data-readmore] {
	transition: height 700ms;
}
.detail-box-main .read-more {
	color: #222;
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 0.2em;
}
.detail-box-main .read-more:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #222;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.detail-box-main .read-more span {
	display: inline-block;
	background: #fff;
	padding: 0 2em 0 1em;
	font-weight: bold;
}
.detail-box-main .read-more.open span {
	background: url(../images/icon-readmore.svg) no-repeat center right 0.7em #fff;
}
.detail-box-main .read-more.close span {
	background: url(../images/icon-readmore-up.svg) no-repeat center right 0.7em #fff;
}
.detail-box-price {
	width: 30%;
	padding: 0 0 0 1em;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
	margin-left: 2em;
}
@media screen and (max-width: 980px) {
	.detail-box-price {
		width: 100%;
		margin-top: 2em;
		margin-left: 0;
		border-left: 0;
		padding: 0;
	}
}
.detail-box-price__contact {
	width: 150px;
	height: 30px;
	background: #222;
	border-radius: 6px 6px 0 0;
	float: right;
	transition: 0.3s;
}
.detail-box-price__contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.detail-box-price__contact a img {
	margin-right: 0.5em;
	vertical-align: middle;
	width: 16px;
	height: auto;
}
.detail-box-price__contact:hover {
	background: #1487C4;
}
.detail-box-price__buy {
	clear: both;
	background: #F5F6F8;
	border-radius: 6px 0 6px 6px;
	padding: 1em;
	box-sizing: border-box;
}
.detail-box-price__buy .price {
	font-size: 20px;
	color: #E33343;
	font-weight: bold;
}
.detail-box-price__buy .price span {
	display: block;
	font-size: 16px;
	color: #222;
	margin-top: 0.2em;
}
.detail-box-price__buy .btn.buy {
	width: 100%;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0 0.2em;
	box-sizing: border-box;
	padding-top: 10px;
	border-top: 1px solid #222;
}
.detail-box-price__buy .btn.buy a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #222;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 6px;
	background: #FEDC32;
	border: 3px solid #FEDC32;
}
.detail-box-price__buy .btn.buy img {
	vertical-align: middle;
	margin-left: 0.3em;
}
.detail-box-price__buy .btn.buy a:hover {
	background: #fff;
}
.detail-box-info {
	margin: 1em 0;
}
.detail-box-info h4 {
	font-size: 16px;
	margin-bottom: 0;
}
.detail-box-info ul li {
	font-size: 14px;
}
.detail-box-info ul li span {
	font-weight: bold;
	margin-right: 0.5em;
}
.detail-box-sns {
	margin-top: 2em;
	border-top: 1px solid #ddd;
}
.detail-box-sns ul {
	margin-top: 1.5em;
	display: flex;
	justify-content: center;
}
.detail-box-sns ul li {
	width: 30px;
	margin: 0 1em;
}
.detail-box-sns ul li img {
	width: 100%;
	height: auto;
}

/*tab構造*/
@media screen and (max-width: 980px) {
	.list-tab {
		/* margin-bottom: 0; */
	}
}

.area {
	opacity: 0;
	background: #fff;
	display: none;
}
.area.is-active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

.area.article .post_content > *:first-child { margin-top: 0; }
.area.article .post_content > *:last-child { margin-bottom: 0; }
.area.article .post_content {
	padding: 0 0 2em 0;
}
.area.article .post_content p {
	margin-bottom: 1em;
}

.area.article .aplus-box h5 {
	font-size: 18px;
	margin-bottom: 0.5em;
}
.area.article .aplus-box p {
	font-size: 14px;
	color: #585E65;
	margin: 0;
}
.area.article .aplus-box.type-a {
	display: flex;
	width: 100%;
	max-width: 800px;
	margin: 2em auto;
}
.area.article .aplus-box.type-a figure {
	width: 45%;
	min-width: 380px;
	margin-right: 2em;
}
.area.article .aplus-box.type-a figure img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 980px) {
	.area.article .aplus-box.type-a {
		display: block;
	}
	.area.article .aplus-box.type-a figure {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
		min-width: 100%;
	}
}
.area.article .aplus-box.type-c {
	width: 100%;
	max-width: 800px;
	margin: 1em auto 2em;
}
.area.article .aplus-box.type-c figure {
	margin: 2em 0 1em;
	padding: 0;
}
.area.article .aplus-box.type-c figure img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) {
	.area.article .aplus-box.type-c:before,
	.area.article .aplus-box.type-c:after {
		display: table;
		content: '';
	}
	.area.article .aplus-box.type-c:after {
		clear: both;
	}
	.area.article .aplus-box.type-c figure {
		float: left;
		max-width: 52%;
		margin-top: 0;
		padding-right: 6%;
	}
}
@media screen and (max-width: 768px) {
	.area.article .aplus-box.type-c figure {
		text-align: center;
	}
	.area.article .aplus-box.type-c figure img {
		max-width: 68.6%;
	}
}
.area.sample ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.area.sample ul li {
	width: calc(16.6666666667% - 1em);
	margin: 0 0.5em 0.5em;
}
@media screen and (max-width: 980px) {
	.area.sample ul li {
		width: calc(33.3333333333% - 1em);
	}
}
.area.sample ul li figure {
	width: 100%;
	margin: 0;
}
.area.sample ul li figure img {
	width: 100%;
	height: auto;
}
.area.review .content-box {
	display: flex;
	width: 100%;
}
@media screen and (max-width: 980px) {
	.area.review .content-box {
		flex-direction: column;
	}
}
.area.review .review-box {
	width: 33.3333333333%;
	margin: 0 0.5em;
	/*amazon*/
}
.area.review h2,
.area.review .review-box .media-logo {
	min-height: 38px;
	border-bottom: 1px solid #222;
}

@media screen and (max-width: 980px) {
	.area.review .review-box {
		width: 100%;
		margin: 0 0 2em;
	}
}
.area.review .review-box.twitter h2:before {
	content: "";
	background: url(../images/icon-twitter-b.svg) no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 0.2em;
	font-size: 20px;
}
.area.review .review-box .twiter-box {
	padding-right: 20px;
	border: 10px solid #F7F8FC;
	box-sizing: border-box;
	overflow-y: scroll;
}
#ctf p.ctf-tweet-text {
	font-size: 14px;
	line-height: 1.9em;
	letter-spacing: 0.11em;
}
.area.review .review-box .to-review {
	display: flex;
	align-items: center;
}
.area.review .review-box .to-review figure {
	width: 20px;
	margin: 0 0.5em 0 0;
}
.area.review .review-box .to-review figure img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.area.review .review-box .to-review p {
	color: #697684;
	font-weight: bold;
	font-size: 12px;
	margin: 0.5em 0;
}
.area.review .review-box .title {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-bottom: 1em;
}
.area.review .review-box .comment {
	clear: both;
	margin: 0;
	font-size: 14px;
}
.area.review .review-box .points {
	color: transparent;
	background: url(../images/img_star.svg) no-repeat;
	height: 14px;
	float: left;
	max-width: 95px;
	width: 100%;
	background-size: 100% auto;
	margin-right: 2.5%;
	margin-top: 6px;
}
.area.review .review-box .points.star-num-0 {
	background-position: 0 2%;
}
.area.review .review-box .points.star-num-0h {
	background-position: 0 12%;
}
.area.review .review-box .points.star-num-1 {
	background-position: 0 21%;
}
.area.review .review-box .points.star-num-1h {
	background-position: 0 31%;
}
.area.review .review-box .points.star-num-2 {
	background-position: 0 40%;
}
.area.review .review-box .points.star-num-2h {
	background-position: 0px 50%;
}
.area.review .review-box .points.star-num-3 {
	background-position: 0 60%;
}
.area.review .review-box .points.star-num-3h {
	background-position: 0 69%;
}
.area.review .review-box .points.star-num-4 {
	background-position: 0 79%;
}
.area.review .review-box .points.star-num-4h {
	background-position: 0 88.5%;
}
.area.review .review-box .points.star-num-5 {
	background-position: 0 98.5%;
}
.area.review .review-box .then-blank_blue {
	font-weight: bold;
	color: #222;
	text-decoration: none;
	margin-top: 1em;
	display: inline-block;
	font-size: 14px;
	transition: 0.3s;
}
.area.review .review-box .then-blank_blue:after {
	content: url(../images/icon-blank.svg);
	display: inline-block;
	margin-left: 0.2em;
}
.area.review .review-box .then-blank_blue:hover {
	opacity: 0.8;
}
.area.review .review-box .then-blank_blue:hover:after {
	opacity: 0.8;
}
.area.review h2 {
	margin-top: 0;
	height: 30px;
	border-bottom: 1px solid #222;
}
.area.review h2 img {
	width: auto;
	max-width: 120px;
	height: auto;
	max-height: 24px;
}
.area.review h2:before {
	display: none;
}
.area.article .information {
	padding: 0 1em 1.5em;
	margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
	.area.article .information {
		padding: 0 1em;
	}
}
.area.article .information .info-box {
	margin: 0;
}
@media screen and (max-width: 980px) {
	.area.article .information .info-box {
		flex-wrap: wrap;
	}
}
.area.article .information .info-box li {
	margin: 0 1em;
	padding-top: 2em;
}
.area.article .information .info-box li .icon-new {
	top: 0;
}
@media screen and (max-width: 980px) {
	.area.article .information .info-box li {
		padding-top: 1.5em;
		margin: 0 0 1.5em;
	}
	.area.article .information .info-box li figure {
		max-height: 100%;
	}
	.area.article .information .info-box li figure img {
		max-height: 100%;
	}
}
.area .content-box.no-article {
	text-align: center;
}
.area .content-box.no-article p {
	margin-bottom: 1em;
}
.area.detail-support .content-box ul {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.area.detail-support .content-box ul li {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.5em;
	padding-bottom: 0.5em;
}
.area.detail-support .content-box ul li a {
	display: flex;
	text-decoration: none;
	color: #222;
	transition: 0.3s;
}
.area.detail-support .content-box ul li a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 980px) {
	.area.detail-support .content-box ul li a {
		flex-direction: column;
	}
}
.area.detail-support .content-box ul li:last-child {
	border-bottom: none;
}
.area.detail-support .content-box ul li .date-area {
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 980px) {
	.area.detail-support .content-box ul li .date-area {
		margin-bottom: 0.5em;
	}
}
.area.detail-support .content-box ul li .date-area time {
	color: #666;
}
.area.detail-support .content-box ul li .date-area .category {
	background: #1487C4;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	padding: 0 0.3em;
	text-align: center;
	white-space: nowrap;
	margin: 0 1em;
}
.area.detail-support .content-box ul li a[target=_blank] .support-text:after {
	content: url(../images/icon-blank.svg);
	display: inline-block;
	margin-left: 0.2em;
}

@keyframes displayAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.detail-list__in {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 3em 0;
}
.detail-list__in.slide {
	display: block;
}
.detail-list__in .detail-list__item {
	width: calc(33.3333333333% - 15px);
	padding: 0;
	margin: 0 0.5em;
}
.detail-list__in .detail-list__item figure {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail-list__in .detail-list__item figure img {
	width: 100%;
	height: auto;
}
.detail-list__in .detail-list__item-title {
	font-size: 20px;
	border-bottom: dotted 1px #222;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
}
.detail-list__in .detail-list__item-text {
	line-height: 1.7em;
}

.author-box {
	margin-top: 3em;
}
.author-box .content-box {
	border-top: 1px solid #ddd;
	padding: 3em 0 0;
}
.author-box__in {
	margin-bottom: 1em;
}
.author-box__in-name {
	width: 100%;
	margin: 2.625em 0 1em;
	padding-bottom: 0.5em;
	overflow: hidden;
	border-bottom: dotted 1px #222;
}
.author-box__in-name > *:first-child { margin-top: 0; }
.author-box__in-name > *:last-child { margin-bottom: 0; }
@media screen and (max-width: 980px) {
	.author-box__in-name {
		margin-bottom: 0.5em;
		border-bottom: none;
	}
}
main.detail .author-box__in-name h3 {
	font-size: 20px;
	margin-bottom: 0;
	float: left;
}
@media screen and (max-width: 980px) {
	.author-box__in-name h3 {
		width: 100%;
		border-bottom: dotted 1px #222;
		padding-bottom: 0.2em;
		margin-bottom: 0.5em;
	}
}
.author-box__in-text {
	color: #585E65;
}
.author-box__in-sns {
	float: right;
}
@media screen and (max-width : 980px) {
	.author-box__in-sns {
		margin-top: 16px;
	}
}
.author-box__in-sns ul {
	display: flex;
	margin: 0;
}
.author-box__in-sns ul li {
	margin-right: 1em;
	line-height: 0;
	max-width: 30px;
	transition: 0.3s;
}
.author-box__in-sns ul li img {
	width: 100%;
	height: auto;
}
.author-box__in-sns ul li:last-child {
	margin-right: 0;
}
.author-box__in-sns ul li:hover {
	opacity: 0.8;
}
.author-box .author_tweet {
	border: solid 1px #55acee;
	border-radius: 6px;
	margin: 1.25em 0 5em;
}
@media screen and (max-width : 980px) {
	.author-box .author_tweet {
		margin-bottom: 3em;
	}
}
.author-box .author_tweet .author_id {
	float: left;
	color: #888888;
}
.author-box .author_tweet .latest_tweet_link {
	display: block;
	float: right;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #55acee;
	text-decoration: none;
}
.author-box .author_tweet .latest_tweet_link:after {
	content: "";
	background-color: #55acee;
	display: inline-block;
	mask-image: url("../images/icon-blank.svg");
	-webkit-mask-image: url("../images/icon-blank.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: cover;
	-webkit-mask-size: cover;
	width: 13px;
	height: 13px;
}
.author-box .author_tweet .latest_tweet_link img {
	height: 10px;
	width: 10px;
}
.author-box .author_tweet .open_tweet_with_new_window {
	vertical-align: middle;
}
.author-box .author_tweet .twitter_bird {
	float: left;
	width: 40px;
	height: 6em;
	background: url(../images/icon_twitter_feed.png) #55acee no-repeat 50% 50%;
}
.author-box .author_tweet .tweet {
	margin-bottom: 0;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 3em - 40px);
	height: 4em;
	padding: 1em;
}
.author-box .author_tweet .tweet_content {
	clear: both;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 2.5em;
	line-height: 3em;
	color: #585E65;
	font-size: 14px;
}

/*関連記事*/
.related-post-box .btn.normal, .new-post-box .btn.normal {
	margin-top: 2em;
}
.related-post-box h2, .new-post-box h2 {
	text-align: center;
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3em auto 1em;
}
@media screen and (max-width: 980px) {
	.related-post-box h2, .new-post-box h2 {
		font-size: 24px;
		flex-direction: column;
		margin: 2.5em auto 1em;
	}
}
.related-post-box h2 span, .new-post-box h2 span {
	background: #1487C4;
	border-radius: 3px;
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 1em;
	box-sizing: border-box;
	height: 55px;
	color: #fff;
	font-size: 24px;
	margin-right: 1em;
}
.related-post-box h2 span svg, .new-post-box h2 span svg {
	width: 27px;
	height: 24px;
	margin-right: 0.3em;
}
@media screen and (max-width: 980px) {
	.related-post-box h2 span, .new-post-box h2 span {
		margin-right: 0;
		margin-bottom: 1em;
		font-size: 18px;
	}
}
.related-post-box h2 span:after, .new-post-box h2 span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 6px;
	border-color: transparent transparent transparent #1486c4;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -6px;
	margin: auto 0;
}
@media screen and (max-width: 980px) {
	.related-post-box h2 span:after, .new-post-box h2 span:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 7px 0 7px;
		border-color: #1486c4 transparent transparent transparent;
		height: 0;
		top: 55px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}

.new-post-box .list-card__in .list-card__item {
	padding: 2.5em 0 1em;
}
.new-post-box .list-card__in .list-card__item .btn.trial {
	margin-top: 0.5em;
	max-width: 165px;
	font-size: 16px;
}
.new-post-box .list-card__in .list-card__item .btn.trial svg {
	width: 30px;
}

/* ========================================================
お知らせ・サポート詳細
=========================================================*/
.article-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 3em auto;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.article-header {
		margin-top: 1em;
	}
}
.article-header__category {
	display: inline-block;
	background: #1487C4;
	padding: 0.2em 0.5em;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	margin: 1em auto;
	text-align: center;
}
.article-header__ttl {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 0.5em;
	line-height: 1.5em;
}
.article-header__date {
	color: #585E65;
}

.head-kv {
	width: 100%;
	margin: 1em 0;
	text-align: center;
}
.head-kv img {
	max-width: 100%;
	height: auto;
}

.support-subject {
	border: 10px solid #ECEDF1;
	padding: 1.5em 1em;
	box-sizing: border-box;
	margin-bottom: 2.5em;
}
.support-subject__ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
.support-subject a {
	font-size: 18px;
	color: #1487C4;
	font-weight: bold;
}
.support-subject a[target=_blank]:after {
	content: url(../images/icon-support-link.svg);
	display: inline-block;
	margin-left: 0.4em;
}

.article-content {
	width: 100%;
	max-width: 750px;
	margin: 0 auto 5em;
	color: #585E65;
}
.article-content h2 {
	margin: 2em 0 1.2em;
	color: #222;
}
.article-content h3 {
	color: #222;
	margin-bottom: 0.5em;
}
.article-content a {
	color: #1487C4;
}
.article-content p {
	margin-bottom: 2em;
}
.article-content ul {
	color: #585E65;
}
.article-content ul li {
	padding-left: 1em;
	text-indent: -0.8em;
	margin-bottom: 0.5em;
}
.article-content ul li:before {
	content: "・";
	margin-right: 0.2em;
}
.article-content  img {
	max-width:100%;
	height:auto;
}
.article-content .column-2 {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
	.article-content .column-2 {
		display: block;
	}
}
.article-content .column-2 .column-box {
	width: 50%;
}
.article-content .column-2 .column-box figure {
	width: 100%;
}
.article-content .column-2 .column-box figure img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 980px) {
	.article-content .column-2 .column-box {
		width: 100%;
	}
	.article-content .column-2 .column-box figure {
		margin: 1em 0;
	}
}
.article-content .detail-info-box {
	width: 100%;
	border: 10px solid #ECEDF1;
	padding: 2em;
	box-sizing: border-box;
	display: flex;
}
@media screen and (max-width: 980px) {
	.article-content .detail-info-box {
		display: block;
		padding: 1.5em 1em;
	}
}
.article-content .detail-info-box__thumb {
	margin-right: 2em;
}
.article-content .detail-info-box__thumb figure {
	margin: 0 auto;
	min-width: 160px;
	max-width: 220px;
}
.article-content .detail-info-box__thumb figure img {
	width: 100%;
	height: auto;
}
.article-content .detail-info-box__thumb figure a {
	transition: 0.07s;
}
.article-content .detail-info-box__thumb figure a:hover {
	opacity: 0.8;
}
.article-content .detail-info-box__thumb .btn {
	width: 220px;
}
@media screen and (max-width: 980px) {
	.article-content .detail-info-box__thumb {
		margin-right: 0;
	}
}
.article-content .detail-info-box__in {
	color: #222;
}
.article-content .detail-info-box__in h2 {
	border-bottom: 1px dotted #222;
	padding-bottom: 0.3em;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
.article-content .detail-info-box__in h2:before {
	display: none;
}
.article-content .detail-info-box__in h2 > a {
	color: #222;
	text-decoration: none;
	transition: opacity 0.07s linear;
}
.article-content .detail-info-box__in h2 > a:hover {
	opacity: 0.8;
}
.article-content .detail-info-box__date {
	margin-top: 1em;
	font-size: 14px;
}
.article-content .detail-info-box__date span {
	font-weight: bold;
	margin-right: 0.3em;
}
.article-content .detail-info-box__category {
	font-size: 14px;
}
@media screen and (min-width : 981px) {
	.article-content .detail-info-box__category > a {
		transition: opacity 0.07s linear;
	}
	.article-content .detail-info-box__category > a:hover {
		opacity: 0.7;
	}
}

.article-sns__ttl {
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1.5em;
}
.article-sns__ttl:before {
	content: "";
	width: 2px;
	height: 15px;
	display: block;
	background: #222;
	transform: skewX(-150deg);
	margin: 0.4em 0.7em 0 0;
}
.article-sns__ttl:after {
	content: "";
	width: 2px;
	height: 15px;
	display: block;
	background: #222;
	transform: skewX(150deg);
	margin: 0.4em 0 0 0.7em;
}
.article-sns__list {
	display: flex;
	justify-content: center;
}
.article-sns__list li {
	margin: 0 1em;
	width: 30px;
	transition: 0.3s;
}
.article-sns__list li img {
	width: 100%;
	height: auto;
}
.article-sns__list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.article-sns__list li:hover {
	opacity: 0.8;
}

/*ギャラリーモーダル*/
/*購入モーダル*/
#buy-box .modal-content {
	overflow-y: hidden;
	height: 700px;
	max-height: 100%;
}
@media screen and (max-width: 980px) {
	#buy-box .modal-content {
		height: 100%;
		overflow-y: auto;
	}
}
#buy-box h2 {
	text-align: center;
	margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
	#buy-box h2 {
		margin-top: 1em;
		line-height: 1.5em;
		margin-bottom: 0.5em;
	}
}
#buy-box .modal-text {
	color: #585E65;
	text-align: center;
}
#buy-box .modal-buy {
	overflow-y: auto;
	width: 100%;
	max-width: 1030px;
	height: 100%;
	max-height: 450px;
	margin: 2em auto 0;
	display: flex;
}
#buy-box .modal-buy::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}
#buy-box .modal-buy::-webkit-scrollbar-track {
	background: #ECEDF1;
}
#buy-box .modal-buy::-webkit-scrollbar-thumb {
	background: #1487C4;
}
@media screen and (max-width: 980px) {
	#buy-box .modal-buy {
		display: block;
		max-height: 100%;
		overflow-y: visible;
	}
	#buy-box .modal-buy::-webkit-scrollbar {
		display: none;
	}
}
#buy-box .modal-buy__in {
	width: 33.3333333333%;
}
@media screen and (max-width: 980px) {
	#buy-box .modal-buy__in {
		width: 100%;
	}
}
#buy-box .modal-buy__in h3 {
	text-align: center;
	margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
	#buy-box .modal-buy__in h3 {
		margin-top: 1em;
	}
}
#buy-box .modal-buy__in .modal-banner {
	width: 215px;
	margin: 0 auto;
}
#buy-box .modal-buy__in .modal-banner li {
	margin-bottom: 1em;
	max-width: 215px;
}
#buy-box .modal-buy__in .modal-banner li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 980px) {
	#buy-box .modal-buy__in .modal-banner {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	#buy-box .modal-buy__in .modal-banner li {
		width: calc(50% - 1em);
		max-width: 100%;
		margin: 0 0.5em 1em;
	}
}

/* ========================================================
archive・category
=========================================================*/
.news-list {
	margin-top: 5em;
}
.news-list .info-box {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.news-list .info-box li {
	margin-bottom: 2.5em;
}
@media screen and (max-width: 980px) {
	.news-list .info-box li .icon-new {
		max-width: 39px;
	}
	.news-list .info-box li .icon-new img {
		width: 100%;
	}
}

@media screen and (max-width: 980px) {
	.list-card {
		margin-bottom: 1em;
	}
}
.archive-list .list-tab {
	margin-bottom: 2em;
}
.archive-list .info-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 0;
}
.archive-list .info-box li {
	width: calc(50% - 0.5em);
	box-sizing: border-box;
	border: 10px solid #ECEDF1;
	padding: 1.5em 1em;
	margin: 0 1em 1.5em 0;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 980px) {
	.archive-list .info-box li {
		width: 100%;
		margin-right: 0;
	}
}
.archive-list .info-box li:nth-child(2n) {
	margin-right: 0;
}
.archive-list .info-box li .icon-new {
	position: absolute;
	top: -10px;
	left: -10px;
}
.archive-list .info-box li a {
	text-decoration: none;
	transition: 0.3s;
}
.archive-list .info-box li a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.archive-list .info-box li .item-box {
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 980px) {
	.archive-list .info-box li .item-box {
		display: block;
	}
}
.archive-list .info-box li .item-box__ttl {
	font-size: 20px;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #222;
	padding-bottom: 0.3em;
}
.archive-list .info-box li .item-box__ttl a {
	color: #222;
}
.archive-list .info-box li .item-box__ttl a:hover {
	text-decoration: none;
}
.archive-list .info-box li .item-box__author {
	font-size: 16px;
	font-weight: bold;
	color: #585E65;
	margin-bottom: 0.5em;
}
.archive-list .info-box li .item-box__author a {
	color: #585E65;
	display: inline-block;
}
.archive-list .info-box li .item-box__date {
	font-size: 14px;
}
.archive-list .info-box li .item-box__date span {
	font-weight: bold;
	margin-right: 0.3em;
}
.archive-list .info-box li .item-box__category {
	font-size: 14px;
}
.archive-list .info-box li .item-box__category a {
	color: #222;
	display: inline-block;
}
.archive-list .info-box li figure {
	width: 100%;
	max-width: 155px;
	height: auto;
	max-height: 100%;
	margin: 0 1.4em 0 0;
}
.archive-list .info-box li figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: bottom;
}
@media screen and (max-width: 980px) {
	.archive-list .info-box li figure {
		margin: 0 auto 1em;
	}
}
.archive-list .info-box__detail-link {
	width: 100%;
	display: flex;
	margin-top: auto;
	align-items: center;
	padding-bottom: 0.5em;
}
.archive-list .info-box__detail-link:after {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/icon-arrow-w.svg) no-repeat #1487C4 center center;
	border-radius: 50%;
	margin-left: 0.5em;
}
.archive-list .info-box__detail-link a {
	display: inline-block;
	margin-left: auto;
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
.archive-list .info-box .btn.trial {
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 1em;
}
.archive-list .info-box__detail-link + .btn.trial {
	border-top: 1px solid #666;
	border-radius: 0;
}
.archive-list .info-box .btn.trial a:hover {
	opacity: 1;
	text-decoration: none;
}
.archive-list.category .content-box {
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 980px) {
	.archive-list.category .content-box {
		display: block;
	}
}
.archive-list.category .content-box aside {
	width: 30%;
	max-width: 254px;
	box-sizing: border-box;
	padding: 1.5em 1em;
	border: 10px solid #ECEDF1;
	margin-right: 1em;
}
.archive-list.category .content-box aside ul {
	margin: 0;
}
.archive-list.category .content-box aside ul li {
	margin-bottom: 0.7em;
}
.archive-list.category .content-box aside ul li:last-child {
	margin-bottom: 0;
}
.archive-list.category .content-box aside ul li a {
	color: #585E65;
	text-decoration: none;
	transition: 0.3s;
}
.archive-list.category .content-box aside ul li.current a, .archive-list.category .content-box aside ul li:hover a {
	color: #1487C4;
	text-decoration: underline;
}
.archive-list.category .content-box aside .category-select {
	display: none;
}
@media screen and (min-width: 981px) {}
@media screen and (max-width: 980px) {
	.archive-list.category .content-box aside {
		width: 100%;
		max-width: 100%;
		border: 0;
		padding: 0;
		margin: 0 0 1em;
	}
	.archive-list.category .content-box aside ul {
		display: none;
	}
	.archive-list.category .content-box aside .category-select {
		display: block;
		border-radius: 6px;
		background: url(../images/icon-arrow-down.svg) no-repeat right 1em center #ECEDF1;
		padding: 0 1em;
		margin-bottom: 2em;
	}
	.archive-list.category .content-box aside .category-select select {
		background: transparent;
		height: auto;
	}
}
.archive-list.category .content-box .list-card {
	width: calc(100% - 290px);
	margin-left: auto;
}
@media screen and (max-width: 980px) {
	.archive-list.category .content-box .list-card {
		width: 100%;
	}
}
.archive-list.category .content-box .info-box li .item-box figure {
	min-width: 123px;
	max-width: 123px;
	margin: 0 1em 0 0;
}
@media screen and (max-width: 980px) {
	.archive-list.category .content-box .info-box li .item-box figure {
		max-width: 150px;
		margin: 0 auto 1em;
	}
}

/* =========================================================
 ページャー
========================================================= */
.pager-box {
	display: flex;
	justify-content: stretch;
	align-items: center;
	flex-wrap: nowrap;
	width: 316px;
	margin: 0 auto 73px;
	height: 60px;
}
.pager-box .prev-page, .pager-box .next-page {
	background: #fff;
	border: #1487C4 3px solid;
	border-radius: 3px;
	color: #1487C4;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
	transition: 0.3s;
}
.pager-box .prev-page span, .pager-box .prev-page a, .pager-box .next-page span, .pager-box .next-page a {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
}
.pager-box .prev-page:hover, .pager-box .next-page:hover {
	opacity: 0.5;
}
.pager-box .prev-page {
	margin-right: 3px;
}
.pager-box .next-page {
	margin-left: 3px;
}

/* -- selectタグ -- */
.page-select-box {
	margin: auto;
	position: relative;
	background: #fff;
	border: #1487C4 3px solid;
	border-radius: 3px;
	cursor: pointer;
	height: 60px;
	width: 190px;
	flex-grow: 2;
	box-sizing: border-box;
}

.page-select-box .label {
	color: #1487C4;
	width: 100%;
	z-index: 1;
	text-align: center;
	line-height: 60px;
	font-size: 15px;
	position: relative;
	font-weight: bold;
	margin: 0;
}

.page-select-box .label:after {
	content: url(../images/page-down.svg);
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: -1px auto auto;
}

.page-select-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	cursor: pointer;
	width: 100%;
	border: none;
	height: 60px;
	opacity: 0;
	position: absolute;
	z-index: -1;
	font-size: 16px;
	top: 0;
}

/*動的プルダウン*/
.option-list-warp {
	background-color: #ffffff;
	display: none;
	position: absolute;
	top: 60px;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
	box-shadow: 0px 7px 10px 2px rgba(195, 195, 195, 0.3);
}

.option-list-box {
	max-height: 8em;
	overflow-y: auto;
}

.option-list-warp span {
	display: block;
	line-height: 1.6em;
	text-align: center;
	font-size: 15px;
	padding: 2px;
}

.option-list-warp span:hover {
	opacity: 0.5;
	background: #f3f3f3;
}

.search-box {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.search-count {
	display: flex;
	font-size: 14px;
}
.search-count .num {
	font-size: 30px;
	font-weight: bold;
	padding: 0 0.3em;
}
.search-sort {
	display: inline-block;
	width: 100%;
	max-width: 360px;
	background: url(../images/icon-arrow-down.svg) no-repeat right 1em center #ECEDF1;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 1em 0 0;
	margin-left: auto;
}
.search-sort select {
	background: transparent;
	height: auto;
}
@media screen and (max-width: 980px) {
	.search-sort {
		max-width: 100%;
	}
}

.support-tab ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 980px) {
	.support-tab ul {
		width: 90%;
		margin: 0 auto 1em;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.support-tab ul li {
	background: #DCEDF6;
	width: 190px;
	height: 60px;
	border-radius: 6px;
	line-height: 60px;
	margin: 0 0.5em 1em;
}
@media screen and (max-width: 980px) {
	.support-tab ul li {
		width: calc(50% - 0.5em);
		margin: 0 0 0.5em;
	}
}
.support-tab ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #1487C4;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	transition: 0.3s;
}
.support-tab ul li a:hover {
	border-radius: 6px;
	background: #1487C4;
	color: #fff;
}
.support-tab ul li.current a {
	background: #1487C4;
	border-radius: 6px;
	color: #fff;
}

/* ========================================================
page
=========================================================*/
main.page h2 {
	display: flex;
	margin: 1em 0;
}
main.page h2:before {
	content: "";
	display: inline-block;
	width: 5px;
	min-height: 15px;
	border-radius: 5px;
	background: #1487C4;
	margin-right: 0.5em;
}
main.page h2.m-zero {
	margin-top: 0;
}
main.page img {
	max-width: 100%;
	height: auto;
}
main.page p {
	color: #585E65;
	line-height: 1.9em;
}
main.page p {
	line-height: 2.1em;
	margin-bottom: 43px;
	font-size: 17px;
	letter-spacing: 1.7px;
}
main.page .post_content .middle-wrap {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto 50px;
}
main.page .post_content .middle-wrap .subTitle .single-title {
	display: flex;
	margin: 1em 0;
}
@media screen and (max-width : 980px) {
	main.page .post_content .middle-wrap {
		padding: 0;
	}
}
/* todo 本文基本 */
/* main .post_content ul,
main .post_content ol {
	margin-bottom: 43px;
}
main .post_content ol {
	counter-reset: number;
}
main .post_content li {
	line-height: 2.1em;
	font-size: 17px;
	letter-spacing: 1.7px;
	padding-left: 1em;
	text-indent: -1em;
}
main .post_content ul li:before {
	content: "・";
	font-size: 30px;
	vertical-align: middle;
}
main .post_content ol li:before{
	content: counter(number) ".";
	counter-increment: number;
} */
main .post_content a {
	transition: opacity 0.07s linear;
}
main .post_content a:hover {
	opacity: 0.7;
}
main .post_content img {
	max-width:100%;
	height:auto;
}

/* ========================================================
FAQ
=========================================================*/
.faq-list .content-box {
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	position: relative;
}
@media screen and (max-width: 980px) {
	.faq-list .content-box {
		width: 100%;
		max-width: 100%;
		display: block;
	}
}
.faq-list .content-box aside {
	width: 30%;
	max-width: 254px;
	box-sizing: border-box;
	padding: 1.5em 1em;
	border: 10px solid #ECEDF1;
	margin-right: 1em;
}
@media screen and (min-width: 981px) {
	.faq-list .content-box aside {
		position: sticky;
		position: -webkit-sticky;
		top: 150px;
	}
}
.faq-list .content-box aside ul {
	margin: 0;
}
.faq-list .content-box aside ul li {
	margin-bottom: 0.9em;
}
.faq-list .content-box aside ul li:before {
	display: none;
}
.faq-list .content-box aside ul li:last-child {
	margin-bottom: 0;
}
.faq-list .content-box aside ul li a {
	display: inline-block;
	color: #585E65;
	text-decoration: none;
	transition: 0.3s;
	line-height: 1.4;
}
.faq-list .content-box aside ul li.current a, .faq-list .content-box aside ul li:hover a {
	color: #1487C4;
	text-decoration: underline;
}
.faq-list .content-box aside .category-select {
	display: none;
}
@media screen and (max-width: 980px) {
	.faq-list .content-box aside {
		width: 100%;
		max-width: 100%;
		border: 0;
		padding: 0;
		margin: 0 0 1em;
	}
	.faq-list .content-box aside ul {
		display: none;
	}
	.faq-list .content-box aside .category-select {
		display: block;
		border-radius: 6px;
		background: url(../images/icon-arrow-down.svg) no-repeat right 1em center #ECEDF1;
		padding: 0 1em;
		margin-bottom: 2em;
	}
	.faq-list .content-box aside .category-select select {
		background: transparent;
		height: auto;
	}
}
.faq-list .content-box .faq-area {
	width: calc(100% - 290px);
	margin-left: auto;
}
@media screen and (max-width: 980px) {
	.faq-list .content-box .faq-area {
		width: 100%;
	}
}
.faq-list .content-box .faq-area h2 {
	display: flex;
	margin: 3.25em 0 1em;
	line-height: 1.38;
}
.faq-list .content-box .faq-area h2:before {
	content: "";
	display: inline-block;
	width: 5px;
	min-height: 15px;
	border-radius: 5px;
	background: #1487C4;
	margin-right: 0.5em;
}
.faq-list .content-box .faq-area > div:first-child > h2 {
	margin-top: 0;
}
@media screen and (max-width: 980px) {
	.faq-list .content-box .faq-area h2 {
		margin-top: 2.5em;
		margin-bottom: 0.65em;
	}
}

.faq-list .content-box .faq-area dl dt {
	border-radius: 10px;
	background: url(../images/icon-faq-open.svg) no-repeat center right 1em #DCEDF6;
	background-size: 15px;
	border: 1px solid #1487C4;
	box-sizing: border-box;
	padding: 0.8em 2.4em 0.8em 1em;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-top: 2em;
	transition: 0.3s;
	line-height: 1.33;
}
.faq-list .content-box .faq-area dl dt:first-child {
	margin-top: 0;
}
@media screen and (max-width : 980px) {
	.faq-list .content-box .faq-area dl dt {
		margin-top: 1.67em;
		padding-left: 0.88em;
		line-height: 1.33;
	}
}
.faq-list .content-box .faq-area dl dt:before {
	content: "Q.";
	font-size: 32px;
	font-weight: bold;
	color: #1487C4;
	margin-right: 0.5em;
	line-height: 1;
}
.faq-list .content-box .faq-area dl dt.is-open {
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
	border-bottom: none;
	background: url(../images/icon-faq-close.svg) no-repeat center right 1em #DCEDF6;
}
.faq-list .content-box .faq-area dl dd {
	color: #585E65;
	padding: 1em;
	border-radius: 0 0 10px 10px;
	border-right: 1px solid #1487C4;
	border-left: 1px solid #1487C4;
	border-bottom: 1px solid #1487C4;
	position: relative;
	padding-left: 70px;
	display: none;
}
.faq-list .content-box .faq-area dl dd a {
	color: #1487C4;
}
.faq-list .content-box .faq-area dl dd:before {
	content: "A.";
	font-size: 32px;
	font-weight: bold;
	color: #585E65;
	position: absolute;
	top: 0.5em;
	left: 0.6em;
}
.faq-list .content-box .faq-area dl dd.is-open {
	display: block;
	margin-bottom: 1.5em;
}

/* ========================================================
contact
=========================================================*/
.contact-img {
	margin: 2em auto;
	display: block;
}
@media screen and (max-width: 980px) {
	.contact-img {
		max-width: 100%;
		height: auto;
	}
}

.contact-list {
	border: 10px solid #ECEDF1;
	box-sizing: border-box;
	padding: 2em;
	margin: 2em 0;
}
@media screen and (max-width: 980px) {
	.contact-list {
		padding: 2em 1em;
	}
}
.contact-list li {
	padding-left: 1.3em;
	text-indent: -1.3em;
	font-weight: bold;
	margin-bottom: 1em;
}
.contact-list li:before {
	content: "";
	background: #1487C4;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.7em;
}
.contact-list li a {
	color: #222;
	text-decoration: none;
}
.contact-list li:last-child {
	margin-bottom: 0;
}
.contact-list-attention {
	margin: 1em 0;
}
.contact-list-attention li {
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin-bottom: 1em;
	color: #585E65;
}
.contact-list-attention li:before {
	content: "";
	background: #1487C4;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.7em;
}

/*ご意見・ご感想*/
.contact-text {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

/* ========================================================
書店さまへ
=========================================================*/
.download-list-wrap {
	width: 90%;
	max-width: 830px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.download-list-wrap li {
	width: calc(50% - 1em);
	margin: 0 2em 2em 0;
	border: 2px solid #e4e4e4;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
}
.download-list-wrap li:nth-child(2n) {
	margin-right: 0;
}
.download-list-wrap li a {
	text-decoration: none;
	padding: 7.5%;
	display: block;
	transition: 0.3s;
}
.download-list-wrap li a:before {
	content: "";
	width: 12%;
	background: url(../images/icon_shoten_pdf.svg) no-repeat;
	background-position: center center;
	background-size: auto 100%;
	display: block;
	position: absolute;
	height: 51%;
	left: 7.5%;
	top: 0;
	bottom: 0;
	max-width: 46px;
	margin: auto;
	max-height: 60px;
}
.download-list-wrap li a:hover {
	opacity: 0.8;
}
.download-list-wrap li .dl-file-detail {
	min-height: 60px;
	padding-left: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.download-list-wrap li .dl-file-detail p {
	line-height: 1em;
}
.download-list-wrap li .dl-file-detail .file-title {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}
.download-list-wrap li .dl-file-detail .file-type {
	color: #888;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}
@media screen and (max-width: 980px) {
	.download-list-wrap li {
		width: 100%;
		margin: 0 0 4%;
	}
}

.new-issue-link {
	text-align: center;
}

/* ========================================================
新刊カレンダー
=========================================================*/
.calender-area {
	height: 100%;
}
.calender-area .empty {
	padding-top: 32px;
}
.calender-area .calender-date {
	border-bottom: 2px solid #222;
	padding-bottom: 0.7em;
	background: #fff;
	width: 100%;
	max-width: 1200px;
	padding-top: 2em;
	display: flex;
	margin: 0 auto;
	position: sticky;
	position: -webkit-sticky;
	top: 135px;
	z-index: 199;
}
.calender-area .calender-date .date {
	display: none;
	margin: 0 1em;
}
.calender-area .calender-date.is-fixed .date {
	display: block;
	margin: 0 1em;
	font-size: 20px;
	font-weight: bold;
	color: #1487C4;
}
@media screen and (max-width: 980px) {
	.calender-area {
		margin-top: 30px;
		border-top: 3px solid #222;
	}
	.calender-area .calender-date.is-fixed .date {
		margin: 0;
	}
}
@media screen and (max-width: 980px) {
	.calender-area .calender-date,
	.calender-area .calender-date.is-fixed {
		position: fixed;
		width: 60px;
		top: initial;
		bottom: 90px;
		left: initial;
		right: 0;
		padding: 0;
		z-index: 999;
		border-bottom: 0;
	}
	.calender-area .calender-date.is-fixed .date {
		margin: 0 1em;
	}
}
.calender-area .calender-date ul {
	margin: 0 0 0 auto;
	display: flex;
}
@media screen and (max-width: 980px) {
	.calender-area .calender-date ul {
		display: block;
		width: 100%;
		margin: 0;
	}
}
.calender-area .calender-date ul li {
	font-size: 24px;
	margin-right: 1.5em;
}
.calender-area .calender-date ul li a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
.calender-area .calender-date ul li.is-current {
	font-size: 32px;
}
.calender-area .calender-date ul li.is-current a {
	color: #222;
}
@media screen and (max-width: 980px) {
	.calender-area .calender-date ul li.is-current {
		font-size: 20px;
	}
}
@media screen and (max-width: 980px) {
	.calender-area .calender-date ul li {
		font-size: 20px;
		margin-right: 0;
		height: 46px;
		background: #eee;
		line-height: 1em;
		border-bottom: 1px solid #ddd;
	}
	.calender-area .calender-date ul li a {
		display: flex;
		width: 100%;
		height: 100%;
		font-size: 12px;
		justify-content: center;
		align-items: center;
		color: #999;
	}
	.calender-area .calender-date ul li.is-current {
		font-size: 20px;
		background: #1487C4;
	}
	.calender-area .calender-date ul li.is-current a {
		color: #fff;
	}
	.calender-area .calender-date ul li:first-child {
		border-radius: 6px 0 0 0;
	}
	.calender-area .calender-date ul li:last-child {
		border-radius: 0 0 0 6px;
		border-bottom: none;
	}
	.calender-area .calender-date ul li:first-child:last-child {
		border-radius: 6px 0 0 6px;
	}
	.calender-area .calender-date ul li span:after {
		content: "月";
		font-size: 14px;
		margin-left: 0.1em;
	}
}
.calender-area .calender-schedule {
	position: relative;
}
.calender-area .calender-schedule:before {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	border-right: 2px solid #222;
	top: 0;
	bottom: 0;
	left: 85px;
	z-index: 1;
}
@media screen and (max-width: 980px) {
	.calender-area .calender-schedule:before {
		left: 4px;
		border-right-width: 1px;
	}
}
.calender-area .calender-schedule .schedule-date {
	width: 85px;
	position: sticky;
	position: -webkit-sticky;
	top: calc(135px + 72px + 48px);
	left: 0;
	z-index: 99;
	height: 82px;
}
.calender-area .calender-schedule .schedule-date + .schedule-list-box {
	margin-top: -82px;
}
@media screen and (max-width: 980px) {
	.calender-area .calender-schedule .schedule-date {
		top: calc(61px + 48px);
		margin-left: 4px;
		width: 50px;
	}
	.calender-area .calender-schedule .schedule-date.is-fixed {
		top: 100px;
	}
}
.calender-area .calender-schedule .schedule-date__in {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.calender-area .calender-schedule .schedule-date__number {
	width: 100%;
	border-bottom: 2px dotted #1487C4;
	color: #1487C4;
	font-size: 42px;
	text-align: center;
	padding-bottom: 0.2em;
	margin-bottom: 0;
	position: relative;
	line-height: 1em;
}
.calender-area .calender-schedule .schedule-date__number:after {
	content: "";
	background: #fff;
	border-radius: 50%;
	border: 4px solid #697684;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	bottom: -9px;
	right: -8px;
}
@media screen and (max-width: 980px) {
	.calender-area .calender-schedule .schedule-date__number {
		font-size: 26px;
		padding-bottom: 3px;
		margin-bottom: 4px;
	}
	.calender-area .calender-schedule .schedule-date__number:after {
		left: -7px;
		right: auto;
	}
}
.calender-area .calender-schedule .schedule-date__day {
	color: #697684;
}
.calender-area .calender-schedule .schedule-list {
	position: relative;
	padding-top: 3em;
}
.calender-area .calender-schedule .schedule-list + .schedule-list {
	position: relative;
}
.calender-area .calender-schedule .schedule-list + .schedule-list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 85px;
	border-top: 1px solid #222;
	width: calc(100% - 85px);
	height: 1px;
}
.calender-area .calender-schedule .schedule-list-box {
	display: flex;
	width: 100%;
	padding-left: 120px;
	margin-left: auto;
	padding-bottom: 3em;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
	.calender-area .calender-schedule .schedule-list-box {
		width: calc(100% - 20px);
		display: block;
		padding-left: 44px;
		padding-right: 52px;
		padding-bottom: 2em;
	}
	.calender-area .calender-schedule .schedule-date__day {
		font-size: 12px;
	}
}
.calender-area .calender-schedule .schedule-list-box.is-hide {
	display: none;
}
.calender-area .calender-schedule .schedule-list-box a {
	text-decoration: none;
	transition: 0.3s;
}
.calender-area .calender-schedule .schedule-list-box__thumb {
	width: 30%;
	max-width: 148px;
	margin-right: 1.5em;
}
.calender-area .calender-schedule .schedule-list-box__thumb img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 980px) {
	.calender-area .calender-schedule .schedule-list-box__thumb {
		width: 100%;
		max-width: 118px;
		margin: 0 auto;
	}
}
.calender-area .calender-schedule .schedule-list-box__detail {
	width: 100%;
}
.calender-area .calender-schedule .schedule-list-box__detail > a {
	display: block;
}
.calender-area .calender-schedule .schedule-list-box__detail-in {
	overflow: hidden;
	border-bottom: 1px solid #222;
}
.calender-area .calender-schedule .schedule-list-box__title {
	font-size: 20px;
	border-bottom: 2px dotted #222;
	margin: 0;
	padding: 0;
	padding-bottom: 0.2em;
}
.calender-area .calender-schedule .schedule-list-box__title:before {
	display: none;
}
.calender-area .calender-schedule .schedule-list-box__title a {
	color: #222;
}
.calender-area .calender-schedule .schedule-list-box__title a:hover {
	opacity: 0.8;
}
.calender-area .calender-schedule .schedule-list-box__info {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 15px 130px 19px 0;
}
.calender-area .calender-schedule .schedule-list-box__date {
	font-size: 14px;
}
.calender-area .calender-schedule .schedule-list-box__date span {
	font-weight: bold;
	margin-right: 0.5em;
}
.calender-area .calender-schedule .schedule-list-box__category {
	font-size: 14px;
}
.calender-area .calender-schedule .schedule-list-box__category a {
	color: #222;
}
.calender-area .calender-schedule .schedule-list-box__category a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.calender-area .calender-schedule .schedule-list-box__more-detail {
	position: absolute;
	right: 0;
	bottom: 12px;
	display: flex;
	align-items: center;
}
.calender-area .calender-schedule .schedule-list-box__more-detail:after {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/icon-arrow-w.svg) no-repeat #1487C4 center center;
	border-radius: 50%;
	margin-left: 0.5em;
}
.calender-area .calender-schedule .schedule-list-box__more-detail a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}
.calender-area .calender-schedule .schedule-list-box__more-detail a:hover {
	opacity: 0.8;
}
.calender-area .calender-schedule .schedule-list-box .btn.trial {
	margin: 1em 0;
}
.calender-area .calender-schedule .schedule-list-box .btn.trial > a {
	margin: 0;
}
@media screen and (max-width: 980px) {
	.calender-area .calender-schedule .schedule-list-box__title {
		margin-top: 0.5em;
		padding-top: 0;
	}
	.calender-area .calender-schedule .schedule-list-box__title a {
		font-size: 18px;
	}
	.calender-area .calender-schedule .schedule-list-box__info {
		padding-top: 13px;
		padding-bottom: 10px;
		padding-right: 0;
	}
	.calender-area .calender-schedule .schedule-list-box__more-detail {
		position: static;
		margin-left: auto;
		margin-top: 5px;
	}
	.calender-area .calender-schedule .schedule-list-box .btn.trial {
		margin: 1em auto;
	}
	.calender-area .calender-schedule .schedule-list-box .btn.trial > a {
		width: 180px;
		margin: auto;
		font-size: 16px;
		height: 38px;
	}
	.calender-area .calender-schedule .schedule-list-box .btn.trial > a > svg {
		width: 28px;
	}
}
.calender-area .calender-schedule-month {
	border-bottom: 1px solid #ddd;
}
.calender-area .calender-schedule-month h2 {
	padding-top: 1em;
}

/* ========================================================
404
=========================================================*/
.not-found-title.gf-rubik {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
	margin-top: 100px;
}
p.not-found-text{
	color: #888888;
	font-size: 17px;
	text-align: center;
	line-height: 2.5em;
	margin-bottom: 50px;
}
p.not-found-text + .btnbox {
	width: 50%;
	margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
	.not-found-title.gf-rubik {
		font-size: 5.3vw;
		margin: 15% auto 10%;
	}
	p.not-found-text{
		font-size: 3.73vw;
		line-height: 1.7em;
	}
	p.not-found-text + .btnbox {
		width: 65%;
		margin: 0 auto 15%;
	}

}
