body {
	font-family: sans-serif;
}
figure{
    display: block;
    margin: 0;
    padding:0;
}
.wrapper {
	background-color: #f9f9f9;
	padding: 40px 10px;
}

.fan-news-hdimg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.pagetitle .title {
	text-align: center;
	font-size: 2.1em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}

.pagetitle .subtitle {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.single .inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 20px
}

.single .wrapper-inner {
	width: 100%;
	max-width: 900px;
	padding: 40px 80px;
	margin: 0 auto 40px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
}

.single .wrapper-inner h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0;
	display: block;
	text-align: center;
	margin: 1em auto 2em;
}

.single .wrapper-inner h2 {
	display: block;
    width:100%;
	font-size: 1.5em;
	line-height: 1.5;
}

.single .wrapper-inner h3 {
	display: block;
    width:100%;
	font-size: 1.1em;
	line-height: 1.5;
	color: #0074c0;
}

.single .wrapper-inner h4 {
	display: block;
    width:100%;
	font-size: 1.1em;
	position: relative;
}

.single .wrapper-inner h5,
.single .wrapper-inner h6 {
	display: block;
	font-size: 1em;
	padding: 1em 0;
	font-family: sans-serif;
}

/* wp-block-group */
.single .wp-block-group .wp-block-group__inner-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
}
.single .wp-block-group .wp-block-group__inner-container > .wp-block-group{
    width:48%;
}
.single .wp-block-group .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container{
    border-bottom: none;
    margin-bottom: 0;
}
.single .wp-block-group .wp-block-group__inner-container > .wp-block-image{
    display: block;
    margin: 2em 0 0;
    padding:0;
    width:48%;
}
.single .wp-block-group .wp-block-group__inner-container > .wp-block-image img{
    width:100%;
    height: auto;
}
.single .wrapper-inner a {
	color: #0074c0;
	text-decoration: underline;
}

.single .wrapper-inner p {
	font-size: 1em;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
    margin: 0;
    padding:0 0 1em;
}

.single .wrapper-inner p.has-small-font-size {
	font-size: 0.84em;
	line-height: 1.6em;
}

.fan-news #container .date {
	color: #ef9120 !important;
	margin-bottom: 2em;
}

.fan-news .cobox .date {
	color: #ef9120 !important;
	display: inline-block;
	font-size: 0.8em;
	margin-bottom: 0.5em !important;
}

/*
.single .wp-block-image {
	display: block;
	margin-bottom: 2em;
}
*/

.single .aligncenter {
	text-align: center;
}

.single .callcenter {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
	margin: 1em 0;
}

.single p.frame-red {
	border: 1px solid #e75400;
	padding: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
}
.single .wp-block-table{
    width:100%;
}
.single table {
	width: 100%;
	margin: 1em 0 2em;
	border-collapse: collapse;
}

.single tr {
	/*    border-bottom:1px solid #ccc;*/
}

.single td {
	padding: 0.5em;
	border: 1px solid #ccc;
}

/* page navigation */
.single .taglist {
	justify-content: flex-start;
	margin: 20px auto;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 1em 0;
}

.single .taglist li {
	display: inline-block;
	padding: 0.5em;
}

.fan-news .new-badge {
	display: inline-block;
	background-color: #dd4d4d;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.2em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	vertical-align: middle;
	border-radius: 3px;
}

.fan-news p.cat {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.2em;
	border: 1px solid #ccc;
	margin-right: 0.75em;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	vertical-align: middle;
}

.fan-news .single p.date {
	display: inline-block;
}

ul.page-numbers,
.navigation {
	list-style: none;
	width: 100%;
	margin: 2em auto 3em;
	display: flex;
	justify-content: center;
}

.page-numbers a {
	color: #0074c0;
	text-decoration: none;

}

.nav-links {
	width: 100%;
	margin: 3em auto;
	display: flex;
	justify-content: center;
}

.navigation .screen-reader-text {
	display: none;
}

.page-numbers .current,
.page-numbers a.page-numbers {
	display: block;
	padding: 0.5em;
	margin: 10px;
	position: relative;

}

.navigation .current,
.navigation a {
	display: block;
	font-size: 0.9em;
	padding: 0.75em 4em;
	margin: 10px;
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
}

.page-numbers a.next {
	padding-right: 2em;
}

.page-numbers a.prev {
	padding-left: 2em;
}

