@charset "UTF-8";
html {
  font-family: 'Meiryo', sans-serif;
}

.l-header {
  position: relative;
}

.l-header__lang {
  padding: 0 10px;
}

@media (max-width: 499px) {
  .l-header__lang {
    padding: 24px 10px 0;
  }
}

.l-header__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (max-width: 499px) {
  .l-header__logo {
    text-align: center;
  }
}

.l-header__logo img {
  width: 90%;
}

@media (max-width: 499px) {
  .l-header__logo img {
    width: 92%;
  }
}

.l-inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.l-footer {
  margin-top: 60px;
  padding-top: 80px;
  background: #f9f9f9;
  border-top: 3px solid #000;
}

@media (max-width: 499px) {
  .l-footer {
    padding-top: 16px;
  }
}

.l-footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 499px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__body {
  width: 32%;
  padding: 5px;
}

@media (max-width: 499px) {
  .l-footer__body {
    width: 90%;
    margin: 0 auto;
  }
  .l-footer__body.-order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__body.-order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-footer__body.-order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 499px) {
  .l-footer__footerLogo {
    padding-top: 16px;
    text-align: center;
  }
}

.l-footer__footerLogo img {
  width: 100%;
}

@media (max-width: 499px) {
  .l-footer__footerLogo img {
    width: 60%;
  }
}

.l-footer__txt {
  line-height: 1.6;
}

@media (max-width: 499px) {
  .l-footer__txt {
    width: 250px;
    margin: 0 auto;
    font-size: 14px;
  }
}

.l-footer__txt li:first-child {
  padding-top: 8px;
}

.l-footer__txt li span {
  color: red;
}

.l-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 499px) {
  .l-footer__sns {
    width: 250px;
    margin: 0 auto;
    padding: 16px 0 8px;
  }
}

.l-footer__sns.-line {
  padding: 16px 0;
}

.l-footer__snsCont i {
  color: #1da1f3;
  font-size: 48px;
}

.l-footer__list li {
  padding: 14px 0;
  border-bottom: 1px solid #D9D9D9;
}

.l-footer__copylight {
  padding-top: 64px;
}

.l-footer__copylight p {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 499px) {
  .l-footer__copylight p {
    font-size: 12px;
    padding-bottom: 24px;
  }
}

.p-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
  font-size: 14px;
}

@media (max-width: 499px) {
  .p-breadcrumb {
    display: none;
  }
}

.p-breadcrumb__item {
  padding-right: 10px;
}

.p-breadcrumb__item i {
  padding-right: 8px;
}

.p-breadcrumb__item::after {
  content: '/';
  padding-left: 4px;
}

.p-breadcrumb__item:last-of-type::after {
  content: '';
}

.p-form input {
  width: 40%;
  padding: 10px 8px;
  border: 1px solid #D9D9D9;
}

@media (max-width: 499px) {
  .p-form input {
    width: 90%;
    padding: 6px 8px;
  }
}

.p-form input.-mail {
  width: 65%;
}

@media (max-width: 499px) {
  .p-form input.-mail {
    width: 90%;
  }
}

.p-form input.-post {
  width: 20%;
}

.p-form input.-address {
  width: 80%;
}

.p-form select {
  width: 40%;
  padding: 3px 8px;
  border: 1px solid #D9D9D9;
}

@media (max-width: 499px) {
  .p-form select {
    width: 56%;
  }
}

.p-form__select {
  position: relative;
  width: 80%;
}

.p-form__select::after {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 61%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media (max-width: 499px) {
  .p-form__select::after {
    right: 47%;
  }
}

.p-form input[type="radio"] {
  width: auto;
}

.p-form textarea {
  width: 80%;
  border: 1px solid #D9D9D9;
}

@media (max-width: 499px) {
  .p-form textarea {
    width: 100%;
  }
}

.p-form__mb {
  display: inline-block;
  margin-bottom: 16px;
}

.p-form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.p-form dt {
  width: 13%;
  margin-bottom: 16px;
  font-weight: normal;
}

@media (max-width: 499px) {
  .p-form dt {
    width: 20%;
    margin-bottom: 8px;
  }
}

.p-form dd {
  width: 80%;
  margin-bottom: 16px;
}

@media (max-width: 499px) {
  .p-form dd {
    margin-bottom: 8px;
  }
}

.p-lang {
  padding: 10px 0 0;
}

.p-lang__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 499px) {
  .p-lang__body {
    width: 230px;
    padding-top: 13px;
  }
}

.p-lang__icon {
  width: 20%;
}

@media (max-width: 499px) {
  .p-lang__icon {
    width: 25%;
  }
}

.p-lang__desc {
  font-size: 10px;
}

@media (max-width: 499px) {
  .p-lang__desc {
    display: none;
  }
}

