@charset "UTF-8";
.bread_link {
  text-align: right;
  max-width: none;
}
@media screen and (min-width: 1920px) {
  .bread_link {
    padding-top: 132px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .bread_link {
    padding-top: 6.875vw;
  }
}
@media screen and (min-width: 1920px) {
  .bread_link {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .bread_link {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .bread_link {
    padding-right: calc(21.875 / 1400 * 100vw);
    padding-top: calc(94.0625 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .bread_link {
    width: 100vw;
    overflow-x: scroll;
    padding-top: calc(62 / 390 * 100vw);
    padding-bottom: 0;
  }
}
.bread_link ol, .bread_link ul {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
}
@media screen and (min-width: 1920px) {
  .bread_link ol, .bread_link ul {
    font-size: 13px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .bread_link ol, .bread_link ul {
    font-size: max(10px, 0.6770833333vw);
  }
}
@media screen and (min-width: 1401px) and (max-width: 1800px) {
  .bread_link ol, .bread_link ul {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .bread_link ol, .bread_link ul {
    font-size: max(12px, 12.03125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .bread_link ol, .bread_link ul {
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(12 / 390 * 100vw) calc(10 / 390 * 100vw);
    margin-left: auto;
    font-size: max(10px, 10 / 390 * 100vw);
  }
}
.bread_link li {
  white-space: nowrap;
  font-size: inherit;
  padding: 0;
  font-weight: 500;
  color: #303234;
}
@media screen and (min-width: 1401px) and (max-width: 1800px) {
  .bread_link li {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .bread_link li {
    font-size: max(12px, 12.03125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .bread_link li {
    font-size: max(10px, 10 / 390 * 100vw);
  }
}
.bread_link li:after {
  padding-left: 3px;
  padding-right: 6px;
  color: #0057BE;
}
.bread_link a {
  color: rgba(48, 50, 52, 0.5);
}
.bread_link_separator {
  color: #0057BE;
}
@media screen and (min-width: 1920px) {
  .bread_link_separator {
    margin-left: 6px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .bread_link_separator {
    margin-left: 0.3125vw;
  }
}
@media screen and (min-width: 1920px) {
  .bread_link_separator {
    margin-right: 6px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .bread_link_separator {
    margin-right: 0.3125vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .bread_link_separator {
    margin: 0 calc(6.5625 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .bread_link_separator {
    margin: 0 calc(6 / 390 * 100vw);
  }
}
.bread_link a {
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .bread_link a:hover {
    color: #303234;
  }
}
#contents-wrap {
  overflow: hidden;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) and (min-width: 1920px) {
  #contents-wrap {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) and (min-width: 1401px) and (max-width: 1919px) {
  #contents-wrap {
    margin-top: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  #contents-wrap {
    margin-top: 0;
  }
}
/*--------------------------------------------------
	Base
--------------------------------------------------*/
/*--------------------------------------------------
	Common
--------------------------------------------------*/
/*--------------------------------------------------
    colors
--------------------------------------------------*/
/*--------------------------------------------------
    mixin
--------------------------------------------------*/
/*--------------------------------------------------
    Clearfix
--------------------------------------------------*/
.clear {
  clear: both;
}

*:after {
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
  /* clearfix IE6, 7 */
}
.clearfix:after {
  content: "";
  /* clearfix */
}

html,
body {
  font-size: 62.5%;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

a {
  color: #000;
  outline: none;
  overflow: hidden;
}
a:focus {
  outline: none;
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

ul {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none outside none;
}

/*--------------------------------------------------
	Module
--------------------------------------------------*/
.ups-footer-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
}

/*	Common Module
--------------------------------------------------*/
.ups-home .ttl-type01 {
  margin-bottom: 18px;
}
.ups-home .box-inner .ttl-type01:first-child {
  margin-top: 80px;
}
.ups-home .column-text p {
  margin-bottom: 8px;
}
.ups-home .column-text-sub {
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 1.3rem;
}
.ups-home .column-text-link {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}
.ups-home a {
  text-decoration: none;
}

.bg-b {
  background: #0074BE;
}

.bg-r {
  background: #E6001B;
}

.tc-b {
  color: #0074BE;
}

.tc-r {
  color: #E6001B;
}

/*--------------------------------------------------
	Contents
--------------------------------------------------*/
/*	Main Visual
--------------------------------------------------*/
.mainv {
  position: relative;
  width: 100%;
  height: 440px;
  background-color: #E6E8E8;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/img_page_ttl.jpg);
}
.mainv-body {
  position: absolute;
  top: 50%;
  font-size: 28px;
  font-size: 2.8rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainv-logo {
  margin: 0 0 50px;
  line-height: 2;
}
.mainv-logo span {
  display: block;
  width: 300px;
  height: 94px;
  background: url(../images/logo_ups.svg) no-repeat 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mainv-text {
  margin-bottom: 25px;
  line-height: 1.4;
}
.mainv .box-inner {
  position: static;
}

.btn-type-bg {
  position: relative;
  display: block;
  width: 230px;
  padding: 10px 20px 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #77848e;
  border-radius: 60px;
}
.btn-type-bg:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-type-bg:link, .btn-type-bg:visited, .btn-type-bg:hover {
  color: #FFF;
}
.btn-type-bg:hover {
  background: #485057;
}

/* UPS Banner
--------------------------------------------------*/
.bnr-box {
  padding: 30px 0;
  background: #1b1b1b;
}

.ups-bnr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ups-bnr .bnr {
  width: 48.5%;
}
.ups-bnr .bnr a {
  position: relative;
  display: block;
}
.ups-bnr .bnr a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 30px;
  margin-top: -5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ups-bnr .bnr p {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ups-bnr .bnr p span {
  display: block;
  line-height: 1;
}
.ups-bnr .bnr p span.about_ups {
  font-size: 28px;
  font-size: 2.8rem;
}

.ups-bnr .bnr p span.top {
  margin-bottom: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}
.ups-bnr .bnr p span.mid {
  margin-left: -0.5em;
}
.ups-bnr .bnr p span.btm {
  margin-top: 12px;
  font-size: 13px;
  font-size: 1.3rem;
}

/*
--------------------------------------------------*/
.ups-contents-nav-wrap {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.ups-contents-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ups-contents-nav li {
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
  margin-top: 25px;
}
.ups-contents-nav li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  background: #E1E1E1;
  border: 1px solid #808080;
}
.ups-contents-nav li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #333 #333 transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ups-contents-nav li a:hover {
  border: 1px solid #053250;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #FFF;
}
.ups-contents-nav li:last-child a {
  color: #FFF;
  background: #40888C;
}
.ups-contents-nav li:last-child a:after {
  border-color: transparent #FFF #FFF transparent;
}
.ups-contents-nav li:last-child a:hover {
  color: #333;
  background: #FFF;
}

/*
--------------------------------------------------*/
.ups-product-items {
  width: 100%;
  margin-bottom: 10px;
}
.ups-product-items li {
  position: relative;
  border: 1px solid #808080;
}
.ups-product-items li + li {
  margin-top: 40px;
}
.ups-product-items li a.product-link {
  display: -webkit-flex;
  display: flex;
}
.ups-product-items li a.outer-link {
  position: absolute;
  bottom: 20px;
  left: 33%;
  padding-left: 30px;
  color: #B0272D;
}

.item-fig {
  width: 33%;
}
.item-fig img {
  width: 100% !important;
  height: auto;
}

.item-text {
  position: relative;
  width: 67%;
}
.item-text:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #808080 #808080 transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item-text-inner {
  padding-left: 30px;
}
.item-text-inner h3 {
  margin: 0;
  padding-top: 25px;
}
.item-text-inner h3 + p {
  margin-top: 1em;
}
.item-text-inner p {
  margin: 0;
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.product-logo {
  width: auto;
  height: 28px;
  margin-right: 15px;
  vertical-align: text-bottom !important;
}

/*
--------------------------------------------------*/
.ups-eos-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 65px;
}
.ups-eos-nav li {
  -webkit-flex-basis: 12.5%;
  flex-basis: 12.5%;
}
.ups-eos-nav li a {
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
}

/*
--------------------------------------------------*/
.ups-home .btn-wrap02 {
  margin-bottom: 40px;
  padding-top: 0;
}

.ups-btn-contact-wrap {
  position: fixed;
  width: 100%;
  background: #FFF;
  left: 0;
  bottom: 0;
  border-top: 1px solid #CCC;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
.ups-btn-contact-wrap.fade-in {
  display: none;
  opacity: 0;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.ups-btn-contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 40px;
}
.ups-btn-contact p {
  margin: 0;
}
.ups-btn-contact .tell {
  display: inline-block;
  background: url(/common/images/icon_freedial.png) 0px calc(50% - 2px) no-repeat;
  padding-left: 60px;
  min-height: 30px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 2.2;
}
.ups-btn-contact .tell a {
  color: #053250;
}
.ups-btn-contact .tell a:link, .ups-btn-contact .tell a:visited, .ups-btn-contact .tell a:hover {
  color: #053250;
}
.ups-btn-contact .btn-type-arrow {
  margin: 8px 0 0;
}
.ups-btn-contact-head {
  width: 25%;
}
.ups-btn-contact-head p {
  padding-left: 30%;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.ups-btn-contact-body {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 75%;
}
.ups-btn-contact-body p {
  padding: 0 20px;
}

/*--------------------------------------------------
	Lev2 styles
--------------------------------------------------*/
/*--------------------------------------------------
    Common
--------------------------------------------------*/
.page-ttl-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px;
  background: url(../images/bg_page_ttl.jpg) center center no-repeat;
  background-size: cover;
  border: 1px solid #CCC;
  position: relative;
}

.page-ttl {
  padding: 40px 0;
}
.page-ttl span {
  display: block;
  color: #333;
  font-weight: bold;
}
.bnr_about{
  width:300px;
  position:absolute;
  right:30px;
  top:30px;
}
.bnr_about a{
  position: relative;
  display: block;
}
.bnr_about a::after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  right: 30px;
  margin-top: -5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bnr_about a img{
  width:100%;
  height:auto;
}
.bnr_about a span{
  font-weight:bold;
  color:#fff;
  position:absolute;
  left:20px;
  top:15px;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-ttl__text {
  font-size: 24px;
  font-size: 2.4rem;
}
.page-ttl__text-sub {
  font-size: 14px;
  font-size: 1.4rem;
}

.detail_title {
  margin: 45px 0 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #333;
}
.detail_title h1 {
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}
.detail_title h1 strong {
  font-weight: normal;
}

.ups-page .page-ttl-wrap::after {
  display: none;
}
.ups-page .detail_title {
  margin: 45px 0 30px;
  color: #333;
  border-bottom: 2px solid #333;
}

.ups-footer-inner {
  max-width: 1170px;
}
.ups-footer-inner .ups-contents-nav {
  margin-top: 90px;
}
.ups-footer-inner .btn-wrap02 {
  padding-top: 60px;
  margin-bottom: 40px;
}
.ups-footer-inner a.btn-type-arrow {
  padding-top: 0;
  line-height: 60px;
}

.column-text-indent {
  margin: 0;
}
.column-text-indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.column-text-indent + .column-text {
  margin-top: 1em;
}
.column-text-indent.-lev2 {
  margin: 0;
  padding-left: 1em;
}
.column-text-indent.-lev2 p {
  margin: 0;
}

p.column-text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*  list style
--------------------------------------------------*/
.num-list {
  padding-left: 1.5em;
}
.num-list li {
  color: #044362;
  font-weight: bold;
  list-style: decimal;
}

/*--------------------------------------------------
    Product
--------------------------------------------------*/
.product-nav-wrap {
  margin-top: 40px;
}
.product-nav-wrap img {
  height: 55px;
}

.product-info-link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.product-info-link li {
  width: 34.25%;
  padding-left: 2.75%;
}
.product-info-link li:first-child {
  width: 31.5%;
  padding-left: 0;
}
.product-info-link li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #DEDEDE;
  border: 1px solid #808080;
}
.product-info-link li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #333 #333 transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-info-link li a:link, .product-info-link li a:visited, .product-info-link li a:hover {
  color: #333;
}
.product-info-link li a:hover {
  border: 1px solid #053250;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #FFF;
}

.product-anc-link-wrap {
  margin: 10px 0 40px;
  padding: 25px 40px 20px;
  background: #ECEFF1;
}
.product-anc-link-wrap p {
  margin: 0;
  color: #044362;
  font-weight: bold;
}

.product-anc-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product .product-anc-link {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product .product-anc-link li {
  width: 31.5%;
}
.product .product-anc-link li a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: 1px solid #F0F2F4;
}
.product .product-anc-link li a:visited {
  color: #333;
}
.product .product-anc-link li a:hover {
  color: #1958AA;
  border-bottom: 1px solid #1958AA;
}
.faq .product-anc-link li, .manual .product-anc-link li, .dimension .product-anc-link li {
  width: 16.66667%;
}
.faq .product-anc-link li a, .manual .product-anc-link li a, .dimension .product-anc-link li a {
  position: relative;
  line-height: 1;
  text-decoration: none;
}
.faq .product-anc-link li a:after, .manual .product-anc-link li a:after, .dimension .product-anc-link li a:after {
  position: absolute;
  content: "▼";
  top: 2px;
  right: -1.5em;
  color: #044362;
  font-size: 11px;
  font-size: 1.1rem;
}
.faq .product-anc-link li a:hover, .manual .product-anc-link li a:hover, .dimension .product-anc-link li a:hover {
  text-decoration: underline;
}
.product-anc-link + p {
  margin-top: 20px;
}

.product-info dt {
  padding-top: 5px;
  color: #044362;
  font-size: 18px;
  font-size: 1.8rem;
  border-top: 1px solid #B0BEC5;
}
.product-info dd {
  padding-bottom: 8px;
  font-size: 13px;
  font-size: 1.3rem;
}
.product-info dd b {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.product-info dd p {
  margin: 0;
}
.product-info dd p + b {
  margin-top: 5px;
}
.product-info-wrap .ttl-type02 {
  color: #044362;
  font-size: 18px;
  font-size: 1.8rem;
}

.product-maint-service {
  font-size: 13px;
  font-size: 1.3rem;
}
.product-maint-service .ttl-type03 {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #B0BEC5;
}

.plan-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 30px;
  font-size: 13px;
  font-size: 1.3rem;
}
.plan-wrap dt, .plan-wrap dd {
  padding: 8px 0;
  border-top: 1px solid #CCC;
}
.plan-wrap dt:last-of-type, .plan-wrap dd:last-of-type {
  border-bottom: 1px solid #CCC;
}
.plan-wrap dt {
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  font-weight: bold;
}
.plan-wrap dd {
  -webkit-flex-basis: 70%;
  flex-basis: 70%;
}
.plan-wrap .notes-text {
  margin: 0;
}

/*--------------------------------------------------
    fu_series
--------------------------------------------------*/
.tbl-ups {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.tbl-ups tr:nth-child(3) {
  border-top: 2px solid #000;
}
.tbl-ups tr.tbl-ups-product td {
  background: #FFF;
}
.tbl-ups td {
  width: 39%;
  padding: 0.5em 1%;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #000;
}
.tbl-ups td:first-child {
  width: 22%;
  font-weight: bold;
  background: #F5F5F5;
}
.tbl-ups dl dt {
  float: left;
  clear: both;
}
.tbl-ups dl dd {
  padding-left: 6em;
}

.tbl-ups-cat .cat {
  color: #FFF;
  font-weight: bold;
}

.tbl-ups-product td {
  background: #FFF;
}

.product-wrap {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 10px 0 20px;
}
.product-wrap span {
  width: 50%;
  font-weight: bold;
}

/*--------------------------------------------------
    Kyuden
--------------------------------------------------*/
.kyuden-wrap {
  margin-top: 40px;
}
.kyuden-wrap .ttl-type02 {
  margin-top: 40px;
}
.kyuden-wrap .ttl-type02:first-of-type {
  margin-top: 0;
}

/*--------------------------------------------------
    faq
--------------------------------------------------*/
.faq-wrap h2, .faq-wrap h3 {
  margin: 0;
}
.faq-wrap > h2 {
  margin: 60px 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}

.faq-title {
  margin: 40px 0;
  padding: 40px 0 20px;
  border-bottom: 1px solid #CCC;
}
.faq-title .col-lg-3 {
  padding-left: 0;
}

.faq-anc-link {
  text-align: right;
}
.faq-anc-link li {
  display: inline-block;
  margin-left: 40px;
  font-size: 13px;
  font-size: 1.3rem;
}
.faq-anc-link li a {
  position: relative;
  text-decoration: none;
}
.faq-anc-link li a:after {
  position: absolute;
  content: "▼";
  top: -4px;
  right: -1.5em;
  color: #ccc;
  font-size: 11px;
  font-size: 1.1rem;
}
.faq-anc-link li a:hover {
  text-decoration: underline;
}

.faq-list-wrap {
  margin: 20px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECEFF1;
}
.faq-list-wrap .col-lg-3 {
  padding-left: 0;
}

.faq-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq-list dt, .faq-list dd {
  margin-bottom: 10px;
  padding: 5px 0;
}
.faq-list dt:last-of-type, .faq-list dd:last-of-type {
  margin-bottom: 0;
}
.faq-list dt {
  -webkit-flex-basis: 5%;
  flex-basis: 5%;
  color: #3270C5;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #ECF3FA;
}
.faq-list dd {
  position: relative;
  -webkit-flex-basis: 95%;
  flex-basis: 95%;
  padding-left: 28px;
}
.faq-list dd a {
  position: relative;
  text-decoration: none;
}
.faq-list dd a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: -20px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #CCC #CCC transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq-list dd a:hover {
  text-decoration: underline;
}
.faq-list dd b {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.faq-list-indent li {
  padding-left: 1.8em;
  font-size: 14px;
  font-size: 1.4rem;
}
.faq-list-indent li.not-indent {
  padding-left: 0;
}

.faq-head {
  padding: 4px 0;
  margin-bottom: 1em;
}
.faq-head span {
  display: inline-block;
  width: 4em;
  font-weight: bold;
  text-align: center;
}
.faq-head._q {
  background: #ECF3FA;
}
.faq-head._q span {
  color: #3270C5;
}
.faq-head._a {
  padding-left: 4.15em;
  text-indent: -4.15em;
  background: #FAF1EE;
}
.faq-head._a span {
  color: #E6280F;
  padding-left: 4em;
}
.faq-head + .faq-head {
  margin-bottom: 2em;
}

/*--------------------------------------------------
    Manual
--------------------------------------------------*/
.product-manual-wrap {
  margin: 40px 0 0;
  border: 1px solid #B0BEC5;
}
.product-manual-wrap .col-lg-3, .product-manual-wrap .col-lg-9 {
  padding-right: 0;
  padding-left: 0;
}
.product-manual-wrap .product-name {
  background: #F5F5F5;
  border-right: 1px solid #B0BEC5;
}
.product-manual-wrap .product-name h3 {
  margin-left: 20px;
  padding: 0.8em 0;
  color: #005575;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.product-manual-wrap .product-name h3 a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  color: #005575;
  font-size: 20px;
  font-size: 2rem;
}
.product-manual-wrap .product-name h3 a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  bottom: 5px;
  left: 0;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #005575 #005575 transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product-list p {
  margin: 0;
  padding: 10px 10px 8px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  border-top: 1px solid #f9f9f9;
}

.product-manual-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-manual-list li {
  position: relative;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.product-manual-list li:hover {
  background: #EBF7FF;
}
.product-manual-list li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 3px 0 3px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}
.product-manual-list li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 10px;
  left: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #B0BEC5 #B0BEC5 transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-manual-list li a span {
  display: block;
  padding-right: 20px;
  background: url(/common/images/icon_pdf.png) 99% 1px no-repeat;
  background-size: 20px 20px;
  min-height: 20px;
}

/*------------------------------------------------------------------*/
/* UPS　廃盤
/*------------------------------------------------------------------*/
.h1_group {
  position: relative;
  border: solid 1px #C8CBCE;
  width: 100%;
  height: 100px;
}

.h1_group h1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.h1_group p {
  position: absolute;
  top: 0px;
  right: 0px;
}

.h1_group p img {
  margin-right: 0px;
}

/*190301追加*/
.link_product {
  margin-bottom: 30px;
}

.tm0 {
  margin-bottom: 0 !important;
}

.tm2 {
  margin-bottom: 2em;
}

.tm4 {
  margin-bottom: 4em;
}

/*menu 概要　仕様　外形・寸法・質量　背面図
---------------------------------------------------*/
/*
	Menu
--------------------------------*/
/*.menu_end{
	position: relative;
	margin-bottom: 16px;
	padding-top:18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #D2D5D8;
}

.menu_end .col_product{
	float: left;
	width: 160px;
}

.menu_end .col_contens{
	float: left;
	width: 540px;
	margin-top: 6px;
}*/
ul.menu_end_link {
  margin: 0;
  padding: 0;
  /*text-align:left;*/
  text-align: right;
}

ul.menu_end_link li {
  display: inline-block;
}

ul.menu_end_link li a {
  font-size: 1em;
  color: #333;
  text-decoration: none;
  padding: 1em 1em 1.25em 1.8em;
  line-height: 2em;
  background-position: 0.45em 0.3em;
  background: url(../images/subnav_mi.gif) no-repeat 0.8em 1.6em;
  float: left;
  font-weight: bold;
  display: inline-block;
}

ul.menu_end_link li a:hover {
  color: #3270C5;
  text-decoration: underline;
  background: url(../images/subnav_mi.gif) no-repeat 0.8em 1.6em;
  float: left;
  font-weight: bold;
  display: inline-block;
}

.menu_current {
  font-size: 1em;
  color: #333;
  border-bottom: 2px solid;
  padding: 1em 1em 0em 1.8em;
  line-height: 2em;
  background-position: 0.3em 0.3em;
  background: url(../images/subnav_mi.gif) no-repeat 0.8em 1.6em;
  float: left;
  font-weight: bold;
  display: inline-block;
}

/*inline-blockの場合*/
ul.menu_end_contens li {
  display: inline-block;
}

/*
	end_link
--------------------------------*/
ul.end_link li a {
  font-size: 1em;
  color: #333;
  text-decoration: none;
  padding: 0.4em 0em 0.25em 1.25em;
  line-height: 2.4em;
  background-position: 0.25em 0.3em;
  background: url(../images/subnav_mi.gif) no-repeat 0em 0.8em;
}

ul.end_link li a:hover {
  color: #3270C5;
  text-decoration: underline;
  background: url(../images/subnav_mi.gif) no-repeat 0em 0.8em;
}

/*
	仕様　Table
--------------------------------*/
table {
  width: 100%;
}

table th, table td {
  border: 1px solid #999;
  vertical-align: middle !important;
}

td {
  display: table-cell;
  vertical-align: inherit;
  padding: 0 4px;
}

td.pdf {
  width: 250px;
  font-size: 0.9em;
  color: #333;
  text-decoration: none;
  padding: 0.4em 0em 0.25em 2em;
  line-height: 1.4em;
  background: url(../images/m_pdf.png) no-repeat 0.7em 0.6em;
  margin-left: -10px;
}

td.pdf_2line {
  width: 250px;
  font-size: 0.9em;
  color: #333;
  text-decoration: none;
  padding: 0.4em 0em 0.25em 2em;
  line-height: 1.4em;
  background: url(../images/m_pdf.png) no-repeat 0.7em 1.5em;
  margin-left: -10px;
}

@media screen and (max-width: 900px) {
  .h1_group p {
    display: none;
  }
}
/*190312*/
@media screen and (max-width: 770px) {
  ul.menu_end_link {
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
.product-info-link_end {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.product-info-link_end a {
  text-decoration: none;
}

.product-info-link_end li {
  width: 27.4%;
}

.product-info-link_end li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #DEDEDE;
  border: 1px solid #808080;
  color: #333;
}

.product-info-link_end li a:link,
.product-info-link_end li a:visited {
  color: #333;
}

.product-info-link_end li a:hover {
  border: 1px solid #053250;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #FFF;
  color: #333;
}

.dimension_end {
  margin-left: 18px;
}

.product-info-link_end li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #333 #333 transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*追加*/
.column-text-img {
  margin-top: 40px;
}

.link_pdf {
  text-decoration: none;
  background: url(../images/m_pdf.png) no-repeat 11.55em 0.65em;
}

.red {
  color: #E5280E;
}

.tm {
  margin-bottom: 1em !important;
}

.midashi {
  color: #053250;
}

p.caption {
  font-size: 0.8em !important;
  line-height: 1.8em;
}

.date_line_before {
  padding-bottom: 5px;
}

.data_line {
  padding-top: 5px;
  border-top: 1px dashed #B0BEC5;
}

.ml18 {
  margin-left: 18px;
}

.product-info-link_end_4 {
  /*display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-info-link_end_4 li {
  /*width: 50%;*/
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
  /*margin-top: 25px;*/
}

.product-info-link_end_4 li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #DEDEDE;
  border: 1px solid #808080;
  color: #333;
  text-decoration: none;
  	/*position: relative;
      display: block;
      padding: 10px 15px;
      color: #333;
      font-size: 14px;
      font-size: 1.4rem;
      background: #E1E1E1;
      border: 1px solid #808080;*/
}

.product-info-link_end_4 li a:hover {
  border: 1px solid #053250;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #FFF;
  color: #333;
}

.product-info-link_end_4 li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #333 #333 transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product-info-link_end_4 li.current p {
  margin-bottom: 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #808080;
  border: 1px solid #808080;
  color: #FFF;
}

.product-info-link_end_4 li.current p:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*.product-info-link_end_4 li.current p:hover {
    border: 1px solid #053250;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #FFF;
    color: #333;
}*/
@media (max-width: 480px) {
  .product-info-link_end_4 li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .detail_title {
    padding: 0 25px 10px 0 !important;
  }
}
/*--------------------------------------------------
	Media Queries
--------------------------------------------------*/
@media (max-width: 1140px) {
  .sec-lead-wrap {
    display: block;
  }
  .sec-lead-link {
    text-align: left;
  }

  .ups-bnr .bnr p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ups-bnr .bnr p span.top {
    margin-bottom: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .ups-bnr .bnr p span.btm {
    margin-top: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .ups-product-items li a.outer-link {
    bottom: 20px;
    left: 50%;
    padding-left: 20px;
  }

  .item-fig {
    width: 50%;
  }

  .item-text {
    width: 50%;
  }
  .item-text:after {
    right: 20px;
  }
  .item-text-inner {
    padding: 0 45px 0 20px;
  }
  .item-text-inner h3 {
    padding-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .item-text-inner p br {
    display: none;
  }

  .ups-contact-body {
    width: 100%;
  }

  .faq-title.row {
    display: block;
  }
  .faq-title.row .col-lg-3 {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .faq-title.row .col-lg-9 {
    padding-right: 0;
    padding-left: 0;
  }

  .faq-anc-link {
    text-align: left;
  }
  .faq-anc-link li {
    margin-left: 0;
    margin-right: 20px;
  }

  .ups-btn-contact {
    display: block;
    padding: 5px 0;
  }
  .ups-btn-contact .tell {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 2.4;
  }
  .ups-btn-contact-head {
    width: 100%;
  }
  .ups-btn-contact-head p {
    padding: 5px 0;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  .ups-btn-contact-head p br {
    display: none;
  }
  .ups-btn-contact-body {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1070px) {
  .ups-banner-btn {
    display: block;
  }

  .ups-contents-nav li {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 991px) {
  .ups-home .column-text-sub {
    margin-bottom: 20px;
  }
  .ups-home .column-text-link {
    display: inline-block;
    margin-bottom: 20px;
  }

  .product-nav-wrap .col-lg-7 {
    margin-top: 40px;
  }

  .faq .product-anc-link li, .manual .product-anc-link li, .dimension .product-anc-link li {
    width: 33.33333%;
  }

  .product-manual-wrap .product-name {
    border-right: none;
    border-bottom: 1px solid #B0BEC5;
  }

  .plan-wrap {
    margin-top: 0;
  }

  .faq-answer-wrap .col-lg-3 {
    margin-bottom: 20px;
  }

  .faq-head {
    padding: 0;
    margin-bottom: 1em;
  }
  .faq-head span {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding: 4px 10px;
    text-align: left;
  }
  .faq-head._q {
    background: #FFF;
  }
  .faq-head._q span {
    background: #ECF3FA;
  }
  .faq-head._a {
    padding-left: 0;
    text-indent: 0;
    background: #FFF;
  }
  .faq-head._a span {
    padding-left: 10px;
    background: #FAF1EE;
  }

  .faq-list-wrap .col-lg-3 {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .faq-list-wrap .col-lg-9 {
    padding-right: 0;
    padding-left: 0;
  }

  .faq-list dt {
    -webkit-flex-basis: 8%;
    flex-basis: 8%;
  }
  .faq-list dd {
    -webkit-flex-basis: 92%;
    flex-basis: 92%;
  }
}
@media (max-width: 900px) {
  .ups-bnr {
    display: block;
  }
  .ups-bnr .bnr {
    width: 100%;
  }
  .ups-bnr .bnr a:after {
    right: 20px;
  }
  .ups-bnr .bnr p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ups-bnr .bnr p span.top {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ups-bnr .bnr p span.btm {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ups-bnr .bnr img {
    width: 100% !important;
  }
  .ups-bnr .bnr + .bnr {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ups-footer-inner {
    padding: 0 15px;
  }

  .ups-home .ttl-type01 {
    margin-bottom: 18px;
  }
  .ups-home .box-inner .ttl-type01:first-child {
    margin-top: 35px;
  }

  .ups-contents-nav-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ups-product-items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ups-product-items li {
    width: 48.5%;
  }
  .ups-product-items li a.product-link {
    display: block;
  }
  .ups-product-items li a.outer-link {
    left: 0;
  }
  .ups-product-items li + li {
    margin-top: 0;
  }

  .item-fig {
    width: 100%;
  }

  .item-text {
    width: 100%;
  }
  .item-text:after {
    right: 20px;
  }
  .item-text-inner {
    padding-bottom: 60px;
  }

  .product-logo {
    display: block;
    margin-bottom: 8px;
  }

  .photo-item-ph {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .photo-item-txt {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .ups-eos-nav li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }

  .ups-btn-contact-wrap {
    display: none;
    opacity: 0;
  }

  .tbl-ups {
    white-space: nowrap;
    table-layout: auto;
  }

  .product-anc-link-wrap {
    padding: 20px;
  }

  .ups-page .page-ttl-wrap .page-ttl {
    display: block;
  }

  .ups-footer-inner .btn-wrap02 {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .ups-footer-inner a.btn-type-arrow {
    padding-top: 0;
    line-height: 50px;
  }

  .kyuden-wrap .ttl-type02 {
    margin-top: 40px !important;
  }
  .kyuden-wrap .ttl-type02:first-of-type {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {

  .page-ttl-wrap .bnr_about{
    width:100%;
    height:65px;
    position:relative;
    margin:auto;
    left:0;
    top:40px;

  }
  .page-ttl-wrap .bnr_about a{
    position: relative;
    display: block;
  }
  .page-ttl-wrap .bnr_about a::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 30px;
    margin-top: -5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #FFF #FFF transparent;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .page-ttl-wrap .bnr_about a img{
    width:100% !important;
    height:65px;
    object-fit: cover;
  }
  .page-ttl-wrap .bnr_about a span{
    font-weight:bold;
    color:#fff;
    position:absolute;
    left:20px;
    top:20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box-inner.mt120{
    margin-top:120px;
  }

  .product-info-link {
    display: block;
  }
  .product-info-link li {
    width: 100%;
    padding-left: 0;
  }
  .product-info-link li:first-child {
    width: 100%;
  }
  .product-info-link li + li {
    margin-top: 10px;
  }

  .product .product-anc-link {
    display: block;
  }
  .product .product-anc-link li {
    width: 100%;
  }

  .ups-product-items {
    display: block;
  }
  .ups-product-items li {
    width: 100%;
  }
  .ups-product-items li + li {
    margin-top: 30px;
  }
  .ups-product-items li a.outer-link {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .product-logo {
    display: inline-block;
    margin-bottom: 0;
  }

  .product-manual-list li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .mainv {
    height: 460px;
    background: url(../images/img_page_ttl_sp.png) center center no-repeat;
    background-size: cover;
  }
  .mainv-body {
    position: static;
    font-size: 16px;
    font-size: 1.6rem;
    transform: none;
  }
  .mainv-logo {
    margin: 0;
    padding: 30px 0 10px;
  }
  .mainv-logo span {
    width: 260px;
  }

  .btn-type-bg {
    width: 200px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .bnr-box {
    padding: 0;
  }
  .bnr-box .box-inner {
    padding: 0;
  }

  .ups-bnr .bnr p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ups-bnr .bnr p span.top {
    margin-bottom: 8px;
    font-size: 10px;
    font-size: 1rem;
  }
  .ups-bnr .bnr p span.btm {
    margin-top: 8px;
    font-size: 10px;
    font-size: 1rem;
  }
  .ups-bnr .bnr + .bnr {
    margin-top: 0;
  }

  .ups-contents-nav-wrap {
    padding: 0 0 40px;
  }

  .ups-contents-nav li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin-top: 0;
  }
  .ups-contents-nav li a {
    padding: 15px 10px;
    font-size: 11px;
    font-size: 1.1rem;
    border: none;
    border-bottom: 1px solid #808080;
  }
  .ups-contents-nav li a:hover {
    border: none;
    border-bottom: 1px solid #808080;
    box-shadow: none;
  }
  .ups-contents-nav li a:after {
    right: 10px;
  }
  .ups-contents-nav li:nth-child(odd) a {
    border-right: 1px solid #808080;
  }
  .ups-page .ups-contents-nav {
    margin-top: 60px;
    border-top: 1px solid #808080;
  }

  .ups-eos-nav li {
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }

  .page-ttl__text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }

  .ups-footer-inner {
    padding: 0;
  }
  .ups-footer-inner .btn-wrap02 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ups-footer-inner a.btn-type-arrow {
    width: auto;
    padding: 0;
  }

  .product-nav-wrap img {
    height: 45px;
  }

  .faq .product-anc-link li, .manual .product-anc-link li, .dimension .product-anc-link li {
    width: 50%;
  }

  .product-manual-wrap .product-name {
    border-right: 0;
  }

  .product-manual-list {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .product-manual-list li a span {
    padding-right: 10px;
    background-size: 12px 12px;
    min-height: 12px;
  }
}
