@charset "UTF-8";

/*
**************************************************************************
*	Japan Premium Broadcast we.css
**************************************************************************/


@media (max-width: 767px) {
}


/* --------------------------------------------------
		common - reset YUI
-------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}



.login {
    /*position: fixed;*/
	position:relative;
	text-align: left;
    top: 10px;
    left: 10px;
}
.login img{
	width: auto;
}


/* --------------------------------------------------
		common - base
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.8;
	color: #333333;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
body {
	font-size: 1.6rem;
}
a {
	outline: none;
	color: #333333;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	text-decoration: underline;
}
a.fade {
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
a.fade:hover {
	opacity: 0.7;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    left: auto;
}
.cfx:after {
	content: "";
	display: table;
	clear: both;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.modBox-inr {
	position: relative;
	width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.inline {
	letter-spacing: -0.4em;
}
ul.inline > li {
	letter-spacing: 0;
	display: inline-block;
}
.font-en {
	font-family: "OpenSans", serif;
}
.bold {
	font-weight: 700;
}

@media (max-width: 857px) {
.modBox-inr {
	width: 100%;
	padding: 0 20px;
}
}

@media (max-width: 767px) {
body {
	font-size: 1.2rem;
	min-width: 0;
}
a:hover {
	text-decoration: none;
}
a.fade:hover {
	opacity: 1;
}
img {
	width: 100%;
	max-width: none;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.modBox-inr {
	width: 100%;
	padding: 0 15px;
}
}


/* --------------------------------------------------
		common - we
-------------------------------------------------- */
.modSec {
	padding: 100px 0;
}
.modSec-title {
	color: #1f1f1f;
	font-size: 5.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 60px;
}
.modSec-title span {
	display: inline-block;
	border-bottom: 6px solid #1f1f1f;
}

@media (max-width: 767px) {
.modSec {
	padding: 50px 0;
}
.modSec-title {
	font-size: 2.6rem;
	margin-bottom: 30px;
}
.modSec-title span {
	border-bottom-width: 3px;
}
}


/* --------------------------------------------------
		header
-------------------------------------------------- */
.header {
	position: fixed;
	z-index: 150;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
}
.nav-button {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background-color: rgba(0,0,0,0.95);
}
.nav-button:before {
	content: "";
	position: absolute;
	display: block;
	top: 29px;
	left: 24px;
	width: 32px;
	height: 2px;
	background-color: #ffffff;
	transition: all .4s cubic-bezier(0.215,0.61,0.355,1);
}
.nav-button:after {
	content: "";
	position: absolute;
	display: block;
	top: 49px;
	left: 24px;
	width: 32px;
	height: 2px;
	background-color: #ffffff;
	transition: all .4s cubic-bezier(0.215,0.61,0.355,1);
}
.nav-button span {
	position: absolute;
	display: block;
	top: 39px;
	left: 24px;
	width: 32px;
	height: 2px;
	background-color: #ffffff;
	transition: all .4s cubic-bezier(0.215,0.61,0.355,1);
}
.nav-button:hover:before,
.nav-button:hover:after,
.nav-button:hover span {
	opacity: 0.8;
}
.nav-button.open:before {
	top: 50%;
	left: 50%;
	width: 40px;
	transform: translate(-50%, -50%) rotate(135deg);
}
.nav-button.open:after {
	top: 50%;
	left: 50%;
	width: 40px;
	transform: translate(-50%, -50%) rotate(-135deg);
}
.nav-button.open span {
	display: none;
}
.nav-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.95);
	display: none;
}
.navBox-inr {
	display: table;
	width: 100%;
	height: 100%;
}
.nav-list {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.nav-list li {
	margin-top: 60px;
}
.nav-list li:first-child {
	margin-top: 0;
}
.nav-list a {
	font-size: 5.2rem;
	line-height: 1.0;
	font-weight: 700;
	color: #ffffff;
	transition: all .4s cubic-bezier(0.215,0.61,0.355,1);
}
.nav-list a:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media (max-width: 767px) {
.nav-button {
	width: 50px;
	height: 50px;
}
.nav-button:before {
	top: 17px;
	left: 15px;
	width: 20px;
}
.nav-button:after {
	top: 31px;
	left: 15px;
	width: 20px;
}
.nav-button span {
	top: 24px;
	left: 15px;
	width: 20px;
}
.nav-button:hover:before,
.nav-button:hover:after,
.nav-button:hover span {
	opacity: 1;
}
.nav-button.open:before,
.nav-button.open:after {
	width: 24px;
}
.nav-list li {
	margin-top: 30px;
}
.nav-list a {
	font-size: 2.6rem;
}
.nav-list a:hover {
	opacity: 1;
}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	/* height: 60vw;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	background-image: url(../img/bg_03.png);
	background-position: center top;
	background-size: cover; */
	background: url(../img/bg_05.jpg) center top no-repeat;
	background-color: #000000;
	background-size:cover;
	margin: 0 auto;
	height: 53vw;
	text-align: center;
	
}
.visual .modBox-inr {
	display: table;
	height: 100%;
}
.visual-box {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 767px) {
.visual {
	/* height: 80vw;
	min-height: 100vh;
	background-size: 556px 429px;
	background-size: cover;
	background-image: url(../img/bg_03.png); */
	background: url(../img/bg_05.jpg) center top no-repeat;
	background-color: #000000;
	background-size:cover;
	margin: 0 auto;
	height: 53vw;
	text-align: center;
}
.visual-title {
	width: 68.96552%;
	margin: 0 auto;
}
}


/* --------------------------------------------------
		news
-------------------------------------------------- */
.news-list {
	border-top: 1px solid #eeeeee;
}
.news-list li {
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
}
.news-list li .title {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
.news-list {
	margin: 0 15px;
}
.news-list li {
	padding: 20px 0;
}
.news-list li .title {
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 10px;
}
}


/* --------------------------------------------------
		company
-------------------------------------------------- */
.company {
	background-image: url(../img/bg_02.jpg);
	background-position: center top;
}
.company-list > li {
	margin-bottom: 25px;
	background-color: #ffffff;
}
.company-list > li:after {
	content: "";
	display: table;
	clear: both;
}
.company-list .title {
	position: relative;
	float: left;
	color: #ffffff;
	padding: 14px 25px;
	width: 145px;
	box-sizing: border-box;
	background-color: #2a2a2a;
	overflow: hidden;
}
.company-list .title:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 60px solid transparent;
	border-right: 30px solid #ffffff;
	border-bottom: 60px solid transparent;
	border-left: 30px solid transparent;
}
.company-list .body {
	padding: 14px 25px 14px 160px;
}
.company-list .body li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}

