@charset "utf-8";

/* ----------↓ SPAN ↓---------- */
span.lg {
  font-size: 130%;
}


/* ----------↓ TABLE ↓---------- */
#main table {
  width: 100%;
  margin-bottom: 4em;
}

#main table tr {
  border-top: 1px solid #CCCCCC;
}

#main table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#main table th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#main table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
}


/* ----------↓ LIST ↓---------- */
#main ul {
  margin-bottom: 1em;
}

#main ul.dec {
  list-style-type: decimal;
}

#main ul.dec li {
  margin-bottom: 1em;
}

#main ul li {
  margin-left: 23px;
  margin-bottom: 0.3em;
}


/*----- S-TAG -----*/
#main ol.s-tag {
  position: relative;
  margin: 0.5em 0 0 1em;
  padding: 0;
}

#main ol.s-tag li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
  text-indent:-1.0em;
  margin-bottom: 1em;
}

#main ol.s-tag li span {
  position: absolute;
  left: 0;
  margin: 0;
}

/* ----------↓ DIV ↓---------- */

div.scv {
  display: flex;
  justify-content: space-between;
}

div.scv li{
display: inline;
}


/* ----------↓ #CONTENT ↓---------- */

/* ----- COMMON ----- */
#content .mgn-B00 { margin-bottom: 0 !important; }
#content .mgn-B10 { margin-bottom: 10px !important; }
#content .mgn-B15 { margin-bottom: 15px !important; }
#content .mgn-B20 { margin-bottom: 20px !important; }
#content .mgn-B30 { margin-bottom: 30px !important; }
#content .mgn-B40 { margin-bottom: 40px !important; }
#content .mgn-B50 { margin-bottom: 50px !important; }
#content .mgn-B1em { margin-bottom: 1em !important; }
#content .mgn-B2em { margin-bottom: 2em !important; }