@charset "UTF-8";
/* CSS Document */

/*
Theme Name: 朝日レントゲン
*/

.sp {
  display: none;
}

.clm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@font-face {
  font-family: "Eurostile";
  font-style: normal;
  font-weight: normal;
  src:
    local("Eurostile"),
    url("fonts/eurostile.woff") format("woff");
}

header,
.top-icatch-area .top-news-wrap,
.top-contents-wrap h2,
.top-product-area .product,
.page-title-wrap h2,
.page-title-wrap h1,
.crumb,
.philosophy-nav-wrap a span,
.philosophy-contents-wrap section .text-wrap h3 span,
.history-contents-wrap .history-wrap .year-wrap h4,
.contact-info-wrap .num,
.news-wrap .text-wrap .date,
.company-brands-wrap .brands-wrap .brands-btn,
.arc-nav,
.info-contents-wrap h2,
.faq-contents-wrap dt:before,
.faq-contents-wrap dd:before,
footer .copyright {
  font-family: "Eurostile", a-otf-ud-shin-go-pr6n, sans-serif;
}

header {
  width: 100vw;
  padding: 20px 5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #00467d;
  line-height: 1;
}

header.fixed,
.top header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  color: #00467d;
  z-index: 5;
  transform: translateY(-100%);
  animation: slideDown 0.8s ease 0.2s 1 forwards;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.top .wrap {
  padding-top: 0 !important;
}

.logoarea {
  margin-top: 20px;
}

.site-nav {
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  margin-bottom: 33px;
}

.search-wrap,
.top header.fixed .search-wrap {
  margin-right: 20px;
}

.search-wrap {
  position: relative;
  height: 20px;
  line-height: 1;
}

.openmenu .search-wrap {
  width: 25px;
  width: 100%;
  margin-top: 20px;
}

.search-wrap input[type="text"],
.top header.fixed .search-wrap input[type="text"] {
  background: none;
  border: 1px solid #00467d;
  border-radius: 50px;
  width: 100%;
  height: 20px;
  padding: 0 10px;
  color: #00467d;
}

.openmenu .search-wrap input[type="text"] {
  height: 25px;
}

.search-wrap input[type="text"]:focus {
  outline: none;
}

.top header .search-wrap input[type="text"] {
  border: 1px solid #fff;
  color: #fff;
}

.search-wrap input[type="submit"],
.top header.fixed .search-wrap input[type="submit"] {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(img/common/icon_search.png) no-repeat;
  background-size: cover;
}

.top header .search-wrap input[type="submit"] {
  background: url(img/common/icon_search_wt.png) no-repeat;
  background-size: cover;
}

.main-contents-wrap h1.search-title,
.main-contents-wrap h2.search-title,
.main-contents-wrap h3.search-title {
  font-size: 26px;
  margin-bottom: 25px;
}

.gnav-wrap {
  position: relative;
}

.gnav-wrap .gnav-line {
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00467d;
  transition: 0.2s all ease;
}

.top header .gnav-wrap .gnav-line {
  background-color: #fff;
}

.top header.fixed .gnav-line {
  background-color: #00467d;
}

.gnav li {
  display: inline-block;
  margin-right: 4vw;
  padding-bottom: 30px;
  font-size: 1.2rem;
}

.gnav li:last-child {
  margin-right: 0;
}

.gnav li span {
  display: block;
  font-size: 11px;
  padding-top: 8px;
}

