@charset "utf-8";
/* 
Theme Name: NCV
*/

/*
import
base
layout
component
template
single-campaign
footer
header縮小 センター表示
single-state
contact
tvcontents
column
*/

/* import */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.mont {
	font-family: 'Montserrat', sans-serif;
}

/* base */
@media screen and (max-width: 768px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
table {
	margin: 0;
}
a {
	transition-property: opacity;
	transition-duration: .3s;
}
p a:link {
	color: #00f;
	text-decoration: underline;
}
p a:visited {
	color: #800080;
}
img {
	height: auto;
}
img.alignleft {
	float: left;
	margin-right: 10px;
}
img.alignright {
	float: right;
	margin-right: 10px;
}

input[type="submit"], 
input[type="button"], 
button {
	-webkit-appearance: none;
}

/* layout */
.content-width {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.middle-width {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
}
#wrapper {
	min-width: 1040px;
	padding-top: 154px;
	overflow: hidden;
}
#com-page-content {
	position: relative;
}
#com-page-content section {
	padding-top: 60px;
	padding-bottom: 80px;
}
#com-page-content section:nth-child(even) {
	background: #f9f9f9 no-repeat left top;
}
.block-com {
	margin-bottom: 80px;
	padding-top: 60px;	
	border-top: 2px #aebcc1 solid;
}
.block-com:first-child {
	padding-top: 0;
	border-top: none;
}
.block-com:last-child {
	margin-bottom: 0;
}
.content-com {
	margin-bottom: 60px;
}
.content-com:last-child {
	margin-bottom: 0;
}
.content-sub-sec {
	margin-bottom: 50px;
}
.content-sub-sec:last-child {
	margin-bottom: 0;
}
.notice-com {
	margin-top: 10px;
}
.notice-com p {
	margin-bottom: 1em;
}
.notice-com p:last-child {
	margin-bottom: 0;
}
.notice-com.font-s {
	font-size: 1.4rem;
}
.notice-important-com p {
	color: red;
	text-align: center;
	margin-bottom: 20px;
} 
.text-com {
	margin-bottom: 20px;
}
.text-com:last-child {
	margin-bottom: 0;
}
.text-com p {
	margin-bottom: 1.5em;
}
.text-com p:last-child {
	margin-bottom: 0;
}
.text-img-r {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.text-img-r .text-com {
	width: 580px;
}
.text-img-r .image {
	width: 390px;
}
.img-com {
	margin-bottom: 20px;
}
.img-com:last-child {
	margin-bottom: 0;
}
.img-hor-list {
	margin-bottom: 20px;
	font-size: 0;
	text-align: center;
}
.img-hor-list:last-child {
	margin-bottom: 0;
}
.img-hor-list .img-hor-item {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin-right: 20px;
}
.img-hor-list .img-hor-item:last-child {
	margin-right: 0;
}
.video-box {
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}
.video-box video {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.content-width {
		width: 480px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.middle-width {
		width: 480px;
	}
	#wrapper {
		min-width: 480px;
		padding-top: 69px;
	}
	.text-img-r {
		display: block;
	}
	.text-img-r .text-com, 
	.text-img-r .image {
		width: 100%;
	}
	.text-img-r .text-com {
		margin-bottom: 20px;
	}
	.img-hor-list .img-hor-item {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.img-hor-list .img-hor-item:last-child {
		margin-bottom: 0;
	}
}

/* component */
a.detail-btn {
	display: block;
	position: relative;
	width: 268px;
	margin: 30px auto 0;
	padding: 13px 0;
	border: 4px solid #0c5daa;
	box-sizing: border-box;
	border-radius: 5px;
	color: #0c5daa;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.45;
	letter-spacing: .1em;
	background-color: #fff;
}
a.detail-btn::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 14px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 3px solid #0c5daa;
	border-right: 3px solid #0c5daa;
	box-sizing: border-box;
	border-radius: 2px;
	transform: rotate( 45deg );
}
a.detail-btn.inpage::after {
	transform: rotate( 135deg );	
}
.detail-btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.detail-btn-wrap a.detail-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	margin: 0 20px 0 0;
	padding-right: 24px;
	padding-left: 16px;
	box-sizing: border-box;
}
.detail-btn-wrap a.detail-btn:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.detail-btn-wrap {
		display: block;
		text-align: center;
	}
	.detail-btn-wrap a.detail-btn {
		display: inline-block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.detail-btn-wrap a.detail-btn:last-child {
		margin-bottom: 0;
	}
}
a.filled-btn {
	padding: 12px 46px 12px 28px;
	border-radius: 5px;
	background: #0059af no-repeat right 18px center;
	background-image: url( './images/common/icon_arrow_01.png' );
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
}
a.filled-btn.green {
	background-color: #66b51a;
}
a.filled-btn.icon-l {
	padding: 23px 28px;
	background-image: url( './images/common/icon_arrow_01.png' ), url( './images/home/inquiry_icon_03.png' );
	background-repeat: no-repeat, no-repeat;
	background-position: right 24px center, left 24px center;
	text-align: center;
}
.app a.filled-btn.icon-l {
	background-image: url( './images/common/icon_arrow_01.png' ), url( './images/home/inquiry_icon_04.png' );
}
.download a.filled-btn.icon-l {
	background-image: url( './images/common/icon_arrow_01.png' ), url( './images/home/inquiry_icon_05.png' );
}
a.good_deal-btn {
	color: #e81e2b;
	border-color: #e81e2b;
}
a.good_deal-btn::after {
	border-color: #e81e2b;	
}
a.order-btn {
	margin: 30px 0 0;
	width: 320px;
	border: 2px solid #0c5daa;
}
a.slim-btn {
	margin: 10px auto 20px;
	padding: 10px;
	width: 310px;
	border: 2px solid #0c5daa;	
}
@media screen and (min-width: 769px) {
	a.tel-btn {
		pointer-events: none;
	}
}
.c-blue {
	color: #0c5daa;
}
.bg-gray {
	background: #f1f3f5 no-repeat left top;
}
.title-bef {
	text-align: center;
}
.title-h2 {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 6px;
	color: #0c5daa;
	font-size: 4rem;
	text-align: center;
	letter-spacing: .1em;
}
.title-h2::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 4px;
	margin-left: -20px;
	background: #0c5daa no-repeat left top;
}
@media screen and (max-width: 768px) {
	.title-h2 {
		padding-bottom: 10px;
		font-size: 3.4rem;
		line-height: 1.4;
		letter-spacing: .03em;
	}
}
.title-h3, 
.post-content .post-text h2 {
	position: relative;
	margin-bottom: 30px;
	padding: 7px 0 7px 40px;
	border-bottom: 2px #8db9e2 solid;
	background: #dce9f5 no-repeat left top;
	color: #0c5daa;
	font-size: 2.6rem;
	letter-spacing: .1em;
}
.title-h3::before, 
.post-content .post-text h2::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #4585c1 no-repeat left top;
}
.title-h3 .right {
	float: right;
	padding: 9px 0 8px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.title-h3, 
	.post-content .post-text h2 {
		font-size: 2.4rem;
		letter-spacing: .05em;
	}
	.title-h3 .right {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
.title-h4, 
.post-content .post-text h3, 
.post-sidebar .side-sec h3 {
	margin-bottom: 28px;
	padding: 8px 0;
	border-top: 2px #8db9e2 solid;
	border-bottom: 2px #8db9e2 solid;
	color: #0c5daa;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .1em;
}
.title-h5, 
.post-content .post-text h4 {
	position: relative;
	margin-bottom: 6px;
	padding-left: 22px;
	color: #0c5daa;
	font-size: 1.8rem;
	letter-spacing: .1em;
}
.title-h5::before, 
.post-content .post-text h4::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 14px;
	height: 4px;
	margin-top: -2px;
	background: #4585c1 no-repeat left top;
}
.accent {
	color: #0c5daa;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .1em;
}

.title-h2 .upper,
.title-h2 .lower {
  display: block;
}
.title-h2 .upper {
	font-size: 1.9rem;
}
.title-h2 .upper .border {
	position: relative;
	display: inline-block;
}	
.title-h2 .upper .border::before, 
.title-h2 .upper .border::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #0c5daa no-repeat left top;
}
.title-h2 .upper .border::before {
	left: -40px;
	transform: rotate( 55deg );
}
.title-h2 .upper .border::after {
	right: -40px;
	transform: rotate( -55deg );
}
.title-numbering {
	margin-bottom: 12px;
	font-size: 0;
}
.title-numbering .num, 
.title-numbering .char {
	display: inline-block;
	vertical-align: middle; 
}
.title-numbering .num {
	width: 60px;
	background: transparent no-repeat center center;
	background-image: url( './images/common/alternate_icon_01.png' );
	background-size: cover;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
.title-numbering .char {
	max-width: 940px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #0c5daa;
	font-size: 2.2rem;
	line-height: 1.3;
	letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
	.title-numbering .char {
		width: 390px;
	}
}

/* template */
.section-title {
	font-size: 4.6rem;
	font-weight: bold;
	text-align: center;
}
.section-title .upper, 
.section-title .lower {
	display: block;
}
.section-title .upper {
	color: #0c5daa;
	font-size: 1.9rem;
	letter-spacing: .1em;
	font-feature-settings: 'palt';
}
.section-title .upper .border {
	position: relative;
}
.section-title .upper .border::before, 
.section-title .upper .border::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #0c5daa no-repeat left top;
}
.section-title .upper .border::before {
	left: -40px;
	transform: rotate( 55deg );
}
.section-title .upper .border::after {
	right: -40px;
	transform: rotate( -55deg );
}
.section-title .noto {
	letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
	.section-title {
		font-size: 3.4rem;
	}
	.section-title .noto {
		letter-spacing: 0;
	}
}

