@charset "UTF-8";
.dbg-karidouga, .dbg-item__notargetfile, .dbg-item__invalidmovielink,
.dbg-item__invalidlink {
  position: relative;
}
.dbg-karidouga::before, .dbg-item__notargetfile::before, .dbg-item__invalidmovielink::before,
.dbg-item__invalidlink::before {
  position: absolute;
  content: "";
  z-index: 2;
  white-space: pre;
  color: yellow;
  background: green;
  padding: 4px 10px;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: bold;
}

.debug__productcode {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 0, 0, 0.2);
  color: white;
  text-shadow: 0 0 3px black;
  font-size: 28px;
  font-weight: bold;
}

.dbg-item__invalidmovielink::before,
.dbg-item__invalidlink::before {
  content: "リンク先未設定です！";
}

.dbg-item__notargetfile::before {
  content: "リンク先データ未配置です！";
}

.dbg-karidouga::before {
  content: "この動画は仮です。\a実際には別動画が入ります。\aこのメッセージを除去するには.dbg-karidougaを削除してください.";
  color: white;
  background: darkblue;
  padding: 10px 10px;
  width: 100%;
  font-size: 18px;
}

header {
  width: 100%;
  background-color: #233555;
  height: 133px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header {
    height: 65px;
  }
}

#blk_pro_header_menu_global {
  width: 100%;
  margin: 0 auto;
  background-color: #233555;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #blk_pro_header_menu_global {
    height: 65px;
  }
}
@media screen and (min-width: 992px) {
  #blk_pro_header_menu_global {
    height: 84px;
  }
}
#blk_pro_header_menu_global .inner {
  width: 100%;
  max-width: 1150px;
}
#blk_pro_header_menu_global .menu_global_1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#blk_pro_header_menu_global .menu_global_1 > * {
  box-sizing: border-box;
}
#blk_pro_header_menu_global .menu_global_1__logo {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  vertical-align: bottom;
  align-items: flex-end;
}
#blk_pro_header_menu_global .menu_global_1__logo > * {
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #blk_pro_header_menu_global .menu_global_1__logo {
    height: 59px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #blk_pro_header_menu_global .menu_global_1__logo {
    width: 30%;
    align-items: center;
  }
}
#blk_pro_header_menu_global .menu_global_1__logo img#linda-logo {
  width: 145px;
  aspect-ratio: 419/183;
}
@media screen and (max-width: 767px) {
  #blk_pro_header_menu_global .menu_global_1__logo img#linda-logo {
    width: auto;
    height: 42px;
    display: block;
    margin: auto 5vw;
  }
}
#blk_pro_header_menu_global .menu_global_1__logo .professional {
  color: white;
  font-size: 1.2rem;
  padding-left: 2em;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #blk_pro_header_menu_global .menu_global_1__logo .professional {
    display: none;
  }
}
#blk_pro_header_menu_global .menu_global_1__buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  #blk_pro_header_menu_global .menu_global_1__buttons {
    display: none;
  }
}
#blk_pro_header_menu_global .menu_global_1__buttons > * {
  box-sizing: border-box;
}
#blk_pro_header_menu_global .menu_global_1__buttons > .button {
  width: 68px;
  height: 68px;
  background: white;
  margin-right: 10px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.3;
}
#blk_pro_header_menu_global .menu_global_1__buttons > .button a {
  display: block;
  height: 100%;
  width: 100%;
}
#blk_pro_header_menu_global .menu_global_1__buttons > .button .txt {
  text-align: center;
  height: 1.5em;
  padding-top: 2px;
  background: #6a7c8f;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#blk_pro_header_menu_global .menu_global_1__buttons > .button .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(68px - 1.5em);
  margin: 0 auto;
}
#blk_pro_header_menu_global .menu_global_1__buttons > .button .img img {
  max-width: calc(100% - 1.5em);
}

#blk_pro_header_menu_section {
  width: 100%;
  margin: 12px auto 0 auto;
  height: 65px;
}
@media screen and (max-width: 767px) {
  #blk_pro_header_menu_section {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #blk_pro_header_menu_section {
    height: 80px;
  }
}
#blk_pro_header_menu_section .header_menu_container {
  background-color: white;
}
#blk_pro_header_menu_section .header_menu_container .menu {
  width: 100%;
  font-size: 1.6rem;
  padding: 6px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media screen and (min-width: 992px) {
  #blk_pro_header_menu_section .header_menu_container .menu {
    width: 1000px;
    height: 33px;
  }
}
#blk_pro_header_menu_section .header_menu_container .menu .menu__item {
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  background: white;
}
#blk_pro_header_menu_section .header_menu_container .menu .menu__item:not(:last-child) {
  border-right: solid 1px #cccccc;
}
#blk_pro_header_menu_section .header_menu_container .menu .menu__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  margin-bottom: -6px;
  height: calc(100% + 12px);
}

