@charset "utf-8";


section#disclosure {
	margin: 70px 0 80px 0;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 0 30px 50px 30px;
}

section#disclosure article {
	margin: -100px 0 80px;
	padding: 100px 0 0;
}

section#disclosure article:last-child {
	margin:0;
}

section#disclosure h4 {
	clear:both;
	font-size:1.1em;
}

section#disclosure h3 {
	margin: 0 0 30px;
	text-align: left;
}

section#disclosure a {
	color: #69c;
	text-decoration: underline;
}

section#disclosure a.none {
	color: #222;
	text-decoration: none;
	cursor: auto;
	display: inline;
}

section#disclosure a:hover {
	text-decoration: none;
}

section#disclosure span.hs {
	float: right;
	font-size: 0.8em;
	padding: 0 10px 10px 0;
}

section#disclosure table {
	margin: 15px 0 20px;
}


section#disclosure th {
	width:20%;
	border-bottom:1px solid #ccc;	
}

section#disclosure th:last-child {

}

section#disclosure tr {
	border-bottom:1px solid #e0d7d7;
}

section#disclosure tr:last-child {
	border:none;
}



section#disclosure td table {
	width:100%;
	box-shadow: none;
}

section#disclosure td.in {
    padding: 25px 35px;
}

section#disclosure dl {
	margin: 0 0 30px;
	text-align: left;
}

section#disclosure dl:last-child {
	margin:0;
}

section#disclosure dd {
	line-height: 2;
}

aside#right {
	float:right;
	width: 20%;
	margin: 70px 0 0 0;
}

aside#right .subBox  {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin:0 0 30px 0;
}

aside#right .subBox  p {
	background: #f3f3f3;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #222;
	font-size:90%;
	border-radius:8px 8px 0 0;
}

aside#right .subBox li {
	border-top: 1px dashed #ccc;
}

aside#right .subBox li a {
	display: block;
	padding: 12px 10px 12px 20px;
	background:url(../imgs/guidelines/icon.png) no-repeat center left 3%;
}


aside#right .subBox li a span {
    margin: 0 0 0 15px;
    font-size: 90%;
    display: block;
}

@media screen and (max-width: 1023px) {
	section#disclosure {
		float: none;
		width: auto;
		padding: 0;
		border: none;
	}
	
	aside#right {
	float: none;
	width: auto;
	margin: 0;
}

aside#right .subBox  {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin:0 0 30px 0;
}

aside#right .subBox  p {
	background: #f3f3f3;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #222;
	font-size:90%;
	border-radius:8px 8px 0 0;
}

aside#right .subBox li {
	border-top: 1px dashed #ccc;
}

aside#right .subBox li a {
	display: block;
	padding: 12px 10px 12px 20px;
	background:url(../imgs/guidelines/icon.png) no-repeat center left 3%;
}


aside#right .subBox li a span {
    margin: 0 0 0 15px;
    font-size: 90%;
    display: block;
}
}

@media screen and (max-width: 450px) {

section#disclosure .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;
}

section#disclosure table {
    font-size: 80%;
    width: 800px;
    box-sizing: border-box;
    overflow: scroll;
}
	
section#disclosure table.in {
	display: block;
	width: 100%;
	overflow: auto;
}

section#disclosure table.in tbody,section#disclosure table.in tr {
	display: block;
	width: 100%;
}

section#disclosure table.in th {
	width: 100%;
	display: block;
	text-align: left;
	border: none;
	box-sizing: border-box;
	padding: 10px;
}

section#disclosure table.in td {
	width: 100%;
	display: block;
	border: none;
	box-sizing: border-box;
	padding: 10px;	
}

/*インテーブル中のtable*/
section#disclosure table.in table {
	width: 100%;
}

section#disclosure table.in table tbody, section#disclosure table.in table tr {
	display: table-row;
}

section#disclosure table.in table th, section#disclosure table.in table td {
	border-left: 1px solid #e0d7d7;
	display: table-cell;
}

section#disclosure table,tbody,tr,th,td {}


section#disclosure tr {
	border-bottom:1px solid #e0d7d7;
	width: 100%;
}

section#disclosure th {
    padding: 5px 40px;
    /* width: 300px; */
    box-sizing: border-box;
}


section#disclosure tr:last-child {
	border:none;
}

section#disclosure p {
    display: block;
    font-size: 85%;
    padding: 5px 0 0 0;
}
	
section#disclosure article {
	margin: 0px 0 80px 0;
	padding: 80px 0 0;
}

section#disclosure article:nth-of-type(1) {
	padding-top:0;
}
	
}
