@charset "utf-8";
/* CSS Document */

/*===========================================
	/support/tv/enjoy/guide2023/index.css
=============================================*/

.top {
    background-image: url(/support/tv/enjoy/guide2023/images/index_pct_001.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;	
	height: 295px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}

.top h1 {
    color: #000;
    margin: 0;
    vertical-align: middle;
	z-index: 1;
    bottom: 0;
    width: 80%;
	margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
	text-shadow: 0 0 20px #FFF;
}

.top .title {
	font-size: 2rem;
	padding-right: 10px;
	border-bottom: 2px solid #2e2d2d;
	text-align: center;
}

.top .s_title {
    font-size: 2.5rem;
	padding-right: 20px;
}

#contents .hed {
    margin-top: 2em;
	margin-left: 1em;
}


#contents .hed dl, #contents .hed dl dt, #contents .hed dl dd {
    margin: 0;
    padding: 0;
}

#contents .hed dl {
    font-size: 1.12em;
    margin-bottom: 2em;
}

#contents .hed dl dt {
    margin-bottom: 0.5em;
    font-weight: 700;
}


#contents ul.btnlist li {
    list-style: none;
}

#contents .btnlist a {
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: #000;
    padding: 0.7em 1em;
    display: inline-block;
    width: 450px;
}

#contents ul.btnlist li a span.textLink {
    background: url(/share/images/arrow_black.gif) no-repeat;
    background-position: 0 5px;
    margin-left: 0;
    display: inline-block;
    padding: 0 0 0 10px;
}

#contents div.btn {
    margin-left: 1em;
}

#contents .row-line {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#contents .row-line img {
    vertical-align: middle;
}

#contents .pictArea {
	margin-top: 2em;
    margin-bottom: 1em;
}

#contents .pictArea img.pc_arrow1 {
    width: 58px;
    height: 38px;
}

#contents .pictArea img.mq_arrow {
    display: none;
}

#contents .pctflex {
    display: flex;
    justify-content: space-around;
    text-align: center;
	margin: 2em auto !important;
}

#contents .s_detail dt {
    float: left;
	width: 27%;
}

#contents .s_detail dd:before {
    content: '：';
}

#contents .s_detail dd {
    text-indent: -1em;
	margin-bottom: 10px;
}

.onepoint {
    background: #FFFFCC;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1em;
}

.pctflex figure {
    font-weight: bold;
    font-size: 1.12rem;
}

#contents img.onepointicon {
    vertical-align: middle;
    margin: 0px 3px;
}

#contents .sfont {
    font-size: 0.95rem;
}

@media (max-width: 640px) {
	.top {
		max-height: 170px;
	}
	.top .title {
		font-size: 1rem;
		margin-bottom: 5px;
	}
	
	.top .s_title {
		font-size: 1.2rem;
    	padding-right: 10px;
	}
	
	#contents img {
		max-width: 100%;
		height: auto;
	}
	
	#contents ul.btnlist {
		margin-left: 0;
	}
	
	#contents ul.btnlist li {
		/* width: 90%; */
		float: none;
	}
	
	#contents ul.btnlist li a {
		width: 90%;
	}
	
	#contents div.btn {
		margin-left: 0;
	}
	
	#contents .row-line {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: column;
	}

	#contents .pictArea img.pc_arrow1 {
		transform: rotate( 90deg );
		display: none;
	}
	

	#contents .pictArea img.mq_arrow {
		display: block;
	}

	
	#contents div.pictArea span.mq_arrow {
		display: block;
		position: static;
		height: 35px;
		margin: 0 auto;
	}
	
	
	#contents .s_detail dt {
		float: none;
		width: auto;
		margin-top: 10px;
	}
	
	#contents .s_detail dt:after {
		content: '：';
	}

	#contents .s_detail dd:before {
		content: none;
	}
	
	#contents .s_detail dd {
		text-indent: 0;
	}

}


@media (max-width: 390px) {
	.top {
		max-height: 135px;
	}
	
	.top h1 {
		width: 93%;
	}
}


/* tabswitch */
.tabswitch {
    padding: 0 0.2em;
}

.tabswitch button {
    font-size: 1.25em;
    font-weight: bold;
}

.tabswitch [role="tab"] {
    background-color: #FFF;
}

.tabswitch [role="tab"][aria-selected="true"] {
    background-color: rgba(189, 183, 174, 0.16);
	border-bottom: none;
}

.tabswitch [role="tabpanel"] {
    background-color: rgba(189, 183, 174, 0.16);
}

@media screen and (max-width: 640px){
	.tabswitch [role="tab"] {
		padding: 5px;
		font-size: 1.15rem;
	}
}
