@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.news__box__container {
  padding: 4rem 2rem;
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .news__box__container {
    margin-top: 5.6rem;
  }
}

.news__box {
  max-width: 120rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* WordPress Core
-------------------------------------------------------------- */
.news__box {
  /* Text meant only for screen readers. */
}
.news__box .alignnone {
  margin: 5px 20px 20px 0;
}
.news__box .aligncenter,
.news__box div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.news__box .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.news__box .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.news__box a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.news__box a img.alignnone {
  margin: 5px 20px 20px 0;
}
.news__box a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.news__box a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news__box .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.news__box .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.news__box .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.news__box .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.news__box .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.news__box .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.news__box .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.news__box .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.news__box .button_more {
  margin-top: 20px;
}

.news__box ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  unicode-bidi: isolate;
}

.news__box ol li {
  margin-left: 20px;
  margin-bottom: 2em;
  line-height: 2em;
}

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

.news__box p {
  margin-bottom: 2em;
  line-height: 2em;
}

.list-1em,
.list-2em,
.list-3em {
  margin: 0 0 2em 0;
  padding: 0;
}

.list-1em > li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 1em 0;
  list-style: none;
  line-height: 2em;
}

.list-2em > li {
  padding-left: 2em;
  text-indent: -2em;
  margin: 0 0 2em 0;
  list-style: none;
  line-height: 2em;
}

.list-3em > li {
  padding-left: 3em;
  text-indent: -3em;
  margin: 0 0 2em 0;
  list-style: none;
  line-height: 2em;
}

.dl-wrap {
  margin-bottom: 2em;
}

.dl-wrap dl {
  display: table;
  width: 90%;
  background: #fff;
  margin: 0 auto;
}

.dl-wrap dl.head {
  background: #ddd;
}

.dl-wrap dl dt,
.dl-wrap dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  line-height: 2em;
}

.dl-wrap dl dt .mss,
.dl-wrap dl dd .mss {
  font-size: inherit;
}

.dl-wrap dl dt a,
.dl-wrap dl dd a {
  text-decoration: underline;
}

.dl-wrap dl dt {
  width: 50%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.dl-wrap dl dd {
  width: 50%;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .list-1em,
  .list-2em,
  .list-3em {
    margin: 0 0 1em 0;
  }
  .list-1em > li {
    margin: 0 0 0.5em 0;
  }
  .list-2em > li {
    margin: 0 0 1em 0;
  }
  .list-3em > li {
    margin: 0 0 1em 0;
  }
  .dl-wrap {
    margin-bottom: 1em;
  }
  .dl-wrap dt {
    width: 100%;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee !important;
  }
  .dl-wrap dl {
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .dl-wrap dl.head {
    display: none;
  }
  .dl-wrap dl dt,
  .dl-wrap dl dd {
    width: 100%;
    display: block;
    padding: 5px 5px 0 5px;
    border: none;
  }
  .dl-wrap dl dt {
    font-size: 1.2rem;
  }
  .dl-wrap dl dd {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  .dl-wrap dl dt a,
  .dl-wrap dl dd a {
    text-decoration: underline;
  }
}
.news__box ul {
  padding-left: 2rem;
  list-style-type: "－ ";
  margin-bottom: 2rem;
  margin-left: 1rem;
}

.news__box__container.contact {
  padding: 8.3rem 0 10rem;
  margin-top: 4.75rem;
}
@media screen and (max-width: 768px) {
  .news__box__container.contact {
    padding: 3.2rem 0 8rem;
    margin-top: 2.5rem;
  }
}

.page-content.contact-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
}
.page-content.contact-page .contact-content {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 768px) {
  .page-content.contact-page .contact-content {
    font-size: 1.5rem;
    margin-bottom: 5.1rem;
  }
}
.page-content.contact-page .contact-content h2 {
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .page-content.contact-page .contact-content h2 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.page-content.contact-page .section__more {
  margin: 0 auto;
}