@charset "UTF-8";
/* ==========================================================================
*
*  Foundation
*  ブラウザのデフォルトスタイルの初期化や基本的なスタイル。
*
*  ========================================================================*/
/* -----------------------------------------------------------------
*  base
*  ---------------------------------------------------------------*/
/************************************************
*   OVERWRITE
*************************************************/
:root {
  --scrollbar: 0;
}

body {
  color: #3a3737;
}

.lum-lightbox {
  z-index: 9999;
}

.lum-gallery-button {
  display: none;
}

.lum-close-button {
  opacity: 1;
}

.lum-img {
  background-color: #fff;
}

/* ==========================================================================
*
*  Layout
*  ヘッダー、フッター、サイドバー、メインコンテンツエリアなど、サイト全体のブロックに関するもの。
*
*  ========================================================================*/
/* -----------------------------------------------------------------
*  wrapper
*  ---------------------------------------------------------------*/
.l-wrapper {
  position: relative;
  /*
  overflow: hidden;
  margin-top: 116px;
  @media (max-width: 767px) {
    margin-top: 62px;
  }
    */
}

/* -----------------------------------------------------------------
*  header
*  ---------------------------------------------------------------*/
.l-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-header__lgContents {
  background-color: #fff;
}
.l-header__lgContents__holder {
  position: relative;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #dfdfdf;
  z-index: 3;
}
.l-header__lgContents__holder__inner {
  position: relative;
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .l-header__lgContents__holder__inner {
    width: calc(100% - 20px);
  }
}
.l-header__lgContents__holder__inner__logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 140px;
  display: block;
}
.l-header__lgContents__holder__inner__gMenu {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__lgContents__holder__inner__gMenu__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  margin-right: 20px;
}
.l-header__lgContents__holder__inner__gMenu__list > li > a > i {
  color: #0051a6;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}
.l-header__lgContents__holder__inner__gMenu__list > li.userManagementButton .userButton{
  cursor: pointer;
}
.l-header__lgContents__holder__inner__gMenu__list > li.userManagementButton .userMenu{
  background: #fff;
  position: absolute;
  z-index: 2;
  box-shadow: 0 8px 16px 0 silver;
  padding: 5px;
}
.l-header__lgContents__holder__inner__gMenu__list > li.userManagementButton .userMenu li{
  display: block;
}
.l-header__lgContents__holder__inner__gMenu__list > li.userManagementButton .userMenu li a{
    display: block;
    font-size: 1.2rem;
    color: #202020;
    padding: 7px;
    cursor: pointer;
}
.l-header__lgContents__holder__inner__gMenu__list > li.userManagementButton .userMenu li a:hover,
.l-header__lgContents__holder__inner__gMenu__list > li.userManagementButton .userMenu li a:focus{
    text-decoration: none;
    background-color: #ededed;
}
.l-header__lgContents__holder__inner__gMenu__list > li.userManagementButton .userMenu li a .fa-bug{
    color: #0051a6;
    font-size: 1.55rem;
    margin-right: 5px;
    vertical-align: middle;
}
.l-header__lgContents__holder__inner__gMenu__list > li > .enablePreview,
.l-header__lgContents__holder__inner__gMenu__list > li > .disablePreview{
  cursor: pointer;
}

.l-header__lgContents__holder__inner__gMenu__searchBox {
  width: 170px;
  margin-right: 20px;
}
.l-header__lgContents__holder__inner__gMenu__searchBox > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__lgContents__holder__inner__gMenu__searchBox > form > input[type=text] {
  border: 1px solid #a0a0a0;
  padding: 3px 6px;
  font-size: 16px;
  width: 100%;
  height: 28px;
  padding-right: 28px;
}
.l-header__lgContents__holder__inner__gMenu__searchBox > form > input[type=submit] {
  background: url(/static/assets/icon_search-w.png) center center no-repeat #a0a0a0;
  border: none;
  text-indent: 28px;
  background-size: 14px;
  width: 28px;
  height: 28px;
}
.l-header__lgContents__holder__inner__gMenu__searchBox > form > input[type=submit]:hover {
  background-color: #0051a6;
}
.l-header__lgContents__holder__inner__gMenu__contactBtn {
  background-color: #f08300;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 21px;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid transparent;
  text-decoration: none !important;
}
.l-header__lgContents__holder__inner__gMenu__contactBtn:hover {
  background-color: #146daa;
  border: 2px solid #f08300;
  color: #f08300 !important;
  background-color: #fff;
}
.l-header__lgContents__nav {
  position: relative;
  width: 100%;
  height: 46px;
  border-bottom: 3px solid #0051a6;
  z-index: 2;
}
.l-header__lgContents__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  width: 100%;
  height: 46px;
  margin-bottom: 0;
}
.l-header__lgContents__nav__list__item {
  position: relative;
  width: calc((100% - 100px) / 5);
  height: 100%;
  border-left: 1px solid #ebebeb;
}
.l-header__lgContents__nav__list__item:first-child {
  width: 100px;
  border-left: none;
}
.l-header__lgContents__nav__list__item__home {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-header__lgContents__nav__list__item__home > img {
  transform: translateY(-2px);
  width: 20px;
}
.l-header__lgContents__nav__list__item__anchor {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 14.5px;
  color: #0051a6 !important;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.l-header__lgContents__nav__list__item__anchor:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0051a6;
  border-bottom: 2px solid #0051a6;
  -webkit-transform: translateY(calc(-50% - 4px)) rotate(45deg);
          transform: translateY(calc(-50% - 4px)) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-header__lgContents__nav__list__item__anchor.is-active:after {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.l-header__lgContents__nav__list__item__anchor.is-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f08300;
  display: block;
  z-index: 2;
}
.l-header__lgContents__nav__panels {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
}
.l-header__lgContents__nav__panels__eachPanel {
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-height: calc(100vh - 110px);
  overflow: auto;
  display: none;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  overflow-x: hidden;
  overflow-y: auto;
}
.l-header__lgContents__nav__panels__eachPanel.is-active {
  display: block;
}
.l-header__lgContents__nav__panels__eachPanel__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
}
.l-header__lgContents__nav__panels__eachPanel__holder__video > video {
  width: 100%;
}
.l-header__lgContents__nav__panels__eachPanel__holder__menus {
  margin-bottom: -30px;
}
.l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col {
  margin-bottom: 30px;
}
.l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col__category {
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  padding: 0px 5px 10px;
}
.l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col__subCategory {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  border-left: 1px solid #dfdfdf;
  margin-bottom: 10px;
  padding-left: 10px;
}
.l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col__list {
  list-style-type: none;
  padding-left: 0;
}
.l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col__list__item__anchor {
  color: #0051a6 !important;
  font-size: 14px;
  font-weight: 200;
  padding: 5px;
  display: block;
}
.l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col__list__item__anchor[href^="https://www.se.com/"] {
  color: #4bbbb4 !important;
}
.l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col__list__item__anchor:hover {
  background-color: #f0f5fa;
  text-decoration: none;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list {
  list-style-type: none;
  padding-left: 0;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list.row{
  margin-left: 0;
  margin-right: 0;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item {
  margin-bottom: 30px;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item:last-child {
  margin-bottom: 0;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor {
  width: 100%;
  display: inline-block;
  text-decoration: none !important;
  color: #3a3737 !important;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor:hover {
  color: #0051a6 !important;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor__fig {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor__fig::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 81, 166, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor__fig::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background-image: url(/static/assets/icon_arrow-bnrLink.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(100% - 10px);
  background-size: 14px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor__fig > img {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
  width: 100%;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor__fig > span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor__caption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor:hover .l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor__fig:before {
  display: block;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor:hover .l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor__fig:after {
  display: block;
}
.l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor:hover .l-header__lgContents__nav__panels__eachPanel__holder__bnrs__list__item__anchor__fig > span {
  display: block;
}
.l-header__lgContents__nav__panels__eachPanel__closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 31px;
}
.l-header__lgContents__nav__panels__eachPanel__bottomCompactBnrMenu {
  position: relative;
  padding: 10px 60px;
}
.l-header__lgContents__nav__panels__eachPanel__bottomCompactBnrMenu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(135deg, rgb(0, 81, 166) 0%, rgb(75, 187, 180) 100%);
}
.l-header__lgContents__nav__panels__eachPanel__bottomCompactBnrMenu__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: -10px;
  padding: 0 20px;
}
.l-header__lgContents__nav__panels__eachPanel__bottomCompactBnrMenu__list__item {
  margin-bottom: 10px;
}
.l-header__lgContents__nav__panels__eachPanel__bottomCompactBnrMenu__list__item__anchor {
  display: block;
  position: relative;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding-right: 20px;
  text-decoration: none !important;
}
.l-header__lgContents__nav__panels__eachPanel__bottomCompactBnrMenu__list__item__anchor::after {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__lgContents__nav__panels__eachPanel__holder__menus__row{
  display: flex;
  flex-wrap: wrap;
}
.l-header__lgContents__nav__panels__eachPanel[data-category=products] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
  width: 80%;
}
@media (max-width: 991px) {
  .l-header__lgContents__nav__panels__eachPanel[data-category=products] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
    width: 100%;
  }
}
.l-header__lgContents__nav__panels__eachPanel[data-category=products] .l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col:nth-child(4n+1) {
  clear: both;
}
.l-header__lgContents__nav__panels__eachPanel[data-category=products] .l-header__lgContents__nav__panels__eachPanel__holder__bnrs {
  width: 20%;
}
.l-header__lgContents__nav__panels__eachPanel[data-category=service] .l-header__lgContents__nav__panels__eachPanel__holder__video {
  width: 40%;
  padding-right: 2%;
}
.l-header__lgContents__nav__panels__eachPanel[data-category=service] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
  width: 60%;
}
@media (max-width: 991px) {
  .l-header__lgContents__nav__panels__eachPanel[data-category=service] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
    width: 100%;
  }
}
.l-header__lgContents__nav__panels__eachPanel[data-category=solution] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
  width: 40%;
}
@media (max-width: 991px) {
  .l-header__lgContents__nav__panels__eachPanel[data-category=solution] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
    width: 100%;
  }
}
.l-header__lgContents__nav__panels__eachPanel[data-category=solution] .l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col:nth-child(2n+1) {
  clear: both;
}
.l-header__lgContents__nav__panels__eachPanel[data-category=solution] .l-header__lgContents__nav__panels__eachPanel__holder__bnrs {
  width: 60%;
}
.l-header__lgContents__nav__panels__eachPanel[data-category=support] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
  width: 80%;
}
@media (max-width: 991px) {
  .l-header__lgContents__nav__panels__eachPanel[data-category=support] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
    width: 100%;
  }
}
.l-header__lgContents__nav__panels__eachPanel[data-category=support] .l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col:nth-child(4n+1) {
  clear: both;
}
.l-header__lgContents__nav__panels__eachPanel[data-category=support] .l-header__lgContents__nav__panels__eachPanel__holder__bnrs {
  width: 20%;
}
.l-header__lgContents__nav__panels__eachPanel[data-category=aboutus] .l-header__lgContents__nav__panels__eachPanel__holder__video {
  width: 40%;
  padding-right: 2%;
}
.l-header__lgContents__nav__panels__eachPanel[data-category=aboutus] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
  width: 60%;
}
@media (max-width: 991px) {
  .l-header__lgContents__nav__panels__eachPanel[data-category=aboutus] .l-header__lgContents__nav__panels__eachPanel__holder__menus {
    width: 100%;
  }
}
.l-header__lgContents__nav__panels__eachPanel[data-category=aboutus] .l-header__lgContents__nav__panels__eachPanel__holder__menus__row__col:nth-child(3n+1) {
  clear: both;
}
.l-header__xsContents {
  background-color: #fff;
}
.l-header__xsContents__holder {
  position: relative;
  width: 100%;
  height: 62px;
  border-bottom: 4px solid #0051a6;
}
.l-header__xsContents__holder__logo {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__xsContents__holder__menuBtn {
  position: relative;
  width: 62px;
  height: 62px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.l-header__xsContents__holder__menuBtn > span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #0051a6;
  position: absolute;
  left: 50%;
}
.l-header__xsContents__holder__menuBtn > span:nth-child(1) {
  top: 22px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.l-header__xsContents__holder__menuBtn > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__xsContents__holder__menuBtn > span:nth-child(3) {
  bottom: 22px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.l-header__xsContents__holder__menuBtn.is-active {
  background-color: #f2f6fb;
}
.l-header__xsContents__holder__menuBtn.is-active > span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.l-header__xsContents__holder__menuBtn.is-active > span:nth-child(2) {
  display: none;
}
.l-header__xsContents__holder__menuBtn.is-active > span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
.l-header__xsContents__holder__searchBtn {
  width: 62px;
  height: 62px;
  display: block;
  position: absolute;
  top: 0;
  right: 62px;
  background-image: url(/static/assets/icon_search-b.svg);
  background-size: 17px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.l-header__xsContents__holder__searchBtn.is-active {
  background-color: #f2f6fb;
}
.l-header__xsContents__panel {
  width: 100%;
  max-height: calc(100vh - 62px);
  overflow: auto;
  display: none;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.l-header__xsContents__panel.is-active {
  display: block;
}
.l-header__xsContents__panel__list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.l-header__xsContents__panel__list__item {
  border-bottom: 1px solid #0051a6;
}
.l-header__xsContents__panel__list__item[data-border=none] {
  border-bottom: none;
}
.l-header__xsContents__panel__list__item__anchor {
  position: relative;
  display: block;
  padding: 15px 20px;
  background-color: #f2f6fb;
  font-size: 16px;
  color: #0051a6 !important;
  text-decoration: none !important;
  font-weight: 700;
}
.l-header__xsContents__panel__list__item__anchor:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/static/assets/icon_xsMenuPlus-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.l-header__xsContents__panel__list__item__anchor.is-active:after {
  background-image: url(/static/assets/icon_xsMenuMinus-b.svg);
}
.l-header__xsContents__panel__list__item__list {
  padding-left: 0;
  list-style-type: none;
  padding: 0px 20px;
  display: none;
}
.l-header__xsContents__panel__list__item__list.is-active {
  display: block;
}
.l-header__xsContents__panel__list__item__list__item {
  border-bottom: 1px solid #dfdfdf;
}
.l-header__xsContents__panel__list__item__list__item[data-border=none] {
  border-bottom: none;
}
.l-header__xsContents__panel__list__item__list__item__anchor {
  position: relative;
  display: block;
  padding: 15px 0;
  background-color: #fff;
  font-size: 16px;
  color: #3a3737 !important;
  text-decoration: none !important;
  font-weight: 700;
}
.l-header__xsContents__panel__list__item__list__item__anchor:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/static/assets/icon_xsMenuPlus-a.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.l-header__xsContents__panel__list__item__list__item__anchor.is-active:after {
  background-image: url(/static/assets/icon_xsMenuMinus-a.svg);
}
.l-header__xsContents__panel__list__item__list__item__anchor[data-type=direct] {
  position: relative;
  color: #fff !important;
}
.l-header__xsContents__panel__list__item__list__item__anchor[data-type=direct]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(135deg, rgb(0, 81, 166) 0%, rgb(75, 187, 180) 100%);
}
.l-header__xsContents__panel__list__item__list__item__anchor[data-type=direct]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: none;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.l-header__xsContents__panel__list__item__list__item__anchor[data-type=direct] > span {
  position: relative;
  z-index: 2;
}
.l-header__xsContents__panel__list__item__list__item__list {
  display: none;
  padding-left: 0;
  list-style-type: none;
  border-top: 1px solid #dfdfdf;
}
.l-header__xsContents__panel__list__item__list__item__list.is-active {
  display: block;
}
.l-header__xsContents__panel__list__item__list__item__list__item {
  border-bottom: 1px solid #dfdfdf;
}
.l-header__xsContents__panel__list__item__list__item__list__item:last-child {
  border-bottom: none;
}
.l-header__xsContents__panel__list__item__list__item__list__item__anchor {
  display: block;
  padding: 15px 0;
  background-color: #fff;
  font-size: 16px;
  color: #0051a6 !important;
  text-decoration: none !important;
}
.l-header__xsContents__panel__list__item__list__item__list__item__subCategory {
  position: relative;
  font-size: 16px;
  padding: 15px 12px;
  border-bottom: 1px solid #dfdfdf;
}
.l-header__xsContents__panel__list__item__list__item__list__item__subCategory:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dfdfdf;
}
.l-header__xsContents__panel__list__item__list__item__list__item__list {
  padding-left: 20px;
  list-style-type: none;
}
.l-header__xsContents__panel__list__item__list__item__list__item__list__item {
  border-bottom: 1px solid #dfdfdf;
}
.l-header__xsContents__panel__list__item__list__item__list__item__list__item:last-child {
  border-bottom: none;
}
.l-header__xsContents__panel__list__item__list__item__list__item__list__item__anchor {
  display: block;
  padding: 15px 0;
  background-color: #fff;
  font-size: 16px;
  color: #0051a6 !important;
  text-decoration: none !important;
}
.l-header__xsContents__searchArea {
  padding: 15px;
  background-color: #f2f6fb;
  display: none;
}
.l-header__xsContents__searchArea.is-active {
  display: block;
}
.l-header__xsContents__searchArea__searchBox {
  width: 100%;
}
.l-header__xsContents__searchArea__searchBox > form {
  position: relative;
  margin-bottom: 15px;
}
.l-header__xsContents__searchArea__searchBox > form > input[type=text] {
  padding: 3px 6px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-right: 28px;
  border: none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding-right: 60px;
}
.l-header__xsContents__searchArea__searchBox > form > input[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3px;
  background-image: url(/static/assets/btn_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 46px;
  height: 46px;
  display: block;
  border: none;
  font-size: 0;
}
.l-header__xsContents__searchArea__closeBtn {
  display: block;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------------------------
*  aside
*  ---------------------------------------------------------------*/
.l-aside {
  position: fixed;
  top: 50%;
  right: -106px;
  z-index: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-aside {
    top: auto;
    -webkit-transform: translateY(calc(56.2666666667vw + 10px));
            transform: translateY(calc(56.2666666667vw + 10px));
  }
}
.l-aside__list {
  list-style-type: none;
  padding-left: 0;
}
.l-aside__list__item {
  margin-bottom: 3px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.l-aside__list__item:last-child {
  margin-bottom: 0;
}
.l-aside__list__item__anchor {
  display: block;
  width: 153px;
  height: 51px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.l-aside__list__item__anchor[data-link=download] {
  background-image: url(/static/assets/sidebnr_download_off.svg);
}
.l-aside__list__item__anchor[data-link=contactus] {
  background-image: url(/static/assets/sidebnr_contact_off.svg);
}
html[lang="fr"] .l-aside__list__item__anchor[data-link=contactus] {
  background-image: url(/static/assets/sidebnr_contact_off_fr.svg);
}

.l-aside__list__item:hover {
  -webkit-transform: translateX(calc(-100% + 48px));
          transform: translateX(calc(-100% + 48px));
}
.l-aside__list__item:hover .l-aside__list__item__anchor[data-link=download] {
  background-image: url(/static/assets/sidebnr_download_on.svg);
}
.l-aside__list__item:hover .l-aside__list__item__anchor[data-link=contactus] {
  background-image: url(/static/assets/sidebnr_contact_on.svg);
}
html[lang="fr"] .l-aside__list__item:hover .l-aside__list__item__anchor[data-link=contactus] {
  background-image: url(/static/assets/sidebnr_contact_on_fr.svg);
}

/* -----------------------------------------------------------------
*  main
*  ---------------------------------------------------------------*/
.l-main {
  position: relative;
  overflow: hidden;
}

/* -----------------------------------------------------------------
*  footer
*  ---------------------------------------------------------------*/
.l-footer__aboveMenu {
  background: #eee;
  padding: 50px 0 12px;
}
.l-footer__aboveMenu__list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.l-footer__aboveMenu__list__item {
  padding-left: 17px;
  margin-left: 17px;
  border-left: 1px solid #d0d0d0;
}
.l-footer__aboveMenu__list__item:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.l-footer__aboveMenu__list__item > a {
  color: #3a3737 !important;
  text-decoration: none !important;
  font-size: 11px;
}
.l-footer__aboveMenu__list__item > a:hover {
  text-decoration: underline !important;
}
.l-footer__holder {
  padding: 50px 50px 100px 50px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .l-footer__holder {
    padding: 0;
  }
}
.l-footer__holder .container {
  position: relative;
}
.l-footer__holder__nav {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l-footer__holder__nav {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.l-footer__holder__nav__list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .l-footer__holder__nav__list {
    display: block;
  }
}
.l-footer__holder__nav__list__item {
  width: 20%;
}
@media (max-width: 767px) {
  .l-footer__holder__nav__list__item {
    width: 100%;
  }
}
.l-footer__holder__nav__list__item__dl {
  margin-bottom: 0;
}
.l-footer__holder__nav__list__item__dl__dt {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .l-footer__holder__nav__list__item__dl__dt {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.l-footer__holder__nav__list__item__dl__dt__anchor {
  display: block;
  color: #cccccc !important;
  text-decoration: none !important;
}
.l-footer__holder__nav__list__item__dl__dt__anchor:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .l-footer__holder__nav__list__item__dl__dt__anchor {
    background-image: url(/static/assets/icon_xsMenuPlus-w.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding: 10px;
  }
  .l-footer__holder__nav__list__item__dl__dt__anchor.is-active {
    background-image: url(/static/assets/icon_xsMenuMinus-w.svg);
  }
}
.l-footer__holder__nav__list__item__dl__dd {
  display: block;
}
@media (max-width: 767px) {
  .l-footer__holder__nav__list__item__dl__dd {
    display: none;
  }
  .l-footer__holder__nav__list__item__dl__dd.is-active {
    display: block;
  }
}
.l-footer__holder__nav__list__item__dl__dd__list {
  position: relative;
  padding-left: 0;
  list-style-type: none;
}
.l-footer__holder__nav__list__item__dl__dd__list__item {
  margin-bottom: 5px;
}
.l-footer__holder__nav__list__item__dl__dd__list__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-footer__holder__nav__list__item__dl__dd__list__item {
    margin-bottom: 0;
  }
}
.l-footer__holder__nav__list__item__dl__dd__list__item__anchor {
  display: block;
  color: #ccc !important;
  text-decoration: none !important;
}
.l-footer__holder__nav__list__item__dl__dd__list__item__anchor:hover {
  color: #fff !important;
}
@media (max-width: 767px) {
  .l-footer__holder__nav__list__item__dl__dd__list__item__anchor {
    padding: 10px;
    background-color: #3a3737;
  }
}
.l-footer__holder__nav__list__item__anchor {
  color: #fff !important;
  text-decoration: none !important;
}
.l-footer__holder__emailForm {
  max-width: 672px;
}
@media (max-width: 767px) {
  .l-footer__holder__emailForm {
    width: 100%;
  }
}
.l-footer__holder__emailForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer__holder__emailForm__form {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-footer__holder__emailForm__form__email {
    margin-bottom: 10px;
  }
}
.l-footer__holder__emailForm__form__email > label {
  color: #fff;
}
.l-footer__holder__emailForm__form__email > label > span {
  color: #f00;
  text-align: super;
}
.l-footer__holder__emailForm__form__email > input {
  font-size: 14px;
  padding: 5px;
  background-color: #fff;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .l-footer__holder__emailForm__form__email > input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-footer__holder__emailForm__form__iama {
    margin-bottom: 10px;
  }
}
.l-footer__holder__emailForm__form__iama > label {
  color: #fff;
}
.l-footer__holder__emailForm__form__iama > label > span {
  color: #f00;
  text-align: super;
}
.l-footer__holder__emailForm__form__iama > select {
  font-size: 14px;
  padding: 5px;
  background-color: #fff;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/static/assets/icon_selectArrow.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
@media (max-width: 767px) {
  .l-footer__holder__emailForm__form__iama > select {
    width: 100%;
  }
}
.l-footer__holder__emailForm__form__sendBtn {
  background: #0051a6 !important;
  border: initial !important;
  text-indent: 0 !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  font-size: medium !important;
  color: #fff !important;
  line-height: 30px !important;
}
.l-footer__holder__emailForm__footText {
  color: #fff;
  font-size: 11px;
  margin-bottom: 10px!important;
}
.l-footer__holder__emailForm__footText > a {
  color: #fff !important;
  text-decoration: underline !important;
}
.l-footer__holder__emailForm__footText > a:hover {
  text-decoration: none !important;
}
.l-footer__holder__copywrite {
  color: #fff;
  font-size: 11px;
  display: block;
}
@media (max-width: 767px) {
  .l-footer__holder__copywrite {
    margin-bottom: 10px;
  }
}
.l-footer__holder__copywrite > a {
  color: #fff !important;
  text-decoration: underline !important;
}
.l-footer__holder__copywrite > a:hover {
  text-decoration: none !important;
}
.l-footer__holder__snsList {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
@media (max-width: 767px) {
  .l-footer__holder__snsList {
    position: static;
  }
}
/* -----------------------------------------------------------------
 *  contentsNav
 *  ---------------------------------------------------------------*/
.l-contentsNav {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 600;
  background: #eeeeee;
  border-bottom: 1px solid transparent;
}
.l-contentsNav.is-fixed {
  border-bottom: 1px solid #0051a6;
}
.l-contentsNav__list {
  padding: 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  gap: 10px 20px;
  white-space: nowrap;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-contentsNav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 9px 0;
    gap: 8px 8px;
  }
}
.l-contentsNav__list__item__productTitleText {
  color: #0051a6;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .l-contentsNav__list__item__productTitleText {
    font-size: 14px;
    font-weight: 700;
  }
}
.l-contentsNav__list__item__anchor {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none !important;
  border-radius: 25px;
  color: #0051a6 !important;
  padding: 0 10px;
  line-height: 31px;
  display: block;
  border: 1px solid #0051a6;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-contentsNav__list__item__anchor {
    font-size: 14px;
    padding: 0 8px;
  }
}
.l-contentsNav__list__item__anchor.is-current {
  color: #fff !important;
  background-color: #0051a6 !important;
  text-decoration: none;
}
.l-contentsNav__list__item__anchor:hover {
  color: #fff !important;
  background-color: #0051a6 !important;
  text-decoration: none;
}

/* ==========================================================================
*
*  Object
*  サイト内で繰り返されるパターン。
*
*  ========================================================================*/
/* -----------------------------------------------------------------
*  Component
*  ---------------------------------------------------------------*/
.c-hl {
  margin: 0;
  padding: 0;
  color: #3a3737;
}
.c-hl[data-lv="extra01"] {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  background-color: #DDDDDD;
  padding: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-hl[data-lv="extra01"] {
    font-size: 22px;
  }
}
.c-hl[data-lv="01"] {
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
  color: #0051A6;
}
@media (max-width: 767px) {
  .c-hl[data-lv="01"] {
    font-size: 24px;
  }
}
.c-hl[data-lv="02"] {
  font-size: 28px;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-hl[data-lv="02"] {
    font-size: 22px;
  }
}
.c-hl[data-lv="03"] {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-hl[data-lv="03"] {
    font-size: 18px;
  }
}
.c-hl[data-lv="04"] {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-hl[data-lv="04"] {
    font-size: 18px;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  text-decoration: none !important;
  text-align: center;
  border-radius: 40px;
  text-align: left;
}
.c-btn[data-type=normal] {
  background-color: #0051a6;
  color: #fff !important;
  border: 1px solid transparent;
  font-size: 20px;
  padding: 10px 20px;
}
.c-btn[data-type=normal]:hover {
  background-color: #4bbbb4;
}
.c-btn[data-type=commingsoon] {
  background-color: #f08300;
  color: #fff !important;
  border: 1px solid transparent;
  font-size: 20px;
  padding: 10px 20px;
}
.c-btn[data-type=commingsoon]:hover {
  background-color: #4bbbb4;
}
.c-btn[data-type=pdf] {
  background-color: #0051a6;
  color: #fff !important;
  border: 1px solid transparent;
  font-size: 20px;
  padding: 10px 20px;
  padding-left: 70px;
}
.c-btn[data-type=pdf]:before {
  display: block;
  content: "";
  width: 32px;
  height: 18px;
  background-image: url(/static/assets/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn[data-type=pdf]:hover {
  background-color: #4bbbb4;
}
.c-btn[data-type=download] {
  background-color: #0051a6;
  color: #fff !important;
  border: 1px solid transparent;
  font-size: 20px;
  padding: 10px 20px;
  padding-left: 50px;
}
.c-btn[data-type=download]:before {
  display: block;
  content: "";
  width: 14px;
  height: 17px;
  background-image: url(/static/assets/icon_download.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn[data-type=download]:hover {
  background-color: #4bbbb4;
}
.c-btn[data-type=cta] {
  border-radius: 45px;
  background: linear-gradient(135deg, rgb(255, 0, 0) 0%, rgb(240, 131, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  padding: 28px 90px 28px;
  min-width: 570px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .c-btn[data-type=cta] {
    min-width: 100%;
    padding: 28px 65px 28px;
  }
}
.c-btn[data-type=cta]:after {
  position: absolute;
  top: 50%;
  right: 40px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .c-btn[data-type=cta]:after {
    right: 30px;
  }
}
.c-btn[data-type=cta][data-lang=others] {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-btn[data-type=cta][data-lang=others] {
    font-size: 20px;
  }
}
.c-btn[data-type=cta][data-lang=ja] {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-btn[data-type=cta][data-lang=ja] {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .c-btn[data-type=cta][data-row="2"] {
    border-radius: 88px;
  }
}
.c-btn[data-type=cta]:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-btn[data-type=table] {
  background-color: #0051a6;
  color: #fff !important;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 5px 10px;
}
.c-btn[data-type=table]:hover {
  background-color: #4bbbb4;
}

.c-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 0;
  word-break: break-word;
}
.c-text > a {
  color: #4bbbb4;
  text-decoration: underline;
}
.c-text > a:hover {
  text-decoration: none;
}
.c-list {
  list-style-type: disc;
  padding: 0;
  margin: 0;
  margin-left: 1em;
}
.c-list > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 0;
  word-break: break-word;
}

.c-em {
  font-style: normal;
}
.c-em[data-color=or] {
  color: #f08300;
}
.c-em[data-color=bl] {
  color: #0051a6;
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-pageTitle {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
  font-size: 60px;
  line-height: 1.1666666667;
  font-weight: bold;
  color: #0051a6;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-pageTitle {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 30px;
  }
}

.c-menuAnchor {
  position: relative;
  font-size: 16px;
  display: block;
  height: 100%;
  text-align: center;
  padding: 10px 20px 10px 10px;
  text-decoration: none !important;
  color: #3a3737 !important;
  border-bottom: 1px solid #3a3737;
}
.c-menuAnchor:hover {
  color: #0051a6 !important;
}
.c-menuAnchor:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #0051a6;
  border-bottom: 2px solid #0051a6;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
          transform: translateY(calc(-50% - 2px)) rotate(45deg);
}

.c-anchorBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f5fa;
  color: #3a3737;
  font-size: 16px;
  line-height: 1.625;
  padding: 25px;
  text-decoration: none !important;
  padding-right: 50px;
}
.c-anchorBlock__thumbnail {
  width: 80px;
}
@media (max-width: 767px) {
  .c-anchorBlock__thumbnail {
    width: 60px;
  }
}
.c-anchorBlock__thumbnail > img {
  display: block;
  width: 100%;
}
.c-anchorBlock__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-anchorBlock__texts__title {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
}
.c-anchorBlock__texts__desc {
  font-size: 12px;
  line-height: 1.6666666667;
}
.c-anchorBlock:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0051a6;
  border-right: 2px solid #0051a6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-anchorBlock[target=_blank]:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(/static/assets/icon_external-link.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  border: none;
}
.c-anchorBlock:hover {
  color: #0051a6 !important;
}

.c-textBox {
  font-size: 16px;
  line-height: 1.625;
  border: 1px solid #3a3737;
  padding: 20px;
  margin-bottom: 0;
}

.c-attention {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  padding-left: 65px;
}
.c-attention::before {
  position: absolute;
  top: 30px;
  left: 30px;
  content: "";
  width: 24px;
  height: 22px;
  background-image: url(/static/assets/icon_attention.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-bandHeadline {
  position: relative;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 400px;
}
@media (max-width: 767px) {
  .c-bandHeadline {
    height: 250px;
  }
}
.c-bandHeadline__obj {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92%;
  z-index: 2;
}
.c-bandHeadline__obj__icon {
  width: 102px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-bandHeadline__obj__icon {
    width: 80px;
  }
}
.c-bandHeadline__obj__text {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .c-bandHeadline__obj__text {
    font-size: 20px;
  }
}
.c-bandHeadline__obj__subText {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}
.c-bandHeadline__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-bandHeadline__bg > img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-remarks__list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.c-remarks__list__item {
  margin-bottom: 5px;
}
.c-remarks__list__item:last-child {
  margin-bottom: 0;
}
.c-remarks__list__item > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.c-remarks__list__item > dl > dt {
  width: 20px;
  font-size: 12px;
  color: #ff0000;
}
.c-remarks__list__item > dl > dd {
  width: calc(100% - 20px);
  font-size: 12px;
}

.c-table {
  overflow: scroll;
}
.c-table > table {
  width: 100%;
}
.c-table > table > thead > tr > th {
  border: 1px solid #ccc !important;
  background-color: #fff;
  color: #3a3737;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.c-table > table > tbody > tr > th,
.c-table > table > tbody > tr td {
  border: 1px solid #ccc !important;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
.c-table > table > tbody > tr > th {
  font-weight: normal;
}
.c-table > table > tbody > tr > td > em {
  font-weight: 700;
  font-style: normal;
}
.c-table > table td[data-stickyelm*=span],
.c-table > table th[data-stickyelm*=span] {
  position: sticky;
  top: 0;
  z-index: 2;
}
.c-table > table td[data-stickyelm*=col],
.c-table > table th[data-stickyelm*=col] {
  position: sticky;
  left: 0;
  z-index: 2;
}
.c-table[data-type=modest] > table > thead > tr > th {
  background-color: #f8f8f8;
}
.c-table[data-type=modest] > table > thead > tr > th[data-role=em] {
  background-color: #cccccc;
}
.c-table[data-type=modest] > table > tbody > tr > th {
  background-color: #f8f8f8;
}
.c-table[data-type=normal] > table > thead > tr > th {
  background-color: #f2f6fb;
}
.c-table[data-type=normal] > table > thead > tr > th[data-role=em] {
  background-color: #98b8df;
}
.c-table[data-type=normal] > table > tbody > tr > th {
  background-color: #f2f6fb;
}
.c-table[data-type=normal] > table > tbody > tr > td > em {
  color: #1668b2;
}
.c-table[data-sticky="row&col"] {
  max-height: 700px;
}
@media screen and (max-width: 767px) {
  .c-table[data-sticky="row&col"] {
    max-height: 400px;
  }
}
.c-table[data-sticky="row&col"] > table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 2;
}
.c-table[data-sticky="row&col"] > table > thead > tr > th:first-child {
  z-index: 3;
  left: 0;
}
.c-table[data-sticky="row&col"] > table > tbody > tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.c-table[data-sticky=row] {
  max-height: 700px;
}
@media screen and (max-width: 767px) {
  .c-table[data-sticky=row] {
    max-height: 400px;
  }
}
.c-table[data-sticky=row] > table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 2;
}
.c-table[data-sticky=col] > table > thead > tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.c-table[data-sticky=col] > table > tbody > tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.c-table[data-sticky=col-custom] th[data-stick=true] {
  position: sticky;
  left: 0;
  z-index: 2;
}
.c-table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.c-table::-webkit-scrollbar-track {
  background: transparent;
}
.c-table::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.c-table::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.c-sectionGuideTable {
  overflow-x: auto;
}
.c-sectionGuideTable > table {
  width: 100%;
}
@media (max-width: 767px) {
  .c-sectionGuideTable > table {
    min-width: 800px;
  }
}
.c-sectionGuideTable > table > thead > tr > th {
  border: 1px solid #ccc !important;
  background-color: rgb(0, 51, 153);
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.c-sectionGuideTable > table > tbody > tr > th,
.c-sectionGuideTable > table > tbody > tr td {
  border: 1px solid #ccc !important;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
.c-sectionGuideTable > table > tbody > tr > th {
  font-weight: normal;
  text-align: left;
}
.c-sectionGuideTable > table > tbody > tr > td {
  text-align: left;
  padding: 8px 16px;
  width: auto;
}
@media (max-width: 767px) {
  .c-sectionGuideTable > table > tbody > tr > td {
    padding: 5px;
  }
}
.c-sectionGuideTable > table > tbody > tr > td > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-sectionGuideTable > table > tbody > tr > td > div > img {
  width: 30px;
}
.c-sectionGuideTable > table > tbody > tr > td > em {
  font-weight: 700;
  font-style: normal;
}
.c-sectionGuideTable[data-sticky=row] {
  overflow: scroll;
  max-height: 700px;
}
@media screen and (max-width: 767px) {
  .c-sectionGuideTable[data-sticky=row] {
    max-height: 400px;
  }
}
.c-sectionGuideTable[data-sticky=row] > table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 2;
}
.c-sectionGuideTable::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.c-sectionGuideTable::-webkit-scrollbar-track {
  background: #eee;
}
.c-sectionGuideTable::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.c-sectionGuideTable::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.c-figure {
  position: relative;
}

.c-mainVisual {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
}
.c-mainVisual__img {
  width: 100%;
}
.c-mainVisual__video {
  width: 100%;
}
.c-mainVisual__fullVideoBtn {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 155px;
}
@media screen and (max-width: 767px) {
  .c-mainVisual__fullVideoBtn {
    width: 115px;
    bottom: 10px;
    left: 10px;
  }
}
.c-mainVisual__environmentalDataProgram {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-mainVisual__environmentalDataProgram {
    bottom: 10px;
    right: 10px;
  }
}
.c-mainVisual__environmentalDataProgram:hover {
  opacity: 1;
}
.c-mainVisual__scrollDown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  text-align: center;
}
.c-mainVisual__scrollDown__text {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.c-mainVisual__scrollDown__obj {
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
.c-mainVisual__scrollDown__obj > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.c-scrollTopBtn {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 500;
  width: 140px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-transform: translate(-50%, calc(100% + 40px));
          transform: translate(-50%, calc(100% + 40px));
}
@media (max-width: 767px) {
  .c-scrollTopBtn {
    width: 45px;
    left: 100%;
    bottom: 20px;
    -webkit-transform: translate(-60px, calc(100% + 20px));
            transform: translate(-60px, calc(100% + 20px));
  }
}
.c-scrollTopBtn.is-active {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .c-scrollTopBtn.is-active {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
  }
}

/* -----------------------------------------------------------------
*  Project
 *  ---------------------------------------------------------------*/
.p-menuAnchorList {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}
.p-menuAnchorList::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
  z-index: -1;
}
.p-menuAnchorList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin-bottom: -20px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .p-menuAnchorList__list {
    display: block;
  }
}
.p-menuAnchorList__list__item {
  margin-bottom: 20px;
}
.p-menuAnchorList[data-bgColor=gray]::before {
  background-color: #f8f8f8;
}

.p-linkGroup {
  margin-bottom: 120px;
}
.p-linkGroup:last-child {
  margin-bottom: 0;
}
.p-linkGroup__eachCategory {
  margin-bottom: 60px;
}
.p-linkGroup__eachCategory:last-child {
  margin-bottom: 0;
}
.p-linkGroup__eachCategory__linkList {
  margin-bottom: 40px;
}
.p-linkGroup__eachCategory__linkList:last-child {
  margin-bottom: -20px;
}

.p-mediaImgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-mediaImgBlock {
    display: block;
  }
}
.p-mediaImgBlock[data-direction=reverse] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-mediaImgBlock__imgWrap {
    margin-bottom: 30px;
  }
}
.p-mediaImgBlock__imgWrap__img {
  background-color: #f8f8f8;
}
.p-mediaImgBlock__imgWrap__img > img,
.p-mediaImgBlock__imgWrap__img > video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-mediaImgBlock__imgWrap__anchorImg {
  display: block;
  position: relative;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .p-mediaImgBlock__imgWrap__anchorImg {
    pointer-events: none;
  }
}
.p-mediaImgBlock__imgWrap__anchorImg:hover {
  opacity: 0.7;
}
.p-mediaImgBlock__imgWrap__anchorImg:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("/static/assets/icon_zoom.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
@media (max-width: 767px) {
  .p-mediaImgBlock__imgWrap__anchorImg:after {
    display: none;
  }
}
.p-mediaImgBlock__imgWrap__anchorImg > img {
  background-color: #f8f8f8;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-mediaImgBlock__desc__hl {
  margin-bottom: 20px;
}
.p-mediaImgBlock__desc__rt {
  margin-bottom: 30px;
}
.p-mediaImgBlock__desc__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-mediaImgBlock__desc__btns {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-mediaImgBlock__desc__remarks {
  margin-top: 20px;
}
.p-mediaImgBlock__desc *:last-child {
  margin-bottom: 0;
}

.p-mediaYoutubeBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-mediaYoutubeBlock {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-mediaYoutubeBlock__video {
    margin-bottom: 30px;
  }
}
.p-mediaYoutubeBlock__video__iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-mediaYoutubeBlock__video__iframeWrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mediaYoutubeBlock__desc__hl {
  margin-bottom: 20px;
}
.p-mediaYoutubeBlock__desc__rt {
  margin-bottom: 30px;
}
.p-mediaYoutubeBlock__desc__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-mediaYoutubeBlock__desc__btns {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-mediaYoutubeBlock__desc__remarks {
  margin-top: 20px;
}
.p-mediaYoutubeBlock__desc *:last-child {
  margin-bottom: 0;
}

.p-compactBlock {
  position: relative;
  overflow: hidden;
}
.p-compactBlock:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-compactBlock__eachBlock {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-compactBlock__eachBlock {
    margin-bottom: 50px;
  }
}
.p-compactBlock__moreBtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 600px;
  border: 1px solid #0051a6;
  padding: 10px;
  color: #0051a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-compactBlock__moreBtn {
    width: 90%;
  }
}
.p-compactBlock__moreBtn__icon {
  width: 24px;
  display: block;
}
.p-compactBlock__moreBtn__text {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-compactBlock__moreBtn__text {
    font-size: 16px;
  }
}
.p-compactBlock__moreBtn:hover {
  text-decoration: none;
}
.p-compactBlock.is-expanded:after {
  display: none;
}

[data-bgColor=gray] .p-compactBlock:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), to(rgb(248, 248, 248)));
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 100%);
}

.p-compactContents {
  position: relative;
  overflow: hidden;
}
.p-compactContents:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-compactContents__contentsWrap__eachBlock {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-compactContents__contentsWrap__eachBlock {
    margin-bottom: 50px;
  }
}
.p-compactContents__contentsWrap__eachBlock:last-child {
  margin-bottom: 0;
}
.p-compactContents__moreBtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 600px;
  border: 1px solid #0051a6;
  padding: 10px;
  color: #0051a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-compactContents__moreBtn {
    width: 90%;
  }
}
.p-compactContents__moreBtn__icon {
  width: 24px;
  display: block;
}
.p-compactContents__moreBtn__text {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-compactContents__moreBtn__text {
    font-size: 16px;
  }
}
.p-compactContents__moreBtn:hover {
  text-decoration: none;
}
.p-compactContents.is-expanded:after {
  display: none;
}
.p-compactContents[data-firstvisiblecount=all]:after {
  display: none;
}

[data-bgColor=gray] .p-compactContents:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), to(rgb(248, 248, 248)));
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 100%);
}

.p-footConfigInfo {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-footConfigInfo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-footConfigInfo:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f8f8f8;
  z-index: -1;
}
.p-footConfigInfo__btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-productConfigArea {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-productConfigArea {
    padding-bottom: 50px;
  }
}
.p-productConfigArea__iframeWrap {
  height: 650px;
  margin-bottom: 50px;
}
.p-productConfigArea__iframeWrap > iframe {
  width: 100%;
  height: 100%;
}

.p-sectionArea {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-sectionArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-sectionArea[data-bgColor=gray]::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f8f8f8;
  z-index: -1;
}

.p-options__eachOption {
  margin-bottom: 80px;
}
.p-options__eachOption:last-child {
  margin-bottom: 0;
}

.p-leadingArea {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-leadingArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-leadingArea__hl {
  font-weight: 700;
  color: #0051a6;
  font-size: 60px;
  line-height: 1.1666666667;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 991px) {
  .p-leadingArea__hl {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.p-leadingArea__rt {
  text-align: center;
}
.p-leadingArea__contentsLinkList {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-leadingArea__contentsLinkList {
    display: block;
  }
}
.p-leadingArea__contentsLinkList__item {
  width: 364px;
}
@media screen and (max-width: 767px) {
  .p-leadingArea__contentsLinkList__item {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-leadingArea__contentsLinkList__item:last-child {
    margin-bottom: 0;
  }
}
.p-leadingArea__contentsLinkList__item__anchor {
  position: relative;
  display: block;
  background-color: #4bbbb4;
  color: #fff !important;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  padding: 7px;
  text-decoration: none !important;
}
.p-leadingArea__contentsLinkList__item__anchor::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
          transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.p-leadingArea__contentsLinkList__item__anchor:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.p-leadingArea__details {
  margin-top: 50px;
}
.p-leadingArea__details__panel {
  border: 1px solid #146daa;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-leadingArea__details__panel {
    padding: 20px;
  }
}
.p-leadingArea__details__panel.is-active {
  display: block;
}
.p-leadingArea__details__panel__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-leadingArea__details__panel__tr:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-leadingArea__details__panel__tr__th {
    display: none;
  }
}
.p-leadingArea__details__panel__tr__th > span {
  position: relative;
  background-color: #0051a6;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  min-width: 76px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-leadingArea__details__panel__tr__th > span {
    font-size: 14px;
  }
}
.p-leadingArea__details__panel__tr__th > span:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: block;
  height: 100%;
  width: 10px;
  background-image: url(/static/assets/obj_detailArrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.p-leadingArea__details__panel__tr__td {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-leadingArea__details__panel__tr__td {
    padding-left: 0;
  }
}
.p-leadingArea__details__panel__tr__td__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 10px;
}
.p-leadingArea__details__panel__tr__td__list__item {
  background-color: #f2f6fb;
  border-radius: 15px;
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
}
.p-leadingArea__details__panel__tr__td__list__item:first-child {
  display: none;
  background-color: transparent;
  padding-left: 0;
}
.p-leadingArea__details__panel__tr__td__list__item:first-child > span {
  position: relative;
  background-color: #0051a6;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  min-width: 76px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-leadingArea__details__panel__tr__td__list__item:first-child > span {
    font-size: 14px;
  }
}
.p-leadingArea__details__panel__tr__td__list__item:first-child > span:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: block;
  height: 100%;
  width: 10px;
  background-image: url(/static/assets/obj_detailArrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .p-leadingArea__details__panel__tr__td__list__item {
    font-size: 14px;
  }
  .p-leadingArea__details__panel__tr__td__list__item:first-child {
    display: inline-block;
  }
}

.p-newsArea {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-newsArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-newsArea::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f8f8f8;
  z-index: -1;
}
.p-newsArea__hl {
  position: relative;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 40px;
  color: #0051a6;
  margin-top: 0;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .p-newsArea__hl {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.p-newsArea__hl:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0051a6;
}
.p-newsArea__list {
  list-style-type: none;
  padding-left: 0;
}
.p-newsArea__list__item {
  border-bottom: 1px solid #3a3737;
  padding-bottom: 10px;
}
.p-newsArea__list__item__anchor {
  color: #3a3737 !important;
  text-decoration: none !important;
}
.p-newsArea__list__item__anchor:hover {
  color: #0051a6 !important;
}
.p-newsArea__list__item__anchor__date {
  font-size: 14px;
  color: #3a3737;
  display: inline-block;
}
.p-newsArea__list__item__anchor__new {
  color: #0051a6;
  border: 1px solid #0051a6;
  border-radius: 24px;
  padding: 2px 10px;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
}
.p-newsArea__list__item__anchor__title {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 6px;
}

.p-toggleContents__tab__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  border-radius: 28px;
  background-color: #eeeeee;
  margin-bottom: 0;
}
.p-toggleContents__tab__list__item {
  position: relative;
  width: 50%;
}
.p-toggleContents__tab__list__item__anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  padding: 5px;
  width: 100%;
  height: 100%;
  color: #999999 !important;
  text-decoration: none !important;
  border-radius: 28px;
}
.p-toggleContents__tab__list__item__anchor.is-active {
  color: #ffffff !important;
  background-color: #1668b2;
  pointer-events: none;
  z-index: 2;
}
.p-toggleContents__contents__eachContent {
  display: none;
}
.p-toggleContents__contents__eachContent.is-active {
  display: block;
}

