@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/*.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}*/
/*body,
h1,
h2,
h3,
h4,
h5,
h6,
section,
div,
ul,
li,
dl,
dt,
dd,
p { margin:0; padding:0;}
*/
/*section.default_code iframe p.articleList-curation__unitName { display:none;}*/

/*テレビ愛知　スタジオ見学ツアーcss*/
body#studiotour{font-family: 'Noto Sans Japanese', sans-serif;}
/*ヘッダー*/
#studiotour #header{}
#studiotour #header img{}
/*内容*/
#studiotour #contents > div{max-width: 1000px;margin: 0 auto;}
/*共通*/
.sm12 {	font-size: 0.75rem;vertical-align: middle;}
.sm14 {	font-size: 0.875rem;vertical-align: middle;}
#studiotour div.top{/*font-size: 2rem;*/font-size: clamp(1.25rem, 6vw, 2.5rem);font-weight: bold;text-align: center;}
#studiotour h2.tit_studiotour{font-size: 1.25rem;line-height: 5;margin: 0 auto 1rem;border-radius: 50%;background-color: /*#FCA1C9*/#020202;width:100px;text-align: center;color: #fff;font-weight: bold;}
#studiotour h2.tit_studiotour span{}
#studiotour .box01{max-width:800px;width:96%;margin: 0rem auto;padding: 2rem 1rem;box-sizing: border-box;}
/*	応募ボタン */
.btn_entry {margin: 0.5rem auto;max-width: 400px;}
.btn_entry a{padding: 0.75rem;color: #FFF;display: block;font-size: 1rem;font-weight: bold;text-decoration: none;transition: 0.3s;background-color: orange;border-radius: 0.5em;text-align: center;}
.btn_entry a:hover {color: #FFF;background-color:coral;}

/*==========================================
	
	[]スライダー　inc_slider
	
==========================================*/
.h_slider{position:relative;}
.h_slider .slider_box{padding-bottom: 10px;background-color:#85FCC3;}
.h_slider .ph_slider{margin:0;padding:0;}
.h_slider .ph_slider li{max-width:500px;max-height: 350px;}
.h_slider .ph_slider img{display:block;width:100%;overflow: hidden;object-position:50% 50%;}

@media screen and (max-width: 768px) {
/*.h_slider .ph_slider li{max-width:300px;max-height: 170px;}*/
/*.h_slider .slick-prev, .h_slider .slick-next { width:50px; height:50px;}*/
}
	
@media screen and (max-width: 400px) {
.h_slider .ph_slider li{max-width:300px;max-height: 200px;}
/*.h_slider .slick-prev, .h_slider .slick-next { width:50px; height:50px;}*/
}
/*/--------ヘッダー　スライダー　inc_slider------------*/	
/*==========================================
	
	[]開催概要
	
==========================================*/
section.sc_gaiyou{}
section.sc_gaiyou > div{padding-top: 1rem;}
section.sc_gaiyou .outline_disc{font-size: 1.125rem; line-height: 1.75;letter-spacing : 0.1em;padding:0; }
section.sc_gaiyou .table_disc{width: 100%;margin: 0 auto 20px; }
section.sc_gaiyou .table_disc tbody{}
section.sc_gaiyou .table_disc td{}
section.sc_gaiyou .table_disc th,.table_disc td{padding: 1em;border-bottom: 1px solid #666;	color: #333;}
section.sc_gaiyou .table_disc th{font-weight:700;letter-spacing: 0.5rem;border-right: 6px solid #fff;text-align: right;width: 24%;}
section.sc_gaiyou .table_disc td.td_time{width:50%;}

@media screen and (max-width: 768px) {
section.sc_gaiyou .outline_disc{font-size: 1rem; }
	/*募集要項*/
section.sc_gaiyou .table_disc th,.table_disc td{display: block;}
section.sc_gaiyou .table_disc th{padding: 5px;background-color:#85FCC3; color: #020202;text-align: center;border-radius: 2em;}
section.sc_gaiyou .table_disc th, .table_disc td{border-bottom:none;}
section.sc_gaiyou .table_disc th {border-right: none;width: inherit;}
section.sc_gaiyou .table_disc td.td_time{width:inherit;padding: 0 1em 1em 1em; }
}

/*------------------------------------------------

	[06] 注意事項

------------------------------------------------*/
#notice{margin: 0 auto;}
#notice ul{	margin-left: 1em; }
#notice ul li{color: #333;font-size: 1rem;}
#notice ul li::before{ content: "※"; margin-left: -1em;}