@charset "UTF-8";
@font-face {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-family: 'Noto sanSerif JP', 'Noto Sans JP', sans-serif, sanSerif;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-family: "Noto Serif JP", serif; }

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1rem;
  /* 追加調整 */
  font-weight: 500;
  line-height: 1.6em;
  text-align: center;
  background-color: #fff;
  /* 追加調整 */ }

html {
  font-size: 16px;
  margin: 0;
  padding: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, th, td {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.6; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

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

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  box-sizing: border-box; }

input, textarea {
  box-sizing: border-box; }

input[type="submit"] {
  -webkit-appearance: none; }

a {
  text-decoration: underline;
  transition: color 0.3s linear; }
  a:link {
    color: #333; }
  a:hover {
    color: #155d7d; }
  a:active {
    color: #155d7d; }
  a:visited {
    color: #333; }

img {
  vertical-align: bottom; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="postal-code"],
input[type="tel"],
input[type="email"],
select,
textarea {
  border-radius: 0;
  border: solid 1px #B4B4B4;
  padding: 3px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b4b4b4;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

input[type="text"]:focus,
input[type="date"]:focus,
input[type="postal-code"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); }

.hdType01 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center; }

.hdType02 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center; }
  .hdType02 span {
    display: block;
    margin-top: 10px; }

.hdType03 {
  font-size: 28px;
  font-weight: bold;
  color: #155d7d;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: solid 1px #155d7d;
  margin: 70px 0 60px 0; }

.secType01 {
  max-width: 1440px;
  margin: 0 auto; }

@media screen and (max-width: 1440px) {
  .secType01 {
    margin: 0 40px; } }

.column3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .column3 .column {
    width: 30%; }
  .column3:after {
    content: "";
    display: block;
    width: 30%; }

.btnType01, .btnType02, .btnType03, .btnType04, .btnType05 {
  margin: 0 auto;
  display: block;
  font-weight: bold;
  color: #fff;
  border: 0;
  background: #9f9f9f;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s linear;
  padding: 0; }
  .btnType01:hover, .btnType02:hover, .btnType03:hover, .btnType04:hover, .btnType05:hover {
    opacity: 0.5; }

.btnType01 {
  width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 20px; }

.btnType02 {
  width: 140px;
  height: 40px;
  border-radius: 20px; }
  .btnType02 br {
    display: none; }

.btnType03 {
  width: 180px;
  height: 40px;
  border-radius: 20px; }
  .btnType03 br {
    display: none; }

.btnType04 {
  width: 54px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  font-size: 14px;
  padding: 0; }

.btnType05 {
  width: 70px;
  height: 40px;
  border-radius: 5px; }

.btnType06 a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  width: 130px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  border: solid 2px #9f9f9f;
  box-sizing: border-box;
  background: #fff;
  color: #9f9f9f;
  font-size: 16px;
  transition: background 0.3s linear;
  color: #9f9f9f; }
  .btnType06 a:hover {
    background: #9f9f9f;
    color: #fff; }

.btnColor01 {
  background: #155d7d; }

.btnColor02 {
  background: #d58e00; }

.btnColor03 {
  background: #CC0000; }

.btnColor04 {
  background: #427728; }

.btnColor05 {
  background: #ea8500; }

.btnBorder01 a {
  border: solid 2px #DF0000;
  color: #DF0000; }
  .btnBorder01 a:hover {
    background: #DF0000; }

.btnBorder02 a {
  border: solid 2px #217346;
  color: #217346; }
  .btnBorder02 a:hover {
    background: #217346; }

.btnBorder03 a {
  border: solid 2px #2B579A;
  color: #2B579A; }
  .btnBorder03 a:hover {
    background: #2B579A; }

.tableType01 {
  font-size: 14px;
  line-height: 1.3; }
  .tableType01 th, .tableType01 td {
    text-align: left;
    border-bottom: solid 1px #BFBFBF;
    vertical-align: middle; }
  .tableType01 th {
    padding: 10px 3px 10px 3px;
    background: #656565;
    color: #fff;
    font-weight: bold; }
  .tableType01 td {
    padding: 12px 0.8em 12px 3px; }
    .tableType01 td:last-child {
      padding-right: 4px; }
    .tableType01 td.permission {
      white-space: nowrap; }
  .tableType01 tr:nth-child(odd) td {
    background: #F8F8F8; }

.tableType02 {
  width: 100%;
  line-height: 1.4;
  border-top: solid 1px #BBBBBB; }
  .tableType02 th, .tableType02 td {
    text-align: left;
    border-bottom: solid 1px #BBBBBB;
    vertical-align: top; }
    .tableType02 th.va_top, .tableType02 td.va_top {
      vertical-align: top;
      padding-top: 20px;
      padding-bottom: 20px; }
  .tableType02 th {
    padding: 15px 1.5em 15px 0;
    vertical-align: middle;
    white-space: nowrap; }
    .tableType02 th span {
      display: inline-block;
      background: #f00;
      font-size: 12px;
      color: #fff;
      border-radius: 1px;
      padding: 1px 8px;
      margin-right: 6px; }
  .tableType02 td {
    width: 100%;
    padding: 15px 0; }

.tableType03 {
  width: 100%;
  line-height: 1.4;
  border-top: solid 1px #BBBBBB; }
  .tableType03 th, .tableType03 td {
    text-align: left;
    border-bottom: solid 1px #BBBBBB;
    vertical-align: top; }
  .tableType03 th {
    padding: 25px 1.5em 25px 0;
    white-space: nowrap; }
  .tableType03 td {
    width: 100%;
    padding: 25px 0; }

.listType01 li {
  list-style: disc;
  margin-left: 1.5em; }

.listAtt li {
  margin-left: 1em;
  text-indent: -1em; }
  .listAtt li:before {
    content: '※'; }

.listCheckbox li {
  margin-left: 18px;
  text-indent: -20px;
  margin-top: 3px; }
  .listCheckbox li:first-child {
    margin-top: 0; }

.boxType01 {
  max-width: 800px;
  background: #f5f5f5;
  padding: 40px 0 50px 0;
  margin-left: auto;
  margin-right: auto; }

.att {
  margin-left: 1em;
  text-indent: -1em; }
  .att:before {
    content: '※'; }

.attColor {
  color: #D60505; }

.bold {
  font-weight: bold; }

input[type="text"],
input[type="postal-code"],
input[type="tel"],
input[type="email"] {
  /* 追加調整 */
  line-height: 1; }
  input[type="text"].w_short,
  input[type="postal-code"].w_short,
  input[type="tel"].w_short,
  input[type="email"].w_short {
    width: 8em;
    margin-left: 6px; }
  input[type="text"].w_middle,
  input[type="postal-code"].w_middle,
  input[type="tel"].w_middle,
  input[type="email"].w_middle {
    width: 500px; }
  input[type="text"].w_full,
  input[type="postal-code"].w_full,
  input[type="tel"].w_full,
  input[type="email"].w_full {
    width: 100%; }

input[type="password"] {
  width: 500px; }

.btnclose {
  pointer-events: none; }

/* 追加調整 */
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

header {
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px; }
  header .header__logo {
    margin-left: 20px;
    display: flex; }
    header .header__logo img {
      width: 294px; }
  header .pagetitle__menu {
    margin-right: 15px; }
  header .header__menu {
    width: 100%;
    margin-right: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header .header__menu .page_menu {
      display: flex;
      justify-content: flex-end; }
    header .header__menu li {
      margin-left: 10px; }
      header .header__menu li:first-child {
        margin-left: 0; }
      header .header__menu li.user_name {
        margin-right: 10px;
        line-height: 1.2; }
      header .header__menu li a {
        /* 追加調整 */
        text-decoration: none;
        color: #fff; }
        header .header__menu li a:hover, header .header__menu li a:focus {
          background: none; }
    header .header__menu .dropdown-item {
      /* 追加調整 */
      padding: 0; }

footer {
  text-align: left;
  background: #f5f5f5;
  margin: 0; }
  footer .footer__info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0; }
    footer .footer__info p.office {
      font-weight: bold; }
    footer .footer__info p.office_name {
      font-weight: bold;
      font-size: 18px;
      margin: 20px 0 12px 0; }
      footer .footer__info p.office_name br {
        display: none;
        position: relative; }
      footer .footer__info p.office_name span {
        margin-right: 1em; }
  footer .footer__copylight {
    background: #155d7d;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px; }

@media screen and (max-width: 1200px) {
  footer .footer__info {
    padding: 30px 20px; } }

.contents {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left; }

@media screen and (max-width: 1200px) {
  .contents {
    padding: 0 20px; } }

.container .card {
  margin: 60px auto; }
  .container .card .card-header {
    font-weight: bold;
    font-size: 18px; }
  .container .card .col-form-label {
    font-weight: bold; }

.mainvisual {
  background: url(../img/bg_top.png) repeat-x bottom center #D7EEFB;
  height: 580px; }
  .mainvisual .mainvisual__parts {
    width: 1024px;
    margin: 0 auto;
    position: relative; }
    .mainvisual .mainvisual__parts div, .mainvisual .mainvisual__parts h1 {
      position: absolute; }
      .mainvisual .mainvisual__parts div img, .mainvisual .mainvisual__parts h1 img {
        width: 100%; }
    .mainvisual .mainvisual__parts .mark {
      width: 143px;
      top: 70px;
      left: 254px;
      background: none;
      padding: 0; }
    .mainvisual .mainvisual__parts h1 {
      width: 621px;
      top: 204px;
      left: 20px; }
    .mainvisual .mainvisual__parts .caracter01 {
      width: 144px;
      top: 180px;
      right: 216px; }
    .mainvisual .mainvisual__parts .caracter02 {
      width: 192px;
      top: 167px;
      right: 12px; }

.page-top {
  background: #D8E58D;
  padding: 80px 0 70px 0; }
  .page-top .wrap_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between; }
  .page-top .wrap_single {
    justify-content: center; }
  .page-top .sec_login, .page-top .sec_form {
    width: 48%; }
  .page-top .box {
    width: 100%;
    padding: 20px 0 35px 0; }
    .page-top .box h2 {
      background: #fff;
      border-radius: 10px;
      font-size: 24px;
      font-weight: bold;
      padding: 15px 5px;
      line-height: 1.2;
      text-align: center;
      margin: 0 20px; }
    .page-top .box .txt {
      margin: 20px 0 15px 0; }
    .page-top .box .box__contents {
      height: 180px;
      display: flex;
      flex-direction: column;
      align-items: center;
      align-content: center;
      justify-content: center;
      margin-bottom: 30px; }
  .page-top .sec_login .box {
    background: #DDEDF3;
    border-radius: 16px;
    display: flex;
    flex-direction: column; }
    .page-top .sec_login .box h2 {
      color: #155d7d; }
  .page-top .sec_login dl {
    max-width: 410px;
    width: 90%;
    height: 145px;
    line-height: 1; }
    .page-top .sec_login dl dt {
      text-align: left;
      font-weight: bold;
      font-size: 18px; }
      .page-top .sec_login dl dt:nth-child(n+2) {
        margin-top: 20px; }
    .page-top .sec_login dl dd {
      text-align: left;
      margin-top: 5px; }
    .page-top .sec_login dl input {
      width: 100%;
      box-sizing: border-box;
      height: 40px;
      padding: 4px;
      background: #fff; }
    .page-top .sec_login dl input[type=text]:focus,
    .page-top .sec_login dl input[type=password]:focus,
    .page-top .sec_login dl textarea:focus {
      background-color: #fff; }
  .page-top .sec_login p.password {
    margin-top: 5px;
    text-align: right; }
  .page-top .sec_login .invalid-feedback {
    /* 追加調整 */
    margin-top: 0.4rem; }
  .page-top .sec_form .box {
    background: #FBEFD1;
    border-radius: 16px; }
    .page-top .sec_form .box h2 {
      color: #70411E; }
    .page-top .sec_form .box a {
      text-decoration: none; }
  .page-top .sec_form .sec_form__info {
    width: 90%;
    padding: 15px 0;
    background: #fff;
    line-height: 1.2;
    font-weight: bold; }
    .page-top .sec_form .sec_form__info .title {
      font-size: 16px;
      margin-bottom: 5px; }
      .page-top .sec_form .sec_form__info .title span {
        margin-right: 0.6em; }
    .page-top .sec_form .sec_form__info .date {
      font-size: 18px;
      display: inline-block;
      text-align:left;
      margin: 0 auto; }
    .page-top .sec_form .sec_form__info .date span {
      display: inline-block;
      width: 4.8em; }
    .page-top .sec_form .sec_form__info .deadline {
      border: solid 1px #f00;
      font-size: 18px;
      color: #f00;
      box-sizing: border-box;
      height: 32px;
      line-height: 32px;
      margin: 10px 20px 0 20px; }
  .page-top .errormsg {
    font-weight: bold;
    color: #D60505;
    margin: 10px 5px 0 5px; }

@media screen and (max-width: 1200px) {
  .page-top .wrap_box {
    padding: 0 20px; } }

.page-password {
  margin: 80px auto; }
  .page-password .message {
    font-size: 28px;
    font-weight: bold;
    margin-top: 60px;
    text-align: center; }
    .page-password .message br {
      display: none; }
  .page-password .sec_lead {
    margin: 60px auto;
    text-align: center; }
    .page-password .sec_lead br {
      display: none; }
    .page-password .sec_lead p + p {
      margin-top: 0.4em; }
  .page-password dl {
    width: 90%;
    max-width: 410px;
    margin: 0 auto 30px auto; }
    .page-password dl dt {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px; }
      .page-password dl dt:nth-child(n+2) {
        margin-top: 25px; }
  .page-password input {
    width: 100%;
    padding: 4px;
    border: solid 1px #B4B4B4; }
  .page-password .sec_att {
    max-width: 800px;
    margin: 50px auto 0 auto; }
  .page-password .sec_password_error {
    max-width: 1000px;
    margin: 60px auto; }
    .page-password .sec_password_error ul li {
      margin: 0 0 1.2em 0;
      position: relative;
      padding-left: 20px; }
      .page-password .sec_password_error ul li:before {
        content: url(../img/listmark01.svg);
        position: absolute;
        top: 1px;
        left: 0; }
      .page-password .sec_password_error ul li:last-child {
        margin-bottom: 0; }
      .page-password .sec_password_error ul li.attColor {
        font-weight: bold;
        color: #D60505;
        font-size: 18px; }
  .page-password a {
    text-decoration: none; }

.page-movie {
  margin-top: 60px;
  margin-bottom: 80px; }
  .page-movie .new-movie {
    background: #f5f5f5;
    margin: 60px auto 0 auto;
    padding: 40px 0 45px 0;
    max-width: 820px;
    text-align: center; }
    .page-movie .new-movie h2, .page-movie .new-movie p {
      margin-left: 10px;
      margin-right: 10px;
      line-height: 1.2; }
    .page-movie .new-movie h2 {
      font-size: 20px;
      font-weight: bold; }
      .page-movie .new-movie h2 span {
        margin-right: 0.5em; }
    .page-movie .new-movie .new-movie__date {
      font-size: 18px;
      margin-top: 10px; }
    .page-movie .new-movie .new-movie_thumb {
      margin: 20px auto 25px auto;
      padding: 0 60px; }
      .page-movie .new-movie .new-movie_thumb img {
        width: 100%; }
    .page-movie .new-movie .new-movie__title {
      font-size: 22px;
      font-weight: bold; }
    .page-movie .new-movie .new-movie__place {
      margin-top: 5px; }
    .page-movie .new-movie .btnType01 {
      margin-top: 15px; }
  .page-movie .movie-info {
    background: #f5f5f5;
    margin: 60px auto 50px auto;
    padding: 40px 0;
    max-width: 1200px;
    text-align: center; }
    .page-movie .movie-info h2, .page-movie .movie-info p {
      margin-left: 15px;
      margin-right: 15px;
      line-height: 1.3; }
    .page-movie .movie-info h2 {
      font-size: 20px;
      font-weight: bold; }
      .page-movie .movie-info h2 span {
        margin-right: 0.5em; }
    .page-movie .movie-info .movie-info__title {
      font-size: 22px;
      font-weight: bold;
      margin-top: 10px; }
    .page-movie .movie-info .movie-info__date {
      font-size: 18px;
      margin-top: 10px; }
  .page-movie .movie-att {
    background: #fff3cb;
    font-weight: bold;
    text-align: center;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto 40px auto; }
  .page-movie .column3 .column {
    margin-top: 40px; }
    .page-movie .column3 .column:first-child {
      margin-top: 0; }
    .page-movie .column3 .column:nth-of-type(2), .page-movie .column3 .column:nth-of-type(3) {
      margin-top: 0; }
  .page-movie .column3 .movie_date {
    font-size: 15px;
    line-height: 1; }
  .page-movie .column3 .view_status {
    text-align: right; }
    .page-movie .column3 .view_status .view_status01, .page-movie .column3 .view_status .view_status02 {
      font-size: 13px;
      line-height: 1;
      display: inline-block;
      color: #fff;
      font-weight: bold;
      padding: 5px 7px;
      text-align: right; }
    .page-movie .column3 .view_status .view_status01 {
      /* 未視聴 */
      background: #D60505; }
    .page-movie .column3 .view_status .view_status02 {
      /* 視聴済 */
      background: #999; }
  .page-movie .column3 .movie_thumb {
    margin-top: 8px; }
    .page-movie .column3 .movie_thumb img {
      width: 100%; }
  .page-movie .column3 .movie_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px; }
  .page-movie .column3 .movie_place {
    line-height: 1.2;
    margin-top: 8px; }
  .page-movie .column3 .movie_name {
    line-height: 1.2;
    margin-top: 5px; }
  .page-movie .column3 .btnType02 {
    margin-top: 15px; }
  .page-movie .leaflet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 800px;
    margin: 70px auto 20px auto;
    border: solid 1px #ccc;
    padding: 40px 0; }
    .page-movie .leaflet .leaflet__img {
      margin-left: 20px; }
      .page-movie .leaflet .leaflet__img img {
        width: 160px; }
    .page-movie .leaflet .leaflet__txt {
      margin: 0 20px; }
  .page-movie .document {
    background: #EBE9E3;
    margin-top: 70px;
    padding: 30px 0;
    width: 100%; }
    .page-movie .document .document__wrap {
      margin: 0 30px;
      display: flex;
      justify-content: space-between; }
    .page-movie .document .document__column {
      width: 48.6%;
      background: #fff;
      display: flex;
      align-items: center; }
      .page-movie .document .document__column .img_leaflet {
        width: 160px;
        margin: 25px; }
        .page-movie .document .document__column .img_leaflet a {
          transition: opacity 0.3s linear; }
          .page-movie .document .document__column .img_leaflet a:hover {
            opacity: 0.5; }
        .page-movie .document .document__column .img_leaflet img {
          width: 160px; }
      .page-movie .document .document__column .img_enquete {
        width: 130px;
        margin: 25px;
        text-align: center; }
        .page-movie .document .document__column .img_enquete img {
          width: 100px;
          border: solid 1px #D4D4D4;
          box-sizing: border-box;
          margin-bottom: 15px; }
        .page-movie .document .document__column .img_enquete .btnType06 + .btnType06 {
          margin-top: 7px; }
      .page-movie .document .document__column .txt {
        margin: 25px 25px 25px 0; }
        .page-movie .document .document__column .txt h2 {
          font-size: 16px;
          margin-bottom: 10px;
          line-height: 1.3;
          font-weight: bold; }
        .page-movie .document .document__column .txt p {
          font-size: 16px;
          line-height: 1.5; }
          .page-movie .document .document__column .txt p.office_info01 {
            font-weight: bold;
            margin-top: 15px; }
          .page-movie .document .document__column .txt p.office_info02 {
            margin-top: 10px;
            font-size: 15px; }

@media screen and (max-width: 1024px) {
  .page-movie .movie-att {
    text-align: left; } }

/* 動画閉じるボタン調整 */
/*
#modal button{
    position: fixed;
    top: 15px;
    right: 15px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.6);
    border-radius: 2px;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 32px;
    padding: 0;
    margin: 0;
    text-align: center;
    &::before, &::after{
        content: "";
        display: block;
        width: 100%; 
        width: 36px;
        height: 2px; 
        background: #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 20px;
        left: 3px;
    }
    &::after{
        transform: rotate(-45deg);
        left: auto;
        right: 3px;
    }
}
*/
.admin_menu {
  display: flex;
  align-items: center;
  background: #E5E5E5;
  height: 70px; }
  .admin_menu h1 {
    font-size: 34px;
    color: #155d7d;
    line-height: 1;
    margin: 2px 20px 0 20px;
    text-align: left;
    font-weight: bold; }
  .admin_menu ul {
    display: flex; }
    .admin_menu ul li {
      margin-left: 10px; }
      .admin_menu ul li:first-child {
        margin-left: 0; }
      .admin_menu ul li a {
        text-decoration: none; }

.setting_menu {
  background: #f5f5f5;
  height: 70px;
  display: flex;
  align-items: center; }
  .setting_menu .wrap_date {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center; }
    .setting_menu .wrap_date .date {
      display: flex;
      align-items: center;
      margin-right: 15px; }
      .setting_menu .wrap_date .date input {
        height: 40px;
        box-sizing: border-box;
        margin-right: 10px; }
      .setting_menu .wrap_date .date p {
        margin-right: 10px;
        line-height: 1.2; }
      .setting_menu .wrap_date .date .btnType05 {
        margin: 0; }

@media screen and (max-width: 1200px) {
  .setting_menu .wrap_date {
    width: auto;
    padding: 0 20px; } }

@media screen and (max-width: 1000px) {
  .setting_menu {
    height: auto;
    padding: 10px 0; }
    .setting_menu .wrap_date {
      min-width: 460px;
      width: 100%;
      flex-direction: column; }
      .setting_menu .wrap_date .date {
        align-items: center;
        width: 100%;
        margin: 2px 0; }
        .setting_menu .wrap_date .date input {
          width: 160px; } }

.page-admin {
  margin-top: 50px;
  margin-bottom: 80px; }
  .page-admin .pagetitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    border-bottom: solid 1px #155d7d;
    margin-bottom: 50px; }
    .page-admin .pagetitle h2 {
      font-size: 28px;
      color: #155d7d;
      line-height: 1;
      padding-bottom: 8px;
      font-weight: bold; }
    .page-admin .pagetitle .pagetitle__menu {
      display: flex;
      align-items: center;
      padding-bottom: 20px; }
      .page-admin .pagetitle .pagetitle__menu li {
        margin-left: 10px; }
      .page-admin .pagetitle .pagetitle__menu a {
        text-decoration: none; }
  .page-admin .sec_set {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px; }
    .page-admin .sec_set .btnType05 {
      margin: 0; }
    .page-admin .sec_set .sec_set__note {
      width: 100%;
      margin-right: 20px;
      font-size: 15px; }
      .page-admin .sec_set .sec_set__note ol {
        list-style: none; }
        .page-admin .sec_set .sec_set__note ol li {
          display: flex;
          margin-top: 2px; }
          .page-admin .sec_set .sec_set__note ol li P {
            line-height: 1.3;
            font-size: 13px; }
            .page-admin .sec_set .sec_set__note ol li P.short {
              display: inline-block;
              width: 10em;
              white-space: nowrap;
              line-height: 1.3; }
            .page-admin .sec_set .sec_set__note ol li P.all {
              flex: 1;
              line-height: 1.3; }
    .page-admin .sec_set .sec_set__set {
      display: flex; }
      .page-admin .sec_set .sec_set__set p {
        margin-right: 7px; }
      .page-admin .sec_set .sec_set__set .select_movie {
        display: flex;
        align-items: center;
        margin-right: 20px; }
        .page-admin .sec_set .sec_set__set .select_movie select {
          height: 40px; }
        .page-admin .sec_set .sec_set__set .select_movie p:first-child {
          font-weight: bold; }
      .page-admin .sec_set .sec_set__set .set_date {
        display: flex;
        align-items: center;
        margin-right: 10px; }
        .page-admin .sec_set .sec_set__set .set_date input {
          height: 40px;
          margin-right: 7px; }
        .page-admin .sec_set .sec_set__set .set_date p:first-child {
          font-weight: bold; }
      .page-admin .sec_set .sec_set__set .set_check {
        display: flex;
        align-items: center;
        font-weight: bold;
        margin-right: 15px; }
    .page-admin .sec_set .sec_set__count {
      background: #f5f5f5;
      display: inline-block;
      text-align: center;
      padding: 8px 20px;
      margin: 15px 0 0 2.5em; }
      .page-admin .sec_set .sec_set__count span {
        font-weight: bold;
        margin-right: 0.8em; }
    .page-admin .sec_set .sec_set__view {
      display: flex;
      flex-direction: column;
      text-align: left; }
      .page-admin .sec_set .sec_set__view .date {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .page-admin .sec_set .sec_set__view .date input {
          height: 40px;
          box-sizing: border-box;
          margin-right: 10px; }
        .page-admin .sec_set .sec_set__view .date p {
          margin-right: 10px; }
      .page-admin .sec_set .sec_set__view .count {
        background: #f5f5f5;
        padding: 10px 30px;
        display: flex;
        justify-content: center; }
        .page-admin .sec_set .sec_set__view .count p:nth-of-type(n+2) {
          margin-left: 1.5em; }
        .page-admin .sec_set .sec_set__view .count span {
          font-weight: bold;
          margin-right: 0.8em; }
  .page-admin .tableType01 {
    width: 100%;
    margin-top: 40px; }
    .page-admin .tableType01 + .pager {
      margin-top: 40px; }
    .page-admin .tableType01 td:last-child .btnType04 {
      width: 42px; }
    .page-admin .tableType01 td input[type=radio]:nth-of-type(n+2) {
      margin-left: 1.5em; }
    .page-admin .tableType01 th a {
      color: #fff; }
      .page-admin .tableType01 th a:hover {
        color: #FFDD00; }
  .page-admin .scroll {
    margin-bottom: 40px; }
  .page-admin .btn, .page-admin ul.movie_view_flg {
    display: flex; }
    .page-admin .btn li, .page-admin ul.movie_view_flg li {
      margin-right: 5px; }
      .page-admin .btn li:last-child, .page-admin ul.movie_view_flg li:last-child {
        margin-right: 0; }
  .page-admin .btn {
    /* 追加調整 */
    padding: 0; }
    .page-admin .btn a {
      text-decoration: none; }
  .page-admin .movie_view_flg li, .page-admin .movie_view_flg p {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    background: #9f9f9f;
    color: #fff;
    font-weight: bold; }
    .page-admin .movie_view_flg li.flg01, .page-admin .movie_view_flg p.flg01 {
      background: #427728; }
  .page-admin .tableType02 .errormsg {
    font-weight: bold;
    color: #D60505; }

/*
@media screen and (max-width : 1200px) {
    .page-admin{
        .sec_set{
            flex-wrap: wrap;
            margin-bottom: 30px;
            .sec_set__count{
                margin-top: 20px;
            }
        } 
    }
}
*/
@media screen and (max-width: 1024px) {
  .page-admin .sec_set {
    margin-bottom: 10px; }
    .page-admin .sec_set .sec_set__set {
      flex-wrap: wrap; }
      .page-admin .sec_set .sec_set__set .set_date {
        margin-top: 10px; }
    .page-admin .sec_set .sec_set__count {
      margin-top: 10px; }
  .page-admin .set_check, .page-admin .set_btn {
    margin-top: 10px; } }

.pager {
  display: flex;
  justify-content: flex-end;
  font-size: 18px; }
  .pager + .tableType01 {
    margin-top: 40px; }
  .pager ul {
    display: flex; }
    .pager ul li {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-weight: bold;
      border: solid 1px #155d7d;
      box-sizing: border-box;
      text-align: center;
      margin-right: 10px; }
      .pager ul li:last-child {
        margin-right: 0;
        width: 70px; }
      .pager ul li:first-child {
        width: 70px; }
      .pager ul li.current {
        background: #155d7d;
        color: #fff; }
      .pager ul li.dot {
        border: none;
        width: 30px; }
      .pager ul li a {
        display: block;
        min-width: 40px;
        height: 40px;
        text-decoration: none;
        transition: all 0.3s linear; }
        .pager ul li a:hover {
          background: #155d7d;
          color: #fff; }

.page-form {
  margin-top: 80px;
  margin-bottom: 80px; }
  .page-form h3 {
    color: #155d7d;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold; }
  .page-form .tableType02 + h3, .page-form .tableType02 + .btnType01 {
    margin-top: 70px; }
  .page-form .sec_request {
    display: flex;
    justify-content: space-between; }
    .page-form .sec_request .sec_request__txt {
      width: 65%; }
      .page-form .sec_request .sec_request__txt p {
        margin-bottom: 0.3em; }
        .page-form .sec_request .sec_request__txt p.event-date {
          background: #E5F3F8;
          font-size: 18px;
          font-weight: bold;
          color: #155d7d;
          text-align: center;
          padding: 12px;
          margin: 25px 0 15px 0; }
          .page-form .sec_request .sec_request__txt p.event-date span {
            margin-left: 0.8em; }
        .page-form .sec_request .sec_request__txt p.deadline {
          background: #FCF4E0;
          font-size: 18px;
          font-weight: bold;
          color: #D60505;
          text-align: center;
          padding: 12px;
          margin: 0 0 40px 0; }
          .page-form .sec_request .sec_request__txt p.deadline span {
            margin-left: 0.8em; }
      .page-form .sec_request .sec_request__txt ol {
        margin: 0 0 15px 1em; }
        .page-form .sec_request .sec_request__txt ol li {
          margin-bottom: 0.4em; }
    .page-form .sec_request .sec_request__img {
      width: 30%; }
      .page-form .sec_request .sec_request__img img {
        width: 100%; }
  .page-form .sec_privacy {
    border: solid 1px #D9D9D9;
    padding: 30px;
    height: 400px;
    overflow: auto;
    margin: 50px auto 60px auto; }
    .page-form .sec_privacy h3 {
      color: #333;
      font-size: 24px;
      margin-bottom: 40px; }
    .page-form .sec_privacy h4 {
      margin: 30px 0 10px 0;
      font-weight: bold; }
    .page-form .sec_privacy ol {
      margin: 0.3em 0 0.2em 1.2em; }
      .page-form .sec_privacy ol + p {
        margin-top: 0.3em; }
    .page-form .sec_privacy p + p {
      margin-top: 0.8em; }
    .page-form .sec_privacy .office_name br {
      display: none; }
  .page-form td .errormsg {
    font-weight: bold;
    color: #D60505; }
  .page-form .sec_form_finish {
    max-width: 1000px;
    margin: 60px auto; }
    .page-form .sec_form_finish .sec_form_finish__message {
      font-size: 28px;
      font-weight: bold;
      text-align: center; }
      .page-form .sec_form_finish .sec_form_finish__message span {
        color: #D60505; }
    .page-form .sec_form_finish ul {
      margin-top: 60px; }
      .page-form .sec_form_finish ul li {
        margin: 0 0 1.2em 0;
        position: relative;
        padding-left: 20px; }
        .page-form .sec_form_finish ul li:before {
          content: url(../img/listmark01.svg);
          position: absolute;
          top: 1px;
          left: 0; }
        .page-form .sec_form_finish ul li:last-child {
          margin-bottom: 0; }
        .page-form .sec_form_finish ul li.attColor {
          font-weight: bold;
          color: #D60505;
          font-size: 18px; }
  .page-form input[type="email"] {
    /* 追加調整 */
    line-height: 1;
    width: 500px; }
  .page-form .form-control {
    width: auto; }

.sec_close {
  /* 申込受付期間終了時表示 */ }
  .sec_close p {
    margin-top: 20px;
    padding: 10px;
    border: solid 2px #D60505;
    color: #D60505;
    font-weight: bold;
    font-size: 18px;
    text-align: center; }

.sec_oepn {
  /* 申込受付期間中表示エリア */ }

.buttons {
  display: flex;
  justify-content: center;
  margin: 70px auto 0 auto; }
  .buttons li {
    margin-right: 15px; }
    .buttons li:last-child {
      margin-right: 0; }
  .buttons form + form {
    /* 追加調整 */
    margin-left: 15px; }

.page-form .tableType02 input[type="text"].w_short, .page-admin .tableType02 input[type="text"].w_short {
  margin-bottom: 10px; }

.page-form .tableType02 input[type="postal-code"].w_short, .page-admin .tableType02 input[type="postal-code"].w_short {
  /* 追加調整 */
  margin-bottom: 10px; }

.page-form .tableType02 input[type="checkbox"], .page-admin .tableType02 input[type="checkbox"] {
  margin: 7px 3px 3px 0;
  /* 追加調整 */ }

.page-form .tableType02 input[type="radio"], .page-admin .tableType02 input[type="radio"] {
  margin: 0px 2px 0 3px;
  /* 追加調整 */ }

.page-form .tableType02 p, .page-admin .tableType02 p {
  margin-top: 0.3em; }

@media screen and (max-width: 768px) {
  .hdType01 {
    font-size: 36px; }
  .hdType02 {
    font-size: 24px; }
    .hdType02 span {
      margin-top: 10px;
      font-size: 28px; }
  .hdType03 {
    font-size: 22px;
    margin: 50px 0 30px 0; }
  .column3 .column {
    width: 48%; }
  .column3:after {
    width: 48%; }
  .btnType01 {
    width: 280px; }
  .btnType02 {
    width: 120px;
    font-size: 15px; }
  .btnType04 {
    font-size: 14px; }
  .tableType02 th {
    width: 25%;
    white-space: pre-wrap; }
  .tableType02 td {
    width: 75%; }
  .boxType01 {
    padding: 35px 0 40px 0; }
  input[type="text"],
  input[type="postal-code"],
  input[type="tel"],
  input[type="email"] {
    /* 追加調整 */ }
    input[type="text"].w_middle,
    input[type="postal-code"].w_middle,
    input[type="tel"].w_middle,
    input[type="email"].w_middle {
      width: 70%; }
    input[type="text"].w_full,
    input[type="postal-code"].w_full,
    input[type="tel"].w_full,
    input[type="email"].w_full {
      width: 100%; }
  input[type="password"] {
    width: 70%; }
  .scroll {
    overflow-x: scroll;
    white-space: nowrap; }
  header .header__menu li {
    margin-left: 8px; }
  .mainvisual {
    background-size: 120%;
    height: 470px; }
    .mainvisual .mainvisual__parts {
      width: 424px; }
      .mainvisual .mainvisual__parts div img, .mainvisual .mainvisual__parts h1 img {
        width: 100%; }
      .mainvisual .mainvisual__parts .mark {
        top: 35px;
        left: 0;
        right: 0;
        margin: auto;
        width: 96px; }
      .mainvisual .mainvisual__parts h1 {
        top: 122px;
        left: 0;
        right: 0;
        margin: auto;
        width: 424px; }
      .mainvisual .mainvisual__parts .caracter01 {
        top: 252px;
        right: 247px;
        width: 115px; }
      .mainvisual .mainvisual__parts .caracter02 {
        top: 239px;
        right: 75px;
        width: 155px; }
  .page-top {
    padding: 50px 0 50px 0; }
    .page-top .wrap_box {
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
    .page-top .sec_login, .page-top .sec_form {
      width: 100%;
      max-width: 600px; }
    .page-top .box {
      width: 100%; }
      .page-top .box .box__contents {
        height: auto; }
    .page-top .sec_login dl {
      height: auto; }
    .page-top .sec_form {
      margin-top: 30px; }
  .page-password {
    margin: 60px auto; }
    .page-password .message {
      font-size: 24px;
      margin-top: 40px; }
    .page-password .sec_lead {
      margin: 30px auto; }
      .page-password .sec_lead br {
        display: block; }
    .page-password dl {
      margin: 0 auto 30px auto; }
      .page-password dl dt {
        font-size: 18px;
        margin-bottom: 5px; }
        .page-password dl dt:nth-child(n+2) {
          margin-top: 25px; }
    .page-password input {
      width: 100%; }
    .page-password .sec_att {
      margin: 30px auto 0 auto; }
    .page-password .sec_password_error {
      margin: 30px 0; }
  .page-movie {
    margin-top: 50px;
    margin-bottom: 60px; }
    .page-movie .new-movie {
      margin: 50px auto 0 auto;
      padding: 30px 0 35px 0; }
      .page-movie .new-movie h2 {
        font-size: 20px; }
      .page-movie .new-movie .new-movie__date {
        font-size: 18px;
        margin-top: 5px; }
      .page-movie .new-movie .new-movie_thumb {
        margin: 15px auto 20px auto;
        padding: 0 30px; }
      .page-movie .new-movie .new-movie__title {
        font-size: 20px; }
    .page-movie .movie-info {
      margin: 50px auto 40px auto;
      padding: 30px 0; }
      .page-movie .movie-info h2 {
        font-size: 18px; }
      .page-movie .movie-info .movie-info__title {
        font-size: 20px;
        margin-top: 10px; }
      .page-movie .movie-info .movie-info__date {
        font-size: 16px;
        margin-top: 10px; }
    .page-movie .movie-att {
      padding: 15px;
      margin: 0 auto 30px auto; }
    .page-movie .column3 .column {
      margin-top: 35px; }
      .page-movie .column3 .column:nth-of-type(3) {
        margin-top: 35px; }
    .page-movie .column3 .movie_thumb .movie_thumb__icon img {
      width: 50px; }
    .page-movie .column3 .movie_title {
      font-size: 16px; }
    .page-movie .column3 .btnType02 {
      width: 140px;
      margin-top: 10px; }
    .page-movie .leaflet {
      margin: 50px auto 0 auto;
      padding: 20px 0; }
      .page-movie .leaflet .leaflet__img img {
        width: 120px; }
    .page-movie .document {
      margin-top: 50px;
      padding: 25px 0; }
      .page-movie .document .document__wrap {
        margin: 0 25px;
        flex-wrap: wrap; }
      .page-movie .document .document__column {
        width: 100%; }
        .page-movie .document .document__column:first-child {
          margin-bottom: 20px; }
  .page-admin {
    margin-top: 50px;
    margin-bottom: 60px; }
    .page-admin .pagetitle h2 {
      font-size: 24px; }
    .page-admin .pagetitle .pagetitle__menu {
      padding-bottom: 10px; }
    .page-admin .wrap {
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; }
    .page-admin .sec_set {
      margin-bottom: 30px;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: flex-end; }
      .page-admin .sec_set .sec_set__note {
        margin-bottom: 20px; }
      .page-admin .sec_set .sec_set__view {
        margin-bottom: 25px; }
    .page-admin .btn {
      flex-direction: column; }
      .page-admin .btn li {
        margin-right: 0;
        margin-bottom: 4px; }
        .page-admin .btn li:last-child {
          margin-bottom: 0; }
    .page-admin .tableType01 {
      margin-top: 30px; }
    .page-admin .scroll {
      margin-bottom: 30px; }
  .pager {
    width: 100%; }
    .pager + .tableType01 {
      margin-top: 30px; }
  .page-form {
    margin-top: 50px;
    margin-bottom: 60px; }
    .page-form h3 {
      margin-bottom: 20px; }
    .page-form .tableType02 + h3, .page-form .tableType02 + .btnType01 {
      margin-top: 50px; }
    .page-form .sec_request {
      flex-direction: column-reverse; }
      .page-form .sec_request .sec_request__txt {
        width: 100%; }
      .page-form .sec_request .sec_request__img {
        width: 50%;
        margin: 0 auto 20px auto; }
    .page-form .sec_privacy {
      padding: 25px;
      height: 300px;
      margin: 30px auto 40px auto; }
      .page-form .sec_privacy h3 {
        font-size: 20px;
        margin-bottom: 20px; }
      .page-form .sec_privacy h4 {
        margin: 20px 0 5px 0; }
    .page-form .sec_form_finish {
      margin: 40px auto; }
      .page-form .sec_form_finish .sec_form_finish__message {
        font-size: 24px; }
      .page-form .sec_form_finish ul {
        margin-top: 40px; }
    .page-form input[type="email"] {
      /* 追加調整 */
      width: 70%; }
  .buttons {
    margin: 40px auto 0 auto; } }

@media screen and (max-width: 420px) {
  .hdType01 {
    font-size: 26px; }
  .hdType02 {
    font-size: 20px; }
    .hdType02 span {
      margin-top: 6px;
      font-size: 22px; }
  .hdType03 {
    font-size: 20px;
    margin: 30px 0 25px 0; }
  .column3 .column {
    width: 100%; }
  .column3:after {
    width: 100%; }
  .btnType01 {
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 18px; }
  .btnType02, .btnType03 {
    width: 76px;
    height: 36px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.2; }
    .btnType02 br, .btnType03 br {
      display: block; }
  .btnType04 {
    font-size: 13px; }
  .btnType05 {
    width: 80px; }
  .tableType01 th {
    padding: 8px 4px 8px 4px; }
  .tableType01 td {
    min-width: 6em;
    padding: 8px 1em 8px 4px; }
  .tableType02 tr {
    display: flex;
    flex-direction: column; }
  .tableType02 th.va_top, .tableType02 td.va_top {
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 0px; }
  .tableType02 th {
    width: 100%;
    padding: 12px 0 0 0;
    white-space: pre-wrap;
    border-bottom: none; }
  .tableType02 td {
    width: 100%;
    padding: 3px 0 12px 0; }
  .tableType03 tr {
    display: flex;
    flex-direction: column; }
  .tableType03 th {
    width: 100%;
    padding: 13px 0 0 0;
    white-space: pre-wrap;
    border-bottom: none; }
  .tableType03 td {
    padding: 4px 0 12px 0; }
  .boxType01 {
    padding: 20px 0 25px 0; }
  input[type="text"],
  input[type="postal-code"],
  input[type="tel"],
  input[type="email"] {
    /* 追加調整 */ }
    input[type="text"].w_middle,
    input[type="postal-code"].w_middle,
    input[type="tel"].w_middle,
    input[type="email"].w_middle {
      width: 100%; }
  input[type="password"] {
    width: 100%; }
  .scroll {
    overflow-x: scroll;
    white-space: nowrap; }
  header {
    align-items: center;
    height: 54px; }
    header .header__logo {
      margin-left: 10px; }
      header .header__logo img {
        width: 160px; }
    header .header__menu {
      margin-right: 10px;
      margin-left: 5px; }
      header .header__menu li {
        margin-left: 5px; }
        header .header__menu li.user_name {
          font-size: 12px;
          margin-right: 0; }
  footer .footer__info {
    padding: 20px 20px; }
    footer .footer__info p.office_name {
      font-size: 16px;
      margin: 10px 0 10px 0; }
      footer .footer__info p.office_name br {
        display: block; }
      footer .footer__info p.office_name span {
        margin-right: 0; }
    footer .footer__info p {
      font-size: 15px; }
  footer .footer__copylight {
    font-size: 14px;
    height: 30px; }
  .mainvisual {
    background-size: 180%;
    height: 370px; }
    .mainvisual .mainvisual__parts {
      width: 300px;
      margin: 0 auto; }
      .mainvisual .mainvisual__parts .mark {
        top: 25px;
        width: 70px; }
      .mainvisual .mainvisual__parts h1 {
        top: 94px;
        width: 300px; }
      .mainvisual .mainvisual__parts .caracter01 {
        top: 186px;
        right: 174px;
        width: 102px; }
      .mainvisual .mainvisual__parts .caracter02 {
        top: 177px;
        right: 24px;
        width: 136px; }
  .page-top {
    padding: 30px 0 30px 0; }
    .page-top .box {
      padding: 20px 0 25px 0; }
      .page-top .box h2 {
        border-radius: 10px;
        font-size: 20px;
        padding: 10px 5px;
        margin: 0 20px; }
      .page-top .box .txt {
        font-size: 15px;
        margin: 15px 0 15px 0; }
      .page-top .box .box__contents {
        margin-bottom: 20px; }
    .page-top .sec_login dl dt {
      font-size: 16px; }
      .page-top .sec_login dl dt:nth-child(n+2) {
        margin-top: 15px; }
    .page-top .sec_login dl dd {
      text-align: left;
      margin-top: 5px; }
    .page-top .sec_form {
      margin-top: 30px; }
      .page-top .sec_form .sec_form__info {
        width: 90%;
        padding: 12px 0 15px 0; }
        .page-top .sec_form .sec_form__info .title span {
          display: block;
          margin-right: 0; }
        .page-top .sec_form .sec_form__info .date {
          font-size: 16px;
          margin-top: 0px; }
        .page-top .sec_form .sec_form__info .deadline {
          font-size: 16px;
          height: 30px;
          line-height: 30px;
          margin: 6px 20px 0 20px; }
  .buttons {
    flex-direction: column;
    margin: 30px auto 0 auto; }
    .buttons li {
      margin-right: 0;
      margin-top: 10px; }
      .buttons li:first-child {
        margin-top: 0; }
    .buttons form + form {
      /* 追加調整 */
      margin-left: 0; }
  .page-password {
    margin: 30px auto 40px auto; }
    .page-password .message {
      font-size: 20px;
      margin-top: 25px; }
      .page-password .message br {
        display: block; }
    .page-password .sec_lead {
      margin: 20px auto;
      text-align: left; }
      .page-password .sec_lead br {
        display: none; }
    .page-password dl {
      margin: 0 auto 25px auto; }
      .page-password dl dt {
        font-size: 16px; }
        .page-password dl dt:nth-child(n+2) {
          margin-top: 20px; }
    .page-password .sec_att {
      margin: 20px auto 0 auto; }
  .page-movie {
    margin-top: 30px;
    margin-bottom: 40px; }
    .page-movie .new-movie {
      background: none;
      margin: 30px auto 0 auto;
      padding: 0; }
      .page-movie .new-movie h2, .page-movie .new-movie p {
        margin-left: 0;
        margin-right: 0; }
      .page-movie .new-movie h2 {
        font-size: 18px;
        background: #f5f5f5;
        padding: 8px 0; }
        .page-movie .new-movie h2 span {
          display: block;
          margin-right: 0;
          font-size: 16px;
          margin-bottom: 2px; }
      .page-movie .new-movie .new-movie__date {
        font-size: 15px;
        margin-top: 10px; }
      .page-movie .new-movie .new-movie_thumb {
        margin: 10px auto 15px auto;
        padding: 0; }
      .page-movie .new-movie .new-movie__title {
        font-size: 18px;
        text-align: left; }
      .page-movie .new-movie .new-movie__place {
        font-size: 15px;
        text-align: left; }
      .page-movie .new-movie + .hdType03 {
        margin-top: 40px; }
    .page-movie .movie-info {
      margin: 30px auto 40px auto;
      padding: 15px 0; }
      .page-movie .movie-info h2 {
        font-size: 16px; }
        .page-movie .movie-info h2 span {
          display: block;
          margin-right: 0; }
      .page-movie .movie-info .movie-info__title {
        font-size: 18px;
        margin-top: 10px; }
      .page-movie .movie-info .movie-info__date {
        font-size: 16px;
        margin-top: 10px; }
    .page-movie .column3 .column {
      margin-top: 30px; }
      .page-movie .column3 .column:nth-of-type(2) {
        margin-top: 30px; }
      .page-movie .column3 .column:nth-of-type(3) {
        margin-top: 30px; }
    .page-movie .column3 .movie_thumb {
      margin-top: 8px; }
    .page-movie .column3 .movie_date {
      font-size: 14px; }
    .page-movie .column3 .movie_place {
      margin-top: 4px;
      font-size: 15px; }
    .page-movie .column3 .btnType02 {
      height: 40px;
      line-height: 40px;
      border-radius: 20px;
      font-size: 15px; }
    .page-movie .leaflet {
      margin: 40px auto 0 auto; }
      .page-movie .leaflet .leaflet__img img {
        width: 80px; }
      .page-movie .leaflet .leaflet__txt {
        margin-left: 15px; }
    .page-movie .document {
      margin-top: 50px;
      padding: 20px 0; }
      .page-movie .document .document__wrap {
        margin: 0 20px;
        justify-content: space-between;
        flex-wrap: wrap; }
      .page-movie .document .document__column {
        flex-wrap: wrap;
        align-items: flex-start; }
        .page-movie .document .document__column .img_leaflet {
          width: 100%;
          margin: 15px auto 20px auto;
          text-align: center; }
          .page-movie .document .document__column .img_leaflet img {
            width: 130px; }
        .page-movie .document .document__column .img_enquete {
          width: 100%;
          margin: 15px auto 20px auto;
          text-align: center; }
          .page-movie .document .document__column .img_enquete img {
            width: 130px;
            margin-bottom: 15px; }
          .page-movie .document .document__column .img_enquete .btnType06 + btnType06 {
            margin-top: 8px; }
        .page-movie .document .document__column .txt {
          margin: 0 15px 15px 15px; }
          .page-movie .document .document__column .txt h2 {
            font-size: 16px;
            margin-bottom: 6px; }
          .page-movie .document .document__column .txt p {
            font-size: 15px; }
            .page-movie .document .document__column .txt p.office_info01 {
              margin-top: 10px; }
            .page-movie .document .document__column .txt p.office_info02 {
              margin-top: 10px;
              font-size: 15px; }
        .page-movie .document .document__column:first-child {
          margin-bottom: 20px; }
  .admin_menu {
    height: 54px;
    justify-content: space-between; }
    .admin_menu h1 {
      font-size: 18px;
      margin: 2px 10px 0 10px; }
    .admin_menu ul {
      margin-right: 10px; }
      .admin_menu ul li {
        margin-left: 5px; }
  .setting_menu {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    .setting_menu .wrap_date {
      padding: 0 10px; }
      .setting_menu .wrap_date .date {
        display: flex; }
        .setting_menu .wrap_date .date input {
          width: 140px;
          height: 36px;
          margin-right: 5px; }
        .setting_menu .wrap_date .date p {
          margin-right: 5px;
          font-size: 14px; }
        .setting_menu .wrap_date .date .btnType05 {
          width: 60px;
          height: 36px;
          font-size: 14px; }
  .page-admin {
    margin-top: 30px;
    margin-bottom: 40px; }
    .page-admin .pagetitle {
      margin-bottom: 25px;
      align-items: center; }
      .page-admin .pagetitle h2 {
        font-size: 18px;
        padding-bottom: 5px; }
      .page-admin .pagetitle .pagetitle__menu {
        padding-bottom: 8px; }
        .page-admin .pagetitle .pagetitle__menu li {
          margin-left: 5px; }
    .page-admin .wrap {
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; }
    .page-admin .sec_set {
      margin-bottom: 20px; }
      .page-admin .sec_set input[type=date] {
        width: 140px; }
      .page-admin .sec_set .sec_set__note {
        margin-bottom: 10px; }
        .page-admin .sec_set .sec_set__note ol li {
          flex-direction: column;
          margin-top: 5px; }
          .page-admin .sec_set .sec_set__note ol li:first-child {
            margin-top: 3px; }
          .page-admin .sec_set .sec_set__note ol li p.short {
            width: auto; }
          .page-admin .sec_set .sec_set__note ol li p.all {
            margin-left: 1em; }
      .page-admin .sec_set .sec_set__count {
        display: block;
        padding: 8px 0;
        margin: 15px 0 0 0; }
      .page-admin .sec_set .sec_set__view {
        margin-bottom: 20px; }
        .page-admin .sec_set .sec_set__view .date {
          justify-content: flex-start;
          margin-bottom: 20px;
          flex-wrap: wrap; }
          .page-admin .sec_set .sec_set__view .date input {
            font-size: 15px;
            margin-right: 5px; }
          .page-admin .sec_set .sec_set__view .date p {
            margin-right: 5px; }
          .page-admin .sec_set .sec_set__view .date .btnType05 {
            margin: 10px 0 0; }
    .page-admin .tableType01 {
      margin-top: 25px; }
      .page-admin .tableType01 + .pager {
        margin-top: 17px; }
    .page-admin .scroll {
      margin-bottom: 17px; }
    .page-admin .btn {
      flex-direction: row; }
      .page-admin .btn li {
        margin-right: 4px;
        margin-bottom: 0; }
        .page-admin .btn li:last-child {
          margin-right: 0; }
    .page-admin .buttons {
      margin: 30px auto 0 auto; }
      .page-admin .buttons li {
        margin-right: 10px; }
  .pager {
    font-size: 16px;
    justify-content: center; }
    .pager + .tableType01 {
      margin-top: 25px; }
    .pager ul {
      flex-wrap: wrap;
      justify-content: center; }
      .pager ul li {
        margin-top: 8px; }
        .pager ul li.prev, .pager ul li.next {
          width: 60px; }
        .pager ul li.dot {
          border: none;
          width: 20px; }
  .page-form {
    margin-top: 30px;
    margin-bottom: 40px; }
    .page-form h3 {
      font-size: 18px;
      margin-bottom: 15px; }
    .page-form .tableType02 + h3, .page-form .tableType02 + .btnType01 {
      margin-top: 30px; }
    .page-form .sec_request .sec_request__txt p.event-date {
      padding: 10px;
      margin: 20px 0 10px 0; }
      .page-form .sec_request .sec_request__txt p.event-date span {
        display: block;
        margin-left: 0; }
    .page-form .sec_request .sec_request__txt p.deadline {
      padding: 10px;
      margin: 0 0 30px 0; }
    .page-form .sec_request .sec_request__img {
      width: 80%; }
    .page-form .sec_privacy {
      padding: 15px;
      height: 400px;
      margin: 20px auto 30px auto; }
      .page-form .sec_privacy h3 {
        font-size: 18px;
        margin-bottom: 15px; }
      .page-form .sec_privacy h4 {
        margin: 15px 0 5px 0; }
      .page-form .sec_privacy .office_name br {
        display: block; }
    .page-form .sec_form_finish {
      margin: 30px auto; }
      .page-form .sec_form_finish .sec_form_finish__message {
        font-size: 22px; }
      .page-form .sec_form_finish ul {
        margin-top: 30px; }
    .page-form input[type="email"] {
      /* 追加調整 */
      width: 100%; } }