#com-page-head {
	position: relative;
	background: transparent no-repeat center center;
	background-image: url( './images/common/mv_bg_00.jpg' );
	background-size: cover;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#com-page-head.internet {
	background-image: url( './images/common/mv_bg_01.jpg' );
}
#com-page-head.tv {
	background-image: url( './images/common/mv_bg_02.jpg' );
}
#com-page-head.mobile {
	background-image: url( './images/common/mv_bg_03.jpg' );
}
#com-page-head.phone {
	background-image: url( './images/common/mv_bg_04.jpg' );
}
#com-page-head.milplus {
	background-image: url( './images/common/mv_bg_05.jpg' );
}
#com-page-head::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 89, 175, .7 ) no-repeat left top;
}
#com-page-head.internet::before {
	background-color: rgba( 65, 179, 252, .7 );
}
#com-page-head.tv::before {
	background-color: rgba( 90, 181, 76, .7 );
}
#com-page-head.phone::before {
	background-color: rgba( 255, 194, 0, .7 );
}
#com-page-head.mobile::before {
	background-color: rgba( 56, 173, 164, .7 );
}
#com-page-head.kaiteki::before {
	background-color: rgba( 232, 30, 43, .7 );
}
#com-page-head.milplus::before {
	background-color: rgba( 245, 153, 0, .7 );
}
#com-page-head .section-inner {
	z-index: 2;
	display: table;
	height: 380px;
}
#com-page-head .section-inner .inner-cell {
	display: table-cell;
	vertical-align: middle;
}
#com-page-head .page-title {
	position: relative;
}
#com-page-head .page-title::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 4px;
	margin-left: -20px;
	background: #fff no-repeat left top;
}
#com-page-head .page-title .parent {
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: .1em;
}
#com-page-head .page-title .parent .icon {
	display: inline-block;
	position: relative;
	padding: 0 50px;
}
#com-page-head .page-title .parent .icon::before, 
#com-page-head .page-title .parent .icon::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 40px;
	height: 2px;
	margin-top: -1px;
	background: #fff no-repeat left top;
}
#com-page-head .page-title .parent .icon::before {
	left: 0;
	transform: rotate( 52deg );
}
#com-page-head .page-title .parent .icon::after {
	right: 0;
	transform: rotate( -52deg );
}
#com-page-head .page-title h1 {
	font-size: 4.6rem;
	letter-spacing: .1em;
}
#com-page-head .page-introduction {
	margin-top: 36px;
	font-size: 2.6rem;
	line-height: 1.3;
	letter-spacing: .1em;
}
#com-page-head .page-introduction li {
	margin-bottom: 6px;
}
#com-page-head .page-introduction li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#com-page-head.userpage .section-inner::before {
		content: none;
	}
	#com-page-head .page-title h1 {
		font-size: 3.6rem;
		letter-spacing: .05em;
	}
	#com-page-head .page-introduction {
		font-size: 2rem;
	}
}

.breadcrumbs {
	position: relative;
	z-index: 2;
	padding: 6px 0;
	background: #f1f3f5 no-repeat left top;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .08em;
}

.text-list .text-item {
	margin-bottom: 20px;
}
.text-list .text-item:last-child {
  margin-bottom: 0;
}

.com-box-list {
	width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
.com-box-list.centering {
	text-align: center;
}
.com-box-list .com-box-item {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 8px #dedede solid;
	border-radius: 6px;
	box-sizing: border-box;
	background: #fff no-repeat left top;
	box-shadow: rgba( 27, 39, 61, .16 ) 4px 4px 21px;
}
.com-box-list .com-box-item:nth-child(3n), 
.com-box-list .com-box-item:last-child {
	margin-right: 0;
}
.com-box-list .com-box-item:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.com-box-list.link-box .com-box-item > a {
	display: block;
}
.com-box-item .thumb {
	margin-bottom: 20px;
}
.com-box-list.img-padding .com-box-item .thumb img {
	padding-top: 20px;
}
.com-box-item .thumb a {
	display: block;
}
.com-box-item .info {
	padding: 0 18px;
}
.com-box-item .title {
	margin-bottom: 9px;
	color: #0c5daa;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.3;
}
.com-box-item .title.align-left {
	text-align: left;
}
.com-box-item .description {
	padding-bottom: 18px;
}
.recommend-contents-list .com-box-item .description {
	max-height: 200px;
	box-sizing: border-box;
	overflow-y: scroll;
}
.com-box-item .description p {
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 1em;
}
.com-box-item .description p:last-child {
	margin-bottom: 0;
}
.com-box-item .description .title-h5 {
	text-align: left;
}
.com-box-item .credit {
	margin-bottom: 6px;
	font-size: 1.4rem;
	letter-spacing: .05em;
}
.com-box-item .date {
	margin-bottom: 6px;
	font-size: 1.4rem;
	text-align: left;
	letter-spacing: .08em;
}
.com-box-item .price {
	padding: 7px 0;
	border-top: 1px #e2e7ec solid;
	color: #222;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
}
.com-box-item .price .large {
	font-family: 'Roboto', sans-serif;
	font-size: 2.4rem;
}
.com-box-item .more {
	display: block;
	padding: 13px 0;
	border-top: 1px #e2e7ec solid;
	color: #0c5daa;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.com-box-item .more .arrow {
	display: inline-block;
	position: relative;
	padding: 0 18px;
}
.com-box-item .more .arrow::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px #0c5daa solid;
	border-right: 2px #0c5daa solid;
	box-sizing: border-box;
	transform: rotate( 45deg );
}
.com-box-item .more.smooth-scroll .arrow {
	padding: 0 0 18px;
}
.com-box-item .more.smooth-scroll .arrow::after {
	top: auto;
	bottom: 6px;
	left: 0;
	margin: auto;
	transform: rotate( 135deg );
}
.com-box-list.column-2 .com-box-item {
	width: 485px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.com-box-list.column-2 .com-box-item:nth-child(2n), 
.com-box-list.column-2 .com-box-item:last-child {
	margin-right: 0;
}
.com-box-list.column-2 .com-box-item:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.com-box-list.column-2.img-padding .com-box-item .thumb {
	padding-top: 30px;
}
.com-box-list.column-2 .com-box-item .title {
	font-size: 3.4rem;
}
.com-box-list.column-2 .com-box-item .description p {
	text-align: center;
}
.com-box-list.landscape {
	text-align: left;
}
.com-box-list.landscape .com-box-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 22px;
}
.com-box-list.landscape .com-box-item:last-child {
	margin-bottom: 0;
}
.com-box-list.landscape .com-box-item .thumb, 
.com-box-list.landscape .com-box-item .info {
	display: inline-block;
	vertical-align: middle;
}
.com-box-list.landscape .com-box-item .thumb {
	width: 312px;
	margin-bottom: 0;
}
.com-box-list.landscape .com-box-item .thumb a {
	display: block;
}
.com-box-list.landscape .com-box-item .info {
	width: 672px;
	padding: 0 30px;
	box-sizing: border-box;
}
.com-box-list.landscape .com-box-item .title {
	margin-bottom: 0;
	text-align: left;
}
.com-box-list.landscape .com-box-item .description {
	padding-bottom: 0;
}
.com-box-list.com-flow-list .com-box-item {
	position: relative;
}
.com-box-list.com-flow-list .com-box-item::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 25px 0 25px 10px;
	border-color: transparent transparent transparent #0c5daa;
	border-style: solid;
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -25px;
}
.com-box-list.com-flow-list .com-box-item:last-child::before {
	display: none;
}
.com-box-list.com-flow-list .flow-step {
	padding: 10px 18px;
	color: #0c5daa;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.3;
}
.sec-introduction {
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.com-box-list {
		width: 100%;
		text-align: center;
	}
	.com-box-list .com-box-item {
		margin-right: 0;
	}
	.com-box-list .com-box-item:nth-last-child(-n+3) {
		margin-bottom: 20px;
	}
	.com-box-list .com-box-item:last-child {
		margin-bottom: 0;
	}
	.com-box-list.column-2 .com-box-item {
		width: 100%;
		margin-right: 0;
	}
	.com-box-list.column-2 .com-box-item:nth-last-child(-n+2) {
		margin-bottom: 30px;
	}
	.com-box-list.column-2 .com-box-item:last-child {
		margin-bottom: 0;
	}
	.com-box-list.landscape {
		text-align: center;
	}
	.com-box-list.landscape .com-box-item {
		width: 320px;
	}
	.com-box-list.landscape .com-box-item .thumb {
		width: 100%;
	}
	.com-box-list.landscape .com-box-item .info {
		width: 100%;
		padding: 15px;
	}
	.com-box-list.com-flow-list .com-box-item::before {
		border-width: 10px 25px 0 25px;
		border-color: #0c5daa transparent transparent transparent;
		right: 50%;
		top: auto;
		bottom: -25px;
		margin-top: 0;
		margin-right: -25px;
	}
}

