.nv-header {
  width: 960px;
  margin: auto;
  margin-bottom: 50px;
  padding: 50px;
  background-color: #f5f5f6;
  border-radius: 3px;
  color: #333333;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Roboto", "hiragino kaku gothic pro", sans-serif;
}
@media screen and (max-width: 999px) {
  .nv-header {
    width: calc(100% - 40px);
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

.nv-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.nv-header__date {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .nv-header__date {
    font-size: 17px;
  }
}

.nv-header__tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  padding: 2px 0;
  text-align: center;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .nv-header__tag {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    font-size: 12px;
  }
}

.nv-header__title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .nv-header__title {
    font-size: 22px;
  }
}

.nv-header__subtitle {
  margin-top: 10px;
  font-size: 23px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .nv-header__subtitle {
    font-size: 17px;
  }
}

.nv-body {
  width: 820px;
  margin: auto;
  margin-bottom: 50px;
  color: #333;
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .nv-body {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 0 20px;
  }
}

.nv-body__inner a {
  -webkit-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
  color: #f93099;
  padding-bottom: 2px;
  border-bottom: 1px dotted #f93099;
}
@media screen and (max-width: 999px) {
  .nv-body__inner a {
    word-break: break-all;
  }
}
.nv-body__inner a:hover {
  color: #33ccaa;
  border-color: #33ccaa;
}

.nv-intro {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .nv-intro {
    margin-bottom: 60px;
  }
}

.nv-intro__head {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .nv-intro__head {
    font-size: 16px;
  }
}

.nv-mv {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .nv-mv {
    margin-bottom: 60px;
  }
}

.nv-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .nv-section {
    margin-bottom: 60px;
  }
}

.nv-h2 {
  margin-bottom: 1.5em;
  padding: 30px 15px 30px 15px;
  border-left: 6px solid #f93099;
  background-color: #f2f2f2;
  color: #222;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .nv-h2 {
    padding: 20px 10px 20px 10px;
    border-width: 6px;
    font-size: 16px;
  }
}

.nv-h2 a {
  color: #f93099;
  display: inline-block;
}

.nv-h3 {
  margin-left: -10px;
  margin-bottom: 0.5em;
  color: #111;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .nv-h3 {
    font-size: 16px;
    margin-left: 0;
  }
}

.nv-b {
  font-weight: bold;
}

.nv-photo {
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .nv-photo {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.nv-pict__cap {
  padding: 12px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .nv-pict__cap {
    font-size: 16px;
  }
}

.nv-chapter {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .nv-chapter {
    font-size: 15px;
    line-height: 1.5;
  }
}
.nv-chapter li {
  border-bottom: 1px dotted #ccc;
}
.nv-chapter li:first-child {
  border-top: 1px dotted #ccc;
}
.nv-chapter li a {
  display: block;
  padding: 10px;
  border: none;
  color: #00a1e5;
  font-weight: bold;
}
.nv-chapter li a:hover {
  color: #33ccaa;
}

.nv-p {
  margin-bottom: 2em;
}
.nv-p span {
  font-weight: bold;
}
.nv-p em {
  font-style: normal;
  text-decoration: underline;
  -webkit-text-decoration-color: #bbb;
          text-decoration-color: #bbb;
  text-decoration-thickness: 2px;
}

.nv-p a {
  color: #f93099;
  display: inline-block;
}

.nv-media {
  margin-bottom: 70px;
  border-top: 1px solid #ccc;
  color: #333;
  font-size: 17px;
  line-height: 1.6;
  font-family: "Roboto", "hiragino kaku gothic pro", sans-serif;
}
.nv-media a {
  -webkit-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
  color: #f93099;
  padding-bottom: 2px;
  border-bottom: 1px dotted #f93099;
}
.nv-media a:hover {
  color: #33ccaa;
  border-color: #33ccaa;
}
@media screen and (max-width: 999px) {
  .nv-media {
    margin-bottom: 50px;
  }
}

.nv-media__item {
  padding: 35px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 999px) {
  .nv-media__item {
    padding: 30px 0;
  }
}

.nv-media__h {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 8px solid #ccc;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .nv-media__h {
    margin-bottom: 10px;
    border-left-width: 5px;
    font-size: 16px;
  }
}

.nv-media__text {
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .nv-media__text {
    font-size: 16px;
  }
}

.nv-media__dl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .nv-media__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    font-size: 16px;
  }
}
.nv-media__dl dt {
  margin: 0;
  padding: 0;
  width: 20%;
  margin-bottom: 10px;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .nv-media__dl dt {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
}
.nv-media__dl dd {
  margin: 0;
  padding: 0;
  width: 80%;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .nv-media__dl dd {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
}
.nv-media__dl dd:last-child {
  margin-bottom: 0;
}

.nv-well {
  margin-bottom: 70px;
}
@media screen and (max-width: 999px) {
  .nv-well {
    font-size: 16px;
  }
}

.nv-well__h {
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .nv-well__h {
    font-size: 16px;
    line-height: 1.5;
  }
}

.nv-contact {
  margin-bottom: 50px;
  padding: 40px 60px;
  text-align: center;
  background-color: #f5f5f6;
  color: #333;
  font-size: 17px;
  line-height: 2;
  font-family: "Roboto", "hiragino kaku gothic pro", sans-serif;
}
@media screen and (max-width: 999px) {
  .nv-contact {
    margin-bottom: 30px;
    padding: 30px 15px;
    text-align: left;
    font-size: 15px;
  }
}

.nv-col-wrapper__body {
  margin: -10px;
}

.nv-col-wrapper__col {
  padding: 10px;
}

@media screen and (min-width: 1000px) {
  .nv-col-wrapper__body {
    margin: -15px;
    display: flex;
  }
  .nv-col-wrapper__col {
    padding: 15px;
    flex: 1 1 auto;
  }
  .nv-col-wrapper__col--side {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