a.more {
  width: 90px;
  height: 90px;
  display: block;
  background: url(img/common/btn_more.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  transition: 0.4s;
}

a.more:hover {
  transform: scale(1.2);
  background: url(img/common/btn_more_hover.png) no-repeat;
  background-size: cover;
}

a.more.sb {
  width: 96px;
  height: 96px;
  background: url(img/common/btn_more_b.png) no-repeat;
  background-size: cover;
}

a.more.sb:hover {
  background: url(img/common/btn_more_b_hover.png) no-repeat;
  background-size: cover;
}

a.more.wt {
  width: 90px;
  height: 90px;
  background: url(img/common/btn_more_wt.png) no-repeat;
  background-size: cover;
}

a.more.wt:hover {
  background: url(img/common/btn_more_wt_hover.png) no-repeat;
  background-size: cover;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 2.5vw;
  display: none;
}

footer {
  padding: 28px 0 30px;
  background: #00467d;
  color: #fff;
  font-size: 12px;
  line-height: 2.5;
}

footer .inner {
  width: 80%;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

footer .sns-nav {
  position: absolute;
  top: 0;
  right: 0;
}

footer .foot-nav {
  width: 13%;
}

footer .foot-nav h4 {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 20px;
}

footer .foot-nav h4 span {
  display: block;
  font-size: 11px;
  margin-top: 10px;
}

footer .foot-nav li {
  line-height: 1.5;
  margin-bottom: 10px;
}

footer .f-nav {
  text-align: center;
  padding-top: 8px;
}

footer .f-nav li {
  display: inline-block;
  margin: 0 10px;
}

footer .sns-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -40px;
}

footer .sns-nav li {
  margin: 0 10px;
  padding-top: 8px;
}
footer .sns-nav li:first-child {
  padding-top: 0px;
}
footer .sns-nav li a.ft-mlmg {
  display: block;
  border: 1px solid #fff;
  padding: 0 1em;
  border-radius: 20px;
  font-size: 11px;
}

footer a.foot-logo {
  text-align: center;
  display: block;
}

footer .copyright {
  text-align: center;
  font-size: 11px;
  width: 100%;
  bottom: 0;
}

/*
=====================
INDEX
=====================
*/

.top header {
  width: 100vw;
  position: absolute;
  z-index: 2;
  color: #fff;
}

.top-icatch-area {
  width: 100vw;
  height: 100vh;
}

.top-icatch-area .text-wrap {
  width: 35%;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.top-icatch-area .text-wrap .copy-wrap {
  position: absolute;
  width: 45vw;
  left: 5vw;
  top: 65%;
  transform: translateY(-50%);
  text-align: center;
}

.top-icatch-area .text-wrap .copy-wrap a.more {
  margin-top: 55px;
}

.top-icatch-area .top-news-wrap {
  position: absolute;
  max-width: 75%;
  left: 5vw;
  bottom: 5vh;
  font-size: 13px;
  color: #00467d;
  line-height: 1;
}
.top-icatch-area .top-news-wrap2 {
  width: 75%;
  border: 1px solid #00467d;
  position: absolute;
  left: 5vw;
  bottom: 14vh;
  font-size: 13px;
  color: #00467d;
  line-height: 1;
  padding: 12px;
  text-align: center;
}

.top-icatch-area .top-news-wrap span {
  margin-right: 8px;
}

.top-icatch-area .top-news-wrap a {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  line-height: 1.5;
}

.top-icatch-area .top-news-wrap2 a {
  color: #00467d;
}

.top-icatch-area .top-news-wrap a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #00467d;
  border-bottom: 1px solid #00467d;
  margin-left: 1em;
  animation: shake2 2s ease 0s infinite normal;
  -webkit-animation: shake2 2s ease 0s infinite normal;
}

@keyframes shake2 {
  0% {
    transform: translateX(5px) rotate(-45deg);
  }
  50% {
    transform: translateX(-5px) rotate(-45deg);
  }
  100% {
    transform: translateX(5px) rotate(-45deg);
  }
}
@-webkit-keyframes shake2 {
  0% {
    -webkit-transform: translateX(5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateX(-5px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateX(5px) rotate(-45deg);
  }
}

.top-icatch-area .thumb-wrap {
  width: 65%;
  height: 100vh !important;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

/*
.top-icatch-area .thumb-wrap:after{
	display: block;
	content: "";
	width: 100%;
	height: 20vh;
background: -moz-linear-gradient(top,  rgba(2,46,80,0.9) 0%, rgba(0,70,125,0) 100%);
background: -webkit-linear-gradient(top,  rgba(2,46,80,0.9) 0%,rgba(0,70,125,0) 100%);
background: linear-gradient(to bottom,  rgba(2,46,80,0.9) 0%,rgba(0,70,125,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6022e50', endColorstr='#0000467d',GradientType=0 );

	position: absolute;
	top: 0;
}
*/

/*
.slick-initialized .slick-slide{
	opacity: 1!important;
}
*/

.top-icatch-area .slick-slide,
.top-slider .slider {
  overflow: hidden;
}

/*
.top-icatch-area .slick-slide:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #00467d;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(100%);
}

.top-icatch-area .slick-slide.slick-current:before{
	animation: widthout 1.6s ease-out 0s 1 forwards;
	-webkit-animation: widthout 1.6s ease-out 0s 1 forwards;
}

.top-icatch-area .slick-slide:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-right: 20px solid #00467d;
	position: absolute;
	top: 0;
	left: 0;
}

.top-icatch-area .slick-slide.slick-current:after{
	animation: lineout 1s ease .6s 1 forwards;
	-webkit-animation: lineout 1s ease .6s 1 forwards;
}

.top-icatch-area .slider:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-right: 20px solid #00467d;
	position: absolute;
	top: 0;
	left: 0;
}

.top-icatch-area .slick-current .slider:before{
	animation: lineout .9s ease .6s 1 forwards;
	-webkit-animation: lineout .9s ease .6s 1 forwards;
}

..top-icatch-area slider:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-right: 20px solid #00467d;
	position: absolute;
	top: 0;
	left: 0;
}

.top-icatch-area .slick-current .slider:after{
	animation: lineout .8s ease .6s 1 forwards;
	-webkit-animation: lineout .8s ease .6s 1 forwards;
}

@keyframes widthout {
 0% { transform: translateX(100%); }
 1% { transform: translateX(0%);}
 100% { width: 0%; transform: translateX(0%);}
}
@-webkit-keyframes widthout {
 0% { -webkit-transform: translateX(100%); }
 1% { -webkit-transform: translateX(0%); }
 100% { width: 0%; -webkit-transform: translateX(0%);}
}

@keyframes lineout {
 0% { width: 100%; border-right: 20px solid #00467d; }
 100% { width: 0%; border-right: 2px solid #00467d; transform: translateX(-5px);}
}
@-webkit-keyframes lineout {
 0% { width: 100%; border-right: 20px solid #00467d; }
 100% { width: 0%; border-right: 2px solid #00467d; -webkit-transform: translateX(-5px); }
}
*/

.top-slider {
  overflow: hidden;
  position: relative;
}

.top-slider .slider {
  width: 100%;
  height: 100vh;
}

.top-slider img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.top-contents-wrap h2 {
  text-align: center;
  color: #00467d;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 75px;
}

.top-contents-wrap h2 span {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 15px;
}

.top-product-area {
  padding: 8.5vw 5vw;
  overflow: hidden;
}

.top-product-area .top-product-wrap {
  margin-bottom: 75px;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.top-product-wrap.slick-initialized {
  opacity: 1;
}

.top-product-area .slick-prev {
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  background: none;
  border: none;
  border-top: 1px solid #00467d;
  border-left: 1px solid #00467d;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}

.top-product-area .slick-next {
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  border: none;
  border-top: 1px solid #00467d;
  border-left: 1px solid #00467d;
  transform: translateY(-50%) rotate(135deg);
  z-index: 2;
}

.top-product-area .product {
  padding: 60px 9.5vw;
  position: relative;
  text-align: center;
  line-height: 1;
  color: #00466b;
  font-size: 20px;
}

.top-product-area .product h3 {
  line-height: 1.6;
  font-size: 16px;
}

.top-product-area .product span {
  display: block;
  font-size: 13px;
  margin: 20px 0 10px;
}

.top-product-area .product:before {
  content: "";
  display: block;
  width: 21.5vw;
  height: 21.5vw;
  background: #f7f7f7;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.4s ease-in;
}

.top-product-area .product:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

.top-product-area .slick-list {
  overflow: inherit;
}

.top-philosophy-area {
  padding: 8.5vw 0 0;
  background: #00467d;
  color: #fff;
  line-height: 0;
  position: relative;
}

.top-philosophy-wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  flex-flow: row-reverse;
  align-items: flex-end;
}

.top-philosophy-area .thumb-wrap {
  width: 50%;
  position: relative;
  z-index: 2;
}

.top-philosophy-area .text-wrap {
  width: 50%;
  padding: 0 5%;
  line-height: 2.8;
  padding-bottom: 8.5vw;
  position: relative;
  z-index: 2;
}

.top-philosophy-area .text-wrap h3 {
  font-size: 31px;
  margin-bottom: 40px;
}

.top-philosophy-area .text-wrap a.more {
  margin-top: 40px;
}

.top-cases-area {
  padding: 8.5vw 10vw;
  position: relative;
}

.top-cases-area .text-wrap {
  width: 60%;
  max-width: 580px;
  margin: 8.5vw auto 0;
}

.top-cases-area .text-wrap a.more {
  margin-top: 75px;
}

.top-cases-area .thumb-l {
  position: absolute;
  left: 0;
  width: 30vw;
}

.top-cases-area .thumb-r {
  position: absolute;
  right: 0;
  bottom: 8.5vw;
  width: 30vw;
}

.top-news-area {
  padding: 8.5vw 0;
  background: #f2f5f7;
}

.top-news-area a.more {
  margin-top: 75px;
}

.top-news-area table {
  width: 80%;
  max-width: 1150px;
  margin: 0 auto;
  border-top: 1px solid #bbb;
}

.top-news-area th,
.top-news-area td {
  border-bottom: 1px solid #bbb;
  padding: 20px 0;
  position: relative;
}

.top-news-area th {
  padding: 20px 15px 20px 75px;
  font-size: 13px;
  color: #00467d;
}

.top-news-area tr:first-child th {
  position: relative;
  width: 15em;
}

.top-news-area tr:first-child th:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(img/common/icon_new.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.top-news-area td .cat {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.top-news-area td .cat a {
  font-size: 12px;
  color: #00467d;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #00467d;
  border-radius: 5px;
  margin-left: 4px;
  display: inline-block;
}

.foot-banner-area {
  padding: 3.5vw 0;
}

.foot-banner-area .inner {
  width: 80%;
  max-width: 1150px;
  margin: 0 auto;
}
.foot-banner-area .inner .clm-wrap {
  justify-content: flex-start;
}
.foot-banner-area a {
  display: block;
  width: 100%;
  line-height: 0;
  margin-bottom: 25px;
}

.foot-banner-area .clm-wrap a {
  width: 49%;
}

.foot-banner-area .clm-wrap a#aa {
  width: 100%;
}

.foot-banner-area .clm-wrap a.hurf {
  width: 20%;
}

.side-sns-nav {
  position: fixed;
  left: -8px;
  top: 50%;
  transform: translate(-100%, -50%);
  text-align: center;
  line-height: 0;
  transition: 0.4s ease-in;
}

.side-sns-nav.fixed {
  transform: translate(0, -50%);
}

.side-sns-nav .mailmag {
  background: #fff;
  border: 2px solid #00467d;
  border-radius: 10px;
  display: block;
  width: 58px;
  padding: 25px 0;
  margin-bottom: 15px;
}

.side-sns-nav ul {
  background: #00467d;
  border: 2px solid #00467d;
  border-radius: 10px;
  display: block;
  width: 58px;
  padding: 40px 0 10px;
}

.side-sns-nav ul li {
  display: block;
  margin-bottom: 30px;
}

/*
=====================
PAGE
=====================
*/
.page-contents-wrap,
.page-contents {
  line-height: 2.2;
}

.page-title-wrap {
  width: 100%;
  height: 20vw;
  margin-bottom: 75px;
  color: #fff;
  padding: 150px 15vw;
  font-size: 49px;
  line-height: 1;
  position: relative;
}

.page-title-wrap.news {
  background: url(img/page/page_title_bg_news.jpg) no-repeat center center;
  background-size: cover;
}
.page-title-wrap.philosophy {
  background: url(img/page/page_title_bg_philosophy.jpg) no-repeat center center;
  background-size: cover;
}
.page-title-wrap.product {
  background: url(img/page/page_title_bg_product.jpg) no-repeat center center;
  background-size: cover;
}
.page-title-wrap.cases {
  background: url(img/page/page_title_bg_cases.jpg) no-repeat center center;
  background-size: cover;
}
.page-title-wrap.showroom {
  background: url(img/page/page_title_bg_showroom.jpg) no-repeat center center;
  background-size: cover;
}
.page-title-wrap.support {
  background: url(img/page/page_title_bg_support.jpg) no-repeat center center;
  background-size: cover;
}
.page-title-wrap.company {
  background: url(img/page/company/bg_heading.jpg) no-repeat center center;
  background-size: cover;
}
.page-title-wrap.contact {
  background: url(img/page/page_title_bg_contact.jpg) no-repeat center center;
  background-size: cover;
}

.page-title-wrap h2,
.page-title-wrap h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 0.1em;
}

.page-title-wrap h2 span,
.page-title-wrap h1 span {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

.page-title-wrap h2 span.sub,
.page-title-wrap h1 span.sub {
  font-size: 31px;
  margin-top: 50px;
}

.page-title-wrap .read {
  font-size: 13px;
  line-height: 2;
  transform: translate(250px, -20px);
}

.crumb {
  font-size: 13px;
  line-height: 1;
  margin: 50px 0 50px 5vw;
  color: #00467d;
}

.crumb li {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.5;
}

.crumb li br {
  display: none;
}

.crumb li:after {
  content: "/";
  display: inline-block;
  margin: 0 8px 0 8px;
}

.crumb li:last-child:after {
  display: none;
}

.main-contents-wrap {
  width: calc(100% - 500px);
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1304px) {
  .main-contents-wrap {
    width: calc((100% - (12.5vw + 58px)) * 0.9);
    max-width: 960px;
    margin-left: calc(58px + (5% - (3px + 0.63vw)));
  }
}
@media screen and (max-width: 800px) {
  .main-contents-wrap {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
}
.main-contents-wrap h1,
.main-contents-wrap h2,
.main-contents-wrap h3 {
  font-size: 31px;
  line-height: 1;
  margin-bottom: 50px;
  color: #00467d;
}

.page-side-nav {
  width: 12.5vw;
  position: fixed;
  right: 3vw;
  top: 150px;
  text-align: center;
  font-size: 13px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease-out;
  pointer-events: none;
  line-height: 1.5;
}

.page-side-nav.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: inherit;
}

.page-side-nav.product {
  top: 125px;
}

.page-side-nav dl.line,
.page-side-nav dl.pulldown {
  border-bottom: 1px solid #fff;
}

.page-side-nav dt {
  padding: 10px;
  background: #00467d;
  color: #fff;
}

.page-side-nav.product dt {
  padding: 8px 10px;
}

.page-side-nav dt a {
  display: block;
}

.page-side-nav dd {
  background: #f0f5f7;
  color: #00467d;
}

.page-side-nav dd a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #00467d;
  transition: 0.3s ease;
}

.page-side-nav.product dd a {
  padding: 8px 10px;
}

.page-side-nav dd a:hover {
  background: #d8e3e9;
}

.page-side-nav dd li {
  border-bottom: 1px solid #00467d;
}

.page-side-nav dd a:last-child,
.page-side-nav dd li:last-child {
  border-bottom: none;
}

.page-side-nav dl.pulldown dt {
  cursor: pointer;
  position: relative;
}

.page-side-nav dl.pulldown dt:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.page-side-nav dl.pulldown.active dt:after {
  transform: translateY(-50%) rotate(-135deg);
}

.page-side-nav dl.pulldown dd {
  max-height: 0;
  overflow: hidden;
  transition: 0.8s ease 0s;
}

.page-side-nav dl.active.pulldown dd {
  max-height: 999px;
}

/*
=====================
Philosopy
=====================
*/

.philosophy-title span {
  font-size: 1.12em;
}

.philosophy-copy-area {
  width: 80%;
  max-width: 768px;
  margin: 6vw auto 10vw;
  text-align: center;
  color: #00467d;
}

.philosophy-copy-area h2 {
  margin-bottom: 75px;
}

.philosophy-nav-wrap {
  padding: 75px 0;
  background: url(img/page/philosophy_nav_bg.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.philosophy-nav-wrap .inner {
  width: 80%;
  max-width: 1150px;
  margin: 0 auto;
}

.philosophy-nav-wrap a {
  display: block;
  text-align: center;
  line-height: 1;
  width: 18.5%;
  border: 1px solid #fff;
  padding: 20px;
  transition: 0.4s ease;
  font-size: 14px;
  white-space: nowrap;
}

.philosophy-nav-wrap a:hover {
  background: #fff;
  color: #00467d;
  opacity: 0.9;
}

.philosophy-nav-wrap a span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.philosophy-nav-wrap a b {
  font-size: 1.12em;
  font-style: italic;
}

.philosophy-contents-wrap section {
  padding: 8.5vw 5vw;
}

.philosophy-contents-wrap section:nth-of-type(even) {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(225, 239, 250, 1) 100%
  );
  flex-flow: row-reverse;
}

.philosophy-contents-wrap section .thumb-wrap {
  width: 50%;
}

.philosophy-contents-wrap section .thumb-wrap img {
  height: 100%;
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  object-fit: cover;
  transition: 0.4s ease-in;
}
.ofi-cover {
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.philosophy-contents-wrap section .text-wrap {
  width: 50%;
  padding: 40px 10vw 0 5vw;
  color: #00467d;
}

.philosophy-contents-wrap section .text-wrap h3 {
  font-size: 39px;
  line-height: 1;
  margin-bottom: 40px;
  white-space: nowrap;
}

.philosophy-contents-wrap section .text-wrap h3:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 31px;
  background: url(img/common/icon_logomark.png) no-repeat;
  background-size: cover;
}

.philosophy-contents-wrap section .text-wrap h3 span {
  display: block;
  font-size: 13px;
  margin-bottom: 25px;
}

.philosophy-contents-wrap section .text-wrap p.hide {
  color: #333;
  font-size: 13px;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: 1.8s ease;
}

.philosophy-contents-wrap section.open .text-wrap p.hide {
  margin-top: 20px;
  max-height: 999px;
}

.philosophy-contents-wrap section .text-wrap p.philo_btn {
  width: 90px;
  height: 90px;
  display: block;
  background: url(img/common/btn_more.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-top: 75px;
  cursor: pointer;
  transition: 0.4s ease-in;
}

.philosophy-contents-wrap section .text-wrap p.philo_btn:hover {
  background: url(img/common/btn_more_hover.png) no-repeat;
  background-size: cover;
}

.philosophy-contents-wrap section.open .text-wrap p.philo_btn {
  background: url(img/common/btn_close.png) no-repeat;
  background-size: cover;
}

.philosophy-contents-wrap section.open .text-wrap p.philo_btn:hover {
  background: url(img/common/btn_close_hover.png) no-repeat !important;
  background-size: cover !important;
}

.philosophy-contents-wrap section#Imagequality .text-wrap p.philo_btn {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

.philosophy-contents-wrap section#Imagequality .text-wrap p.philo_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00467d;
  position: absolute;
  left: -100%;
  transition: 0.4s ease;
  z-index: -1;
}

.philosophy-contents-wrap
  section.open#Imagequality
  .text-wrap
  p.philo_btn:after {
  display: none;
}

.philosophy-contents-wrap
  section#Imagequality
  .text-wrap
  p.philo_btn:hover:after {
  left: 0;
}

.philosophy-contents-wrap section#Imagequality .text-wrap p.philo_btn:hover {
  background: url(img/common/btn_more_iq.png) no-repeat;
  background-size: cover;
  transform: none;
}

.philosophy-contents-wrap section#Usability .text-wrap p.philo_btn:hover {
  animation: widein 0.8s ease-out 0s 1 forwards;
}

@keyframes widein {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.philosophy-contents-wrap section#Safety .text-wrap p.philo_btn {
  position: relative;
}

.philosophy-contents-wrap section#Safety .text-wrap p.philo_btn:hover {
  transform: none;
}

.philosophy-contents-wrap section#Safety .text-wrap p.philo_btn:after {
  content: "";
  display: block;
  background-color: #00467d;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
  width: 0;
  height: 0;
  transition: 0.4s ease;
}

.philosophy-contents-wrap section#Safety .text-wrap p.philo_btn:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.philosophy-contents-wrap section.open#Safety .text-wrap p.philo_btn:after {
  display: none;
}

.philosophy-contents-wrap section#Comfortability .text-wrap p.philo_btn:hover {
  transform: rotateY(360deg) scale(1.2);
}

