@charset "UTF-8";
/*-------------------------
  base size
 */
/*-------------------------
  font-size
 */
/*-------------------------
  breakpoint
 */
/*-------------------------
  color
 */
/*-------------------------
  header
 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #FFFFFF;
  color: #333333;
  padding-top: 55px;
}

@media (max-width: 1024px) {
  body {
    padding-top: 50px;
  }
}

a {
  color: #ED6C00;
}

.globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.siteHeader {
  position: relative;
  background-color: #ED6C00;
}

.siteHeader__container {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (max-width: 1024px) {
  .siteHeader__container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.siteHeader__menu {
  display: block;
  width: 27px;
  height: 36px;
  background-size: 27px 36px;
  background-position: 0 0;
}

.siteHeader__titleContainer {
  margin: 0 auto 0 0;
  color: #FFF;
}

.siteHeader__titleContainer > a {
  display: block;
  color: #FFF;
  padding-right: 4px;
  text-decoration: none;
}

.siteHeader__titleContainer > a:hover {
  text-decoration: none;
}

.siteHeader__titleSmall {
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
}

.siteHeader__title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.globalNav {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  top: 100%;
  width: 100%;
  z-index: 100;
  background-color: #FFF;
}

@media (min-width: 1024px) {
  .globalNav {
    margin: 0 auto;
    max-width: 1024px;
    padding-right: 16px;
    padding-left: 16px;
    left: 50%;
    margin-left: -512px;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {
  .globalNav {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.globalNav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.globalNav__navList + h2 {
  margin-top: 24px;
}

.globalNav__heading {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: bold;
  margin: 4px;
  padding-left: 8px;
  border-left: 5px solid #ED6C00;
}

@media (max-width: 1024px) {
  .globalNav__heading {
    display: none;
  }
}

.globalNav__navContainer {
  padding: 16px;
  background-color: #FFF;
}

.globalNav__navItem {
  display: block;
  border-bottom: 1px solid #231815;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right center;
}

.globalNav__navItemLink {
  display: block;
  width: 100%;
  padding: 12px 0 8px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.globalNav__navItemLink:active, .globalNav__navItemLink:focus {
  text-decoration: none;
}

.footer__links {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .footer__links {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .footer__links {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer__linksListItem {
  padding: 12px 8px;
  border-top: 1px solid #505050;
}

.footer__linksLink {
  display: block;
  color: #333333;
  font-size: 0.9rem;
}

.footer__linkBizLixil {
  display: block;
  width: 250px;
}

.footer__linkLixil {
  display: block;
  width: 155px;
}

.footer__copyright {
  padding: 32px 0;
  background-color: #EEEEEE;
  text-align: center;
  font-size: 0.8rem;
}

.footerTel {
  margin-bottom: 24px;
}

.footerTel__titleContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .footerTel__titleContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.footerTel__titleText {
  margin: 0 0 16px;
  padding-left: 8px;
  border-left: 5px solid #ED6C00;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .footerTel__titleText {
    margin-bottom: 12px;
  }
}

.footerTel__content {
  background-color: #505050;
  color: #FFF;
}

.footerTel__contentContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}

@media (max-width: 1024px) {
  .footerTel__contentContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .footerTel__contentContainer {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.footerTel__lead {
  padding-right: 16px;
}

@media (max-width: 1024px) {
  .footerTel__lead {
    padding-right: 0;
    width: 300px;
    margin: 0 auto 4px;
  }
}

.footerTel__leadTitle {
  font-size: 1rem;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 4px;
}

.footerTel__name {
  font-size: 0.8rem;
  margin: 0;
}

.footerTel__number {
  display: block;
  padding-right: 16px;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
}

.footerTel__number--sp {
  display: none;
  background-size: 25px 35px;
  background-repeat: no-repeat;
  background-position: right center;
}

.footerTel__number--desktop {
  display: block;
}

@media (max-width: 600px) {
  .footerTel__number--sp {
    display: block;
  }
  .footerTel__number--desktop {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footerTel__number {
    padding-right: 0;
    width: 300px;
    margin: 0 auto 8px;
  }
}

.footerTel__numberIcon {
  width: 35px;
  height: 35px;
  vertical-align: text-bottom;
}

.footerTel__businessHours {
  font-size: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .footerTel__businessHours {
    width: 300px;
    margin: 0 auto;
  }
}

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

.footerTel__hourLabel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.vlBreadcrumbs {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 600px) {
  .vlBreadcrumbs {
    padding-top: 0;
  }
}

.vlBreadcrumbs__container {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .vlBreadcrumbs__container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 600px) {
  .vlBreadcrumbs__container {
    display: block;
  }
}

.vlBreadcrumbs .breadcrumbs {
  padding: 8px 0;
  margin: 0;
  font-size: 0.8rem;
}

.vlBreadcrumbs .breadcrumbs li {
  color: #666464;
  font-size: 0.8rem;
}

.vlBreadcrumbs .breadcrumbs li a {
  color: #ED6C00;
}

.vlBreadcrumbs .breadcrumbs li a:visited {
  color: #ED6C00;
}

.vlBreadcrumbs .breadcrumbs .breadcrumbs li + li::before {
  margin: 0 1px;
}

.vlBreadcrumbs .search {
  width: 300px;
}

@media (max-width: 600px) {
  .vlBreadcrumbs .search {
    width: 100%;
  }
}

.vlBreadcrumbs .search input[type="search"]:active, .vlBreadcrumbs .search input[type="search"]:focus {
  border-color: #ED6C00;
}

.vlHero {
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .vlHero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 8px;
  }
}

.vlHero__searchContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .vlHero__searchContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 600px) {
  .vlHero__searchContainer {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.vlHero__searchContainer .search {
  width: 300px;
}

@media (max-width: 600px) {
  .vlHero__searchContainer .search {
    width: 100%;
  }
}

.vlHero__searchContainer .search input[type="search"]:active, .vlHero__searchContainer .search input[type="search"]:focus {
  border-color: #ED6C00;
}

.vlHero__main {
  border-top: 4px solid #505050;
  border-bottom: 4px solid #505050;
  background-size: 65px 90px;
  background-repeat: repeat;
  background-position: 0 0;
  background-color: #ececec;
}

@media (max-width: 600px) {
  .vlHero__main {
    border: none;
    background-image: none;
    margin: 12px 0;
  }
}

.vlHero__mainContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  height: 250px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media (max-width: 1024px) {
  .vlHero__mainContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 600px) {
  .vlHero__mainContainer {
    padding: 0;
    height: 180px;
  }
}

.vlHero__mainImage {
  display: block;
  width: 480px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .vlHero__mainImage {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 180px;
  }
}

.vlHero__mainTextImage {
  display: block;
  position: absolute;
  right: 15%;
  top: calc((250px - 190px)/2);
  width: 155px;
}

@media (max-width: 600px) {
  .vlHero__mainTextImage {
    right: 16px;
    width: 100px;
    top: calc((180px - 122px)/2);
  }
}

.vlHomeNews {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .vlHomeNews {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .vlHomeNews {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.vlHomeNews__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 16px;
  background-color: #505050;
  color: #FFF;
}

.vlHomeNews__headingIcon {
  display: block;
  width: 42px;
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .vlHomeNews__headingIcon {
    width: 32px;
  }
}

.vlHomeNews__headingText {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.vlHomeNews__content {
  padding: 12px 16px;
  background-color: rgba(102, 100, 100, 0.1);
  max-height: 120px;
  overflow: auto;
}

@media (max-width: 1024px) {
  .vlHomeNews__content {
    padding: 12px;
  }
}

.vlHomeNews__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.vlHomeNews__listItem:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .vlHomeNews__listItem {
    display: block;
  }
}

.vlHomeNews__listDate {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

@media (max-width: 1024px) {
  .vlHomeNews__listDate {
    display: block;
    font-weight: bold;
  }
}

.vlHomeMenu {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .vlHomeMenu {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlHomeMenu__title {
  margin: 0 0 16px;
  padding-left: 8px;
  border-left: 5px solid #ED6C00;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .vlHomeMenu__title {
    margin-bottom: 12px;
  }
}

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

@media (max-width: 1024px) {
  .vlHomeMenu__menuItemContainer {
    display: block;
  }
}

.vlHomeMenu__menuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #505050;
  border-radius: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  margin-bottom: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.vlHomeMenu__menuItem:hover, .vlHomeMenu__menuItem:active, .vlHomeMenu__menuItem:focus {
  text-decoration: none;
  background-color: rgba(237, 108, 0, 0.1);
  border-color: #ED6C00;
}

@media (max-width: 1024px) {
  .vlHomeMenu__menuItem {
    padding: 12px;
    margin-bottom: 8px;
    max-width: 100%;
  }
}

.vlHomeMenu__menuIcon {
  width: 60px;
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .vlHomeMenu__menuIcon {
    width: 30px;
  }
}

.vlHomeMenu__menuText {
  display: block;
  font-weight: bold;
  color: #666464;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.vlCategoryPage__header {
  margin-bottom: 16px;
  padding: 16px 0;
  background-color: #505050;
  color: #FFF;
}

.vlCategoryPage__headerContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .vlCategoryPage__headerContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlCategoryPage__headerTitle {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}

.vlCategoryPage__headerDescription {
  display: block;
  margin: 8px 0 0;
  font-size: 0.9rem;
}

.vlCategoryPage__headerTermsContainer, .vlCategoryPage__footerTermsContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 16px;
  display: none;
}

@media (max-width: 1024px) {
  .vlCategoryPage__headerTermsContainer, .vlCategoryPage__footerTermsContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlCategoryPage__footerTermsContainer {
  margin-bottom: 40px;
}

.vlCategoryPage__headerTerms, .vlCategoryPage__footerTerms {
  border: 1px solid #666464;
  padding: 16px;
}

@media (max-width: 600px) {
  .vlCategoryPage__headerTerms, .vlCategoryPage__footerTerms {
    padding: 8px;
  }
}

.vlCategoryPage__headerTermsTitle, .vlCategoryPage__footerTermsTitle {
  margin: 0 0 4px;
  font-size: 0.9rem;
  font-weight: bold;
}

.vlCategoryPage__headerTermsList, .vlCategoryPage__footerTermsList {
  list-style-type: disc;
  padding-left: 24px;
  font-size: 0.8rem;
}

.vlCategoryPage__footerTermsHint {
  font-size: 0.8rem;
}

.vlCategoryPage__sectionContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .vlCategoryPage__sectionContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .vlCategoryPage__sectionContainer {
    padding-left: 0;
    padding-right: 0;
  }
}

.vlCategoryPage__sectionList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  margin-bottom: 24px;
}

.vlCategoryPage__sectionItem {
  margin-bottom: 4px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 16px center;
}

.vlCategoryPage__sectionItem:nth-of-type(2n+1) {
  background-color: #E6E6E6;
}

.vlCategoryPage__sectionItem:nth-of-type(2n) {
  background-color: #C8C8C8;
}

.vlCategoryPage__sectionLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-weight: bold;
  padding-left: 47px;
  padding-right: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.vlSectionPage__header {
  margin-bottom: 16px;
  padding: 16px 0;
  background-color: #505050;
  color: #FFF;
}

.vlSectionPage__headerContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .vlSectionPage__headerContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlSectionPage__headerTitle {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}

.vlSectionPage__headerDescription {
  display: block;
  margin: 8px 0 0;
  font-size: 0.9rem;
}

.vlSectionPage__headerTermsContainer, .vlSectionPage__footerTermsContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 16px;
  display: none;
}

@media (max-width: 1024px) {
  .vlSectionPage__headerTermsContainer, .vlSectionPage__footerTermsContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlSectionPage__footerTermsContainer {
  margin-bottom: 40px;
}

.vlSectionPage__headerTerms, .vlSectionPage__footerTerms {
  border: 1px solid #666464;
  padding: 16px;
}

@media (max-width: 600px) {
  .vlSectionPage__headerTerms, .vlSectionPage__footerTerms {
    padding: 8px;
  }
}

.vlSectionPage__headerTermsTitle, .vlSectionPage__footerTermsTitle {
  margin: 0 0 4px;
  font-size: 0.9rem;
  font-weight: bold;
}

.vlSectionPage__headerTermsList, .vlSectionPage__footerTermsList {
  list-style-type: disc;
  padding-left: 24px;
  font-size: 0.8rem;
}

.vlSectionPage__footerTermsHint {
  font-size: 0.8rem;
}

.vlSectionPage__articleContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .vlSectionPage__articleContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .vlSectionPage__articleContainer {
    padding-left: 0;
    padding-right: 0;
  }
}

.vlSectionPage__articleList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  margin-bottom: 24px;
}

.vlSectionPage__articleItem {
  margin-bottom: 4px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 16px center;
}

.vlSectionPage__articleItem:nth-of-type(2n+1) {
  background-color: #E6E6E6;
}

.vlSectionPage__articleItem:nth-of-type(2n) {
  background-color: #C8C8C8;
}

.vlSectionPage__articleLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-weight: bold;
  padding-left: 47px;
  padding-right: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
}

/*  動画サムネイル */
.vlSectionPage[data-id="360004417693"] .vlSectionPage__articleLink,
.vlSectionPage[data-id="360004417713"] .vlSectionPage__articleLink,
.vlSectionPage[data-id="360004369014"] .vlSectionPage__articleLink {
  padding-left: 205px;
  height: 96px;
  background-size: 142px 80px;
  background-repeat: no-repeat;
  background-position: 47px 8px;
}

