@charset "Shift_JIS";


.date{
	color: #646464;
}

.text_link{
    color: #2a90d1;
    text-decoration: underline;
    cursor: pointer;
}
.text_link:hover{
    text-decoration: none;
}
#tokuban_content img {
    max-width: 100%;
}

/*======================================================
	PCサイズ（641px以上）ここから
======================================================*/

@media screen and (min-width:641px), print{
    /* 20241015 追加 */
    /* .wrapper {
        padding-top: 60px;
    }  */
 
    .main_visual {
        margin: 0 auto 60px;
        text-align: center;
    }
    .midashi_senkyo {
        position: relative;
        padding: 0 65px;
        box-sizing: border-box;
        margin: 0 auto 60px;
        font-weight: bold;
        font-size: 41px;
        text-align: center;
    }
    .midashi_senkyo::before {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background: #000;
    }
    .midashi_senkyo span {
        display: inline-block;
        position: relative;
        padding: 0 1em;
        background: #fff;
    }
    .kuwake_wrapper {
        margin-bottom: 60px;
    }
    h3.kuwake_title {
        border-bottom:none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    h3.kuwake_title::after {
        display: none;
    }
    .kuwake_title span {
        display: block;
    }
    .kuwake_title .kuwake_ku {
        font-size: 45px;
    }
    .kuwake_title .yukensya {
        font-size: 90%;
        margin-left: 20px;
    }
    .kuwake_img {
        width: 27%;
    }
    .kohosya_wrapper {
        padding: 20px 15px;
        box-sizing: border-box;
        border-bottom: 2px solid #ededed;
    }
    .kohosya {
        display: flex;
        align-items: center;
    }
    .kohosya_img {
        width: 20%;
    }
    .kohosya_data {
        width: 35%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .kohosya_movie {
        width: 45%;
    }
    .kohosya_iframe_wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
      }
      
      .kohosya_iframe_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .kohosya_data span{
      display: block;
    }
      .kohosya_data_top {
        margin-bottom: 20px;
      }
      .kohosya_name {
        font-size: 30px;
        font-weight: bold;
      }
    /* 20241015 追加 End */
	
.text-area{
	width:750px;
	margin: 0 auto;
	margin-bottom:30px;
	}

.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;
}	

/*動画*/
/* #tokuban_content .video { */
    /* width: 560px; */
/*    height: 320px;*/
    /* margin: 20px auto 25px;
} */
/* #tokuban_content .video video{ */
    /* width: 560px; */
/*    height: 320px;*/
/* } */
	
/*企業動画*/
#tokuban_content .video_company {
	width: 500px;

/*
    width: 500px;
    height: 281px;
*/
    margin: 0 0 40px;
}
#tokuban_content .video_company video{
    width: 500px;
/*    height: 281px;*/
}		
	
/*番組ロゴ*/	
.mainimage {
    margin: 20px 0;
    text-align: center;
}	

/*-応募基準-*/
#tokuban_content .page_main #criteria{
    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;
}	
	
#criteria dl {
    display: table;
    width: 100%;
    margin: 0 auto;
}
#criteria dl:nth-child(2) dt,
#criteria dl:nth-child(2) dd {
    border-top: 1px dotted #000000;
}
#criteria dt {
    text-align: center;
    width: 110px;
    background-color: #e4e4e4;
    vertical-align: middle;
}
#criteria dt, #criteria dd {
    padding: 10px;
    display: table-cell;
    border-bottom: 1px dotted #000000;
}
#criteria dd {
    width: 510px;
    line-height: 1.6em;
}
#criteria 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");
}*/
.pc-non {
    display: none!important;
}

}
/*======================================================
	SPサイズ（640px以下）ここから
======================================================*/

@media screen and (max-width: 640px){
.sp-non {
    display: none!important;
}
.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: 10px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}		
	
/*番組ロゴ*/	
.mainimage {
    margin: 0 0 1em;
    text-align: center;
}
.mainimage img {
    width: 88%;
    height: auto;
}
	
/*動画埋め込み*/
#tokuban_content .page_main #movie{
    width: 100%;
    height: 175px;
    background-color: #5a5a5a;
    margin: 20px auto;
    color: #ffffff;
}
/*動画*/
#tokuban_content .video {
    width: 100%;
    height: auto;
}
#tokuban_content .video video{
    width: 100%;
    height: 100%;
    margin: 14px 0;	
}
	
/*企業動画*/
#tokuban_content .video_company {
    width: 100%;
    height: auto;
}
#tokuban_content .video_company video{
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
}	

/*-応募基準-*/
#tokuban_content .page_main #criteria{
    text-align: left;
    margin-bottom: 30px;
}
#tokuban_content .page_main #criteria .wrapper{
    margin-bottom: 20px;
}
#criteria dl {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
#criteria dl:last-of-type{
    border-bottom: 1px dotted #000000;
}
#criteria dt {
    text-align: center;
    width: 95%;
    background-color: #e4e4e4;
    border-bottom: 1px dotted #000000;
}
#criteria dl dt{
    border-top: 1px dotted #000000;
    width: 100%;
    padding: 10px 0;
}
#criteria dd {
    padding: 10px 0 15px;
    display: inline-block;
    line-height: 1.6em;
}
#criteria 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; 
}


   /* 20241015 追加 */
   /* .wrapper {
    padding-top: 60px;
}  */

.main_visual {
    margin: 20px auto 40px;
    text-align: center;
}
/* .midashi_senkyo {
    margin: 0 auto 30px;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
} */
.midashi_senkyo {
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto 60px;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}
.midashi_senkyo::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #000;
}
.midashi_senkyo span {
    position: relative;
    padding: 0 .5em;
    background: #fff;
}
.kuwake_wrapper {
    margin-bottom: 60px;
}

h3.kuwake_title {
    border-bottom:none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
h3.kuwake_title::after {
    display: none;
}
.kuwake_title span {
    display: block;
}
.kuwake_title .kuwake_ku {
    font-size: 30px;
}
.kuwake_title .yukensya {
    font-size: 90%;
    /* margin-left: 20px; */
}
.kuwake_img {
    width: 30%;
}
.kohosya_wrapper {
    padding: 20px 15px;
    box-sizing: border-box;
    border-bottom: 2px solid #ededed;
}
.kohosya {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.kohosya_img {
    width: 33%;
}
.kohosya_data {
    width: 67%;
    padding: 0 10px;
    box-sizing: border-box;
}
.kohosya_movie {
    margin-top: 20px;
    width: 100%;
}
.kohosya_iframe_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  
  .kohosya_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.kohosya_data span{
  display: block;
}
  .kohosya_data_top {
    margin-bottom: 20px;
  }
  .kohosya_name {
    font-size: 25px;
    font-weight: bold;
  }
/* 20241015 追加 End */

}