.philosophy-contents-wrap
  section.open#Comfortability
  .text-wrap
  p.philo_btn:hover {
  transform: none;
}

.philosophy-contents-wrap section#Sanitary .text-wrap p.philo_btn {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

.philosophy-contents-wrap section#Sanitary .text-wrap p.philo_btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00467d;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.4s ease;
  z-index: -1;
}

.philosophy-contents-wrap section#Sanitary .text-wrap p.philo_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.4s ease;
  z-index: -1;
}

.philosophy-contents-wrap section.open#Sanitary .text-wrap p.philo_btn:before {
  display: none;
}

.philosophy-contents-wrap section#Sanitary .text-wrap p.philo_btn:hover:after {
  width: 0;
  height: 0;
}

.philosophy-contents-wrap section#Sanitary .text-wrap p.philo_btn:hover {
  background: url(img/common/btn_more_iq.png) no-repeat;
  background-size: cover;
  transform: none;
}

.philosophy-message-wrap {
  padding: 8.5vw 20vw;
  background: url(img/page/philosophy_message_bg.png) no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 8.5vw;
}

.philosophy-message-wrap .inner {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.philosophy-message-wrap .inner h2 {
  text-align: center;
  margin-bottom: 40px;
}

/*
=====================
News
=====================
*/

.news-contents-wrap {
  margin-bottom: 200px;
}

.news-contents-wrap article:nth-of-type(1).news-wrap {
  border-top: 1px solid #00467d;
}
.news-contents-wrap .read {
  margin-bottom: 100px;
}
.news-wrap {
  border-bottom: 1px solid #00467d;
  padding: 30px;
}

.news-wrap .thumb-wrap {
  width: 40%;
}

.news-wrap .text-wrap {
  width: 50%;
  position: relative;
  word-wrap: break-word;
}

.news-wrap .text-wrap .cat {
  position: absolute;
  top: 13px;
  right: 0;
}

.news-wrap .text-wrap .cat a {
  font-size: 12px;
  color: #00467d;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #00467d;
  border-radius: 5px;
  display: inline-block;
  margin-left: 4px;
}

.news-wrap .text-wrap .date {
  font-size: 13px;
  color: #00467d;
  line-height: 1;
}

.news-wrap .text-wrap h4 {
  font-size: 20px;
  color: #00467d;
  margin-top: 29px;
}

@media screen and (max-width: 1220px) {
  .news-wrap .text-wrap h4 {
    margin-top: 69px;
  }
}

.news-wrap .text-wrap .read {
  font-size: 13px;
  line-height: 2;
}

.news-wrap .text-wrap a.more {
  width: 70px;
  height: 70px;
  margin-top: 25px;
}

.single-contents-wrap h3,
.single-contents-wrap h1 {
  padding-bottom: 25px;
  border-bottom: 1px solid #00467d;
  margin-bottom: 50px;
}

.title-info-wrap {
  margin-bottom: 20px;
}

.title-info-wrap .cat a {
  font-size: 12px;
  color: #00467d;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #00467d;
  border-radius: 5px;
  display: inline-block;
  margin-left: 4px;
}

.title-info-wrap .date {
  font-size: 13px;
  color: #00467d;
  line-height: 1;
}

.single-contents-wrap {
  margin-bottom: 200px;
}

.single-contents-wrap .contents-wrap {
  width: 90%;
  margin: 0 auto;
}

.arc-nav {
  text-align: center;
  margin: 50px auto;
  color: #00467d;
}

.arc-nav a {
  margin: 0 5px;
  opacity: 0.5;
}

.arc-nav span {
  margin: 0 5px;
  opacity: 1;
}

.arc-nav a.next,
.arc-nav a.prev {
  display: none;
}

.single-nav {
  letter-spacing: 0.2em;
  padding: 40px 30px;
  margin-top: 115px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  align-items: center;
}

.single-nav p {
  width: 35%;
  position: relative;
}

.single-nav p.next {
  text-align: right;
}

.single-nav p.next:before {
  position: absolute;
  content: "";
  top: 50%;
  right: -32px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00467d;
  border-right: 2px solid #00467d;
  z-index: 0;
  transform: translateY(-50%) rotate(45deg);
}

.single-nav p.prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -32px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00467d;
  border-right: 2px solid #00467d;
  z-index: 0;
  transform: translateY(-50%) rotate(-135deg);
}

.news-wrap.search .text-wrap {
  width: 100%;
}

.news-wrap.search .text-wrap .read {
  margin-bottom: 0;
}

.news-wrap.search .text-wrap a.more {
  margin-top: 10px;
}

.tenji table {
  border-collapse: collapse;
  background-color: #eee;
}

.tenji th,
.tenji td {
  padding: 5px 10px;
  padding: 10px;
  border: solid 2px #ffffff;
}

.tenji th {
  font-weight: bold;
  border: solid 2px #ffffff;
  background: #00467d;
  color: #ffffff;
}