.page-numbers a.next::after,
.navigation .pager-next a::after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 1px solid;
	border-right: 1px solid;
	position: absolute;
	top: calc(50% - 0.25em);
	right: 1em;
	transform: rotate(45deg);
	transform-origin: center center
}

.page-numbers a.page-numbers.prev::before,
.navigation .pager-prev a::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 1px solid;
	border-right: 1px solid;
	position: absolute;
	top: calc(50% - 0.25em);
	left: 1em;
	transform: rotate(-135deg);
	transform-origin: center center
}

.page-numbers .current,
.navigation .current {
	opacity: 0.5;
}


.entry.recent {}

.entry.archive {
	padding-bottom: 30px;
}

/*
.entry.archive .pagetitle {
	width: 100%;
}
*/

.entry.recent .title {
	display: block;
	width: 100%;
	font-size: 1.2em;
	line-height: 1;
	margin: 0 auto 1.5em;
	text-align: center;
}

.entry.archive .title {
	/*
	margin: 0 auto 2.5em;
	font-size: 1.5em;
	font-family: 'A1ゴシック M', 'A1 Gothic M', sans-serif;
*/
	width: 300px;
	margin: 0 auto;
}

.entry.archive .title img {
	width: 100%;
	height: auto;
}

.entry.archive.category .title {
	margin: 0 auto 1em;
}

.entry.archive .subtitle {
	font-size: 1.3em;
	margin: 0 auto 2em;
	color: #f39800;
}

.entry .inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 60px;
}

.entry .inner .entry-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.entry .inner .entry-list::before {
	content: '';
	width: 23.5%;
	height: 0;
	order: 1;
}

.entry .inner .entry-list::after {
	content: '';
	width: 23.5%;
	height: 0;
}

.entry .inner .cobox {
	width: 23.5%;
	margin-bottom: 1.5%;
	position: relative;
	border: 1px solid #ccc;
	padding: 1em;
	padding-bottom: 2em;
	background-color: #fff;
	border-radius: 5px;
}

.entry .inner .cobox a.abox {
	display: block;
	width: calc(100% - 2em);
	text-align: center;
	font-size: 0.7em;
	color: #fff;
	background-color: #0074c0;
	border-radius: 2em;
	padding: 0.25em;
	position: absolute;
	bottom: 1.5em;
	left: 1em;
}

.entry .inner .cobox a.abox:hover {
	background-color: #222;
}

/* entry home list */
.home .faq-box {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
}

.home .titlelink {
	color: #555;
	text-decoration: none;
}

.home .titlelink .entry-title {
	font-weight: normal;
}


.home.entry .inner .cobox {
	width: 100%;
	margin-bottom: 2%;
	position: relative;
	border: 1px solid #ccc;
	padding: 1.5em 2.5em;
	padding-bottom: 1em;
	/*    padding-right: 10em;*/
	background-color: #fff;
	font-size: 110%;
}

/*
.home.entry .inner .cobox a.abox{
	display: block;
	width:calc(100% - 4em);
	text-align: center;
	font-size:0.7em;
	color:#fff;
	background-color:#0074c0;
	border-radius: 2em;
	padding:0.25em;
	position: absolute;
	bottom:1.5em;
	left:2em;
}
*/
.home .entry-meta {
	display: flex;
	justify-content: space-between;
}

.home .entry-meta .meta-title {
	width: 20%;
}

.home .entry-meta .meta-body {
	width: 70%;
}

.home .entry-meta .link {
	width: 8em;
	position: relative;
}

.home.entry .inner .entry-list::before {
	display: none;
}

.home.entry .inner .entry-list::after {
	content: '';
	width: 100%;
	height: 0;
	display: none;
}

.home.entry .inner .cobox .entry-meta-wrp .entry-title {
	padding-top: 0;
}

.home.entry .inner .cobox a.abox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.6em;
	height: 6.6em;
	text-align: center;
	font-size: 0.55em;
	color: #fff;
	/*    background-color:#0074c0;*/
	border-radius: 100%;
	padding: 0.25em;
	position: absolute;
	bottom: calc(50% - 3em);
	left: auto;
	right: 0;
}


.entry .inner .cobox .entry-meta-wrp .entry-title {
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	padding: 1em 0;
	color: #0074c0;
}

.entry .inner .cobox .entry-meta-wrp .entry-title br {
	display: none;
}