#blk_pro_footer_menu_a {
  background-color: #233555;
  height: 100px;
}
@media screen and (min-width: 992px) {
  #blk_pro_footer_menu_a {
    height: 80px;
  }
}

#blk_pro_footer_menu_b {
  background-color: #233555;
  color: white;
  font-size: 1.4rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
#blk_pro_footer_menu_b a {
  color: white;
}
#blk_pro_footer_menu_b .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#blk_pro_footer_menu_b .inner > * {
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #blk_pro_footer_menu_b .inner {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }
}
#blk_pro_footer_menu_b .company {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 992px) {
  #blk_pro_footer_menu_b .company {
    width: 35%;
    margin-bottom: 0;
  }
}
#blk_pro_footer_menu_b .company__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#blk_pro_footer_menu_b .footer-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (min-width: 992px) {
  #blk_pro_footer_menu_b .footer-menu {
    width: 65%;
  }
}
#blk_pro_footer_menu_b .footer-menu > * {
  box-sizing: border-box;
}
#blk_pro_footer_menu_b .footer-menu > * {
  min-width: 230px;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  #blk_pro_footer_menu_b .footer-menu > * {
    width: 100%;
  }
}
#blk_pro_footer_menu_b .footer-menu__guides, #blk_pro_footer_menu_b .footer-menu__sections, #blk_pro_footer_menu_b .footer-menu__member, #blk_pro_footer_menu_b .footer-menu__link {
  margin-left: 1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 1em;
}
#blk_pro_footer_menu_b .footer-menu__guides > *, #blk_pro_footer_menu_b .footer-menu__sections > *, #blk_pro_footer_menu_b .footer-menu__member > *, #blk_pro_footer_menu_b .footer-menu__link > * {
  box-sizing: border-box;
}
#blk_pro_footer_menu_b .footer-menu__guides > *, #blk_pro_footer_menu_b .footer-menu__sections > *, #blk_pro_footer_menu_b .footer-menu__member > *, #blk_pro_footer_menu_b .footer-menu__link > * {
  list-style-type: ">";
  margin-left: 1em;
  padding-left: 0.65em;
}
@media screen and (max-width: 767px) {
  #blk_pro_footer_menu_b .footer-menu__guides, #blk_pro_footer_menu_b .footer-menu__sections, #blk_pro_footer_menu_b .footer-menu__member, #blk_pro_footer_menu_b .footer-menu__link {
    margin-bottom: 3rem;
  }
  #blk_pro_footer_menu_b .footer-menu__guides > *, #blk_pro_footer_menu_b .footer-menu__sections > *, #blk_pro_footer_menu_b .footer-menu__member > *, #blk_pro_footer_menu_b .footer-menu__link > * {
    line-height: 1.8;
  }
}
#blk_pro_footer_menu_b .footer-menu__head {
  font-size: 16px;
  margin-bottom: 8px;
  border-bottom: solid 1px #e4dbd6;
}
#blk_pro_footer_menu_b .copyright {
  margin-top: 36px;
  text-align: center;
  color: #e4dbd6;
}

.sds_index_link_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.sds_index_link_list > * {
  box-sizing: border-box;
}
.sds_index_link_list li {
  width: calc((100% - 30px) / 3);
  margin-bottom: 10px;
  background-color: #e4dbd6;
  font-weight: bold;
}
.sds_index_link_list li:not(:nth-child(3n)) {
  margin-right: 10px;
}
.sds_index_link_list li a {
  padding: 8px 25px;
  display: block;
  position: relative;
}
.sds_index_link_list li a::after {
  content: "▶";
  position: absolute;
  right: 20px;
  color: #6a7c8f;
}
.sds_index_link_list li.disabled {
  background-color: #cccccc;
  color: #666;
  padding: 8px 25px;
}

.top-slick {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: black;
  transition: background-color 0.3s 0.3s ease;
  height: 75vw;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .top-slick {
    height: 500px;
  }
}

.top-slick:not(.slick-initialized) {
  background: white;
}

.top-slick .item {
  width: 1150px;
  position: relative;
  height: 75vw;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .top-slick .item {
    height: 500px;
  }
}
.top-slick .item img {
  width: 100%;
}

.top-slick video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  max-width: 1150px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .top-slick video {
    height: auto;
  }
}

.b, .bb {
  position: absolute;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border: solid 2px white;
  color: white;
  background: rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .b, .bb {
    padding: 20px;
    font-size: 28px;
  }
}

.b {
  left: 5%;
  bottom: 8%;
}
@media screen and (min-width: 992px) {
  .b {
    left: 5%;
    bottom: 15%;
  }
}

.bb {
  right: 5%;
  bottom: 8%;
}
@media screen and (min-width: 992px) {
  .bb {
    right: 10%;
    bottom: 15%;
  }
}

.slick-slide {
  opacity: 0.75;
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  padding-bottom: 40px;
}

.slick-slide.slick-current {
  opacity: 1;
  padding-bottom: 0px;
}

