@charset "UTF-8";
/*##########################################################################################
##//機能・特長 CSS //#######################################################################
##########################################################################################*/
#main section {
  /*テーブルのcolspan要素をスマホとPCで切り替え*/
  /*768px以上の場合非表示*/
}
#main section article {
  margin: 30px 0 20px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
#main section article div {
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0;
}
#main section article div:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#main section article div figure {
  width: 300px;
  margin-bottom: 30px;
  margin-left: 20px;
  float: right;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article div figure {
    width: auto;
    max-width: 100%;
    margin: 20px auto;
    float: none;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article div figure img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
}
#main section article div h3 {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: normal;
  line-height: 100%;
  padding-left: 18px;
  background: url(/common/images/bullet/circleArrow/blue.png) no-repeat 0px 6px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
  color: #0459B2;
  background-position: 0 2px;
  clear: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article div h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#main section article div h3:before {
  display: none;
}
#main section article div h3:after {
  display: none;
}
#main section article div ul {
  margin-bottom: 30px;
}
#main section article div ul li {
  text-align: right;
}
#main section article div ul li a {
  padding-left: 15px;
  background: url(/common/images/bullet/todetail.png) no-repeat 0px 6px;
}
#main section table.ifoption {
  margin: 30px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section table.ifoption {
    width: 100%;
  }
}
#main section table.ifoption tbody th {
  background: #D2EAFB;
}
#main section table.ifoption tbody th:nth-last-of-type(1) {
  background: #eee;
}
#main section table.ifoption tbody tr:nth-of-type(1) th:nth-of-type(1) {
  background: #D2EAFB !important;
}
#main section table.ifoption tbody td {
  min-width: 140px;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section .smdn {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 9999px) {
  #main section .pcdn {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section .scroll table {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
}
#main section .scroll table thead tr th {
  vertical-align: middle;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section .scroll table thead tr th {
    white-space: normal;
    text-align: left;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section .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 section .scroll table tbody tr th {
    /*white-space: nowrap;*/
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section .scroll table tbody tr td {
    word-break: break-all;
    white-space: normal;
    width: auto;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section .scroll ::-webkit-scrollbar { /* スクロールバー本体 */
    width: 5px;
    height: 10px;
    background: #1366B8;
  }
  #main section .scroll ::-webkit-scrollbar:horizontal { /* 横方向のスクロールバー本体 */
    width: 5px;
    background: #aaa;
  }
  #main section .scroll ::-webkit-scrollbar-thumb { /* スクロールバーの動く部分 */
    background: #1366B8;
    border-radius: 2px;
  }
  #main section .scroll ::-webkit-scrollbar-corner { /* スクロールバー角 */
    background: transparent;
  }
}
#main section aside {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ccc;
}
#main section aside h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #045bb3;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section aside h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#main section aside li {
  width: 210px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
