@charset "Shift_JIS";

img {max-width: 100%; vertical-align: bottom;}

.date{
	color: #646464;
}

.text_link{
    color: #2a90d1;
    text-decoration: underline;
    cursor: pointer;
}
.text_link:hover{
    text-decoration: none;
}

.youtube_main {
    max-width: 560px;
    width: 100%;
}
.youtube_inner {
    position: relative;
    padding-top: 56.25%;
}
.youtube_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.kigyou .sub_title {
    text-align: left;
}
.main_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
}
/*動画*/
.video_main {
    max-width: 640px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.video_company {
    max-width: 500px;
}
.video_inner {
    position: relative;
    padding-top: 56.3%;
}
.video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* timecodelist */
.time_code_list {
    max-width: 280px;
}
.time_code_list ol {
    position: relative;
    padding: 0 0.5em;
    /* margin-top: 2em; */
    list-style-type: none;
    border: solid 2px #2a90d1;
}
.time_code_list ol::after {
    position: absolute;
    bottom: 100%;
    left: -2px;
    content: "放送内容(タイムコード)";
    padding: 1px 7px;
    font-weight: bold;
    font-size: .8em;
    color: #fff;
    background: #2a90d1;
    border-radius: 4px 4px 0px 0px;
}
.time_code_list ol li {
    padding: 3px 5px;
    border-bottom: 1px dashed #70b1da;
    text-align: left;
    font-size: 90%;
}
.time_code_list ol li:last-of-type {
  border-bottom: none;
}
.time_code_list ol li:last-of-type {
    border-bottom: none;
}
.time_code_list ol li .time {
    margin-right: 1em;
}

/* instagram */
.info_instaram,.info_instaram2, .info_tver {
    text-align: center;
}

.info_instaram p,.info_instaram2 p, .info_tver p {
    font-weight: bold;
}
.button_instaram {
    display: inline-block;
    padding: 1em 2em;
    border-radius: 10em;
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.9),
        rgba(241, 63, 121, 0.9) 45%,
        rgba(182, 47, 82, 0.9) 75%,
        rgba(66, 126, 255, 0.9));
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    transition: all .9s;
}
.button_2col_wrap a:hover {
    opacity: .8;
}
.button_instaram2 {
    display: flex;
    align-items: center;
    padding: .75em 1em;
    margin: 10px auto;
    background: linear-gradient(to right,
    rgba(247, 207, 0, 0.9),
    rgba(241, 63, 121, 0.9) 45%,
    rgba(182, 47, 82, 0.9) 75%,
    rgba(66, 126, 255, 0.9));
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    font-weight: bold;
    transition: all .9s;
    max-width: 200px;
    border-radius: 15px;
}
.button_instaram2 img {
    width: 30px;
    margin: 5px;
}
/*======================================================
	PCサイズ（641px以上）ここから
======================================================*/

@media screen and (min-width:641px), print{
	
.text-area{
	width:750px;
	margin: 0 auto;
	margin-bottom:50px;
	}

.kigyou{
	margin-top:30px;
}

#tokuban_content{
    background-color: #ededed;
    padding-bottom: 30px;
}

/*メイン*/
#tokuban_content .page_main{
    text-align: center;
    background-color: #ffffff;
    padding: 35px 40px 40px;
    margin-bottom: 30px;
}
#tokuban_content .page_main .text{
    text-align: left;
    line-height: 1.6em;
    margin: 15px auto;
    letter-spacing: -0.01em;
}
/* #tokuban_content .page_main .text_midashi01{
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
}
#tokuban_content .page_main .text_midashi02{
    font-size: 18px;
    font-weight: bold;
    color: #29a8df;
} */
#tokuban_content .sub_title{
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.main_contents {
    margin-bottom: 40px;
}
/* 動画 */
.video_company {
    margin-bottom: 30px;
}
.youtube_main {
    width: 64%;
}
.time_code_list {
    width: 35%;
}
/*番組ロゴ*/	
.mainimage {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    max-width: 870px;
    box-sizing: border-box;
}	

