@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
}
.main_bg{
    background: #ffffff;
    max-width: 1280px;
    margin: 0 auto;
}
#ekiden{
	width: 94%;
	margin: 0 auto;
}
#ekiden img{
	width: 100%;
}
#ekiden .image_titlelogo{
	width: 70%;
	margin:10px auto;
	display:block;
}
#ekiden .image_main,.image_onair{
	margin:0 0 20px 0;
}
#ekiden .about{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}
#ekiden .flex_text{
	width:64%;
}
#ekiden .image_sub{
	width:35%;
}
#ekiden .movie {
    position: relative;
    width: 90%;
    margin: 2% auto;
}
#ekiden .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#ekiden .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#ekiden .guest {
	display:flex;
	align-items:center;
	margin-top:20px;
}
#ekiden .guest_photo {
	width: 27%;
}
#ekiden .guest_profile {
	width: 72%;
	margin-left:10px;
}
#ekiden .guest_name {
	font-weight:bold;
}
#ekiden .title_blue {
    background-color: #009de6;
    color: #ffffff;
    line-height: 130%;
    font-size: 140%;
    margin: 40px 0 15px 0;
    padding: 7px 10px 5px 10px;
}
#ekiden .link_official {
	width:400px;
	display:block;
	margin: 20px auto;
	padding:8px;
	text-align:center;
    background-color: #fd8b20;
    font-size: 140%;
    color: #ffffff;
	text-decoration:none;
}
#ekiden .link_official:hover {
	opacity:0.7;
	transition:0.5s;
}
#ekiden .pc_none{
	display:none;
}
#ekiden .link_X{
	background-color: #009d96;
	font-size: 130%;
}#ekiden .link_youtube{
	background-color: #2368cd;
	font-size: 130%;
}

.linkPdf {
    text-decoration: underline;
    position: relative;
    margin: 0 1em 0 0;
}