.entry .inner .cobox .entry-meta-wrp .entry-meta {
	width: 100%;
	padding: 1em 0;
}

.entry .inner .cobox .entry-meta-wrp .entry-meta .entry-body {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.6em;
}

.entry .inner .cobox .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.entry .inner .cobox .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: transform 0.5s ease;
}

.entry .inner .cobox:hover .thumb img {
	transform: scale(1.05);
}

.more-wrp {
	margin: 0 0 40px;
}

.more-wrp a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6em;
	height: 6em;
	color: #222;
	border: 1px solid;
	border-radius: 100%;
	margin: 0 auto;
	font-size: 0.8em;
	position: relative;
}

.more-wrp a::after {
	content: '';
	width: 0.8em;
	height: 0.8em;
	border-top: 1px solid;
	border-right: 1px solid;
	position: absolute;
	bottom: 1em;
	left: calc(50% - 0.4em);
	transform: rotate(135deg);
}

.more-wrp a:hover {
	color: #ef9120;
	border-color: #ef9120;
}

.faq-list li.faq-cobox {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

.faq-list li.faq-cobox h3 {
	color: #3975c7;
	padding: 0.5em 0;
}
.support-wrp{
	border:1px solid #ccc;
	margin-top: 2em;
	padding:1em 2em;
}

.support-wrp .nec-title{
	font-size:1em;
	padding:0.5em 0 0;
	margin: 0;
	color:#0074c0;
}
.note{
	font-size:0.8em !important;
}
ul.note{
	list-style: none;
	margin:0;
	padding:0;
}
ul.note li{
	margin-left: 1em;
	text-indent: -1em;
}
ul.note.num li{
	text-indent: -2em;
}

@media screen and (max-width:767px) {
	.entry.recent {}

	.entry.recent .title {
		display: block;
		width: 100%;
		font-size: 1em;
		line-height: 1;
		margin: 0 auto 1.5em;
		text-align: center;
	}

	/*
	.entry.recent .title::before {
		content: '';
		display: block;
		width: 100px;
		height: 20px;
		margin: 0 auto 20px;
		background-image: url(/content/img/common/find.svg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
*/

	.entry .inner {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 10px;
	}

	.entry .inner .entry-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.entry .inner .entry-list::before {
		content: '';
		display: none;
	}

	.entry .inner .entry-list::after {
		content: '';
		display: none;
	}

	.entry .inner .cobox {
		width: 49%;
		padding-bottom: 49%;
		background-color: #f9f9f9;
		margin-bottom: 1.5%;
		position: relative;
		cursor: pointer;
	}

	.entry .inner .cobox::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/*	background-color:rgba(0,0,0,0.2);*/
		background: rgba(0, 0, 0, 0.1);
		background: linear-gradient(320deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%);
		z-index: 1;
		transition: background 0.5s ease;
	}

	.entry .inner .cobox:hover::before {
		background: rgba(0, 0, 0, 0.6);
		background: linear-gradient(320deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
	}

	.entry .inner .cobox .entry-meta-wrp {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		color: #fff;
		padding: 5px;
	}

	.entry .inner .cobox .entry-meta-wrp::before {
		content: '';
		width: 60px;
		height: 60px;
		display: block;
		background-image: url(/content/img/common/v_white.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.entry .inner .cobox .entry-meta-wrp .vol {
		position: absolute;
		display: block;
		width: 60px;
		text-align: center;
		top: 25px;
		left: 5px;
		width: 60px;
		height: 24px;
		font-size: 15px;
		line-height: 1;
		font-family: 'A1ゴシック B', 'A1 Gothic B', sans-serif;
	}

	.entry .inner .cobox .entry-meta-wrp .entry-title {
		font-size: 0.8em;
		padding: 1em 0;
	}

	.entry .inner .cobox .entry-meta-wrp .entry-meta {
		width: 100%;
		font-size: 3vw;
		line-height: 1.5em;
		padding: 1em 0;
		opacity: 0;
		transform: translateY(1em);
		transition: opacity 0.5s ease, transform 0.5s ease;
	}

	.entry .inner .cobox:hover .entry-meta-wrp .entry-meta {
		opacity: 1;
		transform: translateY(0);
	}

	.entry .inner .cobox .thumb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.entry .inner .cobox .thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		transition: transform 0.5s ease;
	}

	.entry .inner .cobox:hover .thumb img {
		transform: scale(1.05);
	}
}
