@charset "UTF-8";

/******************************
pagesec-award
******************************/
.pagesec-award .fimgbox{
  width: 35%;
}
.pagesec-award .ftxtbox{
  width: 65%;
}
.pagesec-award .ftxtbox .ttl{
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.pagesec-award .ftxtbox .ttl::before{
  content: "";
  background: #337AB7;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-award .fimgbox{
    margin: 0 auto;
    width: 90%;
  }
  .pagesec-award .ftxtbox{
    width: 100%;
  }
  .pagesec-award .ftxtbox .ttl{
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

/******************************
pagesec-overview
******************************/
.pagesec-overview{
  background: #f2f9ff;
}

/******************************
pagesec-access
******************************/
.pagesec-access .fbox dt{
  font-size: 2.2rem;
  font-weight: 500;
}
.pagesec-access .fbox .map{
  margin-top: 2rem;
}
.pagesec-access .fbox .map iframe{
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-access .fbox{
    width: 100%;
  }
  .pagesec-access .fbox:first-of-type{
    margin-bottom: 5rem;
  }
}

/******************************
pagesec-trading
******************************/
.pagesec-trading{
  background: #f2f9ff;
}
.pagesec-trading .tradinglist{
  gap: 2rem 1rem;
}
.pagesec-trading .tradinglist > div{
  background: #fff;
  border-top: 1px solid #337AB7;
  border-bottom: 1px solid #337AB7;
  padding: 2rem;
  width: calc(100% / 3 - 1rem);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-trading .tradinglist > div{
    width: calc(100% / 2 - 1rem);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-trading .tradinglist > div{
    padding: 1rem 2rem;
    width: 100%;
  }
}