.com-img-list {
	font-size: 0;
	margin-bottom: 30px;
}
.com-img-list.centering {
	text-align: center;
}
.com-img-list .com-img-item {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.com-img-list .com-img-item:nth-child(3n), 
.com-img-list .com-img-item:last-child {
	margin-right: 0;
}
.com-img-list .com-img-item:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.com-img-list.w-50 .com-img-item {
	width: 470px;
}
@media screen and (max-width: 768px) {
	.com-img-list .com-img-item {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.com-img-list .com-img-item:nth-last-child(-n+3) {
		margin-bottom: 20px;
	}
	.com-img-list .com-img-item:last-child {
		margin-bottom: 0;
	}
	.com-img-list.horizon .com-img-item {
		width: 220px;
	}
	.com-img-list.w-50 .com-img-item {
		width: 100%;
	}
}

.alternate-list .alternate-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 0;
	border-bottom: 1px #aebcc1 solid;
}
.alternate-list .alternate-item:first-child {
	padding-top: 0;
}
.alternate-list .alternate-item:last-child {
	border-bottom: 0;
}
.alternate-item .info, 
.alternate-item .thumb {
	width: 480px;
}
.alternate-item .info .title {
	margin-bottom: 12px;
	font-size: 0;
}
.alternate-item .info .title .num, 
.alternate-item .info .title .char {
	display: inline-block;
	vertical-align: middle; 
}
.alternate-item .info .title .num {
	width: 60px;
	background: transparent no-repeat center center;
	background-image: url( './images/common/alternate_icon_01.png' );
	background-size: cover;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
.alternate-item .info .title .char {
	width: 420px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #0c5daa;
	font-size: 2.2rem;
	line-height: 1.3;
	letter-spacing: .1em;
}
.alternate-item .info .description p {
	margin-bottom: 1.5em;
}
.alternate-item .info .description p:last-child {
	margin-bottom: 0;
}
.alternate-list .alternate-item:nth-child(even) {
	flex-direction: row-reverse;
}
.alternate-list .alternate-item:last-child {
	padding-bottom: 0;
}
.alternate-item .alternate-btn-wrap {
	display: flex;
	margin-top: 30px;
}
.alternate-item .alternate-btn-wrap .alternate-btn {
	display: table;
	position: relative;
	width: 49%;
	margin: 0 2% 2% 0;
	padding: 10px 24px 10px 16px;
	border: 2px solid #0c5daa;
	box-sizing: border-box;
	border-radius: 5px;
	color: #0c5daa;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.45;
	letter-spacing: .1em;
	cursor: pointer;
	background-color: #fff;
}
.alternate-item .alternate-btn-wrap .alternate-btn:nth-child(2n) {
	margin-right: 0;
}
.alternate-item .alternate-btn-wrap .alternate-btn:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.alternate-item .alternate-btn-wrap .alternate-btn::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 14px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 3px solid #0c5daa;
	border-right: 3px solid #0c5daa;
	box-sizing: border-box;
	border-radius: 2px;
	transform: rotate( 45deg );
}
@media screen and (max-width: 768px) {
	.alternate-list .alternate-item {
		display: block;
	}
	.alternate-item .info, 
	.alternate-item .thumb {
		width: 100%;
	}
	.alternate-item .info {
		margin-bottom: 20px;
	}
	.alternate-item .info .title .char {
		width: 390px;
	}
}

.voice-list .voice-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
.voice-list .voice-item:last-child {
	margin-bottom: 0;
}
.voice-list .voice-item:nth-child(even) {
	flex-direction: row-reverse;
}
.voice-item .info {
	width: 640px;
}
.voice-item .info .title {
	position: relative;
	margin-bottom: 26px;
	padding: 8px 16px;
	border-top: 2px #0c5daa solid;
	border-bottom: 2px #0c5daa solid;
	color: #0c5daa;
	font-size: 2.6rem;
	letter-spacing: .1em;
}
.voice-item .info .title::before, 
.voice-item .info .title::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.voice-item .info .title::before {
	z-index: 1;
	top: 100%;
	left: 25px;
	border-width: 10px 10px 0 10px;
	border-color: #0c5daa transparent transparent transparent;
}
.voice-item .info .title::after {
	z-index: 2;
	top: calc( 100% - 1px );
	left: 27px;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
}
.voice-item .info .profile {
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: .08em;
}
.voice-item .thumb {
	width: 330px;
}
@media screen and (max-width: 768px) {
	.voice-list .voice-item {
		display: block;
	}
	.voice-item .info, 
	.voice-item .thumb {
		width: 100%;
	}
	.voice-item .info {
		margin-bottom: 20px;
	}
	.voice-item .info .title {
		padding: 15px 8px;
		font-size: 2.2rem;
		line-height: 1.4;
		letter-spacing: .05em;
	}
}

.faq-list .faq-item {
	padding: 0 10px;
	background: #e4f2ff no-repeat left top;
}
.faq-list .faq-item:nth-child(even) {
	background-color: #fff;
}
.faq-item .faq-row {
	padding: 16px 40px 16px 7px;
	font-size: 0;
}
.faq-item .faq-row.question {
	position: relative;
	cursor: pointer;
}
.faq-item .faq-row.question::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -9px;
	border-top: 3px #0c5daa solid;
	border-right: 3px #0c5daa solid;
	transform: rotate( 135deg );
}
.faq-item .faq-row.question.opened::after {
	margin-top: 0;
	margin-bottom: -9px;
	transform: rotate( -45deg );
}
.faq-item .faq-row.answer {
	display: none;
	border-top: 1px #8db9e2 solid;
}
.faq-row .icon, 
.faq-row .text {
	display: inline-block;
	vertical-align: top;
}
.faq-row.question .text {
	padding-top: 8px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .08em;
}
.faq-row.answer .text {
	padding-top: 4px;
	font-size: 1.6rem;
}
.faq-row.answer .text p {
	margin-bottom: 1em;
}
.faq-row.answer .text p:last-child {
	margin-bottom: 0;
}
.faq-row .icon {
	margin-right: 24px;
}
.faq-row .text {
	width: 862px;
}
@media screen and (max-width: 768px) {
	.faq-item .faq-row {
		padding-right: 30px;
		padding-left: 0;
	}
	.faq-item .faq-row.question::after {
		right: 10px;
	}
	.faq-row .icon {
		margin-right: 10px;
	}
	.faq-row .text {
		width: 333px;
	}
	.faq-row.question .text {
		padding-top: 10px;
		line-height: 1.4;
	}
}

