@charset "utf-8";

#contents{
	word-break: break-word;
}

#contents .titleArea {
	margin: 1.5em 0 2em 0;
	padding: 1.5em 1em 1em;
	border: 3px solid #417909;
	border-radius: 10px;
	background-color: #fbfeec;
	box-sizing: border-box;
}
#contents .titleArea h1{
	display: flex;
	border-bottom: 3px dotted #9bcc73;
}

#contents h1 > img.icon{
	display: inline-block;
	margin-right: 1.5em;
	padding-bottom: 1em;
	vertical-align: top;
}

#contents .titleArea dl{
	display: table;
	margin-bottom: 0;
	padding: 0 0 0 10px;
}

#contents .titleArea dl dt{
	display: table-cell;
	font-weight: bold;
}

#contents .titleArea dl dd{
	margin-left: 5px;
}
#contents section{
	margin-bottom: 30px;
}

#contents ul.disc{
	list-style-type: disc;
	padding-left: 1.5em;
}

#contents ul.recommended{
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
}

#contents ul.recommended li + li{
	margin-top: 10px;
}

#contents p{
	margin-bottom: 0;
}
#contents ol.setting,
#contents .section ol.setting {
	margin-top: 0.5em;
	margin-left: 0;
	padding-left: 2em;
}

#contents ol.setting li + li{
	margin-top: 5px;
}

#contents ol.bold li::marker,
#contents ol.bold li p.lead{
	font-weight: bold;
}

#contents .pct{
	margin: 2em 0;
}

#contents .center{
	text-align: center;
}
#contents .section{
	margin-left: 1em;
}

#contents section .notice_gray{
	margin: 1.5em 0;
}

#contents .flex{
	display: flex;
}
#contents .flex.imgArea{
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

#contents .bnrArea{
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 2em 0;
	padding: 0;
	text-align: center;
}

#contents .bnrArea.left{
	justify-content: flex-start;
}

#contents .bnrArea .bnr_single{
	margin: 0 5px;
	display: block;
	line-height: 0;
}

#contents .bnrArea .bnr_single a{
	display: block;
}

#contents a.s5-linkV3 {
	display: inline-block;
	color: #3865e0 !important;
}

#contents .b_style {
	font-weight: bold;
}



h2.g_title ,h3.g_title {
	border-bottom: 3px dotted #1b7504;
	padding: 0.5em 0.5em;
	margin-bottom: 1em;
}

section h2.sttlbean, h3.sttlbean {
	background: transparent url(/support/tv/special/beans/share/images/index_sttl.gif) no-repeat scroll 0 50%;
	border-bottom: 3px dotted #1b7504;
	border-top: 3px dotted #1b7504;
	margin: 25px 0;
	padding: 13px 0 13px 45px;
}

img.icon {
	vertical-align: middle;
	padding: 2px 4px;
}
#contents span.annotation{
	display: inline-block;
}
.annotation li {
	list-style: none;
	text-indent: -0.9em;
}

#contents .titleArea .models .annotation{
	margin-left: 0;
	text-indent: 0;
}

#contents p.heading3_lead{
	font-size: 1.17rem;
	font-weight: bold;
}

@media (min-width: 1024px) {
	#contents .flex.imgArea{
		width: 80%;
	}
}

@media (min-width: 767px) {
	img.mq_large {
		height: auto;
		width: 48%;
	}
}


@media (max-width: 640px) {
	#contents .titleArea h1 {
		padding-bottom: 10px;
		font-size: 1.14286rem;;
	}
	
	h2.g_title ,h3.g_title,
	section h2.sttlbean, h3.sttlbean{
		font-size: 100%;
	}
	
	#contents .titleArea dl{
		display: block;
		padding: 0;
	}
	
	#contents .pct:not(.s_img) > img{
		width: 100%;
		height: auto;
		max-width: 400px;
	}
	
	#contents .section{
		margin-left: 0;
	}
	
	#contents .flex{
		flex-direction: column;
	}

	#contents ol.setting {
		padding-left: 1.5em;
	}
	#contents .bnrArea{
		flex-direction: column;
		align-items: center;
	}
	
	#contents .bnrArea.left{
		align-items: flex-start;
	}
	#contents .bnrArea .bnr_single {
		margin: 0 5px 1em 5px;
	}
}

@media (max-width: 375px) {
	#cs_enquete_wrapper .cs_btn li button,
	#cs_enquete_wrapper .cs_btn li img {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 350px) {
	#contents .bnrArea .bnr_single {
		margin: 0 0 1em 0;
	}	
	#contents .bnrArea .bnr_single img{
		width: 100%;
		max-width: 280px;
		height: auto;
	}
}
@media (max-width: 337px) {
	#contents ul.recommended{
		padding-left: 0.5em;
	}

	#contents .pct > img{
		max-width: 270px;
	}
}

