@charset "utf-8";
/* CSS Document */

/*===========================================
	guide2023 common2 css
=============================================*/
.top {
    background-image: url(/support/tv/enjoy/guide2023/images/top_img.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1200px;
    margin: 0 0 2em;
    width: 100%;	
	min-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;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    text-shadow: 0 0 20px #FFF;
}

.top .title {
	font-size: 2rem;
	padding: 0 18px;
	border-bottom: 2px solid #2e2d2d;
	text-align: right;
}

.top .s_title {
    font-size: 2.5rem;
	padding: 0 18px;
}

#contents .hed {
    margin-top: 2em;
	word-break: break-all;
}

#contents .hed dl {
    font-size: 1rem;
    margin-bottom: 2em;
}

#contents .hed dl dd {
    margin-bottom: 0.5em;
}

#contents .row-line {
    display: flex;
	justify-content: center;
    align-items: center;
	gap: 3em;
}

#contents .row-line img {
    vertical-align: middle;
}

#contents .pictArea {
	margin-top: 2em;
    margin-bottom: 1em;
}

#contents .pictArea img.pc_arrow {
    width: 58px;
    height: 38px;
}

#contents .pctflex {
    display: flex;
	justify-content: center;
    align-items: center;
	gap: 3em;
	margin: 2em auto !important;
}

.onepoint {
    background: #FFFFCC;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1em;
}

#contents img.onepointicon {
    vertical-align: middle;
    margin: 0px 3px;
}

figure.normal{
	margin: 0 auto;
    width: 380px;
}

figure.normal figcaption {
	font-weight: normal;
	font-size: 0.875rem;
	text-align: left;
}

figure figcaption{
    font-weight: bold;
    font-size: 1.12rem;
	text-align: center;
	padding-bottom: 0.5em;
}

@media (max-width: 1098px) {	
	.top {
		min-height: 255px;
		margin-bottom: 1em;
	}
	
	.top .title {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
}

@media (max-width: 900px) {	
	.top {
		min-height: 207px;		
	}
}

@media (max-width: 852px) {	
	.top {
		min-height: 194px;
		margin-bottom: 0;
	}
	
	.top .s_title {
		font-size: 1.5rem;
	}
	
	#contents .b_line {
		display: block;
	}
	
	#contents img {
		max-width: 100%;
		height: auto;
	}
	
	#contents .row-line {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: column;
	}
	
	#contents .pictArea img.pc_arrow {
		transform: rotate( 90deg );
	}
	
	#contents .hed dl {
		font-size: 0.875rem;
	}
}

@media (max-width: 640px) {
	.s5-container {
        padding: 0 10px!important;
    }
	
	.top {
		min-height: 153px;
	}
	
	.top .title,
	.top .s_title {
		font-size: 1.3rem;
	}
	
	#contents .hed {
		margin-top: 0;
	}
	
	#contents .hed dl {
		margin-bottom: 1em;
	}
	
	#contents .pctflex {
		gap: 0;
	}
	
	#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;
	}
	
	figure.normal{
		max-width: 380px;
		width: 100%;
	}
}

@media (max-width: 621px) {
	.top {
		min-height: 148px;
	}
}

@media (max-width: 530px) {	
	.top {
		min-height: 125px;
	}
}

@media (max-width: 464px) {	
	.top {
		min-height: 109px;
	}
	
	.top .title,
	.top .s_title {
		font-size: 1rem;
	}
}

@media (max-width: 415px) {
	.top {
		min-height: 97px;
	}
}

@media (max-width: 379px) {
	.top {
		min-height: 88px;
	}
}


/* tabswitch */

.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);
	padding: 2em;
}

@media screen and (max-width: 640px){
	#contents .tabswitch {
		margin: 0;
	}
	
	.tabswitch [role="tab"] {
		padding: 5px;
		font-size: 0.875rem;
	}
	
	.tabswitch [role="tabpanel"] {
		padding: 1em;
	}
}

#contents section{
	margin-bottom: 2em;
	margin-top: 3em;
}

#contents p{
	word-break: break-all;
	margin-left: 1em;
}

#contents p + p{
	margin-top:1em;
}

#contents .mt0 {
	margin-top: 0!important;
}

#contents .ml0 {
	margin-left: 0!important;
}

@media (max-width: 640px){	
	#contents p{
		margin-left: 0;
	}
}

/* h1 h2 h3 */
#contents section h2{
	font-size: 1.846rem;
	border-top: 5px solid #333f50;
	border-bottom: 1px dotted #999;
	padding: 1.5rem 13px 0.8rem;
	margin-bottom: 1em;
}

