@charset "UTF-8";
#header {
  background-color: #F07800;
  padding: 12px 0;
}
#header .header_flex {
  align-items:center;
}
.p-link--blank{
}
.p-link--blank::after {
  background-image: url(../img/icon_link_blank_wt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin-left: 0.1rem;
  /* bottom: -2px; */
}
.p-text--note {
  padding-left: 0;
  text-indent: -1.5em;
  margin-left: 2rem;
  margin-top: 0.2rem;
  font-size:0.9rem;
  line-height: 1.6em;
  color: #007d75;
  font-weight: bold;
}
.p-text--note::before {
  content: "※";
  margin-right: 5px;
  font-weight: 500;
}
.c-sec-sell#sect5-01,
.c-sec-sell#sect5-02 {
  padding-top: 0;
  padding-bottom: 85px;
}
.p-table {
  margin-top: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.p-table th {
  background: #007d75;
  border: 2px solid #007d75;
  /* font-weight: bold; */
  color: #FFF;
  font-size: 18px;
  padding: 1rem 2rem;
  /* text-align: center; */
}
.p-table td {
  background: #FFF;
  border: 2px solid #007d75;
  font-size: 18px;
  padding: 1rem 2rem;
  vertical-align: middle;
  color: #666;
  font-weight: bold;
}
.footer {
    font-size: 14px;
    padding: 40px 0 20px;
    background: #474747;
}
.footer .ncb_logo {
    width: 240px;
    margin: 0 auto 10px;
}
.footer .ncb_logo img {
    width: 100%;
}
.ncb_address {
    text-align: center;
    font-size: 16px;
    margin-bottom: 29px;
    color: #FFF;
    line-height: 1.6em;;
}
.copyright {
    font-size: 12px;
    text-align: center;
    color: #FFF;
}
#pagetop {
}
@media screen and (min-width: 951px), print {
  #header .header_flex .logoArea {
    height: 50px;
    padding-left: 40px;
    margin-right: 40px;
  }
  #header .header_flex .logoArea img.l-logo_image {
    height: 50px;
    width: 245px;
  }
}
@media screen and (max-width: 950px) {
  #header {
    padding: 12px 0;
  }
  #header .header_flex .logoArea {
    height: 42px;
  }
  #header .header_flex .logoArea img.l-logo_image {
    height: 42px;
    width: auto;
  }
  .p-link--blank::after {
    background-image: url(../img/icon_link_blank_bk.svg);
  }
  .p-text--note {
    font-size:0.7rem;
  }
  .p-table th {
    display: block;
    padding: 1rem;
  }
  .p-table td {
    display: block;
    /* text-align: center; */
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-table th {
    font-size: 14px;
    padding: 0.8rem;
  }
  .p-table td {
    font-size: 14px;
    padding: 0.8rem;
  }
}