/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 60px;
  color: #3c1900;
  font-family: "Noto Sans JP", sans-serif; /*400;500;700;900*/
}
body.is--gapless {
  padding-top: 0;
}
@media (max-width: 767px) {
  body {
    padding-top: 11.8466898955vw;
    margin-bottom: -11.8466898955vw;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

@font-face {
  font-family: "mplus-1p-regular";
  src: url("http://mplus-webfonts.sourceforge.jp/mplus-1p-regular.eot");
  src: url("http://mplus-webfonts.sourceforge.jp/mplus-1p-regular.eot?#iefix") format("embedded-opentype"), url("http://mplus-webfonts.sourceforge.jp/mplus-1p-regular.woff") format("woff"), url("http://mplus-webfonts.sourceforge.jp/mplus-1p-regular.ttf") format("truetype");
}
@font-face {
  font-family: "mplus-1p-heavy";
  src: url("http://mplus-webfonts.sourceforge.jp/mplus-1p-heavy.eot");
  src: url("http://mplus-webfonts.sourceforge.jp/mplus-1p-heavy.eot?#iefix") format("embedded-opentype"), url("http://mplus-webfonts.sourceforge.jp/mplus-1p-heavy.woff") format("woff"), url("http://mplus-webfonts.sourceforge.jp/mplus-1c-heavy.ttf") format("truetype");
}
body, html {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  background: #fff;
  color: #000;
}

div {
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  opacity: 0.65;
  transition: 0.7s;
}

a img:hover {
  opacity: 0.75;
  transition: 0.7s;
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

p.nocontent {
  margin-top: 1em;
  padding-top: 1vw;
  text-align: center;
}

.wrap {
  position: relative;
  width: 85vw;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap {
    width: 100vw;
    max-width: 100%;
  }
}
.wrap._emergency {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .wrap._emergency {
    margin-top: 18vw;
  }
}

.header {
  position: relative;
}
.header-primary {
  background: #000;
  min-height: 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 20px;
}
.header-primary h1 {
  display: inline-block;
}
.header-primary h1 .logo {
  width: 90px;
}
.header-primary-inner .icn1 {
  height: 31px;
  width: auto;
}
.header-primary-inner .icn2 {
  height: 40px;
  width: auto;
}
.header-primary-inner .icn3 {
  height: 30px;
  width: auto;
}
.header-primary-inner a + a {
  margin-left: 22px;
}
.header-primary-inner .logo {
  width: 61px;
}
.header-navi {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2998c2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 14px 0;
}
.header-navi._emergency {
  position: relative;
}
.header-navi img {
  height: 36px;
  width: auto;
}
.header-navi img.arena {
  height: 48px;
}
.header-navi a + a {
  margin-left: 61px;
}
@media (max-width: 767px) {
  .header-primary {
    min-height: 13.3333333333vw;
    padding: 1.6vw 4.2666666667vw 1.6vw 3.2vw;
  }
  .header-primary-inner .icn1 {
    height: 4.5333333333vw;
    width: auto;
  }
  .header-primary-inner .icn2 {
    height: 5.6vw;
    width: auto;
  }
  .header-primary-inner .icn3 {
    height: 4vw;
    width: auto;
  }
  .header-primary-inner a + a {
    margin-left: 2.9333333333vw;
  }
  .header-primary .logo {
    width: 12.5333333333vw;
    height: auto;
  }
  .header-navi {
    background-color: #2998c2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3333333333vw 3.2vw 1.3333333333vw 5.3333333333vw;
  }
  .header-navi img {
    height: 4vw;
    width: auto;
  }
  .header-navi img.arena {
    height: 6.6666666667vw;
  }
  .header-navi a:nth-child(4) img {
    height: 4.8vw;
  }
  .header-navi a + a {
    margin-left: auto;
  }
}

.alert-bar {
  background-color: #ffcc00;
  padding: 10px;
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  flex-direction: column;
}
.alert-bar._red {
  background-color: #cc0000;
}
.alert-bar._red p, .alert-bar._red a {
  color: #fff;
}
@media (max-width: 767px) {
  .alert-bar {
    height: 18vw;
  }
}

.alert-message {
  color: #333;
  font-weight: bold;
  font-size: 0.96em;
}

.alert-link {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding-top: 0.4em;
}

.alert-link:hover {
  text-decoration: underline;
}

.contents section {
  margin-bottom: 27px;
  border-bottom: solid 1px #006e96;
}
.contents-ttl {
  background-color: #006e96;
  text-align: center;
  padding: 16px 0;
}
.contents-ttl img {
  height: 44px;
  width: auto;
}
.contents-ttl-page {
  padding: 2px 0;
}
.contents-ttl-page img {
  height: 100%;
  width: auto;
}
.contents-pagettl {
  display: none;
}
.contents-bg {
  background-color: #efefef;
}
.contents-bg-yellow {
  background-color: #e8db73;
  padding: 24px 16px 16px;
}
.contents-inner {
  padding: 30px 28px;
}
.contents-inner-small {
  padding: 30px 128px;
}
.contents-inner-small img {
  width: 100%;
  height: auto;
  margin: 2px auto;
}
.contents-inner-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents-inner-flex img {
  width: 13.24%;
  height: auto;
  margin: 0.4vw;
}
.contents-inner-flex a {
  display: block;
  width: 13.24%;
  margin: 0.4vw;
}
.contents-inner-flex a img {
  width: 100%;
  height: auto;
  margin: 0;
}
.contents-notice {
  font-size: 14px;
  margin: 1em 0;
  text-align: right;
}
@media (max-width: 767px) {
  .contents section {
    margin-bottom: 7.2vw;
  }
  .contents-ttl {
    padding: 2.1333333333vw 0;
  }
  .contents-ttl img {
    height: 5.8666666667vw;
  }
  .contents-ttl-page {
    padding: 2.1333333333vw 0;
  }
  .contents-ttl-page img {
    height: auto;
    width: 100%;
  }
  .contents-bg-yellow {
    padding: 4.5333333333vw 3.7333333333vw 3.7333333333vw;
  }
  .contents-inner {
    padding: 1.8666666667vw 2.9333333333vw;
  }
  .contents-inner-small {
    padding: 1.8666666667vw 2.9333333333vw;
  }
  .contents-inner-flex {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents-inner-flex img {
    width: 45.8666666667vw;
    height: auto;
    margin: 0 0 0.4em;
  }
  .contents-inner-flex a {
    display: block;
    width: 45.8666666667vw;
    margin: 0 0 0.4em;
  }
  .contents-inner-flex a img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .contents-notice {
    font-size: 3.7333333333vw;
  }
}

.news-box {
  display: block;
  background-color: #fff;
  padding: 27px 24px;
  text-decoration: none;
}
.news-box p {
  font-size: 15px;
  line-height: 1.36;
  color: #000;
}
.news-list {
  list-style-type: none;
}
.news-list li {
  font-size: 13px;
  text-decoration: none;
  color: #000 !important;
}
.news-list li a:link {
  text-decoration: none;
}
.news-list li span {
  color: #2a97c2 !important;
  padding-right: 1em;
}
.news-list li + li {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .news-box {
    padding: 4.5333333333vw 3.2vw;
  }
  .news-box p {
    font-size: 3.7333333333vw;
  }
  .news-list {
    list-style-type: none;
  }
  .news-list li {
    font-size: 3.2vw;
    text-decoration: none;
    color: #000;
  }
  .news-list li span {
    color: #2a97c2;
    padding-right: 1em;
  }
}

.pickup {
  border-bottom: none !important;
}
.pickup-kv {
  display: block;
  border: none;
  outline: none;
  padding: 16px 10px;
  border-bottom: solid 1px #006e96;
}
.pickup-kv img {
  width: 100%;
  height: auto;
}
.pickup-text {
  line-height: 1.6;
  font-size: 15px;
  padding: 25px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pickup-kv {
    padding: 2.6666666667vw 1.8666666667vw;
  }
  .pickup-text {
    font-size: 4vw;
    padding: 5.3333333333vw 0 0;
  }
}

.lineup {
  border-bottom: none !important;
}
.lineup-new {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.lineup-new-item {
  width: 50%;
  background-color: #efefef;
  padding: 16px 24px;
  margin-bottom: 4px;
  text-align: center;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
.lineup-detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lineup-detail-img {
  width: 48%;
  height: auto;
  margin-right: 14px;
}
.lineup-detail-img img {
  width: 100%;
  height: auto;
}
.lineup-detail p {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
}
.lineup-subttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 2.33;
  margin-bottom: 0.4em;
  text-align: left;
}
.lineup-ttl {
  font-size: 21px;
  line-height: 1.19;
  margin-bottom: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: left;
}
.lineup-btn {
  display: block;
  width: 185px;
  height: 32px;
  margin: 26px auto 16px;
}
.lineup-btn img {
  width: 100%;
  height: auto;
}
.lineup-more {
  text-align: center;
  margin: 37px auto 20px;
  width: 184px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #006e96;
  border-radius: 26px;
  background-color: #fff;
  text-decoration: none;
  color: #006e96;
  font-size: 14px;
  line-height: 1;
}
.lineup-old {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 26px 11px 0;
}
.lineup-old-item {
  width: 25%;
  padding: 0.2em 0.4em 30px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.lineup-old-item .matchtxt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup-old-item img {
  width: 100%;
  height: auto;
}
.lineup-old-item p {
  padding: 0.4em 0.6em;
  font-size: 14px;
  line-height: 1.57;
}
.lineup-old-item-date {
  background-color: #c9c9c9;
  text-align: center;
  font-size: 16px;
  line-height: 1.38;
  font-family: "Teko", sans-serif;
  color: #fff;
  padding: 0.2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0.8em);
}
.lineup-old-item.is-hidden {
  display: none;
}
@media (max-width: 767px) {
  .lineup-new {
    display: block;
  }
  .lineup-new-item {
    width: 100%;
    padding: 4.2666666667vw 3.2vw 4.2666666667vw;
    border-bottom: solid 1px #006e96;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
  }
  .lineup-detail {
    display: block;
  }
  .lineup-detail-img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3.2vw;
  }
  .lineup-detail p {
    font-size: 4.2666666667vw;
    line-height: 1.57;
  }
  .lineup-subttl {
    font-size: 4vw;
    font-weight: bold;
    line-height: 2.33;
    margin-bottom: 0.2em;
    text-align: center;
  }
  .lineup-ttl {
    font-size: 5.6vw;
    line-height: 1.19;
    margin-bottom: 0.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .lineup-btn {
    display: block;
    width: 36vw;
    height: 8.5333333333vw;
    margin-top: 6.9333333333vw;
  }
  .lineup-btn img {
    width: 100%;
    height: auto;
  }
  .lineup-more {
    margin: 5.8666666667vw auto 0;
    width: 49.0666666667vw;
    height: 10.6666666667vw;
    padding: 0.5333333333vw 0;
    border: solid 1px #006e96;
    border-radius: 6.9333333333vw;
    background-color: #fff;
    text-decoration: none;
    color: #006e96;
    font-size: 14px;
    line-height: 1;
  }
  .lineup-old {
    padding: 6.9333333333vw 2.9333333333vw 0;
    justify-content: space-between;
  }
  .lineup-old-item {
    width: 45.8666666667vw;
    padding: 0 0 10.9333333333vw;
  }
  .lineup-old-item p {
    font-size: 3.7333333333vw;
  }
  .lineup-old-item.is-hidden {
    display: none;
  }
  .lineup-old-item-date {
    background-color: #c9c9c9;
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 1.38;
    font-family: "Teko", sans-serif;
    color: #fff;
    padding: 0.2em;
    position: absolute;
    bottom: 2.1333333333vw;
    width: calc(100% - 0.4em);
  }
}

.campaign {
  text-align: center;
}
.campaign h3 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
}
.campaign .contents-inner-small a {
  display: block;
}
.campaign .contents-inner-small a + a {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .campaign h3 {
    font-size: 4vw;
    line-height: 1.4;
  }
}

.about {
  padding: 32px 28px 21px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about img {
  display: inline-block;
  width: 160px;
  height: auto;
  margin-top: 14px;
  margin-bottom: 27px;
  margin-right: 3em;
}
.about p {
  text-align: left;
  font-size: 14px;
  line-height: 1.57;
  max-width: 600px;
}
@media (max-width: 767px) {
  .about {
    display: block;
  }
  .about img {
    margin-top: 0;
    margin-right: 0;
  }
}

.footer {
  background-color: #000;
}
.footer-inner {
  max-width: 1180px;
  padding: 11px 30px 11px;
  margin: 0 auto;
  text-align: center;
}
.footer-inner img {
  width: 60%;
  max-width: 325px;
  height: auto;
}
.footer-navi {
  padding: 13px 10px 12px;
  text-align: center;
}
.footer-navi-logo {
  width: 44%;
  max-width: 140px;
  height: auto;
  margin: 0 auto 30px;
}
.footer-navi-mail {
  display: block;
  width: 184px;
  margin: 0 auto 50px;
}
.footer-navi-mail img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .footer-navi-mail {
    width: 49.0666666667vw;
  }
}
.footer-navi-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
}
.footer-navi-sns-1 {
  width: 24px;
  height: auto;
}
.footer-navi-sns-2 {
  width: 32px;
  height: auto;
}
.footer-navi-sns a {
  display: block;
}
.footer-navi-sns a img {
  width: 100%;
  height: auto;
}
.footer-navi-sns a + a {
  margin-left: 17px;
}
.footer-navi-list {
  font-size: 13px;
  line-height: 1.48;
}
.footer-navi-list a {
  color: #000;
  text-decoration: none;
}
.footer-navi-list span {
  font-size: 12px;
}

@media (max-width: 767px) {
  .page-news {
    padding: 9px 13px;
  }
}
.page-news img {
  width: 100%;
  height: auto;
  margin: 1em 0;
}
.page-news p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .page-news p {
    font-size: 3.7333333333vw;
    line-height: 1.57;
  }
}
.page-news h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 1em auto;
}
@media (max-width: 767px) {
  .page-news h2 {
    font-size: 4.5333333333vw;
    line-height: 1.57;
    margin: 0;
  }
}

.page-newslist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .page-newslist {
    padding: 11px;
  }
}
.page-newslist h2 {
  line-height: 1.29;
  margin: 0.34em 0;
}
.page-newslist img {
  width: 33.0666666667vw;
  max-width: 360px;
  height: auto;
  margin-right: 2.6666666667vw;
  margin-top: 0;
  margin-bottom: 0;
}
.page-newslist-btn {
  display: block;
  width: 36vw;
  max-width: 180px;
  margin-top: 2.4vw;
}
@media (max-width: 767px) {
  .page-newslist-btn {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
}
.page-newslist-btn img {
  width: 100%;
  height: auto;
}
.page-newslist-text {
  width: 100%;
}
.page-newslist-text p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-newslist + .page-newslist {
  margin-top: 8px;
}

.page-contact {
  background-color: #efefef;
  padding-bottom: 2em;
  /* Microsoft Edge */
  /* Internet Explorer */
}
.page-contact-inner {
  text-align: center;
}
@media (max-width: 767px) {
  .page-contact-inner {
    text-align: left;
  }
}
.page-contact-inner img {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-bottom: 25px;
}
.page-contact-inner h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0.7em auto;
}
@media (max-width: 767px) {
  .page-contact-inner h2 {
    font-size: 4.5333333333vw;
    line-height: 1.57;
    margin: 0.6em auto;
  }
}
.page-contact-inner._form h2 {
  text-align: center;
  padding-bottom: 13px;
}
.page-contact-inner._form h3 {
  font-size: 14px;
  line-height: 1.57;
  font-weight: bold;
  margin-bottom: 1.7em;
}
@media (max-width: 767px) {
  .page-contact-inner._form h3 {
    font-size: 3.7333333333vw;
  }
}
.page-contact-inner._form p {
  font-size: 14px;
  line-height: 1.57;
  display: block;
  text-align: left;
  max-width: 520px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .page-contact-inner._form p {
    font-size: 3.7333333333vw;
  }
}
.page-contact .mw-wp-form__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  max-width: 600px;
  flex-direction: column;
}
.page-contact .mw-wp-form dt,
.page-contact .mw-wp-form dd {
  line-height: 1.75;
  margin-top: 20px;
}
.page-contact .mw-wp-form dt {
  width: 220px;
  padding-top: 15px;
  text-align: left;
  font-weight: bold;
}
.page-contact .mw-wp-form dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 660px;
}
.page-contact .mw-wp-form__label {
  margin-left: 1em;
  padding: 2px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  vertical-align: 1px;
}
.page-contact .mw-wp-form__label--req {
  background: #2a97c2;
  border-radius: 4px;
}
.page-contact .mw-wp-form__label--opt {
  background: #2a97c2;
  color: #fff;
}
.page-contact .mw-wp-form dd input[type=text],
.page-contact .mw-wp-form dd input[type=email],
.page-contact .mw-wp-form dd textarea {
  box-sizing: content-box;
  border: none;
  width: calc(100% - 40px);
  padding: 15px 20px;
  background: #fff;
}
.page-contact .mw-wp-form dd input[type=text]:nth-child(n+2) {
  margin-top: 15px;
}
.page-contact .mw-wp-form dd input[type=tel] {
  box-sizing: content-box;
  width: 66px;
  padding: 15px 20px;
  background: #F5F5F5;
}
.page-contact .mw-wp-form dd textarea {
  height: 17.5em;
}
.page-contact .mw-wp-form dd input[type=text]::placeholder,
.page-contact .mw-wp-form dd input[type=email]::placeholder,
.page-contact .mw-wp-form dd textarea::placeholder {
  color: #797979;
}
.page-contact .mw-wp-form dd input[type=text]::-ms-input-placeholder,
.page-contact .mw-wp-form dd input[type=email]::-ms-input-placeholder,
.page-contact .mw-wp-form dd textarea::-ms-input-placeholder {
  color: #797979;
}
.page-contact .mw-wp-form dd input[type=text]:-ms-input-placeholder,
.page-contact .mw-wp-form dd input[type=email]:-ms-input-placeholder,
.page-contact .mw-wp-form dd textarea:-ms-input-placeholder {
  color: #797979;
}
.page-contact .mw-wp-form__automatic {
  margin: 0 0 0 20px;
  font-size: 15px;
}
.page-contact .mw-wp-form__buttons {
  display: flex;
  justify-content: center;
}
.page-contact .mw-wp-form__buttons button[type=submit] {
  display: block;
  position: relative;
  width: 360px;
  height: 60px;
  margin: 0 30px;
  border: none;
  background: #2a97c2;
  color: #fff;
  transition: opacity 0.6s;
  border-radius: 4px;
  font-size: 1.2em;
  font-weight: bold;
}
.page-contact .mw-wp-form__buttons button[type=submit]:hover {
  opacity: 0.6;
}
.page-contact .mw-wp-form__buttons button[type=submit]:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: none;
  content: "";
}
.page-contact .mw-wp-form__buttons button[type=submit]:nth-child(2) {
  background: #006e96;
}
.page-contact .mw_wp_form_confirm .mw-wp-form dd {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .page-contact .mw-wp-form__list {
    margin-bottom: 0;
    max-width: 100%;
  }
  .page-contact .mw-wp-form dt {
    width: 100%;
  }
  .page-contact .mw-wp-form dd {
    width: 100%;
  }
  .page-contact .mw-wp-form dd,
  .page-contact .mw-wp-form dd {
    margin-top: 8px;
  }
  .page-contact .mw-wp-form__label {
    margin-left: 5px;
    padding: 1px 4px;
    font-size: 12px;
    vertical-align: 1px;
  }
  .page-contact .mw-wp-form dd input[type=text]:nth-child(n+2) {
    margin-top: 8px;
  }
  .page-contact .mw-wp-form dd textarea {
    height: 14em;
  }
  .page-contact .mw-wp-form__automatic {
    margin: 5px 0 0;
    font-size: 14px;
  }
  .page-contact .mw-wp-form__buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .page-contact .mw-wp-form__buttons button[type=submit] {
    width: 300px;
    margin: 0;
  }
  .page-contact .mw-wp-form__buttons button[type=submit]:not(:first-child) {
    margin-top: 20px;
  }
  .page-contact .mw_wp_form_confirm .mw-wp-form dd {
    padding-top: 0;
  }
  .page-contact .mw-wp-form__label {
    padding: 1px4px;
  }
}
.page-contact-itemlist {
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: flex-start !important;
}
.page-contact-itemlist .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.page-contact-itemlist span + span {
  margin-left: 0;
}

.lineup-more-outer {
  width: 85vw;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .lineup-more-outer {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
