@charset "Shift_JIS";
/* CSS Document */
.main {
  background-image: url("../img/main-bg.png");
  word-break: break-all;
}
#Header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  z-index: 2;
}
#HdLogo {
  height: inherit;
  margin-left: 60px;
  display: flex;
  align-items: center;
}
#HdLogo img {
  width: auto;
  height: 36px;
}
#HdLinkList2 {
  width: 170px;
  height: inherit;
  position: absolute;
  top: 0;
  right: 170px;
}
#HdLinkList2 a {
  width: 100%;
  height: inherit;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #3382c3;
  display: flex;
  justify-content: center;
  align-items: center;
}
#HdLinkList2 a::before {
  content: url("../img/ic_password.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#HdLinkList2 a:hover {
  opacity: 1;
  background-color: #0075b7;
}
#HdLinkList3 {
  width: 170px;
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
}
#HdLinkList3 a {
  width: 100%;
  height: inherit;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #0063b5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#HdLinkList3 a::before {
  content: url("../img/ic_logout.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#HdLinkList3 a:hover {
  opacity: 1;
  background-color: #005eb5;
}
#MainArea {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 20px;
}
.cmnH1 {
  font-size: 24px;
  margin-bottom: 20px;
}
#ContentsArea {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.ContentsArea_text {
  margin-bottom: 30px;
}
.cmnH2 {
  font-size: 18px;
  background-color: #e5eef5;
  padding: 10px 20px;
  border-left: 8px solid #004aa5;
  border-radius: 5px;
}
.cmnForm {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
#FooterArea03 {
  width: 100%;
  background-color: #fff;
}
#FooterArea03 .inner {
  width: 90%;
  max-width: 980px;
  margin: 20px auto;
}
#FooterArea03 .inner .text {
  font-size: 11px;
}
#FooterArea03 .inner .text img {
  width: 20px;
}
#FooterArea03 #FtCopyright {
  margin-top: 10px;
  font-size: 11px;
  text-align: right;
}
.edit-btn {
  background-color: #999999;
  border: 1px solid #808080;
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}
.register-btn {
  background-color: #0063b5;
  border: 1px solid #00569c;
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}
.apply-btn {
  background-color: #ff9500;
  border: 1px solid #e68722;
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}
.close-btn {
  background-color: #ffffff;
  border: 1px solid #00569c;
  border-radius: 5px;
  color: #0063b5 !important;
  font-weight: bold;
  text-decoration: none;
}
.disable {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #b3b3b3;
  pointer-events: none;
}
.disable_input {
  background-color: #e6e6e6;
  pointer-events: none;
}
.alert {
  color: #ff0000;
}
.sp {
  display: none;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.icon-idt {
  text-indent: -0.7em;
}
.icon-idt i {
  margin-right: 0.3em;
}
.supplement {
  margin: 15px 20px 0 20px;
  padding: 10px;
  background-color: #f5f5f5;
}
.formBox_block {
  padding: 20px 10px;
  border-bottom: 1px solid #cccccc;
}
.formBox_block .multi div {
  display: inline;
}
.text-nl span {
  display: inline-block;
}
.errorArea {
  border: 1px solid #ff0000;
  padding: 10px 10px 10px 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.errorArea.noBorder {
  border: none;
}
.errorText {
  position: relative;
  display: inline-block;
  line-height: 25px;
  color: #ff0000;
}
.errorDetailArea {
  padding-left: 0;
}
.errorDetailText {
  font-size: 0.8em;
  color: #ff0000;
}
.underlineH2 {
  margin: 10px 0 30px 0;
  text-align: center;
}
.underlineH2 > h2 {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-size: 18px;
  font-weight: normal;
}
.ContentsAreaInner {
  margin: 0 10%;
}
.modalWindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.modalWindow_inner {
  display: none;
  padding: 40px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
}
.infoBackCol {
  background-color: rgba(255, 149, 38, 0.1);
  border: 1px solid rgba(131, 76, 19, 0.2);
}
.font_notice {
  font-size: 90%;
}
.LineList {
  display: flex;
  align-items: baseline;
  word-break: normal !important;
}
.LineList p {
  margin-left: 5px;
}

.main.mp {
  background-color: #ecf0f5;
  min-height: 100vh;
  position: relative;
}
#FooterArea03.mp {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
}
@media (max-width: 767.8px) {
  #Header {
    height: 56px;
  }
  #HdLogo {
    margin-left: 15px;
  }
  #HdLinkList2 {
    width: 56px;
    right: 56px;
  }
  #HdLinkList2 a {
    font-size: 8px;
    line-height: 1.2;
    text-align: center;
    flex-direction: column;
  }
  #HdLinkList2 a::before {
    width: 16px;
    height: 16px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #HdLinkList3 {
    width: 56px;
  }
  #HdLinkList3 a {
    font-size: 8px;
    line-height: 1.2;
    text-align: center;
    flex-direction: column;
  }
  #HdLinkList3 a::before {
    width: 16px;
    height: 16px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #MainArea {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 71px;
    padding-bottom: 15px;
  }
  .cmnH1 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .cmnH1 span {
    display: inline-block;
  }
  #ContentsArea {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
  }
  .ContentsArea_text {
    margin-bottom: 15px;
  }
  .ContentsAreaInner {
    margin: 0;
  }
  .underlineH2 {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .underlineH2 > h2 {
    font-size: 15px;
  }
  .cmnH2 {
    font-size: 15px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 5px 10px;
    border-left: 8px solid #004aa5;
    border-radius: 5px;
  }
  .cmnForm {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  #FooterArea03 .inner .text {
    font-size: 8px;
  }

  #FooterArea03 #FtCopyright {
    text-align: center;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
