/*
$gray: #efefef;
$darkgray: #a6a6a6;
$borderColor: #ebebeb;
$brown: #9c5f00;
$beige: #f8f5f1;
$red: #d60000;
$modalBG: #372f20;
*/
.mb10 {
  margin-bottom: 10px !important;
}

.cred {
  color: #f00 !important;
}

.bgBlue {
  background-color: #eef9ff;
}

.sp {
  display: block !important;
}
@media (min-width: 897px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media (min-width: 897px) {
  .pc {
    display: block !important;
  }
}

.picLine {
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid black;
}

@media (max-width: 767px) {
  .spNoFloat {
    float: none;
  }
  .spW100 {
    width: 100%;
  }
  .main-navigation .navbar-brand {
    width: 75%;
  }
  .main-navigation .navbar-brand img {
    width: 100%;
    height: auto;
    max-height: 38px;
    margin: 0;
  }
  .site-title {
    letter-spacing: 6px;
  }
}
.contactForm form {
  margin-bottom: 60px;
}
@media (min-width: 897px) {
  .contactForm form {
    margin-bottom: 120px;
  }
}
.contactForm p.readTxt {
  line-height: 2.4;
}
.contactForm dl {
  margin: 2em 0;
  border-bottom: 1px dashed #999;
}
.contactForm dl dt {
  margin-bottom: 1.5rem;
  padding-top: 1em;
  border-top: 1px dashed #999;
}
.contactForm dl dt span {
  display: inline-block;
  padding-left: 3px;
}
.contactForm dl dd {
  margin: 0 0 3rem 0;
}
.contactForm dl dd .captchaBox img#captcha {
  margin: 0 0 2em 0;
  float: left;
  border: 1px solid #b2b2b2;
}
.contactForm dl dd .captchaBox a {
  width: 1.5em;
  margin: 1.5em 0 0 2.5em;
  display: inline-block;
}
.contactForm dl dd .captchaBox a img {
  width: 100%;
  height: auto;
}
.contactForm dl dd .captchaBox input[type=text] {
  width: 10em;
  display: block;
  clear: both;
  overflow: hidden;
}
@media (min-width: 897px) {
  .contactForm dl {
    margin-top: 2em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .contactForm dl dt {
    width: 15%;
    margin-bottom: 3rem;
    padding-top: 1.5em;
  }
  .contactForm dl dd {
    width: 85%;
    margin: 0 0 3rem 0;
    padding-top: 1.5em;
    border-top: 1px dashed #999;
  }
  .contactForm dl dd .captchaBox img#captcha {
    margin: 0 0 1em 0;
  }
  .contactForm dl dd .captchaBox a {
    width: 1em;
    margin: 0 0 0 0.75em;
  }
  .contactForm dl dd .captchaBox a img {
    margin-bottom: 0;
  }
}
@media (max-width: 320px) {
  .contactForm dl .captchaBox img#captcha {
    width: 80%;
  }
  .contactForm dl .captchaBox a {
    width: 10% !important;
    margin: 1.35em 0 0 10% !important;
  }
}
.contactForm .thanksBox h2 {
  margin: -0.5em 0 1em;
  line-height: 1.8;
}
@media (min-width: 897px) {
  .contactForm .thanksBox {
    margin-bottom: 120px;
  }
  .contactForm .thanksBox h2 {
    margin: 0 0 1em;
    text-align: center;
  }
}
.contactForm p.error {
  margin-bottom: 1rem;
  color: #f00;
}
.contactForm input[type=text], .contactForm input[type=email], .contactForm textarea {
  width: 100%;
}
.contactForm input.error, .contactForm textarea.error {
  border-color: #f00;
  background: #ffe2e2;
}
.contactForm textarea {
  height: 10em;
}
.contactForm ul.btnWrap {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 897px) {
  .contactForm ul.btnWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}
