@charset "utf-8";

/* default PC */
.right-sidebar .content-area,
.right-sidebar .widget-area {
  float: none;
  width: 100%;
}

.right-sidebar .widget-area {
  background-color: #fafafa;
  border: 2px solid #f3f3f3;
  padding: 20px;
  margin-bottom: 80px;
  width: 100%;
  box-sizing: border-box;
}

.woocommerce-tabs .panel {
  display: block !important;
  width: 100%;
}

.single-product #contents .product-catch {
  background-color: #fff6f1;
  border-bottom: 2px solid #ea5700;
  color: #ea5700;
  font-size: 130%;
  letter-spacing: 1px;
  margin: auto auto 40px;
  padding: 10px 20px 10px;
  text-align: center;
  width: 100%;
}

.pdf-arae {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 40px;
}

.pdf-arae .pdf-item {
  margin-right: 20px;
  width: calc(50% - 20px);
}

.pdf-arae .pdf-item:nth-child(2n) {
  margin-right: 0;
}

.pdf-arae .pdf-item .pdf-link {
  background-color: #910000;
  background-image: url(../image/base/ico_arrow_white.png), url(../image/base/ico_pdf_white.png);
  background-position: calc(100% - 20px) center, 20px center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 120%;
  padding: 10px;
  text-align: center;
  transition: 0.5s;
  width: 100%;
}

.pdf-arae .pdf-item .pdf-link:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: 0.5s;
}

.product-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0 30px;
}

.product-photo .product-4box {
  margin-right: 10px;
  width: calc(100% / 4 - 8px);
}

.product-photo .product-4box:nth-child(4n) {
  margin-right: 0;
}

.product-photo .product-item {
  margin-right: 20px;
}

.product-movie {
  display: block;
  height: 450px;
  margin-bottom: 40px;
  width: 100%;
}

.product-movie iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.product-feature {
  background-color: #fff7f2;
  border: 5px solid #ea5700;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 30px 8px;
}
.feature-col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    width: 100%;
}
.feature-text {
    margin-bottom: 20px;
}
.product-feature .feature-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 5px;
  width: calc(100% / 2 - 20px);
}
.product-feature .feature-item.w-100 {
    width: 100%;
}
#contents .product-feature .feature-item .disc {
    margin-bottom: 20px;
}

ul.products li.product .button {
  margin-top: 30px;
  width: 150px;
}
.site-main .upsells ul.products.columns-3 li.product {
    background-color: #f3f3f3;
    border: 1px solid #ea5700;
    box-sizing: border-box;
    padding: 20px 20px 90px;
}

.site-main .upsells ul.products.columns-3 li.product:nth-child(3n) {
    margin-right: 0;
}

.related.products .product.type-product {
  background-color: #f3f3f3;
  border: 1px solid #ea5700;
  box-sizing: border-box;
  padding: 20px 20px 90px;
}

a.button.product_type_simple {
  background-color: #ea5700;
  bottom: 20px;
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 160px;
}

#contents .product-tag-list .tagged_as a,
#contents .product-category-list a {
  background-color: #fff;
  border: 1px solid #ea5700;
  color: #333;
  display: block;
  margin: 0 10px 10px 0;
  max-width: max-content;
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.5s;
}

#contents .product-tag-list .tagged_as,
#contents .product-category-list .posted_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-category-area {
  background-color: #f8f8f8;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
}

#contents .product-category-area h2 {
  color: #ea5700;
  font-size: 150%;
  margin: 10px 0 25px;
  padding: 0;
  text-align: left;
}

#contents .product-category-list a:hover,
#contents .product-tag-list a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

#contents h3 {
  padding: 20px;
  background-color: #4668ac;
  color: #fff;
  text-align: center;
  border-left: 5px solid #1b4291;
  border-right: 5px solid #1b4291;
}

#contents h3::before {
  display: none;
}
.table-01 th.th-240 {
    width: 240px;
}

.single #contents ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.single #contents ul.products h2 {
    padding-top: 0;
    font-size: 130%;
}

.product-bnr {
    padding: 40px 50% 30px 40px;
    margin-bottom: 40px;
    background-color: #4e4e4e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    min-height: 540px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.product-bnr .bnr-link {
    background-color: transparent;
    border: 2px solid #fff;
    max-width: 330px;
    margin-top: 20px;
    display: block;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    position: relative;
    transition: .5s;
}

.product-bnr .bnr-link::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#contents .product-bnr p {
    width: 100%;
}


#contents .product-bnr .catch-text {
    font-size: 211%;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}


.product-bnr .bnr-link:hover {
    text-decoration: none;
    opacity: .5;
    transition: .5s;
}

.product-resolution {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 40px 40px;
    background-color: #4668ac;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

#contents .product-resolution .main-ttl {
    font-size: 170%;
    font-weight: bold;
    margin-bottom: 40px;
}

.product-resolution .resolution-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-resolution .resolution-list .resolution-item {
    color: #333;
    background-color: #fff;
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}

#contents h2.wc-category-ttl {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 150%;
}

ul.wc-category-list {
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contents .wc-category-list .wc-category-item {
    margin-right: 5px;
    margin-bottom: 10px;
}

#contents .wc-category-list .wc-category-item a {
    display: block;
    color: #fff;
    background-color: #ea5700;
    padding: 0 20px 0;
    text-decoration: none;
    transition: .5s;
}

#block-4 {
    margin-bottom: 0;
    padding: 10px;
    background-color: #fff;
}

#contents .wc-category-list .wc-category-item a:hover {
    opacity: .5;
    transition: .5s;
}

.site-main ul.products.columns-4 li.product {
    padding-bottom: 80px;
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .product-photo .product-4box {
    width: calc(100% / 2 - 10px);
  }

  #contents .pdf-arae .pdf-item {
    margin: 0 0 20px;
    width: 100%;
  }

  .product-feature .feature-item {
    width: 100%;
  }
  .table-01 th.th-240 {
    width: 100%;
  }
  .feature-text .txt-2box {
    margin-right: 4%;
    width: 48%;
  }

  .feature-text .txt-2box.end {
    margin-right: 0;
  }
.product-bnr {
    padding: 20px;
    min-height: auto;
}

#contents .product-bnr .catch-text {
    font-size: 150%;
    letter-spacing: 0;
}

.product-resolution {padding: 20px;}

#contents .product-resolution .main-ttl {
    font-size: 120%;
    text-align: left;
    margin-bottom: 0;
}

.product-resolution .resolution-list .resolution-item {
    width: 100%;
    margin: 20px 0 0 0;
}
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .single #contents ul.products {
    padding-left: 0;
}
}

/* 559以下はRWD時に崩れがあれば任意で作成 */
/*IE*/
@media all and (-ms-high-contrast: none) {}