@charset "UTF-8";
/*
Theme Name: NUHW20th
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #11398E;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #11398E;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #333;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
}
body br {
  font-family: sans-serif;
}
body.is-episode-form {
  min-width: initial;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-placeholder {
  color: #999;
}

a {
  color: #11398E;
  text-decoration: none;
}
a:hover {
  color: #11398E;
  text-decoration: underline;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*=======================================
ヘッダー
=========================================*/
/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  background: url(img/common/pagetitle2_img1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.l-pagetitle h1 {
  filter: drop-shadow(-3px -3px 4px rgba(17, 148, 210, 0.3)) drop-shadow(-3px 0 4px rgba(17, 148, 210, 0.3)) drop-shadow(-3px 3px 4px rgba(17, 148, 210, 0.3)) drop-shadow(0 -3px 4px rgba(17, 148, 210, 0.3)) drop-shadow(0 0 4px rgba(17, 148, 210, 0.3)) drop-shadow(0 3px 4px rgba(17, 148, 210, 0.3)) drop-shadow(3px -3px 4px rgba(17, 148, 210, 0.3)) drop-shadow(3px 0 4px rgba(17, 148, 210, 0.3)) drop-shadow(3px 3px 4px rgba(17, 148, 210, 0.3));
}

.l-pagetitle2 {
  background: url(img/common/pagetitle2_img1.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  position: relative;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 136px;
  margin-bottom: 20px;
}
.l-pagetitle2 .logo {
  text-align: left;
  margin-bottom: 90px;
}
.l-pagetitle2 .title {
  text-shadow: -3px -3px 16px rgba(17, 148, 210, 0.3), -3px 0 16px rgba(17, 148, 210, 0.3), -3px 3px 16px rgba(17, 148, 210, 0.3), 0 -3px 16px rgba(17, 148, 210, 0.3), 0 0 16px rgba(17, 148, 210, 0.3), 0 3px 16px rgba(17, 148, 210, 0.3), 0 -3px 16px rgba(17, 148, 210, 0.3), 0 0 16px rgba(17, 148, 210, 0.3), 0 3px 16px rgba(17, 148, 210, 0.3), 3px -3px 16px rgba(17, 148, 210, 0.3), 3px 0 16px rgba(17, 148, 210, 0.3), 3px 3px 16px rgba(17, 148, 210, 0.3);
}
.l-pagetitle2 .title h2 {
  font-size: 50px;
  font-size: 5rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 140%;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.l-pagetitle2 .title p {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0.03em;
}

/*=======================================
パンくず
=========================================*/
.l-breadcrumb {
  margin-bottom: 100px;
}
.l-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb ol:before, .l-breadcrumb ol:after {
  display: none;
}
.l-breadcrumb li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 120%;
  background: url(img/common/arrow_1.png) no-repeat left center;
  padding-left: 10px;
  margin-left: 8px;
}
.l-breadcrumb li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}
.l-breadcrumb li.home a {
  line-height: 100%;
  vertical-align: top;
}
.l-breadcrumb li.home img {
  vertical-align: middle;
}
.l-breadcrumb li a {
  text-decoration: none;
  color: #333;
}

/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer {
  text-align: center;
  background: #111;
  padding-top: 100px;
  padding-bottom: 88px;
  color: #fff;
}
.l-footer h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.l-footer h1 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 20px;
}
.l-footer .copyright {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%;
}

/*=======================================
ページトップ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
  }

  .l-pagetitle {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 5px;
  }

  .l-pagetitle2 {
    padding-bottom: 70px;
    margin-bottom: 5px;
  }
  .l-pagetitle2 .logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-pagetitle2 .logo img {
    width: 200px;
  }
  .l-pagetitle2 .title h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .l-pagetitle2 .title p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .l-breadcrumb {
    margin-bottom: 50px;
  }
  .l-breadcrumb ol {
    display: block;
  }
  .l-breadcrumb li {
    display: inline;
    margin-left: 4px;
  }

  .l-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-footer h1 {
    margin-bottom: 30px;
  }
  .l-footer h1 a {
    margin-bottom: 20px;
  }
  .l-footer .copyright {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* ----------------------------- 3. 下層ページ */
