@charset "utf-8";

h2 {
	margin-top: 2em;
	position: relative;
}

h4 {
	margin-top: 1em;
	position: relative;
}

#main ol li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-top: 1em;
}

#main {
	line-height: 2em;
}

#main p {
	margin-left: 1em;
}

.mt1 {
	margin-top: 1em;
}

.mt2 {
	margin-top: 2em;
}

.dn {
	display: none;
}

.nolist li {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 2em;
	text-indent: -2em;
}
#maincontents h4 {
    font-weight: bold;
    padding: 8px 4px 4px 4px;
    margin-bottom: 8px;
}
.txt_caution {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}
#main ul {
	margin-left: 1em;
}

#check_dlbox ul {
  padding-bottom:0.6em;
}
#check_dlbox label {
  min-width:18em;
  margin:0.2em 0em;
  padding:0.6em 0.5em;
}
#check_dlbox #check_dlnotice {
  display:none;
  padding:0.3em;
  color:red;
}
button.download {
    width: 100%;
    padding: 0.4em 1em;
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #8f8f8f;
    background: #fff;
    color: #333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.download::before {
    content: '';
    display: inline-block;
    background: url(../images/icon_download.svg);
    width: 32px;
    height: 32px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
button.download:hover {
    opacity: 0.7;
}
button.pagelink::after {
    content: ">";
    padding-left: 0.5em;
}
h3 {
    font-weight: bold;
    margin: 8px 0px 16px 0px;
    padding: 4px 4px 4px 8px;
    border-left: 3px solid #afafaf;
    font-size: 120%;
}
.ul_lh li{
    text-indent: -1em;
    padding-left: 1em;
}
.ul_lh li ul li{
    text-indent: -1em;
    padding-left: 0em;
}