/*
=====================
Product
=====================
*/
.product-banner-wrap.slick-slider {
  margin-bottom: 150px !important;
}
.product-banner-wrap .slick-slide {
  padding: 2.4vw;
}
.product-banner-wrap .slick-list {
  padding: 0 !important;
}
.product-banner-wrap .slick-center {
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  opacity: 1;
  transform: scale(1.5);
}
@media screen and (max-width: 480px) {
  .product-banner-wrap .slick-center {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
.product-contents-wrap {
  width: calc(100% - 600px);
  max-width: 1340px;
  margin: 0 auto;
  color: #00467d;
  text-align: center;
}
.product-contents-wrap.catalog {
  width: 90%;
}

.product-top-nav {
  padding: 0 1vw;
  line-height: 1;
  margin-bottom: 150px;
}

.product-top-nav a {
  display: block;
  width: 32%;
  padding: 20px 8px;
  border: 1px solid #00467d;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  color: #00467d;
  text-align: center;
}

.product-top-nav a:hover {
  color: #fff;
  background: #00467d;
}

.product-top-nav p {
  width: 32%;
  border: 1px solid #00467d;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}

.product-top-nav p:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #00467d;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product-top-nav p a {
  border: none;
  margin: 0;
  padding: 0;
  width: 50%;
  font-size: 13px;
  padding: 21px 10px;
  height: 100%;
  border-radius: 0px;
}

.product-contents h3,
.product-contents h1 {
  font-size: 39px;
  margin-bottom: 150px;
  letter-spacing: 0.1em;
  position: relative;
}
.product-contents h1:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-contents h3:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product-contents .product-wrap {
  margin-bottom: 200px;
}

.product-contents .product-wrap:after {
  content: "";
  display: block;
  width: 30%;
}

.product-contents .product-wrap .product {
  width: 30%;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 75px;
}

.product-contents .product-wrap .product h4 {
  margin-top: 25px;
  line-height: 1.6;
}

.product-bottom-nav {
  padding: 0 5vw;
  line-height: 1;
  margin-bottom: 90px;
  justify-content: center;
}

.product-bottom-nav a {
  display: block;
  width: 32%;
  padding: 20px;
  background: #00467d;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.product-single-icatch {
  background: #ddeff9;
  margin-bottom: 50px;
}

.product-single-icatch img {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  line-height: 0;
  display: block;
}

.product-single-icatch img.maxwidth {
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  line-height: 0;
  display: block;
  height: auto;
  object-fit: cover;
}

.product-single-contents-wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 150px;
}

.product-single-contents-wrap.gray-wrap {
  width: 100%;
  max-width: none;
  background: #f8f8f8;
  padding: 75px 0;
}

.product-single-contents-wrap.gray-wrap .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
}

.product-single-contents-wrap h3 {
  font-size: 31px;
  color: #00467d;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 2;
}

.product-single-contents-wrap h3:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product-read {
  text-align: center;
}

.product-read iframe {
  width: 100%;
  height: 500px;
}

.product-read h3:after {
  display: none;
}

.product-read p {
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 2;
}

.product-news a {
  display: block;
  text-decoration: underline;
}

.product-detail .read {
  line-height: 2;
  margin-bottom: 50px;
}

.product-detail dl {
  border: 1px solid #00467d;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 2;
  cursor: pointer;
}

.product-detail dt {
  color: #00467d;
  font-size: 20px;
  position: relative;
}

.product-detail dt:after {
  content: "+";
  display: block;
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.product-detail .active dt:after {
  content: "ー";
}

.product-detail dl dd {
  display: none;
}

.product-mode h4 {
  color: #00467d;
  font-size: 20px;
}

.product-mode .mode-contents-wrap {
  margin-bottom: 50px;
}

.mode-contents-wrap .contents {
  width: 47%;
  line-height: 2;
}

.mode-contents-wrap.clm1 .contents {
  width: 100%;
}

.product-catalog {
  background: #ddeff9;
  padding: 50px 0;
  margin-bottom: 150px;
}

.product-catalog .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.product-catalog .thumb-wrap {
  width: 30%;
  text-align: center;
  margin-right: 40px;
}

.product-catalog .text-wrap {
  width: 50%;
}

.product-catalog h3 {
  color: #00467d;
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 2;
}

.product-catalog h3 span {
  display: block;
  font-size: 13px;
}

.product-relation .thumb-wrap {
  width: 40%;
}

.product-relation .text-wrap {
  width: 50%;
}

.product-relation .text-wrap h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 5px;
}

.product-relation .text-wrap h3:after {
  display: none;
}

.product-relation h4 {
  color: #00467d;
  font-size: 20px;
  margin-bottom: 25px;
}

.product-relation .text-wrap a.more {
  margin-top: 25px;
  width: 60px;
  height: 60px;
}

.product-support .read {
  margin-bottom: 25px;
}

#product1,
#product2,
#product3,
#product4,
#product5,
#product6,
#product7,
#cases1,
#cases2,
#cases3,
#cases4,
#cases5 {
  padding-top: 150px;
  margin-top: -150px;
}

.finish .news-wrap .text-wrap h4 {
  line-height: 1.6;
  margin-bottom: 20px;
}

.finish .news-wrap {
  align-items: center;
}
.finish .news-wrap .thumb-wrap {
  width: 25%;
  text-align: center;
}

.finish .news-wrap .text-wrap {
  width: 70%;
}

.finish .news-wrap .text-wrap a {
  width: 70%;
  color: #00467d;
}

.finish .news-wrap .text-wrap p {
  margin-bottom: 20px;
}

.finish .news-wrap .text-wrap p::nth-last-child() {
  margin-bottom: 20px;
}

.finish .news-wrap .text-wrap .read .daitai {
  padding: 10px;
  margin-bottom: 10px;
  background: #f1f4f5;
}
.finish .news-wrap .text-wrap .read .daitai p {
  margin-bottom: 0px;
}

.finish .news-wrap .text-wrap .read .daitai p a {
  font-weight: 700;
}

.catalog .product-contents h3,
.catalog .product-contents h1 {
  margin-bottom: 75px;
}

.catalog .product-contents .clm-wrap {
  justify-content: flex-start;
  margin-bottom: 90px;
}

.catalog .product-contents .clm-wrap div {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 90px;
}

.catalog .product-contents .clm-wrap div a.btn {
  padding: 15px;
}

.catalog .product-contents .clm-wrap div:nth-child(4n) {
  margin-right: 0;
}

.catalog .product-contents .clm-wrap div p.thmb {
  background-color: #f7f7f7;
  padding: 10px 0;
  margin-bottom: 20px;
  max-height: 230px;
}
.catalog .product-contents .clm-wrap div p.thmb img {
  height: 100%;
  width: auto;
  max-height: 210px;
}

.catalog .product-contents .clm-wrap div h4 {
  line-height: 1.6;
  margin-bottom: 20px;
}

.catalog .product-contents .clm-wrap div .rt {
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
}
.tableProductCatMode {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.tableProductCatMode th {
  border: 1px solid #999;
  text-align: center;
  padding: 5px 0 5px 0;
  background-color: #f2f2f2;
}
.tableProductCatMode th a {
  display: block;
}
.tableProductCatMode td {
  border: 1px solid #999;
  text-align: center;
  padding: 5px 0 5px 0;
}
.tableProductCatMode a:link,
.tableProductCatMode a:active,
.tableProductCatMode a:visited {
  color: #1a1a1a;
  text-decoration: none;
}
.tableProductCatMode a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
@media screen and (max-width: 1402px) {
  .catalog .product-contents .clm-wrap div {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 90px;
    min-width: unset;
  }
  .catalog .product-contents .clm-wrap div:nth-child(4n) {
    margin-right: 2%;
  }
  .catalog .product-contents .clm-wrap div:nth-child(3n) {
    margin-right: 0;
  }
}

#modal {
  display: none;
}

#confirm_modal {
  max-width: 450px;
  width: 80%;
  background: #efefef;
  padding: 30px;
  border: 1px #ddd solid;
  -webkit-border-radius: 10px;
  -mozborder-radius: 10px;
  border-radius: 10px;
  height: auto !important;
  text-align: center;
  line-height: 2;
}

#confirm_modal ul {
  text-align: center;
  margin: 20px auto 0;
}

#confirm_modal ul li {
  display: inline-block;
  padding: 0 10px;
  width: 45%;
}

#confirm_modal ul li a {
  display: block;
  -webkit-border-radius: 4px;
  -mozborder-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #00467d;
}

#confirm_modal ul li a.yes {
  background: #00467d;
  color: #fff;
}
#confirm_modal ul li a.no {
  color: #00467d;
}

/*
=====================
Cases
=====================
*/

.cases-contents-wrap {
  margin-bottom: 200px;
}

.cases-contents-wrap article:nth-of-type(1).cases-wrap {
  border-top: 1px solid #00467d;
}

.cases-contents-wrap h3,
.cases-contents-wrap h4 {
  color: #00467d;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.cases-contents-wrap h3 img,
.cases-contents-wrap h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.cases-category-wrap {
  margin-bottom: 150px;
}

.cases-subcategory-wrap {
  margin-bottom: 100px;
}

.cases-wrap {
  border-bottom: 1px solid #00467d;
  padding: 30px;
}

.cases-wrap .thumb-wrap {
  width: 40%;
}

.cases-wrap .text-wrap {
  width: 50%;
}

.cases-title-wrap {
  margin-bottom: 60px;
}

.cases-wrap .text-wrap h5 {
  font-size: 20px;
  color: #00467d;
  line-height: 1.6;
  margin-bottom: 16px;
}

.cases-wrap .text-wrap .read {
  font-size: 13px;
  line-height: 1.6;
}

.cases-wrap .text-wrap a.more {
  width: 70px;
  height: 70px;
  margin-top: 25px;
}

.cases-single-contents-wrap {
  margin-bottom: 200px;
}

.cases-single-contents-wrap h1,
.cases-single-contents-wrap h3 {
  font-size: 25px;
  text-align: center;
  position: relative;
  margin-bottom: 75px;
  line-height: 1.5;
}
.cases-single-contents-wrap h1:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30px);
}
.cases-single-contents-wrap h3:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30px);
}

.cases-single-contents-wrap .profile-wrap {
  margin-bottom: 50px;
}

.cases-single-contents-wrap .profile-wrap .thumb-wrap {
  width: 40%;
  text-align: center;
  font-weight: bold;
}

.cases-single-contents-wrap .profile-wrap .text-wrap {
  width: 50%;
  font-size: 13px;
  line-height: 2;
}

.cases-single-contents-wrap .profile-wrap .history-wrap .logo-wrap {
  width: 30%;
}

.cases-single-contents-wrap .profile-wrap .history-wrap table th {
  padding-right: 20px;
  width: 7rem;
}

.cases-single-contents-wrap .profile-detail-wrap .text-wrap {
  width: 100%;
  margin-bottom: 10px;
}

.profile-wrap h5 {
  font-size: 16px;
  font-weight: bold;
}

.cases-single-contents-wrap .profile-detail-wrap .text-wrap h5 {
  font-weight: bold;
}