.guide-list {
	margin-top: 46px;
	font-size: 0;
	text-align: center;
}
.guide-list .guide-item {
	display: inline-block;
	vertical-align: top;
	width: 235px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: rgba( 27, 39, 61, .32 ) 4px 4px 21px;
}
.guide-list .guide-item:nth-child(4n) {
	margin-right: 0;
}
.guide-list .guide-item:nth-last-child(-n+4) {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.guide-list.column-3 {
		padding: 0 100px !important;
	}
	.guide-list.column-3 .guide-item:nth-child(4n),
	.guide-list.column-3 .guide-item:nth-last-child(-n+4) {
		margin-right: 20px !important;
		margin-bottom: 20px !important;
	}
	.guide-list.column-3 .guide-item:nth-child(3n) {
		margin-right: 0 !important;
	}
	.guide-list.column-3 .guide-item:nth-last-child(-n+3) {
		margin-bottom: 0 !important;
	}
}
.guide-list .guide-item a {
	display: block;
	padding: 20px 0 10px;
	border: 6px solid #e81e2b;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff no-repeat left top;
}
.guide-list .guide-item .guide-name {
	display: table;
	width: 100%;
	margin-top: 6px;
	color: #e81e2b;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.guide-list .guide-item .guide-name .noto {
	letter-spacing: .05em;
}
.guide-list .guide-item .guide-description {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: .08em;
}
.guide-list .guide-item.net a {
	border-color: #41b3fc;
}
.guide-list .guide-item.net .guide-name {
	color: #41b3fc;
}
.guide-list .guide-item.tv a {
	border-color: #75c369;
}
.guide-list .guide-item.tv .guide-name {
	color: #75c369;
}
.guide-list .guide-item.sp a {
	border-color: #38ada4;
}
.guide-list .guide-item.sp .guide-name {
	color: #38ada4;
}
.guide-list .guide-item.tel a {
	border-color: #ffc200;
}
.guide-list .guide-item.tel .guide-name {
	color: #ffc200;
}
.guide-list .guide-item.miru a {
	border-color: #f59900;
}
.guide-list .guide-item.miru .guide-name {
	color: #f59900;
}
.guide-list .guide-item.home a {
	border-color: #1771dd;
}
.guide-list .guide-item.home .guide-name {
	color: #1771dd;
}
.entry-form-wrap .guide-list .guide-item {
	padding: 20px 0 10px;
	border: 6px solid #e81e2b;
	border-radius: 5px;
	background: #fff no-repeat left top;
}
.entry-form-wrap .guide-list .guide-item.net {
	border-color: #41b3fc;
}
.entry-form-wrap .guide-list .guide-item.tv {
	border-color: #75c369;
}
.entry-form-wrap .guide-list .guide-item.tel {
	border-color: #ffc200;
}
.entry-form-wrap .guide-list .guide-item.mobile {
	border-color: #38ada4;
}
@media screen and (max-width: 768px) {
	.guide-list .guide-item {
		width: 215px;
	}
	.guide-list .guide-item:nth-child(2n), 
	.guide-list .guide-item:last-child {
		margin-right: 0;
	}
	.guide-list .guide-item:nth-last-child(-n+4) {
		margin-bottom: 20px;
	}
	.guide-list .guide-item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

.com-inquiry {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #e2e7ec no-repeat left top;
}
.inquiry-sec .head {
	background-color: transparent;
	background-image: url( './images/home/inquiry_icon_01.png' ), url( './images/home/inquiry_icon_02.png' );
	background-repeat: no-repeat, no-repeat;
	background-position: left 8px bottom, right 8px bottom;
	color: #222;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.inquiry-sec .head .noto {
	letter-spacing: .04em;
}
.inquiry-sec .inquiry-list {
	margin-top: 26px;
	font-size: 0;
}
.inquiry-sec .inquiry-list .inquiry-item {
	display: inline-block;
	vertical-align: top;
	width: 308px;
	margin-right: 38px;
}
.inquiry-sec .inquiry-list .inquiry-item:last-child {
	margin-right: 0;
}
.inquiry-list .inquiry-item .anchor {
	display: block;
}
.plan-simulation {
	margin-top: 30px;
	padding: 0 50px;
	background: #f1f3f5 no-repeat left top;
}
.plan-simulation:first-child {
	margin-top: 0;
}
#com-simulation .plan-simulation {
	margin-top: 0;
}
.plan-simulation .text {
	float: left;
	padding: 25px 0 25px 93px;
	background: transparent no-repeat left center;
	background-image: url( './images/home/inquiry_icon_06.png' );
	line-height: 1.2;
}
.plan-simulation .text .head {
	color: #0c5daa;
	font-size: 3rem;
	font-weight: bold;
}
.plan-simulation .text .head .noto {
	letter-spacing: .075em;
}
.plan-simulation .text .detail {
	letter-spacing: .08em;
}
.plan-simulation .btn {
	float: right;
	padding: 19px 0 18px;
}
.plan-simulation .btn .filled-btn {
	display: block;
	padding-top: 18px;
	padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
	.inquiry-sec .head {
		background-position: left bottom 12px, right bottom 12px;
		font-size: 2.3rem;
	}
	.inquiry-sec .inquiry-list {
		text-align: center;
	}
	.inquiry-sec .inquiry-list .inquiry-item {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.inquiry-sec .inquiry-list .inquiry-item:last-child {
		margin-bottom: 0;
	}
	.plan-simulation {
		padding-right: 15px;
		padding-left: 15px;
	}
	.plan-simulation .text, 
	.plan-simulation .btn {
		float: none;
	}
	.plan-simulation .text {
		padding-left: 80px;
		line-height: 1.6;
	}
	.plan-simulation .text .head {
		font-size: 2.4rem;
	}
	.plan-simulation .text .head .noto {
		letter-spacing: 0;
	}
	.plan-simulation .btn {
		padding-top: 0;
	}
}

.table-com {
	table-layout: fixed;
	border-top: 1px #aebcc1 solid;
	border-left: 1px #aebcc1 solid;
	line-height: 1.3;
}
.table-com .short {
	width: 100px;
	box-sizing: border-box;
}
.table-com th, 
.table-com td {
	padding: 14px 10px;
	border-right: 1px #aebcc1 solid;
	border-bottom: 1px #aebcc1 solid;
}
.table-com th {
	background: #e2ecf6 no-repeat left top;
}
.table-com thead th {
	background-color: #0c5daa;
	color: #fff;
}
.table-com td {
	background: #fff no-repeat left top;
}
.table-com tbody th {
	text-align: left;
}
.table-com a {
	color: #00f;
	text-decoration: underline;
}
.table-com a:visited {
	color: #800080;
}
.table-toggle {
	display: none;
}
.table-toggle .table-com {
	border-top: none;
}
.table-toggle-btn {
	display: block;
	background-color: #c4ccd3;
	color: #222;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .1em;
	cursor: pointer;
	padding: 14px 10px;
  border: 1px #aebcc1 solid;
}
.table-toggle-btn .icon {
	display: inline-block;
	position: relative;
	padding-right: 50px;
}
.table-toggle-btn .icon::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 3px #222 solid;
	border-right: 3px #222 solid;
	box-sizing: border-box;
}
.table-toggle-btn .icon.open::after {
	margin-top: -9px;
	transform: rotate( 135deg );
}
.table-toggle-btn .icon.close::after {
	margin-top: -3px;
	transform: rotate( -45deg );
}
.table-toggle-btn.closed .close,
.table-toggle-btn.opened .open {
	display: none;
}
tr.num-adjustment {
	display: none !important;
}
.table-com .name, 
.table-com .image {
	display: block;
	margin-bottom: 8px;
}
.table-com .link {
	display: inline-block;
	position: relative;
	padding-right: 16px;
	font-size: 1.4rem;
}
.table-com .link::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px #0c5daa solid;
	border-right: 2px #0c5daa solid;
	box-sizing: border-box;
	transform: rotate( 45deg );
}
.table-com.stripe-hor tbody td, 
.table-com.stripe-ver tbody td {
	font-weight: bold;
}
.table-com.stripe-hor tbody tr:nth-child(even) td {
	background-color: #e2ecf6;
}
.table-com.stripe-ver th {
	background-color: #0c5daa;
	color: #fff;
}
.table-com.stripe-ver tbody tr td:nth-child(odd) {
	background-color: #e2ecf6;
}
.table-com.stripe-ver tbody tr td:nth-child(even) {
	background-color: #f9f9f9;
}
.table-com.stripe-hor tbody td .modal-channel-btn,
.table-com.stripe-hor tbody td .modal-stb-btn {
	color: #0c5daa;
}
@media screen and (max-width: 768px) {
	.table-com th, 
	.table-com td {
		padding: 6px;
		word-break: break-all;
	}
	.table-com .short {
		width: 30px;
	}
}

