@charset "utf-8";
html {
  scroll-behavior: smooth;
}
#introduction p {
  margin-bottom: 20px;
  font-size: 18px;
}
#contentsarea h2 {
  margin: 100px 0 20px !important;
  padding: 35px 35px 30px !important;
  font-size: x-large !important;
  background: linear-gradient(to right, #fff 15%, rgba(160,160,165,0.25));
}
#contents_01 h3,
#contents_02 h3 {
  margin-bottom: 20px;
  padding: 19px 15px 14px 15px !important;
  font-size: 20px !important;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  word-break: keep-all;
}
#contents_01 h3 {
  background-color: rgba(100,175,225,0.85);
  word-break: keep-all;
}
#contents_02 h3 {
  background-color: rgba(175,140,200,0.85);
  word-break: keep-all;
}
#contents_02 h3 small {
  color: #fff;
}
#contents b {
  font-weight: normal !important;
  color: #000 !important;
}
#contents_01 b {
  background: linear-gradient(transparent 60%, rgba(100,175,225,0.55) 100%);
}
#contents_02 b {
  background: linear-gradient(transparent 60%, rgba(175,140,200,0.55) 100%);
}

.tqspassport,
.ainote {
  font-style: oblique;
}
.flex-box{
  display: flex;
}
.panel-title {
  justify-content: space-between;
}
.tqsp-panel {
  background-image: url("../images/005847/005847_01z.jpg");
  background-size: cover;
}
.ainote-panel {
  background-image: url("../images/005847/005847_02z.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.img-frame {
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.7s ease 0s;
}
#contents_01 .img-frame:hover {
  border: 3px solid #009FE8;
}
#contents_02 .img-frame:hover {
  border: 3px solid #AF8CC8;
}
.modal-header {
  background-color: #505054;
  color: #ffffff;
  line-height: 19px;
}
.close {
  color: #ffffff;
}
.modal-body {
  background-color: #505054;    
}

.border {
  margin: 10px auto 13px !important;
}
.note {
  margin: 3px auto 0;
  font-size: 14px;
  text-align: center;
}
aside {
  margin-top: 50px;
}
#contents aside li {
  margin-bottom: 6px;
  font-size: 14px;
}
#contents_01 .fa-circle {
  color: #64AFE1;
}
#contents_02 .fa-circle {
  color: #AF8CC8;
}

.mg05 {
  margin: 5px;
}
.mt50 {
  margin-top: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb99 {
  margin-bottom: 100px;
}
.pd10 {
  padding: 10px;
}

@media (max-width: 470px) {
  #contents_01 h3,
  #contents_02 h3 {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: normal;
  }
  .modal-header {
    font-size: 14px;
    line-height: 17px;
  } 
}
