@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
#wrapper #breadcrumb {
  display: none;
}
body, h2, H2_t4, h3, h4, h5, h6, th, td, p, div {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  text-align: left;
  background: none;
}
ul {
  padding: 0;
}
div#mv {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: left;
  z-index: 0;
}
div#mv + .content .text_copy span,
div#mv + .content .section,
div#mv + .content .movie_flex {
  position: relative;
  /*z-index: 10;*/
}
.wrap {
  width: 60%;
  margin: 0 auto;
  min-width: 1000px;
}
#mv, .content {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.mv_president {
  background-image: url("../img/company/mv_president.png");
}
.mv_ms_policy {
  background-image: url("../img/company/mv_ms_policy.png");
}
.mv_history {
  background-image: url("../img/company/mv_history.png");
}
.mv_outline {
  background-image: url("../img/company/mv_outline.png");
}
.mv_trading {
  background-image: url("../img/company/mv_trading.png");
}
.mv_environment {
  background-image: url("../img/company/mv_environment.png");
}
.mv_community {
  background-image: url("../img/company/mv_community.png");
}
.mv_feature {
  background-image: url("../img/company/mv_feature.png");
}
.mv_sponsor {
  background-image: url("../img/company/mv_sponsor.png");
}
.mv_access {
  background-image: url("../img/company/mv_access.png");
}
.mv_recruit {
  background-image: url("../img/company/mv_recruit.png");
}
.mv_news {
  background-image: url("../img/news/mv_news.png");
}
div#mv:before {
  content: '';
  width: 198px;
  height: 358px;
  background: url("../img/company/mv_before.png");
  position: absolute;
  left: 0;
  bottom: -210px;
  background-size: contain;
  background-repeat: no-repeat;
}
div#mv:after {
  content: '';
  width: 281px;
  height: 438px;
  width: 387px;
  height: 591px;
  background: url("../img/company/mv_after.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -2px;
  top: 0;
  max-width: 16vw;
}
.content {
  background-image: url("../../assets/img/company/body_bg.png?=241009");
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #f8f8f8;
}
div.h1 {
  background: #ccc;
  display: inline-block;
  padding: 1.5rem 2rem;
  position: relative;
}
h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  line-height: 1;
  z-index: 1;
  background: none;
  margin: 0;
}
.h1:before {
  content: "";
  width: calc(100% + 80px);
  height: 100%;
  position: absolute;
  left: -40px;
  top: 0;
  background: #231815;
  z-index: 0;
  -webkit-transform: skewX(36deg);
  transform: skewX(36deg);
}
h1 span {
  font-size: 12px;
  margin-left: .5rem;
}
.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bread {
  margin: 0;
  /*position: absolute;*/
  left: 0;
  top: 10px;
  padding: 0;
  background: #f6f6f6;
  overflow: hidden;
}
div#mv .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
li {
  list-style: none;
}
.bread ul {
  display: flex;
}
.bread li, .bread li a {
  color: #333;
  /* text-shadow: 0 0 10px rgba(0,0,0,9); */
  font-size: 12px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.bread li + li {
  margin-left: 1rem;
}
.content {
  font-size: 16px;
  background-attachment: fixed;
}
.president .section {
  min-width: 1000px;
  margin: 80px auto;
  padding: 3vw 6vw;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .98);
  width: 50%;
}
p.copy {
  font-size: 30px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.president .copy {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  font-weight: bold;
}
.president .copy:after {
  width: 100px;
  height: 1px;
  border-top: 1.5px solid #e60012;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  bottom: 0;
}
.box_president {
  margin-top: 2vw;
  background: #eeeeed;
}
.box_president .flex {
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 4vw;
}
.box_president .flex img {
  width: 320px;
}
.box_president .flex .img {
  margin-left: 60px;
}
.box_president p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.box_president th {
  padding-right: 1rem;
}
.box_president .flex img {
  max-width: 320px;
  width: 12vw;
}
.bread li + li:before {
  width: 4px;
  display: inline-block;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 10px 0 5px;
  vertical-align: middle;
  border-color: #333;
  content: '';
  margin-right: 1rem;
}
.text_copy {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  letter-spacing: 1px;
  min-width: 1000px;
  margin: 60px auto 40px;
  width: 60%;
}
.text_copy span {
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 1rem 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.section.ms_policy, .section.environment {
  width: 40%;
  margin: 0 auto;
  min-width: 1000px;
}
.section.ms_policy .box, .section.environment .box {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 40px;
}
.section.ms_policy .box:last-child, .section.environment .box:last-child {
  margin-bottom: 60px;
}
.section.ms_policy .img, .section.environment .img {
  width: 50%;
  line-height: 1;
}
img {
  max-width: 100%;
}
.section.ms_policy .txt, .section.environment .txt {
  width: 50%;
  /* mix-blend-mode: difference; */
  background: rgba(255, 255, 255, .95);
  box-sizing: border-box;
  padding: 4rem;
}
.section.ms_policy .txt .ttl, .section.environment .txt .ttl {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  padding-bottom: 30px;
}
.section.ms_policy .txt .ttl span:nth-of-type(1), .section.environment .txt .ttl span:nth-of-type(1) {
  position: absolute;
  color: #ddd;
  z-index: 0;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.section.ms_policy .txt .ttl span:nth-of-type(2), .section.environment .txt .ttl span:nth-of-type(2) {
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
.section.ms_policy .box:nth-of-type(even) .img, .section.environment .box:nth-of-type(even) .img {
  order: 2;
}
.section.ms_policy .txt .ttl:after, .section.environment .txt .ttl:after {
  width: 100px;
  height: 1.5px;
  background: #e60012;
  content: '';
  display: block;
  left: calc(50% - 50px);
  position: absolute;
  bottom: 0;
  background-blend-mode: difference;
}
.section.ms_policy .img img, .section.environment .img img {
  width: 100%;
}
.section.ms_policy .box .txt, .section.environment .box .txt {
  display: flex;
  align-items: center;
}
.section.ms_policy .txt .ttl span:nth-of-type(1), .section.environment .txt .ttl span:nth-of-type(1) {
  font-size: 50px;
  font-weight: 100;
  font-family: 'arial';
}
.content.history .section, .content.outline .section, .content.trading .section, .content.sponsor .section, .content.medt .section {
  width: 50%;
  margin: 60px auto;
  min-width: 1000px;
  background: rgba(255, 255, 255, .95);
  box-sizing: border-box;
  padding: 4vw;
}
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 110px;
  float: left;
  padding-top: 30px;
  color: #999;
}
.timeline-date p {
  color: #666;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 2px #ddd solid;
  padding-left: 40px;
  overflow: hidden;
  padding-top: 30px;
}
.timeline-content:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #e60012;
  position: absolute;
  left: 107px;
  top: 40px;
  border-radius: 100%;
}
.timeline-content img {
  float: right;
  margin: 0 0 10px 20px;
}
.content.outline table {
  table-layout: fixed;
  width: 100%;
}
.content.outline table th {
  width: 20%;
}
.content.outline table tr:nth-of-type(even) {
  background: #f8f8f8;
}
.content.outline table th, .content.outline table td {
  padding: 15px 30px;
  font-size: 18px;
}
.content.outline .section {
  background: #fff;
}
h3 {
  font-size: 26px;
  border-bottom: 1.5px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
h3:before {
  content: '';
  width: 200px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  border-bottom: 1.5px solid #e60012;
}
small {
  font-size: .7em;
}
.trading ul {
  margin: 0;
  padding: 1rem 1rem 0;
}
.trading ul li {
  display: inline-block;
  padding-right: 1rem;
  line-height: 2;
}
.trading ul li:after {
  /* margin-left: 2rem; */
  content: '/';
  margin-left: 1rem;
  color: #ccc;
}
.trading ul li.other:after {
  content: none;
}
.content.trading .box + .box {
  margin-top: 50px;
}
ul.list li {
  text-indent: -1em;
  padding-left: 1em;
}
.section.environment .txt ul li {
  font-size: 15px;
}
.section.environment .txt ul li + li {
  margin-top: .5rem;
}
.section.environment .txt {
  padding: 2rem 4rem;
}
.community .box {
  background-image: url("../img/company/community01.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.community .box:nth-of-type(2) {
  background-image: url("../img/company/community02.png");
}
.content.community .box {
  width: 50%;
  margin: 0 auto 60px;
  padding: 200px 70px 0;
  min-width: 1000px;
  box-sizing: border-box;
}
.content.community .box .box_inner {
  background: rgba(255, 255, 255, .95);
  width: 100%;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding: 4rem;
}
.content.community .box dl, .content.community .box dd {
  margin: 0;
  padding: 0;
}
.content.community .box dt {
  font-weight: bold;
}
.content.community .box dt:before {
  content: '';
  width: 20px;
  display: inline-block;
  border-top: 2px solid #e60012;
  margin: 0px 1rem 4px 0;
}
.content.community .box dd {
  color: #666;
  padding-left: 35px;
}
.content.community .box dl + dl {
  margin-top: 1rem;
}
div#mv.mv_feature {
  height: 600px;
  background-attachment: fixed;
  background-size: cover;
  background-position: top left;
}
.mv_txt p {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  /* mix-blend-mode: color-burn; */
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0 0 10px #53a5e1;
  /* background-blend-mode: color; */
}
.section.feature {
  width: 50%;
  margin: 60px auto;
  min-width: 1000px;
}
.section.feature .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.feature .box .img {
  width: 50%;
  min-height: 500px;
  /*background: #fff;*/
  display: flex;
  align-items: center;
  box-sizing: border-box;
  /*padding: 2rem;*/
}
.section.feature .txt {
  width: 46%;
  box-sizing: border-box;
  padding: 2rem 2rem;
  background: rgba(255, 255, 255, .95);
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.feature .txt p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
.section.feature .box:nth-of-type(2) .img {
  order: 2;
}
.section.feature .txt .ttl {
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section.feature .txt .ttl:before {
  content: '[ ';
  color: #ccc; /* font-size: 100px; */ vertical-align: middle;
}
.section.feature .txt .ttl:after {
  content: ' ]';
  color: #ccc;
  /* font-size: 100px; */
  vertical-align: middle;
}
.section.feature .box + .box {
  margin-top: 40px;
}
h4 {
  font-size: 20px;
  margin-bottom: 1rem;
  color: #e60012;
}
.content.sponsor .timeline-content img {
  max-height: 160px;
}
ul.timeline a img:hover {
  opacity: .7;
  transition: .3s;
}
.content.access .section {
  width: 1000px;
  margin: 0 auto;
}
.maparea {
  position: relative;
  width: 902px;
  margin: 0 auto;
}
.maparea > div {
  position: absolute;
}
.maparea div#map_honsya {
  right: 0px;
  top: 0;
}
.maparea div#map_utsunomiya {
  right: 206px;
  top: 222px;
}
.maparea div#map_nagoya {
  left: 366px;
  top: 462px;
}
.maparea div#map_osaka {
  left: 47px;
  bottom: 0px;
}
.maparea div#map_kyusyu {
  left: 47px;
  bottom: 0;
}
.maparea div#map_line {
  left: 102px;
  top: 273px;
}
.access .side_ver_cnt .side li a {
  display: block;
}
.access_box {
  background: rgba(255, 255, 255, .95);
  box-sizing: border-box;
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access_box iframe {
  width: 100%;
  height: 100%;
}
.access_box .txt {
  width: 60%;
}
.access_box .gmap {
  width: 36%;
  height: 260px;
}
.access_box {
  margin-bottom: 30px;
}
.access_box:last-child {
  margin-bottom: 60px;
}
table.map_cnt_tbl {
  table-layout: fixed;
  width: 100%;
}
table.map_cnt_tbl th {
  width: 120px;
  vertical-align: top;
}
table.map_cnt_tbl th, table.map_cnt_tbl td {
  padding: 10px 0;
}
.access .side_ver_cnt .side li a {
  display: block;
  color: #333;
  background: rgba(255, 255, 255, .95);
  padding: 12px 20px;
  position: relative;
  border-bottom: 1px solid rgba(230, 0, 18, .1);
}
.access .side_ver_cnt .side {
  width: 300px;
  /* box-shadow: 0 0 20px rgba(0,0,0,.05)*/
}
.access .side_ver_cnt .side li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, .7);
  background: rgba(230, 0, 18, 1);
  transition: .3s;
  color: #fff;
}
.access .side_ver_cnt .side ul {
  margin: 0;
}
.access .side_ver_cnt .side li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -6px;
  vertical-align: middle;
  border-color: #ccc;
  content: '';
}
.maparea {
  margin: -330px auto 40px;
}
.content.access .section {
  margin-top: 60px;
}
/*.access .side_ver_cnt .side {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}*/
.access .side_ver_cnt .side ul {
  position: relative;
  z-index: 1;
}
.access .side_ver_cnt .side li a:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-color: #e60012;
}
.access .side_ver_cnt .side li a:hover:after {
  border-color: #fff;
}
.maparea div img {
  opacity: 0;
}
.maparea div#map_line img {
  opacity: 1;
}
.access .side_ver_cnt .side {
  width: 600px;
}
.access .side_ver_cnt .side li {
  width: 300px;
  box-sizing: border-box;
}
.access .side_ver_cnt .side ul {
  display: flex;
  flex-wrap: wrap;
}
.maparea {
  margin-top: -200px;
}
.access .side_ver_cnt .side li:nth-of-type(odd) {
  border-right: 1px solid rgba(230, 0, 18, .1);
}
.access .side_ver_cnt .side li a {
  padding: 20px;
}
table.recruit__tbl {
  table-layout: fixed;
  width: 100%;
}
table.recruit__tbl th {
  width: 20%;
}
table.recruit__tbl tr:nth-of-type(even) {
  background: #f8f8f8;
}
table.recruit__tbl th, table.recruit__tbl td {
  padding: 15px 30px;
  font-size: 16px;
}
.pagenavigation {
  width: 1000px;
  margin: -50px auto 0;
  position: relative;
  z-index: 99;
}
.pagenavigation ul {
  display: flex;
  flex-wrap: wrap;
}
.pagenavigation ul li {
  width: 25%;
  text-align: center;
  position: relative;
}
.pagenavigation li a:after {
  content: "";
  width: calc(100%);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #b0b9bd;
  z-index: 0;
  -webkit-transform: skewX(36deg);
  transform: skewX(36deg);
}
.pagenavigation ul li a:hover {
  text-decoration: none;
}
.pagenavigation ul li a {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  width: 24;
}
.content.recruit {
  overflow: visible;
}
.pagenavigation ul li a span {
  position: relative;
  z-index: 2;
}
.pagenavigation ul li a:hover:after {
  background: #231815;
  transition: .3s;
}
.recruitBox {
  width: 1000px;
  box-sizing: border-box;
  margin: 60px auto 0;
  background: rgba(255, 255, 255, .95);
  padding: 40px;
}
.bread .wrap {
  width: 1000px;
  /* margin: 0 auto; */
}
table.recruit__tbl tr:nth-of-type(even) {
  background: #eee;
}
.modal-content {
  position: fixed;
  display: none;
  width: 800px;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
  z-index: 10000;
}
.modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
/*.modal-open {
    color:#00f;
    text-decoration:none;
}*/
.modal-open:hover {
  cursor: pointer;
  text-decoration: none;
}
.modal-close {
  color: #00f;
  text-decoration: none;
}
.modal-close:hover {
  cursor: pointer;
  color: #f00;
}
div#link03 > dl > dt {
  background: #999;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