.service_description-center{
	text-align: center;
}

@media (max-width: 767px) {
.company {
	background-size: 556px 429px;
}
.company-list > li {
	margin-bottom: 10px;
}
.company-list .title {
	float: none;
	padding: 5px 10px;
	width: 95px;
}
.company-list .body {
	padding: 10px 15px 15px;
}
}


/* --------------------------------------------------
		access
-------------------------------------------------- */
.access {
	padding-bottom: 0;
}
.access-address {
	text-align: center;
	margin-bottom: 35px;
}
.access-list {
	text-align: center;
	margin-bottom: 60px;
}
.access-map {
	overflow: hidden;
}
.access-map iframe {
	width: 100%;
	vertical-align: bottom;
}

@media (max-width: 767px) {
.access-address {
	text-align: left;
	margin: 0 15px 15px;
}
.access-list {
	text-align: left;
	margin: 0 15px 30px;
}
.access-map iframe {
	height: 280px;
}
}


/* --------------------------------------------------
		contact
-------------------------------------------------- */
.contact {
	background-color: #2a2a2a;
	color: #ffffff;
}
.contact .modSec-title {
	color: #ffffff;
}
.contact .modSec-title span {
	border-color: #ffffff;
}
.contact-title {
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 25px;
}
.contact-list {
	border-top: 1px solid #3c3c3c;
}
.contact-list dt {
	float: left;
	margin-top: 25px;
}
.contact-list dd {
	text-align: right;
	padding: 25px 0;
	border-bottom: 1px solid #3c3c3c;
}
.contact-list dd:after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 767px) {
.contact-box {
	width: auto;
	margin: 0 15px;
}
.contact-title {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.contact-list {
	border-bottom: 1px solid #3c3c3c;
}
.contact-list dt {
	float: none;
	text-align: center;
	margin-top: 15px;
}
.contact-list dd {
	text-align: center;
	padding: 0 0 15px;
}
.contact-list a {
	color: #ffffff;
}
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */
.footer {
	padding: 60px 0;
	background-color: #1f1f1f;
}
.copyright {
	text-align: center;
	color: #666666;
}

.footer-list{
	display: flex;
	justify-content: center;
}

.footer-list li a{
	color:#fff;
	padding: 0 1em;
	text-decoration: none;
}

@media (max-width: 767px) {
.footer {
	padding: 30px 0;
}
}


/* --------------------------------------------------
		pagetop
-------------------------------------------------- */
.pagetop {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
	display: none;
}
.pagetop a {
	display: block;
	text-align: center;
	line-height: 1;
	width: 56px;
	height: 56px;
	background-color: #444444;
	border-radius: 50% 50%;
	transition: background-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.pagetop a:hover {
	background-color: #555555;
}
.pagetop a img {
	width: 21px;
	padding-top: 20px;
}
.center {
	text-align: center;
}
.pdf_button a{
	display: block;
	width:350px;
	margin: 15px auto 30px;
}
.pdf_button a:hover{
	opacity: 0.8;
}
@media (max-width: 767px) {

	.pdf_button a{
		display: block;
		width:280px;
		margin: 20px auto 20px;
	}
.pagetop {
	bottom: 15px;
	right: 15px;
}
.pagetop a {
	width: 42px;
	height: 42px;
}
.pagetop a:hover {
	background-color: #444444;
}
.pagetop a img {
	width: 16px;
	padding-top: 15px;
}
}
/* --------------------------------------------------
		privacy
-------------------------------------------------- */
.privacy-title-container{
	padding-top: 1vh;
}
.privacy-preamble-container{
	padding-top: 3vh;
}
.privacy-header{
	padding: 1vh 2vw;
	background-color: #1f1f1f;
}

.back-link:before {
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.3rem;
	transform: rotate(-135deg);
  }

.back-link{
	color:#fff;
	position: relative;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
}
.privacy-heading{
	text-align: center;
	font-size: 2.5rem;
	line-height:3.5rem
}
.privacy-dl{
	padding: 3vh 0;
}
.privacy-dt{
	margin-top: 5vh;
	margin-bottom: 1vh;
}

/* --------------------------------------------------
		button
-------------------------------------------------- */

a.link_button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	height: 50px;
	position: relative;
	background: #e94800;
	border: 1px solid #e94800;

	box-sizing: border-box;
	padding: 0 30px 0 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}

a.link_button:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
  }
  @media (max-width: 767px) {
	a.link_button {
		width: 80%;
		font-size: 1em;
	}
}