@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
    CONTENT
  ========================================================== */
@media screen and (max-width: 750px) {
  h2 {
    font-size: 4vw !important;
  }
}
h2 em {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  h2 em {
    font-size: 34px;
  }
}
@media screen and (max-width: 750px) {
  h2 em {
    font-size: 6vw;
  }
}

#box #content .sec {
  margin-bottom: 0;
}
#box #content .sec h3 {
  background: #0070c0;
}
#box #content .sec .mainBox dl {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #box #content .sec .mainBox dl {
    width: 600px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .mainBox dl {
    line-height: 1.6;
    margin: 0 auto 2vw;
  }
}
#box #content .sec .mainBox dl dt {
  border-radius: 5px 5px 0 0;
  background: #0070c0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #box #content .sec .mainBox dl dt {
    font-size: 4.4vw;
    padding: 1vw 2vw;
  }
}
#box #content .sec .mainBox dl dd {
  border-radius: 0 0 5px 5px;
  border: solid 3px #0070c0;
}
@media screen and (min-width: 751px) {
  #box #content .sec .mainBox dl dd {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .mainBox dl dd {
    padding: 1vw 2vw;
  }
}
#box #content .sec .mainBox dl.date dd {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #box #content .sec .mainBox dl.date dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .mainBox dl.date dd {
    font-size: 4vw;
  }
}
#box #content .sec .mainBox dl.about dd {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #box #content .sec .mainBox dl.about dd {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .mainBox dl.about dd {
    margin-bottom: 3vw;
  }
}
#box #content .sec .listT {
  background: #002060;
}
@media screen and (min-width: 751px) {
  #box #content .sec .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 751px) {
  #box #content .sec .list li {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .list li {
    margin: 0 auto 2vw;
  }
}
@media screen and (min-width: 751px) {
  #box #content .sec .list div {
    width: 740px;
    margin: 0 auto;
  }
}
#box #content .sec .list div li:nth-child(odd) {
  width: 49%;
  float: left;
}
#box #content .sec .list div li:nth-child(even) {
  width: 49%;
  float: right;
}
#box #content .sec .list div li img {
  width: 100%;
}
#box #content .sec .anoTxt {
  text-align: left;
  border-bottom: solid 1px #999;
}
@media screen and (min-width: 751px) {
  #box #content .sec .anoTxt {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .anoTxt {
    font-size: 2.4vw;
    padding-bottom: 1vw;
  }
}
#box #content .sec .anoTxt ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea {
    padding-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea {
    padding-top: 4vw;
  }
}