/*
	--------------------------------------
		インフォメーション・ご注意枠
	--------------------------------------
*/

.box_info_area dl {
	background-image: none;
	border: 1px #CCCCCC solid;
	border-radius: 8px;
	box-shadow: 1px 1px 5px #aaa;
	background-color:#f3f3f3;
	background: -moz-linear-gradient(top, #e0e9ef, #f3f3f3);/* Firefox用 */  
	background: -webkit-gradient(linear, center top, center bottom, from(#e0e9ef), to(#f3f3f3));/* Safari,Google Chrome用 */
	/* background: -webkit-gradient(linear, center top, center bottom, from(#CCFFFF), to(#fff));/* Safari,Google Chrome用 */
	padding-bottom: 15px;
}
.box_info_area dl dt {
	background-image: none;
    float: right;
    height: auto;
    padding: 0;
    width: 100%;
}
.box_info_area dl dt.caution img,
.box_info_area dl dt.info img {
	position: absolute;
	margin: 12px 14px;
}
.box_info_area dl dd {
	padding: 1em 0.5em 0 2em;
}
.box_info_area dl dd p{
	margin-top: 0;
}
.box_info_area {
	background: none;
    margin: 0.5em 5px 1em;
    padding: 0 0 9px;
}
@media (min-width: 1025px) {
	.box_info_area {
		max-width: 80%;
	}
}

@media (min-width: 801px) {
	/* メッセージボックス */
	.box_info_area dl {
		background-image: none;
		border: 1px #CCCCCC solid;
		border-radius: 8px;
		box-shadow: 1px 1px 5px #aaa;
		background: -moz-linear-gradient(top, #e0e9ef, #f3f3f3);/* Firefox用 */  
		background: -webkit-gradient(linear, center top, center bottom, from(#e0e9ef), to(#f3f3f3));/* Safari,Google Chrome用 */
		/* background: -webkit-gradient(linear, center top, center bottom, from(#CCFFFF), to(#fff));/* Safari,Google Chrome用 */
		padding-bottom: 15px;
		background-color:#f3f3f3;
	}
	.box_info_area dl {
		background-color: #f3f3f3\9; /* IE9 */
	}
	.box_info_area dl dt {
	  background-image: none;
	}
	.box_info_area dl dt img {
		float: left;
		margin: 12px 14px;
	}
	.box_info_area dl dd {
		padding: 16px 10px 0 30px;
	}
	.box_info_area {
		background: none;
	}
}

@media (max-width: 640px) {
	/* メッセージボックス */
	.box_info_area dl {
		background-image: none;
		border: 1px #CCCCCC solid;
		border-radius: 8px;
		box-shadow: 1px 1px 5px #aaa;
		background: -moz-linear-gradient(top, #e0e9ef, #f3f3f3);/* Firefox用 */  
		background: -webkit-gradient(linear, center top, center bottom, from(#e0e9ef), to(#f3f3f3));/* Safari,Google Chrome用 */
		/* background: -webkit-gradient(linear, center top, center bottom, from(#CCFFFF), to(#fff));/* Safari,Google Chrome用 */
		padding-bottom: 15px;
		background-color:#f3f3f3;
	}
	.box_info_area dl {
		background-color: #f3f3f3\9; /* IE9 */
	}
	.box_info_area dl dt {
	  background-image: none;
	}
	.box_info_area dl dt img {
		float: left;
		margin: 12px 14px;
	}
	.box_info_area {
	  background: none;

	}
}

@media (max-width: 390px) {
	.box_info_area dl dt,
	.box_info_area dl dt img {
		float: none;
	}
	.box_info_area dl dt.caution img{
		position: static;
	}
	.box_info_area dl dd {
		padding-left: 0;
		margin-left: 1em;
		padding-top: 0;
	}
	.box_info_area dl dt.caution img,
	.box_info_area dl dt.info img{
		margin-bottom: 0;
	}
	.box_info_area dl dd ul.disc{
		margin-top: 0;
	}
}

#contents .onepoint {
    background-color: cornsilk;
    padding: 1em 1em 1.5em;
    margin: 1em 0;
}

#contents .onepoint .b_title span {
    font-weight: bold;
}

#contents .s5-linkV3:after{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}

#contents a.s5-linkV3.s5-linkV3--down:after {
	margin-left: 8px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M16%2C25.6L0%2C9.6l3.2-3.2L16%2C19.1L28.8%2C6.4L32%2C9.6L16%2C25.6z'%2F%3E%3C%2Fsvg%3E");
}

/* 20250402 */
#contents .s5-list > li a.s5-linkV3 {
	vertical-align: top;
}

/* 20250908 */
#contents .mt0 {
    margin-top: 0 !important;
}

@media (max-width: 640px) {
    #contents img.pc_arrow {
        transform: rotate(90deg);
    }
}
