@charset "shift_jis";
/*
	================================================================================================
		support smart-speaker connect css index.css
	================================================================================================
*/

#contents .section_inner{
	margin-left:20px;
	}

@media screen and (max-width: 640px) {
	#contents .section_inner{
	margin-left:0
	}
}



/*
	====================================
		table
	====================================
*/

#contents table.connect{
	margin:0;
	width:100%;
}


#contents table thead th{
	background-color:#e1ebfe;
	color:#000;
	font-weight:bold;
}

#contents table tbody th{
	background-color:#fff;
	color:#000;
}

#contents table tbody tr td{
	text-align:left;
	padding-right:6px;
}

#contents table tr td:last-child,
#contents table tr td:nth-last-child(2){
	text-align:center;
}

#contents table caption{
	text-align:right;
}

@media screen and (max-width: 640px) {
	
	
#contents table{
	font-size:0.9rem;
	width:94%;
}

#contents table thead {
	display:none;
}

#contents table tbody th {
	display:block;
	background-color:#e1ebfe;
	font-weight:bold;
}

#contents table tbody td {
	display:block;

}
#contents table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
	padding-right:10px
}

table.table01 tbody td p {
	padding-left:6em;
}
#contents table tr td{
	text-align:right;
	padding-right:20px;	
}

#contents table tr td:last-child,
#contents table tr td:nth-last-child(2),
#contents table tr td:nth-last-child(3){
	text-align:right;
	padding-right:24px;
}


/*ボーダー設定　*/


#contents th{
	border:1.5px solid #6E6E6E;
	margin-top:10px;
}

#contents table tbody tr td{
	border-top:none;
	border-left:1.5px solid #6E6E6E;
	border-right:1.5px solid #6E6E6E;
	border-collapse: collapse;
}

#contents table tr td:last-child{
	border-bottom:1.5px solid #6E6E6E;
}

.mod-mainContentContainer{
	margin:unset;
}

}