.p-lang__img img {
  width: 70%;
}

@media (max-width: 499px) {
  .p-lang__img img {
    width: 60%;
  }
}

.p-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 499px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2px;
  }
}

.p-media__half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 8px;
  padding-right: 4px;
}

@media (max-width: 499px) {
  .p-media__half {
    width: 100%;
    padding-right: 0;
  }
}

.p-media__half:nth-of-type(2n) {
  padding-right: 0;
}

.p-media__half.-column {
  display: block;
}

@media (max-width: 499px) {
  .p-media__half.-order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 499px) {
  .p-media__half.-order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-media__txt {
  line-height: 1.6;
}

@media (max-width: 499px) {
  .p-media__txt {
    font-size: 14px;
    padding-right: 8px;
    padding-left: 4px;
  }
}

.p-media__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  border: 1px solid;
}

@media (max-width: 499px) {
  .p-media__body {
    margin: 0 2px;
  }
}

.p-media__img {
  min-width: 180px;
}

@media (max-width: 499px) {
  .p-media__img {
    min-width: 135px;
  }
}

.p-media__img img {
  width: 100%;
}

@media (max-width: 499px) {
  .p-media__img img {
    height: 152px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-media__imgBig img {
  width: 100%;
}

.p-media__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 2px;
  font-size: 12px;
}

@media (max-width: 499px) {
  .p-media__info {
    padding-left: 0;
  }
}

.p-media__info dt {
  width: 33%;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  border-bottom: 1px solid #D9D9D9;
  color: #000;
}

.p-media__info dt:last-of-type {
  border-bottom: none;
}

@media (max-width: 499px) {
  .p-media__info dt {
    width: 32%;
    padding-left: 1px;
    font-size: 11px;
  }
}

.p-media__info dd {
  width: 65%;
  padding: 2px 0;
  border-bottom: 1px solid #D9D9D9;
}

.p-media__info dd:last-of-type {
  border-bottom: none;
}

@media (max-width: 499px) {
  .p-media__info dd {
    width: 68%;
    font-size: 11px;
  }
}

.p-nav {
  width: 75%;
}

@media (max-width: 499px) {
  .p-nav {
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10;
  }
}

.p-nav.is-active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -16px;
  font-weight: bold;
}

@media (max-width: 499px) {
  .p-nav__list {
    display: block;
    height: 100vh;
    padding: 72px 8px 16px;
    background: #000;
    color: white;
  }
}

.p-nav__item {
  padding-right: 16px;
  padding-bottom: 16px;
}

@media (max-width: 499px) {
  .p-nav__item {
    padding-right: 0;
    padding-bottom: 32px;
    text-align: center;
  }
}

.p-nav__item:last-child {
  padding-right: 0;
}

.p-news {
  text-align: center;
}

.p-open {
  position: absolute;
  top: 24px;
  left: 24px;
  opacity: 0;
}

@media (max-width: 499px) {
  .p-open {
    opacity: 1;
    z-index: 11;
  }
}

.p-open__btn {
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px #888;
          box-shadow: 1px 1px 5px #888;
  cursor: pointer;
}

.p-open__btn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  width: 50%;
  height: 3px;
  border-radius: 5px;
  background: #000;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.p-open__btn span:nth-of-type(1) {
  top: 18px;
}

.p-open__btn span:nth-of-type(2) {
  top: 29px;
}

.p-open__btn span:nth-of-type(2)::after {
  content: 'menu';
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: .6rem;
  text-transform: uppercase;
}