#contents section h2.org{
	border-top: 5px solid #ffa41b;
}

#contents section h2.green{
	border-top: 5px solid #4d9936;
}

#contents section h2.peach {
	border-top: 5px solid #e8889e;
}

#contents section h2.blue{
	border-top: 5px solid #00b0f0;
}

#contents section h3 {
	font-size: 1.25rem;
	border-left: 5px solid #333f50;
	line-height: 1.3;
	border-bottom: 1px solid #ececec;
	padding: .5em .5em;
	margin-bottom: 1.5em;
}

#contents section h4 {
	font-size: 1.15rem;
	padding: .5em .5em;
	margin-bottom: 1em;
}

#contents section h3.org{
	border-left: 5px solid #ffa41b;
	border-bottom: 1px solid #ffa41b;
}

#contents section h3.green{
	border-left: 5px solid #4d9936;
	border-bottom: 1px solid #4d9936;
}

#contents section h3.peach{
	border-left: 5px solid #e8889e;
	border-bottom: 1px solid #e8889e;
}

#contents section h3.blue{
	border-left: 5px solid #00b0f0;
	border-bottom: 1px solid #00b0f0;
}


#contents section h4.org{
	border-left: 5px solid #ffa41b;
}

#contents section h4.green{
	border-left: 5px solid #4d9936;
}

#contents section h4.peach{
	border-left: 5px solid #e8889e;
}

#contents section h4.blue{
	border-left: 5px solid #00b0f0;
}



@media screen and (max-width: 640px){
	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
	
	#contents section h4 {
		font-size: 1rem;
	}
}

/* list */

#contents ul{
	padding:0;
}

#contents ul.disc{
	list-style-type: disc;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left: 2.5em;
}

#contents ul.disc > li > p{
    margin-left: 0;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}

@media (max-width: 640px){
	#contents section ul{
		margin-left:5px;
	}

	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}	
}

/* annotation */

#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.875rem;
}

#contents ul.annotation li{
	margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

@media screen and (max-width: 640px){
	#contents p.annotation,
	#contents ul.annotation{
		margin-left: 0;
	}
}

/* notice*/

#contents .notice_gray {
	border: 1px solid #CCCCCC;
	padding: 1.2em 1em 0.5em;
	margin-bottom: 2em;
}

#contents .notice_gray > *,
#contents .notice_gray_b > *{
	margin-left: 0;
	margin-bottom: 0;
}

#contents .notice_gray_b{
	background-color: #EBEBEB;
	border: 1px solid #999999;
	padding: 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em;
}

/* img */

#contents .imgBox{
	margin: 2em 0 2em 1em;
}

#contents .imgBox img{
	width: 100%;
	max-width: 100% !important;
}

#contents .pct {
	margin: 2em auto !important;
}

#contents .photo{
	margin: 2em auto !important;
}

#contents .photo img{
	width: 100%;
	max-width: 380px;
	height: auto;
}

@media screen and (max-width: 640px){
	#contents .imgBox{
		margin: 1em 0.5em;
	}
}

@media screen and (max-width: 480px){
	#contents .pct img{
		max-width: 100%;
		height: auto;
	}
}

/* button */

#contents div.btn{
	display: inline-block;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

#contents div.btn a {
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 0.7em 1em;
	color: #000;
}

#contents div.btn a:hover,
#contents div.btn a:active,
#contents div.btn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#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 .w318 {
	width: 318px;
}

#contents .w415 {
	width: 415px;
}

@media screen and (max-width: 640px){
	#contents div.btn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
	
	#contents ul.btnlist {
		margin-left: 0;
	}
		
	#contents ul.btnlist li a {
		width: 90%;
	}
	
	#contents .w318,
	#contents .w415 {
		max-width: 450px;
		width: 100%;
	}
}

/* indexArea */

#contents .indexArea{
	display: table;
	width: 100%;
}

#contents .indexArea p.left{
	background: #ccc;
	font-weight: bold;
	font-size: 14px;
	padding: 0.5em;
	margin: 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 1.5em;
	text-align: center;
}

#contents .indexArea.org p.left{
	border-top: #ffa41b 1px solid;
    border-bottom: #ffa41b 1px solid;
    border-left: #ffa41b 1px solid;
    background: rgb(255, 164, 27, .2);
}

#contents .indexArea.green p.left{
	border-top: #4d9936 1px solid;
    border-bottom: #4d9936 1px solid;
    border-left: #4d9936 1px solid;
    background: rgb(77, 153, 54, 0.2);
}

