@charset "UTF-8";

/*
--------------------------------------------------
SITEMAP style
author: HPG ogiwara
version: april 2020
--------------------------------------------------*/



.box h3, .box .h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
 #content ul, #content ol {
	margin:0;
	margin-bottom: 0px;
}
.box {
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #cccccc;
}
.rev_ind {		/* 段落の頭 1文字分マイナス ※マーク使用時など */
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
}
#content h2 {
	font-size: 190%;
}



/* ----------------------------------------
 * スマホでの表の表示切り替え
 * ---------------------------------------- */
#content table.tblFull th, table.tblFull td {
	margin: 0;
	padding: 4px;
	vertical-align: middle;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	line-height: 1.4;
}
#content .res_table table.tblFull {
	border-bottom: 1px solid #dcdcdc;
}
#content .res_table table.tblFull th {
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}
#content .res_table table.tblFull td {
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
}
@media (max-width: 768px) {
#content .res_table table.tblFull td, #content  .res_table table.tblFull th {
	padding: 4px 4px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
}
#content .res_table table.tblFull {
	border-bottom: 1px solid #dcdcdc;
}
#content .res_table table.tblFull td {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
#content .res_table table.tblFull td .indent {
	background-color: #FFFFFF;
	padding-left: 3.7em;
	padding-right: 1em;
	text-indent: -3.2em;
}
#content .res_table table.tblFull td.title {
	background-color: #f4f4f4;
	border-bottom: 1px solid #dddddd;
	text-indent: -2em;
	padding-left: 2em;
}
#content .res_table table.tblFull th.title {
	background-color: #f4f4f4;
	border-bottom: 1px solid #dddddd;
	text-indent: -2em;
	padding-left: 2em;
}
#content table.tblFull th {
	border-top: 1px solid #dcdcdc;
}
#content .res_table table.tblFull td {
	border-top: 0px solid #dcdcdc;
}
#content table.tblFull td .td_bottom {
	border-bottom: 1px solid #dcdcdc;
}
#content .res_table table.tblFull td .td_top {
	border-top: 1px solid #dcdcdc;
}
#content .res_table table.tblFull tr.tr_top {
	border-top: 1px solid #dcdcdc;
}
#content .res_table table.tblFull td .td_bottom_b {
	border-bottom: 3px solid #dcdcdc;
}
.res_table {
	border-collapse: separate;
	border-spacing: 0  20px;
	margin:20px 5px;
}
.res_table thead {
	display: none;
}
.res_table tr {
	background-color: #f6f6f6;
}
.res_table td {
	border: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.res_table td.col-6 {
	float: left;
	width: 50%;
}
.res_table td.txt-right {
	text-align: right;
}
.res_table td:before {
	content: attr(data-title) " ";
}
.res_table th {
	border: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.res_table th.col-6 {
	float: left;
	width: 50%;
}
.res_table th.txt-right {
	text-align: right;
}
.res_table th:before {
	content: attr(data-title) " ";
}
.res_table .clear {
	clear: both;
}
}


/** 01. リンクの折り返し
 **************************************************************** **/
#content a {
	overflow-wrap: break-word;
	word-break: break-all;
}