#main section aside li a {
  background: #eee;
  background: linear-gradient(to bottom, #fff, #eee);
  border-radius: 5px;
  width: 210px;
  height: 50px;
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  border: 1px solid #ccc;
}
#main section aside li a span {
  padding-left: 18px;
  background: url(/common/images/bullet/circleArrow/blue.png) no-repeat 0px 6px;
}
#main section aside li a:hover {
  opacity: 0.7;
}
#main section aside li a.pdf span {
  padding-left: 22px;
  background: url(/common/images/icon/pdfS.gif) no-repeat 0px 4px;
}
#main section #report + div h1 + h3 {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 10px;
  clear: both;
  color: #0459b2;
  font-size: 24px;
  line-height: 150%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section #report + div h1 + h3 {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0px;
    width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 10px;
    clear: both;
    color: #0459b2;
    font-size: 14px;
    line-height: 150%;
  }
  #main section #report + div h1 + h3:before {
    display: none;
  }
  #main section #report + div h1 + h3:after {
    display: none;
  }
}
#main section #report + div h1 + h3:before {
  display: none;
}
#main section #report + div h1 + h3:after {
  display: none;
}
#main section #report + div div.report_screen {
  width: 718px;
  height: 393px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background: url(/bs/dspa/common/images/feature/report/01.png) no-repeat;
  position: relative;
  /*バツ印*/
  /*768px以上の場合非表示*/
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section #report + div div.report_screen {
    width: auto;
    background: none;
    width: 100%;
    height: auto !important;
    margin: 0 auto;
  }
}
#main section #report + div div.report_screen h4 {
  position: absolute;
  bottom: 15px;
  font-size: 20px;
  color: #0459B2;
  text-align: center;
  line-height: 160%;
  font-weight: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section #report + div div.report_screen h4 {
    font-size: 14px;
    font-size: 0.875rem;
    position: static;
  }
}
#main section #report + div div.report_screen h4:nth-of-type(1) {
  left: 48px;
}
@media screen and (min-width: 99px) and (max-width: 320px) {
  #main section #report + div div.report_screen h4:nth-of-type(1) {
    padding-top: 295px;
    padding-bottom: 34px;
    background: url(/bs/dspa/common/images/feature/report/01_sp.png) no-repeat left 34px;
    background-size: 643px 351px;
    float: none;
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  #main section #report + div div.report_screen h4:nth-of-type(1) {
    padding-top: 330px;
    padding-bottom: 34px;
    background: url(/bs/dspa/common/images/feature/report/01_sp.png) no-repeat left 34px;
    float: none;
    width: 335px;
    margin: 0 auto;
  }
}
#main section #report + div div.report_screen h4:nth-of-type(2) {
  right: 70px;
}
@media screen and (min-width: 99px) and (max-width: 320px) {
  #main section #report + div div.report_screen h4:nth-of-type(2) {
    padding-top: 330px;
    padding-bottom: 34px;
    background: url(/bs/dspa/common/images/feature/report/01_sp.png) no-repeat right 69px;
    background-size: 643px 351px;
    float: none;
    width: 300px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  #main section #report + div div.report_screen h4:nth-of-type(2) {
    padding-top: 330px;
    padding-bottom: 34px;
    background: url(/bs/dspa/common/images/feature/report/01_sp.png) no-repeat right bottom;
    float: none;
    width: 335px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section #report + div div.report_screen .smdn {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 9999px) {
  #main section #report + div div.report_screen .pcdn {
    display: none !important;
  }
}
@media screen and (min-width: 99px) and (max-width: 320px) {
  #main section #report + div div.report_screen .pcdn {
    display: block;
    width: 100%;
    height: 28px;
    z-index: 99;
    text-align: center;
    margin: 20px auto;
    position: absolute;
    bottom: 397px;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  #main section #report + div div.report_screen .pcdn {
    display: block;
    width: 100%;
    height: 28px;
    z-index: 99;
    text-align: center;
    margin: 20px auto;
    position: absolute;
    bottom: 410px;
  }
}
#main section #report + div div.report_screen h4 + h4 {
  right: 70px;
}
#main section #report + div ul li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 85%;
}
#main section #report + div ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main section #report + div dl {
  max-width: 718px;
  border-radius: 4px;
  margin: 40px auto;
  padding: 20px;
  background: #EDF5FF;
}
#main section #report + div dt {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
}
#main section #report + div dd {
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
#main section #report + div dd ol {
  margin-right: 140px;
  float: left;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section #report + div dd ol {
    float: none;
    margin: 0px auto;
  }
}
#main section #report + div dd ol li {
  font-size: 14px;
  line-height: 160%;
}
#main section #report + div dd small {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
}
#main section #report + div figure {
  margin: 30px 0 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section #report + div figure img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
}
#main section div.datebase {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 5px 0 10px;
}
#main section div.datebase div {
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#main section div.datebase div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
#main section div.datebase div:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#main section div.datebase div h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section div.datebase div h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#main section div.datebase div figure {
  border-radius: 5px;
  width: 160px;
  height: 110px;
  margin: 0;
  margin-right: 20px;
  padding-top: 12px;
  float: left;
  border: 1px solid #ccc;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section div.datebase div figure {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 15px auto;
    float: none;
  }
}
#main section div.datebase div li {
  text-align: right;
}
#main section div.datebase div li a {
  padding-left: 15px;
  background: url(/common/images/bullet/todetail.png) no-repeat 0px 6px;
}