@media (max-width: 600px) {
  .vlSectionPage[data-id="360004417693"] .vlSectionPage__articleLink,
  .vlSectionPage[data-id="360004417713"] .vlSectionPage__articleLink,
  .vlSectionPage[data-id="360004369014"] .vlSectionPage__articleLink {
    padding-left: 47px;
    padding-top: 24px;
    padding-bottom: 24px;
    height: auto;
    background: none;
  }
}

/* カタログサムネイル */
.vlSectionPage[data-id="360004369034"] .vlSectionPage__articleLink,
.vlSectionPage[data-id="360004417753"] .vlSectionPage__articleLink,
.vlSectionPage[data-id="360004417793"] .vlSectionPage__articleLink,
.vlSectionPage[data-id="360004369094"] .vlSectionPage__articleLink,
.vlSectionPage[data-id="360004417873"] .vlSectionPage__articleLink {
  padding-left: 214px;
  height: 229px;
  background-size: 151px 213px;
  background-repeat: no-repeat;
  background-position: 47px 8px;
}

@media (max-width: 600px) {
  .vlSectionPage[data-id="360004369034"] .vlSectionPage__articleLink,
  .vlSectionPage[data-id="360004417753"] .vlSectionPage__articleLink,
  .vlSectionPage[data-id="360004417793"] .vlSectionPage__articleLink,
  .vlSectionPage[data-id="360004369094"] .vlSectionPage__articleLink,
  .vlSectionPage[data-id="360004417873"] .vlSectionPage__articleLink {
    padding-left: 47px;
    padding-top: 24px;
    padding-bottom: 24px;
    height: auto;
    background: none;
  }
}

