@charset "utf-8";
/* common ***********************************************/
.subCntBox {
  max-width: 1200px;
  min-width: 1024px;
  width: 100%;
  margin: 75px auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
}
.subLeftBox {
  width: 45%;
  box-sizing: border-box;
  padding: 20px 25px;
}
.subRightBox {
  width: 55%;
  box-sizing: border-box;
  padding: 20px 25px;
  background: #f9f9f9;
}
.subTextBox {
  margin: 20px auto;
}
.subTextBox p {
  font-size: 105%;
  line-height: 1.8;
}
.subCopy {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 1em 1em 0.5em;
  box-sizing: border-box;
  border-top: solid 1px #ddd;
  color: #1a1a1a;
  font-size: 0.8em;
}
/* mv ***********************************************/
.subMv {
  width: 100%;
  height: 75px;
  background: #3890ab;
}
.headerBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: solid 1px #000;
  z-index: 999;
}
.headerBox img {
  width: 100%;
  min-width: 100px;
  max-width: 125px;
  padding: 12px 0 15px;
  margin: 0 auto;
}
/* Announce ***********************************************/
.subAnnounce {
  width: 100%;
  height: auto;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  color: #1a1a1a;
}
.subAnnounce dt {
  width: 20%;
  padding: 5px 10px 5px 2px;
  border-bottom: dotted 1px #ddd;
  box-sizing: border-box;
  margin: 5px 0;
  color: #3890ab;
  line-height: 1.2;
}
.subAnnounce dd {
  width: 80%;
  padding: 5px 10px 5px 2px;
  border-bottom: dotted 1px #ddd;
  box-sizing: border-box;
  margin: 5px 0;
  line-height: 1.2;
}
.subAnnounce dd span.fontEmStyleA {
  font-weight: bold;
}
/* thanks ***********************************************/
.subBtn {
  margin: 25px 0;
  max-width: 150px;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  position: relative;
  border: solid 1px #000;
}
.subBtn a {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.subBtn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  /* common ***********************************************/
  .subCntBox {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 50px auto;
    flex-wrap: wrap;
  }
  .subLeftBox {
    width: 100%;
    padding: 0 30px 30px;
  }
  .subRightBox {
    width: 100%;
    padding: 30px;
  }
  /* mv ***********************************************/
  .headerBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: solid 1px #000;
    z-index: 999;
  }
  .headerBox img {
    min-width: 100px;
    max-width: 120px;
  }
  /* Announce ***********************************************/
  .subAnnounce {
    font-size: 0.9em;
  }
}