.cases-product-wrap {
  background: #f8f8f8;
  padding: 50px;
  align-items: flex-end;
  margin-bottom: 50px;
}

.cases-product-wrap .thumb-wrap {
  width: 40%;
  text-align: center;
}

.cases-product-wrap .text-wrap {
  width: 60%;
  font-size: 13px;
  line-height: 2;
}

.cases-product-wrap .text-wrap h4 {
  font-size: 20px;
  color: #00467d;
  margin: 15px 0;
}

.cases-product-wrap .text-wrap .sub-title {
  font-weight: bold;
}

.cases-product-wrap .text-wrap a.more {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}

.cases-flow-wrap p {
  margin-bottom: 30px;
}

.cases-flow-wrap .title-wrap {
  padding: 25px;
  border-top: 1px solid #00467d;
  border-bottom: 1px solid #00467d;
  font-size: 13px;
  line-height: 2;
  align-items: center;
  margin-bottom: 50px;
}

.cases-flow-wrap .title-wrap h4 {
  font-size: 20px;
  color: #00467d;
}

.cases-flow-wrap .title-wrap table {
  width: 50%;
}

.cases-flow-wrap .title-wrap table th {
  padding-right: 10px;
  white-space: nowrap;
}

.cases-flow-wrap dl {
  margin-bottom: 50px;
}

.cases-flow-wrap dt {
  font-size: 20px;
  color: #00467d;
  padding-left: 2.5em;
  position: relative;
  line-height: 1.7;
  margin-bottom: 20px;
}

.cases-flow-wrap dt:before {
  content: "Q";
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  background: #00467d;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cases-flow-wrap dd {
  line-height: 2;
  margin-bottom: 30px;
}

.cases-item-wrap {
  padding: 50px;
  border: 1px solid #00467d;
  margin-bottom: 100px;
}

.cases-item-wrap h4 {
  text-align: center;
  color: #00467d;
  font-size: 20px;
  margin-bottom: 25px;
}

.item-wrap:before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.item-wrap:after {
  content: "";
  display: block;
  width: 23%;
}

.item-wrap .item {
  width: 23%;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  color: #00467d;
}

h4.cases-name {
  font-size: 25px;
  text-align: center;
  color: #00467d;
  margin-bottom: 30px;
}

.cases-flow-wrap p {
  margin-bottom: 30px;
}

.cases-flow-wrap img {
  display: block;
  margin: 0 auto 30px;
}

.cases-flow-wrap .fl {
  float: left;
  width: 48%;
  padding-right: 2%;
}

.cases-flow-wrap .fr {
  float: right;
  width: 50%;
}

.cases-flow-wrap .m_20 {
  clear: both;
}

.intyo-name {
  font-size: 14px;
  font-weight: bold;
}

.thumb-wrap .logo-wrap {
  margin-top: 20px;
}

.thumb-wrap .logo-wrap img {
  width: 50%;
}

/*
=====================
Showroom
=====================
*/

.showroom-contents-wrap {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto 150px;
}

.showroom-contents-wrap .read {
  margin-bottom: 100px;
}

.showroom-map-wrap {
  width: 100%;
  padding-left: 26%;
  padding-right: 8vw;
  position: relative;
}

.showroom-map {
  width: 100%;
  position: relative;
}

.showroom-map-wrap .area-wrap {
  position: absolute;
  cursor: pointer;
}

.showroom-map-wrap .area-wrap a {
  display: block;
}

.showroom-map-wrap .area-wrap a.text-link {
  position: absolute;
}

.showroom-map-wrap .area-wrap:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #04a0db;
  position: absolute;
  transition: 0.4s ease;
}

.showroom-map-wrap .area-wrap.active:after {
  background: #ea3323;
}

/* hokkaido */
.showroom-map-wrap .area-wrap.hokkaido {
  width: 34.1%;
  right: 0%;
}

.showroom-map-wrap .area-wrap.hokkaido:after {
  bottom: 35%;
  left: 21.5%;
}

.showroom-map-wrap .area-wrap.hokkaido a.text-link {
  width: 48%;
  height: 18%;
  left: -42%;
  top: 30%;
}

/* tohoku */
.showroom-map-wrap .area-wrap.tohoku {
  width: 16.9%;
  right: 21%;
  top: 28.1%;
}
.showroom-map-wrap .area-wrap.tohoku:after {
  bottom: 37.5%;
  right: 39%;
}

.showroom-map-wrap .area-wrap.tohoku a.text-link {
  width: 95%;
  height: 17%;
  left: 95%;
  top: 53%;
}

.showroom-map-wrap .area-wrap.tohoku.tohoku2 {
  width: 8.9%;
  height: 10%;
  right: 27%;
  top: 49.1%;
  z-index: 2;
  transform: rotate(9deg);
}
.showroom-map-wrap .area-wrap.tohoku2:after {
  display: none;
}

/* kanto */
.showroom-map-wrap .area-wrap.kanto {
  width: 19.8%;
  right: 27.8%;
  top: 48.2%;
}
.showroom-map-wrap .area-wrap.kanto:after {
  bottom: 24.5%;
  right: 28%;
}

.showroom-map-wrap .area-wrap.kanto a.text-link {
  width: 71%;
  height: 24%;
  right: -102%;
  top: 61%;
}

/* kanto2 */
.showroom-map-wrap .area-wrap.kanto2 {
  width: 4.8%;
  height: 13%;
  right: 37.8%;
  top: 60.2%;
  z-index: 2;
  transform: rotate(-54deg);
}

/* リンク位置制御 */
.showroom-map-wrap .kanto-linkswich {
  position: absolute;
  width: 10.8%;
  height: 21%;
  right: 39.8%;
  top: 47.2%;
  z-index: 2;
  transform: rotate(-17deg);
  /*     background: #eee; */
}

.showroom-map-wrap .area-wrap.kanto2:after {
  bottom: 15%;
  right: -13%;
}

.showroom-map-wrap .area-wrap.kanto2 a.text-link {
  width: 410%;
  height: 34%;
  right: -276%;
  bottom: -161%;
  transform: rotate(54deg);
}

/* nagoya */
.showroom-map-wrap .area-wrap.nagoya {
  width: 21%;
  right: 37.5%;
  bottom: 24.2%;
}
.showroom-map-wrap .area-wrap.nagoya:after {
  bottom: 22.5%;
  right: 53%;
}

.showroom-map-wrap .area-wrap.nagoya a.text-link {
  width: 73%;
  height: 24%;
  right: -44%;
  bottom: -28%;
}

/* kansai1 */
.showroom-map-wrap .area-wrap.kansai1 {
  width: 12.6%;
  right: 52.7%;
  bottom: 24.3%;
}
.showroom-map-wrap .area-wrap.kansai1:after {
  top: 42.5%;
  right: 31%;
}
.showroom-map-wrap .area-wrap.kansai1 a.text-link {
  width: 138%;
  height: 29%;
  left: -80%;
  top: -101%;
}

/* kansai2 */
.showroom-map-wrap .area-wrap.kansai2 {
  width: 10.4%;
  right: 50.2%;
  bottom: 17.2%;
}
.showroom-map-wrap .area-wrap.kansai2:after {
  bottom: 60.5%;
  right: 62%;
}
.showroom-map-wrap .area-wrap.kansai2 a.text-link {
  width: 171%;
  height: 24%;
  right: -170%;
  bottom: -38%;
}

/* chugoku */
.showroom-map-wrap .area-wrap.chugoku {
  width: 15.9%;
  right: 63.9%;
  bottom: 21.7%;
}
.showroom-map-wrap .area-wrap.chugoku:after {
  bottom: 34.5%;
  right: 59%;
}
.showroom-map-wrap .area-wrap.chugoku a.text-link {
  width: 85%;
  height: 43%;
  left: -65%;
  top: -50%;
}

/* shikoku */
.showroom-map-wrap .area-wrap.shikoku {
  width: 14.5%;
  right: 62.7%;
  bottom: 12.9%;
}
.showroom-map-wrap .area-wrap.shikoku:after {
  top: 9.5%;
  right: 21%;
}
.showroom-map-wrap .area-wrap.shikoku a.text-link {
  width: 89%;
  height: 47%;
  right: -51%;
  bottom: -24%;
}

/* kyusyu */
.showroom-map-wrap .area-wrap.kyusyu {
  width: 13.7%;
  left: 8.3%;
  bottom: 2.8%;
}
.showroom-map-wrap .area-wrap.kyusyu:after {
  top: 9.5%;
  right: 48%;
}
.showroom-map-wrap .area-wrap.kyusyu a.text-link {
  width: 98%;
  height: 24%;
  left: -55%;
  top: -30%;
}

.showroom-map-wrap .popup-wrap .popup {
  width: 50%;
  background: #f0f5f7;
  position: absolute;
  top: 0;
  left: 5%;
  padding: 35px;
  flex-flow: row-reverse;
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
}

.showroom-map-wrap .popup-wrap .popup.active {
  opacity: 1;
  pointer-events: inherit;
}

.showroom-map-wrap .popup-wrap .popup .thumb-wrap {
  width: 45%;
}

.showroom-map-wrap .popup-wrap .popup .text-wrap {
  width: 50%;
  line-height: 2;
  font-size: 13px;
}

.showroom-map-wrap .popup-wrap .popup .text-wrap h3 {
  font-size: 20px;
  color: #00467d;
  margin-bottom: 20px;
}

.showroom-map-wrap .popup-wrap .popup .text-wrap a.more {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}

a.showroom-btn {
  display: block;
  width: 90%;
  max-width: 550px;
  padding: 20px;
  background: #00467d;
  color: #fff;
  font-size: 20px;
  border-radius: 15px;
  text-align: center;
  margin: 50px auto 15px;
}

.showroom-contents-wrap .note {
  font-size: 13px;
  width: 90%;
  text-align: center;
  color: #00467d;
  margin: 0 auto;
}

.showroom-read-wrap {
  margin-bottom: 50px;
}

.showroom-read-wrap .thumb-wrap {
  width: 50%;
}

.showroom-read-wrap .text-wrap {
  width: 45%;
}

.showroom-read-wrap .text-wrap .area {
  margin-top: 10px;
}

