/*! CSS by CRM group @ JMA !*/

#header_link ul li a {
    padding-left: 16px;
}
body{
    min-width:960px;
}

#yjsearch form {
    white-space: nowrap;
    border-radius: 2px;
}

ul.breadcrumb2 {
    margin:0 0 10px 0;
    padding:0;
    float:left;
    font-size:98%;
    line-height: 130%;
    white-space: nowrap;
}

#submenu {/* !!! content-box !!! */
    max-width:320px;
}

#submenu .current-page {
    color: #808080;
    font-weight: bold;
}

#submenulist {
    line-height: 120%;
    padding: 0.8em 1em 0.8em 2.2em;
    margin-bottom: 1.4em;
    margin-left: 0.8em;
}
#submenulist ul {
    list-style-position: outside;
    margin: 0em 0em 0em 0.8em;
    /*padding: 0.1em 0em 0.1em 0.2em;*/
    padding:0.25em 0 0 0;
}
#submenu li {
    padding: 0.25em 0;
    padding-left:0.1em;
    font-size: 100%;
}
#submenu li li {
    font-size: 98%;
}
#submenu li li li{
    font-size: 95%;
}

/* risktaio */
.content-section {
  margin: 20px 0;
}

.content-body {
  max-width: 700px;
}

.content-body p.mtx.m {
  margin-bottom: 1em;
}

/* taio-kensho */
.intro-section {
  margin: 20px 0;
}

.verification-chart {
  margin: 20px auto;
  max-width: 650px;
  text-align: center;
}

.verification-chart img {
  max-width: 100%;
  height: auto;
  border: 1px solid #818181;
  padding: 10px;
}

.verification-chart figcaption {
  margin-top: 10px;
}

.table-note {
  text-align: left;
  padding: 8px;
}

.acknowledgment {
  margin: 30px 0 20px 0;
}

@media (max-width: 768px) {
  .verification-chart {
    padding: 5px;
  }
}

.verification-grid {
  display: flex;
  gap: 12px;
  align-items: center;
}

.verification-content {
  max-width:500px;
}

.verification-image {
  max-width:150px;
  text-align:center;
  vertical-align:center;
}

.harerun-image {
  margin-top:8em;
}

.verification-table {
  margin: 20px auto;
  max-width: 500px;
}

.verification-table table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #818181;
}

.verification-table th,
.verification-table td {
  border: 1px solid #818181;
  padding: 8px;
  text-align: center;
}

.verification-table thead tr {
  background-color: #cccccc;
}

.verification-table .highlight-row {
  background-color: #ffff00;
}

.verification-table figcaption {
  text-align: center;
  margin-top: 5px;
}

.verification-table .negative {
  color: #ff0000;
}

.verification-note,
.verification-notes,
.verification-result {
  margin: 15px 0;
  line-height: 18px;
  max-width: 480px;
}

.verification-notes {
  font-size: 92%;
}

.box1{
  border:solid;
  border-color:#FFD700;
  box-shadow:2px 2px 2px rgba(0,0,0,0.1);
  width:560px;
  margin:0px 0px 16px 32px;
  padding-left:30px;
}

.panel{
  border:1px solid black;
  width:620px;
  padding:0px 10px;
}