div#link03 dl dd .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div#link03 dl dd .flex .interviewBox {
  width: 24%;
}
.interviewBox {}
div#link03 > dl > dd {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 40px 40px 40px;
}
div#link03 > dl {
  margin-top: 30px;
}
div#link03 dl dd .flex .interviewBox .ttl {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  text-align: center;
}
div#link03 > dl > dt.slide_btn.arrowBtn {
  background: #231815;
}
div#link03 > dl > dt {
  position: relative;
}
div#link03 > dl > dt.slide_btn:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -10px;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.7);
  content: '';
}
div#link03 > dl > dt:hover {
  background: #231815;
  cursor: pointer;
  opacity: .9;
  transition: .3s;
}
div#link03 > dl > dt.slide_btn.arrowBtn:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -5px;
}
div#link03 > dl > dd {
  display: none;
}
div#link03 > dl:nth-of-type(1) > dd {
  display: block;
}
.modal-content {
  max-height: 85%;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 30px;
}
.interview_article + .interview_article {
  margin-top: 2rem;
}
.interview_article .ttl p {
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #e60012;
  padding-left: 1rem;
  line-height: 1.4;
  margin-bottom: .5rem;
}
.interview_article p {
  font-size: 14px;
}
.interview_profile {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.interview_profile .img {
  width: 14%;
}
.interview_profile .txt {
  width: 80%;
  text-align: right;
}
.interview_profile .txt p {
  text-align: revert;
}
.modal-close {
  background: #231815;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 100px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-close:hover {
  transition: .3s;
  background: #ccc;
  text-decoration: none;
  color: #fff;
}
.recruit .contactbox {
  width: 1000px;
  box-sizing: border-box;
  margin: 60px auto 0;
  background: rgba(255, 255, 255, .95);
  padding: 40px;
}
.recruit .section {
  padding-bottom: 60px;
}
.recruit .contactbox p.ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: .5rem;
  /* text-align: center; */
}
.recruit .contactbox p {
  text-align: center;
}
.new_template .btn a {
  color: #fff;
  background: #e60012;
  display: block;
  width: 50%;
  margin: 20px auto 0;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
}
.new_template .btn a:hover {
  transition: .3s;
  background: #231815;
  text-decoration: none;
}
.new_template .btn a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -6px;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.7);
  content: '';
}
.recruit .section {
  padding-bottom: 60px;
}
.feature .box img {
  max-width: 500px;
}
.new_template .h1 {
  max-width: 60%;
}
.new_template .h1 h1 span {
  margin-top: 10px;
  display: inline-block;
}
.new_template .mv_right {
  position: relative;
  z-index: 1;
}
.box.shomei p {
  text-align: right;
  display: block;
  width: 100%;
  font-weight: bold;
}
.mv_txt p {
  font-size: 32px;
  padding: 0 20px;
}
@media screen and (max-width: 1780px) {
  .mv_txt p {
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    padding-left: 30px;
  }
}

