@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('//fonts.googleapis.com/css?family=Roboto');

* {
  box-sizing: border-box;
}

html,
html a,
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  color: #666;
  -webkit-text-size-adjust: none;
  font-family: 'Ubuntu', 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  word-wrap: break-word;
  /*
  display:none;
  */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, "Noto Sans Japanese", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4b4949;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #606088;
}

.container {
  max-width: 992px;
}

.btn-default {
  padding: 15px 50px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #919191;
  color: inherit;
}

.btn-default:hover {
  background-color: #919191;
  border: 1px solid #919191;
  color: #fff;
}

.label {
  border-radius: 0;
  font-weight: normal;
}

.label-success {
  background-color: #606088;
}

#content {
  margin-top: 192px;
}

.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

.delayOff {}

.delayOn {}

.delay {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

/*----------
  header
----------*/
#header {}

.nav-header {
  top: 0;
  margin-bottom: 0;
  padding: 35px 0;
  background: none;
  background-color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-header .navbar-header {
  float: none;
  margin-bottom: 30px;
  text-align: center;
}

.nav-header .navbar-brand {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  float: none;
  display: inline-block;
}

.nav-header .navbar-brand img {
  width: 320px;
  height: auto;
  vertical-align: bottom;
}

.nav-header .navbar-nav {
  float: none;
}

.nav-header .navbar-nav>li {
  width: 12.666666%;
  text-align: center;
  border-left: 1px solid #ddd;
}

.nav-header .navbar-nav>li:last-child {
  border-right: 1px solid #ddd;
}

.nav-header .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4d4d4d;
  font-size: 1.55rem;
}

.nav-header .navbar-nav>li>a:hover,
.nav-header .navbar-nav>li>a:focus,
.nav-header .navbar-nav>li>a:active,
.nav-header .navbar-nav>.active>a:focus,
.nav-header .navbar-nav>.active>a {
  background-color: transparent;
  color: #606088;
}

.nav-header.navbar-fixed-top-scroll {
  padding: 15px 0;
  border-bottom: 1px solid #e5e7e9;
}

.nav-header.navbar-fixed-top-scroll .navbar-header {
  float: left;
  margin-bottom: 0;
}

.nav-header.navbar-fixed-top-scroll .navbar-brand img {
  width: 200px;
  margin-top: 15px;
}

.nav-header.navbar-fixed-top-scroll .navbar-nav {
  float: right;
}

.nav-header.navbar-fixed-top-scroll .navbar-nav>li {
  width: auto;
  border: none;
}

.nav-header.navbar-fixed-top-scroll .navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}


/*----------
  top
----------*/
.section-title {
  margin: 0 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
  color: #333;
}

.section-slider {}

.section-slider .item {
  position: relative;
}

.section-slider .caption {
  position: absolute;
  top: calc(50% - 80px);
  left: 0;
  right: 0;
  color: #fff;
}

.section-slider .caption h2 {
  margin: 0;
  font-size: 60px;
  line-height: 1.25;
}

.section-slider .caption p {
  font-size: 24px;
}

.section-slider .caption .btn {
  padding: 15px 40px;
}

.section-slider .caption .btn:after {
  font-family: 'FontAwesome';
  content: '\f105';
  margin-left: 15px;
}

.slick-slide:focus {
  outline: none;
}

.slick-arrow:focus {
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  margin: 0;
  padding: 0;
  background-color: rgba(30, 57, 83, 0.25);
  border: none;
  width: 45px;
  line-height: 45px;
  font-size: 30px;
  color: #fff;
}

.slick-disabled {
  display: none !important;
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.slick-dots li {
  padding: 0;
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  background: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #616161;
}

.section-links {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}

.section-links .item {
  position: relative;
  display: block;
  text-decoration: none;
  color: #b4b3b3;
}

.section-links .item:hover .text {
  color: #606088;
}

.section-links .item .text {
  padding: 25px 15px;
  background-color: #fff;
  text-align: center;
}

.section-links .item h3 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 20px;
}

.section-links .item .sub-title:before,
.section-links .item .sub-title:after {
  content: '-';
  margin: 0 10px;
}