#contents .indexArea.peach p.left {
	border-top: #e8889e 1px solid;
    border-bottom: #e8889e 1px solid;
    border-left: #e8889e 1px solid;
	background-color: rgb(232, 136, 158, .2);
}

#contents .indexArea.blue p.left {
	border-top: #00b0f0 1px solid;
    border-bottom: #00b0f0 1px solid;
    border-left: #00b0f0 1px solid;
    background: #cceffc;
}

#contents .indexArea ul{
	border: 1px solid #ccc;
	list-style-type: none;
	font-size: 0.9375rem;
	margin: 0;
	padding: 1em;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents .indexArea ul li{
	margin-bottom: 1em;
}

#contents .indexArea.org ul{
	border-color: #ffa41b;
}

#contents .indexArea.green ul{
	border-color: #4d9936;
}

#contents .indexArea.peach ul{
	border-color: #e8889e;
}

#contents .indexArea.blue ul{
	border-color: #00b0f0;
}

#contents .indexArea ul.inner a.s5-linkV3 {
    color: #000;
}

@media screen and (max-width: 640px){
	#contents .indexArea ul{
		font-size: 0.875rem;
	}
}

/* stepArea */

#contents .stepArea{
	margin: 2em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 0;
}
#contents .stepArea ol.stepList > li{
	margin-bottom: 3em;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li:before {
	content: counter(square);
	counter-increment: square;
	color: #333;
	display: block;
	line-height: 24px;
	text-align: center;
	height: 24px;
	width: 24px;
	margin-right: -4px;
	font-weight: 700;
	float: left;
}

#contents .stepArea ol.stepList.navy > li:before{
  background-color: #333f50;
}

#contents .stepArea ol.stepList.org > li:before{
    background-color: rgb(255, 164, 27, .2);
    border: #ffa41b 1px solid;
}
#contents .stepArea ol.stepList.green > li:before{
    background: rgb(77, 153, 54, 0.2);
    border: #4d9936 1px solid;
}

#contents .stepArea ol.stepList.peach > li:before {
	background-color: rgb(232, 136, 158, .2);
    border: #e8889e 1px solid;
}

#contents .stepArea ol.stepList.blue > li:before {
	background: #cceffc;
    border: #00b0f0 1px solid;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 38px;
}
#contents .stepArea ol.stepList > li >p.lead{
	display: table-cell;
	margin: 0;
	font-weight: bold;
	padding-left: 14px;
}

#contents .pt0{
	padding-top: 0 !important;
}

#contents .stepArea ol.stepList > li dl{
	margin-top: 1em;
	margin-bottom: 10px;
}

#contents .stepArea ol.stepList > li dl dd{
	margin-bottom: 1em;
}

/* open close */

#contents .detailArea {
	margin-left: 1em;
	padding: 1em;
	border: 1px solid #d2d2d2;
    background-color: #fff;
}

#contents .detailArea > .stepArea{
    margin-top: 0.5em;
	margin-bottom: 0;
}


@media screen and (max-width: 640px){
	#contents .stepArea{
		margin-left: 0;
	}
	#contents .stepArea ol.stepList > li >p.lead {
		padding-top: 0;
	}
	#contents .stepArea ol.stepList > li > * {
		margin-left: 0;
	}
    
    #contents .detailArea {
	margin-left: 0;
    }
    
    #contents .detailArea ol li img{
	width: 100%;
    }
}

a.s5-linkV3 {
    color: #3865e0;
}

#contents .s5-linkV3.s5-linkV3--down:after {
    display: inline-block;
    content: '';
    background-image: url(/share5/svg/icon/angle-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -.15em;
    margin: 0 0.5em;
}

#contents .center {
	text-align: center;
}

#contents img.icon {
    vertical-align: middle;
    margin: 0px 3px;
}

/* flex */

#contents .flex{
	display: flex;
    justify-content: space-evenly;
    margin: 2em 5em;
	align-items: center;
}

#contents .flex.app{
	justify-content: flex-start;
	list-style: none;
	margin-left: 1em;
}

#contents ul.flex.app li{
	margin-right: 1em;
}

@media screen and (max-width: 800px){
	#contents .flex{
		flex-direction: column;
		align-items: center;
		margin: 2em 0;
	}
	
	#contents .flex.app{
		margin-left: 0;
	}
}

/* 2025/05/19追記 */
#contents .onepoint .accordion.type_2 button {
    font-size: 1rem;
}

@media screen and (max-width: 640px) {
    .tabswitch [role="tab"] {
        padding: 13px 5px;
    }
}
