@charset "UTF-8";
/*##########################################################################################
##//仕様・スペック CSS //###################################################################
##########################################################################################*/
#main {
  /*テーブルのcolspan要素をスマホとPCで切り替え*/
  /*768px以上の場合非表示*/
}
#main section ol {
  border-radius: 4px;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  background: #eee;
}
#main section ol:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
#main section ol li {
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  width: autopx;
  margin-bottom: 10px;
  float: none;
}
#main section ol li:before {
  transform: rotate(90deg);
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  background: url(/common/images/bullet/circleArrow/blue.png) no-repeat;
}
#main section ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main section h2 {
  margin-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section h2 {
    margin: 20px auto;
  }
}
#main section h3 {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#main section h4 {
  padding-left: 20px;
  background: url(/common/images/bullet/circle/blue.png) no-repeat 0px 2px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#main section ul li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 85%;
}
#main section ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main section p {
  margin-top: 30px;
}
#main section table {
  margin-bottom: 10px;
}
#main section table th.bgBlue {
  background: #D2EAFB !important;
}
#main section table:nth-of-type(1) thead th {
  padding: 5px;
  font-size: 85%;
}
#main section table:nth-of-type(1) tbody th {
  padding: 5px 10px;
  background: #D2EAFB;
  font-size: 85%;
}
#main section table:nth-of-type(1) tbody th:nth-last-of-type(1) {
  background: #eee;
}
#main section table:nth-of-type(1) tbody tr:nth-of-type(1) th:nth-of-type(1) {
  background: #D2EAFB !important;
}
#main section table:nth-of-type(1) tbody td {
  padding: 5px 10px;
  text-align: center;
  font-size: 85%;
}
#main section table:nth-of-type(1) tbody td.left {
  text-align: left;
}
#main section aside {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 30px 0 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section aside {
    padding: 15px;
  }
}
#main section aside div {
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}
#main section aside div:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#main section aside h4 {
  padding-left: 20px;
  background: url(/common/images/bullet/circle/blue.png) no-repeat 0px 2px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section aside h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#main section aside dl {
  padding-left: 20px;
}
#main section aside dl dt {
  font-size: 16px;
  font-weight: bold;
  float: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section aside dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#main section aside dl dd {
  margin-left: 1em;
}
#main section aside ul {
  margin-left: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main .smdn {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 9999px) {
  #main .pcdn {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main .scroll table {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
}
#main .scroll table thead tr th {
  vertical-align: middle;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main .scroll table thead tr th {
    white-space: nowrap;
    text-align: left;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main .scroll table tbody {
    /*display:block; 
    width: auto; 
    position: relative; 
    overflow-x: auto;
    white-space: nowrap;*/
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main .scroll table:nth-of-type(1) tbody th:nth-last-of-type(1) {
    width: auto;
    white-space: normal;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main .scroll table tbody tr th {
    /*white-space: nowrap;*/
    /*white-space: normal;*/
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main .scroll table tbody tr td {
    word-break: break-all;
    white-space: normal;
    width: auto;
    min-width: 150px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main .scroll ::-webkit-scrollbar { /* スクロールバー本体 */
    width: 5px;
    height: 10px;
    background: #1366B8;
  }
  #main .scroll ::-webkit-scrollbar:horizontal { /* 横方向のスクロールバー本体 */
    width: 5px;
    background: #aaa;
  }
  #main .scroll ::-webkit-scrollbar-thumb { /* スクロールバーの動く部分 */
    background: #1366B8;
    border-radius: 2px;
  }
  #main .scroll ::-webkit-scrollbar-corner { /* スクロールバー角 */
    background: transparent;
  }
}