.internal-link-list {
	margin-bottom: 60px;
	padding: 40px 60px;
	border-radius: 6px;
	background: #b9d3ee no-repeat left top;
	font-size: 0;
}
.internal-link-list .internal-link-item {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin: 0 20px 20px 0;
}
.internal-link-list .internal-link-item:nth-child(3n) {
	margin-right: 0;
}
.internal-link-list .internal-link-item:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.internal-link-list .internal-link-item a {
	display: table;
	position: relative;
	width: 100%;
	padding: 7px 33px 7px 7px;
	border: 4px #0c5daa solid;
	box-sizing: border-box;
	border-radius: 6px;
	background: #fff no-repeat left top;
	color: #0c5daa;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
}
.internal-link-list .internal-link-item a::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 18px;
	width: 11px;
	height: 11px;
	margin-top: -9px;
	border-top: 2px #0c5daa solid;
	border-right: 2px #0c5daa solid;
	box-sizing: border-box;
	transform: rotate( 135deg );
}
.four-colmun-list .internal-link-item {
	width: 235px;
	margin-right: 20px;
}
.four-colmun-list .internal-link-item:nth-child(3n) {
	margin-right: 20px;
}
.four-colmun-list .internal-link-item:nth-child(4n) {
	margin-right: 0;
}
.four-colmun-list .internal-link-item:nth-last-child(-n+4) {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.internal-link-list {
		text-align: center;
	}
	.internal-link-list .internal-link-item {
		margin-right: 0;
	}
	.internal-link-list .internal-link-item:nth-last-child(-n+3) {
		margin-bottom: 20px;
	}
	.internal-link-list .internal-link-item:last-child {
		margin-bottom: 0;
	}
	.four-colmun-list .internal-link-item {
		margin-right: 0;
		width: 320px;
	}
	.four-colmun-list .internal-link-item:nth-child(3n) {
		margin-right: 0;
	}
	.four-colmun-list .internal-link-item:nth-last-child(-n+4) {
		margin-bottom: 20px;
	}
	.four-colmun-list .internal-link-item:last-child {
		margin-bottom: 0;
	}
}

#support-inquiry {
	background: #ecf2f5 no-repeat left top !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
#support-inquiry .head {
	color: #222;
	font-size: 3rem;
	text-align: center;
}
#support-inquiry .head .icon {
	display: inline-block;
	padding: 0 50px;
	background-color: transparent;
	background-image: url( './images/home/inquiry_icon_01.png' ), url( './images/home/inquiry_icon_02.png' );
	background-repeat: no-repeat, no-repeat;
	background-position: left 8px bottom, right 8px bottom;
}
.center-inq-list {
	margin-top: 20px;
	font-size: 0;
}
.center-inq-list .center-inq-item {
	display: inline-block;
	vertical-align: top;
	width: 235px;
	margin-right: 20px;
}
.center-inq-list .center-inq-item:last-child {
	margin-right: 0;
}
.center-inq-list .center-inq-item a {
	display: block;
	border: 4px #0c5daa solid;
	border-radius: 4px;
	text-align: center;
	background-color: #fff;
}
.center-inq-list .center-inq-item .name {
	position: relative;
	padding: 4px 0;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .05em;
}
.center-inq-list .center-inq-item .name .small {
	font-size: 1.4rem;
}
.center-inq-list .center-inq-item .name::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #0c5daa no-repeat left top;
}
.center-inq-list .center-inq-item .tel {
	display: inline-block;
	margin-top: 2px;
	padding-left: 20px;
	background: transparent no-repeat left center;
	background-image: url( './images/common/center_icon_01.png' );
	color: #0c5daa;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .05em;
}
.center-other-link {
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}
.center-other-link .detail-btn {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	margin-top: 0;
	margin-right: 20px;
	background-image: url( './images/common/center_icon_02.png' ), url( './images/common/icon_arrow_02.png' );
	background-repeat: no-repeat, no-repeat;
	background-position: left 16px center, right 20px center;
}
.center-other-link .detail-btn::after {
	content: none;
}
.center-other-link .detail-btn:last-child {
	margin-right: 0;
}
.center-other-link .detail-btn.visit {
	background-image: url( './images/common/center_icon_03.png' ), url( './images/common/icon_arrow_02.png' );
}
@media screen and (max-width: 768px) {
	#support-inquiry .head {
		font-size: 2.3rem;
	}
	.center-inq-list .center-inq-item {
		width: 215px;
		margin-bottom: 20px;
	}
	.center-inq-list .center-inq-item:nth-child(2n) {
		margin-right: 0;
	}
	.center-inq-list .center-inq-item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.center-inq-list .center-inq-item .tel {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.center-other-link .detail-btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.center-other-link .detail-btn:last-child {
		margin-bottom: 0;
	}
}

.modal-com {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	box-sizing: border-box;
	background: rgba( 0, 0, 0, .68 ) no-repeat left top;
}
.modal-com .modal-content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
	background: #fff no-repeat left top;
}
.modal-channel-content {
	padding: 50px 0 40px;
}
.modal-channel-content .img {
	float: left;
	width: 340px;
}
.modal-channel-content .text {
	margin-left: 380px;
}
.modal-channel-content .text .title {
	position: relative;
	color: #0c5daa;
	font-size: 3.2rem;
	font-weight: bold;
}
.modal-channel-content .text .title::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background: #0c5daa no-repeat left top;
}

.plan-menu {
	font-size: 0;
	text-align: center;
}
.plan-menu .plan-item {
	display: inline-block;
	vertical-align: top;
	width: 184px;
	margin-right: 20px;
	border-radius: 5px;
	box-shadow: rgba( 27, 39, 61, .32 ) 4px 4px 21px;
}
.plan-menu .plan-item:last-child {
	margin-right: 0;
}
.plan-menu .plan-item .anchor {
	display: block;
	padding: 17px 0 12px;
	border-radius: 5px;
	background: #e81e2b no-repeat left top;
	color: #fff;
}
.plan-menu .plan-item .icon, 
.plan-menu .plan-item .plan-type {
	display: block;
}
.plan-menu .plan-item .plan-type {
	display: table;
	width: 100%;
	margin-top: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	letter-spacing: .05em;
}
.plan-menu .plan-item.net .anchor {
	background-color: #41b3fc;
}
.plan-menu .plan-item.tv .anchor {
	background-color: #75c369;
}
.plan-menu .plan-item.sp .anchor {
	background-color: #38ada4;
}
.plan-menu .plan-item.tel .anchor {
	background-color: #ffc200;
}
.plan-menu .plan-item.milplus .anchor {
	background-color: #f59900;
}
@media screen and (max-width: 768px) {
	.plan-menu .plan-item {
		width: 215px;
		margin-bottom: 20px;
	}
	.plan-menu .plan-item:nth-child(even) {
		margin-right: 0;
	}
	.plan-menu .plan-item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

.content-link-list {
	margin-bottom: 20px;
	padding-left: 20px;
}
.content-link-list:last-child {
	margin-bottom: 0;
}
.content-link-list .content-link-item {
	position: relative;
	margin-bottom: 6px;
	padding-left: 24px;
}
.content-link-list .content-link-item:last-child {
	margin-bottom: 0;
}
.content-link-list .content-link-item::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #0059af;
}
.content-link-item a {
	display: inline-block;
	margin-right: 20px;
}
.content-link-item a:last-child {
	margin-right: 0;
}
.content-link-item.pdf a {
	padding-right: 35px;
	background: transparent no-repeat right center;
	background-image: url( './images/common/icon_pdf_01.png' );
	background-size: 27px;
}
.content-link-item .unavailable {
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.content-link-list {
		padding-left: 0;
	}
}