/* button */
.button_2col_wrap {
    display: flex;
    justify-content: center;
}
/* instagram tver */
.info_instaram2, .info_tver {
    width: 100%;
}
.info_instaram2 {
    margin-right: 50px;
}
/*-応募基準-*/
#tokuban_content .page_main #criteria{
    width: 100%;
    max-width: 750px;
    text-align: left;
    margin-bottom: 50px;
}
#tokuban_content .page_main #criteria .wrapper{
    margin-bottom: 20px;
}
#tokuban_content .sub_midashi{
    background-color: #ededed;
    padding: 6px 0 5px 10px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #5A5A5A;
}	
	
.naiyou dl {
    display: table;
    width: 100%;
    margin: 0 auto;
}
.naiyou dl:nth-child(1) dt,
.naiyou dl:nth-child(1) dd {
    border-top: 1px dotted #000000;
}
.naiyou dt {
    text-align: center;
    width: 110px;
    background-color: #e4e4e4;
    vertical-align: middle;
}
.naiyou dt, .naiyou dd {
    padding: 10px;
    display: table-cell;
    border-bottom: 1px dotted #000000;
}
.naiyou dd {
    width: 510px;
    line-height: 1.6em;
}
.naiyou p{
    margin-bottom: 10px;
}

/*一覧ページへ戻る*/
#back_btn .button_left{
/*    border-color: #3177e3;
    color: #3177e3;
    background-color: #FFFFFF;
    background-image: url(../../../images/ar_bl1.png);*/
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}
/*#back_btn .button_left:hover{
    color: #FFFFFF;
    background-color: #3177e3;
    background-image: url("../../../images/ar_whl.png");
}*/

.naiyou {
    width: 100%;
    max-width: 640px;
    margin: 40px auto;
}

}
/*======================================================
	SPサイズ（640px以下）ここから
======================================================*/

@media screen and (max-width: 640px){
.sp_none {
    display: none;
}
.ad_sp{
	text-align: center;
	margin: 2em 0;
}

.page_main{
    background-color: #ffffff;
    padding: 15px 10px;
}

/*メイン*/
#tokuban_content{
    background-color: #ededed;
    padding-bottom: 30px;
}
#tokuban_content .page_main{
    margin-bottom: 30px;
}
#tokuban_content .page_main .text{
    text-align: left;
/*    line-height: 1.6em;*/
    margin: 8px auto;
}
#tokuban_content .page_main .text_midashi01{
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
}
#tokuban_content .page_main .text_midashi02{
    font-size: 18px;
    font-weight: bold;
    color: #29a8df;
}
#tokuban_content .sub_title{
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}		
	
/*番組ロゴ*/	
.mainimage {
    margin: 0 0 1em;
    text-align: center;
}
/* .mainimage img {
    width: 88%;
    height: auto;
} */
.naiyou {
    margin: 25px auto;
}
.main_contents {
    margin-bottom: 30px;
    justify-content: center;
}
/* button */
.button_2col_wrap {
    display: block;
}
/* info */
.info_instaram2 {
    margin-bottom: 25px;
}
.button_instaram2 {
    margin: 5px auto;
}
/* 動画 */
.video {
    width: 100%;
}
.youtube_main {
    width: 100%;
}
.video_company {
    margin-bottom: 15px;
}
.youtube_main {
    margin: 0 auto 30px;
}
/* タイムコード */
.time_code_list {
    width: 100%;
    margin-top: 2em;
}
/*-応募基準-*/
#tokuban_content .page_main #criteria{
    text-align: left;
    margin-bottom: 30px;
}
#tokuban_content .page_main #criteria .wrapper{
    margin-bottom: 20px;
}
.naiyou dl {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.naiyou dl:last-of-type{
    border-bottom: 1px dotted #000000;
}
.naiyou dt {
    text-align: center;
    width: 95%;
    background-color: #e4e4e4;
    border-bottom: 1px dotted #000000;
}
.naiyou dl dt{
    border-top: 1px dotted #000000;
    width: 100%;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
}
.naiyou dd {
    padding: 10px 10px 15px;
    display: inline-block;
    line-height: 1.6em;
}
.naiyou p{
    margin-bottom: 10px;
}

/*一覧ページへ戻る*/
#back_btn .button_left {
/*    border-color: #3177e3;
    color: #3177e3;
    background-color: #FFFFFF;
    background-image: url(../../../images/ar_bl1.png);*/
    background-position: left 25px center;
    margin: 20px auto;
    font-weight: bold;
    text-align: center;
    padding: 10px auto;
    font-size: 16px; 
}


}