[data-bgColor=gray] .p-compactBlock:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), to(rgb(248, 248, 248)));
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 100%);
}

.p-softwareMv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-softwareMv {
    display: block;
  }
}
.p-softwareMv__texts {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 120px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .p-softwareMv__texts {
    width: 100%;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-softwareMv__texts__logo {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-softwareMv__texts__logo {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-softwareMv__texts__title {
  margin-bottom: 40px;
  font-weight: 700;
  color: #0051a6;
  background: linear-gradient(135deg, rgb(0, 81, 166) 0%, rgb(75, 187, 180) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  line-height: 1.1666666667;
}
@media (max-width: 767px) {
  .p-softwareMv__texts__title {
    font-size: 50px;
    text-align: center;
  }
}
.p-softwareMv__texts__rt {
  margin-bottom: 30px;
}
.p-softwareMv__texts__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-softwareMv__texts__btnList {
    display: none;
  }
}
.p-softwareMv__texts__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  gap: 10px 20px;
  margin-bottom: 0;
}
.p-softwareMv__texts__linkList__item > a {
  color: #4bbbb4;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline !important;
}
.p-softwareMv__texts__linkList__item > a:hover {
  text-decoration: none !important;
}
.p-softwareMv__visual {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-softwareMv__visual {
    position: static;
    aspect-ratio: 1.0623229462;
    width: 100vw;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.p-softwareMv__visual__video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
  transform: scale(1.01);
}

.p-softwareContentsNav {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.p-softwareContentsNav.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-softwareContentsNav:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(135deg, rgb(0, 81, 166) 0%, rgb(75, 187, 180) 100%);
}
.p-softwareContentsNav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-softwareContentsNav__container {
    display: block;
  }
}
.p-softwareContentsNav__container__state {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.p-softwareContentsNav__container__state__name {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
}
.p-softwareContentsNav__container__state__desc {
  font-size: 14px;
  line-height: 1.4285714286;
  color: #fff;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .p-softwareContentsNav__container__state__desc {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .p-softwareContentsNav__container__state {
    display: none;
  }
}
.p-softwareContentsNav__container__btns {
  width: 50%;
  min-width: 620px;
}
@media (max-width: 767px) {
  .p-softwareContentsNav__container__btns {
    width: 100%;
    min-width: 100%;
  }
}
.p-softwareContentsNav__container__btns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  list-style-type: none;
  justify-content: end;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .p-softwareContentsNav__container__btns__list {
    gap: 10px;
    justify-content: center;
  }
}
.p-softwareContentsNav__container__btns__list__item__btn {
  position: relative;
  background-color: #fff;
  color: #2c90af !important;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  text-decoration: none !important;
}
.p-softwareContentsNav__container__btns__list__item__btn:hover {
  background-color: #4bbbb4;
  color: #fff !important;
}
@media (max-width: 767px) {
  .p-softwareContentsNav__container__btns__list__item__btn {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.p-companionSoftWare {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-companionSoftWare {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-companionSoftWare:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f2f6fb;
  z-index: -1;
}
.p-companionSoftWare__hl {
  position: relative;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #0051a6;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-companionSoftWare__hl {
    font-size: 30px;
  }
}
.p-companionSoftWare__rt {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-companionSoftWare__rt {
    margin-bottom: 40px;
  }
}
.p-companionSoftWare__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .p-companionSoftWare__list {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-companionSoftWare__list__item {
    margin-bottom: 50px;
  }
  .p-companionSoftWare__list__item:last-child {
    margin-bottom: 0;
  }
}
.p-companionSoftWare__list__item__fig {
  margin-bottom: 20px;
}
.p-companionSoftWare__list__item__fig > img {
  width: 100%;
}
.p-companionSoftWare__list__item__info__name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-companionSoftWare__list__item__info__desc {
  margin-bottom: 30px;
}
.p-companionSoftWare__list__item__info__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .p-companionSoftWare__list__item__info__btns {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footSoftwareLinks {
  position: relative;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-footSoftwareLinks::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(135deg, rgb(0, 81, 166) 0%, rgb(75, 187, 180) 100%);
  z-index: -1;
}
.p-footSoftwareLinks__logo {
  margin-bottom: 40px;
}
.p-footSoftwareLinks__hl {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .p-footSoftwareLinks__hl {
    font-size: 30px;
  }
}
.p-footSoftwareLinks__rt {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 30px;
}
.p-footSoftwareLinks__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .p-footSoftwareLinks__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.p-footSoftwareLinks__btns__btn {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  text-decoration: none !important;
  text-align: center;
  border-radius: 40px;
  text-align: left;
  background-color: #fff;
  color: #0051a6 !important;
  font-size: 20px;
  padding: 10px 20px;
  color: #2c90af !important;
}
.p-footSoftwareLinks__btns__btn:hover {
  color: #fff !important;
  background-color: #4bbbb4;
}

.p-creativeCenterMenuArea {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-creativeCenterMenuArea__categoryNav {
  margin-bottom: 40px;
}
.p-creativeCenterMenuArea__categoryNav__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eeeeee;
  border-radius: 23px;
}
.p-creativeCenterMenuArea__categoryNav__list__item {
  width: 33.3333%;
}
.p-creativeCenterMenuArea__categoryNav__list__item__anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
  color: #999999 !important;
  text-decoration: none !important;
  border-radius: 23px;
}
@media screen and (max-width: 767px) {
  .p-creativeCenterMenuArea__categoryNav__list__item__anchor {
    font-size: 16px;
    padding: 5px;
  }
}
.p-creativeCenterMenuArea__categoryNav__list__item__anchor.is-active {
  color: #ffffff !important;
  background-color: #1668b2;
  pointer-events: none;
  z-index: 2;
}
.p-creativeCenterMenuArea__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  gap: 20px;
  overflow: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-creativeCenterMenuArea__menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.p-creativeCenterMenuArea__menu__list__item__anchor {
  position: relative;
  color: #999999 !important;
  font-size: 14px;
  text-decoration: none !important;
  white-space: nowrap;
}
.p-creativeCenterMenuArea__menu__list__item__anchor.is-active {
  color: #0051a6 !important;
  font-weight: 700;
}
.p-creativeCenterMenuArea__menu__list__item__anchor.is-active::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0051a6;
}

.p-discontinuedProductBlock__list {
  padding-left: 0;
  list-style-type: none;
}
.p-discontinuedProductBlock__list__item {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-discontinuedProductBlock__list__item {
    font-size: 18px;
  }
}
.p-discontinuedProductBlock__list__item > a {
  color: #4bbbb4;
  text-decoration: underline;
}
.p-discontinuedProductBlock__rt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-discontinuedProductBlock__btnWrap {
    text-align: center;
  }
}

.p-share {
  position: absolute;
  display: inline-block;
  top: 40px;
  right: 50px;
  z-index: 500;
}
@media (max-width: 767px) {
  .p-share {
    position: fixed;
    top: auto;
    bottom: 75px;
    right: 10px;
  }
}
.p-share__btn {
  display: block;
  width: 98px;
}
@media (max-width: 767px) {
  .p-share__btn {
    width: 54px;
  }
}
.p-share__panel {
  position: absolute;
  top: 120px;
  right: 20px;
  background-color: #fff;
  border-radius: 10px;
  display: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-share__panel {
    top: auto;
    bottom: 0;
    right: 60px;
  }
}
.p-share__panel.is-active {
  display: block;
}
.p-share__panel__list {
  display: inline-block;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.p-share__panel__list__item {
  border-bottom: 1px solid #eeeeee;
}
.p-share__panel__list__item:last-child {
  border-bottom: none;
}
.p-share__panel__list__item__anchor {
  padding: 15px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3a3737 !important;
  text-decoration: none !important;
}
.p-share__panel__list__item__anchor > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 12px;
  width: 34px;
}
.p-share__panel__closeBtn {
  position: absolute;
  display: inline-block;
  width: 31px;
  top: -15px;
  right: -15px;
}

.p-anchorBlockList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .p-anchorBlockList {
    display: block;
  }
}
.p-anchorBlockList__item {
  margin-bottom: 20px;
}

.p-productItemBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-productItemBlock {
    display: block;
  }
}
.p-productItemBlock[data-direction=reverse] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-productItemBlock__imgWrap {
    margin-bottom: 30px;
  }
}
.p-productItemBlock__imgWrap__img > img,
.p-productItemBlock__imgWrap__img > video {
  background-color: #f8f8f8;
  width: 100%;
  height: auto;
}
.p-productItemBlock__imgWrap__anchorImg {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .p-productItemBlock__imgWrap__anchorImg {
    pointer-events: none;
  }
}
.p-productItemBlock__imgWrap__anchorImg:hover {
  opacity: 0.7;
}
.p-productItemBlock__imgWrap__anchorImg:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("/static/assets/icon_zoom.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
@media (max-width: 767px) {
  .p-productItemBlock__imgWrap__anchorImg:after {
    display: none;
  }
}
.p-productItemBlock__imgWrap__anchorImg > img {
  background-color: #f8f8f8;
  width: 100%;
  height: auto;
}
.p-productItemBlock__desc__hl {
  margin-bottom: 10px;
}
.p-productItemBlock__desc__rt {
  margin-bottom: 5px;
}
.p-productItemBlock__desc__linkList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  gap: 20px;
}
.p-productItemBlock__desc__linkList__item > a {
  color: #4bbbb4;
  text-decoration: underline;
}
.p-productItemBlock__desc__spec {
  margin-bottom: 10px;
}
.p-productItemBlock__desc__spec__summary {
  margin-bottom: 5px;
}
.p-productItemBlock__desc__spec__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.p-productItemBlock__desc__spec__table__th {
  width: 55px;
  font-size: 16px;
  color: #0051a6;
  font-weight: 400;
  line-height: 30px;
}
.p-productItemBlock__desc__spec__table__td {
  width: calc(100% - 55px);
}
.p-productItemBlock__desc__spec__table__td__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
.p-productItemBlock__desc__spec__table__td__list > li {
  font-size: 14px;
  background-color: #f2f6fb;
  border-radius: 15px;
  padding: 5px;
  white-space: nowrap;
}
.p-productItemBlock__desc__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-productItemBlock__desc__btns {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-productItemBlock__desc__remarks {
  margin-top: 20px;
}
.p-productItemBlock__desc *:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------
*  Utility
*  ---------------------------------------------------------------*/
.u-ta_c {
  text-align: center !important;
}

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

.u-ta_r {
  text-align: right !important;
}

@media (max-width: 767px) {
  .u-ta_c_xs {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .u-ta_l_xs {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .u-ta_r_xs {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .u-ta_c_lg {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .u-ta_l_lg {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .u-ta_r_lg {
    text-align: right !important;
  }
}

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
}

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-noEvent {
  pointer-events: none;
}

.u-fw_normal {
  font-weight: normal !important;
}

.u-fw_bold {
  font-weight: bold !important;
}

.u-fs_normal {
  font-style: normal !important;
}

.u-fs_italic {
  font-style: italic !important;
}

.u-mt_00 {
  margin-top: 0 !important;
}

.u-mt_05 {
  margin-top: 5px !important;
}

.u-mt_10 {
  margin-top: 10px !important;
}

.u-mt_15 {
  margin-top: 15px !important;
}

.u-mt_20 {
  margin-top: 20px !important;
}

.u-mt_25 {
  margin-top: 25px !important;
}

.u-mt_30 {
  margin-top: 30px !important;
}

.u-mt_35 {
  margin-top: 35px !important;
}

.u-mt_40 {
  margin-top: 40px !important;
}

.u-mt_45 {
  margin-top: 45px !important;
}

.u-mt_50 {
  margin-top: 50px !important;
}

.u-mt_55 {
  margin-top: 55px !important;
}

.u-mt_60 {
  margin-top: 60px !important;
}

.u-mt_65 {
  margin-top: 65px !important;
}

.u-mt_70 {
  margin-top: 70px !important;
}

.u-mt_75 {
  margin-top: 75px !important;
}

.u-mt_80 {
  margin-top: 80px !important;
}

.u-mt_85 {
  margin-top: 85px !important;
}

.u-mt_90 {
  margin-top: 90px !important;
}

.u-mt_95 {
  margin-top: 95px !important;
}

.u-mt_100 {
  margin-top: 100px !important;
}

.u-mt_100 {
  margin-top: 100 !important;
}

.u-mt_105 {
  margin-top: 105px !important;
}

.u-mt_110 {
  margin-top: 110px !important;
}

.u-mt_115 {
  margin-top: 115px !important;
}

.u-mt_120 {
  margin-top: 120px !important;
}

.u-mt_125 {
  margin-top: 125px !important;
}

.u-mt_130 {
  margin-top: 130px !important;
}

.u-mt_135 {
  margin-top: 135px !important;
}

.u-mt_140 {
  margin-top: 140px !important;
}

.u-mt_145 {
  margin-top: 145px !important;
}

.u-mt_150 {
  margin-top: 150px !important;
}

.u-mt_lv01 {
  margin-top: 5px !important;
}
@media (min-width: 768px) {
  .u-mt_lv01 {
    margin-top: 10px !important;
  }
}

.u-mt_lv02 {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .u-mt_lv02 {
    margin-top: 20px !important;
  }
}

.u-mt_lv03 {
  margin-top: 15px !important;
}
@media (min-width: 768px) {
  .u-mt_lv03 {
    margin-top: 30px !important;
  }
}

.u-mt_lv04 {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .u-mt_lv04 {
    margin-top: 40px !important;
  }
}

.u-mt_lv05 {
  margin-top: 25px !important;
}
@media (min-width: 768px) {
  .u-mt_lv05 {
    margin-top: 50px !important;
  }
}

.u-mt_lv06 {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .u-mt_lv06 {
    margin-top: 60px !important;
  }
}

.u-mt_lv07 {
  margin-top: 35px !important;
}
@media (min-width: 768px) {
  .u-mt_lv07 {
    margin-top: 70px !important;
  }
}

.u-mt_lv08 {
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .u-mt_lv08 {
    margin-top: 80px !important;
  }
}

.u-mt_lv09 {
  margin-top: 45px !important;
}
@media (min-width: 768px) {
  .u-mt_lv09 {
    margin-top: 90px !important;
  }
}

.u-mt_lv10 {
  margin-top: 50px !important;
}
@media (min-width: 768px) {
  .u-mt_lv10 {
    margin-top: 100px !important;
  }
}

.u-mt_lv11 {
  margin-top: 55px !important;
}
@media (min-width: 768px) {
  .u-mt_lv11 {
    margin-top: 110px !important;
  }
}

.u-mt_lv12 {
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .u-mt_lv12 {
    margin-top: 120px !important;
  }
}

.u-mt_lv13 {
  margin-top: 65px !important;
}
@media (min-width: 768px) {
  .u-mt_lv13 {
    margin-top: 130px !important;
  }
}

.u-mt_lv14 {
  margin-top: 70px !important;
}
@media (min-width: 768px) {
  .u-mt_lv14 {
    margin-top: 140px !important;
  }
}

.u-mt_lv15 {
  margin-top: 75px !important;
}
@media (min-width: 768px) {
  .u-mt_lv15 {
    margin-top: 150px !important;
  }
}

.u-mb_00 {
  margin-bottom: 0 !important;
}

.u-mb_05 {
  margin-bottom: 5px !important;
}

.u-mb_10 {
  margin-bottom: 10px !important;
}

.u-mb_15 {
  margin-bottom: 15px !important;
}

.u-mb_20 {
  margin-bottom: 20px !important;
}

.u-mb_25 {
  margin-bottom: 25px !important;
}

.u-mb_30 {
  margin-bottom: 30px !important;
}

.u-mb_35 {
  margin-bottom: 35px !important;
}

.u-mb_40 {
  margin-bottom: 40px !important;
}

.u-mb_45 {
  margin-bottom: 45px !important;
}

.u-mb_50 {
  margin-bottom: 50px !important;
}

.u-mb_55 {
  margin-bottom: 55px !important;
}

.u-mb_60 {
  margin-bottom: 60px !important;
}

.u-mb_65 {
  margin-bottom: 65px !important;
}

.u-mb_70 {
  margin-bottom: 70px !important;
}

.u-mb_75 {
  margin-bottom: 75px !important;
}

.u-mb_80 {
  margin-bottom: 80px !important;
}

.u-mb_85 {
  margin-bottom: 85px !important;
}

.u-mb_90 {
  margin-bottom: 90px !important;
}

.u-mb_95 {
  margin-bottom: 95px !important;
}

.u-mb_100 {
  margin-bottom: 100px !important;
}

.u-mb_100 {
  margin-bottom: 100 !important;
}

.u-mb_105 {
  margin-bottom: 105px !important;
}

.u-mb_110 {
  margin-bottom: 110px !important;
}

.u-mb_115 {
  margin-bottom: 115px !important;
}

.u-mb_120 {
  margin-bottom: 120px !important;
}

.u-mb_125 {
  margin-bottom: 125px !important;
}

.u-mb_130 {
  margin-bottom: 130px !important;
}

.u-mb_135 {
  margin-bottom: 135px !important;
}

.u-mb_140 {
  margin-bottom: 140px !important;
}

.u-mb_145 {
  margin-bottom: 145px !important;
}

.u-mb_150 {
  margin-bottom: 150px !important;
}

.u-mb_lv01 {
  margin-bottom: 5px !important;
}
@media (min-width: 768px) {
  .u-mb_lv01 {
    margin-bottom: 10px !important;
  }
}

.u-mb_lv02 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .u-mb_lv02 {
    margin-bottom: 20px !important;
  }
}

.u-mb_lv03 {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .u-mb_lv03 {
    margin-bottom: 30px !important;
  }
}

.u-mb_lv04 {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .u-mb_lv04 {
    margin-bottom: 40px !important;
  }
}

.u-mb_lv05 {
  margin-bottom: 25px !important;
}
@media (min-width: 768px) {
  .u-mb_lv05 {
    margin-bottom: 50px !important;
  }
}

.u-mb_lv06 {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .u-mb_lv06 {
    margin-bottom: 60px !important;
  }
}

.u-mb_lv07 {
  margin-bottom: 35px !important;
}
@media (min-width: 768px) {
  .u-mb_lv07 {
    margin-bottom: 70px !important;
  }
}

.u-mb_lv08 {
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  .u-mb_lv08 {
    margin-bottom: 80px !important;
  }
}

.u-mb_lv09 {
  margin-bottom: 45px !important;
}
@media (min-width: 768px) {
  .u-mb_lv09 {
    margin-bottom: 90px !important;
  }
}

.u-mb_lv10 {
  margin-bottom: 50px !important;
}
@media (min-width: 768px) {
  .u-mb_lv10 {
    margin-bottom: 100px !important;
  }
}

.u-mb_lv11 {
  margin-bottom: 55px !important;
}
@media (min-width: 768px) {
  .u-mb_lv11 {
    margin-bottom: 110px !important;
  }
}

.u-mb_lv12 {
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  .u-mb_lv12 {
    margin-bottom: 120px !important;
  }
}

.u-mb_lv13 {
  margin-bottom: 65px !important;
}
@media (min-width: 768px) {
  .u-mb_lv13 {
    margin-bottom: 130px !important;
  }
}

.u-mb_lv14 {
  margin-bottom: 70px !important;
}
@media (min-width: 768px) {
  .u-mb_lv14 {
    margin-bottom: 140px !important;
  }
}

.u-mb_lv15 {
  margin-bottom: 75px !important;
}
@media (min-width: 768px) {
  .u-mb_lv15 {
    margin-bottom: 150px !important;
  }
}

.u-ml_00 {
  margin-left: 0 !important;
}

.u-ml_05 {
  margin-left: 5px !important;
}

.u-ml_10 {
  margin-left: 10px !important;
}

.u-ml_15 {
  margin-left: 15px !important;
}

.u-ml_20 {
  margin-left: 20px !important;
}

.u-ml_25 {
  margin-left: 25px !important;
}

.u-ml_30 {
  margin-left: 30px !important;
}

.u-ml_35 {
  margin-left: 35px !important;
}

.u-ml_40 {
  margin-left: 40px !important;
}

.u-ml_45 {
  margin-left: 45px !important;
}

.u-ml_50 {
  margin-left: 50px !important;
}

.u-ml_55 {
  margin-left: 55px !important;
}

.u-ml_60 {
  margin-left: 60px !important;
}

.u-ml_65 {
  margin-left: 65px !important;
}

.u-ml_70 {
  margin-left: 70px !important;
}

.u-ml_75 {
  margin-left: 75px !important;
}

.u-ml_80 {
  margin-left: 80px !important;
}

.u-ml_85 {
  margin-left: 85px !important;
}

.u-ml_90 {
  margin-left: 90px !important;
}

.u-ml_95 {
  margin-left: 95px !important;
}

.u-ml_100 {
  margin-left: 100px !important;
}

.u-ml_100 {
  margin-left: 100 !important;
}

.u-ml_105 {
  margin-left: 105px !important;
}

.u-ml_110 {
  margin-left: 110px !important;
}

.u-ml_115 {
  margin-left: 115px !important;
}

.u-ml_120 {
  margin-left: 120px !important;
}

.u-ml_125 {
  margin-left: 125px !important;
}

.u-ml_130 {
  margin-left: 130px !important;
}

.u-ml_135 {
  margin-left: 135px !important;
}

.u-ml_140 {
  margin-left: 140px !important;
}

.u-ml_145 {
  margin-left: 145px !important;
}

.u-ml_150 {
  margin-left: 150px !important;
}

.u-ml_lv01 {
  margin-left: 5px !important;
}
@media (min-width: 768px) {
  .u-ml_lv01 {
    margin-left: 10px !important;
  }
}

.u-ml_lv02 {
  margin-left: 10px !important;
}
@media (min-width: 768px) {
  .u-ml_lv02 {
    margin-left: 20px !important;
  }
}

.u-ml_lv03 {
  margin-left: 15px !important;
}
@media (min-width: 768px) {
  .u-ml_lv03 {
    margin-left: 30px !important;
  }
}

.u-ml_lv04 {
  margin-left: 20px !important;
}
@media (min-width: 768px) {
  .u-ml_lv04 {
    margin-left: 40px !important;
  }
}

.u-ml_lv05 {
  margin-left: 25px !important;
}
@media (min-width: 768px) {
  .u-ml_lv05 {
    margin-left: 50px !important;
  }
}

.u-ml_lv06 {
  margin-left: 30px !important;
}
@media (min-width: 768px) {
  .u-ml_lv06 {
    margin-left: 60px !important;
  }
}

.u-ml_lv07 {
  margin-left: 35px !important;
}
@media (min-width: 768px) {
  .u-ml_lv07 {
    margin-left: 70px !important;
  }
}

.u-ml_lv08 {
  margin-left: 40px !important;
}
@media (min-width: 768px) {
  .u-ml_lv08 {
    margin-left: 80px !important;
  }
}

.u-ml_lv09 {
  margin-left: 45px !important;
}
@media (min-width: 768px) {
  .u-ml_lv09 {
    margin-left: 90px !important;
  }
}

.u-ml_lv10 {
  margin-left: 50px !important;
}
@media (min-width: 768px) {
  .u-ml_lv10 {
    margin-left: 100px !important;
  }
}

.u-ml_lv11 {
  margin-left: 55px !important;
}
@media (min-width: 768px) {
  .u-ml_lv11 {
    margin-left: 110px !important;
  }
}

.u-ml_lv12 {
  margin-left: 60px !important;
}
@media (min-width: 768px) {
  .u-ml_lv12 {
    margin-left: 120px !important;
  }
}

.u-ml_lv13 {
  margin-left: 65px !important;
}
@media (min-width: 768px) {
  .u-ml_lv13 {
    margin-left: 130px !important;
  }
}

.u-ml_lv14 {
  margin-left: 70px !important;
}
@media (min-width: 768px) {
  .u-ml_lv14 {
    margin-left: 140px !important;
  }
}

.u-ml_lv15 {
  margin-left: 75px !important;
}
@media (min-width: 768px) {
  .u-ml_lv15 {
    margin-left: 150px !important;
  }
}

.u-mr_00 {
  margin-right: 0 !important;
}

.u-mr_05 {
  margin-right: 5px !important;
}

.u-mr_10 {
  margin-right: 10px !important;
}

.u-mr_15 {
  margin-right: 15px !important;
}

.u-mr_20 {
  margin-right: 20px !important;
}

.u-mr_25 {
  margin-right: 25px !important;
}

.u-mr_30 {
  margin-right: 30px !important;
}

.u-mr_35 {
  margin-right: 35px !important;
}

.u-mr_40 {
  margin-right: 40px !important;
}

.u-mr_45 {
  margin-right: 45px !important;
}

.u-mr_50 {
  margin-right: 50px !important;
}

.u-mr_55 {
  margin-right: 55px !important;
}

.u-mr_60 {
  margin-right: 60px !important;
}

.u-mr_65 {
  margin-right: 65px !important;
}

.u-mr_70 {
  margin-right: 70px !important;
}

.u-mr_75 {
  margin-right: 75px !important;
}

.u-mr_80 {
  margin-right: 80px !important;
}

.u-mr_85 {
  margin-right: 85px !important;
}

.u-mr_90 {
  margin-right: 90px !important;
}

.u-mr_95 {
  margin-right: 95px !important;
}

.u-mr_100 {
  margin-right: 100px !important;
}

.u-mr_100 {
  margin-right: 100 !important;
}

.u-mr_105 {
  margin-right: 105px !important;
}

.u-mr_110 {
  margin-right: 110px !important;
}

.u-mr_115 {
  margin-right: 115px !important;
}

.u-mr_120 {
  margin-right: 120px !important;
}

.u-mr_125 {
  margin-right: 125px !important;
}

.u-mr_130 {
  margin-right: 130px !important;
}

.u-mr_135 {
  margin-right: 135px !important;
}

.u-mr_140 {
  margin-right: 140px !important;
}

.u-mr_145 {
  margin-right: 145px !important;
}

.u-mr_150 {
  margin-right: 150px !important;
}

.u-mr_lv01 {
  margin-right: 5px !important;
}
@media (min-width: 768px) {
  .u-mr_lv01 {
    margin-right: 10px !important;
  }
}

.u-mr_lv02 {
  margin-right: 10px !important;
}
@media (min-width: 768px) {
  .u-mr_lv02 {
    margin-right: 20px !important;
  }
}

.u-mr_lv03 {
  margin-right: 15px !important;
}
@media (min-width: 768px) {
  .u-mr_lv03 {
    margin-right: 30px !important;
  }
}

.u-mr_lv04 {
  margin-right: 20px !important;
}
@media (min-width: 768px) {
  .u-mr_lv04 {
    margin-right: 40px !important;
  }
}

.u-mr_lv05 {
  margin-right: 25px !important;
}
@media (min-width: 768px) {
  .u-mr_lv05 {
    margin-right: 50px !important;
  }
}

.u-mr_lv06 {
  margin-right: 30px !important;
}
@media (min-width: 768px) {
  .u-mr_lv06 {
    margin-right: 60px !important;
  }
}

.u-mr_lv07 {
  margin-right: 35px !important;
}
@media (min-width: 768px) {
  .u-mr_lv07 {
    margin-right: 70px !important;
  }
}

.u-mr_lv08 {
  margin-right: 40px !important;
}
@media (min-width: 768px) {
  .u-mr_lv08 {
    margin-right: 80px !important;
  }
}

.u-mr_lv09 {
  margin-right: 45px !important;
}
@media (min-width: 768px) {
  .u-mr_lv09 {
    margin-right: 90px !important;
  }
}

.u-mr_lv10 {
  margin-right: 50px !important;
}
@media (min-width: 768px) {
  .u-mr_lv10 {
    margin-right: 100px !important;
  }
}

.u-mr_lv11 {
  margin-right: 55px !important;
}
@media (min-width: 768px) {
  .u-mr_lv11 {
    margin-right: 110px !important;
  }
}

.u-mr_lv12 {
  margin-right: 60px !important;
}
@media (min-width: 768px) {
  .u-mr_lv12 {
    margin-right: 120px !important;
  }
}

.u-mr_lv13 {
  margin-right: 65px !important;
}
@media (min-width: 768px) {
  .u-mr_lv13 {
    margin-right: 130px !important;
  }
}

.u-mr_lv14 {
  margin-right: 70px !important;
}
@media (min-width: 768px) {
  .u-mr_lv14 {
    margin-right: 140px !important;
  }
}

.u-mr_lv15 {
  margin-right: 75px !important;
}
@media (min-width: 768px) {
  .u-mr_lv15 {
    margin-right: 150px !important;
  }
}

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

.u-p_05 {
  padding: 5px !important;
}

.u-p_10 {
  padding: 10px !important;
}

.u-p_15 {
  padding: 15px !important;
}

.u-p_20 {
  padding: 20px !important;
}

.u-p_25 {
  padding: 25px !important;
}

.u-p_30 {
  padding: 30px !important;
}

.u-p_35 {
  padding: 35px !important;
}

.u-p_40 {
  padding: 40px !important;
}

.u-p_45 {
  padding: 45px !important;
}

.u-p_50 {
  padding: 50px !important;
}

.u-pt_00 {
  padding-top: 0 !important;
}

.u-pt_05 {
  padding-top: 5px !important;
}

.u-pt_10 {
  padding-top: 10px !important;
}

.u-pt_15 {
  padding-top: 15px !important;
}

.u-pt_20 {
  padding-top: 20px !important;
}

.u-pt_25 {
  padding-top: 25px !important;
}

.u-pt_30 {
  padding-top: 30px !important;
}

.u-pt_35 {
  padding-top: 35px !important;
}

.u-pt_40 {
  padding-top: 40px !important;
}

.u-pt_45 {
  padding-top: 45px !important;
}

.u-pt_50 {
  padding-top: 50px !important;
}

.u-pb_00 {
  padding-bottom: 0 !important;
}

.u-pb_05 {
  padding-bottom: 5px !important;
}

.u-pb_10 {
  padding-bottom: 10px !important;
}

.u-pb_15 {
  padding-bottom: 15px !important;
}

.u-pb_20 {
  padding-bottom: 20px !important;
}

.u-pb_25 {
  padding-bottom: 25px !important;
}

.u-pb_30 {
  padding-bottom: 30px !important;
}

.u-pb_35 {
  padding-bottom: 35px !important;
}

.u-pb_40 {
  padding-bottom: 40px !important;
}

.u-pb_45 {
  padding-bottom: 45px !important;
}

.u-pb_50 {
  padding-bottom: 50px !important;
}

.u-pl_00 {
  padding-left: 0 !important;
}

.u-pl_05 {
  padding-left: 5px !important;
}

.u-pl_10 {
  padding-left: 10px !important;
}

.u-pl_15 {
  padding-left: 15px !important;
}

.u-pl_20 {
  padding-left: 20px !important;
}

.u-pl_25 {
  padding-left: 25px !important;
}

.u-pl_30 {
  padding-left: 30px !important;
}

.u-pl_35 {
  padding-left: 35px !important;
}

.u-pl_40 {
  padding-left: 40px !important;
}

.u-pl_45 {
  padding-left: 45px !important;
}

.u-pl_50 {
  padding-left: 50px !important;
}

.u-pr_00 {
  padding-right: 0 !important;
}

.u-pr_05 {
  padding-right: 5px !important;
}

.u-pr_10 {
  padding-right: 10px !important;
}

.u-pr_15 {
  padding-right: 15px !important;
}

.u-pr_20 {
  padding-right: 20px !important;
}

.u-pr_25 {
  padding-right: 25px !important;
}

.u-pr_30 {
  padding-right: 30px !important;
}

.u-pr_35 {
  padding-right: 35px !important;
}

.u-pr_40 {
  padding-right: 40px !important;
}

.u-pr_45 {
  padding-right: 45px !important;
}

.u-pr_50 {
  padding-right: 50px !important;
}

.u-position_relative {
  position: relative !important;
}

.u-position_abs {
  position: absolute !important;
}

.u-position_fixed {
  position: fixed !important;
}

.u-position_static {
  position: static !important;
}

.u-vertical_mid {
  vertical-align: middle !important;
}

.u-vertical_bottom {
  vertical-align: bottom !important;
}

.u-vertical_base {
  vertical-align: baseline !important;
}

.u-vertical_sup {
  vertical-align: super !important;
}

.u-vertical_sub {
  vertical-align: sub !important;
}

.u-vertical_tb {
  vertical-align: text-bottom !important;
}

.u-vertical_tt {
  vertical-align: text-top !important;
}

.u-width_auto {
  width: auto !important;
}

.u-ws_nowrap {
  white-space: nowrap !important;
}

.l-popup{
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.l-popup > img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  height: auto;
  animation: zoomIn 0.3s ease-out;
  transition: transform 0.3s;
}
.l-popup__closeBtn{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.l-popup__closeBtn:before{
  background-color: #fff;
    content: " ";
    height: 33px;
    left: 15px;
    position: absolute;
    width: 2px;
    transform: rotate(45deg);
}
.l-popup__closeBtn:after{
  background-color: #fff;
    content: " ";
    height: 33px;
    left: 15px;
    position: absolute;
    width: 2px;
    transform: rotate(-45deg);
}
/* 拡大アニメーション */
@keyframes zoomIn {
  0% {
    transform:  translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform:  translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/*PRO_WEB_SYS-134 Pro-face よくあるご質問の挙動について*/
.details-card-responsive table, .details-card-responsive tr, .details-card-responsive td, .details-card-responsive th, .details-card-responsive tbody, .details-card-responsive thead, .details-card-responsive tfoot {
    border-collapse: collapse!important;
    border: 1px solid grey!important;
    padding: 0.4rem !important
}

#field-exportingFormat.radio-error{
  border: 2px solid red;
  padding: 6px 12px;
}

/*　2025/10/16 コンポーネント追加　*/
.p-featuresLayout {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: space-around;
}
.p-featuresLayout__item__fig {
  text-align: center;
  margin-bottom: 20px;
}
.p-featuresLayout__item__texts {
  text-align: center;
}

.p-mediaImgBlock[data-align="start"] {
  align-items: start;
}
.c-sup {
  vertical-align: super;
  font-size: 50%;
  color: #ff0000;
  font-weight: bold;
}

.p-carousel__swiper {
  position: relative;
  overflow: visible!important;
  padding-bottom: 20px!important;
}
.p-carousel__swiper .swiper-slide  {
  position: relative;
  width: calc((1140px - 20px) / 3);
}
@media (width < 768px) {
  .p-carousel__swiper .swiper-slide {
    width: 75%;
  }
}
.p-carousel__swiper__wrapper__slide__texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}
.p-carousel__swiper__wrapper__slide__texts__wrap__head {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 60px;
}
.p-carousel__swiper__wrapper__slide__texts__wrap__desc {
  font-size: 16px;
  line-height: 1.6;
}
.swiper-pagination {
  bottom: 0 !important;
}