.section-post {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-post .item {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 0 20px 5px;
  border-bottom: 1px solid #f4f4f4;
  color: #b4b3b3;
}

.section-post .item:hover {
  color: #606088;
}

.section-post .item time {
  display: inline-block;
  margin-bottom: 5px;
}

.section-post .item h4 {
  display: inline-block;
  margin: 0;
  font-size: inherit;
}

.section-post .read-more {
  text-align: right;
  margin-top: 30px;
}

/*----------
  page
----------*/
.page-header {
  margin: 0;
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  border-bottom: none;
}

.page-header .page-title {
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, .55);
}

.page-header .page-title time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 2px;
}

.page-header .page-title time:before {
  font-family: 'FontAwesome';
  content: '\f073';
  margin-right: 5px;
}

.page-body {
  margin: 0;
}

/* page custom style */
.page-body h1,
.page-body h2,
.page-body h3,
.page-body h4,
.page-body h5,
.page-body h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.page-body .background-color {
  background-color: #e5e8ef;
}

.page-body .lead {
  margin-bottom: 0;
  color: #606088;
}

.page-body .padding-10 {
  padding: 10px;
}

.page-body .padding-30 {
  padding: 30px;
}

.page-body .padding-top {
  padding-top: 50px;
}

.page-body .padding-bottom {
  padding-bottom: 50px;
}

.page-body .padding-left {
  padding-left: 50px;
}

.page-body .padding-right {
  padding-right: 50px;
}

.page-body .padding-top-10 {
  padding-top: 10px;
}

.page-body .padding-bottom-10 {
  padding-bottom: 10px;
}

.page-body .padding-left-10 {
  padding-left: 10px;
}

.page-body .padding-right-10 {
  padding-right: 10px;
}

.page-body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.page-body .margin-top {
  margin-top: 50px;
}

.page-body .margin-bottom {
  margin-bottom: 50px;
}

.page-body .margin-left {
  margin-left: 50px;
}

.page-body .margin-right {
  margin-right: 50px;
}

.page-body .margin-top-10 {
  margin-top: 10px;
}

.page-body .margin-bottom-10 {
  margin-bottom: 10px;
}

.page-body .margin-left-10 {
  margin-left: 10px;
}

.page-body .margin-right-10 {
  margin-right: 10px;
}

.page-body .margin-top-20 {
  margin-top: 20px;
}

.page-body .margin-bottom-20 {
  margin-bottom: 20px;
}

.page-body .margin-left-20 {
  margin-left: 20px;
}

.page-body .margin-right-20 {
  margin-right: 20px;
}

.page-body .margin-top-30 {
  margin-top: 30px;
}

.page-body .margin-bottom-30 {
  margin-bottom: 30px;
}

.page-body .margin-left-30 {
  margin-left: 30px;
}

.page-body .margin-right-30 {
  margin-right: 30px;
}

.page-body .box-bordered {
  border: 1px solid #b4b3b3;
}

.page-body ol {
  padding-left: 1em;
}

.page-body img {
  margin-left: auto;
  margin-right: auto;
}

.page-body p {
  text-align: justify;
}

/* page about */
.page-about .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle;
  text-align: left;
}

.page-about-1 .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle;
  text-align: left;
}

/* page officer */
.page-officer .page-body .text-position {
  margin-bottom: 5px;
  font-size: 1.35rem;
}

.page-officer .page-body .text-name {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

/* page guide */
.page-guide .page-body h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #333;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 18px;
}

.page-guide .page-body .list-point {
  margin: 30px 0 20px;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.page-guide .page-body .list-point li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.page-guide .page-body .list-point li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* page news */
.page-template-template-news .item {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 0 20px 5px;
  border-bottom: 1px solid #f4f4f4;
  color: #b4b3b3;
}

.page-template-template-news .item:hover {
  color: #606088;
}

.page-template-template-news .item time {
  display: inline-block;
  margin-bottom: 5px;
  background-color: #b4b3b3;
  color: #fff;
  padding: 0 5px;
  margin: 3px 5px 0 !important;
}

.page-template-template-news .item h4 {
  display: inline-block;
  margin: 0;
  font-size: inherit;
}

.page-template-template-news .read-more {
  text-align: right;
  margin-top: 30px;
}

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

.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
  background-color: #f7f7f7;
  text-align: center;
}

/*----------
  single
----------*/

/*----------
  form
----------*/

/*----------
  radio & checkbox
----------*/
input[type=checkbox] {
  display: none;
}

input[type=checkbox]+.wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]+.wpcf7-list-item-label:before {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}

