@charset "utf-8";
/* CSS Document */

body {
  font-size: 16px;
  line-height: 1.8;
  word-break: break-all;
}
.btn-default {
  margin-left: 10px;
  background: #1257b5 !important;
  color: #fff !important;
  line-height: 1;
  padding: 10px 12px 8px;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:active,
.btn-default:hover:active,
.btn-default:focus {
  background: rgba(18, 87, 181, 0.8) !important;
  color: #fff !important;
}

.header {
  background: #1257b5;
}
.wr {
  word-wrap: break-word;
  display: inline-block;
}
.bg_grey {
  background: #f4f4f4;
  padding: 30px 0 7px 0;
  margin-bottom: 30px;
}
.indent{
  text-indent: 1em;
}
.red {
  color: #ff0000;
}

.inner {
  width: 1000px;
  margin: 0 auto 30px;
}

.header .inner {
  margin-bottom: 0;
}

.header .inner h1 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  padding: 30px 0;
  color: #fff;
}

.l_nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.l_nav ul.bb_no {
  margin-bottom: 3px;
}

.l_nav ul li {
  text-align: center;
  border-right: 3px solid #fff;
  width: 25%;
  font-size: 16px;
  color: #fff;
  height: 44px;
  vertical-align: top;
}

.l_nav ul li.s_text {
  width: 25%;
}

.l_nav ul li a {
  text-decoration: none;
  background: #1257b5;
  display: block;
  line-height: 44px;
  color: #fff;
  height: 44px;
}

.l_nav ul li.s_text a {
  font-size: 14px;
  height: 44px;
}

.l_nav ul li.s_text a span.no {
  font-size: 17px;
}

.l_nav ul li a:hover {
  background: #ddd;
  color: #1257b5;
}

.l_nav ul li:first-child {
  border-left: 3px solid #fff;
}

.l_nav ul li a span {
  font-size: 14px;
  margin-left: 10px;
}

#contents {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

#contents .container {
  clear: both;
  overflow: hidden;
  width: 970px;
}

#contents p.main_img {
  text-align: center;
  padding-bottom: 30px;
}

.map {
  padding: 10px 0 0;
}

#contents h3 {
  font-size: 32px;
  margin: 70px 0 20px;
  padding-top: 10px;
  font-weight: bold;
  border-bottom: 3px solid #1257b5;
  color: #1257b5;
  clear: both;
}

#contents h3.text-center {
  line-height: 1.6em;
  padding-bottom: 5px;
}

#contents ul {
  padding-left: 25px;
  list-style: disc;
  line-height: 1.42857;
}

#contents ul.no {
  padding-bottom: 0;
  margin: 0;
}

#contents ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  list-style: disc;
}

#contents ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#contents ul.s_list li {
  padding-bottom: 0;
  margin-bottom: 0;
}

#contents article {
  border: 1px solid #1257b5;
}

#contents article h4 {
  background: #1257b5;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 12px 8px 8px;
}

#contents article div {
  padding: 8px;
}
#contents article div.text_area {
  padding: 8px;
}
#contents article div small span {
  text-decoration: line-through;
}

.table {
  margin-bottom: 20px;
}

.table th {
  vertical-align: middle;
  width: 220px;
  text-align: center;
}

.table td {
  padding: 10px 20px;
}

.table td ul {
  padding-left: 25px;
}

#contents .table td ul.s_list {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.table td ul li {
  list-style: disc;
  padding-bottom: 10px;
}

.table td ul li:last-child {
  padding-bottom: 0;
}

hr {
  border-bottom: 1px solid #eee;
  display: block;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  vertical-align: middle;
  background: #f9f9f9;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 12px 10px 12px;
  vertical-align: middle;
}

.bg {
  background: #f9f9f9;
}

.table > thead > tr > th.no_bg,
.table > tbody > tr > th.no_bg,
.table > tfoot > tr > th.no_bg {
  background: none;
}

caption {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 5px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb60 {
  margin-bottom: 60px;
}

.small {
  color: #666;
}

p.text {
  margin-bottom: 20px;
}

.p_list li dl {
  margin-bottom: 10px;
}

.p_list li dl dt h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}

#contents ul.kome_list {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  color: #666;
  font-size: 85%;
  line-height: 20px;
}