.imgHover:hover {
  opacity: .7;
  transition: .3s;
}
.trading ul li.oher:after {
  content: none;
}
.mv_right.mv_right_ms_policy {
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
}
.mv_right.mv_right_ms_policy span {
  padding: 5px 5px;
  line-height: 1;
  font-size: 12px;
  display: block;
  margin-top: 1px;
}
/*top*/
#home-page div#contents #mv #mv_new ul {
  width: 100% !important;
  height: 100% !important;
}
#home-page div#contents #mv #mv_new ul > div {
  height: 100%;
}
#home-page div#contents #mv #mv_new ul .slick-track {
  height: 100%;
}
#home-page div#mv:before {
  z-index: 1;
}
#home-page #wrapper #contents {
  margin: 0;
}
#home-page div#contents #mv #mv_new ul li {
  height: 470px !important;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: left;
}
#home-page #mv_new .slider img {
  min-width: 1900px;
}
/* #home-page div#contents #mv #mv_new ul li:nth-of-type(1) {
  background-image: url(../../img/index/mainImg01.jpg);
}
#home-page div#contents #mv #mv_new ul li:nth-of-type(2) {
  background-image: url(../../img/index/mainImg02.png);
}
#home-page div#contents #mv #mv_new ul li:nth-of-type(3) {
  background-image: url(../../img/index/mainImg03.jpg);
}
#home-page div#contents #mv #mv_new ul li:nth-of-type(4) {
  background-image: url(../../img/index/mainImg04.jpg);
}
#home-page div#contents #mv #mv_new ul li:nth-of-type(5) {
  background-image: url(../img/medt/mv-medt.png);
} */
#home-page div#contents #mv #mv_new ul li:nth-of-type(5) a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#home-page #contents .toppage_cnt {
  width: 50%;
  margin: 60px auto;
  min-width: 1000px;
  background: rgba(255, 255, 255, .95);
  box-sizing: border-box;
  padding: 4vw;
}
body#home-page #contents h3 {
  font-size: 26px;
}
div#news__cat__page #side ul {
  border: none;
  padding: 0;
}
.trading div#news__cat__page ul li:after {
  content: none;
}
div#news__cat__page #side ul li a {
  color: #333;
}
div#news__cat__page #article > dl > dt {
  font-weight: bold;
  font-size: 20px;
}
div#news__cat__page #article > dl > dd {
  margin: 0;
}
div#news__cat__page #article > dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
div#news__cat__page #article > dl .date {
  margin-top: 1rem;
  font-size: 14px;
  color: #999;
}
div#news__cat__page #article > dl .figure {
  max-width: 50%;
}
div#news__cat__page #article > dl .figure a {
  display: block;
}
div#news__cat__page #article > dl .figure a:hover {
  opacity: .7;
  transition: .3s;
}
.trading ul li.other:after {
  content: none;
}
body.new-site#home-page div.movie_flex {
  margin: 20px auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  gap: 20px;
}
body.new-site#home-page div.movie_flex p {
  font-size: 20px;
}
body.new-site#home-page a.modal-close {
  text-decoration: none;
}
#home-page div#movie_box {
  margin: 20px;
}
#home-page .modal-content {
  width: auto;
}
#home-page #wrapper #contents div.movie_flex p {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  background: #231815;
  padding: 0 30px;
  position: relative;
  color: #fff;
  height: 120px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  border-left: 5px solid #e60012;
  line-height: 1.8;
}
#home-page #wrapper #contents div.movie_flex p:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 50px;
  border-color: transparent transparent transparent #231815;
  display: block;
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 1;
}
#home-page .modal-overlay:hover {
  cursor: pointer;
}
#home-page div#con1 {
  border: 2px solid #e60012;
  box-sizing: border-box;
  border-radius: 8px;
}
#home-page .new_template #top_movie_btn.btn a {
  background: no-repeat;
  width: 100%;
}
#home-page .new_template #top_movie_btn.btn a:hover {
  background: none;
}
#home-page .movie_flex div#top_movie_btn {
  border: 3px solid #e60012;
}
#home-page .new_template .btn a {
  padding: 0;
  margin: 0;
}
#home-page div#news__cat__page #side ul li {
  width: 100%;
}
#news_cnt span.cate + span.cate {
  margin-left: 5px;
}
#news_cnt span.cate.icon01 {
  background-image: url("../img/news/news_cat_01.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 30px;
  display: inline-block;
}
#news_cnt span.cate.icon02 {
  background-image: url("../img/news/news_cat_02.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 30px;
  display: inline-block;
}
#news_cnt span.cate.icon03 {
  background-image: url("../img/news/news_cat_03.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 30px;
  display: inline-block;
}
#news_cnt span.cate.icon04 {
  background-image: url("../img/news/news_cat_04.png");
  background-repeat: no-repeat;
  width: 110px;
  height: 30px;
  display: inline-block;
}
#news_cnt span.cate.icon05 {
  background-image: url("../img/news/news_cat_05.png");
  background-repeat: no-repeat;
  width: 110px;
  height: 30px;
  display: inline-block;
}
.trading ul.year-list li {
  width: 100%;
}
.section.environment p, .section.environment .txt ul li {
  line-height: 1.6;
}
div#news_cnt #side ul li {
  width: 100%;
}
/*211112*/
#catalogList dl > dt {
  background: #999;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