/*=======================================
MEMORY FORM
=========================================*/
.p-episode-form textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-episode-form input[type="button"] {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #11398E;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: bold;
}
.p-episode-form .form-box .msg {
  margin-bottom: 12px;
}
.p-episode-form .form-box .rule {
  border: 1px solid #cecece;
  padding: 20px;
  max-height: 150px;
  overflow: auto;
  margin-bottom: 30px;
  background: #f8f8f8;
}
.p-episode-form .form-box .rule h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #11398E;
}
.p-episode-form .form-box .rule li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 170%;
}
.p-episode-form .form-box .rule li ul {
  margin-left: 1em;
  list-style: disc;
}
.p-episode-form .form-box .rule li li {
  text-indent: 0;
  padding-left: 0;
}
.p-episode-form .form-box .photo_limited {
  color: #d00;
  font-weight: bold;
  margin-top: 2px;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-episode-form .form-box.is-sended .photo_limited,
.p-episode-form .form-box.is-sended br,
.p-episode-form .form-box.is-sended textarea,
.p-episode-form .form-box.is-sended input[type="button"],
.p-episode-form .form-box.is-sended input[type="file"] {
  display: none;
}
.p-episode-form .form-box.is-sended .msg {
  text-align: center;
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 14px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #11398E;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-episode-form .form-box.is-sended .btn {
  display: flex !important;
}
.p-episode-form .form-box.is-sended .rule {
  display: none;
}
.p-episode-form .form-box .btn {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.p-episode-form .form-box .btn:before, .p-episode-form .form-box .btn:after {
  display: nome;
}
.p-episode-form .form-box .btn button,
.p-episode-form .form-box .btn a {
  flex-grow: 1;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 9px 5px;
  text-decoration: none;
  text-align: center;
}
.p-episode-form .form-box .btn span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-position: left center;
}
.p-episode-form .form-box .btn a {
  color: #fff;
  background: #000066;
  background: -moz-linear-gradient(left, #000066 20%, #499df7 100%);
  background: -webkit-linear-gradient(left, #000066 20%, #499df7 100%);
  background: linear-gradient(to right, #000066 20%, #499df7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#499df7',GradientType=1 );
}
.p-episode-form .form-box .btn a span {
  background-image: url(img/common/icon_archive-white.svg);
  background-size: 17px 12px;
  padding-left: 23px;
}
.p-episode-form .form-box .btn button {
  margin-left: 10px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #333;
  padding: 8px 4px 7px;
  color: #333;
}
.p-episode-form .form-box .btn button span {
  background-image: url(img/common/icon_close.svg);
  background-size: 10px 10px;
  padding-left: 16px;
}

html.is-episode-form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mfp-iframe-holder .mfp-content {
  max-width: 600px !important;
}

.mfp-iframe-scaler {
  padding-top: 70vh !important;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-episode-form textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-episode-form .form-box {
    width: 100%;
  }
  .p-episode-form .form-box .rule {
    padding: 15px;
    max-height: 120px;
    margin-bottom: 25px;
  }
  .p-episode-form .form-box .rule h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  .p-episode-form .form-box .rule li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-episode-form .form-box .photo_limited {
    margin-top: 2px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-episode-form .form-box .btn {
    flex-direction: column;
  }
  .p-episode-form .form-box .btn a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .p-episode-form .form-box .btn button {
    margin-left: 0;
    margin-top: 20px;
    padding-top: 13px;
    padding-bottom: 12px;
  }

  html.is-episode-form {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html.is-episode-form body {
    width: 80%;
  }

  .mfp-iframe-scaler {
    padding-top: 80vh !important;
  }
}