.p-open__btn.is-active span:nth-of-type(1) {
  top: 14px;
  left: 20px;
  width: 30%;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.p-open__btn.is-active span:nth-of-type(2) {
  top: 26px;
  left: 20px;
  width: 30%;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.p-open__btn.is-active span:nth-of-type(2)::after {
  content: 'close';
  top: 7px;
  left: 5px;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

@media (max-width: 499px) {
  .p-pick {
    padding-top: 12px;
    text-align: center;
  }
}

.p-pick img {
  width: 100%;
}

@media (max-width: 499px) {
  .p-pick img {
    width: 98%;
  }
}

.p-pick__cont {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 499px) {
  .p-pick__cont {
    width: 100%;
  }
}

.p-table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 499px) {
  .p-table {
    width: 97%;
    margin: 0 auto;
  }
}

.p-table__wrap {
  border-bottom: 1px solid #000;
}

.p-table__desc p {
  padding-top: 4px;
  text-align: right;
  font-size: 12px;
}

@media (max-width: 499px) {
  .p-table__desc p {
    padding: 8px;
    line-height: 1.6;
  }
}

.p-table__desc span {
  color: red;
}

.p-table__desc a {
  text-decoration: underline;
  color: #000;
}

.p-table th, .p-table td {
  padding: 16px 8px;
}

@media (max-width: 499px) {
  .p-table th, .p-table td {
    padding: 14px 8px 0;
    width: 100%;
    display: block;
    font-size: 10px;
  }
}

@media (max-width: 499px) {
  .p-table th.-beside, .p-table th.-beside2, .p-table td.-beside, .p-table td.-beside2 {
    display: table-cell;
    padding: 0;
    font-size: 11px;
    line-height: 1.8;
  }
}

@media (max-width: 499px) {
  .p-table th.-beside, .p-table td.-beside {
    width: 16%;
  }
}

@media (max-width: 499px) {
  .p-table th.-beside2, .p-table td.-beside2 {
    width: 60%;
  }
}

@media (max-width: 499px) {
  .p-table th.-fz12, .p-table td.-fz12 {
    font-size: 12px;
  }
}

@media (max-width: 499px) {
  .p-table th.-fz13, .p-table td.-fz13 {
    font-size: 13px;
  }
}

@media (max-width: 499px) {
  .p-table th.-txtCenter, .p-table td.-txtCenter {
    text-align: center;
  }
}

.p-table th.-bg, .p-table td.-bg {
  background: #e8f1fa;
  font-weight: bold;
}

.p-table th {
  padding-top: 18px;
  font-weight: bold;
}

@media (max-width: 499px) {
  .p-table th {
    font-size: 12px;
  }
}

.p-table th.-pb {
  padding-bottom: 12px;
}

.p-table th.-mb-8 {
  margin-bottom: -8px;
}

.p-table th.-bold {
  font-weight: bold;
}

@media (max-width: 499px) {
  .p-table td {
    padding: 14px 1px 5px;
  }
}

.p-table__check {
  padding-left: 16px;
}

.p-table__check.-circle, .p-table__check.-square, .p-table__check.-triangle {
  position: relative;
  line-height: 1.6;
}

.p-table__check.-circle::before, .p-table__check.-square::before, .p-table__check.-triangle::before {
  content: '○';
  position: absolute;
  top: 0;
  left: 0;
}

.p-table__check.-square::before {
  content: '◇';
}

.p-table__check.-triangle::before {
  content: '△';
}

@media (max-width: 499px) {
  .p-table__check.-txtLeft {
    text-align: left;
  }
}

.p-table__border {
  border: 1px solid;
}

.p-table__border.-cBlue {
  border-color: #578abd;
}

@media (max-width: 499px) {
  .p-table__border.-cBlue {
    padding-bottom: 14px;
    padding-left: 4px;
    font-size: 12px;
  }
}

@media (max-width: 499px) {
  .p-table__border.-pt12 {
    padding-top: 12px;
  }
}

.p-table__border.-boldNone {
  font-weight: normal;
}

.p-table__border.-w20 {
  width: 20%;
}

@media (max-width: 499px) {
  .p-table__border.-w20 {
    width: 100%;
  }
}

.p-table__border.-txtPosition {
  text-align: center;
  vertical-align: middle;
}

.p-table__border.-bgGray {
  background: #e7e7e7;
}

.p-table__border.-wJust {
  width: 176px;
}

@media (max-width: 499px) {
  .p-table__border.-wJust {
    width: 93px;
  }
}

@media (max-width: 499px) {
  .p-table__border.-wJust img {
    width: 93px;
  }
}

.p-table__border.-hJust {
  height: 135px;
}

@media (max-width: 499px) {
  .p-table__border.-hJust {
    height: 61px;
  }
}

.c-btn {
  padding: 16px 24px;
}

.c-btn.-bg {
  background: #e7e7e7;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), color-stop(24%, #eeeeee), to(#dddddd));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #eeeeee 24%, #dddddd 100%);
  background: linear-gradient(180deg, #e7e7e7 0%, #eeeeee 24%, #dddddd 100%);
  border: 1px solid #c7c5c5;
  font-size: 12px;
}

.c-h2 {
  font-size: 24px;
}

.c-h2__header {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  font-size: 48px;
}

@media (max-width: 499px) {
  .c-h2__header {
    font-size: 32px;
  }
}

.c-h2__wrap {
  margin-bottom: 32px;
  padding: 0 0 32px;
  border-bottom: 3px solid #000;
}

@media (max-width: 499px) {
  .c-h2__wrap {
    width: 96%;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    padding-top: 32px;
    padding-bottom: 24px;
  }
}

@media (max-width: 499px) {
  .c-h2__wrap.-pc {
    display: none;
  }
}

.c-h2__wrap.-sp {
  display: none;
}

@media (max-width: 499px) {
  .c-h2__wrap.-sp {
    display: block;
  }
}

.c-h2 span {
  display: block;
  padding-top: 16px;
  font-size: 14px;
}

.c-h2.-txtCenter {
  text-align: center;
}

.c-h2.-txtFz {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.c-h2.-sm {
  padding-bottom: 8px;
  font-size: 18px;
}

@media (max-width: 499px) {
  .c-h2.-sm {
    padding-top: 14px;
  }
}

.c-h2.-underLine, .c-h2.-underLine2 {
  position: relative;
  border-bottom: 3px solid #D9D9D9;
}

.c-h2.-underLine::after, .c-h2.-underLine2::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 45%;
  height: 3px;
  background: #000;
}

.c-h2.-underLine2::after {
  background: #739B69;
}

.c-h2.-bdLeft {
  position: relative;
  display: table-cell;
  height: 48px;
  vertical-align: middle;
}

@media (max-width: 499px) {
  .c-h2.-bdLeft {
    padding-left: 32px;
  }
}

.c-h2.-bdLeft::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #000;
  border-radius: 3px;
}

@media (max-width: 499px) {
  .c-h2.-bdLeft::before {
    margin-left: 8px;
  }
}

@media (max-width: 499px) {
  .c-h2.-fzSm {
    font-size: 16px;
    color: #000;
    font-weight: bold;
  }
}

.c-h3 {
  margin-bottom: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  font-size: 24px;
}

@media (max-width: 499px) {
  .c-h3 {
    display: none;
  }
}

.c-lavel {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0 8px;
  background: #0B820B;
  color: white;
  font-size: 10px;
}

@media (max-width: 499px) {
  .c-lavel {
    padding: 0 3px;
  }
}

.c-lavel.-color {
  background: #585801;
}

.c-link {
  position: relative;
  display: inline-block;
}

@media (max-width: 499px) {
  .c-link.-cWhite {
    color: white;
  }
}

.c-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.c-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-txt {
  text-align: center;
  line-height: 1.8;
}

.u-cRed {
  color: red;
}

.u-cRed.-bold {
  font-weight: bold;
}

.u-bdBttom {
  border-bottom: 1px dashed;
}

@media (max-width: 499px) {
  .u-bdBttom {
    border-bottom: none;
  }
}

.u-dNone.-pc {
  display: block;
}

@media (max-width: 499px) {
  .u-dNone.-pc {
    display: none;
  }
}

.u-dNone.-spContact {
  display: none;
}

@media (max-width: 499px) {
  .u-dNone.-spContact {
    display: block;
  }
}

@media (max-width: 499px) {
  .u-dNone.-sp {
    display: none;
  }
}

.u-lineHeight {
  line-height: 1.8;
}

@media (max-width: 499px) {
  .u-lineHeight {
    line-height: 1.2;
  }
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

@media (max-width: 499px) {
  .u-mt24 {
    margin-top: 8px;
  }
}

.u-mb8 {
  margin-bottom: 8px;
}

@media (max-width: 499px) {
  .u-mt-24 {
    margin-top: -24px;
  }
}

.u-pt80 {
  padding-top: 80px;
}

@media (max-width: 499px) {
  .u-pt80 {
    padding-top: 0;
  }
}

.u-pt32 {
  padding-top: 32px;
}

@media (max-width: 499px) {
  .u-pt32 {
    padding-top: 0;
  }
}

.u-pt64 {
  padding-top: 64px;
}

@media (max-width: 499px) {
  .u-pt64 {
    padding-top: 0;
  }
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-prl16 {
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 499px) {
  .u-prl8 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.u-pNone {
  padding: 0 !important;
}

@media (max-width: 499px) {
  .u-sp {
    display: block;
  }
}

@media (max-width: 499px) {
  .u-sp__fzSm {
    font-size: 12px;
  }
}

.u-txtRight {
  text-align: right;
}

.u-txtCenter {
  text-align: center;
}

.u-txtLeft {
  text-align: left !important;
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}

@media (max-width: 499px) {
  #information {
    padding: 0 8px;
  }
}

#news {
  overflow-y: scroll;
  height: 300px;
}

#news dl {
  text-align: left;
  line-height: 2;
}

#news dt {
  color: red;
  padding-left: 8px;
}

#news dd {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 16px;
  padding-left: 8px;
}

#pagetop {
  position: fixed;
  right: 8vw;
  bottom: 5%;
  z-index: 11;
}

@media (max-width: 499px) {
  #pagetop {
    right: 3vw;
  }
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  overflow: hidden;
}

@media (max-width: 499px) {
  .sliderArea {
    padding: 0;
  }
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/
.full-screen .slick-list {
  overflow: visible;
}

.full-screen.slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*====================================================================
Goole map
====================================================================*/



.p-map {
  margin-top: 40px;
}