.wp-pagenavi {
	margin-top: 40px;
	text-align: center;
}
.wp-pagenavi span, 
.wp-pagenavi a {
	display: inline-block;
	width: 2em;
	margin-right: 10px;
	border: 2px #0059af solid;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}
.wp-pagenavi span:last-child, 
.wp-pagenavi a:last-child {
	margin-right: 0;
}
.wp-pagenavi span {
	background: #fff no-repeat left top;
	color: #0059af;
}
.wp-pagenavi a {
	background: #0059af no-repeat left top;
	color: #fff;
}

.mv-slides.slick-dotted.slick-slider {
	margin: 0;
}
.mv-slides .slide {
	margin-right: 25px;
	margin-left: 25px;
}
.mv-slides .slide a {
	display: block;
	width: 960px;
	height: 392px;
	background: transparent no-repeat center center;
	background-image: url( './images/home/mv_slide_01.png' );
	background-size: cover;
}
.mv-slides .slide.slide-02 a {
	background-image: url( './images/home/mv_slide_02.png' );
}
.mv-slides .slide.slide-03 a {
	background-image: url( './images/home/mv_slide_03.png' );
}
.mv-slides .slide.slide-04 a {
	background-image: url( './images/home/mv_slide_05.png' );
}
.mv-slides .slide.slide-05 a {
	background-image: url( './images/home/mv_slide_06.png' );
}
.mv-slides .slide.slide-07 a {
	background-image: url( './images/home/mv_slide_07.png' );
}
.mv-slides .slide.slide-08 a {
	background-image: url( './images/home/mv_slide_08.png' );
}
.mv-slides .slick-dots {
	bottom: 15px;
}
.slick-dots li button:before {
	color: #a4a4a4;
	font-size: 1.4rem;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #0c5daa;
}
.slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	font-size: 0;
	width: 40px;
	height: 60px;
	background: rgba( 0, 0, 0, .3 ) no-repeat left top;
}
.slick-arrow:hover {
	background: rgba( 0, 0, 0, .3 ) no-repeat left top;
}
.slick-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}
.slick-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
	.mv-slides .slide {
		margin: 0;
	}
	.mv-slides .slide a {
		width: 480px;
		height: 280px;
		background-image: url( './images/home/mv_slide_01_sp.png' );
	}
	.mv-slides .slide.slide-02 a {
		background-image: url( './images/home/mv_slide_02_sp.png' );
	}
	.mv-slides .slide.slide-03 a {
		background-image: url( './images/home/mv_slide_03_sp.png' );
	}
	.mv-slides .slide.slide-04 a {
		background-image: url( './images/home/mv_slide_05_sp.png' );
	}
	.mv-slides .slide.slide-05 a {
		background-image: url( './images/home/mv_slide_06_sp.png' );
	}
	.mv-slides .slide.slide-07 a {
		background-image: url( './images/home/mv_slide_07_sp.png' );
	}
	.mv-slides .slide.slide-08 a {
		background-image: url( './images/home/mv_slide_08_sp.png' );
	}
	.mv-slides .slick-dots {
		bottom: 5px;
	}
}

.campaign-slides {
	margin-top: 30px;
}
.campaign-slides .banner {
	position: relative;
	left: 10px;
	margin-right: 20px;
}
.campaign-slides .slick-dots {
	bottom: -44px;
}
.campaign-slides .slick-arrow {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-top: 3px solid #a4a4a4;
	border-right: 3px solid #a4a4a4;
	box-sizing: border-box;
	border-radius: 0;
	background: transparent no-repeat left top;
}
.campaign-slides .slick-arrow::before {
	content: none;
}
.campaign-slides .slick-prev {
	left: -18px;
	transform: rotate( -135deg );
}
.campaign-slides .slick-next {
	right: -18px;
	transform: rotate( 45deg );
}
@media screen and (max-width: 768px) {
	.campaign-slides .slick-prev {
		left: -8px;
	}
	.campaign-slides .slick-next {
		right: -8px;
	}
}

.news-list .news-item {
	display: flex;
	padding: 15px 0;
	border-top: 1px #aebcc1 solid;
}
.news-list .news-item:last-child {
	border-bottom: 1px #aebcc1 solid;
}
.news-item .date, 
.news-item .category .anchor {
	letter-spacing: .08em;
}
.news-item .date {
	padding: 0 14px;
	font-size: 1.6rem;
}
.news-item .category .anchor {
	display: block;
	padding: 2px 7px;
	box-sizing: border-box;
	border-radius: 14px;
	background: #0c5daa no-repeat left top;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.news-list .news-item .category .anchor {
	width: 152px;
}
.post-content.news-item .category .anchor {
	display: inline-block;
	padding: 2px 15px;
}
.news-item .title {
	flex-grow: 1;
	padding: 0 14px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.news-list .news-item {
		flex-wrap: wrap;
	}
	.news-item .title {
		width: 100%;
		margin-top: 6px;
	}
}

.maintenance-list .maintenance-item {
	padding: 0 10px;
	border-bottom: 1px #aebcc1 solid;
}
.maintenance-list .maintenance-item.maintenance-none {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.6rem;
}
.maintenance-item .category {
	padding: 12px 0 0;
}
.maintenance-item .category .anchor {
	display: inline-block;
	padding: 2px 14px;
	border-radius: 13px;
	background: #1f497d no-repeat left top;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .08em;
}
.maintenance-item .category .anchor.maintenance {
	background-color: #4f81bd;
}
.maintenance-item .info {
	display: flex;
	padding: 12px 0;
}
.maintenance-item .info .status {
	margin-right: 12px;
}
.maintenance-item .info .status .anchor {
	display: inline-block;
	min-width: 70px;
	padding: 2px 14px;
	box-sizing: border-box;
	background: #c0504d no-repeat left top;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.maintenance-item .info .status .anchor.finished, 
.maintenance-item .info .status .anchor.restored {
	background-color: #4bacc6;
}
.maintenance-item .info .title {
	flex-grow: 1;
	font-size: 1.6rem;
}
.maintenance-item .date {
	margin-bottom: 12px;
	padding: 10px;
	background: #eee no-repeat left top;
	font-size: 1.4rem;
	font-weight: bold;
}
.maintenance-item .meta {
	display: flex;
	align-items: center;
	padding-top: 16px;
}
.maintenance-item .meta .type {
	margin-right: 14px;
	padding: 0 10px;
	background: #4f81bd no-repeat left top;
	color: #fff;
}

.program-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.program-list .program-item {
	display: flex;
}
.program-item .item-thumb {
	width: 144px;
}
.program-item .item-thumb a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent no-repeat center center;
	background-size: cover;
}
.program-item .item-info {
	width: 325px;
	padding: 11px 14px;
	box-sizing: border-box;
	line-height: 1.5;
}
.item-info .program-title {
	color: #0c5daa;
	font-size: 1.8rem;
	letter-spacing: .1em;
}
.item-info .program-date {
	margin-top: 5px;
	padding: 6px;
	background: #eee no-repeat left top;
	font-size: 1.2rem;
	font-weight: bold;
}
.item-info .program-description {
	margin-top: 5px;
	font-size: 1.4rem;
	letter-spacing: .08em;
}
@media screen and (max-width: 768px) {
	.program-item .item-info {
		width: 290px;
		text-align: left;
	}
}

.sns-list {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.sns-list .sns-item {
	width: 30%;
}
.sns-item .anchor {
	display: block;
	padding: 10px 0;
	border-radius: 6px;
	background: #55acee no-repeat left top;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	line-height: 0;
}
.sns-item.facebook .anchor {
	background-color: #4863ae;
}
.sns-item.line .anchor {
	background-color: #03C302;
}

/* single-campaign */
#post-com .post-content {
	float: left;
	width: 680px;
}
.post-content .post-title {
	margin-bottom: 16px;
	font-size: 3.4rem;
	line-height: 1.2;
}
.post-content .post-meta {
	margin-bottom: 40px;
	font-size: 0;
}
.post-content .category {
	margin-bottom: 12px;
	padding: 0;
}
.post-meta .post-date {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
}
.post-meta .info {
	padding: 0;
	border-bottom: none;
}
.post-meta .info + .date {
	margin-top: 12px;
}
.post-meta .info .status {
	margin-right: 20px;
	padding: 0;
}
.post-meta .schedule {
	margin-top: 10px;
	padding: 10px;
	background: #eee no-repeat left top;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
}
.post-meta .channel-num {
	display: inline-block;
	margin-top: 12px;
	padding: 0 14px;
	border: 2px #0c5daa solid;
	color: #0c5daa;
	font-size: 1.6rem;
	font-weight: bold;
}
.post-text p {
	margin-bottom: 1.5em;
}
.post-text p:last-child {
	margin-bottom: 0;
}
#nav-below {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px #ddd solid;
}
#nav-below .nav-previous {
	float: left;
}
#nav-below .nav-next {
	float: right;
}
#post-com .post-sidebar {
	margin-left: 720px;
}
.post-sidebar .side-sec {
	margin-bottom: 50px;
}
.post-sidebar .side-sec:last-child {
	margin-bottom: 0;
}
.side-post-list .side-post-item {
	margin-bottom: 15px;
	overflow: hidden;
}
.side-post-list .side-post-item:last-child {
	margin-bottom: 0;
}
.side-post-item .thumb {
	float: left;
	
}
.side-post-item .thumb a {
	display: block;
	border: 1px #eee solid;
	border-radius: 5px;
	overflow: hidden;
}
.side-post-item .info {
	margin-left: 100px;
}
.side-post-item .info .title {
	font-size: 1.4rem;
}
.side-post-item .info .date {
	font-size: 1.2rem;
}
.side-tvprogram-list .side-post-item .info .date {
	margin-top: 2px;
	padding: 3px 4px;
	background: #eee no-repeat left top;
}
@media screen and (max-width: 768px) {
	#post-com .post-content {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
	#post-com .post-sidebar {
		margin-left: 0;
	}
}