input[type=checkbox]:checked+.wpcf7-list-item-label:before {
  background-color: #2287c6;
}

/*----------
  sidebar
----------*/
.list-banner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-banner li {
  margin-bottom: 10px;
}

.list-banner li:last-child {
  margin-bottom: 0;
}

/*----------
  footer
----------*/
footer {}

.section-footer {
  padding: 30px 0;
  background-color: #f4f4f4;
}

.section-footer h3 {
  margin: 0 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b1b1b2;
  font-size: 18px;
}

.section-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-footer ul li,
.section-footer ul li a {
  color: #b8b8b8;
}

.section-footer ul li ul {
  margin-left: 10px;
}

.section-footer ul li ul li a {
  display: block;
  font-size: 11px;
  line-height: 2;
}

.section-footer .follow-us {
  display: inline-block;
}

.section-footer .follow-us a {
  display: inline-block;
  padding: 0 5px;
  background-color: #2a5272;
}

.section-footer .follow-us a i {
  color: #fff;
  font-size: 11px;
}

.section-footer .contact-wrap i {
  margin-right: 5px;
  color: #606088;
}

.section-footer .address {
  margin-left: 23px;
}

.section-footer .widget-1 img {
  width: 70%;
}

.section-copyright {
  padding: 20px 0;
  background-color: #a3b4be;
  text-align: right;
  font-size: 13px;
}

.copyright {
  margin-top: 10px;
  color: #fff;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  z-index: 1000;
  opacity: 0;
}

#pagetop i {
  width: 40px;
  height: 40px;
  padding-top: 5px;
  background-color: #717071;
  font-size: 2em;
  color: #fff;
}

@media (min-width:768px) and (max-width:991px) {
  .section-slider .caption h2 {
    font-size: 40px;
  }

  .section-overview .overview-text h3 {
    float: none;
    margin: 0;
  }

  .section-overview .overview-text p {
    float: none;
    margin: 0;
    padding: 0;
    border-left: none;
  }

  .section-post .item {
    margin-bottom: 30px;
  }

  .section-post .read-more {
    margin-top: 0;
  }
}