#contents ul.kome_list li {
  background: url(../../../movie/common/images/kome.gif) no-repeat 0 3px;
  padding-left: 18px;
  list-style: none;
  padding-bottom: 0;
}

#contents ul.kome_list li ul {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
}

#contents ul.kome_list li ul li {
  background: none;
  padding-left: 0;
  margin-bottom: 10px;
}

#contents ul.kome_list li ul li:last-child {
  margin-bottom: 0;
}

#contents ul.kome_list li ul li dl {
  display: table;
  margin-bottom: 0;
}

#contents ul.kome_list li ul li dl dt {
  display: table-cell;
  width: 60px;
}

#contents ul.kome_list li ul li dl dd {
  display: table-cell;
}

#contents ol.num_list {
  padding-left: 20px;
  line-height: 1.42857;
}

#contents ol.num_list li {
  list-style: decimal;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#contents ol.num_list li ul {
  margin-bottom: 10px;
}

#contents ol.num_list li ul li {
  list-style: disc;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 85%;
  line-height: 20px;
}

#contents ol.num_list_s {
  padding-left: 20px;
  line-height: 1.42857;
  font-size: 85%;
  margin: 10px 0;
}

#contents ol.num_list_s li {
  margin-bottom: 0;
  padding-bottom: 0;
}

#contents ol.num_list_table {
  color: #666;
}

#contents ol.num_list_table li {
  margin-bottom: 0;
  padding-bottom: 0;
}

table.fee {
  margin-bottom: 0;
}
td.fee {
  width: 25%;
  text-align: center;
}

dl.consideration {
  margin: 30px 0;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

dl.consideration dt {
  margin-bottom: 10px;
}

p.mgt5 {
  margin-top: 5px;
}

.dl_btn_area {
  margin: 0 auto;
  max-width: 500px;
}

.dl_btn_area.mgb10 {
  margin-bottom: 10px;
}

.dl_btn_area a {
  display: block;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #1257b5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  font-size: 22px;
}

.dl_btn_area a:hover {
  background: #bbb;
}

article h5 {
  font-size: 18px;
  padding: 8px 8px 4px 8px;
  margin-bottom: 4px;
  line-height: 1.6;
  color: #1257b5;
  border-bottom: 2px solid #1257b5;
}

.center {
  text-align: center;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgt40 {
  margin-top: 40px;
}
.contact {
  margin: 40px auto 0;
  padding: 15px;
  background-color: #f5f5f5 !important;
  border: 1px solid #e3e3e3 !important;
}
.contact h4 {
  background: #d8d8d8 !important;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 10px 0 5px;
  font-size: 2.4rem;
}
.contact .inner {
  padding: 0 15px;
  margin: 0 auto 0px;
}

@media screen and (max-width: 1024px) {
  #contents {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .inner {
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 800px) {
  .header .inner h1 {
    text-align: left;
  }
  .header .inner h1 br {
    display: none;
  }
  .l_nav ul li:nth-child(3) {
    border-left: 3px solid #fff;
  }
  .l_nav ul li {
    width: 49%;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .movie_area {
    display: block;
    flex-wrap: wrap;
  }

  .movie_area div.movie {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .l_nav ul li {
    border-left: 3px solid #fff;
    width: 100%;
    margin-bottom: 3px;
  }
  .contact .inner {
    padding: 0;
    margin: 0 auto 0px;
  }
  #contents h3 {
    font-size: 28px;
  }
  .table {
    display: block;
  }
  tbody {
    display: block;
  }
  .table tr {
    display: block;
    border-top: 1px solid #ddd;
  }
  .table th,
  table td {
    width: 100%;
    display: block;
  }
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td {
    border: none;
  }
  .table-bordered > tbody > tr > th {
    border-bottom: 1px solid #ddd;
  }
  .table-bordered > tbody > tr > th br {
    display: none;
  }
  .table-bordered {
    border-top: none;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact h4 {
    padding: 10px 0;
  }
}

/* youtube
------------------------------------------------ */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media print {
  /* 省略 */
  a[href]:after {
    content: " ";
  }
  abbr[title]:after {
    content: " ";
  }
  /* 省略 */
}
