@charset "utf-8";

/*160328 PASTA*/
.pasta_form h3 {
    text-align: center;
    padding: 5px;
	border-top: #EC008C 4px solid;
	border-bottom: #EC008C 4px solid;
}
.pasta_form h3 img{
	max-width: 100%;
}

.pasta_form p {
    margin: 1em 0;
}

#wrapper .pasta_img {
	text-align: center;
	margin-top: 1em;
}
#wrapper .pasta_img img{
	max-width: 100%;
}

.pasta_txt {
	text-align: center;
	font-size: 1.2em;
	color: #000000;
}

.pasta_txt strong{
	color:#f31f27;
}

.pasta_form .att_box {
    margin: 30px auto;
    padding: 20px;
    background-color: #EBEBEC;
}

.pasta_form .att_txt {
	text-align:center;
	font-size:1.2em;
	color:#f31f27;
}
.pasta_form .att_txt a{
	color:#f31f27;
	text-decoration: underline;
}

.pasta_form .kiyaku {
	margin: 30px auto;
    padding: 20px;
    background-color: #EBEBEC;
}

.pasta_form .kiyaku ol {
    margin: 20px 0;
}
.pasta_form .kiyaku li {
    list-style-type: decimal;
    margin-left: 20px;
}

/*181026追加*/
#kiyaku_1{
	text-align: left;
    font-size: 12px;
    background: #e0e0e0;
    padding: 20px;
    line-height: 1.8;
    margin-top: 20px;
}

.contentsarea{
	margin-top:20px;
	font-size:12px;
	text-align:center;
}

.contentsarea ol {
	margin-bottom: 20px;
}

.contentsarea span.caution{
	text-align:center;
	display:block;
}
/*20200730追加*/
#wrapper div[id*="page"] .summernote > div.img-box > iframe{
	width: 665px;
	height: 376px;
}
#right-contents > div.page-box > div.img-box2 > div.next_on_air_movie1 > iframe,#right-contents > div.page-box > div.txt-box > div > div > iframe,#right-contents div.page-box div.img-box-notice iframe{
	width: 665px;
	height: 376px;
}

a.external-link {
	display: inline-block;
}

.bnr-vod-parts .bnr-vod {
	margin-top: 10px;
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.bnr-vod-parts .bnr-vod a {
    box-sizing: border-box;
    width: calc((100% / 2) - 4px);
    margin-bottom: 8px;
}

.bnr-vod-parts .bnr-vod a img {
    width: 100%;
    height: auto;
}

a.external_link.opac {
    display: inline-block;
	position: relative;
	z-index: 1000;
}

a.external_link:hover:before {
	content: "";
    width: 80px;
    height: 32px;
    display: block;
    background: url(/common/des/01/images/external.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -32px;
    left: -8px;
    z-index: 1000;
}

#container .bnr_vod_a {
    margin-top: 30px;
}

#container .bnr-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

#container .bnr-wrap a {
    width: 49%;
}

#container .bnr-wrap img {
    width: 100%;
}