#catalogList dl dd .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#catalogList dl dd .flex .interviewBox {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
}
#catalogList dl dd .flex .interviewBox:nth-of-type(4n) {
  margin-right: 0;
}
#catalogList dl > dd {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 40px 40px 40px;
}
#catalogList dl {
  margin-top: 30px;
}
#catalogList dl dd .flex .interviewBox .ttl {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  text-align: center;
}
#catalogList dl > dt.slide_btn.arrowBtn {
  background: #231815;
}
#catalogList dl > dt {
  position: relative;
}
#catalogList dl > dt.slide_btn:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -10px;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.7);
  content: '';
}
#catalogList dl > dt:hover {
  background: #231815;
  cursor: pointer;
  opacity: .9;
  transition: .3s;
}
#catalogList dl > dt.slide_btn.arrowBtn:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -5px;
}
#catalogList dl > dd {
  display: none;
}
#catalogList dl:nth-of-type(1) > dd {
  display: block;
}
#catalogList dl dd .flex .interviewBox:nth-of-type(4n) {
  margin-right: 0;
}
#catalogList span.pdf a {
  display: block;
  background: #dc002f;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 5px;
}
#catalogList span.pdf a:hover, span.btn a:hover {
  opacity: .7;
  transition: .3s;
  text-decoration: none;
}
#catalogList span.btn a {
  display: block;
  background: #23282d;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 5px;
}
#catalogList .date {
  color: #999;
  font-size: 13px;
}

.youtube_wrap img {
  max-width: 266px;
}
body.new-site #wrapper .contents.privacy_contents {
  position: relative;
  z-index: 10;
  width: 900px;
  margin-top: 24px;
  margin-left: 25px;
}
body.new-site #wrapper .contents.privacy_contents h1 {
  font-size: 22px;
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}
body.new-site #wrapper .contents.privacy_contents h3 {
  position: relative;
  line-height: 1.2em;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  font-size: 14px;
  padding-bottom: 3px;
  margin-bottom: 8px;
  margin-top: 19px;
  background-image: url(https://www.takasago-ss.co.jp/images2/mark02.gif);
  border-style: dotted;
  border-width: 0 0 2px 0;
  border-color: #ccc;
}
body.new-site #wrapper .contents.privacy_contents h3:before {
  content: none;
  display: none;
}
body.new-site #wrapper .contents.privacy_contents p {
  font-size: 12px;
  margin-bottom: 0.75em;
  line-height: 1.5em;
}
body.new-site #wrapper .contents.privacy_contents ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
body.new-site #wrapper .contents.privacy_contents li {
  font-size: 12px;
  line-height: 1.5em;
  list-style-type: decimal;
  display: list-item;
  text-align: -webkit-match-parent;
}
.box_president {
  background: none;
}
.box_president .flex {
  align-items: flex-end;
}
.box_president .flex .img {
  margin-left: 0;
}
.box_president .flex img {
  width: 320px;
}
.mt-50 {
  margin-top: 50px;
}
/*221205*/
#products-page .pd-main__mv {
  display: block;
}
#products-page .new-product__detail #wrapper #breadcrumb {
  display: block;
}
#products-page .new-product__detail #breadcrumb ul {
  margin: 0;
}
#products-page .pd-contents {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: left;
  zoom: 1;
}
#products-page .pd-item__tab {
  margin-bottom: 20px;
  border-bottom: 2px solid #0066b9;
  zoom: 1;
  display: flex;
}
#products-page .pd-item__tab li {
  margin-right: 5px;
  line-height: 1.1;
}
#products-page .pd-item__tab li .btn {
  display: block;
  padding: 15px 25px;
  border: 1px solid #DED7D2;
  /* background: #f8f6f4; */
  background: url(../../img/products/tabBack_off.png) no-repeat 0 center;
  color: #0068B7 !important;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
