@charset "UTF-8";
.legacy-area * {
  background-repeat: no-repeat;
}
.legacy-area *::after, .legacy-area *::before {
  background-repeat: no-repeat;
}
.legacy-area img {
  display: inline;
}
.legacy-area a {
  color: #404040;
}
.legacy-area a:hover {
  text-decoration: none;
}
.legacy-area a.yellow {
  color: #D5AC03;
}
.legacy-area a.yellow:hover {
  text-decoration: none;
}
.legacy-area a[target=_blank] {
  padding-right: 20px;
  background-image: url(../img/common/icon/link-target.svg);
  background-position: right center;
  background-size: 14px 14px;
}
.legacy-area a[target=_blank].yellow {
  color: #404040;
  background-image: url(../img/common/icon/link-target-yellow.svg);
}
.legacy-area a[target=_blank].yellow:hover {
  color: #D5AC03;
}
.legacy-area a[target=_blank].blue {
  color: #404040;
  background-image: url(../img/common/icon/link-target-blue.svg);
}
.legacy-area a[target=_blank].blue:hover {
  color: #4A90E2;
}
.legacy-area a[target=_blank].non-icon {
  padding-right: 0;
  background-image: none;
}
.legacy-area a.link-pdf {
  padding-left: 20px;
  background-image: url(../img/common/icon/link-pdf.svg);
  background-position: left center;
  background-size: 14px 14px;
}
.legacy-area a.link-word {
  padding-left: 20px;
  background-image: url(../img/common/icon/link-word.svg);
  background-position: left center;
  background-size: 14px 14px;
}
.legacy-area a.link-excel {
  padding-left: 20px;
  background-image: url(../img/common/icon/link-excel.svg);
  background-position: left center;
  background-size: 14px 14px;
}
.legacy-area a.link-powerpoint {
  padding-left: 20px;
  background-image: url(../img/common/icon/link-powerpoint.svg);
  background-position: left center;
  background-size: 14px 14px;
}
.legacy-area a.link-zip {
  padding-left: 20px;
  background-image: url(../img/common/icon/link-zip.svg);
  background-position: left center;
  background-size: 14px 14px;
}
.legacy-area:not(.view-area) a.btn {
  display: inline-block;
  min-width: 390px;
  line-height: 50px;
  font-size: 1.4rem;
  color: #404040;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid #979797;
  z-index: 0;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  background-image: url(../img/common/icon/arrow01-right-black.svg);
  background-position: right 10px center;
  background-size: 18px 18px;
}
.legacy-area:not(.view-area) a.btn:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #404040;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area:not(.view-area) a.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.legacy-area:not(.view-area) a.btn[target=_blank] {
  background-image: url(../img/common/icon/link-target.svg);
}
.legacy-area:not(.view-area) a.btn[target=_blank]:hover:after {
  background-image: url(../img/common/icon/link-target-white.svg);
}
.legacy-area:not(.view-area) a.btn[target=_blank].yellow {
  background-image: url(../img/common/icon/link-target-yellow.svg);
}
.legacy-area:not(.view-area) a.btn[target=_blank].blue {
  background-image: url(../img/common/icon/link-target-blue.svg);
}
.legacy-area:not(.view-area) a.btn.black {
  color: #fff;
  border: 1px solid #404040;
  background-color: #404040;
  background-image: url(../img/common/icon/arrow01-right-white.svg);
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area:not(.view-area) a.btn.black:hover {
  opacity: 0.8;
}
.legacy-area:not(.view-area) a.btn.icon {
  text-align: left;
  padding: 0 0 0 60px;
  position: relative;
}
.legacy-area:not(.view-area) a.btn.icon > span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 15px;
}
@media screen and (min-width: 661px) {
  .legacy-area:not(.view-area) a.btn:hover {
    color: #fff;
    background-image: none;
  }
  .legacy-area:not(.view-area) a.btn:hover:before {
    width: 100%;
  }
  .legacy-area:not(.view-area) a.btn:hover:after {
    background-image: url(../img/common/icon/arrow01-right-white.svg);
    background-position: right 10px center;
    background-size: 18px 18px;
  }
}
.legacy-area .list {
  padding: 0 0 0 20px;
}
.legacy-area .list > li {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.6em;
}
.legacy-area .list > li:last-of-type {
  margin: 0 0 0;
}
.legacy-area .list.attention {
  margin: 20px 0 0;
}
.legacy-area .list.attention > li {
  font-size: 1.2rem;
  position: relative;
}
.legacy-area .list.attention > li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -12px;
}
.legacy-area .list.num {
  margin: 20px 0 0;
  counter-reset: number;
  list-style: none;
}
.legacy-area .list.num > li {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 10px;
}
.legacy-area .list.num > li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #000;
  width: 1.6em;
  height: 1.6em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: -20px;
}
.legacy-area .list.line {
  margin: 20px 0 0;
}
.legacy-area .list.line > li {
  font-size: 1.6rem;
  position: relative;
}
.legacy-area .list.line > li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -14px;
}
.legacy-area .list.link {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.legacy-area .list.link.line {
  padding: 0 0 0 20px;
}
.legacy-area .list.link > .item {
  width: 33%;
  margin: 0 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.legacy-area .list.link > .item a {
  text-decoration: none;
}
.legacy-area .list.link > .item a:hover {
  text-decoration: underline;
}
.legacy-area .list.link.two-column > .item {
  width: 48%;
}
.legacy-area .list.news {
  padding: 0;
}
.legacy-area .list.news > .item {
  margin: 0;
  border-bottom: 1px solid #EDEDED;
}
.legacy-area .list.news > .item a {
  display: inline-block;
  width: 100%;
  padding: 25px 25px 20px;
  overflow: hidden;
  /* color: #404040; */
  color: #181818;
  vertical-align: middle;
  text-decoration: none;
}
.legacy-area .list.news > .item a .date {
  float: left;
  display: block;
  width: 80px;
  line-height: 30px;
  margin: 0 20px 0 0;
  font-size: 1.6rem;
  font-family: "Proza Libre", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
}
.legacy-area .list.news > .item a .cate {
  float: left;
  display: block;
  width: 120px;
  line-height: 30px;
  text-align: center;
  margin: 0 20px 0 0;
  font-size: 1.4rem;
  border: 1px solid #979797;
}
.legacy-area .list.news > .item a .text {
  float: left;
  width: calc(100% - 240px);
  padding: 5px 0 0;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-decoration: underline;
}
.legacy-area .list.news > .item a .date + .text {
  width: calc(100% - 100px);
}
/* .legacy-area .list.news > .item a:hover {
  background-color: var(--yellow, #FFE036);
} */
.legacy-area .list.news > .item a:hover .text {
  text-decoration: none;
}
.legacy-area .inline-list li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.legacy-area .sub-header {
  width: 100%;
  height: 200px;
  margin: 0 0 60px;
  padding: 0 20px;
  background-position: center;
  background-size: cover;
}
.legacy-area .sub-header .inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.legacy-area .sub-header .inner .title-area {
  flex: 1;
}
.legacy-area .sub-header .inner .title-area .title-ja {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6em;
}
.legacy-area .sub-header .inner .title-area .title-en {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-family: "Proza Libre", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.legacy-area .sub-header .inner .pan-area {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.legacy-area .sub-header .inner .pan-area a,
.legacy-area .sub-header .inner .pan-area span {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  line-height: 1em;
  vertical-align: middle;
  border-right: 1px solid #404040;
}
.legacy-area .sub-header .inner .pan-area a:last-child,
.legacy-area .sub-header .inner .pan-area span:last-child {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-right: none;
}
.legacy-area .sub-header .inner .pan-area a {
  color: #404040;
}
.legacy-area .sub-header .inner .pan-area a:hover {
  text-decoration: none;
}
.legacy-area .sub-header.lower {
  height: 120px;
  margin: 0 0 60px;
  background-color: #f5f5f5;
}
.legacy-area .carousel-nav {
  margin: -60px 0 60px;
  padding: 0 20px;
  background-color: #EDEDED;
}
.legacy-area .carousel-nav .swiper-container {
  max-width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
}
.legacy-area .carousel-nav .swiper-container .swiper-slide {
  width: auto;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #404040;
}
.legacy-area .carousel-nav .swiper-container .swiper-slide:last-of-type {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-right: none;
}
.legacy-area .carousel-nav .swiper-container .swiper-slide a {
  font-size: 1.4rem;
  line-height: 1em;
  text-decoration: none;
}
.legacy-area .carousel-nav .swiper-container .swiper-slide a:hover {
  text-decoration: underline;
}
.legacy-area .carousel-nav .swiper-container .swiper-slide a.index {
  font-weight: bold;
}
.legacy-area .carousel-nav .swiper-container .swiper-slide a.active {
  font-weight: bold;
  color: #D5AC03;
}
.legacy-area .carousel-nav .swiper-container .swiper-button-next {
  display: block;
  width: 30px;
  height: 40px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #EDEDED;
  border-left: 1px solid #404040;
  background-image: url(../img/common/icon/arrow02-right-black.svg);
}
.legacy-area .carousel-nav .swiper-container .swiper-button-prev {
  display: block;
  width: 30px;
  height: 40px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #EDEDED;
  border-right: 1px solid #404040;
  background-image: url(../img/common/icon/arrow02-left-black.svg);
}
.legacy-area .carousel-nav .swiper-container .swiper-button-disabled {
  opacity: 0;
}
.legacy-area .tab-menu .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-left: 1px solid #979797;
}
.legacy-area .tab-menu .menu .item {
  width: 100%;
  text-align: center;
  position: relative;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.legacy-area .tab-menu .menu .item:last-of-type {
  border-left: none;
}
.legacy-area .tab-menu .menu .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 1.5em;
  padding: 10px 0;
  font-size: 1.4rem;
  color: #404040;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  z-index: 0;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}

.legacy-area .tab-menu .menu .item a:hover, .legacy-area .tab-menu .menu .item a.active {
  color: #fff;
  background-image: none;
}
.legacy-area .tab-menu .menu .item a:hover:before, .legacy-area .tab-menu .menu .item a.active:before {
  width: 100%;
}
.legacy-area .tab-menu .menu .item a:hover span, .legacy-area .tab-menu .menu .item a.active span {
  background-image: url(../img/common/icon/arrow02-bottom-white.svg);
}

.legacy-area .tab-menu .menu .item a span {
  padding: 0 20px 0 0;
  background-image: url(../img/common/icon/arrow02-bottom-black.svg);
  background-position: right center;
  background-size: 18px 18px;
}
.legacy-area .tab-menu .menu .item a:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #404040;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area .tab-menu .menu .item a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.legacy-area .section {
  margin: 0 0 60px;
  padding: 0 20px;
}
.legacy-area .section > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.legacy-area .section.bottom {
  margin: 0 0 0;
}
.legacy-area .section.yellow {
  background-color: #fbf4df;
  padding: 40px 20px;
}
.legacy-area .section.grey {
  background-color: #f5f5f5;
  padding: 40px 20px;
}
.legacy-area .column-content {
  display: flex;
  justify-content: space-between;
}
.legacy-area .column-content.column-two > .column {
  width: calc(50% - 15px);
}
.legacy-area .column-content.column-three > .column {
  width: calc(33.33333333% - 15px);
}
.legacy-area .column-content.column-four > .column {
  width: calc(25% - 15px);
}
.legacy-area .column-content.column-five > .column {
  width: calc(20% - 15px);
}
.legacy-area .column-content + .column-content {
  margin: 30px auto 0;
}
.legacy-area .column-content .column-v{
  width: calc(100% * 1 / 3 - 15px); 
}
.legacy-area .column-content .column-h{
  width: calc(100% * 2 / 3 - 15px); 
}
.legacy-area .main-title {
  font-size: 2.4rem;
  margin: 0 0 25px;
  padding: 0 0 10px;
  color: #404040;
  line-height: 1.6em;
  font-weight: bold;
  border-bottom: solid 1px #D7D7D7;
  position: relative;
}
.legacy-area .main-title:after {
  content: " ";
  display: block;
  border-bottom: solid 1px #404040;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 6%;
}
.legacy-area .main-title.num {
  padding: 0 0 10px 50px;
}
.legacy-area .main-title.num > span {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #404040;
  position: absolute;
  left: 0;
  top: 0;
}
.legacy-area .sub-title {
  margin: 0 0 25px;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  border-bottom: 1px solid #D7D7D7;
}
.legacy-area .sub-title:before {
  content: "";
  display: block;
  width: 9px;
  height: 3px;
  background-color: var(--yellow, #FFE036);
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
}
.legacy-area .sub-title.book-img:after{
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/application/themes/fukuvi/assets/img/common/interface/external-link.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  margin: 0 0 0 10px;
}
.legacy-area .sub-title.num {
  padding: 0 0 0 50px;
}
.legacy-area .sub-title.num > span {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
  background-color: #404040;
  position: absolute;
  left: 20px;
  top: 0;
}
.legacy-area .sub-title.num.yellow > span {
  background-color: #D5AC03;
}
.legacy-area .sub-title.solid {
  padding: 0 0 5px;
}
.legacy-area .sub-title.solid:before {
  display: none;
}
.legacy-area .sub-title.solid.yellow {
  border-bottom: solid 1px #D5AC03;
}
.legacy-area .text {
  margin: 0 0 30px;
  font-size: 1.6rem;
  line-height: 2em;
}
.legacy-area .text.small {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.4em;
}
.legacy-area .text.align-center {
  text-align: center;
}
.legacy-area .text.align-right {
  text-align: right;
}
.legacy-area .text:last-of-type {
  margin: 0;
}
.legacy-area .text.mg-bottom {
  margin: 0 0 30px;
}
.legacy-area .text .bold {
  font-weight: bold;
}
.legacy-area .text .yellow {
  color: #D5AC03;
}
.legacy-area .text .bg-black {
  display: inline-block;
  padding: 2px 10px;
  font-weight: bold;
  margin: 0 10px 0 0;
  background-color: #404040;
  color: #fff;
}
.legacy-area .file {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 2em;
}
.legacy-area .pic {
  margin: 0 0 30px;
}
.legacy-area .pic:last-of-type {
  margin: 0;
}
.legacy-area .pic.middle {
  max-width: 860px;
  margin: 0 auto 30px;
}
.legacy-area .pic.middle:last-of-type {
  margin: 0 auto 0;
}
.legacy-area .pic.small {
  max-width: 600px;
  margin: 0 auto 30px;
}
.legacy-area .pic.small:last-of-type {
  margin: 0 auto 0;
}
.legacy-area .pic.bg-gray {
  background-color: #EDEDED;
}
.legacy-area .pic img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.legacy-area .pic.original {
  margin: 0 auto 30px;
}
.legacy-area .pic.original:last-of-type {
  margin: 0 auto 0;
}
.legacy-area .pic.original img {
  width: auto;
  max-width: 100%;
}
.legacy-area .pic .caption {
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 0 0;
}
.legacy-area .pic-content {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 2em;
}
.legacy-area .pic-content .pic {
  width: 130px;
  margin: 0 0 0 20px;
  text-align: center;
}
.legacy-area .btn-wrapper {
  text-align: center;
}
.legacy-area .panel-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.legacy-area .panel-list:after {
  content: "";
  display: block;
  width: calc(33.33333% - 10px);
  height: 0;
}
.legacy-area .panel-list .item {
  width: calc(33.33333% - 10px);
  margin: 0 0 20px 0;
}
.legacy-area .panel-list .item > .pic {
  display: flex;
  align-items: center;
  width: 100%;
  height: 200px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #f5f5f5;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area .panel-list .item > .pic:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(213, 172, 3, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area .panel-list .item > .pic:hover {
  color: #fff;
}
.legacy-area .panel-list .item > .pic:hover:before {
  opacity: 1;
}
.legacy-area .panel-list .item > .pic .text-area {
  width: 100%;
  position: relative;
  z-index: 1;
}
.legacy-area .panel-list .item > .pic .text-area .text-en {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6em;
  font-family: "Proza Libre", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.legacy-area .panel-list .item > .pic .text-area .text-ja {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6em;
}
.legacy-area .panel-list .item > .text {
  margin: 10px 0 0;
}
.legacy-area .panel-list .item > .text a {
  text-decoration: none;
}
.legacy-area .panel-list .item > .text a:hover {
  text-decoration: underline;
}
.legacy-area .bnr-panel {
  width: 100%;
  height: 200px;
  margin: 0 0 30px;
  border: 1px solid #f5f5f5;
  position: relative;
  background-size: cover;
  background-position: center;
}
.legacy-area .bnr-panel a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area .bnr-panel a .link-text {
  display: inline-block;
  padding: 0 30px 0 0;
  font-size: 1.4rem;
  line-height: 18px;
  background-image: url(../img/common/icon/arrow01-right-black.svg);
  background-position: right center;
  background-size: 18px 18px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.legacy-area .bnr-panel a:hover {
  color: #fff;
  background-color: rgba(213, 172, 3, 0.6);
}
.legacy-area .bnr-panel a:hover .link-text {
  background-image: url(../img/common/icon/arrow01-right-white.svg);
}
.legacy-area .form-table {
  width: 100%;
  margin: 0 0 50px;
  border-collapse: collapse;
  border-top: 2px solid #EDEDED;
  border-left: 2px solid #EDEDED;
}
.legacy-area .form-table tr {
  border-bottom: 2px solid #EDEDED;
}
.legacy-area .form-table tr td {
  width: 50%;
  padding: 20px;
  border-right: 2px solid #EDEDED;
}
.legacy-area .form-table tr td .item-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.legacy-area .form-table tr td .item-name .required {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 2px 5px;
  background-color: #D5AC03;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
}
.legacy-area .input-area input {
  height: 40px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 1.2rem;
  background-color: #f5f5f5;
}
.legacy-area .input-area input::placeholder {
  font-size: 1.2rem;
  color: #979797;
}
.legacy-area .input-area select {
  width: 100%;
  height: 40px;
  padding: 0 50px 0 10px;
  line-height: 30px;
  font-size: 1.2rem;
  -webkit-appearance: none;
  background-color: transparent;
}
.legacy-area .input-area textarea {
  width: 100%;
  padding: 10px;
  height: 100px;
  line-height: 20px;
  font-size: 1.2rem;
  background-color: #f5f5f5;
}
.legacy-area .input-area.email input, .legacy-area .input-area.text input {
  width: 100%;
}
.legacy-area .input-area.select {
  position: relative;
  background-color: #f5f5f5;
  z-index: 0;
}
.legacy-area .input-area.select:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  margin: auto 0;
  z-index: -1;
  background-color: #404040;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
}
.legacy-area .input-area.select:after {
  content: "";
  z-index: -1;
  margin: auto 0;
  width: 35px;
  height: 35px;
  background-image: url(../img/common/icon/arrow02-bottom-black.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.legacy-area .input-area.num input {
  width: 100px;
}
.legacy-area .input-area.num .space {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  color: #979797;
}
.legacy-area .input-area.checkbox label {
  display: inline-block;
  line-height: 30px;
}
.legacy-area .input-area.checkbox .input {
  display: none;
}
.legacy-area .input-area.checkbox .parts {
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  margin: 0 20px 0 0;
}
.legacy-area .input-area.checkbox .parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
}
.legacy-area .input-area.checkbox .input:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 4px solid #D5AC03;
  border-right: 4px solid #D5AC03;
}
.legacy-area .input-area.checkbox .link {
  float: right;
}
.legacy-area .search-keyword {
  height: 40px;
  padding: 0 55px 0 20px;
  background-color: #f5f5f5;
  position: relative;
}
.legacy-area .search-keyword .search-box {
  vertical-align: top;
  margin: 0px;
  width: 100%;
  height: 40px;
  color: #404040;
  line-height: 40px;
  font-size: 1.2rem;
  background-color: transparent;
  outline: none;
}
.legacy-area .search-keyword .search-box::placeholder {
  font-size: 1.1rem;
  color: #979797;
}
.legacy-area .search-keyword .search-submit {
  width: 20px;
  height: 20px;
  margin: auto 0;
  border: none;
  background-image: url(../img/common/icon/header-search.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.legacy-area .support-nav {
  background-color: #f5f5f5;
  padding: 50px 20px;
}
.legacy-area .support-nav > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.legacy-area .support-nav .support-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.legacy-area .support-nav .support-list .item {
  width: 23%;
  min-height: 115px;
  padding: 10% 0 0;
  position: relative;
  background-position: center;
  background-size: 80px 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area .support-nav .support-list .item:hover {
  background-color: #fff;
}
.legacy-area .support-nav .support-list .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #D7D7D7;
  position: absolute;
  top: 0;
  left: 0;
}
.legacy-area .support-nav .support-list .item a .text-area {
  flex: 1;
}
.legacy-area .support-nav .support-list .item a .text-area .text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6em;
}
.legacy-area .accordion-content {
  margin: 30px 0 0;
}
.legacy-area .accordion-content:first-of-type {
  margin: 0;
}
.legacy-area .accordion-content .accordion-header {
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: bold;
  border: 1px solid #404040;
  cursor: pointer;
  background-image: url(../img/common/icon/arrow02-bottom-circle-gray.svg);
  background-position: right 10px center;
  background-size: 25px 25px;
}
.legacy-area .accordion-content .accordion-header.open {
  background-image: url(../img/common/icon/arrow02-top-circle-yellow.svg);
}
.legacy-area .accordion-content .accordion-header.faq {
  padding: 10px 40px;
  position: relative;
}
.legacy-area .accordion-content .accordion-header.faq:before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 17px;
  top: 10px;
}
.legacy-area .accordion-content .accordion-body {
  display: none;
  padding: 20px;
  background-color: #f5f5f5;
}
.legacy-area .table-wrapper {
  margin: 0 0 30px;
  width: 100%;
  max-width: 1200px;
}
.legacy-area .table-wrapper:last-of-type {
  margin: 0;
}
.legacy-area .table {
  min-width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.6em;
}
.legacy-area .table tr {
  border-right: 1px solid #D7D7D7;
}
.legacy-area .table tr th {
  width: 200px;
  padding: 10px 20px;
  color: #404040;
  text-align: left;
  vertical-align: top;
  background-color: var(--yellow, #FFE036);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.legacy-area .table tr td {
  padding: 10px 20px;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.legacy-area .table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.legacy-area .table.head-top tr th {
  text-align: center;
  vertical-align: middle;
}
.legacy-area .table.align-center tr th,
.legacy-area .table.align-center tr td {
  text-align: center;
}
.legacy-area .table.solid tr {
  border-right: none;
}
.legacy-area .table.solid tr th {
  width: 100px;
  padding: 10px 0;
  border-right: none;
  border-bottom: none;
  background-color: transparent;
}
.legacy-area .table.solid tr td {
  width: 90%;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.legacy-area .table.solid tr:nth-child(even) td {
  background-color: transparent;
}
.legacy-area .table.no-bg tr td {
  background-color: transparent;
}
.legacy-area .iframe-wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.legacy-area .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.legacy-area .bg-wrapper {
  padding: 25px;
}
.legacy-area .bg-wrapper .btn {
  width: 100%;
  background-color: #fff;
}
.legacy-area .bg-wrapper.gray {
  background-color: #f5f5f5;
}
.legacy-area .bg-wrapper.gray .btn {
  background-color: #fff;
}
.legacy-area .bg-wrapper.line {
  border: 1px solid #D7D7D7;
}
.legacy-area .contact-tel .tel-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 0 0 20px;
  padding: 0 20px 0 30px;
  border: 1px solid #979797;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area .contact-tel .tel-btn:hover {
  opacity: 0.8;
}
.legacy-area .contact-tel .tel-btn .free-dial {
  display: block;
  width: 145px;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 50px;
  color: #D5AC03;
  font-weight: bold;
  font-size: 1.3rem;
  background-image: url(../img/common/icon/free-dial.png);
  background-size: 45px;
  background-position: left center;
}
.legacy-area .contact-tel .tel-btn .num {
  display: inline-block;
  width: calc(100% - 145px);
  line-height: 32px;
  font-size: 3.1rem;
  font-weight: bold;
  text-align: right;
}
.legacy-area .contact-tel .text {
  margin: 0 0 10px;
}
.legacy-area .contact-tel .text:last-of-type {
  margin: 0 0 0;
}
.legacy-area .contact-tel .text .bg-black {
  width: 80px;
  text-align: center;
}
.legacy-area {
  /* FAQ（よくあるご質問） */
  /*↓20200623追記分 中期経営計画↓*/
  /*↑20200623追記分↑*/
}
.legacy-area.company .bnr-panel a .text-area {
  padding: 0 0 0 50px;
}
.legacy-area.company .bnr-panel a .text-area .title {
  display: block;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
}
.legacy-area.company .bnr-panel a .text-area .title .en {
  padding: 0 15px 0 0;
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: bold;
  font-family: "Proza Libre", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.legacy-area.company .bnr-panel a .text-area .title .ja {
  font-size: 1.4rem;
  font-weight: bold;
}
.legacy-area.company .bnr-panel a .text-area .text {
  font-weight: bold;
}
.legacy-area.company .office-content {
  display: flex;
  justify-content: space-between;
}
.legacy-area.company .office-content .text-area {
  width: calc(100% - 170px);
}
.legacy-area.company .office-content .pic {
  width: 150px;
}
.legacy-area.company.company-concept .concept-key {
  width: 100%;
  margin: 0;
  padding: 48.2% 0 0;
  position: relative;
  background-image: url(../img/home/key-bg.png);
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #f5f5f5;
}
.legacy-area.company.company-concept .concept-key .title {
  width: 30%;
  position: absolute;
  top: 35%;
  left: 7%;
}
.legacy-area.company.company-concept .concept-key .title img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.legacy-area.company.company-concept .concept-key .scroll {
  display: block;
  width: 50px;
  height: 35px;
  font-family: "Proza Libre", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  margin: 0 auto;
  font-size: 1.1rem;
  text-align: center;
  color: #979797;
  background-image: url(../img/common/icon/arrow02-bottom-black.svg);
  background-position: bottom center;
  background-size: 22px 22px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.legacy-area.company.company-concept .section {
  margin: 0;
  padding: 0;
}
.legacy-area.company.company-concept .section .header {
  width: 100%;
  margin: 0 0 50px;
  text-align: center;
  position: relative;
}
.legacy-area.company.company-concept .section .header .title-en {
  margin: 0;
  font-size: 3rem;
  line-height: 1.3em;
  color: #404040;
  font-family: "Proza Libre", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
}
.legacy-area.company.company-concept .section .header .title-ja {
  margin: 0;
  font-size: 1.8rem;
  color: #404040;
  font-weight: normal;
}
.legacy-area.company.company-concept .section .intro {
  padding: 80px 20px;
  background-color: #EDEDED;
  background-position: center;
  background-size: cover;
}
.legacy-area.company.company-concept .section .intro .header {
  margin: 0 0 20px;
}
.legacy-area.company.company-concept .section.section-concept {
  height: 650px;
  padding: 80px 20px 20px;
  background-image: url(../img/company/company-concept-section01-pic01.png);
  background-position: center;
  background-size: cover;
}
.legacy-area.company.company-concept .section.section-concept .text {
  max-width: 660px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
}
.legacy-area.company.company-concept .section.section-concept .text:last-of-type {
  margin: 0 auto 0;
  font-family: Georgia, "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .legacy-area.company.company-concept .section.section-concept {
    background-position: right -110px center;
  }
  .legacy-area.company.company-concept .section.section-concept .text.align-right {
    text-align: center;
  }
}
.legacy-area.company.company-concept .section.section-product .product-list .item {
  overflow: hidden;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .pic {
  float: left;
  width: 50%;
  height: 400px;
  background-position: center;
  background-size: cover;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area {
  float: right;
  display: flex;
  align-items: center;
  width: 50%;
  height: 400px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area .inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area .inner .title {
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: normal;
  margin: 0 0 10px;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area .inner .title:before {
  content: "";
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 2px solid #D5AC03;
  font-size: 3rem;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area .link-text {
  display: inline-block;
  padding: 0 30px 0 0;
  font-size: 1.4rem;
  line-height: 18px;
  background-image: url(../img/common/icon/arrow01-right-black.svg);
  background-position: right center;
  background-size: 18px 18px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area:hover {
  color: #fff;
  background-color: rgba(213, 172, 3, 0.6);
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area:hover .inner .title:before {
  border-right: 2px solid #fff;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area:hover .link-text {
  background-image: url(../img/common/icon/arrow01-right-white.svg);
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area[target=_blank] {
  background-image: none;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area[target=_blank] .link-text {
  background-image: url(../img/common/icon/link-target-blue.svg);
  background-position: right center;
  background-size: 10px 10px;
}
.legacy-area.company.company-concept .section.section-product .product-list .item .text-area[target=_blank]:hover .link-text {
  background-image: url(../img/common/icon/link-target-white.svg);
}
.legacy-area.company.company-concept .section.section-product .product-list .item:nth-child(even) .pic {
  float: right;
}
.legacy-area.company.company-concept .section.section-product .product-list .item:nth-child(even) .text-area {
  float: left;
}
.legacy-area.company.company-concept .section.section-product .product-list .item:nth-of-type(1) .text-area .inner .title:before {
  content: "01";
}
.legacy-area.company.company-concept .section.section-product .product-list .item:nth-of-type(2) .text-area .inner .title:before {
  content: "02";
}
.legacy-area.company.company-concept .section.section-product .product-list .item:nth-of-type(3) .text-area .inner .title:before {
  content: "03";
}
.legacy-area.company.company-concept .section.section-product .product-list .item:nth-of-type(4) .text-area .inner .title:before {
  content: "04";
}
.legacy-area.company.company-concept .section.section-strangth .intro {
  padding: 60px 20px;
}
.legacy-area.company.company-concept .section.section-strangth .intro .header {
  margin: 0;
}
.legacy-area.company.company-concept .section.section-strangth .list-wrapper {
  padding: 110px 20px;
  background-size: cover;
  background-position: center;
}
.legacy-area.company.company-concept .section.section-strangth .list-wrapper .icon-list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.legacy-area.company.company-concept .section.section-strangth .list-wrapper .icon-list .item {
  width: calc(20% - 24px);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
.legacy-area.company.company-concept .section.section-strangth .list-wrapper .icon-list .item .icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0 0 20px;
  background-size: contain;
  background-position: center;
}
.legacy-area.company.company-concept .section.section-strangth .list-wrapper .icon-list .item .title {
  margin: 0 0 30px;
  font-size: 2.2rem;
  line-height: 1.6em;
  position: relative;
}
.legacy-area.company.company-concept .section.section-strangth .list-wrapper .icon-list .item .title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 25px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #D5AC03;
}
.legacy-area.company.company-concept .section.section-data .header {
  margin: 0 0 80px;
}
.legacy-area.company.company-concept .section.section-data .data-list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 20px;
}
.legacy-area.company.company-concept .section.section-data .data-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 280px;
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
}
.legacy-area.company.company-concept .section.section-data .data-list .item .text {
  font-size: 1.9rem;
  vertical-align: middle;
  text-align: center;
}
.legacy-area.company.company-concept .section.section-data .data-list .item .text .num {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 10px;
  font-size: 6rem;
  color: #4A90E2;
  font-weight: bold;
}
.legacy-area.company.company-concept .section.section-data .data-list .item .icon {
  display: block;
  background-size: contain;
  background-position: center;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(1) .item {
  width: calc(50% - 10px);
  padding: 20px 40px 20px 20px;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(1) .item:nth-of-type(1) .text {
  width: 45%;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(1) .item:nth-of-type(1) .icon {
  width: 50%;
  height: 160px;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(1) .item:nth-of-type(2) .text {
  width: 65%;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(1) .item:nth-of-type(2) .icon {
  width: 30%;
  height: 160px;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item {
  width: calc(33.33333% - 13px);
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item .text {
  width: 60%;
  font-size: 1.7rem;
  line-height: 2.5em;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item .text .num {
  font-size: 5rem;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item .text .sup {
  vertical-align: bottom;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item .icon {
  width: 35%;
  height: 120px;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item:nth-of-type(3) .text {
  line-height: 2em;
}
.legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item:nth-of-type(3) .text .num {
  font-size: 5rem;
}
.legacy-area.company.company-concept .section.section-data .text.align-right {
  max-width: 1200px;
  margin: 0 auto;
  font-weight: bold;
}
.legacy-area.company.company-concept .section.section-ir .intro, .legacy-area.company.company-concept .section.section-global .intro {
  height: 550px;
  display: flex;
  align-items: center;
}
.legacy-area.company.company-concept .section.section-ir .intro .header .title-en, .legacy-area.company.company-concept .section.section-global .intro .header .title-en, .legacy-area.company.company-concept .section.section-ir .intro .header .title-ja, .legacy-area.company.company-concept .section.section-global .intro .header .title-ja {
  color: #fff;
}
.legacy-area.company.company-concept .section.section-ir .wrapper, .legacy-area.company.company-concept .section.section-global .wrapper {
  display: flex;
}
.legacy-area.company.company-concept .section.section-ir .content-panel, .legacy-area.company.company-concept .section.section-global .content-panel {
  width: 50%;
  height: 25vw;
  min-height: 250px;
  background-position: center;
  background-size: cover;
}
.legacy-area.company.company-concept .section.section-ir .content-panel a, .legacy-area.company.company-concept .section.section-global .content-panel a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area.company.company-concept .section.section-ir .content-panel a:hover, .legacy-area.company.company-concept .section.section-global .content-panel a:hover {
  opacity: 0.8;
}
.legacy-area.company.company-concept .section.section-ir .content-panel a .text, .legacy-area.company.company-concept .section.section-global .content-panel a .text {
  font-size: 2rem;
  position: absolute;
  top: 20px;
  left: 20px;
}
.legacy-area.company.company-concept .section.section-ir .content-panel a .link-text, .legacy-area.company.company-concept .section.section-global .content-panel a .link-text {
  display: inline-block;
  padding: 0 30px 0 0;
  font-size: 1.4rem;
  line-height: 18px;
  background-image: url(../img/common/icon/arrow01-right-black.svg);
  background-position: right center;
  background-size: 18px 18px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.legacy-area.company.company-concept .section.section-ir .content-panel.csr a, .legacy-area.company.company-concept .section.section-global .content-panel.csr a {
  color: #fff;
}
.legacy-area.company.company-concept .section.section-ir .content-panel.csr a .link-text {
  background-image: url(../img/common/icon/arrow01-right-white.svg);
}
.legacy-area.company.company-concept .section.section-global .content-panel {
  width: 100%;
  height: 50vw;
  min-height: 250px;
}
.legacy-area.company.company-concept .section.section-global .content-panel.csr a .link-text {
  background-image: url(../img/common/icon/arrow01-right-white.svg);
}
.legacy-area.company.company-concept .section.section-global .content-panel a .header {
  width: auto;
  text-align: left;
  position: absolute;
  top: 10%;
  left: 10%;
}
.legacy-area.company.company-concept .section.section-global .content-panel a .link-text {
  bottom: 5%;
  right: 5%;
}
.legacy-area.company.company-map .table tr th {
  width: 100px;
}
.legacy-area.company.company-asbestos .table-wrapper:last-of-type {
  margin: 0 0 30px;
}
.legacy-area.contact .filter-input-list .item {
  margin: 0 0 35px;
  padding: 0 0 35px;
  border-bottom: 6px solid #f5f5f5;
}
.legacy-area.contact .filter-input-list .item:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.legacy-area.contact .filter-input-list .item .filter-icon-lsit {
  overflow: hidden;
  margin: 0 0 10px;
}
.legacy-area.contact .filter-input-list .item .filter-icon-lsit li {
  float: left;
  width: calc(25% - 6px);
  margin: 0 8px 8px 0;
}
.legacy-area.contact .filter-input-list .item .filter-icon-lsit li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: 1px solid #f5f5f5;
}
.legacy-area.contact .filter-input-list .item .table {
  background-color: #fff;
}
.legacy-area.contact .filter-input-list .item .table tr th {
  width: 20%;
}
.legacy-area.contact .filter-input-list .item .table tr td {
  width: 40%;
}
.legacy-area.contact .filter-input-list .item .table tr td .input-area.num input {
  width: calc(100% - 40px);
}
.legacy-area.contact .filter-input-list .item .table tr td .input-area.num .space {
  color: #404040;
}
.legacy-area.contact .filter-input-list .item .table tr:nth-child(even) td {
  background-color: #fdfdfd;
}
.legacy-area.contact .filter-input-list .item .table.solid tr th {
  width: 100px;
}
.legacy-area.contact .filter-input-list .item .table.solid tr td {
  width: 85%;
}
.legacy-area.contact .filter-input-list .item .table.solid tr:nth-child(even) td {
  background-color: transparent;
}
.legacy-area.contact .form-table .input-area .btn {
  min-width: 180px;
  height: 40px;
  margin: 0 0 0 10px;
  padding: 0 40px 0 20px;
  line-height: 40px;
  vertical-align: middle;
}
.legacy-area.ir .bnr-panel a .title {
  display: inline-block;
  padding: 0;
  font-size: 1.6rem;
  line-height: 18px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 20px;
}
.legacy-area.ir.ir-top .list.news {
  height: 140px;
  overflow-y: scroll;
}
.legacy-area.ir.ir-top .section.info-area .header {
  max-width: 1200px;
  margin: 0 auto 50px;
  position: relative;
}
.legacy-area.ir.ir-top .section.info-area .header .view-all {
  display: inline-block;
  margin: auto 0;
  padding: 0 25px 0 0;
  height: 35px;
  line-height: 35px;
  font-size: 1.3rem;
  color: #404040;
  text-decoration: none;
  background-image: url(../img/common/icon/arrow01-right-black.svg);
  background-size: 15px 15px;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area.ir.ir-top .section.info-area .header .view-all:hover {
  color: #4A90E2;
  background-image: url(../img/common/icon/arrow01-right-blue.svg);
}
.legacy-area.ir.ir-top .section.info-area .column-content {
  margin: 30px 0 0;
}
.legacy-area.ir.ir-top .section.info-area .column-content .text {
  margin: 0 0 10px;
}
.legacy-area.ir.ir-top .section.info-area .column-content .text:last-of-type {
  margin: 0;
}
.legacy-area.ir.ir-top .section.ir-menu .column {
  margin: 0;
}
.legacy-area.ir.ir-top .section.ir-menu .column.pic {
  width: calc(30% - 30px);
  background-position: center;
  background-size: cover;
}
.legacy-area.ir.ir-top .section.ir-menu .column.pic-outline {
  outline: 1px solid #D7D7D7;
}
.legacy-area.ir.ir-top .section.ir-menu .column.nav {
  width: 70%;
}
.legacy-area.ir.ir-top .section.ir-menu .column.nav .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.legacy-area.ir.ir-top .section.ir-menu .column.nav .menu .item {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
.legacy-area.ir.ir-top .section.ir-menu .column.nav .menu .item .btn {
  width: 100%;
  min-width: 100%;
}
.legacy-area.ir.ir-investor .section.greeting .inner {
  display: flex;
  align-items: center;
  height: 290px;
  background-image: url(../img/ir/ir-investor-greeting.png);
  background-size: contain;
  background-position: right bottom;
}
.legacy-area.ir.ir-investor .section.greeting .inner .text-area .title {
  font-size: 2.4rem;
  line-height: 1.6em;
  margin: 0 0 30px;
}
.legacy-area.ir.ir-strategy .section.strategy-key .inner .pic {
  max-width: 400px;
  margin: 0;
}
.legacy-area.ir.ir-strategy .section .strategy-sub-title {
  margin: 0 0 10px;
  font-size: 1.8rem;
  color: #D5AC03;
}
.legacy-area.ir.ir-strategy .section .strategy-sub-title + .text {
  padding: 0 0 0 20px;
}
.legacy-area.ir.ir-strategy .section .strategy-policy-area {
  padding: 20px;
  background-image: url(../img/ir/ir-strategy-policy-bg.png);
  background-size: cover;
  background-position: center right;
}
.legacy-area.ir.ir-strategy .section .strategy-policy-area > .title {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.legacy-area.ir.ir-strategy .section .strategy-policy-area .list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.legacy-area.ir.ir-strategy .section .strategy-policy-area .list .item {
  width: calc(33.3333% - 10px);
  margin: 0;
  padding: 20px;
  color: #fff;
  background-color: #404040;
}
.legacy-area.ir.ir-strategy .section .strategy-policy-area .list .item .title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #D5AC03;
  font-size: 1.6rem;
  font-weight: bold;
}
.legacy-area.ir.ir-calendar .calendar-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.legacy-area.ir.ir-calendar .calendar-list .box {
  width: 16.66666666%;
  min-height: 220px;
  background-color: #f5f5f5;
  border-right: 1px solid #EDEDED;
}
.legacy-area.ir.ir-calendar .calendar-list .box.bg-blue {
  background-color: #6D8FB8;
  color: #fff;
}
.legacy-area.ir.ir-calendar .calendar-list .box .title {
  padding: 10px 10px;
  text-align: center;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
}
.legacy-area.ir.ir-calendar .calendar-list .box .text {
  padding: 15px;
  font-size: 1.3rem;
  line-height: 1.5em;
}
.legacy-area.ir.ir-calendar .calendar-list .box .text span {
  display: inline-block;
  padding: 2px;
  margin: 0 2px 0 0;
  color: #6D8FB8;
  background-color: #fff;
  font-weight: bold;
}
.legacy-area.search .main-title {
  overflow: hidden;
}
.legacy-area.search .main-title .title {
  display: block;
  float: left;
}
.legacy-area.search .main-title .search-result {
  display: block;
  float: right;
  font-size: 1.2rem;
  font-weight: normal;
}
.legacy-area.search .main-title .search-result span {
  font-weight: bold;
}
.legacy-area.search .search-list .item {
  margin: 0 0 40px;
}
.legacy-area.search .search-list .item .title {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: normal;
}
.legacy-area.search .search-list .item .text {
  margin: 0 0 5px;
  line-height: 1.4em;
}
.legacy-area.search .search-list .item .url a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #D5AC03;
}
.legacy-area.search .search-list .item .url a:hover {
  text-decoration: underline;
}
.legacy-area.news .news-tab-area {
  width: 100%;
}
.legacy-area.news .news-tab-area #tabMenu {
  margin: 0 0 60px;
  overflow: hidden;
  background-color: #EDEDED;
}
.legacy-area.news .news-tab-area #tabMenu li {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #D7D7D7;
}
.legacy-area.news .news-tab-area #tabMenu li:last-of-type {
  border-right: none;
}
.legacy-area.news .news-tab-area #tabMenu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #404040;
  text-decoration: none;
}
.legacy-area.news .news-tab-area #tabMenu li a.active {
  background-color: #404040;
  color: #fff;
  font-weight: bold;
}
.legacy-area.news .news-tab-area .year-tab {
  border-bottom: 1px solid #000;
}
.legacy-area.news .news-tab-area .year-tab li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.legacy-area.news .news-tab-area .year-tab li a {
  display: inline-block;
  padding: 5px 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-decoration: none;
}
.legacy-area.news .news-tab-area .year-tab li a:hover, .legacy-area.news .news-tab-area .year-tab li a.active {
  color: #fff;
  background-color: #000;
}
.legacy-area.news .main-title .news-cate {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 15px;
  border: 1px solid #000;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.8rem;
  transform: translateY(-3px);
}
.legacy-area.news .title .date {
  display: inline-block;
  float: right;
  font-size: 1.2rem;
  font-family: "Proza Libre", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
}
.legacy-area.product .search-place {
  display: flex;
  justify-content: space-between;
}
.legacy-area.product .search-place .menu-area {
  width: calc(50% - 10px);
  padding: 32.620818% 0 0;
  background-size: contain;
  background-position: center;
  position: relative;
}
.legacy-area.product .search-place .menu-area .item {
  display: inline-block;
  padding: 1px 10px;
  border: 1px solid #404040;
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area.product .search-place .menu-area .item:hover {
  background-color: #D5AC03;
  border: 1px solid transparent;
  color: #fff;
}
.legacy-area.product .search-place .menu-area.house01 .item:nth-of-type(1) {
  top: 5%;
  right: 8%;
}
.legacy-area.product .search-place .menu-area.house01 .item:nth-of-type(2) {
  top: 38%;
  right: 18%;
}
.legacy-area.product .search-place .menu-area.house01 .item:nth-of-type(3) {
  top: 46%;
  left: 4%;
}
.legacy-area.product .search-place .menu-area.house01 .item:nth-of-type(4) {
  bottom: 10%;
  left: 22%;
}
.legacy-area.product .search-place .menu-area.house01 .item:nth-of-type(5) {
  bottom: 0%;
  right: 33%;
}
.legacy-area.product .search-place .menu-area.house02 .item:nth-of-type(1) {
  top: 3%;
  left: 25%;
}
.legacy-area.product .search-place .menu-area.house02 .item:nth-of-type(2) {
  top: 5%;
  right: 0%;
}
.legacy-area.product .search-place .menu-area.house02 .item:nth-of-type(3) {
  top: 48%;
  left: 12%;
}
.legacy-area.product .search-place .menu-area.house02 .item:nth-of-type(4) {
  bottom: 52%;
  left: 48%;
}
.legacy-area.product .search-place .menu-area.house02 .item:nth-of-type(5) {
  bottom: 47%;
  right: 15%;
}
.legacy-area.product .search-place .menu-area.facility01 .item:nth-of-type(1) {
  top: 67%;
  right: 8%;
}
.legacy-area.product .search-place .menu-area.facility01 .item:nth-of-type(2) {
  top: 75%;
  right: 62%;
}
.legacy-area.product .search-place .menu-area.facility02 .item:nth-of-type(1) {
  top: 13%;
  right: 64%;
}
.legacy-area.product .search-place .menu-area.facility02 .item:nth-of-type(2) {
  top: 31%;
  right: 24%;
}
.legacy-area.product .search-place .menu-area.facility02 .item:nth-of-type(3) {
  top: 53%;
  right: 59%;
}
.legacy-area.product .search-place .menu-area.facility02 .item:nth-of-type(4) {
  top: 65%;
  right: 5%;
}
.legacy-area.product .search-category .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.legacy-area.product .search-category .list .item {
  width: calc(25% - 12px);
  margin: 0 0 15px;
}
.legacy-area.product .search-category .list .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #f5f5f5;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area.product .search-category .list .item a:hover {
  opacity: 0.8;
}
.legacy-area.product .search-category .list .item a .pic {
  height: 120px;
  margin: 0;
  background-position: center;
  background-size: cover;
}
.legacy-area.product .search-category .list .item a .text-area {
  padding: 10px 30px 10px 45px;
  position: relative;
  background-image: url(../img/common/icon/arrow01-right-black.svg);
  background-position: right 10px center;
  background-size: 18px 18px;
}
.legacy-area.product .search-category .list .item a .text-area .icon {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 10px;
}
.legacy-area.product .search-category .list .item a .text-area span {
  display: inline-block;
  padding: 2px 0 0;
  line-height: 1.6em;
  font-size: 1.4rem;
}
.legacy-area.product .search-category .list .item:nth-of-type(even) a {
  background-color: #EDEDED;
}
.legacy-area.product .search-category .list:before, .legacy-area.product .search-category .list:after {
  order: 1;
  content: "";
  display: block;
  width: calc(25% - 12px);
  margin: 0 0 15px;
}
.legacy-area.product .pickup {
  padding: 60px 20px 10px;
  background-image: url(../img/home/pickup-bg.png);
  background-position: center;
  background-size: cover;
}
.legacy-area.product .pickup .header {
  max-width: 1200px;
  margin: 0 auto 50px;
  position: relative;
}
.legacy-area.product .pickup .header .view-all {
  display: inline-block;
  margin: auto 0;
  padding: 0 25px 0 0;
  height: 35px;
  line-height: 35px;
  font-size: 1.3rem;
  color: #404040;
  text-decoration: none;
  background-image: url(../img/common/icon/arrow01-right-black.svg);
  background-size: 15px 15px;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area.product .pickup .header .view-all:hover {
  color: #4A90E2;
  background-image: url(../img/common/icon/arrow01-right-blue.svg);
}
.legacy-area.product .pickup .inner {
  max-width: 1330px;
}
.legacy-area.product .pickup .swiper-area {
  position: relative;
  padding: 0 70px 60px;
}
.legacy-area.product .pickup .swiper-area .swiper-container {
  padding: 0 0 50px;
}
.legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide {
  height: 200px;
  background-color: #fff;
}
.legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide .text {
  float: left;
  width: 50%;
  height: 100%;
  padding: 5% 5% 15%;
  box-sizing: border-box;
  position: relative;
}
.legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide .text .catch {
  margin: 0 0 5%;
  font-size: 1.3rem;
  line-height: 1.6em;
  color: #404040;
}
.legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide .text .title {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: bold;
  color: #404040;
}
.legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide .text .btn {
  display: block;
  width: 90%;
  min-width: 90%;
  height: 35px;
  margin: 0 auto;
  line-height: 35px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}
.legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide .pic {
  float: right;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.legacy-area.product .pickup .swiper-area .swiper-container .swiper-pagination {
  bottom: 0;
}
.legacy-area.product .pickup .swiper-area .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 6px;
  background-color: #979797;
}
.legacy-area.product .pickup .swiper-area .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: var(--yellow, #FFE036);
}
.legacy-area.product .pickup .swiper-area .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(../img/common/icon/arrow02-left-black.svg);
  background-size: 30px 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 33%;
  left: 0;
}
.legacy-area.product .pickup .swiper-area .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../img/common/icon/arrow02-right-black.svg);
  background-size: 30px 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 33%;
  right: 0;
}
.legacy-area.product .product-info .list {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.legacy-area.product .product-info .list:after {
  content: "";
  display: block;
  width: calc(33.333333% - 20px);
  height: auto;
}
.legacy-area.product .product-info .list .item {
  width: calc(33.333333% - 20px);
  margin: 0 0 25px;
}
.legacy-area.product .product-info .list .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  text-decoration: none;
}
.legacy-area.product .product-info .list .item a .pic {
  height: 180px;
  margin: 0;
  border-bottom: 1px solid #D7D7D7;
  background-position: center;
  background-size: cover;
  background-color: #fff;
}
.legacy-area.product .product-info .list .item a .text-area {
  height: calc(100% - 180px);
  padding: 10px 40px 10px 10px;
  color: #404040;
  text-decoration: none;
  background-color: transparent;
  z-index: 0;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  background-image: url(../img/common/icon/arrow01-right-black.svg);
  background-position: right 10px bottom 10px;
  background-size: 18px 18px;
}
.legacy-area.product .product-info .list .item a .text-area:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #404040;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area.product .product-info .list .item a .text-area:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.legacy-area.product .product-info .list .item a .text-area .title {
  font-weight: bold;
  font-size: 1.6rem;
}
.legacy-area.product .product-info .list .item a .text-area .text {
  margin: 5px 0 0;
  line-height: 1.6em;
}
.legacy-area.product .product-info .list .item a:hover {
  border: 1px solid #979797;
}
.legacy-area.product .product-info .list .item a:hover .text-area {
  color: #fff;
}
.legacy-area.product .product-info .list .item a:hover .text-area:before {
  width: 100%;
}
.legacy-area.product .product-info .list .item a:hover .text-area:after {
  background-image: url(../img/common/icon/arrow01-right-white.svg);
  background-position: right 10px bottom 10px;
  background-size: 18px 18px;
}
.legacy-area.product .product-info .list .item a.btn {
  min-width: 100%;
}
.legacy-area.product .product-detail-wrapper > .column-content > .column:nth-child(1) {
  width: calc(100% - 320px);
  order: 2;
}
.legacy-area.product .product-detail-wrapper > .column-content > .column:nth-child(2) {
  width: 280px;
  order: 1;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item {
  margin: 0 0 30px;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .title {
  margin: 0 0 15px;
  padding: 12px 30px 12px 10px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #404040;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .title.accordion {
  background-image: url(../img/common/icon/arrow02-bottom-circle-gray.svg);
  background-position: right 10px center;
  background-size: 25px 25px;
  cursor: pointer;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .title.accordion.open {
  background-image: url(../img/common/icon/arrow02-top-circle-yellow.svg);
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .item-content {
  display: none;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .item-content.active {
  display: block;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .item-content .menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .item-content .menu-list .item {
  width: calc(50% - 20px);
  margin: 0 0 15px;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .item-content .menu-list .item a {
  display: inline-block;
  padding: 0 0 0 15px;
  text-decoration: none;
  position: relative;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .item-content .menu-list .item a:before {
  content: "-";
  display: block;
  margin: auto 0;
  color: #404040;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.legacy-area.product .product-detail-wrapper .side-menu > .item .item-content .menu-list .item a:hover {
  color: #D5AC03;
  text-decoration: underline;
}
.legacy-area.product .product-detail-wrapper .select-area {
  margin: 0 0 30px;
  padding: 15px 15px 10px;
  border: 6px solid #f5f5f5;
}
.legacy-area.product .product-detail-wrapper .select-area .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #f5f5f5;
}
.legacy-area.product .product-detail-wrapper .select-area .row:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.legacy-area.product .product-detail-wrapper .select-area .row .title {
  width: 90px;
  font-size: 1.5rem;
  font-weight: bold;
}
.legacy-area.product .product-detail-wrapper .select-area .row .list {
  width: calc(100% - 100px);
  padding: 0;
}
.legacy-area.product .product-detail-wrapper .select-area .row .list .item {
  display: inline-block;
  margin: 0 15px 5px 0;
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 22px;
  border: 1px solid #979797;
  cursor: pointer;
}
.legacy-area.product .product-detail-wrapper .select-area .row .list .item.active {
  color: #fff;
  background-color: #D5AC03;
  border: none;
}
.legacy-area.product .product-detail-wrapper .info-area {
  margin: 0 0 30px;
  padding: 15px;
  background-color: var(--yellow, #FFE036);
}
.legacy-area.product .product-detail-wrapper .info-area .title {
  font-size: 2rem;
  font-weight: bold;
}
.legacy-area.product .product-detail-wrapper .product-area {
  margin: 0 0 80px;
}
.legacy-area.product .product-detail-wrapper .product-area:last-of-type {
  margin: 0;
}
.legacy-area.product .product-detail-wrapper .product-area .main-title .text {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 2.8rem;
  line-height: 1.6em;
}
.legacy-area.product .product-detail-wrapper .product-area .main-title .feature {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.1rem;
  line-height: 25px;
  color: #fff;
  vertical-align: middle;
  background-color: #979797;
}
.legacy-area.product .product-detail-wrapper .product-area .main-title .feature_limited {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.1rem;
  line-height: 25px;
  color: #fff;
  vertical-align: middle;
  margin-left: 3px;
  background-color: #97413f;
}
.legacy-area.product .product-detail-wrapper .product-area .main-title .tag {
  float: right;
}
.legacy-area.product .product-detail-wrapper .product-area .main-title .tag .item {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  font-size: 1.2rem;
  font-weight: normal;
  border-left: 1px solid #D7D7D7;
  line-height: 20px;
}
.legacy-area.product .product-detail-wrapper .product-area .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px;
  background-color: #fafafa;
}
.legacy-area.product .product-detail-wrapper .product-area .intro .pic {
  width: 300px;
  height: 260px;
  margin: 0;
  background-position: center;
  background-size: cover;
}
.legacy-area.product .product-detail-wrapper .product-area .intro .text-area {
  width: calc(100% - 330px);
  padding: 0 30px 0 0;
}
.legacy-area.product .product-detail-wrapper .product-area .intro .text-area .text {
  margin: 0 0 30px;
}
.legacy-area.product .product-detail-wrapper .product-area .intro .text-area .btn {
  min-width: 100%;
}
.legacy-area.product .product-detail-wrapper .product-area .column-content .column:nth-child(1) {
  width: calc(100% - 320px);
}
.legacy-area.product .product-detail-wrapper .product-area .column-content .column:nth-child(2) {
  width: 300px;
}
.legacy-area.product .product-detail-wrapper .sub-title {
  padding: 0 30px 5px 20px;
  background-image: url(../img/common/icon/arrow02-bottom-circle-gray.svg);
  background-position: right 10px center;
  background-size: 20px 20px;
  cursor: pointer;
}
.legacy-area.product .product-detail-wrapper .sub-title.open {
  background-image: url(../img/common/icon/arrow02-top-circle-yellow.svg);
}
.legacy-area.product .product-detail-wrapper .product-area .column-content .column .content-wrapper {
  display: none;
}
.legacy-area.product .product-detail-wrapper .product-area .column-content .column .content-wrapper.active {
  display: block;
}
.legacy-area.product .product-detail-wrapper .product-area .download .table, .legacy-area.product .product-detail-wrapper .product-area .movie .iframe-wrapper {
  margin: 0 0 10px;
}
.legacy-area.product .product-detail-wrapper .product-area .download .table:last-of-type, .legacy-area.product .product-detail-wrapper .product-area .movie .iframe-wrapper:last-of-type {
  margin: 0;
}
.legacy-area.product .house-key {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.legacy-area.product .house-key .pic {
  width: 48%;
}
.legacy-area.product .house-key .pic img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.legacy-area.product .house-key .text-area {
  width: 48%;
  padding: 0 5%;
}
.legacy-area.product .house-key .text-area .title {
  margin: 0 0 20px;
  text-align: center;
}
.legacy-area.product .house-key .text-area .title img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.legacy-area.product .house-content .house-title {
  margin: 0 0 30px;
  text-align: center;
  font-weight: normal;
  font-size: 2.2rem;
}
.legacy-area.product .house-content .fukuvi-point {
  margin: 0 0 30px;
  padding: 5px;
  text-align: center;
  border: 2px solid var(--yellow, #FFE036);
  position: relative;
}
.legacy-area.product .house-content .fukuvi-point img {
  width: 120px;
}
.legacy-area.product .house-content .fukuvi-point:after {
  content: "";
  display: block;
  width: 20px;
  margin: 0 auto;
  border-top: 20px solid var(--yellow, #FFE036);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.legacy-area.product .house-content .point-list .item {
  margin: 0 0 20px;
  background-color: #f5f5f5;
}
.legacy-area.product .house-content .point-list .item:last-of-type {
  margin: 0 0 0;
}
.legacy-area.product .house-content .point-list .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  position: relative;
  background-image: url(../img/common/icon/arrow01-right-black.svg);
  background-position: right 10px bottom 10px;
  background-size: 18px 18px;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.legacy-area.product .house-content .point-list .item a:hover {
  opacity: 0.8;
}
.legacy-area.product .house-content .point-list .item a > .title {
  margin: 0 0 5px;
  padding: 0 0 10px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
}
.legacy-area.product .house-content .point-list .item a > .title .num {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
  background-color: #D5AC03;
  border-radius: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.legacy-area.product .house-content .point-list .item a > .title .yellow {
  color: #D5AC03;
}
.legacy-area.product .house-content .point-list .item a .point-content {
  display: flex;
  justify-content: space-between;
}
.legacy-area.product .house-content .point-list .item a .point-content .pic {
  width: calc(100% - 330px);
  margin: 0;
}
.legacy-area.product .house-content .point-list .item a .point-content .text-area {
  width: 320px;
}
.legacy-area.product .house-content .point-list .item a .point-content .text-area .title {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 5px;
}
.legacy-area.product .house-content .point-list .item a .point-content .text-area .text {
  font-size: 1.3rem;
  line-height: 1.4em;
  margin: 0;
}
.legacy-area.product .reform-key img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.legacy-area.product .reform-list > .item {
  margin: 0 0 20px;
  padding: 20px;
  background-color: #f5f5f5;
}
.legacy-area.product .reform-list > .item .title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 1.6rem;
  border-bottom: 1px solid #D7D7D7;
}
.legacy-area.product .reform-list > .item .title .num {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #D5AC03;
}
.legacy-area.product .reform-list > .item .pic-content {
  margin: 0;
}
.legacy-area.product .reform-list > .item .pic-content .pic {
  width: 240px;
  order: 2;
}
.legacy-area.product .reform-list > .item .pic-content .text-area {
  width: calc(100% - 260px);
  order: 1;
}
.legacy-area.product .reform-list > .item .pic-content .text-area .name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.legacy-area.product .reform-list > .item .pic-content .text-area .menu {
  margin: 0 0 5px;
}
.legacy-area.product .reform-list > .item .pic-content .text-area .menu .item {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 1.2rem;
}
.legacy-area.data .search-menu > .column {
  padding: 20px;
  border: 6px solid #f5f5f5;
}
.legacy-area.data .search-menu > .column:nth-child(1) {
  width: calc(40% - 15px);
}
.legacy-area.data .search-menu > .column:nth-child(2) {
  width: calc(60% - 15px);
}
.legacy-area.data .search-menu > .column .title {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
.legacy-area.data .search-menu > .column .search-keyword .search-box {
  line-height: 40px;
}
.legacy-area.data .table .catalog {
  text-align: center;
}
.legacy-area.data .table .catalog img {
  max-width: 80px;
}
.legacy-area.technology .section .sub-title.solid {
  border-bottom: none;
  padding: 0;
  margin: 10px 0 5px;
}
.legacy-area.technology .section .example-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.legacy-area.technology .section .example-content > .content {
  width: 48%;
  background-color: #fff;
  overflow: hidden;
}
.legacy-area.technology .section .example-content > .content .text {
  float: left;
  width: 50%;
  height: 100%;
  padding: 5% 5% 10%;
  box-sizing: border-box;
  position: relative;
}
.legacy-area.technology .section .example-content > .content .text .catch {
  margin: 0 0 5%;
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #404040;
}
.legacy-area.technology .section .example-content > .content .text .title {
  font-size: 1.3rem;
  line-height: 1.6em;
  font-weight: bold;
  color: #404040;
}
.legacy-area.technology .section .example-content > .content .text .btn {
  display: block;
  width: 90%;
  min-width: 90%;
  height: 35px;
  margin: 0 auto;
  line-height: 35px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}
.legacy-area.technology .section .example-content > .content .pic {
  float: right;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.legacy-area.technology .section.technology .grey {
  margin: 40px 0 0;
  padding: 20px;
}
.legacy-area.technology .section.technology .grey .align-center {
  margin: 0 0 10px;
  font-size: 1.6rem;
}
.legacy-area.technology .section.technology .grey .column {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.legacy-area.technology .section.technology .grey .column .pic {
  width: 140px;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.legacy-area.technology .section.technology .grey .column .text-area {
  padding: 10px;
  background-color: #fff;
}
.legacy-area.technology .section.technology .grey .column .text-area .sub-title.solid {
  margin: 0 0 5px;
  font-size: 1.5rem;
}
.legacy-area.technology .section.technology .grey .column .text-area .text {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 0;
}
.legacy-area.technology .section.example {
  padding: 40px 20px;
  background-image: url(../img/home/pickup-bg.png);
  background-position: center;
  background-size: cover;
}
.legacy-area.technology .section.strength .section.grey {
  margin: 0;
  padding: 20px;
}
.legacy-area.technology .section.strength .section.grey .sub-title {
  margin: 0 0 10px;
}
.legacy-area.technology .section.strength .section.grey .list {
  margin: 0;
}
.legacy-area.technology .section.strength .section.grey .list.line > li:before {
  color: #D5AC03;
}
.legacy-area.technology .section.strength .example-content {
  margin: 40px 0;
}
.legacy-area.technology .section.strength .example-content .content {
  border: 1px solid #f5f5f5;
}
.legacy-area.technology .section.strength .example-panel {
  height: 220px;
  background-color: #000;
  overflow: hidden;
}
.legacy-area.technology .section.strength .example-panel .text {
  float: left;
  width: 50%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.legacy-area.technology .section.strength .example-panel .text .catch {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.6em;
  color: #D5AC03;
}
.legacy-area.technology .section.strength .example-panel .text .title {
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: bold;
  color: #fff;
}
.legacy-area.technology .section.strength .example-panel .text .btn {
  display: block;
  width: 90%;
  min-width: 90%;
  height: 35px;
  margin: 0 auto;
  line-height: 35px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  background-image: url(../img/common/icon/arrow01-right-white.svg);
}
.legacy-area.technology .section.strength .example-panel .pic {
  float: right;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.legacy-area .faq_label {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.1rem;
  line-height: 25px;
  color: #fff;
  vertical-align: middle;
  background-color: #979797;
  margin: 3px 0;
}
.legacy-area .faq_keyword {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 15px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #f5f5f5;
}
.legacy-area .faq_keyword_title {
  width: 255px;
  font-weight: bold;
}
.legacy-area .faq_keyword_list {
  width: calc(100% - 100px);
  padding: 0;
}
.legacy-area .keyword_item {
  display: inline-block;
  margin: 0 15px 5px 0;
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 22px;
  border: 1px solid #979797;
  cursor: pointer;
}
.legacy-area .faq_q {
  font-size: 1.2em;
  line-height: 1.2em;
  /*   font-weight: bold; */
  border-bottom: 1px dotted;
}
.legacy-area .faq_a {
  font-size: 1.6rem;
}
.legacy-area .list.news > .item_faq {
  position: relative;
}
.legacy-area .list.news > .item_faq a {
  padding: 10px 25px 10px !important;
}
.legacy-area .list.news > .item_faq .text:before {
  content: url(../img/faq/q2.png);
  position: absolute;
  top: 15px;
  left: 4px;
}
.legacy-area .item_faq .text {
  padding-left: 8px !important;
}
.legacy-area .faq_body .text {
  font-size: 1.8rem;
}
.legacy-area #faq-search-keyword {
  width: 50%;
}
.legacy-area .related_faq {
  font-size: 2rem;
}
.legacy-area .faq_view_q {
  padding-left: 30px !important;
}
.legacy-area .faq_view_q:before {
  content: url(../img/faq/q2.png);
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
}
.legacy-area .product-content-wrapper {
  position: relative;
  padding: 0 0 10px;
}
.legacy-area .product-content-wrapper .swiper-container {
  padding: 0;
}
.legacy-area .product-content-wrapper .swiper-container .swiper-slide {
  height: 260px;
  background-color: #fff;
}
.legacy-area .product-content-wrapper .swiper-container .swiper-slide .pic {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.legacy-area .product-content-wrapper .swiper-container .swiper-pagination {
  bottom: 0;
}
.legacy-area .product-content-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 6px;
  background-color: #979797;
}
.legacy-area .product-content-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: var(--yellow, #FFE036);
}
.legacy-area .product-content-wrapper .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon/arrow02-left-black.svg);
  background-size: 20px 20px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 1;
}
.legacy-area .product-content-wrapper .swiper-button-next {
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon/arrow02-right-black.svg);
  background-size: 20px 20px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 1;
}
.legacy-area .no6_midium_term, .legacy-area .no6_midium_term02, .legacy-area .no6_midium_term03, .legacy-area .no6_midium_term04, .legacy-area .no6_midium_term05 {
  padding: 0 20px;
}
.legacy-area .no6_midium_term .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.legacy-area .no6_midium_term p {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
}
.legacy-area .no6_midium_term .pic {
  max-width: initial;
}
.legacy-area .no6_midium_term .sub_ttl {
  text-align: center;
  margin-top: 25px;
}
.legacy-area .no6_midium_term .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.legacy-area .no6_midium_term .flex > div {
  background-color: #5348E6;
  background-position: left 1.8vw center;
  background-size: 2.1vw;
  color: #fff;
  padding: 25px 2.5vw 25px 5.5vw;
  font-size: 2rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.legacy-area .no6_midium_term .flex > div:first-of-type {
  width: 28.5%;
  background-image: url(../img/ir/num01.png);
}
.legacy-area .no6_midium_term .flex > div:nth-of-type(2) {
  width: 31.5%;
  background-image: url(../img/ir/num02.png);
}
.legacy-area .no6_midium_term .flex > div:nth-of-type(3) {
  width: 38%;
  background-image: url(../img/ir/num03.png);
}
.legacy-area .no6_midium_term02 .inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.legacy-area .no6_midium_term02 .pic {
  max-width: initial;
}
.legacy-area .no6_midium_term03 .inner {
  max-width: 1200px;
  margin: 0 auto 60px;
}
.legacy-area .no6_midium_term03 .flex {
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
  margin-right: 25px;
}
.legacy-area .no6_midium_term03 .flex > div {
  width: 32.5%;
  background: #FAF9F9;
  padding: 20px;
}
.legacy-area .no6_midium_term03 .flex h3 {
  font-weight: normal;
  padding-bottom: 10px;
  background-size: 10%;
  background-position: left top -6px;
  padding-left: 3.5vw;
  line-height: 1.5;
  border-bottom: 2px solid #5652E6;
}
.legacy-area .no6_midium_term03 .flex div:first-of-type h3 {
  background-image: url(../img/ir/blue_num01.png);
  padding-top: 13px;
  padding-bottom: 20px;
}
.legacy-area .no6_midium_term03 .flex div:nth-of-type(2) h3 {
  background-image: url(../img/ir/blue_num02.png);
}
.legacy-area .no6_midium_term03 .flex div:nth-of-type(3) h3 {
  background-image: url(../img/ir/blue_num03.png);
}
.legacy-area .no6_midium_term03 .flex > div ul {
  margin-top: 20px;
}
.legacy-area .no6_midium_term03 .flex > div ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
.legacy-area .no6_midium_term04 .inner {
  max-width: 1200px;
  margin: 0 auto 60px;
}
.legacy-area .no6_midium_term04 table {
  border-collapse: collapse;
  margin: 20px auto 0;
}
.legacy-area .no6_midium_term04 table tr:first-of-type th:nth-of-type(2) {
  width: 17vw;
  background-image: url(../img/ir/whitedot_num01.png);
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: left 20px center;
  text-align: left;
  padding-left: 4.5vw;
}
.legacy-area .no6_midium_term04 table tr:first-of-type th:nth-of-type(3) {
  width: 17vw;
  background-image: url(../img/ir/whitedot_num02.png);
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: left 20px center;
  text-align: left;
  padding-left: 4.5vw;
}
.legacy-area .no6_midium_term04 table tr:first-of-type th:nth-of-type(4) {
  width: 17vw;
  background-image: url(../img/ir/whitedot_num03.png);
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: left 20px center;
  text-align: left;
  padding-left: 4.5vw;
}
.legacy-area .no6_midium_term04 table th {
  background: #5348E6;
  color: #fff;
  padding: 15px;
  border: 1px solid #ACACAC;
}
.legacy-area .no6_midium_term04 table .white {
  background: #fff;
  border: 1px solid #fff;
  border-right: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
}
.legacy-area .no6_midium_term04 table .black {
  width: 1em;
  background: #E6E6E6;
  color: #000;
  font-weight: normal;
}
.legacy-area .no6_midium_term04 table .green {
  background: #85E3E6;
  text-align: left;
  color: #404040;
  font-weight: normal;
}
.legacy-area .no6_midium_term04 table td {
  padding: 15px;
  border: 1px solid #ACACAC;
  vertical-align: top;
}
.legacy-area .no6_midium_term04 table td ol {
  list-style-type: none;
}
.legacy-area .no6_midium_term04 table td ol li {
  margin-bottom: 1em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.legacy-area .no6_midium_term05 .inner {
  max-width: 1200px;
  margin: 0 auto 60px;
}

/* SP */
@media (max-width: 768px) {
  .legacy-area a[target=_blank] {
    padding-left: 15px;
    background-size: 8px 8px;
  }
  .legacy-area a.link-pdf {
    padding-right: 15px;
    background-size: 8px 8px;
  }
  .legacy-area a.btn {
    min-width: 195px;
    line-height: 30px;
    font-size: 1.2rem;
    background-size: 12px 12px;
  }
  .legacy-area a.btn:hover:after {
    background-size: 12px 12px;
  }
  .legacy-area a.btn.icon {
    padding: 0 0 0 30px;
  }
  .legacy-area a.btn.icon > span {
    width: 15px;
    height: 15px;
    top: 6px;
    left: 8px;
  }
  .legacy-area .list {
    padding: 0 0 0 10px;
  }
  .legacy-area .list li {
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.3em;
  }
  .legacy-area .list.attention {
    margin: 10px 0 0;
  }
  .legacy-area .list.attention li {
    font-size: 1rem;
  }
  .legacy-area .list.attention li:before {
    left: -10px;
  }
  .legacy-area .list.num {
    margin: 10px 0 0;
  }
  .legacy-area .list.num li {
    font-size: 1rem;
    padding: 0 0 0 10px;
  }
  .legacy-area .list.num li:before {
    width: 1.2em;
    height: 1.2em;
    left: -10px;
  }
  .legacy-area .list.line {
    margin: 10px 0 0;
  }
  .legacy-area .list.line li {
    font-size: 1.4rem;
  }
  .legacy-area .list.line li:before {
    width: 1.2em;
    height: 1.2em;
    left: -10px;
  }
  .legacy-area .list.link.line {
    padding: 0 0 0 10px;
  }
  .legacy-area .list.link .item {
    width: 48%;
    margin: 0 0 10px;
  }
  .legacy-area .list.link .item a {
    font-size: 1rem;
  }
  .legacy-area .list.news .item a {
    padding: 10px;
  }
  .legacy-area .list.news .item a .date {
    float: none;
    display: inline-block;
    width: auto;
    line-height: 20px;
    margin: 0 5px 0 0;
    font-size: 1.1rem;
  }
  .legacy-area .list.news .item a .cate {
    float: none;
    display: inline-block;
    width: auto;
    line-height: 15px;
    margin: 0;
    padding: 0 10px;
    font-size: 1rem;
    border: none;
    background-color: #EDEDED;
  }
  .legacy-area .list.news .item a .text {
    float: none;
    clear: both;
    width: 100%;
    margin: 5px 0 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  .legacy-area .list.news .item a .date + .text {
    width: 100%;
  }
  .legacy-area .sub-header {
    height: 100px;
    margin: 0 0 20px;
    padding: 0 15px;
  }
  .legacy-area .sub-header .inner .title-area .title-ja {
    font-size: 1.6rem;
  }
  .legacy-area .sub-header .inner .title-area .title-en {
    font-size: 1rem;
  }
  .legacy-area .sub-header .inner .pan-area {
    font-size: 1rem;
    bottom: 10px;
  }
  .legacy-area .sub-header .inner .pan-area a, .legacy-area .sub-header .inner .pan-area span {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
  .legacy-area .sub-header .inner .pan-area a {
    color: #404040;
  }
  .legacy-area .sub-header .inner .pan-area a:hover {
    text-decoration: none;
  }
  .legacy-area .sub-header.lower {
    height: 120px;
    margin: 0 0 20px;
  }
  .legacy-area .carousel-nav {
    margin: -20px 0 20px;
    padding: 0 15px;
  }
  .legacy-area .carousel-nav .swiper-container {
    padding: 5px 0;
  }
  .legacy-area .carousel-nav .swiper-container .swiper-slide {
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
  .legacy-area .carousel-nav .swiper-container .swiper-slide a {
    font-size: 1.1rem;
  }
  .legacy-area .carousel-nav .swiper-container .swiper-button-next, .legacy-area .carousel-nav .swiper-container .swiper-button-prev {
    width: 15px;
    height: 20px;
    background-size: 15px 15px;
  }
  .legacy-area .tab-menu .menu {
    display: block;
    border-top: 1px solid #979797;
  }
  .legacy-area .tab-menu .menu .item {
    width: 100%;
    border-top: none;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
  }
  .legacy-area .tab-menu .menu .item:last-of-type {
    border-right: 1px solid #979797;
  }
  .legacy-area .tab-menu .menu .item a {
    height: 100%;
    padding: 8px 0;
    line-height: 1.2em;
    font-size: 1.2rem;
    background-size: 12px 12px;
  }
  .legacy-area .tab-menu .menu .item a:hover:after {
    background-size: 12px 12px;
  }
  .legacy-area .section {
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .legacy-area .section.yellow {
    padding: 20px 15px;
  }
  .legacy-area .column-content {
    display: block;
  }
  .legacy-area .column-content.column-two > .column, .legacy-area .column-content.column-three > .column, .legacy-area .column-content.column-four > .column, .legacy-area .column-content.column-five > .column {
    width: 100%;
    margin: 0 0 15px;
  }
  .legacy-area .column-content.column-two > .column:last-oy-type, .legacy-area .column-content.column-three > .column:last-oy-type, .legacy-area .column-content.column-four > .column:last-oy-type, .legacy-area .column-content.column-five > .column:last-oy-type {
    margin: 0 0 0;
  }
  .legacy-area .column-content + .column-content {
    margin: 15px 0 0;
  }
  .legacy-area .column-content .column-v{
    width: 100%;
    margin: 0 0 15px;
  }
  .legacy-area .column-content .column-h{
    width: 100%;
    margin: 0 0 15px;
  }
  .legacy-area .main-title {
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .legacy-area .main-title.num {
    padding: 0 0 10px 25px;
  }
  .legacy-area .main-title.num > span {
    width: 20px;
    line-height: 20px;
  }
  .legacy-area .sub-title {
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    font-size: 1.2rem;
  }
  .legacy-area .sub-title.num {
    padding: 0 0 0 35px;
  }
  .legacy-area .sub-title.num > span {
    width: 20px;
    line-height: 20px;
    left: 10px;
    top: 0;
  }
  .legacy-area .text {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
  .legacy-area .text:last-of-type {
    margin: 0;
  }
  .legacy-area .text.mg-bottom {
    margin: 0 0 10px;
  }
  .legacy-area .pic {
    margin: 0 0 10px;
  }
  .legacy-area .pic.middle {
    max-width: 400px;
    margin: 0 auto 15px;
  }
  .legacy-area .pic.small {
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .legacy-area .pic-content {
    margin: 0 0 15px;
    font-size: 1rem;
    line-height: 1.6em;
  }
  .legacy-area .pic-content .pic {
    width: 100px;
    margin: 0 0 0 10px;
  }
  .legacy-area .panel-list {
    display: block;
  }
  .legacy-area .panel-list .item {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .legacy-area .panel-list .item .pic {
    height: 100px;
  }
  .legacy-area .panel-list .item .pic .text-area .text-en {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
  .legacy-area .bnr-panel {
    height: 28vw;
    margin: 0 0 15px;
  }
  .legacy-area .bnr-panel a .link-text {
    padding: 0 15px 0 0;
    font-size: 1rem;
    line-height: 10px;
    background-size: 10px 10px;
    bottom: 10px;
    right: 10px;
  }
  .legacy-area .form-table {
    margin: 0 0 25px;
  }
  .legacy-area .form-table tr {
    border-bottom: 1px solid #EDEDED;
  }
  .legacy-area .form-table tr td {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
  }
  .legacy-area .form-table tr td:last-of-type {
    border-bottom: none;
  }
  .legacy-area .form-table tr td .item-name {
    font-size: 1rem;
    margin: 0 0 5px;
  }
  .legacy-area .form-table tr td .item-name .required {
    margin: 0 0 0 5px;
    padding: 2px 5px;
    font-size: 1rem;
  }
  .legacy-area .input-area input {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 1.1rem;
  }
  .legacy-area .input-area input::placeholder {
    font-size: 1rem;
  }
  .legacy-area .input-area select {
    height: 30px;
    padding: 0 50px 0 10px;
    line-height: 30px;
    font-size: 1.2rem;
  }
  .legacy-area .input-area.num input {
    width: 80px;
  }
  .legacy-area .input-area.checkbox label {
    display: block;
    line-height: 20px;
  }
  .legacy-area .input-area.checkbox .parts {
    padding: 0 0 0 30px;
    margin: 0 10px 10px 0;
  }
  .legacy-area .input-area.checkbox .parts:before {
    width: 20px;
    height: 20px;
    background-color: #f5f5f5;
  }
  .legacy-area .input-area.checkbox .input:checked + .parts::after {
    left: 8px;
    width: 5px;
    height: 8px;
    border-bottom: 2px solid #D5AC03;
    border-right: 2px solid #D5AC03;
  }
  .legacy-area .input-area.checkbox .link {
    font-size: 1.2rem;
    float: right;
  }
  .legacy-area .search-keyword {
    padding: 0 30px 0 10px;
  }
  .legacy-area .search-keyword .search-box {
    line-height: 40px;
  }
  .legacy-area .search-keyword .search-submit {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .legacy-area .support-nav {
    padding: 20px 15px;
  }
  .legacy-area .support-nav .support-list .item {
    width: 48%;
    min-height: 90px;
    margin: 0 0 4%;
    padding: 20% 0 0;
    background-size: 40px 35px;
  }
  .legacy-area .support-nav .support-list .item a .text-area .text {
    font-size: 1.1rem;
    line-height: 1.3em;
  }
  .legacy-area .accordion-content {
    margin: 15px 0 0;
  }
  .legacy-area .accordion-content .accordion-header {
    padding: 5px 25px 5px 10px;
    font-size: 1.2rem;
    line-height: 1.6em;
    background-size: 15px 15px;
  }
  .legacy-area .accordion-content .accordion-header.faq {
    padding: 5px 25px 5px 25px;
  }
  .legacy-area .accordion-content .accordion-header.faq:before {
    left: 10px;
    top: 5px;
  }
  .legacy-area .accordion-content .accordion-body {
    display: none;
    padding: 10px;
  }
  .legacy-area .table-wrapper {
    overflow: auto;
    margin: 0 0 15px;
  }
  .legacy-area .table-wrapper:last-of-type {
    margin: 0;
  }
  .legacy-area .table {
    min-width: 1000px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
  .legacy-area .bg-wrapper {
    padding: 10px;
  }
  .legacy-area .contact-tel .tel-btn {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 10px;
  }
  .legacy-area .contact-tel .tel-btn .free-dial {
    margin: 0 auto 10px;
  }
  .legacy-area .contact-tel .tel-btn .num {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    font-size: 2.5rem;
    text-align: center;
  }
  .legacy-area {
    /* FAQ（よくあるご質問） */
    /*↓20200623追記分 中期経営計画↓*/
    /*↑20200623追記分↑*/
  }
  .legacy-area.company .bnr-panel a .text-area {
    padding: 0 0 0 20px;
  }
  .legacy-area.company .bnr-panel a .text-area .title {
    margin: 0 0 5px;
  }
  .legacy-area.company .bnr-panel a .text-area .title .en {
    padding: 0 12px 0 0;
    font-size: 1.4rem;
  }
  .legacy-area.company .bnr-panel a .text-area .title .ja {
    font-size: 1rem;
  }
  .legacy-area.company.company-concept .concept-key {
    margin: 0;
    padding: 110% 0 0;
    position: relative;
  }
  .legacy-area.company.company-concept .concept-key .title {
    width: 65%;
  }
  .legacy-area.company.company-concept .concept-key .scroll {
    width: 40px;
    height: 25px;
    font-size: 1rem;
    background-size: 8px 8px;
  }
  .legacy-area.company.company-concept .section .header {
    width: 100%;
    margin: 0 0 30px;
  }
  .legacy-area.company.company-concept .section .header .title-en {
    margin: 0;
    font-size: 1.8rem;
  }
  .legacy-area.company.company-concept .section .header .title-ja {
    margin: 0;
    font-size: 1.2rem;
  }
  .legacy-area.company.company-concept .section .header .view-all {
    display: none;
  }
  .legacy-area.company.company-concept .section .intro {
    padding: 40px 10px;
  }
  .legacy-area.company.company-concept .section .intro .header {
    margin: 0 0 10px;
  }
  .legacy-area.company.company-concept .section.section-concept {
    height: auto;
    padding: 40px 10px 75vw;
    background-image: url(../img/company/company-concept-section01-pic01-.png);
    background-position: center bottom;
    background-size: 50%;
    overflow: hidden;
  }
  .legacy-area.company.company-concept .section.section-concept .text {
    margin: 0 auto 10px;
    font-size: 1.2rem;
  }
  .legacy-area.company.company-concept .section.section-product .product-list .item {
    overflow: hidden;
  }
  .legacy-area.company.company-concept .section.section-product .product-list .item .pic {
    float: none;
    width: 100%;
    height: 200px;
  }
  .legacy-area.company.company-concept .section.section-product .product-list .item .text-area {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 0 30px;
  }
  .legacy-area.company.company-concept .section.section-product .product-list .item .text-area .inner {
    padding: 10px;
  }
  .legacy-area.company.company-concept .section.section-product .product-list .item .text-area .inner .title {
    font-size: 1.3rem;
  }
  .legacy-area.company.company-concept .section.section-product .product-list .item .text-area .inner .title:before {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    font-size: 1.5rem;
  }
  .legacy-area.company.company-concept .section.section-product .product-list .item .text-area .link-text {
    padding: 0 15px 0 0;
    font-size: 1.2rem;
    line-height: 15px;
    background-size: 10px 10px;
    bottom: 10px;
    right: 10px;
  }
  .legacy-area.company.company-concept .section.section-product .product-list .item:nth-child(even) .pic, .legacy-area.company.company-concept .section.section-product .product-list .item:nth-child(even) .text-area {
    float: none;
  }
  .legacy-area.company.company-concept .section.section-strangth .intro {
    padding: 30px 10px;
  }
  .legacy-area.company.company-concept .section.section-strangth .list-wrapper {
    padding: 55px 10px;
  }
  .legacy-area.company.company-concept .section.section-strangth .list-wrapper .icon-list {
    display: block;
  }
  .legacy-area.company.company-concept .section.section-strangth .list-wrapper .icon-list .item {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
  }
  .legacy-area.company.company-concept .section.section-strangth .list-wrapper .icon-list .item .icon {
    width: 25px;
    height: 25px;
    margin: 0 0 10px;
  }
  .legacy-area.company.company-concept .section.section-strangth .list-wrapper .icon-list .item .title {
    margin: 0 0 30px;
    font-size: 1.2rem;
    line-height: 1.3em;
  }
  .legacy-area.company.company-concept .section.section-data .header {
    margin: 0 0 40px;
  }
  .legacy-area.company.company-concept .section.section-data .data-list {
    display: block;
    margin: 0 auto 10px;
  }
  .legacy-area.company.company-concept .section.section-data .data-list .item {
    height: 140px;
    margin: 0 0 10px;
    padding: 10px;
  }
  .legacy-area.company.company-concept .section.section-data .data-list .item .text {
    font-size: 1.3rem;
  }
  .legacy-area.company.company-concept .section.section-data .data-list .item .text .num {
    padding: 0 5px 10px;
    font-size: 3rem;
  }
  .legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(1) .item {
    width: 100%;
    padding: 10px;
  }
  .legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(1) .item:nth-of-type(1) .icon, .legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(1) .item:nth-of-type(2) .icon {
    height: 80px;
  }
  .legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item {
    width: 100%;
  }
  .legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item .text {
    font-size: 1.3rem;
    line-height: 2.5em;
  }
  .legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item .text .num {
    font-size: 3rem;
  }
  .legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item .icon {
    height: 60px;
  }
  .legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item:nth-of-type(3) .text {
    line-height: 2.5em;
  }
  .legacy-area.company.company-concept .section.section-data .data-list:nth-of-type(2) .item:nth-of-type(3) .text .num {
    font-size: 3rem;
    line-height: 1em;
  }
  .legacy-area.company.company-concept .section.section-ir .intro, .legacy-area.company.company-concept .section.section-global .intro {
    height: 250px;
  }
  .legacy-area.company.company-concept .section.section-ir .wrapper, .legacy-area.company.company-concept .section.section-global .wrapper {
    display: block;
  }
  .legacy-area.company.company-concept .section.section-ir .content-panel, .legacy-area.company.company-concept .section.section-global .content-panel {
    width: 100%;
    height: 25vw;
  }
  .legacy-area.company.company-concept .section.section-ir .content-panel a, .legacy-area.company.company-concept .section.section-global .content-panel a {
    padding: 10px;
  }
  .legacy-area.company.company-concept .section.section-ir .content-panel a .text, .legacy-area.company.company-concept .section.section-global .content-panel a .text {
    font-size: 1.2rem;
  }
  .legacy-area.company.company-concept .section.section-ir .content-panel a .link-text {
    padding: 0 15px 0 0;
    font-size: 1.2rem;
    line-height: 15px;
    background-size: 10px 10px;
    bottom: 10px;
    right: 10px;
  }
  .legacy-area.company.company-concept .section.section-global .content-panel {
    width: 100%;
    height: 50vw;
    min-height: 250px;
  }
  .legacy-area.company.company-concept .section.section-global .content-panel a .link-text {
    padding: 0 15px 0 0;
    font-size: 1.2rem;
    line-height: 15px;
    background-size: 10px 10px;
    bottom: 10px;
    right: 10px;
  }
  .legacy-area.company.company-concept .section.section-global .content-panel a .header {
    top: 20px;
    left: 20px;
  }
  .legacy-area.company.company-concept .section.section-global .content-panel a .link-text {
    bottom: 20px;
    right: 20px;
  }
  .legacy-area.company.company-asbestos .table-wrapper:last-of-type {
    margin: 0 0 15px;
  }
  .legacy-area.contact .filter-input-list .item {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 3px solid #f5f5f5;
  }
  .legacy-area.contact .filter-input-list .item .filter-icon-lsit {
    margin: 0 0 5px;
  }
  .legacy-area.contact .filter-input-list .item .table {
    min-width: 100%;
  }
  .legacy-area.contact .filter-input-list .item .table tr th {
    display: inline-block;
    width: 100%;
  }
  .legacy-area.contact .filter-input-list .item .table tr td {
    display: inline-block;
    width: 100%;
    border-top: none;
  }
  .legacy-area.contact .filter-input-list .item .table tr td .input-area.num input {
    width: calc(100% - 40px);
  }
  .legacy-area.contact .filter-input-list .item .table tr td .input-area.num .space {
    color: #404040;
  }
  .legacy-area.contact .filter-input-list .item .table tr:nth-child(even) td {
    background-color: #fdfdfd;
  }
  .legacy-area.contact .filter-input-list .item .table.solid tr th {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .legacy-area.contact .filter-input-list .item .table.solid tr td {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .legacy-area.contact .filter-input-list .item .table.solid tr:nth-child(even) td {
    background-color: transparent;
  }
  .legacy-area.contact .form-table .input-area .btn {
    min-width: 100%;
    height: 30px;
    margin: 5px 0 0 0;
    padding: 0 40px 0 20px;
    line-height: 30px;
    vertical-align: middle;
  }
  .legacy-area.ir .bnr-panel a .title {
    font-size: 1rem;
    line-height: 10px;
    top: 10px;
    left: 10px;
  }
  .legacy-area.ir.ir-top .section.info-area .header {
    margin: 0 auto 10px;
  }
  .legacy-area.ir.ir-top .section.info-area .header .view-all {
    position: static;
  }
  .legacy-area.ir.ir-top .section.info-area .column-content {
    margin: 15px 0 0;
  }
  .legacy-area.ir.ir-top .section.info-area .column-content .table {
    min-width: 100%;
  }
  .legacy-area.ir.ir-top .section.info-area .column-content .table tr th {
    display: inline-block;
    width: 100%;
  }
  .legacy-area.ir.ir-top .section.info-area .column-content .table tr td {
    display: inline-block;
    width: 100%;
    border-top: none;
  }
  .legacy-area.ir.ir-top .section.ir-menu .column {
    margin: 0;
  }
  .legacy-area.ir.ir-top .section.ir-menu .column.pic {
    width: 100%;
    height: 100px;
    margin: 0 0 10px;
  }
  .legacy-area.ir.ir-top .section.ir-menu .column.nav {
    width: 100%;
  }
  .legacy-area.ir.ir-top .section.ir-menu .column.nav .menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .legacy-area.ir.ir-top .section.ir-menu .column.nav .menu .item {
    width: 100%;
    margin: 0 0 10px;
  }
  .legacy-area.ir.ir-top .section.ir-menu .column.nav .menu .item:nth-last-child(n+2) {
    margin: 0 0 10px;
  }
  .legacy-area.ir.ir-investor .section.greeting .inner {
    display: block;
    height: auto;
    padding: 0 0 45%;
  }
  .legacy-area.ir.ir-investor .section.greeting .inner .text-area .title {
    font-size: 1.6rem;
    line-height: 1.6em;
    margin: 0 0 15px;
  }
  .legacy-area.ir.ir-strategy .section .strategy-sub-title {
    margin: 0 0 5px;
    font-size: 1.3rem;
  }
  .legacy-area.ir.ir-strategy .section .strategy-sub-title + .text {
    padding: 0 0 0 15px;
  }
  .legacy-area.ir.ir-strategy .section .strategy-policy-area {
    padding: 10px;
  }
  .legacy-area.ir.ir-strategy .section .strategy-policy-area > .title {
    margin: 0 0 5px;
    font-size: 1.6rem;
  }
  .legacy-area.ir.ir-strategy .section .strategy-policy-area .list {
    display: block;
  }
  .legacy-area.ir.ir-strategy .section .strategy-policy-area .list .item {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
  }
  .legacy-area.ir.ir-strategy .section .strategy-policy-area .list .item:last-child {
    margin: 0;
  }
  .legacy-area.ir.ir-strategy .section .strategy-policy-area .list .item .title {
    margin: 0 0 5px;
    padding: 0 0 5px;
    font-size: 1.4rem;
  }
  .legacy-area.ir.ir-calendar .calendar-list {
    display: block;
    margin: 0;
  }
  .legacy-area.ir.ir-calendar .calendar-list .box {
    width: 100%;
    min-height: auto;
    background-color: #f5f5f5;
    border-right: none;
    border-bottom: 1px solid #EDEDED;
  }
  .legacy-area.ir.ir-calendar .calendar-list .box .title {
    border-bottom: 1px solid #f5f5f5;
  }
  .legacy-area.search .main-title .title {
    float: none;
    margin: 0 0 2px;
  }
  .legacy-area.search .main-title .search-result {
    float: none;
    font-size: 1rem;
  }
  .legacy-area.search .search-list .item {
    margin: 0 0 20px;
  }
  .legacy-area.search .search-list .item .title {
    margin: 0 0 5px;
    font-size: 1.5rem;
  }
  .legacy-area.search .search-list .item .text {
    margin: 0 0 5px;
    line-height: 1.4em;
  }
  .legacy-area.search .search-list .item .url a {
    font-size: 1.2rem;
  }
  .legacy-area.news .news-tab-area {
    margin: 0 0 20px;
  }
  .legacy-area.news .news-tab-area #tabMenu {
    margin: 0 0 30px;
  }
  .legacy-area.news .news-tab-area #tabMenu li a {
    line-height: 25px;
    font-size: 1.1rem;
  }
  .legacy-area.news .news-tab-area .year-tab li {
    margin: 0 2px 0 0;
  }
  .legacy-area.news .news-tab-area .year-tab li a {
    display: inline-block;
    padding: 5px 3px;
    font-size: 1rem;
  }
  .legacy-area.news .main-title .news-cate {
    margin: 0 0 0 10px;
    padding: 0 5px;
    font-size: 1rem;
    line-height: 2rem;
    transform: translateY(0px);
  }
  .legacy-area.news .title .date {
    display: block;
    float: none;
    font-size: 1rem;
  }
  .legacy-area.product .search-place {
    display: block;
  }
  .legacy-area.product .search-place .menu-area {
    width: 100%;
    margin: 0 0 20px;
    padding: 65.241636% 0 0;
  }
  .legacy-area.product .search-place .menu-area .item {
    font-size: 12px;
    font-size: 3vmin;
  }
  .legacy-area.product .search-category .list .item {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .legacy-area.product .search-category .list .item a .pic {
    height: 80px;
  }
  .legacy-area.product .search-category .list .item a .text-area {
    padding: 10px 20px 10px 30px;
    background-position: right 5px center;
    background-size: 12px 12px;
  }
  .legacy-area.product .search-category .list .item a .text-area .icon {
    width: 15px;
    height: 15px;
    margin: auto 0;
    left: 5px;
    top: 0;
    bottom: 0;
  }
  .legacy-area.product .search-category .list .item a .text-area span {
    font-size: 1.2rem;
  }
  .legacy-area.product .pickup {
    padding: 30px 5px 20px;
  }
  .legacy-area.product .pickup .header {
    margin: 0 auto 10px;
  }
  .legacy-area.product .pickup .header .view-all {
    position: static;
  }
  .legacy-area.product .pickup .swiper-area {
    position: relative;
    padding: 0 40px 15px;
  }
  .legacy-area.product .pickup .swiper-area .swiper-container {
    padding: 0 0 40px;
  }
  .legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide {
    height: 150px;
    background-color: #fff;
  }
  .legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide .text {
    padding: 5% 6% 15%;
  }
  .legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide .text .catch {
    font-size: 1rem;
    line-height: 1.3em;
  }
  .legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide .text .title {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
  .legacy-area.product .pickup .swiper-area .swiper-container .swiper-slide .text .btn {
    display: block;
    width: 75%;
    min-width: 75%;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    bottom: 6%;
    left: 0;
    right: 0;
  }
  .legacy-area.product .pickup .swiper-area .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .legacy-area.product .pickup .swiper-area .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 6px;
    background-color: #979797;
  }
  .legacy-area.product .pickup .swiper-area .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: var(--yellow, #FFE036);
  }
  .legacy-area.product .pickup .swiper-area .swiper-button-prev, .legacy-area.product .pickup .swiper-area .swiper-button-next {
    width: 25px;
    height: 25px;
    background-size: 15px 15px;
    top: 40%;
  }
  .legacy-area.product .product-info .list .item {
    width: 100%;
    margin: 0 0 10px;
  }
  .legacy-area.product .product-detail-wrapper > .column-content > .column:nth-child(1), .legacy-area.product .product-detail-wrapper > .column-content > .column:nth-child(2) {
    width: 100%;
  }
  .legacy-area.product .product-detail-wrapper .side-menu > .item {
    margin: 0 0 10px;
  }
  .legacy-area.product .product-detail-wrapper .side-menu > .item .title {
    margin: 0 0 10px;
    padding: 8px 20px 8px 10px;
    font-size: 1.3rem;
  }
  .legacy-area.product .product-detail-wrapper .side-menu > .item .title.accordion {
    background-size: 15px 15px;
  }
  .legacy-area.product .product-detail-wrapper .side-menu > .item .item-content .menu-list .item {
    width: calc(50% - 10px);
    margin: 0 0 10px;
  }
  .legacy-area.product .product-detail-wrapper .side-menu > .item .item-content .menu-list .item a {
    padding: 0 0 0 10px;
  }
  .legacy-area.product .product-detail-wrapper .select-area {
    margin: 0 0 15px;
    padding: 5px 10px 0;
    border: 3px solid #f5f5f5;
  }
  .legacy-area.product .product-detail-wrapper .select-area .row {
    margin: 0 0 5px;
    padding: 0 0 0;
  }
  .legacy-area.product .product-detail-wrapper .select-area .row .title {
    width: 60px;
    font-size: 1.3rem;
  }
  .legacy-area.product .product-detail-wrapper .select-area .row .list {
    width: calc(100% - 65px);
    padding: 0;
  }
  .legacy-area.product .product-detail-wrapper .select-area .row .list .item {
    margin: 0 5px 5px 0;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 22px;
  }
  .legacy-area.product .product-detail-wrapper .info-area {
    margin: 0 0 15px;
    padding: 5px;
  }
  .legacy-area.product .product-detail-wrapper .info-area .title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .legacy-area.product .product-detail-wrapper .product-area {
    margin: 0 0 15px;
  }
  .legacy-area.product .product-detail-wrapper .product-area .main-title .text {
    margin: 0 5px 0 0;
    font-size: 1.4rem;
  }
  .legacy-area.product .product-detail-wrapper .product-area .main-title .feature, .legacy-area.product .product-detail-wrapper .product-area .main-title .feature_limited {
    padding: 0 10px;
    font-size: 1rem;
    line-height: 20px;
  }
  .legacy-area.product .product-detail-wrapper .product-area .main-title .tag {
    float: none;
    margin: 5px 0 0;
  }
  .legacy-area.product .product-detail-wrapper .product-area .main-title .tag .item {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    font-size: 1rem;
    border-left: none;
    border-right: 1px solid #D7D7D7;
    line-height: 15px;
  }
  .legacy-area.product .product-detail-wrapper .product-area .intro {
    margin: 0 0 10px;
    align-items: stretch;
  }
  .legacy-area.product .product-detail-wrapper .product-area .intro .pic {
    width: 150px;
    height: 150px;
    margin: 0;
  }
  .legacy-area.product .product-detail-wrapper .product-area .intro .text-area {
    width: calc(100% - 160px);
    padding: 10px 10px 10px 0;
  }
  .legacy-area.product .product-detail-wrapper .product-area .intro .text-area .text {
    margin: 0 0 10px;
  }
  .legacy-area.product .product-detail-wrapper .product-area .column-content .column:nth-child(1), .legacy-area.product .product-detail-wrapper .product-area .column-content .column:nth-child(2) {
    width: 100%;
  }
  .legacy-area.product .product-detail-wrapper .product-area .column-content .column .sub-title {
    padding: 0 15px 5px 10px;
    background-size: 15px 15px;
  }
  .legacy-area.product .product-detail-wrapper .product-area .download .table {
    min-width: 100%;
    margin: 0 0 5px;
  }
  .legacy-area.product .product-detail-wrapper .product-area .movie .iframe-wrapper {
    margin: 0 0 5px;
  }
  .legacy-area.product .house-key {
    display: block;
  }
  .legacy-area.product .house-key .pic {
    display: none;
  }
  .legacy-area.product .house-key .text-area {
    width: 100%;
    padding: 0;
  }
  .legacy-area.product .house-key .text-area .title {
    margin: 0 0 10px;
    padding: 43.870015% 0 0;
    background-image: url(../img/product/house/house-title-.png);
    background-size: contain;
    background-position: center;
  }
  .legacy-area.product .house-key .text-area .title img {
    display: none;
  }
  .legacy-area.product .reform-key {
    padding: 66.666667% 0 0;
    background-position: center;
    background-size: contain;
  }
  .legacy-area.product .reform-key img {
    display: none;
  }
  .legacy-area.product .reform-list > .item {
    margin: 0 0 10px;
    padding: 10px;
  }
  .legacy-area.product .reform-list > .item .title {
    margin: 0 0 5px;
    padding: 0 0 5px;
    font-size: 1.4rem;
  }
  .legacy-area.product .reform-list > .item .title .num {
    margin: 0 5px 0 0;
  }
  .legacy-area.product .reform-list > .item .pic-content {
    margin: 0;
  }
  .legacy-area.product .reform-list > .item .pic-content .pic {
    width: 100px;
  }
  .legacy-area.product .reform-list > .item .pic-content .text-area {
    width: calc(100% - 110px);
  }
  .legacy-area.product .reform-list > .item .pic-content .text-area .name {
    font-size: 1.3rem;
  }
  .legacy-area.product .reform-list > .item .pic-content .text-area .menu {
    margin: 0 0 5px;
  }
  .legacy-area.product .reform-list > .item .pic-content .text-area .menu .item {
    font-size: 1.1rem;
  }
  .legacy-area.data .search-menu > .column {
    padding: 10px;
    border: 3px solid #f5f5f5;
  }
  .legacy-area.data .search-menu > .column:nth-child(1), .legacy-area.data .search-menu > .column:nth-child(2) {
    width: 100%;
  }
  .legacy-area.data .search-menu > .column .title {
    margin: 0 0 5px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .legacy-area.data .search-menu > .column .search-keyword .search-box {
    line-height: 40px;
  }
  .legacy-area.data .table .catalog img {
    max-width: 60px;
  }
  .legacy-area.technology .section .sub-title.solid {
    margin: 5px 0 5px;
  }
  .legacy-area.technology .section .example-content {
    display: block;
  }
  .legacy-area.technology .section .example-content > .content {
    width: 100%;
    margin: 0 0 20px;
  }
  .legacy-area.technology .section .example-content > .content .text {
    float: none;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .legacy-area.technology .section .example-content > .content .text .catch {
    margin: 0 0 5px;
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #404040;
  }
  .legacy-area.technology .section .example-content > .content .text .title {
    font-size: 1.2rem;
    line-height: 1.6em;
    font-weight: bold;
    color: #404040;
    margin: 0 0 10px;
  }
  .legacy-area.technology .section .example-content > .content .text .btn {
    display: block;
    width: 100%;
    min-width: 90%;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    font-size: 1.4rem;
    position: static;
  }
  .legacy-area.technology .section .example-content > .content .pic {
    float: none;
    width: 100%;
    height: 150px;
  }
  .legacy-area.technology .section.technology .grey {
    margin: 20px 0 0;
    padding: 10px;
  }
  .legacy-area.technology .section.technology .grey .align-center {
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
  .legacy-area.technology .section.technology .grey .column .pic {
    width: 100px;
  }
  .legacy-area.technology .section.technology .grey .column .text-area {
    width: calc(100% - 100px);
  }
  .legacy-area.technology .section.example {
    padding: 20px;
  }
  .legacy-area.technology .section.strength .section.grey {
    margin: 0;
    padding: 10px;
  }
  .legacy-area.technology .section.strength .example-content {
    margin: 20px 0;
  }
  .legacy-area.technology .section.strength .example-panel {
    height: auto;
  }
  .legacy-area.technology .section.strength .example-panel .text {
    float: none;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .legacy-area.technology .section.strength .example-panel .text .catch {
    margin: 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.6em;
    color: #D5AC03;
  }
  .legacy-area.technology .section.strength .example-panel .text .title {
    font-size: 1.4rem;
    line-height: 1.6em;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px;
  }
  .legacy-area.technology .section.strength .example-panel .text .btn {
    width: 100%;
    position: static;
  }
  .legacy-area.technology .section.strength .example-panel .pic {
    float: none;
    width: 100%;
    height: 150px;
  }
  .legacy-area .faq_keyword_list {
    margin-top: 10px;
  }
  .legacy-area .list.news > .item_faq .text:before {
    top: 16px;
    left: 4px;
  }
  .legacy-area .item_faq .text {
    padding-left: 0px !important;
  }
  .legacy-area .faq_body .text {
    font-size: 1.4rem;
  }
  .legacy-area br.sp_hidden {
    display: none;
  }
  .legacy-area .no6_midium_term .inner {
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .legacy-area .no6_midium_term p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .legacy-area .no6_midium_term .flex {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .legacy-area .no6_midium_term03 .flex {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .legacy-area .no6_midium_term .flex > div {
    width: 100% !important;
    margin-bottom: 20px;
    background-position: left 3.8vw center;
    background-size: 4.1vw;
    padding: 20px 0 20px 11.5vw;
    font-size: 1.2rem;
    justify-content: flex-start;
  }
  .legacy-area .no6_midium_term02 .inner {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .legacy-area .no6_midium_term03 .inner {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .legacy-area .no6_midium_term03 .flex {
    font-size: 1.2rem;
  }
  .legacy-area .no6_midium_term03 .flex > div {
    width: 100%;
  }
  .legacy-area .no6_midium_term03 .flex > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .legacy-area .no6_midium_term03 .flex h3 {
    padding-top: 10px;
    padding-left: 25px;
    background-size: 17px;
    background-position: top 3px left;
  }
  .legacy-area .no6_midium_term03 .flex div:nth-of-type(2) h3 {
    background-position: top 13px left;
  }
  .legacy-area .no6_midium_term03 .flex div:nth-of-type(3) h3 {
    background-position: top 13px left;
  }
  .legacy-area .no6_midium_term04 .inner {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .legacy-area .no6_midium_term04 table {
    font-size: 1.2rem;
  }
  .legacy-area .no6_midium_term04 table tr:first-of-type th:nth-of-type(2) {
    background-position: left 5px center;
    padding-left: 6.5vw;
  }
  .legacy-area .no6_midium_term04 table tr:first-of-type th:nth-of-type(3) {
    background-size: 13%;
    background-position: left 5px center;
    padding-left: 6.5vw;
  }
  .legacy-area .no6_midium_term04 table tr:first-of-type th:nth-of-type(4) {
    background-position: left 5px center;
    padding-left: 6.5vw;
  }
  .legacy-area .no6_midium_term04 table th {
    padding: 5px;
  }
  .legacy-area .no6_midium_term04 table .black {
    width: 0.5vw;
  }
  .legacy-area .no6_midium_term04 table td {
    padding: 5px;
  }
  .legacy-area .no6_midium_term05 .inner {
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
} /* SPここまで */
/* TB */
@media (min-width: 769px) and (max-width: 1024px) {
  .legacy-area {
    /* FAQ（よくあるご質問） */
    /*↓20200623追記分 中期経営計画↓*/
    /*↑20200623追記分↑*/
  }
  .legacy-area .faq_keyword_list {
    margin-top: 10px;
  }
  .legacy-area .list.news > .item_faq .text:before {
    content: url(../img/faq/q2_sp.png);
    top: 18px;
  }
  .legacy-area .item_faq .text {
    padding-left: 0px !important;
  }
  .legacy-area .faq_body .text {
    font-size: 1.4rem;
  }
  .legacy-area .no6_midium_term03 .flex h3 {
    background-position: left top -1px;
  }
  .legacy-area .no6_midium_term04 table tr:first-of-type th:nth-of-type(2) {
    background-size: 9%;
    padding-left: 46px;
  }
  .legacy-area .no6_midium_term04 table tr:first-of-type th:nth-of-type(3) {
    background-size: 9%;
    padding-left: 46px;
  }
  .legacy-area .no6_midium_term04 table tr:first-of-type th:nth-of-type(4) {
    background-size: 9%;
    padding-left: 46px;
  }
}/* TBここまで */
/* PC */
/* PCここまで */
.legacy-area .section .section-header {
  margin: 0 0 25px;
  padding: 0 0 14px;
  border-bottom: 1px solid #909090;
}
@media screen and (max-width: 768px) {
  .legacy-area .section .section-header {
    margin: 0 0 20px;
    padding: 0 0 10px;
  }
}
.legacy-area .section .section-header .title {
  padding: 0 0 0 16px;
  border-left: 2px solid var(--yellow, #FFE036);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .legacy-area .section .section-header .title {
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
/*# sourceMappingURL=legacy.css.map */