@media (max-width:767px) {

  /*----------
    content
  ----------*/
  #content {
    margin-top: 74px;
  }

  /*----------
    header
  ----------*/
  #header {
    height: auto;
  }

  .header-top {
    display: none;
  }

  .nav-header {
    top: 0;
    padding: 15px 0;
  }

  .nav-header .navbar-header {
    margin-bottom: 0;
  }

  .nav-header .navbar-brand {
    margin-top: 4px;
  }

  .nav-header .navbar-brand img {
    width: 200px;
    margin-top: 5px;
  }

  .nav-header .navbar-nav {
    margin: 10px 0 0;
  }

  .nav-header .navbar-nav>li {
    width: auto;
    border: none;
    border-bottom: 1px dotted #ddd;
    text-align: left;
  }

  .nav-header .navbar-nav>li:last-child {
    border-bottom: none;
  }

  .nav-header .navbar-nav>li>a {
    padding: 10px 15px;
  }

  .navbar-toggle {
    position: absolute;
    top: 35px;
    right: 15px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  .navbar-toggle .icon-bar {
    height: 3px;
    background-color: #606088;
    border-radius: 0;
  }

  .nav-header.navbar-fixed-top-scroll .navbar-header {
    float: none;
  }

  .nav-header.navbar-fixed-top-scroll .navbar-brand img {
    width: 200px;
    margin-top: 5px;
  }

  .nav-header.navbar-fixed-top-scroll .navbar-nav {
    float: none;
  }

  .nav-header.navbar-fixed-top-scroll .navbar-nav>li {
    width: auto;
    border-bottom: 1px dotted #ddd;
  }

  .nav-header.navbar-fixed-top-scroll .navbar-nav>li:last-child {
    border-bottom: none;
  }

  .nav-header.navbar-fixed-top-scroll .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*----------
    top
  ----------*/
  .section-title {
    font-size: 24px;
  }

  .section-title-sub {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .section-slider {}

  .section-slider .item img {
    max-width: 100%;
    height: auto;
  }

  .section-slider .caption {
    top: 30px;
  }

  .section-slider .caption h2 {
    text-align: center;
    font-size: 18px;
  }

  .section-slider .caption p {
    text-align: center;
    font-size: 12px;
  }

  .section-slider .caption .more {
    text-align: center;
  }

  .section-slider .caption .btn {
    padding: 8px 15px;
    font-size: 14px;
  }

  .section-slider .slick-next {
    right: 0;
  }

  .section-slider .slick-prev {
    left: 0;
  }

  .section-links {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .section-links .item {
    margin-bottom: 15px;
  }

  .section-links .item .overlay-inner {
    margin-top: 70px;
  }

  .section-overview .inner {
    padding: 30px 0;
  }

  .section-overview .overview-text h3 {
    float: none;
    margin: 0 0 10px;
  }

  .section-overview .overview-text p {
    float: none;
    margin: 0 0 15px;
    padding: 0;
    border-left: none;
  }

  .section-post {
    padding: 30px 0;
  }

  .section-post .item time {
    position: static;
  }

  .section-post .item h4 {
    margin-left: 0;
    font-size: 14px;
  }

  .section-post .read-more {
    margin-top: 15px;
  }

  .section-footer {
    padding: 30px 0;
  }

  .section-footer .widget {
    margin-bottom: 15px;
  }

  .section-footer .widget-4 {
    margin-bottom: 0;
  }

  /*----------
    page
  ----------*/
  .page-header {
    padding: 30px 0;
  }

  .page-header .page-title {
    font-size: 24px;
    letter-spacing: 2px;
  }

  /* page custom style */
  .page-body h1 {
    font-size: 20px;
    line-height: 32px;
  }

  .page-body h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .page-body h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .page-body h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .page-body h5 {
    font-size: 12px;
    line-height: 18px;
  }

  .page-body h6 {
    font-size: 11px;
    line-height: 16px;
  }

  .page-body .margin-top {
    margin-top: 30px;
  }

  .page-body .margin-bottom {
    margin-bottom: 30px;
  }

  .page-body .padding-30 {
    padding: 15px;
  }

  .page-body .padding-top {
    padding-top: 30px;
  }

  .page-body .padding-bottom {
    padding-bottom: 30px;
  }

  .page-body .img-responsive {
    margin: 0 auto 10px;
  }

  .page-body img.pull-left {
    float: none !important;
  }

  /*----------
    sidebar
  ----------*/
  .sidebar {
    margin-top: 30px;
  }

  /*----------
    footer
  ----------*/
  .copyright {
    margin: 0;
  }
}

/*----------
.page-recture
  ----------*/

.page-recture .page-body {
  margin-bottom: 30px
}

.page-recture .page-body h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #333;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 18px;
}

.page-recture .page-body h3:first-child {
  margin-top: 30px
}

#agree {
  display: none
}

#noagree {
  display: block
}

#recture_under {
  margin-top: 30px;
  margin-left: 150px;
}

#recture_agree {
  margin-top: 20px;
  text-align: center
}

#recture_agree input {
  width: 30px;
}

#recture_input_right {
  margin-left: 20px
}


.recture_list {
  margin: 10px
}

.event_table {
  margin-top: 20px
}

#agree,
#noagree {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 2%;
  text-align: center
}

.pdf {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-top: -3px;
  background: url(../images/icon-pdf.png) left center no-repeat;
  background-size: auto;
  background-size: 16px 16px;
  vertical-align: middle;
}

@media (max-width:767px) {

  .page-recture .padding-top {
    padding-top: 10px
  }

  #agree,
  #noagree {
    width: auto;
    margin-top: 10px
  }

  #recture_agree {
    margin-top: 10px
  }

  #recture_under {
    margin-top: 30px;
    margin-left: 10px;
  }

  .page-recture .page-body h3 {
    font-size: 16px
  }

  .recture_list {
    margin: 10px 0
  }

  .recture_list li {
    margin-bottom: 7px
  }

}

/*  ----------
top_page追記
 ----------*/

.section-post {
  margin-bottom: 30px
}

#navber ul {
  margin-left: 20%
}

#col-sm-4-text2 {
  font-size: 16px;
  line-height: 1.5
}

.responsive_br {
  display: none
}


@media (max-width:767px) {
  #recture_h1 {
    font-size: 20px;
  }

  .pc_br {
    display: none
  }

  .responsive_br {
    display: block
  }

  .slick-dots li {
    display: none
  }

  .pdf {
    margin: 0
  }

}

/* 20190605更新 */

#recture__table {
  text-align: center
}


.event_title {
  text-align: left
}