.contactForm li.send {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 39px;
  border: 1px solid #455A64;
  border-radius: 2px;
  background: -moz-linear-gradient(#607d8b, #455a64);
  background: -o-linear-gradient(#607d8b, #455a64);
  background: -webkit-linear-gradient(#607d8b, #455a64);
  background: linear-gradient(#607d8b, #455a64);
  list-style-type: none;
}
@media (min-width: 897px) {
  .contactForm li.send {
    width: 50%;
    height: 45px;
    margin: 0;
    line-height: 44px;
    cursor: pointer;
    order: 2;
  }
  .contactForm li.send:hover {
    opacity: 0.8;
  }
}
.contactForm li.back {
  width: 60%;
  height: 40px;
  margin: 1.5em auto 0;
  color: #fff;
  text-align: center;
  line-height: 39px;
  border: 1px solid #000;
  border-radius: 2px;
  background: -moz-linear-gradient(#444, #000);
  background: -o-linear-gradient(#444, #000);
  background: -webkit-linear-gradient(#444, #000);
  background: linear-gradient(#444, #000);
  list-style-type: none;
}
@media (min-width: 897px) {
  .contactForm li.back {
    width: 25%;
    height: 45px;
    margin: 0;
    line-height: 44px;
    cursor: pointer;
    order: 1;
  }
  .contactForm li.back:hover {
    opacity: 0.8;
  }
}

.footadd {
  margin: 0 0 0 7%;
}
.footadd p.hyphen {
  margin: -1.5em 0 0 0;
}
@media (min-width: 897px) {
  .footadd {
    width: 43%;
    margin: 0;
    float: left;
  }
  .footadd p.hyphen {
    margin: 0 0 1.5em 0;
  }
}

#column2.footadd {
  margin-bottom: 3em;
}
#column2.footadd span.addressTxt {
  margin-bottom: 10px;
  display: block;
  line-height: 1.4;
}
@media (min-width: 897px) {
  #column2.footadd span.addressTxt {
    line-height: 1.3;
  }
}

section.videoContest {
  margin: 1em 0 4em;
  padding: 1em 2em 0;
  background-color: #e5e5e5;
}
section.videoContest .videoList {
  margin: 0;
  padding: 1em 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.videoContest .videoList li {
  width: 48%;
  margin: 0 4% 1em 0;
  list-style: none;
  cursor: pointer;
}
section.videoContest .videoList li:nth-child(even) {
  margin-right: 0;
}
section.videoContest .videoList img {
  margin-bottom: 0.35em;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
section.videoContest .videoList iframe {
  display: none;
}
section.videoContest .videoList p {
  margin: 0.5em 0 0;
  color: #000;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  section.videoContest .videoList li:hover img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  section.videoContest {
    margin: 0 0 2.5em;
    padding: 1.5em 0 2em;
  }
  section.videoContest h1 {
    margin-bottom: 1.5em;
    font-size: 1.25em;
    line-height: 1.5;
  }
  section.videoContest .videoList {
    margin: 0;
    padding: 0;
    display: block;
  }
  section.videoContest .videoList li {
    width: 100%;
    margin: 0 0 2em;
  }
  section.videoContest .videoList li:last-child {
    margin-bottom: 0;
  }
  section.videoContest .videoList img {
    margin-bottom: 0.35em;
  }
  section.videoContest .videoList p {
    line-height: 1.2;
    font-weight: 500;
  }
}

#modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
#modal .mbg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal .mWrap {
  width: 70%;
  height: 39.425vw;
  position: absolute;
}
#modal p.mClose {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -50px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
  transition: transform 0.3s ease;
}
#modal p.mClose::before, #modal p.mClose::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  left: 0;
}
#modal p.mClose::before {
  transform: rotate(45deg);
}
#modal p.mClose::after {
  transform: rotate(-45deg);
}
#modal p.mClose:hover {
  transform: scale(1.3);
}
#modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #modal .mWrap {
    width: 90%;
    max-width: 480px;
    height: 51.425vw;
    max-height: 270px;
  }
}

/*
body.custom-background{ background-color: #fff; }
#secondary{ display: none; }
#primary{ width: 100%; }
.post-content, .single-post-content, .post-comments, .comments-area{ box-shadow: none; }
*/
@media (max-width: 900px) {
  body.board-of-directors td {
    font-size: 2vw;
  }
  body.board-of-directors td:first-child {
    width: 6em;
  }
  body.board-of-directors td:nth-child(2) {
    width: 10em;
  }
  body.board-of-directors td:last-child {
    width: calc(100% - 16em);
  }
}/*# sourceMappingURL=add.css.map */