/* footer */
.f-upper .section-inner {
	padding-top: 58px;
	padding-bottom: 50px;
}
.f-upper .logo .anchor {
	display: inline-block;
}
.f-upper .f-link {
	margin-top: 50px;
	font-size: 0;
}
.f-upper .f-link .column {
	display: inline-block;
	vertical-align: top;
	width: 244px;
}
.f-upper .f-link .column:last-child {
	width: 268px;
}
.f-link .column .f-link-list {
	font-size: 1.6rem;
}
.f-link-list .f-link-item {
	margin-bottom: 20px;
}
.f-link-list .f-link-item:last-child {
	margin-bottom: 0;
}
.f-link-list .f-link-item > a {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	font-weight: bold;
	letter-spacing: .1em;
}
.f-link-list .f-link-item > a.invalid {
	pointer-events: none;
}
.f-link-list .f-link-item > a::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 4px;
	height: 12px;
	margin-top: -6px;
	border-radius: 2px;
	background: #74a4d2 no-repeat left top;
}
.f-link-item .f-link-child-list {
	padding-left: 12px;
}
.f-link-child-list .f-link-child-item a {
	display: inline-block;
	position: relative;
	padding-left: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1em;
}
.f-link-child-list .f-link-child-item a::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #0c5daa;
	border-right: 2px solid #0c5daa;
	box-sizing: border-box;
	transform: rotate( 45deg );
}
.f-lower {
	background: #313131 no-repeat left top;
	color: #fff;
}
.f-lower .policy-link {
	float: left;
	padding: 11px 0;
	font-size: 0;
}
.policy-link li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 1.4rem;
	letter-spacing: .08em;
}
.policy-link li:last-child {
	margin-right: 0;
}
.policy-link li a {
	display: inline-block;
	position: relative;
	padding-left: 12px;
}
.policy-link li a::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	transform: rotate( 45deg );
}
.f-lower .copyright {
	float: right;
	padding: 12px 0;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: .08em;
}
#to-top {
	position: fixed;
	z-index: 5;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	background: transparent no-repeat center center;
	background-image: url( './images/common/icon_arrow_03.png' );
	background-size: cover;
}
#to-top:hover {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.f-upper .f-link .column {
		width: 100%;
		margin-bottom: 20px;
	}
	.f-upper .f-link .column:last-child {
		width: 100%;
		margin-bottom: 0;
	}
	.f-link-item .f-link-child-list {
		font-size: 0;
	}
	.f-upper .f-link .column:not(:last-child) .f-link-item .f-link-child-list .f-link-child-item {
		display: inline-block;
		width: 50%;
	}

	.f-lower .policy-link, 
	.f-lower .copyright {
		float: none;
		text-align: center;
	}
	#to-top {
		width: 50px;
		height: 50px;
	}
}


/* header縮小 センター表示 */
.logo-center {
	display: block;
	float: left;
	margin: 20px 0 0 10px;
	padding: 8px 24px;
	border: 2px #0059af solid;
	border-radius: 4px;
	text-align: center;
	line-height: 1;
	transition-property: margin, padding, font-size;
}
.logo-center .area, 
.logo-center .center {
	display: block;
	color: #0059af;
}
.logo-center .area {
	font-size: 2.4rem;
}
.logo-center .center {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.logo-center {
		margin-top: 10px;
		padding: 3px 20px;
	}
}
@media screen and (min-width: 769px) {
	#wrapper, 
	#ncv-header a.filled-btn, 
	#ncv-header .h-content .logo, 
	#ncv-header .h-content .logo .anchor, 
	#ncv-header .h-content .logo img, 
	#ncv-header .h-content .h-link, 
	#ncv-header #g-nav .nav-item > .anchor {
		transition-property: width, height, padding, font-size;
		transition-duration: .2s;
	}
	#ncv-header a.filled-btn {
		transition-property: padding, font-size, opacity;
	}
	#ncv-header .h-content .logo {
		text-align: left;
	}
	#ncv-header .h-content .logo .anchor {
		display: inline-block !important;
	}
	#ncv-header .h-content .logo .anchor img {
		height: 73px;
	}
	.header-smaller #ncv-header a.filled-btn {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.8rem;
	}
	.header-smaller #ncv-header .h-content .logo {
		width: 98px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.header-smaller #ncv-header .h-content .logo .anchor, 
	.header-smaller #ncv-header .h-content .logo img {
		height: 55px;
	}
	.header-smaller #ncv-header .h-content .h-link {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-smaller #ncv-header #g-nav .nav-item > .anchor {
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 1.5rem;
	}
	.header-smaller .logo-center {
		margin-top: 15px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.header-smaller .logo-center .area {
		font-size: 2rem;
	}
	.header-smaller .logo-center .center {
		font-size: 1.1rem;
	}
}

/* single-state */
.side-post-item.maintenance-item {
	padding-bottom: 10px;
	border-bottom: 1px #dee6e9 solid;
}
.side-post-item .category {
	margin-bottom: 12px;
	padding: 0;
}
.side-post-item.maintenance-item .info {
	margin-left: 0;
	padding: 0;
	border-bottom: none;
}
.side-post-item.maintenance-item .info .status {
	margin-right: 10px;
	padding: 0;
}
.side-post-item.maintenance-item .info .status .anchor {
	min-width: 54px;
	padding-right: 6px;
	padding-left: 6px;
}
.side-post-item.maintenance-item .info .title {
	font-weight: bold;
}
.side-post-item.maintenance-item .date {
	margin-top: 10px;
}

