@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : databroad.css
Description : 下層：データ放送ページCSS
===================================================================== */

/* =====================================================================
*    プレセント
* =================================================================== */
#present {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
	color: #fff;
}

img {
max-width: 100%;
height: auto;
}
.subpage #present h1,.subpage #apply h1 {
	width: 93.75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4.6875%;
	padding-bottom: 1.5625%;
}

.subpage #present h1 img {
	width: 100%;
	height: auto;
	display: block;
}

#present .cont_wrap {
	padding: 0;
	border: 2px solid #fff;
	background: url(../images/databroad/bg_base.jpg) repeat;
	background-color: #393939;
	padding-bottom:5%;
	box-shadow: 0px 0px 8px 4px #000 inset;

	
}

#present h2 img {
	width: 100%;
	padding-top: 27px;
}

.present_box {
    padding: 8% 3%;
}
.present_inner{
	background: url(../images/databroad/bg_top.png);
	background-size: 100% 100%;
	padding: 4%;
}
.present_inner_bottom{
	background: url(../images/databroad/bg_bottom.png);
	background-size: 100% 100%;
	border-radius: 0 0 10px 10px;
}


.present_txt1 {
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 0;
		text-align: left;
		letter-spacing: 0.07em;
		padding: 5% 3%;
}

.present_txt1 strong {
    color: #f2ff27;
    font-weight: bold;
	font-size: 1.5rem;
}

.present_txt1 em {
    font-weight: bold;
    font-style: normal;
}

.present_txt1 img {
    vertical-align: bottom;
}

.present_txt2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.present_end {
    color: #dd0200;
}

.present_caution {
    margin: 8% 2%;
}

.present_caution li {
    margin: 0 0 0.6%;
    line-height: 2;
    font-size: 1.4rem;
	padding-left: 1.5em;
    text-indent: -1.5em;
}
    .present_caution li::before {
        content: "※";
		margin-right: 0.5em;
			
    }
.present_caution li a{
	padding-left: 0;
    text-indent: 0;
}

.present_caution li img {
    display: inline-block;
    width: 77px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.present_caution li a {
    color: #fff;
    display: inline-block;
    position: relative;
}

.present_caution li a::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    position: relative;
    top: -2px;
}

.present_caution li a:hover, .present_caution li a:active, .present_caution li a:visited {
    text-decoration: none;
}

.present_bnr {
    padding: 0 2% 3%;
}

.present_bnr a {
    display: block;
}

.present_bnr a img {
    width: 100%;
}
	.supplement p{
		color: #bebebe;
		font-size: 1.5rem;
		line-height: 1.5;
		text-align: center;
		padding: 0 4%;
		margin-bottom: 10%;

		
	}
.txt_databroad{
	margin-bottom: 3%;
}
@media screen and (min-width: 700px) {
	
    .subpage #present h1,.subpage #apply h1 {
		width: 300px;
		height: 40px;
		margin-left: 0;
		margin-right: auto;
		padding-top: 6.25%;
		padding-bottom: 0.5%;
	}
    
    #present .cont_wrap {
        width: 100%;
		border: 3px solid #fff;
    }
    
    .present_box {
        padding: 3.5% 5% 0 5%;
		text-align: center;
    }
    
.present_txt1 {
        font-size: 1.4rem;
        line-height: 2;
        margin: 0;
		text-align: left;
		letter-spacing: 0.07em;
		padding: 3% 8%;
}

.present_txt1 strong {
    color: #f2ff27;
    font-weight: bold;
	font-size: 1.6rem;
}
    
    .present_txt1 img {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 2px;
    }
    
    .present_txt2 {
        font-size: 2rem;
        line-height: 1.6;
    }
    
    .present_caution {
        margin: 6% 0 0 6%;
    }
    .present_caution ul {
		text-indent: -1em;
	}
    .present_caution li {
        margin: 0 0 0.6%;
		line-height: 2;
		font-size: 1.4rem;
		margin-left: 1em;
		padding-left: 1.5em;
    	text-indent: -1.5em;
		
			
    }
    .present_caution li::before {
        content: "※";
		margin-right: 0.5em;
			
    }

	
    .present_caution li img {
        vertical-align: text-top;
        margin: 0 2px;
        top: 0;
    }
    
    .present_caution li a:hover::after {
        opacity: 0;
    }
    
    .present_bnr {
/*        width: 80%;*/
        padding: 0 0 2%;
        margin: 0 auto;
		text-align: center;
    }
    
    .present_bnr a:hover {
        opacity: 0.7;
    }
	.supplement{
	    width: 90%;
    margin: 0 auto;
    padding: 2% 2% 5% 2%;
	}
	.supplement p{
		font-size: 1.6rem;
		padding: 0;
		letter-spacing: 0;
		line-height: 2;
		margin-bottom: 0;

		
	}

.txt_databroad {
    margin-bottom: 0%;	
	}

}
/* =====================================================================
*    応募方法
* =================================================================== */
#apply {
    margin: 8% 0 0;
	color: #fff;
}
#apply h2{
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	color: #171717;
	padding: 4%;
	margin-bottom: 20px;
}
#apply p{
	font-size: 1.4rem;
	line-height: 2;
	text-align: left;
	margin-bottom: 50px;
}
#apply img{
width: auto;
height: auto;
}

#apply .cont_wrap{
	text-align: left;
	background: url(../images/databroad/bg_base.jpg) repeat;
	background-color: #393939;
	box-shadow:0px 0px 8px 4px #000 inset;
	border: 3px solid #fff;
}
	#apply .cont_wrap img{
		width: auto;
		height: auto;
		vertical-align: bottom;
	}
#apply span{
	font-weight: bold;
	color: #ff0d0d;
	letter-spacing: 0.05em
}
hr{
	border-top: 1px solid #707070;
	margin: 0 6%;
}
	.tv{
		position: relative;
	}
		.tv > .remcon{
			display: none;
		}

	.dbtn{
		margin: 0 0 8% 0;
	}

.present_box02{
	    margin: 0 6%;
}
@media screen and (min-device-width: 641px) {
    #apply {
        margin: 5% 0 0;
    }
	
#apply h2{
	padding: 2%;
}
	#apply .cont_wrap{
		padding-top: 60px;
		text-align: left;
	}
		.txt_databroad{
			padding: 2% 0 0 0;
		}
		.tv{
			position: relative;
			padding: 2%;
		}
			.tv > .remcon{
				display: block;
				position: absolute;
				right: 43px;
				top: 233px;
			}

		.dbtn{
			margin: 0 0 45px 0;
		}
}