.ec-layoutRole__contents {
  min-height: calc(100vh - 330px);
}
@media screen and (min-width: 992px) {
  .ec-layoutRole__contents {
    min-height: calc(100vh - 324px);
  }
}

.ec-layoutRole__main {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .ec-layoutRole__main {
    margin: 50px, 0;
  }
}

.type_top .ec-layoutRole__main {
  margin: 0;
}

.part {
  margin: 80px 0;
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .part {
    margin: 50px 0;
    padding: 0 20px;
  }
}
.part .part__head {
  font-size: 33.6px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .part .description {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

img {
  max-width: 100%;
}

ul, ol {
  padding: 0;
}

.part--head_text h1 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 1em 0;
  border-bottom: 2px solid #233555;
  text-align-last: left;
  font-size: 48px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .part--head_text h1 {
    font-size: 36px;
  }
}
.part--head_text .sentence {
  margin: 20px 0;
  line-height: 2.04;
}
@media screen and (max-width: 767px) {
  .part--head_text .sentence {
    margin: 20px;
  }
}
.part--head_text .sentence p {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.header_important {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 48px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .header_important {
    font-size: 30px;
  }
}

.main_text {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.yofpro .ec-YOFProBtn--action-productlist.btn-color1 {
  background-color: #233555;
  color: white;
  max-width: 100%;
  margin-left: 0;
  border-style: none;
}
.yofpro .ec-YOFProBtn--action-productlist.btn-color1:hover {
  background-color: #324c79;
  color: white;
}

.yofpro .ec-YOFProBtn--action-productlist.btn-color7 {
  background-color: #cb5a12;
  color: white;
  max-width: 100%;
  margin-left: 0;
  border-style: none;
}
.yofpro .ec-YOFProBtn--action-productlist.btn-color7:hover {
  background-color: #ec7224;
  color: white;
}

.sectionlist__section {
  position: relative;
}
.sectionlist__section .imgpart {
  display: block;
  z-index: 1;
}
.sectionlist__section .txtpart {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EEEEEE;
  font-weight: bold;
  font-size: 38;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1.01);
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.sectionlist__section .txtpart::after {
  content: "▶";
  margin-left: 1em;
}
.sectionlist__section .txtpart:hover {
  background: rgba(0, 0, 0, 0.3);
  border-top: solid 30px black;
  border-bottom: solid 30px black;
  color: white;
}

.part--product_card_area .products {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.part--product_card_area .products > * {
  box-sizing: border-box;
}
.part--product_card_area .products > * {
  padding: 20px;
  width: calc((100% - 30px) / 4);
  background-color: #e4dbd6;
}
@media screen and (max-width: 767px) {
  .part--product_card_area .products > * {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .part--product_card_area .products > *:not(:first-child) {
    margin-left: 10px;
  }
}
.part--product_card_area .products > * .image {
  padding: 10px;
  background-color: white;
}
.part--product_card_area .products > * .name_and_desc {
  margin-top: 20px;
  height: calc(10px + 3.4em + 8.5em);
}
.part--product_card_area .products > * .name_and_desc .name {
  margin: 20px 0 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.53;
  min-height: 3.4em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.part--product_card_area .products > * .name_and_desc .name > * {
  box-sizing: border-box;
}
.part--product_card_area .products > * .name_and_desc .name a {
  color: inherit;
}
.part--product_card_area .products > * .name_and_desc .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  min-height: 8.5em;
}
.part--product_card_area .products > * .btn {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #6a7c8f;
  color: #FFF;
  min-width: 80px;
  padding: 0.8em 1em;
  margin: 0.5em 0;
  border-radius: 6px;
  display: block;
  margin: 2rem auto;
}
.part--product_card_area .products > * .btn div,
.part--product_card_area .products > * .btn p {
  color: #FFF;
}
.part--product_card_area .products > * .btn:visited {
  color: #FFF;
}
.part--product_card_area .products > * .btn:hover {
  background-color: #546372;
}
.part--product_card_area .products > * .btn.large {
  min-width: 100px;
  padding: 1em 2em;
  border-radius: 10px;
}
.part--product_card_area .products > * .btn.large,
.part--product_card_area .products > * .btn.large div,
.part--product_card_area .products > * .btn.large p {
  font-size: 2rem;
  font-weight: bold;
}
.part--product_card_area .products > * .btn.x-large {
  min-width: 140px;
  padding: 1.5em 3em;
  border-radius: 10px;
}
.part--product_card_area .products > * .btn.x-large,
.part--product_card_area .products > * .btn.x-large div,
.part--product_card_area .products > * .btn.x-large p {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .part--product_card_area .products {
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .part--product_card_area .products > * {
    scroll-snap-align: center;
    height: 100%;
    width: 80vw;
    flex: none;
  }
  .part--product_card_area .products > *:first-child {
    margin-left: 30px;
  }
  .part--product_card_area .products > *:last-child {
    margin-right: 30px;
  }
}

.part--menus, .part--banners {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 100px;
  margin-left: 100px;
}
.part--menus > *, .part--banners > * {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .part--menus, .part--banners {
    margin: 0;
  }
}
.part--menus > *, .part--banners > * {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .part--menus > *, .part--banners > * {
    width: 100%;
  }
}

.part--banners > li > a {
  box-sizing: border-box;
}

.part--menus > * {
  display: flex;
  border: solid 1px #233555;
}
.part--menus .menus__menu {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
.part--menus .menus__menu > * {
  box-sizing: border-box;
}
.part--menus .menus__menu .img {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .part--menus .menus__menu .img {
    padding: 0 8%;
  }
}
.part--menus .menus__menu .img img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.part--menus .menus__menu .text {
  box-sizing: border-box;
  width: 50%;
  background: #e4dbd6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part--menus .menus__menu .text dl {
  padding: 20px 6px;
  margin: 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .part--menus .menus__menu .text dl {
    padding: 6px 0;
  }
}
.part--menus .menus__menu .text dl dt {
  font-size: 25.6px;
  color: #6a7c8f;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .part--menus .menus__menu .text dl dt {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.part--menus .menus__menu .text dl dd {
  margin: 0 15%;
  border-top: solid 1px #6a7c8f;
  color: black;
  padding-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .part--menus .menus__menu .text dl dd {
    font-size: 16px;
    padding-top: 1.3rem;
    margin: 0 8%;
  }
}

.part--hr {
  position: relative;
  text-align: left;
  font-size: 27.2px;
  font-weight: bold;
  line-height: 1.2;
}
.part--hr > *:first-child {
  position: relative;
  width: fit-content;
  text-align: left;
  z-index: 3;
  background: white;
  font-size: inherit;
  font-weight: inherit;
}

.part--section_mainbanner {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.part--section_mainbanner .image picture {
  display: block;
}
.part--section_mainbanner .text {
  position: absolute;
  background: rgba(35, 53, 85, 0.5);
  color: white;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part--section_mainbanner .text .minititle {
  font-size: 3.2rem;
}
.part--section_mainbanner .text .title {
  font-size: 6.4rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .part--section_mainbanner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .part--section_mainbanner img {
    max-width: 100vw;
  }
  .part--section_mainbanner .text {
    width: 100vw;
  }
  .part--section_mainbanner .text .minititle {
    font-size: 2rem;
  }
  .part--section_mainbanner .text .title {
    font-size: 3.2rem;
  }
}

.part--library_items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  gap: 20px;
}
.part--library_items > * {
  box-sizing: border-box;
}
.part--library_items > * {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .part--library_items > * {
    width: calc(100% - 5px);
  }
}
.part--library_items a {
  width: 100%;
  height: 100%;
  display: block;
}
.part--library_items .item {
  height: 235px;
  padding: 10px;
  background-color: #e4dbd6;
  background-blend-mode: multiply;
  background-image: url("/html/user_data/assets/img/common/menu_icon/icon_library_file.svg");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 97%;
  background-size: 30%;
  transition: all 0.1s ease-out;
}
@media all and (-ms-high-contrast: none) {
  .part--library_items .item {
    margin: 5px;
  }
}
.part--library_items .item.item--memberonly {
  position: relative;
}
.part--library_items .item.item--memberonly::after {
  content: "会員限定";
  position: absolute;
  padding: 6px 10px;
  right: 0;
  top: 0;
  padding-left: 16px;
  border-radius: 0 0 0 20px;
  background: #233555;
  font-size: 16px;
  color: white;
  font-weight: bold;
}
.part--library_items .item.item--memberonly .title {
  margin-right: 86px;
}
.part--library_items .item.item--pdf {
  background-image: url("/html/user_data/assets/img/common/menu_icon/icon_library_pdf.svg");
}
.part--library_items .item.item--movie {
  background-image: url("/html/user_data/assets/img/common/menu_icon/icon_library_movie.svg");
}
.part--library_items .item.item--movie .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-image: url("/html/user_data/assets/img/common/parts/charm_play_movie.png");
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: 50% 50%;
}
.part--library_items .item .title {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  height: 53px;
  color: black;
}
.part--library_items .item .image {
  margin: 0 50px 30px;
  height: 162px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part--library_items .item .image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media all and (-ms-high-contrast: none) {
  .part--library_items .item .image img {
    max-width: 250px;
  }
}
.part--library_items .item:hover {
  transform: scale(0.96);
}
.part--library_items.nonmember .item.item--memberonly {
  background-color: #c6b3a8;
}
.part--library_items.nonmember .item.item--memberonly:hover {
  transform: none;
  text-decoration: none;
}
.part--library_items.nonmember .item.item--memberonly a:hover {
  text-decoration: none;
}

.part--solution p {
  line-height: inherit;
}
.part--solution .steps {
  list-style-type: none;
}
.part--solution .steps .step {
  border: 4px solid #9d9c9c;
  border-radius: 55px;
  margin-bottom: 10px;
  padding: 5px 80px 20px 80px;
  background-image: linear-gradient(180deg, rgb(249, 247, 244) 0%, rgb(231, 231, 231) 100%);
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .part--solution .steps .step {
    padding: 15px;
  }
}
.part--solution .steps .step:not(.step--last) {
  padding: 5px 80px 20px 200px;
  min-height: 145px;
  background-color: rgb(249, 247, 244);
  background-image: url("/html/user_data/assets/img/common/parts/step__triangle.png"), linear-gradient(180deg, rgb(249, 247, 244) 0%, rgb(231, 231, 231) 100%);
  background-repeat: no-repeat;
  background-position-x: 5%;
  background-position-y: 50%;
}
@media screen and (max-width: 767px) {
  .part--solution .steps .step:not(.step--last) {
    padding: 15px 15px 80px 15px;
    background-position-x: 50%;
    background-position-y: 90%;
    background-image: url("/html/user_data/assets/img/common/parts/step__triangle_crushed.png"), linear-gradient(180deg, rgb(249, 247, 244) 0%, rgb(231, 231, 231) 100%);
  }
}
.part--solution .steps .step .step__title {
  border-bottom: solid 1px #a9b8c9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;
}
.part--solution .steps .step .step__remarks {
  color: #233555;
  font-size: 0.95em;
}
.part--solution .steps .step .step__conclusion {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

.ec-productrole .part--need_login {
  padding: 2rem;
  border: solid 1px #cccccc;
}
.ec-productrole .part--need_login .title {
  font-weight: bold;
  font-size: 2rem;
}

.part--hadano-exhibition-movielist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.part--hadano-exhibition-movielist > * {
  box-sizing: border-box;
}
.part--hadano-exhibition-movielist > * > a {
  display: block;
  margin: 30px;
  padding: 15px;
  background: #e4dbd6;
}
.part--hadano-exhibition-movielist > * .text {
  text-align: center;
  font-weight: bold;
}
.part--hadano-exhibition-movielist > * .image {
  margin: 10px 40px 0;
}
@media screen and (max-width: 767px) {
  .part--hadano-exhibition-movielist > * {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .part--hadano-exhibition-movielist > * {
    width: calc(33.3333333333% - 20px);
  }
  .part--hadano-exhibition-movielist > * img {
    height: auto;
  }
}

.ec-shelfGrid__item {
  background: #e4dbd6;
}

.ec-shelfRole__item-textpart {
  margin-bottom: 16px;
}

.ec-shelfGrid__item .ec-YOFProBtn--action-productlist {
  background-color: #6a7c8f;
  border-color: #6a7c8f;
  color: white;
}
.ec-shelfGrid__item .ec-YOFProBtn--action-productlist:hover, .ec-shelfGrid__item .ec-YOFProBtn--action-productlist:active {
  background-color: #6a7c8f;
  border-color: #6a7c8f;
  color: white;
}
.ec-shelfGrid__item .ec-YOFProBtn--action-productlist::after {
  content: "▶";
  padding-left: 1em;
}

.ec-shelfRole__item-name .name1 {
  font-weight: bold;
  font-size: 17.6px;
  border-bottom: solid #6a7c8f 1px;
}

.package {
  margin-top: 16px;
}

.price02-default {
  font-weight: bold;
  font-size: 17.6px;
}
.package + .price02-default {
  margin-top: 0px;
}

.label_and_widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.label_and_widget__label {
  width: 25%;
}
.label_and_widget__label label {
  height: 100%;
  margin-bottom: 0;
  font-weight: normal;
}
.label_and_widget__widget {
  width: 75%;
}
.label_and_widget__widget input {
  height: 34px;
}
.label_and_widget__widget.ec-select, .label_and_widget__widget .form-control {
  margin-bottom: 0;
}
.label_and_widget__widget select, .label_and_widget__widget input, .label_and_widget__widget input[type=number] {
  width: 100%;
  max-width: 100%;
}

.ec-productRole__title {
  padding-bottom: 10px;
  border-bottom: solid 2px #6a7c8f;
  margin-bottom: 30px;
}

.ec-blockBtn--action.add-cart,
.ec-blockBtn--secondary#favorite,
.ec-blockBtn--action.contact {
  font-size: 19.2px;
}

.ec-blockBtn--action.contact {
  background-color: #233555;
  border-color: #233555;
}

nav.breadclumb {
  color: #525263;
}
nav.breadclumb ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
nav.breadclumb ul > * {
  box-sizing: border-box;
}
nav.breadclumb ul > *::before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
  color: #888;
}
nav.breadclumb ul > *:first-child::before {
  content: "";
  margin: 0;
}

.type_top nav.breadclumb {
  display: none;
}

/* この内部のテキストは折り返しが効かなくなる。代わりに<wbr>を使うことで改行（回り込み）をコントロールできる。<wbr>は大量に使うことになる*/
.nbr {
  word-break: keep-all;
  word-wrap: break-word;
}

.ul--basic, ul.basic {
  list-style-type: disc;
}
.ul--basic > li, ul.basic > li {
  margin-left: 2em;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .ul--basic > li, ul.basic > li {
    margin-left: 3em;
  }
}

a.ec-blockBtn--action {
  color: white;
}

.giant-otoiawase-button {
  display: block;
  font-size: 3.2rem;
  width: 100%;
  border-radius: 20px;
  padding: 20px 0;
  background: #0071bc;
  color: white;
  text-align: center;
  margin-top: 120px;
}
.giant-otoiawase-button:hover {
  background: #005289;
  color: white;
}
.giant-otoiawase-button::after {
  content: "→";
  padding-left: 1em;
}

.part--industrial-flow,
.part--solution-flow {
  display: flex;
}
.part--industrial-flow .left,
.part--solution-flow .left {
  position: relative;
  width: 90%;
}
.part--industrial-flow .right,
.part--solution-flow .right {
  position: relative;
  width: 10%;
}
.part--industrial-flow .allwidth,
.part--solution-flow .allwidth {
  width: 100%;
}
.part--industrial-flow .flow__remark,
.part--solution-flow .flow__remark {
  position: absolute;
  top: 6px;
  width: 45%;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  text-shadow: 2px 2px 2px #FFF, -2px -2px 2px #FFF, -2px 2px 2px #FFF, 2px -2px 2px #FFF, 0px 2px 2px #FFF, -2px 2px #FFF, -2px 0 2px #FFF, 2px 0 2px #FFF;
}
.part--industrial-flow .step,
.part--solution-flow .step {
  box-sizing: border-box;
  position: relative;
  border: 4px solid #9d9c9c;
  border-radius: 55px;
  margin: 0;
  padding: 5px 80px 5px 120px;
  background-image: linear-gradient(180deg, rgb(249, 247, 244) 0%, rgb(231, 231, 231) 100%);
  line-height: 1.8;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .part--industrial-flow .step,
  .part--solution-flow .step {
    padding: 15px;
  }
}
.part--industrial-flow .step:not(.step--last),
.part--solution-flow .step:not(.step--last) {
  background-color: rgb(249, 247, 244);
  background-image: url("/html/user_data/assets/img/common/parts/step__triangle.png"), linear-gradient(180deg, rgb(249, 247, 244) 0%, rgb(231, 231, 231) 100%);
  background-repeat: no-repeat;
  background-position-x: 5%;
  background-position-y: 50%;
  background-size: 50px, 100%;
}
@media screen and (max-width: 767px) {
  .part--industrial-flow .step:not(.step--last),
  .part--solution-flow .step:not(.step--last) {
    line-height: 1.2;
    padding: 10px 15px 40px 15px;
    background-position-x: 50%;
    background-position-y: 90%;
    background-image: url("/html/user_data/assets/img/common/parts/step__triangle_crushed.png"), linear-gradient(180deg, rgb(249, 247, 244) 0%, rgb(231, 231, 231) 100%);
    text-align: center;
    font-size: 27.2px;
  }
}
.part--industrial-flow .branch,
.part--solution-flow .branch {
  display: flex;
}
.part--industrial-flow .branch > *,
.part--solution-flow .branch > * {
  position: relative;
}
.part--industrial-flow .branch .have_knowledge,
.part--solution-flow .branch .have_knowledge {
  width: 35%;
}
.part--industrial-flow .branch .not_have_knowledge,
.part--solution-flow .branch .not_have_knowledge {
  width: 65%;
}
.part--industrial-flow .arrow,
.part--solution-flow .arrow {
  background-image: url("/html/user_data/assets/img/common/parts/arrow-stick-vertical.png");
  background-position: 50% 0;
  background-repeat: repeat-y;
  width: 100%;
  height: 50px;
  border-bottom: solid 15px white;
  position: relative;
  filter: contrast(300%) grayscale(100%);
  font-size: 2rem;
  font-weight: bold;
}
.part--industrial-flow .arrow::after,
.part--solution-flow .arrow::after {
  content: "";
  display: block;
  background-image: url("/html/user_data/assets/img/common/parts/arrow-triangle-to-bottom.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
}
.part--industrial-flow .arrow--long,
.part--solution-flow .arrow--long {
  height: calc(100% - 0px);
}
.part--industrial-flow .arrow_test_back,
.part--solution-flow .arrow_test_back {
  border-width: 33px;
  border-style: solid;
  border-image-source: url("/html/user_data/assets/img/common/parts/border-arrow-back.png");
  border-image-slice: 33;
}
@media screen and (max-width: 767px) {
  .part--industrial-flow .arrow_test_back,
  .part--solution-flow .arrow_test_back {
    border-top-style: none;
  }
}
.part--industrial-flow .arrow_test_back2,
.part--solution-flow .arrow_test_back2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .part--industrial-flow .arrow_test_back2,
  .part--solution-flow .arrow_test_back2 {
    display: block;
    border-width: 33px;
    border-style: solid;
    border-image-source: url("/html/user_data/assets/img/common/parts/border-arrow-back.png");
    border-image-slice: 33;
    border-bottom-style: none;
  }
}
.part--industrial-flow .arrow--yesno-yes,
.part--solution-flow .arrow--yesno-yes {
  filter: hue-rotate(70deg) brightness(120%);
}
.part--industrial-flow .arrow--yesno-no,
.part--solution-flow .arrow--yesno-no {
  filter: hue-rotate(220deg) saturate(140%);
}
.part--industrial-flow .check_spec_button,
.part--solution-flow .check_spec_button {
  text-align: center;
  font-size: 1.5rem;
  border: solid 1px green;
  background: green;
  border-radius: 10px;
  line-height: 1.1;
}
.part--industrial-flow .check_spec_button a,
.part--solution-flow .check_spec_button a {
  color: white;
  display: block;
  padding: 1rem 2rem;
}

.part--card {
  background: #e4dbd6;
  padding: 30px;
}
.part--card h2 {
  font-weight: bold;
}
.part--card .lower {
  display: flex;
  flex-wrap: wrap;
}
.part--card .lower .image {
  box-sizing: border-box;
  width: 40%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .part--card .lower .image {
    width: 100%;
  }
}
.part--card .lower .image img {
  height: auto;
}
.part--card .lower .description {
  position: relative;
  padding: 10px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .part--card .lower .description {
    width: 100%;
  }
}
.part--card .lower .description .name {
  font-weight: bold;
}
.part--card .lower .button {
  position: absolute;
  margin: 10px;
  bottom: 0;
  right: 0;
  background-color: #233555;
  color: white;
  font-weight: bold;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .part--card .lower .button {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}

.login_or_entry__entry {
  box-sizing: border-box;
  width: calc(50% - 100px);
  padding: 30px 5% 60px;
  border: solid 4px rgb(156, 90, 14);
  background: #FFC;
}
@media screen and (max-width: 767px) {
  .login_or_entry__entry {
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .login_or_entry__entry {
    margin: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .login_or_entry__login {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .login_or_entry__login {
    width: calc(50% - 100px);
  }
}
.login_or_entry__login .ec-login {
  border: solid 4px #233555;
}

.button-c {
  box-sizing: content-box;
  color: #222;
  padding: 12px 28px;
  margin: 5px;
  outline: solid 4px rgb(236, 236, 236);
  border-left: solid 16px #6a7c8f;
  background: rgb(236, 236, 236);
  filter: drop-shadow(0px 0px 2px black);
}
.button-c a {
  color: #222;
}
.button-c::after {
  text-align: right;
  content: ">";
  margin-left: 2rem;
}

.navigation-list-with-thumbnail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
.navigation-list-with-thumbnail > * {
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .navigation-list-with-thumbnail {
    width: 950px;
  }
}
.navigation-list-with-thumbnail > * {
  width: 100%;
  min-height: calc(2rem + 20px + 12px);
}
.navigation-list-with-thumbnail > *:not(:last-of-type) {
  border-bottom: solid 1px #6a7c8f;
}
.navigation-list-with-thumbnail > * > a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  background-image: url("/html/user_data/assets/img/common/parts/arrow-link.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 18px;
}
.navigation-list-with-thumbnail > * > a > * {
  box-sizing: border-box;
}
.navigation-list-with-thumbnail > * > a:hover {
  background-color: #f8f6f5;
}
@media screen and (max-width: 767px) {
  .navigation-list-with-thumbnail > * > a {
    background-position: 95% 50%;
  }
}
.navigation-list-with-thumbnail > * > a .image {
  width: 140px;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .navigation-list-with-thumbnail > * > a .image {
    padding: 12px 18px;
    opacity: 30%;
  }
}
.navigation-list-with-thumbnail > * > a .text {
  width: calc(100% - 140px);
  padding: 10px 5%;
}
@media screen and (max-width: 767px) {
  .navigation-list-with-thumbnail > * > a .text {
    width: 100%;
    position: absolute;
    left: 0px;
    font-weight: bold;
    padding-right: max(5%, 50px);
  }
}

details.details--general {
  border: solid 1px #486daf;
  background-color: #eee9e5;
  padding: 1.5rem;
}
details.details--general > div, details.details--general > p, details.details--general > span, details.details--general > ul, details.details--general > ol, details.details--general > table {
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  details.details--general:not([open]) > summary::after {
    content: "（ここをクリックすると、ご覧になれます）";
  }
}
@media screen and (max-width: 767px) {
  details.details--general:not([open]) > summary::after {
    content: "（タップでご覧になれます）";
  }
}
details.details--general:not([open]) > div, details.details--general:not([open]) > p, details.details--general:not([open]) > span, details.details--general:not([open]) > ul, details.details--general:not([open]) > ol, details.details--general:not([open]) > table {
  opacity: 0;
}
details.details--general > summary {
  cursor: pointer;
  opacity: 1;
}
@media all and (-ms-high-contrast: none) {
  details.details--general > summary {
    cursor: default;
    list-style-type: none;
  }
  details.details--general:not([open]) > summary::after {
    content: "";
  }
  details.details--general:not([open]) > div, details.details--general:not([open]) > p, details.details--general:not([open]) > span, details.details--general:not([open]) > ul, details.details--general:not([open]) > ol, details.details--general:not([open]) > table {
    opacity: 1;
  }
}

.part--product_card_area #product--id211 .name {
  margin-left: -1em;
  margin-right: -1em;
  font-size: 22px;
}

a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.33em;
}

/*-------------------------------------------------------------------
use-wbr
このタグ内部のテキストについて、wbrタグを使った改行をさせるようにします
日本語文章の場合はwbrのない部分で折り返しはされなくなるため注意が必要です
-------------------------------------------------------------------*/
.use_wbr {
  word-break: keep-all;
}

/*-------------------------------------------------------------------
hogehoge-01
-------------------------------------------------------------------*/
.double_headed_images {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.double_headed_images h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
}
.double_headed_images > * {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .double_headed_images > * {
    width: 50%;
    margin-bottom: 0;
  }
}
.double_headed_images img {
  width: auto;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------------------------------------------
警告用テキスト
-------------------------------------------------------------------*/
.text_warning {
  color: red;
  font-weight: bold;
}

.ec-productRole__description .part--basic {
  margin-bottom: 8rem;
}
.ec-productRole__description .part--basic h2, .ec-productRole__description .part--basic h3 {
  text-align: center;
}
.ec-productRole__description .part--basic h2 {
  font-size: 28.8px;
  font-weight: bold;
  margin: 3rem 0 2rem 0;
}
@media screen and (min-width: 992px) {
  .ec-productRole__description .part--basic h2 {
    font-size: 40px;
  }
}
.ec-productRole__description .part--basic h3 {
  font-size: 20.8px;
  color: #233555;
}
@media screen and (min-width: 992px) {
  .ec-productRole__description .part--basic h3 {
    font-size: 24px;
  }
}
.ec-productRole__description .part--basic .description {
  margin-top: 4rem;
}

.product_spec {
  margin: 30px 0;
  border-top: solid 1px #888;
  width: 100%;
}
.product_spec tr {
  border-bottom: solid 1px #888;
}
.product_spec tr th, .product_spec tr td {
  padding: 1rem;
}
.product_spec tr th {
  background: #DDD;
}
.product_spec tr td {
  background: #FFF;
}

.product_attention {
  border: solid 2px red;
  background: #FEE;
}
.product_attention .attention__head {
  margin: 0;
  background: red;
  color: white;
  font-weight: bold;
  padding: 0.3em 0;
  text-align: center;
}
.product_attention .attention__list {
  list-style-type: circle;
  padding-left: 2em;
}
.product_attention .attention__list > li {
  margin: 0.75em 0;
}

.introduce_for_yofbeauty {
  border: solid 1px #a9b8c9;
  background: #e4dbd6;
}
@media screen and (min-width: 992px) {
  .introduce_for_yofbeauty {
    background-image: url("/html/user_data/assets/img/common/banner/banner-mini-yofbeauty-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 131px;
  }
}
.introduce_for_yofbeauty a {
  color: black;
  display: flex;
  align-items: center;
  height: 100%;
}
.introduce_for_yofbeauty a .text {
  width: 100%;
  padding: 1em;
  display: block;
}
@media screen and (min-width: 992px) {
  .introduce_for_yofbeauty a .text {
    margin-left: 216px;
  }
}
@media screen and (min-width: 992px) {
  .introduce_for_yofbeauty a .text {
    display: flex;
    align-items: flex-end;
  }
}
.introduce_for_yofbeauty a .text .description {
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .introduce_for_yofbeauty a .text .description {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .introduce_for_yofbeauty a .text .button {
    margin-right: 0;
    margin-left: auto;
    width: 40%;
  }
}

ul {
  list-style-type: none;
}

img, p, div {
  height: auto;
}
@media screen and (min-width: 992px) {
  img.half, img.pc-half, p.half, p.pc-half, div.half, div.pc-half {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  img.half, img.sp-half, p.half, p.sp-half, div.half, div.sp-half {
    width: 50%;
  }
}

body.yofpro {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}

hr {
  border-top-color: #ccc;
}

p {
  line-height: 1.7;
  margin-top: 0.765em;
  margin-bottom: 0.765em;
}

.mg-xauto {
  margin-right: auto;
  margin-left: auto;
}/*# sourceMappingURL=yofpro.css.map */