@charset "UTF-8";
/*.ft_cont_r{
	width: 50%;
	margin-left: 0;
}
*/
.ft_menu > li {
/*    margin-bottom: 15px;
*/    white-space: nowrap;
}
.ft_menu > li > a{
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
.ft_cont_r{
	width: 100%;
	margin-left: 0;
}
.ft_menu > li {
    margin-bottom: 0;
}
.ft_menu > li > a{
	font-size: 1.6rem;
}
}/*=================*/
.note_data_cont dl.n_tantou dt,
.note_data_cont dl.n_tantou dd{
	line-height:1.5;
	margin-bottom: 4px;
}

div.col100per figure figcaption {
    margin-top: 5px;
    font-size: 1.4rem;
    caption-side: bottom;
}

figure img {
  height:auto;
}
div.col2_capall_img .mt-enclosure-image{
	max-width: 43%;
}
div.col2_capall_img .mt-enclosure-image img{
	max-width: 100%;
}
@media screen and (max-width: 767px) {
div.col2_capall_img figure{
	flex-direction: column;
	gap: 10px;
}
div.col2_capall_img figcaption{
	margin-top:0;
}
div.col2_capall_img .mt-enclosure-image{
	max-width: 100%;
}
}
.ot_cont.note .inner.note_text{

}
	.ot_cont.note .inner.note_text p{
		min-height: .5em;
	}
	.ot_cont.note .inner.note_text strong{
		font-weight: bold !important; 
	}
	.ot_cont.note .inner.note_text table {
		max-width: calc(100% - 40px);
		margin: 20px auto 30px;
		table-layout: fixed;
	}
	.ot_cont.note .inner.note_text table td{
		width: 500px;
		vertical-align: top;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.ot_cont.note .inner.note_text table td p{
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.ot_cont.note .inner.note_text table td img{
		margin-bottom: 5px !important;
	}
	.ot_cont.note .inner.note_text img{
		height: auto;
	}
	.ot_cont.note .inner.note_text ul{
		margin-top: -10px;
		margin-left: 1em;
		text-indent: -1em;
		list-style: none;
	}
		.ot_cont.note .inner.note_text ul li{
			margin-bottom: .8em;
		}

@media screen and (max-width: 767px) {
	.ot_cont.note .inner.note_text table,
	.ot_cont.note .inner.note_text table tbody,
	.ot_cont.note .inner.note_text table tr,
	.ot_cont.note .inner.note_text table th,
	.ot_cont.note .inner.note_text table td{
		display: block;
	}
	.ot_cont.note .inner.note_text table {
		max-width: 100%;
		margin: 15px auto 20px;
	}
	.ot_cont.note .inner.note_text table td{
		max-width: 100%;
		width: 100%;
		padding: 0 0px 10px;
	}
	.ot_cont.note .inner.note_text table td p{
		font-size: 1.3rem;
	}

}/*=================*/





.ot_cont.opencall{
	padding-top: 0;
}

.ot_cont .opencall_about{
	padding-top: 40px;
}
.ot_cont .opencall_schedule{
	padding-top: 40px;
}
	.ot_cont .opencall_schedule span{
		font-size: inherit;
		font-weight: inherit;
	}
	.ot_cont .opencall_schedule h4{
		font-size: 2.4rem;
	}
	.ot_cont .opencall_schedule strong{
		font-weight: bold;
	}

.ot_cont .opencall_info{
	padding-top: 40px;
}
	.ot_cont .opencall_info table {
		width: 100%;
		table-layout: fixed;
		margin-top: 30px;
		border-collapse: collapse;
	}
	.ot_cont .opencall_info table th,
	.ot_cont .opencall_info table td {
		padding: 15px 25px 15px 25px;
		vertical-align: middle;
		border: solid 1px #969696;
		font-size: 1.8rem;
		width: 50%;
	}
	.ot_cont .opencall_info table th {
		text-align: center;
		font-weight: 600;
		background-color: #eeeff6;
	}
	.ot_cont .opencall_info table td {
		background-color: #fff;
	}
	.ot_cont .opencall_info table td > a{
		display: inline-block;
		position: relative;
		color: #183EA8;
	}
		.ot_cont .opencall_info table td > a.pdf-link{
			background: url(../img/other/pdf_ic.png) no-repeat left center;
			background-size: 28px auto;
			padding: 5px 0 5px 32px;
		}
@media screen and (max-width: 767px) {
	.ot_cont .opencall_info table th,
	.ot_cont .opencall_info table td {
		padding: 10px 15px 10px 15px;
		font-size: 1.6rem;
	}


}/*=================*/


.ot_cont .opencall_app{
	padding-top: 40px;
}
	.ot_cont .opencall_app span{
		font-size: inherit;
		font-weight: inherit;
	}
	.ot_cont .opencall_app h4{
		font-size: 2.4rem;
	}
	.ot_cont .opencall_app strong{
		font-weight: bold;
	}

.ot_cont .opencall_dl{
	padding-top: 20px;
}
	.ot_cont .opencall_dl span{
		font-size: inherit;
		font-weight: inherit;
	}
	.ot_cont .opencall_dl h4{
		font-size: 2.4rem;
	}
	.ot_cont .opencall_dl strong{
		font-weight: bold;
	}


@media screen and (max-width: 767px) {
table.docs th.tb_file{
	width: 150px;
}

}/*=================*/


dl.movie dt h4 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0.4em;
}