@charset "utf-8";
html {
  scroll-behavior: smooth;
}
#introduction p {
  margin-bottom: 20px;
  font-size: 18px;
}
.top-image {
  margin-top: 30px;
  height: 253px;
  background-color: #505054;
  background-image: url("../images/005821/005821_00.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position:right;
}
section {
  margin-bottom: 50px;
}
.header_lv2 {
  margin-bottom: 20px;
  padding: 35px 35px 30px !important;
  font-size: x-large !important;
  background: linear-gradient(to right, #fff 15%, rgba(160,160,165,0.25));
}
table {
  margin-top: 30px;
}
#contents01 h3,
#contents02 h3,
#contents03 h3 {
  margin-bottom: 20px;
  padding: 15px 15px 10px 15px !important;
  font-size: 20px !important;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  word-break: keep-all;
}
#contents01 h3,
#contents02 h3 {
  background-color: rgba(100,175,225,1.00);
}
#contents03 h3 {
  background-color: rgba(250,150,40,1.00);
}
#introduction figure,
#theme figure {
  margin-top: 24px;
}
#theme b {
  font-weight: normal !important;
}
#contents01 b,
#contents02 b {
  background: linear-gradient(transparent 60%, rgba(100,175,225,0.55) 100%);
}
#contents03 b {
  background: linear-gradient(transparent 60%, rgba(250,150,40,0.85) 100%);
}
#contents01 .fa-circle,
#contents02 .fa-circle {
  color: rgba(100,175,225,1.00);
}
#contents03 .fa-circle {
  color: rgba(250,150,40,1.00);
}
#contents03 small {
  color: #fff !important;
}
#contents03 li {
  line-height: 20px;
  margin-bottom: 8px;
}
#theme aside li {
  margin-bottom: 8px;
  font-size: 14px;
}
aside {
  margin-top: 30px;
}

.tqspassport,
.ainote {
  font-style: oblique;
}
.note {
  margin: 10px auto 0;
  font-size: 14px;
}
.img-frame {
  cursor: pointer;
  padding: 10px;
  border: 3px solid rgba(160,160,165,0.25);
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
}
#contents01 .img-frame:hover,
#contents02 .img-frame:hover {
  border: 3px solid #009FE8;
}
#contents03 .img-frame:hover {
  border: 3px solid #FA9628;
}
.modal-header {
  background-color: #505054;
  color: #ffffff;
}
.close {
  color: #ffffff;
}
.modal-body {
  background-color: #505054;    
}
.modal-dialog-fluid {
  max-width: inherit;
  width: 98%;
  margin-left: 15px;
}
.modal-full {
  max-width: inherit;
  width: 98%;
  margin-left: 15px;
}

.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb99 {
  margin-bottom: 100px;
}
.pl22 {
  padding-left: 22px;
}

@media (min-width: 960px) {
  .under-959px {
    display: none;
  }
}
@media (max-width: 959px) {
  .over-960px {
    display: none;
  }
}
@media (max-width: 470px) {
  #contents01 h3,
  #contents02 h3,
  #contents03 h3 {
    font-size: 18px !important;
    line-height: 22px;
  }
}