/* contact */
#single-contact {
	padding-bottom: 80px;
}
.single-special #single-contact {
	padding-top: 80px;
}
#single-contact .title-h3, 
#single-contact .select-center {
	display: none;
}
#single-contact .custom-wpcf7c-confirmed .contact-form-wrap {
	margin-top: -108px;
	padding-top: 108px;
}
@media screen and (max-width: 768px) {
	#single-contact .custom-wpcf7c-confirmed .contact-form-wrap {
		margin-top: -69px;
		padding-top: 69px;
	}
}
.contact-form-wrap .required {
	color: #f00;
	font-weight: bold;
}
.contact-form-wrap .select-center, 
#contact-form-entry .select-center {
	font-size: 2rem;
}
.contact-form-wrap .select-center {
	margin-bottom: 20px;
}
#contact-form-entry .select-center {
	margin-bottom: 60px;
}
.select-center-hide {
	display: none;
}
.select-center-hide.visible {
	display: block;
}
.contact-form-wrap .form-notice {
	margin-bottom: 10px;
}
.contact-form-wrap .form-notice .text-confirm-notice {
	display: none;
}
.custom-wpcf7c-confirmed .contact-form-wrap .form-notice .text-required-notice,
.contact-form-wrap .custom-wpcf7c-confirmed .form-notice .text-required-notice {
	display: none;
}
.custom-wpcf7c-confirmed .contact-form-wrap .form-notice .text-confirm-notice, 
.contact-form-wrap .custom-wpcf7c-confirmed .form-notice .text-confirm-notice {
	display: block;
}
.contact-form-wrap .input-row {
	margin-bottom: 14px;
}
.contact-form-wrap .input-row:last-child {
	margin-bottom: 0;
}
.contact-type span.wpcf7-list-item, 
.time span.wpcf7-list-item {
	display: block;
	margin-bottom: 4px;
	margin-left: 0;
}
.contact-type span.wpcf7-list-item:last-child, 
.time span.wpcf7-list-item:last-child {
	margin-bottom: 0;
}
.your-name, 
.your-furigana, 
.your-tel, 
.your-email {
	display: inline-block;
	width: 370px;
}
.your-name input, 
.your-furigana input, 
.your-tel input, 
.your-email input {
	width: 100%;
	box-sizing: border-box;
}
.message .wpcf7-form-control-wrap {
	display: block;
	font-size: 0;
}
.message .wpcf7-form-control-wrap textarea {
	width: 100%;
	border: 1px #ccc solid;
	box-sizing: border-box;
	background: transparent no-repeat left top;
	font-size: 1.6rem;
	resize: none;
}
.zip input[type="text"], 
.zip input[type="tel"] {
	width: 200px;
	box-sizing: border-box;
}
.address input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
.your-gift .wpcf7-list-item {
	display: block;
	margin-left: 0;
	margin-bottom: 6px;
}
.your-gift .wpcf7-list-item.last {
	margin-bottom: 0;
}
.your-gift + .gift-notice {
	margin-top: 6px;
}
.contact-privacy-policy {
	margin-top: 20px;
	text-align: center;
}
.contact-privacy-accept span.wpcf7-list-item {
	margin-left: 0;
	font-size: 1.8rem;
}
.confirm-btn {
	margin-top: 20px;
	text-align: center;
}
.confirm-btn input[type="submit"], 
.confirm-btn input[type="button"] {
	margin: 0 20px;
	padding: 4px 20px;
	border: none;
	border-radius: 4px;
	background: #0059af no-repeat left top;
	color: #fff;
	font-size: 2rem;
}
div.wpcf7-mail-sent-ok {
	display: none;
}
.wpcf7-grv3-policies-container {
	display: none;
	margin-top: 20px;
}
.wpcf7-grv3-policies-container.visible {
	display: block;
}
@media screen and (min-width: 769px) {
	.wpcf7-grv3-policies-container {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.contact-form-wrap .table-com th, 
	.contact-form-wrap .table-com td {
		display: block;
	}
	.contact-form-wrap .input-row {
		margin-bottom: 8px;
	}
	.contact-privacy-policy p {
		text-align: left;
	}
}

/* tvcontents */
.tvcontents-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.tvcontents-list .tvcontents-item {
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 8px #dedede solid;
	border-radius: 6px;
	box-sizing: border-box;
	background: #fff no-repeat left top;
	box-shadow: rgb(27 39 61 / 16%) 4px 4px 21px;
}
.tvcontents-list .tvcontents-item:nth-child(3n) {
	margin-right: 0;
}
.tvcontents-list .tvcontents-item:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.tvcontents-item .thumb {
	position: relative;
}
.tvcontents-item .thumb .image {
	display: block;
}
.tvcontents-item .thumb .genre-list {
	display: flex;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}
.tvcontents-item .info {
	padding: 15px;
}
.month-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 10px 0;
	background: #eee no-repeat left top;
}
.month-wrap .char {
	width: 60px;
	padding: 2px 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.month-list, 
.genre-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: space-between;
}
.month-wrap .month-list {
	max-width: 600px;
	margin-bottom: 0;
}
.month-list .month-item, 
.genre-list .genre-item {
	margin-right: 10px;
	margin-bottom: 10px;
}
.month-list .month-item:last-child, 
.genre-list .genre-item:last-child {
	margin-right: 0;
}
.month-list .month-item .anchor, 
.genre-list .genre-item .anchor {
	display: block;
	padding: 2px 7px;
	background: #0c5daa no-repeat left top;
	color: #fff;
	font-weight: bold;
}
.tvcontents-item .month-list .month-item .anchor, 
.tvcontents-item .genre-list .genre-item .anchor {
	font-size: 1.3rem;
}
.category .column-category-item .anchor, 
.category .month-list .anchor, 
.category .genre-list .anchor {
	width: auto;
}
.tvcontents-item .info .title {
	color: #0c5daa;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .1em;
}
.tvcontents-category {
	padding: 40px 60px;
	border-radius: 6px;
	background: #dce9f5 no-repeat left top;
	margin-bottom: 30px;
}
.tvcontents-category .category-type + .category-type {
	margin-top: 50px;
}
.category-btn-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.category-btn-list .category-btn-item {
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.category-btn-list .category-btn-item:nth-child(3n) {
	margin-right: 0;
}
.category-btn-list .category-btn-item:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.category-btn-list .category-btn-item .anchor {
	display: block;
	padding: 7px 0;
	border: 4px #0c5daa solid;
	border-radius: 6px;
	box-sizing: border-box;
	background: #fff no-repeat left top;
	color: #0c5daa;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
}
.category-btn-list .category-btn-item .anchor:hover {
	opacity: 1;
	background: #0c5daa no-repeat left top;
	color: #fff;
}
.category-btn-list .category-btn-item.current .anchor {
	pointer-events: none;
	background: #0c5daa no-repeat left top;
	color: #fff;
}
.side-category-item {
	position: relative;
	padding-left: 18px;
}
.side-category-item::before {
	content: '';
	position: absolute;
	top: calc( 50% - 7px );
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #0c5daa;
}
.tvcontents-archive-sec + .tvcontents-archive-sec {
	margin-top: 40px;
}
/*.month-wrap .archive-btn {
	margin-top: 30px;
	text-align: center;
}
.month-wrap .archive-btn .anchor {
	display: inline-block;
	padding: 4px 15px;
	background: #0c5daa no-repeat left top;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}*/
.expire {
	margin-bottom: 20px;
	background: #ddd no-repeat left top;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
.official {
	margin-top: 80px;
}
.official .detail-btn {
	width: 100%;
}
.tvcontents-post-com .sns-list {
	margin-top: 30px;
}
section#tvcontents-banner {
	padding: 60px 0;
}
@media screen and (max-width: 768px) {
	.tvcontents-list {
		display: block;
	}
	.tvcontents-list .tvcontents-item {
		display: flex;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.tvcontents-list .tvcontents-item:nth-last-child(-n+3) {
		margin-bottom: 15px;
	}
	.tvcontents-list .tvcontents-item:last-child {
		margin-bottom: 0;
	}
	.tvcontents-item .thumb {
		width: 180px;
	}
	.tvcontents-item .thumb .genre-list {
		top: 10px;
		left: 10px;
	}
	.tvcontents-item .thumb .genre {
		padding: 2px 5px;
		font-size: 1.2rem;
	}
	.tvcontents-item .info {
		width: 254px;
		padding: 10px;
		box-sizing: border-box;
	}
	.tvcontents-item .month-list .month-item .anchor,
	.tvcontents-item .genre-list .genre-item .anchor {
		padding: 2px 5px;
		font-size: 1.2rem;
	}
	.tvcontents-category {
		padding: 40px 30px;
	}
	.tvcontents-category .category-type .title-h4 {
		margin-bottom: 15px;
	}
	.category-btn-list .category-btn-item {
		width: 202px;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.category-btn-list .category-btn-item:nth-child(3n) {
		margin-right: 16px;
	}
	.category-btn-list .category-btn-item:nth-child(2n) {
		margin-right: 0;
	}
	.category-btn-list .category-btn-item:nth-last-child(-n+3) {
		margin-bottom: 16px;
	}
	.category-btn-list .category-btn-item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.month-wrap .month-list {
		max-width: 370px;
	}
}

/* column */
.column-item .item-thumb {
	height: 170px;
}
.column-category {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 5px;
}
.column-category .category-item {
	margin-right: 5px;
	margin-bottom: 5px;
}
.column-category .category-item:last-child {
	margin-right: 0;
}
.column-category .category-item .anchor {
	display: block;
	padding: 2px 6px;
	background: #0c5daa no-repeat left top;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.column-post-item .post-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.column-post-item .post-category {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.column-post-item .post-category .column-category-item {
	margin-right: 10px;
	margin-bottom: 10px;
}
.column-post-item .post-category .column-category-item:last-child {
	margin-right: 0;
}
.side-post-item .column-category {
	margin-top: 0;
	margin-bottom: 3px;
}
.side-post-item .column-category .category-item .anchor {
	padding: 1px 4px;
	font-size: 1.1rem;
}