#products-page .pd-item__tab li .btn:hover {
  border-color: #0068B7;
  background: url(../../img/products/tabBack_on.png) no-repeat 0 center;
  color: #fff !important;
}
#products-page .pd-bottom__item {
  margin-bottom: 80px;
}
#products-page .pd-product__ttl {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 15px 15px 37px;
  border: 1px solid #ddd6d1;
  background: #f8f6f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: black;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.1;
}
#products-page .pd-product__ttl:before {
  position: absolute;
  content: "";
  top: 21px;
  left: 15px;
  height: 4px;
  border-left: 12px solid #0066b9;
}
#products-page .pd-product__scopy {
  margin-bottom: 15px;
  background: none;
  color: black;
  font-size: 20px;
  font-weight: normal;
  border-bottom: none;
}
#products-page .pd-product__scopy::before {
  content: none;
}
#products-page .pd-hgroup {
  margin-bottom: 20px;
  border-bottom: 1px solid #18477a;
  display: flex;
  align-items: center;
}
#products-page .pd-hgroup__ttl {
  margin: 0 45px 0 0;
  padding: 0 45px 0 0;
  border-right: 1px solid #18477a;
  background: none;
  font-size: 30px;
  border-bottom: none;
  line-height: 1.1;
}
#products-page .pd-hgroup__ttl::before {
  content: none;
}
#products-page .pd-hgroup__spec {
  display: flex;
  flex: 1;
}
#products-page .pd-hgroup__spec li {
  margin-right: 15px;
  padding-right: 15px; /* border-right: 1px solid #ddd; */
}
#products-page .pd-hgroup__spec li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#products-page .pd-main__function {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
#products-page .pd-main__function__right {
  width: 590px;
}
#products-page .pd-main__function__right__featurebox__ttl {
  background: #f8f6f4;
  color: black;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  border: solid 1px #ddd6d1;
  border-bottom: none;
}
#products-page ul.pd-main__function__right__featurebox__item {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
#products-page ul.pd-main__function__right__featurebox__item li {
  width: 50%;
  text-align: center;
  border-right: solid 1px #ddd6d1;
  border-top: 1px solid #ddd6d1;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}
