.body .section {
    margin-top: 1em;
    margin-bottom: 1em;
}

.body .section.sectionaccordion > .sectiontitle {
    margin-top: 1em;
}
[dir=ltr] .body .section.sectionaccordion > .sectiontitle {
    padding-left: 25px;
}
[dir=rtl] .body .section.sectionaccordion > .sectiontitle {
    padding-right: 25px;
}
  
.body .sectiontitle {
    margin-top: 2em;
    margin-bottom: 15px;
    color: black;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 8px 10px 6px;
    background-color: #bbd3de;
}

[dir=ltr] .body ol.ol, .body ul.ul {
    margin-left: 0px;
}
[dir=rtl] .body ol.ol, .body ul.ul {
    margin-right: 0px;
}

.body ul.ul {
    list-style: revert;
}

.body ol>li.li {
    font-weight: bold;
}

.body p.p {
    font-weight: normal;
    margin-bottom: .5em;
}

.body img.image {
    vertical-align: middle;
}

.body table.table {
    border: 0;
    margin-bottom: 25px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .body table.table {
      table-layout: fixed;
    }
  }
  
.body table.table tr {
    border: 0;
    display: table-row;
}

.body table.table th {
    border: 1px solid #cccccc;
    background-color: #eaf6fd;
    height: auto;
    padding: 5px 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.body table.table td {
    border: 1px solid #cccccc;
    display: table-cell;
    padding: 5px 10px;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.body .note_box {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 0 10px;
    line-height: 1.5;
    border: 1px solid #000000;
}

.body .tipbox, .body .importantbox {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
}

[dir=ltr] .body .importantbox {
    border-left: 3px solid #e46c0a;
}
[dir=rtl] .body .importantbox {
    border-right: 3px solid #e46c0a;
}

[dir=ltr] .body .tipbox {
    border-left: 3px solid #0099cc;
}
[dir=rtl] .body .tipbox {
    border-right: 3px solid #0099cc;
}

.body .note_title {
    font-weight: bold;
}

.body .importanttitle {
    color: #e46c0a;
}

.body .tiptitle {
    color: #0099cc;
}

.body .tip, .body .important {
    margin-top: 1em;
    margin-bottom: 1em;
}

.body .dlterm {
    font-weight: bold;
    font-size: 16px;
}

.body .area {
	margin-top: 0;
	margin-bottom: 0;
	flex-wrap: wrap;
	display: flex;
}

.body .area.foldingdl {
	margin-top: 1em;
	margin-bottom: 1em;
}

.body .area > label:hover,
.body .area > input:focus + label {
	color: #0099cc;
}
.body .area > .content_class {
	display: none;
	width: 100%;
	border-top: 1px solid #cccccc !important;
    margin: 0;
}
[dir=ltr] .body .area > .content_class {
	padding-left:0 !important;
}
[dir=rtl] .body .area > .content_class {
	padding-right:0 !important;
}

.body .tab_class {
	text-align: center;
	display: inline-block;
	order: -1;
	padding: 5px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;/*.sectionのmarginの打消し*/
	margin-bottom: 0;/*.sectionのmarginの打消し*/
}

.body .tab_class p {
    margin: 0;
}

.body .area > .tab_class:hover,
.body .area > .tab_class:focus {
	color: #0099cc;
}

.body .tab_class.active {
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	margin-bottom: -1px;
	z-index: 5;
}

.body .content_class.show {
	display: block;
}

.body :is(.tipbox, .importantbox) .area > .content_class {
	border-top: 1px solid #a6a6a6 !important;
}

.body :is(.tipbox, .importantbox) .tab_class.active {
	border-color: #a6a6a6;
    border-bottom: 1px solid #f0f0f0;
}

.body .dltable_dt {
    white-space: nowrap;
    width: 1px;
    vertical-align: baseline;
}

.body .dltable tr td .p {
    margin-top: 0;
}