.showroom-detail-wrap {
  padding: 50px;
  border: 1px solid #00467d;
  margin-bottom: 100px;
  font-size: 13px;
  line-height: 2;
}

.showroom-detail-wrap .map-wrap {
  width: 50%;
}

.showroom-detail-wrap .map-wrap iframe {
  width: 100%;
  height: 300px;
}

.showroom-detail-wrap .text-wrap {
  width: 45%;
}

.showroom-detail-wrap .text-wrap a.btn {
  margin: 25px 0 10px;
}

.showroom-detail-wrap .text-wrap .note {
  text-align: center;
  color: #00467d;
  font-size: 12px;
}

.showroom-gallery-wrap {
  margin-bottom: 150px;
}

.showroom-gallery-wrap .contents-wrap {
  width: 48%;
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 2;
}

/*
=====================
Support
=====================
*/

.support-contents-wrap {
  text-align: center;
}

.support-contents {
  margin-bottom: 150px;
}

.support-contents h1,
.support-contents h2,
.support-contents h3 {
  font-size: 31px;
  margin-bottom: 75px;
  line-height: 2.8;
  letter-spacing: 0.1em;
  position: relative;
}
.support-contents h1:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.support-contents h2:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.support-contents h2.nb:after {
  content: none;
}
.support-contents h3:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.support-contents h4 {
  color: #00467d;
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.support-contents .support-wrap h4 {
  text-align: center;
  margin-bottom: 0;
}
.support-contents-wrap section.support1 h1:before {
  content: "";
  display: block;
  width: 55px;
  height: 54px;
  background: url(img/page/support_title_icon_01.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.support-contents-wrap section.support1 h2:before {
  content: "";
  display: block;
  width: 55px;
  height: 54px;
  background: url(img/page/support_title_icon_01.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.support-contents-wrap section.support1 h3:before {
  content: "";
  display: block;
  width: 55px;
  height: 54px;
  background: url(img/page/support_title_icon_01.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.support-contents-wrap section.support2 h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 39px;
  background: url(img/page/support_title_icon_02.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.support-contents .read {
  text-align: left;
  margin-bottom: 50px;
  line-height: 2;
}

.support-contents .support,
.support-contents .support2 {
  display: block;
  width: 48%;
  padding: 30px 20px;
  border: 1px solid #00467d;
  color: #00467d;
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.7;
}

.support-contents-wrap section.support1 .support:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.support-contents-wrap section.support1 .support2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.support-contents-wrap section.support1 a:nth-of-type(1).support:before {
  width: 39px;
  height: 43px;
  background: url(img/page/support_icon_01.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section.support1 a:nth-of-type(2).support:before {
  width: 35px;
  height: 35px;
  background: url(img/page/support_icon_02.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section.support1 a:nth-of-type(3).support:before {
  width: 34px;
  height: 40px;
  background: url(img/page/support_icon_03.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section.support1 a:nth-of-type(4).support:before {
  width: 38px;
  height: 38px;
  background: url(img/page/support_icon_04.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section.support1 a:nth-of-type(5).support:before {
  width: 43px;
  height: 35px;
  background: url(img/page/support_icon_05.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section.support1 a:nth-of-type(1).support2:before {
  width: 39px;
  height: 43px;
  background: url(img/page/support_icon_01.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section.support1 a:nth-of-type(2).support2:before {
  width: 35px;
  height: 35px;
  background: url(img/page/support_icon_02.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section.support1 a:nth-of-type(3).support2:before {
  width: 34px;
  height: 40px;
  background: url(img/page/support_icon_03.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section.support1 a:nth-of-type(4).support2:before {
  width: 38px;
  height: 38px;
  background: url(img/page/support_icon_04.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section.support1 a:nth-of-type(5).support2:before {
  width: 43px;
  height: 35px;
  background: url(img/page/support_icon_05.png) no-repeat;
  background-size: cover;
}

.support-contents-wrap section.support2 .support {
  width: 100%;
  padding: 30px 20%;
}

.support-contents-wrap section.support2 .support p {
  color: #333;
  font-size: 13px;
  line-height: 2;
}

.support-contents table {
  width: 100%;
  margin-bottom: 25px;
}

.support-contents table th,
.support-contents table td {
  border-top: 1px solid #00467d;
  border-bottom: 1px solid #00467d;
  padding: 25px;
  line-height: 2;
  font-size: 13px;
  text-align: left;
}

.support-contents table th {
  width: 1%;
  white-space: nowrap;
  padding-right: 0;
}

.support-bottom-nav {
  line-height: 1;
  margin-bottom: 150px;
  justify-content: center;
}

.support-bottom-nav a {
  display: block;
  width: 48%;
  height: 5em;
  padding: 20px;
  border: 1px solid #00467d;
  color: #00467d;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}

.support-bottom-nav a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.support-bottom-nav a font {
  display: block;
  font-size: 10px;
  margin-top: 15px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.support-bottom-nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.support-bottom-nav a:nth-of-type(1):before {
  width: 36px;
  height: 26px;
  background: url(img/page/contact_mail_icon.png) no-repeat;
  background-size: cover;
}
.support-bottom-nav a:nth-of-type(2):before {
  width: 28px;
  height: 35px;
  background: url(img/page/contact_showroom_icon.png) no-repeat;
  background-size: cover;
}

.support-contents-wrap section .support {
  width: 100%;
  padding: 30px 20%;
}

.support-contents-wrap section .support li {
  display: inline-block;
  font-size: 13px;
}

.support-contents-wrap section .support li a {
  text-decoration: underline;
}

.support-contents-wrap section .support li:after {
  content: "/";
  display: inline-block;
  margin: 0 0 0 10px;
}

.support-contents-wrap section .support li:last-child:after {
  display: none;
}

.support-contents-wrap section .support:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.support-contents-wrap section div:nth-of-type(1).support:before {
  width: 56px;
  height: 43px;
  background: url(img/page/support_faq_icon_01.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section div:nth-of-type(2).support:before {
  width: 38px;
  height: 56px;
  background: url(img/page/support_faq_icon_02.png) no-repeat;
  background-size: cover;
}
.support-contents-wrap section div:nth-of-type(3).support:before {
  width: 55px;
  height: 46px;
  background: url(img/page/support_faq_icon_03.png) no-repeat;
  background-size: cover;
}
.checkInspection2015 {
  display: flex;
  flex-flow: row wrap;
  margin: 25px auto 40px;
}
.checkInspection2015 li {
  width: 48%;
  margin-right: 1%;
}

.faq-contents-wrap {
  text-align: left;
}

.faq-contents-wrap h4 {
  text-align: center;
  font-size: 21px;
  color: #00467d;
  position: relative;
  line-height: 1;
  margin-bottom: 50px;
}

.faq-contents-wrap h4:before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-right: 25px;
}

.faq-contents-wrap.faq-pc h4:before {
  width: 46px;
  height: 33px;
  background: url(img/page/support_faq_icon_01.png) no-repeat;
  background-size: cover;
}

.faq-contents-wrap.faq-product h4:before {
  width: 28px;
  height: 46px;
  background: url(img/page/support_faq_icon_02.png) no-repeat;
  background-size: cover;
}

.faq-contents-wrap.faq-software h4:before {
  width: 45px;
  height: 36px;
  background: url(img/page/support_faq_icon_03.png) no-repeat;
  background-size: cover;
}

.faq-contents-wrap h5 {
  text-align: center;
  color: #00467d;
  font-size: 26px;
  margin-bottom: 50px;
}

.faq-contents-wrap dl {
  padding: 15px 75px 15px 50px;
  border-radius: 10px;
  border: 1px solid #00467d;
  margin-bottom: 50px;
  line-height: 2;
}

.faq-contents-wrap dt {
  font-size: 20px;
  color: #00467d;
  padding: 25px 0 25px 50px;
  font-weight: bold;
  position: relative;
}

.faq-contents-wrap dt:before {
  content: "Q";
  font-size: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.faq-contents-wrap dt:after {
  content: "";
  font-size: 25px;
  display: block;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  width: 25px;
  height: 25px;
  background: url(img/page/icon_open.png) no-repeat;
  background-size: cover;
}

.faq-contents-wrap dt.active:after {
  background: url(img/page/icon_close.png) no-repeat;
  background-size: cover;
}

.faq-contents-wrap dd {
  padding-left: 50px;
  position: relative;
  display: none;
  padding-bottom: 25px;
}

.faq-contents-wrap dd:before {
  content: "A";
  font-size: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  color: #ed0f0f;
  font-weight: bold;
}

a.faq-back-btn {
  display: block;
  width: 48%;
  padding: 20px;
  border: 1px solid #00467d;
  color: #fff;
  background: #00467d;
  border-radius: 5px;
  margin: 0 auto 50px;
  font-size: 20px;
  position: relative;
}

.support-bottom-nav.faq a {
  width: 32%;
  font-size: 16px;
}

.support-bottom-nav.faq a:nth-of-type(1):before {
  width: 43px;
  height: 30px;
  background: url(img/page/support_faq_icon_01.png) no-repeat;
  background-size: cover;
}

.support-bottom-nav.faq a:nth-of-type(2):before {
  width: 25px;
  height: 43px;
  background: url(img/page/support_faq_icon_02.png) no-repeat;
  background-size: cover;
}

.support-bottom-nav.faq a:nth-of-type(3):before {
  width: 42px;
  height: 33px;
  background: url(img/page/support_faq_icon_03.png) no-repeat;
  background-size: cover;
}

.support-contents.precautions h1 {
  line-height: 1.8;
}

.support-contents.precautions h3 {
  text-align: left;
  margin-top: 90px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.support-contents.supportcenter h3 {
  margin-top: 90px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.support-contents.precautions h3:after {
  content: none;
}
.support-contents.precautions p,
.support-contents.supportcenter p,
.support-contents.supportcenter ul {
  text-align: left;
  margin-bottom: 20px;
}

.support-contents.supportcenter .center {
  text-align: center;
}

.centerlist li {
  border-bottom: 1px solid #00467d;
  padding: 30px 0;
  text-align: left;
}

.qa-list {
  margin-bottom: 60px;
}
.qa-list dl {
  position: relative;
  margin-bottom: 15px;
  padding: 16px 56px 16px 20px;
  cursor: pointer;
  background-color: #f0f5f7;
  color: #00467d;
  text-align: left;
}
.qa-list dl::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 36px;
  height: 36px;
  margin: auto;
  content: "";
  transform: translate(0, -50%);
  background: url(img/page/support_arrow.png) no-repeat;
  background-size: contain;
}
.qa-list .open::before {
  transform: rotate(-90deg) translate(0, -50%);
  top: 37%;
  right: 3px;
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  letter-spacing: 4px;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
.checksheetbox {
  background-color: #f0f5f7;
  padding: 60px;
}
.checksheetbox p {
  margin-bottom: 40px;
}
#faq-pc,
#faq-product,
#faq-software {
  padding-top: 180px;
  margin-top: -180px;
  pointer-events: none;
}
.clm-wrap .support-tit {
  display: block;
  width: 100%;
  padding: 30px 20%;
  border: 1px solid #00467d;
  color: #00467d;
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.clm-wrap.xsen .support-tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 39px;
  height: 43px;
  background: url(img/page/support_icon_01.png) no-repeat;
  background-size: cover;
}
.clm-wrap.pc .support-tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 39px;
  height: 43px;
  background: url(img/page/support_icon_02.png) no-repeat;
  background-size: contain;
}
.clm-wrap.cadcam .support-tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 39px;
  height: 43px;
  background: url(img/page/support_icon_03.png) no-repeat;
  background-size: contain;
}
.clm-wrap.ios .support-tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 39px;
  height: 43px;
  background: url(img/page/support_icon_04.png) no-repeat;
  background-size: contain;
}
.clm-wrap h1.support-tit:after {
  content: none;
}
.support-contents .read {
  text-align: left;
}
.supportbox {
  border: 2px solid #00467d;
  margin-bottom: 90px;
}
.supportbox h4 {
  background-color: #00467d;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1rem 50px;
  letter-spacing: 3px;
  text-align: left;
  width: 100%;
}
.supportbox-contents {
  padding: 40px 50px 60px;
  text-align: left;
}
.supportbox-contents div,
.supportbox-contents p {
  margin-bottom: 30px;
}
.small {
  font-size: 0.8em;
}
.left {
  text-align: left;
}
.left a {
  color: #00467d;
  text-decoration: underline;
}
.left a:hover {
  text-decoration: none;
}
/*
=====================
Company
=====================
*/
#company1 {
  line-height: 2.8;
}

.company-contents-wrap {
  text-align: center;
}

.company-contents {
  margin-bottom: 150px;
}
.company-contents2 {
  margin-top: 150px;
}
.company-contents h2 {
  font-size: 39px;
  margin-bottom: 75px;
  line-height: 2.8;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  color: #00467d;
}

.company-contents h2:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.company-contents .read {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.company-mind-wrap {
  text-align: left;
}

.company-mind-wrap dl {
  margin-bottom: 50px;
}

.company-mind-wrap dt {
  display: table;
  background: #00467d;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.company-mind-wrap dl:nth-of-type(2) dt {
  background: #4e92c8;
}

.company-mind-wrap dl:nth-of-type(3) dt {
  background: #86bbe4;
}

.company-mind-wrap dd {
  padding-left: 25px;
}

.company-mind-wrap dl:nth-of-type(1) dd {
  font-size: 25px;
  line-height: 2;
}

.company-thumb-wrap {
  width: 100%;
  height: 20vw;
  background: url(img/page/company_thumb_bg.png) no-repeat center center;
  background-size: cover;
}

.company-brands-wrap {
  padding: 150px 0;
  background: #f1f4f5;
}

.company-brands-wrap .brands-wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.company-brands-wrap .brands-wrap h4 {
  width: 60%;
  margin: 0 auto 25px;
  text-align: center;
}

.company-brands-wrap .brands-wrap p {
  max-width: 960px;
  margin: 0 auto 50px;
}
.company-brands-wrap .brands-wrap p::nth-last-child() {
  margin: 0 auto 0px;
}
.company-brands-wrap .brands-wrap .brands-btn {
  display: block;
  background: url(img/page/company_brands_btn_bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 2.5vw;
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  font-size: 2.5vw;
  margin-top: 50px;
}

.company-brands-wrap .brands-wrap .brands-btn span {
  display: block;
  font-size: 13px;
  margin-top: 20px;
}

.company-message-wrap {
  margin-bottom: 150px;
}

.company-message-wrap .thumb-wrap {
  width: 50%;
  max-width: 260px;
  margin: 0 auto 25px;
  line-height: 1;
}

.company-message-wrap .text-wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5vw;
}

.company-message-wrap .text-wrap .title {
  font-size: 25px;
  line-height: 2;
  margin-bottom: 20px;
}

.company-policy-wrap {
  padding: 150px 0;
  background: #f1f4f5;
  margin-bottom: 0;
}

.company-policy-wrap .policy-wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 5vw;
}

.company-policy-wrap .policy-wrap h4 {
  color: #00467d;
}

.company-policy-wrap .policy-wrap .read {
  width: 100%;
  margin: 0;
}

.company-policy-wrap .auth-wrap {
  width: 90%;
  margin: 50px auto 0;
  color: #00467d;
  font-size: 13px;
}

.auth-wrap .auth {
  width: 45%;
  line-height: 1.5;
}

.company-policy-wrap .auth-wrap .thumb-wrap {
  max-width: 180px;
  margin: 20px auto 0;
  background: #fff;
  padding: 10px;
}

.history-nav {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  justify-content: center;
}

.history-nav a {
  display: block;
  width: 30%;
  height: 5em;
  background: #4991c9;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
  margin-right: 20px;
}

.history-nav a:nth-of-type(2) {
  background: #39a2a9;
}
.history-nav a:nth-of-type(3) {
  background: #6e9dd2;
  margin-right: 0;
}
.history-nav a:nth-of-type(4) {
  background: #56bce1;
}
.history-nav a:nth-of-type(5) {
  background: #246aa5;
  margin-right: 0;
}
.history-nav a:nth-of-type(6) {
  background: #2487ac;
}

.history-nav a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

a.history-link {
  display: block;
  margin: 50px auto;
  text-decoration: underline;
  text-align: center;
  width: 90%;
}

.history-contents-wrap {
  line-height: 2;
}

.history-contents-wrap section {
  width: 100%;
  padding: 100px 0;
  background: #5195cb;
  color: #fff;
}
.history-contents-wrap section:nth-of-type(1) {
  background: #5195cb url(img/page/history_bg_01.png) no-repeat right top;
  background-size: 50% auto;
}
.history-contents-wrap section:nth-of-type(2) {
  background: #49acb2 url(img/page/history_bg_02.png) no-repeat right top;
  background-size: 50% auto;
}
.history-contents-wrap section:nth-of-type(3) {
  background: #6e9dd2 url(img/page/history_bg_03.png) no-repeat right top;
  background-size: 50% auto;
}
.history-contents-wrap section:nth-of-type(4) {
  background: #56bce1 url(img/page/history_bg_04.png) no-repeat right top;
  background-size: 50% auto;
}
.history-contents-wrap section:nth-of-type(5) {
  background: #246aa5;
}
.history-contents-wrap section:nth-of-type(6) {
  background: #2487ac;
}

.history-contents-wrap section .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.history-contents-wrap .history-contents h2,
.history-contents-wrap .history-contents h3 {
  font-size: 39px;
  line-height: 1.8;
  margin-bottom: 50px;
}

.history-contents-wrap .history-contents .read {
  margin-bottom: 50px;
}

.history-contents-wrap .history-wrap {
  background: #fff;
  color: #333;
  margin-bottom: 25px;
  padding: 40px 80px;
  align-items: center;
}

.history-contents-wrap .history-wrap .year-wrap {
  width: 30%;
  padding-right: 80px;
  color: #4c8bbd;
}

.history-contents-wrap section:nth-of-type(2) .year-wrap {
  color: #39a2a9;
}
.history-contents-wrap section:nth-of-type(3) .year-wrap {
  color: #6e9dd2;
}
.history-contents-wrap section:nth-of-type(4) .year-wrap {
  color: #56bce1;
}
.history-contents-wrap section:nth-of-type(5) .year-wrap {
  color: #246aa5;
}
.history-contents-wrap section:nth-of-type(6) .year-wrap {
  color: #2487ac;
}

.history-contents-wrap .history-wrap .year-wrap h4 {
  font-size: 60px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.history-contents-wrap .history-wrap .year-wrap h4 span {
  display: block;
  font-size: 26px;
  margin-top: 20px;
  padding-left: 0.5em;
}

.history-contents-wrap .history-wrap .item-wrap {
  width: 70%;
  padding-left: 80px;
  flex-flow: row-reverse;
  border-left: 2px solid #4b8abc;
}

.history-contents-wrap .history-wrap .item-wrap:before,
.history-contents-wrap .history-wrap .item-wrap:after {
  display: none;
}

.history-contents-wrap section:nth-of-type(2) .item-wrap {
  border-left: 2px solid #39a2a9;
}
.history-contents-wrap section:nth-of-type(3) .item-wrap {
  border-left: 2px solid #6e9dd2;
}
.history-contents-wrap section:nth-of-type(4) .item-wrap {
  border-left: 2px solid #56bce1;
}
.history-contents-wrap section:nth-of-type(5) .item-wrap {
  border-left: 2px solid #246aa5;
}
.history-contents-wrap section:nth-of-type(6) .item-wrap {
  border-left: 2px solid #2487ac;
}

.history-contents-wrap .history-wrap .item-wrap .text-wrap {
  width: 70%;
  font-size: 13px;
}

.history-contents-wrap .history-wrap .item-wrap .thumb-wrap {
  width: 20%;
}

.history-contents-wrap .history-wrap .item-wrap .text-wrap h4 {
  font-size: 31px;
  color: #4c8bbd;
}

.history-contents-wrap section:nth-of-type(2) .item-wrap .text-wrap h4 {
  color: #39a2a9;
}
.history-contents-wrap section:nth-of-type(3) .item-wrap .text-wrap h4 {
  color: #6e9dd2;
}
.history-contents-wrap section:nth-of-type(4) .item-wrap .text-wrap h4 {
  color: #56bce1;
}
.history-contents-wrap section:nth-of-type(5) .item-wrap .text-wrap h4 {
  color: #246aa5;
}
.history-contents-wrap section:nth-of-type(6) .item-wrap .text-wrap h4 {
  color: #2487ac;
}

.history-contents-wrap .history-wrap .item-wrap .text-wrap .read {
  margin-bottom: 25px;
}
.support-contents.history table th {
  text-align: right;
}
.company-contents table td a {
  color: #00467d;
}
.support-contents.history table {
  width: 70%;
}
.support-contents.history table span {
  color: #ad0002;
}
.company-contents table td.clm-wrap {
  border-top: none;
  border-bottom: none;
}
.history_img {
  width: 25%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4;
}
.history_img dt {
  margin-bottom: 5px;
}
.history_img dd {
  margin-bottom: 30px;
}
.worldArea {
  width: 90%;
  max-width: 960px;
  margin: 0px auto 150px;
  padding-top: 150px;
}
.worldArea h2 {
  font-size: 31px;
  line-height: 1;
  margin-bottom: 50px;
  color: #00467d;
}
.worldArea h3 {
  font-weight: bold;
  font-size: 123%;
  border-bottom: 1px solid #999;
  padding-bottom: 2px;
  letter-spacing: 0.4em;
}
.worldArea table {
  width: 100%;
  margin-bottom: 50px;
}
.worldArea table th {
  width: 110px;
  vertical-align: top;
  padding: 10px 0 10px 15px;
  font-weight: normal;
  font-size: 107%;
}
.worldArea table td {
  vertical-align: top;
  padding: 10px 20px 10px 0;
  font-size: 107%;
}
.worldArea table .color1 {
  background-color: #fcfad9;
}
.worldArea table .color2 {
  background-color: #e7f1f9;
}
.company-contents.winning img {
  display: block;
  margin: 20px auto;
}
.company-contents.winning dl dd {
  font-size: 1rem;
}
.company-contents.winning dl {
  margin: 60px 0;
}
.company-contents.winning h3 {
  line-height: 1.6;
  padding-bottom: 20px;
  font-size: 28px;
  text-align: center;
  color: #00467d;
}
/*.company-policy-wrap.winning {
    background: #fff;
}*/
.company-contents.winning h4 {
  color: #00467d;
}
.auth-wrap .auth dt {
  margin-bottom: 20px;
}
.auth-wrap .auth dd {
  padding-left: 0;
}
span.right {
  font-size: 12px;
  text-align: right;
  display: block;
}
.auth-wrap .auth p {
  text-align: center;
}
.advertise {
  margin-bottom: 150px;
}
.product-top-nav.winning a {
  width: 100%;
  line-height: 1.6;
}
.product-top-nav.winning {
  justify-content: center;
  flex-flow: column;
  padding: 0;
}
#win2 .auth-wrap .auth {
  width: 65%;
}
#win2 .auth-wrap .auth:nth-child(2) {
  width: 35%;
}
#win2 .auth-wrap .auth img {
  width: 80%;
}
section#win1,
section#win3,
section#win5 {
  margin-top: -150px;
  padding-top: 150px;
}
section#win3,
section#win5 {
  padding-top: 300px;
}
/*
=====================
Contact
=====================
*/
.contact-contents-wrap {
  margin-bottom: 150px;
}

.contact-contents-wrap .read {
  margin-bottom: 50px;
}

.contact-contents-wrap .contact-link-wrap {
  margin-bottom: 50px;
}

.contact-contents-wrap .contact-link-wrap a {
  display: block;
  width: 48%;
  padding: 30px 20px 30px 60px;
  border: 1px solid #00467d;
  color: #00467d;
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.contact-contents-wrap .contact-link-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.contact-contents-wrap .contact-link-wrap a:nth-of-type(1):before {
  width: 36px;
  height: 36px;
  background: url(img/page/contact_icon.png) no-repeat;
  background-size: cover;
}
.contact-contents-wrap .contact-link-wrap a:nth-of-type(2):before {
  width: 26px;
  height: 35px;
  background: url(img/page/contact_price_icon.png) no-repeat;
  background-size: cover;
}
.contact-contents-wrap .contact-link-wrap a:nth-of-type(3):before {
  width: 28px;
  height: 35px;
  background: url(img/page/contact_showroom_icon.png) no-repeat;
  background-size: cover;
}
.contact-contents-wrap .contact-link-wrap a:nth-of-type(4):before {
  width: 27px;
  height: 40px;
  background: url(img/page/contact_catalog_icon.png) no-repeat;
  background-size: cover;
}
.contact-contents-wrap .contact-link-wrap a:nth-of-type(5):before {
  width: 36px;
  height: 26px;
  background: url(img/page/contact_mail_icon.png) no-repeat;
  background-size: cover;
}
.contact-contents-wrap iframe {
  margin-bottom: 150px;
}

.contact-info-wrap {
  text-align: center;
  margin: 100px 0 150px;
  color: #00467d;
  line-height: 2;
}

.contact-info-wrap .num {
  font-size: 39px;
  margin-bottom: 25px;
}

.contact-info-wrap .num:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 54px;
  height: 36px;
  background: url(img/page/contact_free_icon.png) no-repeat;
  background-size: cover;
}

.contact-info-wrap .date {
  display: block;
  font-size: 13px;
  margin-bottom: 25px;
}

.contact-info-wrap .note {
  font-size: 13px;
}

.info-contents-wrap {
  text-align: center;
  margin: 150px 0;
}

.info-contents-wrap h2 {
  font-size: 32px;
  color: #00467d;
  margin-bottom: 25px;
}

.info-contents-wrap a {
  display: block;
  text-decoration: underline;
  margin-top: 25px;
}

.policy h2 {
  font-size: 39px;
  margin-bottom: 75px;
  line-height: 2.8;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  color: #00467d;
}
.policy h2:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #00467d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact-contents-wrap.repair {
  margin-bottom: 150px;
}

.repair .oshirase {
  text-align: left;
  margin-bottom: 20px;
}

.repair .oshirase a {
  background: url(img/page/is_pdf-map.gif) no-repeat left top;
  padding: 2px 0 3px 32px;
  color: #00467d;
}

/* sitemap */
.map-contents {
  max-width: 1180px;
  color: #00467d;
}
.level0 li.level0-cd {
  float: left;
  padding-right: 40px;
  margin-bottom: 90px;
}
.level0::after {
  content: "";
  display: block;
  clear: both;
}

.level1 {
  font-size: 20px;
  color: #00467d;
  line-height: 1.6;
  margin-bottom: 16px;
  border-bottom: 1px solid #00467d;
}
.level3 {
  padding-left: 20px;
  font-size: 13px;
  color: #333;
  padding-bottom: 18px;
  margin-bottom: 13px;
  border-bottom: 1px solid #b5b5b5;
}
.level0 dd {
  padding-left: 20px;
}
.h500 {
  height: 520px;
}

.mailmag input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

p.mente {
  text-align: center;
  margin: 90px 0;
}
/** brタグをどんな場合でも表示 */
.text-wrap br {
  　display: block !important;
}

.newitem {
  display: block;
  position: relative;
}

/**
.newitem:after{
	content:'';
	background:url(img/common/new.png) no-repeat;
	background-size:contain;
	width:34px;
	height:34px;
	position:absolute;
	top:15px;
	right:10px;
}  */
.shika-x .product:first-of-type,
.shika-x .product:nth-of-type(5) {
  position: relative;
}
/**
.shika-x .product:first-of-type:after,
.shika-x .product:nth-of-type(5):after{
	content:'';
	background:url(img/common/new.png) no-repeat;
	background-size:contain;
	width:34px;
	height:34px;
	position:absolute;
	top:15px;
	right:10px;
}  */

.formbox {
  margin: 60px auto;
}
.formbox dl {
  padding: 20px 0;
  display: flex;
  flex-flow: row wrap;
}
.formbox dt {
  width: 30%;
  display: block;
}
.formbox dd {
  width: 70%;
}
.formbox input[type="text"] {
  padding: 5px;
  font-size: 15px;
}
input.global-btn {
  display: block;
  width: 32%;
  padding: 20px;
  background: #00467d;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  border: none;
  cursor: pointer;
}
input.return-btn {
  display: block;
  width: 32%;
  padding: 20px;
  background: #6d6d6d;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.mw_wp_form_confirm li {
  border-bottom: 1px solid #ccc;
}
.mw_wp_form_confirm .redd {
  display: none;
}
dd.form_about {
  display: flex;
  flex-flow: row wrap;
}
span.mwform-checkbox-field.horizontal-item {
  display: block;
  width: max-content;
  margin-right: 10px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.solio-xz2 #solio-01 .right-img,
.solio-xz2 #solio-02 .right-img,
.solio-xz2 #solio-03 .right-img {
  height: 50px;
  width: auto;
}
.solio-xz2 .integrated {
  width: 536px;
}
.solio-xz2 .rma {
  width: 211px;
}
.solio-xz2 .rma-sppa {
  width: calc(100% - 211px);
}
:is(
    .solio-xz2 #solio-01 .right-img,
    .solio-xz2 #solio-02 .right-img,
    .solio-xz2 #solio-03 .right-img
  )
  img {
  max-height: 100%;
  width: auto;
}
.solio-xz2 .product-single-contents-wrap .fl--ct {
  justify-content: space-between;
}
.solio-xz2 .product-single-contents-wrap .fl2.fl--48 > div {
  width: 48%;
}
.solio-xz2 .video-caution {
  text-align: left;
  font-size: 80%;
}
.solio-xz2 .product-single-contents-wrap .fl {
  gap: 20px;
}

/* 250820 再修正 */
.solio-xz2 .product-single-contents-wrap h3 {
  margin-bottom: 5px;
}
/* 260226 TOPバナー */
.jds-bnr {
  padding: 150px 0 0px;
  display: block;
  margin: 0 auto;
  width: fit-content;
  max-width: 800px;
}
.foot-banner-area .clm-wrap a.hurf--bsi :is(img, picture) {
  width: 65%;
  margin: 0 auto;
  display: block;
}
