@charset "utf-8";
/* CSS Document */


/*===========================================
	index_atv.css
=============================================*/

#contents section{
	padding: 0 1em;
}

#contents figure{
	margin: 1.5em 0;
	text-align: center;
}

/* btnList */
#contents .btnList {
	margin-left: 1em;
	margin-bottom: 3em;
}

#contents .btnList ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .btnList ul:after {
    content: '';
    display: none;
}

#contents .btnList ul li{
	width: 49.2%;
	margin-bottom: 10px;
}

#contents .btnList ul li.inner a span.textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents .btnArea ul.inner > li.textLink span{
	background: url(/share/images/arrow_black.gif) no-repeat 0 5px !important;
}

#contents .btnList ul li a {
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: #333;
    padding: 1em 0 0.75em 0.75em;
    display: block;
}

#contents .btnList ul li a:hover,
#contents .btnList ul li a:focus {
    opacity: 0.6;
}

#contents .pct {
    margin: 1em 0 1em 1em;
	text-align: center;
}

#contents p.annotation {
    margin-left: 1.5em;
}

#contents p.annotation > a.textLink {
   padding-left: 2em;
}

#contents .tableArea table{
	width: 100%;
    margin: 0 0 1em 0;
}

#contents .tableArea table thead th{
	background-color: #666;
	color: #fff;
	font-weight: bold;
}

#contents .tableArea table tbody th{
	background-color: #999;
	color: #fff;
	font-weight: bold;
}

#contents .BnrArea{
	display: flex;
    flex-wrap: wrap;
	list-style: none;
}
#contents .BnrArea .bnr_single{
	line-height: 0;
	margin: 0 10px 10px 0;
}

#contents .BnrArea .bnr_single a{
	display: inline-block;
}

#contents .warningArea {
    background-image: none; 
    padding: 1em;
}

#contents .warningArea > img{
    padding-top: 0!important;
}

#contents .warningArea ul.disc{
    margin: 1em 0 0 0;
}

@media (max-width: 640px){
	#contents .pct {
		margin: 1em 0;
		text-align: center;
	}
	
	#contents .pct img{
		max-width: 100%;
	}

	#contents .btnList ul {
		flex-direction: column;
	}
	
	#contents .btnList ul li {
		width: 100%;
	}
	
	#contents p.annotation {
		margin-left: 0;
	}

	#contents .tableArea table{
		width: 100%;
		font-size: 84%;
	}
	
	#contents .BnrArea {
		padding: 0;
		flex-direction: column;
		margin-bottom: 3em;
	}
	
}


/* 20240806 */
#contents {
	word-break: break-word;
}

#contents h1.title{
	margin-top: 30px;
}

/*indexArea*/
#contents .indexArea{
	display: table;
	width: 95%;
	margin: 1em 0 3em 1em;
}

#contents .indexArea p.left{
	background: #000;
	font-size: 14px;
	padding: 0.5em;
	margin: 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 1.5em;
	text-align: center;
}

#contents .indexArea nav{
	padding: 1.5em 1em 0.5em;
	border: 1px solid #000;
}
#contents .indexArea ul{
	list-style-type: none;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents ul.txtlink.inner li{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents ul.txtlink li.indent{
	margin-left: 1em;
}

#contents .indexArea.lavender p.left {
    color: #fff;
	font-weight: bold;
}

.s5-linkV3:after {
    display: inline-block;
    content: '';
    background: url(/share5/svg/icon/angle-right.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.6em;
    width: 0.6em;
    margin: -0.15em 0.4em 0;
}

#contents h2.title{
	padding-left: 1em;
}

#contents .notice_gray_b{
	padding: 1em;
	margin-left: 1em;
}

#contents ul.none{
	list-style-type: none;
	margin-left: 0;
}

#contents .tableArea table tbody th {
	background-color: #EBEBEB;
	color: #000;
}

@media (max-width: 640px){
	#contents h1.title{
		margin-top: 0;
	}

	#contents h2.title{
		padding-left: 0;
	}
	
	#contents .notice_gray_b{
		margin-left: 0;
	}
}