.vlArticle__header {
  margin-bottom: 16px;
  padding: 16px 0;
  background-color: #505050;
  color: #FFF;
}

.vlArticle__headerContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .vlArticle__headerContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlArticle__headerTitle {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}

.vlArticle__headerUpdate {
  font-size: 0.9rem;
  margin-top: 4px;
}

.vlArticle__bodyContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .vlArticle__bodyContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlArticle__body {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  color: #666464;
  margin-bottom: 80px;
  /* iframe video */
}

@media (max-width: 1024px) {
  .vlArticle__body {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlArticle__body h1 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #ED6C00;
  margin: 0 0 16px;
}

.vlArticle__body h2 {
  padding: 4px 8px;
  margin: 24px 0 16px;
  background-color: #ED6C00;
  font-size: 1.2rem;
  color: #FFF;
  font-weight: bold;
}

.vlArticle__body h3 {
  margin: 24px 0 16px;
  border-bottom: 2px solid #ED6C00;
  font-size: 1.2rem;
}

.vlArticle__body h4 {
  margin: 16px 0 8px;
  font-size: 1.2rem;
  font-weight: bold;
}

.vlArticle__body ul {
  list-style-type: disc;
  padding-left: 40px;
  margin: 16px 0;
}

.vlArticle__body iframe {
  width: 100%;
}

.vlArticle__body table {
  border: 1px solid #C2BBB0;
  width: 100%;
}

.vlArticle__body table td {
  border: 1px solid #C2BBB0;
  padding: 2px 4px;
}

.vlArticle__body a {
  color: #ED6C00;
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 600px) {
  .vlArticle__body img {
    max-width: 100%;
    height: initial;
  }
}

.vlArticle__attachmentsTitle {
  margin: 0 0 16px;
  padding-left: 8px;
  border-left: 5px solid #ED6C00;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .vlArticle__attachmentsTitle {
    margin-bottom: 12px;
  }
}

.vlArticle__attachmentsList {
  list-style-type: none !important;
  padding: 4px !important;
  margin-top: 8px !important;
}

.vlArticle__attachmentItem {
  margin-bottom: 8px;
}

.vlArticle__attachmentDownload {
  display: inline-block;
  padding: 1px 4px;
  border-radius: 16px;
  background-color: #ff7808;
  color: #FFF !important;
  text-decoration: none !important;
  font-size: 0.8rem !important;
}

.vlArticle__attachmentDownload:hover {
  background-color: #ED6C00;
}

.vlSearch__headerContainer {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 1024px) {
  .vlSearch__headerContainer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlSearch__pageTitle {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}

.vlSearch__pageDescription {
  display: block;
  margin: 8px 0 0;
  font-size: 0.9rem;
}

.vlSearch__body {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .vlSearch__body {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.vlSearch__breadcrumbContainer {
  margin-top: 24px;
}

.errorPage__container {
  margin: 0 auto;
  max-width: 1024px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .errorPage__container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.errorPage__title {
  margin-top: 32px;
}

#preview-bar-container,
#navbar-container {
  position: fixed;
  top: 0;
  z-index: 10000;
}

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