#products-page ul.pd-main__function__right__featurebox__item li:nth-last-child(1), ul.pd-main__function__right__featurebox__item li:nth-last-child(2) {
  border-bottom: 1px solid #ddd6d1;
}
#products-page ul.pd-main__function__right__featurebox__item li:nth-child(odd) {
  border-left: 1px solid #ddd6d1;
}
#products-page ul.pd-main__function__right__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 12px 0 0 0;
}
#products-page ul.pd-main__function__right__btn li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  line-height: 1.1;
  padding: 12px 0;
  border: 1px solid #0068B7;
  background: #0068B7;
  background: -webkit-linear-gradient(top, #4f97cd 0%, #0068b7 100%);
  background: linear-gradient(to bottom, #4f97cd 0%, #0068b7 100%);
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
#products-page ul.pd-main__function__right__btn li a:hover {
  background: #0066b9;
}
#products-page .pd-main__function__right__btn .instructions {
  width: 49%;
  background: url(../images/ico-pen.png) no-repeat 10px center;
}
#products-page .pd-main__function__right__btn .catalog {
  width: 49%;
  background: url(../images/ico-doc.png) no-repeat 10px center;
}
#products-page .pd-main__function__right__btn .contact {
  width: 100%;
}
#products-page .pd-main__function__left {
  width: 350px;
}
#products-page .pd-main__function__left__box__ttl {
  background: #0066b9;
  text-align: center;
  color: #fff;
  padding: 2px 10px;
}
#products-page .pd-main__function__left__box__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#products-page .pd-main__function__left__box__item li {
  margin: 0 5px 5px 0;
}
#products-page .pd-main__function__left__box__item li a {
  display: block;
}
#products-page .pd-main__function__left__box dd {
  margin: 0;
}
#products-page .pd-main__function__left__banner {
  margin-top: 20px;
}
#products-page .pd-main__function__left__banner .pd-main__function__left__banner__item {
  margin-bottom: 10px;
}
#products-page .pd-main__function__left__banner .pd-main__function__left__banner__item a {
  display: block;
}
#products-page .pd-main__function__left__banner .pd-main__function__left__banner__item:last-child {
  margin-bottom: 0;
}
#products-page .pd-bottom__item {
  display: none;
}
#products-page .pd-bottom__item.active {
  display: block;
}
#products-page .pd-item__tab li .btn.active {
  border-color: #0068B7;
  background: url(../../img/products/tabBack_on.png) no-repeat 0 center;
  color: #fff !important;
}
#products-page .pd-communication-icon {
  position: relative;
}
#products-page .pd-communication-icon__detail__item {
  display: inline-block;
  background-color: #005293;
  color: #296ea7;
  font-size: 12px;
  width: 54px;
  height: 15px;
  line-height: 16px;
  text-align: center;
  position: absolute;
}
#products-page .pd-communication-icon__detail__item.color {
  color: #fff;
}
#products-page .pd-communication-icon__detail__item.gpib {
  top: 6px;
  left: 79px;
}
#products-page .pd-communication-icon__detail__item.lan {
  top: 6px;
  left: 135px;
}
#products-page .pd-communication-icon__detail__item.rs485 {
  top: 23px;
  left: 79px;
}
#products-page .pd-communication-icon__detail__item.rs232 {
  top: 23px;
  left: 135px;
}
/*##################################
221107会員コンテンツに関するcssここから
##################################*/
.login-content ul {
  margin: 0;
}
#sml-user-links-block {
  width: 500px;
  max-width: 100%;
  margin: 40px auto;
  box-sizing: border-box;
  padding: 40px 40px 20px 40px;
  border: 1px solid #ddd;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.sml-user-links-title {
  display: none;
}
input#wp-submit1 {
  background: #e60012;
}
.sml-action-links-register {
  display: none;
}
.sml-action-links-lostpassword {
  display: none;
}
.new-subscribe-btn {
  background: #e60012;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: border-box;
  appearance: none;
  width: 220px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
  color: #fff;
  padding: 0.5em 1.5em;
  margin: 2rem auto 0;
  text-align: center;
  display: block;
}
/*##################################
221107会員コンテンツに関するcssここまで
##################################*/
.page-main__ttl {
  color: #333;
  font-size: 26px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  font-weight: normal;
  text-align: center;
}
.page-sub__ttl {
  font-size: 20px;
  border-bottom: 1.5px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 50px;
}
.page-sub__ttl:before {
  content: '';
  width: 200px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  border-bottom: 1.5px solid #e60012;
}
.ul-list__style01 {
  margin: 1rem 0 0 1rem;
}
.ul-list__style01 li {
  margin-bottom: 0.7rem;
}
.emphasis-txt {
  margin-top: 1rem;
}
.maintenance-contact__box {
  border: 2px solid #333;
  text-align: center;
  padding: 30px;
}
.maintenance-contact__box p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.content .maintenance-contact table {
  width: 50%;
  flex: 1;
  border-collapse: collapse;
}
.content .maintenance-contact table tr, .content .maintenance-contact table td {
  padding: 6px 12px;
  font-size: 14px;
  background: none !important;
}
.content .maintenance-contact table td {
  background: none !important;
}
.content .maintenance-contact table tr {
  border-bottom: 1px solid #ddd;
}
.maintenance-contact__box__bottom {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.maintenance-contact__box__bottom__imgbox {
  width: 45%;
  margin-left: 40px;
}
.dealer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.dealer-list li {
  width: 48%;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #727272;
  font-size: 14px;
}
.download-box {
  border: 2px solid #3b3838;
  margin-top: 35px;
}
.download-box__ttl {
  background-color: #3b3838;
  text-align: center;
  color: #fff;
  padding: 8px 0;
}
.download-box__item {
  display: flex;
  align-items: center;
  padding: 20px;
}
.download-box__item__btn {
  display: inline-block;
  background-color: #3b3838;
  color: #fff;
  width: 150px;
  height: 40px;
  line-height: 38px;
  border-radius: 30px;
  text-align: center;
  margin-right: 50px;
}
/*タブ実装*/
.faq .tab_box .btn_area {
  display: -webkit-box;
  display: flex;
}
.faq .tab_box .tab_btn {
  width: 33.3333%;
  padding: 8px 0;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.faq .tab_box .tab_btn:hover {
  background-color: #dce1e4;
}
.faq .tab_box .tab_btn.active {
  background: #07539f;
  color: #fff;
}
.faq .tab_box .panel_area {
  padding: 20px;
}
.faq .tab_box .tab_panel {
  display: none;
}
.faq .tab_box .tab_panel.active {
  display: block;
}
.faq .faq-box__answer {
  display: none;
}
.faq .faq-box {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
.faq .faq-box__answer {
  padding-top: 20px;
  padding-left: 70px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  position: relative;
}
.faq .faq-box__answer::before {
  content: "A";
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  position: absolute;
  top: calc(50% - 13px);
  left: 11px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.faq .faq-box__answer ul {
  padding-left: 2rem;
  margin: 8px 0 0 0;
}
.faq .faq-box__answer ul li {
  padding-left: 1rem;
  text-indent: -2rem;
}
.faq .faq-answer__box__item {
  margin-bottom: 20px;
}
.faq .faq-answer__box .faq-answer__box__item:last-child {
  margin-bottom: 0;
}
.faq .faq-answer__box {
  margin-top: 17px;
  padding-top: 17px;
  border: 1px solid #606060;
  padding: 20px;
}
.faq .faq-answer__box__item__imgbox {
  margin-top: 10px;
}
.faq .faq-box__question {
  padding-left: 70px;
  position: relative;
  cursor: pointer;
}
.faq .faq-box__question::before {
  content: "Q";
  display: inline-block;
  background-color: #07539f;
  color: #fff;
  position: absolute;
  top: calc(50% - 23px);
  left: 11px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.faq .featherlight-sample {
  display: none;
}
.trial .trail-ttl {
  text-align: center;
  color: #333;
  margin-bottom: 45px;
  font-size: 18px;
}
.trial .trial-txtbox {
  margin-top: 30px;
}
.trial .trial-txtbox__list {
  padding-left: 1.5rem;
  margin: 5px 0 0 0;
}
.trial .trial-txtbox__list li {
  padding-left: 1rem;
  text-indent: -1.2rem;
  margin-top: 0.5rem;
}
.trial .section p, .trial .section li {
  font-size: 14px;
}
.trial .trial-consentbox {
  margin-top: 40px;
  text-align: center;
}
.trial .trial-consentbox__btn__wrap {
  width: 475px;
  margin: 25px auto 0;
  display: flex;
  justify-content: space-between;
}
.trial a.trial-consentbox__btn {
  width: 220px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 6px;
}
.trial .trial-consentbox__btn.yes {
  background-color: #e60012;
}
.trial .trial-consentbox__btn.no {
  background-color: #323232;
}
.trial .trial-consentbox__btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.trial .trial-consentbox p {
  text-align: center;
  color: #ee0000;
  font-weight: bold;
}
.software-download__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.software-download__item__list {
  width: 32%;
  text-align: center;
  border: 1px solid #ddd;
  margin: 10px 0 0 0;
  box-sizing: border-box;
}
.software-download__item__list a {
  color: #333;
  font-weight: bold;
  display: block;
  padding: 10px;
  font-size: 14px;
}
.software-download__item__list a:hover {
  color: #fff;
  background-color: #231815;
  text-decoration: none;
}
.software-download__item::after {
  content: "";
  display: block;
  width: 32%;
}
.mypage .member-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mypage .member-content__item {
  width: 49%;
  margin-bottom: 50px;
}
.mypage .member-content__item__ttl {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #e60012;
}
.mypage .member-content__item__ttl::before {
  content: none;
}
.mypage .member-content__item__list li a {
  display: inline-block;
  color: #333;
  text-decoration: underline;
  position: relative;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
.mypage .member-content__item__list li a::before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #003e81;
  border-right: 2px solid #003e81;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mypage .mypage-btn {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px 0;
}
.mypage .mypage-btn__item {
  border-right: 1px solid #ddd;
  width: 25%;
  text-align: center;
}
.mypage-btn__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.mypage .mypage-btn__item a img {
  margin-right: 15px;
  height: 24px;
}

.catalog #catalogList span.btn a {
  width: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.mv_product-maintenance {
  background-image: url("../img/support/mv_product-maintenance.jpg");
}
.mv_faq {
  background-image: url("../img/support/mv_faq.jpg");
}
.mv_maintenance {
  background-image: url("../img/support/mv_maintenance.jpg");
}
.mv_quality {
  background-image: url("../img/support/mv_quality.jpg");
}
.mv_purchase-flow {
  background-image: url("../img/support/mv_purchase-flow.jpg");
}
.mv_dealer {
  background-image: url("../img/support/mv_dealer.jpg");
}
.mv_glossary {
  background-image: url("../img/support/mv_glossary.jpg");
}
.mv_manual {
  background-image: url("../img/support/mv_manual.jpg");
}
.mv_externalview {
  background-image: url("../img/support/mv_externalview.jpg");
}
.mv_version {
  background-image: url("../img/support/mv_version.jpg");
}
.mv_trial {
  background-image: url("../img/support/mv_trial.jpg");
}
.mv_software-download {
  background-image: url("../img/support/mv_software-download.jpg");
}
.mv_mypage {
  background-image: url("../img/support/mv_mypage.jpg");
}
.mv_catalog {
  background-image: url("../img/support/mv_catalog.jpg");
}
.mypage-banner {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
}
.mypage-banner::after {
  content: "";
  display: block;
  width: 32%;
}
.mypage-banner__item {
  width: 31%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  margin-right: 3.5%;
}
.mypage-banner__item:nth-child(3n) {
  margin-right: 0;
}
.mypage-banner__txtbox {
  flex: 1;
}
.mypage-banner__txtbox__ttl {
  color: #333;
  margin: 0 0 6px 0;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.mypage-banner__txtbox__btn {
  margin-top: auto;
}
.mypage-banner__txtbox__btn a {
  display: block;
  background-color: #e60012;
  color: #fff;
  padding: 8px 12px;
  font-weight: bold;
  text-align: center;
  width: 255px;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 4px;
}
.mypage-banner__txtbox__btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.maintenance .indent-box {
  padding-left: 1rem;
}
.maintenance ul.indent-box li {
  padding-left: 1rem;
  text-indent: -1rem;
}
.maintenance .pl-1 {
  padding-left: 1rem;
}
.glossary .product-type {
  margin-top: 35px;
}
.glossary .product-type__item {
  display: none;
}
.glossary .product-alphabet {
  position: relative;
  background-color: #231815;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 8px 8px 8px 16px;
  cursor: pointer;
}
.glossary .product-alphabet::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -10px;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.7);
  content: '';
}
.glossary .product-alphabet.active::before {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -5px;
}
.glossary .table-heading__item {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.glossary .glossary-item__detail__name {
  position: relative;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: block;
  cursor: pointer;
}
.glossary .featherlight-sample {
  display: none;
}
.glossary .featherlight .featherlight-content, .faq .featherlight .featherlight-content {
  max-width: 1024px;
}
.glossary .glossary-item__detail__ttl, .faq .glossary-item__detail__ttl {
  font-weight: bold;
  color: #333;
}
.glossary .featherlight .featherlight-close-icon, .faq .featherlight .featherlight-close-icon {
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 20px;
  width: 30px;
  line-height: 30px;
}
.glossary .glossary-table tr td, .glossary .glossary-table tr th, .faq .glossary-table tr td, .faq .glossary-table tr th {
  padding: 10px;
  border: 1px solid #ddd;
}
.glossary .glossary-item__detail__btn {
  width: 350px;
  height: 40px;
  line-height: 40px;
  background-color: #0066b9;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 20px auto;
}
.glossary .featherlight-inner img, .faq .featherlight-inner img {
  margin: 10px 0;
}
.glossary .featherlight-inner table, .faq .featherlight-inner table {
  margin: 10px 0;
  /*width: 100%;*/
  min-width: 460px;
  border-collapse: collapse;
  white-space: nowrap;
}
.glossary .featherlight-inner table thead th, .faq .featherlight-inner table thead th {
  background-color: #0066b9;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd6d1;
  font-size: 14px;
}
.glossary .featherlight-inner table td, .faq .featherlight-inner table td {
  padding: 10px;
  border: 1px solid #ddd6d1;
  font-size: 14px;
}
.glossary .featherlight-inner .table.scroll, .faq .featherlight-inner .table.scroll {
  overflow-x: scroll;
}
.glossary .featherlight-inner .columns2-box, .faq .featherlight-inner .columns2-box {
  display: flex;
  align-items: flex-start;
  margin: 4rem 0;
}
.glossary .featherlight-inner .columns2-box__txtbox, .faq .featherlight-inner .columns2-box__txtbox {
  flex: 1;
  margin-right: 50px;
}
.glossary .mrl1rem {
  padding-left: 1rem;
}


.ms_policy .text_copy{
    width: 80%;
    margin: 110px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:10px 0;
}
.ms_policy .text_copy span{
    font-size: 24px;
    margin: 0;
    padding: 1rem 0;
    background: none;
    position: relative;
    z-index: 1;
    display: block;
}
.ms_policy .text_copy span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: calc(100% + 16px);
    height: 100%;
    background: #fff;
    z-index: -1;
}
.ms_policy .text_copy .copy_gap {
    width: 100%;
    height: 30px;
}

.section.ms_policy .cont{
    margin-bottom: 100px;
    background: rgba(255, 255, 255, .95);
    box-sizing: border-box;
    padding: 4rem 6rem;
    font-size: 18px;
}
.section.ms_policy .cont .ttl{
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  padding-bottom: 30px;
}

.section.ms_policy .cont .ttl:after{
    width: 100px;
    height: 1.5px;
    background: #e60012;
    content: '';
    display: block;
    left: calc(50% - 50px);
    position: absolute;
    bottom: 0;
    background-blend-mode: difference;
}

.toggle_content .img_margin {
  margin:15px 0;
}
.content.outline table.toggle_content {
  margin-top:50px;
}
.content.outline table.toggle_content .slide td{
  font-size:16px;
}
.sponsor_detail_h2 {
  text-align: center;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.sponsor_detail_logo {
  width:150px;
  display:block;
  margin:0 auto 50px;
}
.timeline_btn {
  background:#e60012;
  color:#fff;
  display:block;
  width:450px;
  text-align:center;
  font-weight:bold;
  padding:10px 0;
  border-radius: 5px;
  margin-top:20px;
  border:1px solid #e60012;
  transition: 0.5s ;
}
.timeline_btn:hover {
  background:none;
  color:#e60012;
  border:1px solid #e60012;
  text-decoration:none;  
}
.timeline.sponsor .timeline-content {
  padding-top:60px;
}
.timeline.sponsor .timeline-content:before {
  top: 74px;
}
.timeline.sponsor .timeline-date {
  padding-top:63px;
}

button.timeline_btn {
  display:block;
  width:450px;
  margin:0 auto;
  font-size:1.1rem;
  font-weight:bold;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: .6;
  display: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}

.modal-sponsor {
  width: 65%;
  min-height: 80%;
  max-height: 80%;
  overflow-y: scroll;
/*  border: 1px solid #000;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  z-index: 9;
  padding: 50px;
  box-sizing: border-box;
}
.modal-sponsor::-webkit-scrollbar{
/*  display: none;*/
}
.overlay.open {
  display: block;
}
.modal-sponsor.open {
  display: block;
}

.modal-close__wrap {
  position: absolute;
  right: 0;
  top: 0;
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.modal-sponsor .modal-inner {

}
.modal-sponsor .modal-inner h3 {
  font-size: 20px;
  padding-bottom: 5px;
}
.img-align-center img {
  display:block;
  margin:0 auto;
}
.modal-inner .oit_university .structure {
  display:flex;
  margin-top:40px;
  border:1px solid #e60012;
  padding:30px;
}
.modal-inner .oit_university .structure-text {
    min-width: 190px;
    display: flex;
    align-items: center;
}
.modal-inner .oit_university .structure-text p{
  color:#e60012;
}
.modal-inner .oit_university .structure-img {
    display: flex;
    justify-content: center;
    width: calc(100% - 190px);
    align-items: center;
}
.modal-inner .oit_university .scope {
  display:flex;
  margin-top:40px;
}
.modal-inner .oit_university .scope-head {
  min-width:100px;
}
.modal-inner .oit_university .scope-head p{
  font-weight:bold;
  font-size: 1.1rem;
}
.modal-inner .oit_university .link {
  display:flex;
  margin-top:40px;
  gap: 30px;
}
.modal-inner .oit_university .link-items a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 35px 20px 20px;
  box-shadow: 0px 0px 9px #e1e1e1;
  gap: 25px;
}
.modal-inner .oit_university .link-items a:hover{
  text-decoration:none;
}
.modal-inner .oit_university .link-items_img {
  display: flex;
}
.modal-inner .oit_university .link-items_title p{
  font-weight:bold;
  position: relative;
  display: inline-block;
}
.modal-inner .oit_university .link-items_title p:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.product-detail__item__table__btn a{
  background: #e60012;
  color: #fff;
  display: block;
  width: 450px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 5px;
  margin: 10px auto;
  border: 1px solid #e60012;
  transition: 0.5s;
}
.product-detail__item__table__btn a:hover{
    background: none;
    color: #e60012;
    border: 1px solid #e60012;
    text-decoration: none;
}

.version-detail-table-wrapper {
}
.version-detail-table {
  background: #FFF;
  margin: 0 30px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  border-spacing: 0;
  width: calc(100% - 60px) !important;
}
.version-detail-table th,
.version-detail-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.version-detail-table th,
.version-detail-table td p {
  font-size: 12px !important;
  line-height: 1.4 !important;
}
.version-detail-table td * + * {
  margin-top: 1em;
}
.version-detail-table th {
}
.version-detail-table td {
}

.version-detail-link {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 15px;
}
.version-detail-link span {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  padding: 10px 60px;
  transition: .3s;
  border-radius: 5px;
  background: #333;
  border: 2px solid #333;
  cursor: pointer;
}
.version-detail-link span:before {
  content: "詳細を見る"
}
.version-detail-link span:hover {
  background: #FFF;
  color: #333;
}
td.cont03 {
  display: none;
}
.layout3 td.cont03 {
  display: table-cell;
}
.search-wrapper {
  text-align:center;
}
.search-area {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.search-area::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/search-icon.png) no-repeat center center / auto 100%; 
  display: inline-block;
  position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.search-area input[type="text"] {
    font-size: 16px;
    border: 1px solid #adadad;
    width: 240px;
    padding: 20px;
    padding-left: 40px;
    border-radius: 19px;
}
.search-area input[type="text"]::placeholder {
	text-align: center;
}
.search-area input[type="text"]:focus {
  background: #F9F9F9;
}

.search-result {
  margin-top: 20px;
}
.hit-num__text span {
  font-weight: bold;
}
#search-result__list {
  margin-top: 15px;
}
#search-result__list span {
  display: inline-block;
  margin-right: 15px;
  padding: 5px;
  background: #F2F2F2;
}
.target-area {
/*  margin-top: 50px;*/
}
.target-area.hidden {
  display: none
}
/* 240913 */
#home-page #mv_new,
#home-page #mv_new > div {
  height: 100%;
}
#home-page #mv_new .slider .link-medt a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
#home-page #mv_new .slider .link-medt .text-medt {
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 22px!important;
  font-family: serif!important;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 4px #000, 0px 1px 4px #000, 0px 1px 4px #000;
  -webkit-text-stroke: 1px #fff;
}
#home-page #mv_new .slider .link-medt .logo-medt {
  min-width: unset;
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.mv_medt {
  background-image: url(../img/medt/mv-medt.png);
}
.mv_medt .h1 {
  margin: auto;
  text-align: center;
  background: transparent;
  width: 100%;
  position: relative;
}
.mv_medt .h1::before {
  content: none;
}
.mv_medt .h1 .catch {
  text-shadow: 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  position: relative;
  z-index: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transform: translateY(30px);
  letter-spacing: 3px;
}
.mv_medt .h1 .sub {
  position: absolute;
  top: -140%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: serif;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0px 1px 4px #000, 0px 1px 4px #000, 0px 1px 4px #000;
  -webkit-text-stroke: 1px #fff;
  width: 100%;
}
.mv_medt .h1 h1 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.medt .page-sub__ttl {
  color: #333;
}
.medt-products {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.medt-products li {
  width: calc((100% - 75px) / 6);
  align-self: baseline;
}
.medt-products li a:hover {
  text-decoration: none;
}
.medt-products img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.medt-products p {
  font-size: 14px;
  line-height: 1.5;
}
.medt-detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.medt-detail > li {
  background: #000;
  padding: 30px 30px 30px 40px;
  display: flex;
  justify-content: space-between;
}
.medt-catch-img {
  margin-top: 40px;
  text-align: center;
}
.medt-catch-img video {
  max-width: 610px;
}
.medt-about-img {
  width: 80%;
  margin: 40px auto 80px;
}
.medt-detail .text * {
  color: #fff;
}
.medt-detail-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.medt-detail-title img {
  cursor: pointer;
  width: 36px;
}
.medt-detail-list {
  text-indent: 20px;
}
.medt-detail-list li {
  list-style:  disc inside;
}
.popup {
  position: relative;
}
.popup::after {
  content: url(../img/medt/icon-check.png);
  position: absolute;
  right: 10px;
  bottom: 5px;
  transition: .3s;
}
.popup:hover::after {
  opacity: 0;
  visibility: hidden;
}
.popup-detail {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  padding: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: right;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.popup:hover .popup-detail {
  opacity: 1;
  visibility: visible;
}
.popup-detail p {
  width: 70%;
}
.medt-topics dd {
  margin: 0;
}
.medt-topics .date {
  color: #999;
  font-size: 14px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .medt-products li {
    width: calc((100% - 15px) / 2);
  }
}