@charset "UTF-8";
section.products .products_cards {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
}
section.products .products_cards .products_card {
  width: calc(33.33333% - 20px);
  padding: 20px 20px 71px;
  margin-right: 30px;
  position: relative;
  border: 1px solid #2960D3;
  min-height: 317px;
  margin-bottom: 30px;
}
section.products .products_cards .products_card:nth-child(3n) {
  margin-right: 0;
}
section.products .products_cards .products_card .porducts_text .products_desc {
  min-height: 80px;
}
section.products .products_cards .products_card .porducts_text .products_desc h3 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 23px;
  text-align: center;
  color: #2d2d2d;
  margin-top: 15px;
}
section.products .products_cards .products_card .porducts_text .products_desc p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
section.products .products_cards .products_card a {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #2960d3;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
section.products .products_cards .products_card a:hover {
  opacity: 0.6;
}
section.products .products_cards .products_card a span {
  position: relative;
}
section.products .products_cards .products_card a span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 98px;
  height: 1px;
  background-color: #2960D3;
  left: 50%;
  transform: translateX(-50%);
}

section.products h1 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 46px;
  text-align: left;
  color: #2960d3;
  position: relative;
  padding-bottom: 20px;
}
section.products h1::after {
  width: 79.19px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/border.png);
  background-size: cover;
}
section.products h1.center {
  text-align: center;
}
section.products h1.center::after {
  left: 50%;
  background-image: url(../images/common/border.png);
  background-size: cover;
  transform: translateX(-50%);
}

section.product_overview h1 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 46px;
  text-align: left;
  color: #2960d3;
  position: relative;
  padding-bottom: 20px;
}
section.product_overview h1::after {
  width: 79.19px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/border.png);
  background-size: cover;
}
section.product_overview h1.center {
  text-align: center;
}
section.product_overview h1.center::after {
  left: 50%;
  background-image: url(../images/common/border.png);
  background-size: cover;
  transform: translateX(-50%);
}
section.product_overview .overview_cards {
  margin-top: 60px;
}
section.product_overview .overview_cards .overview_card {
  display: flex;
  position: relative;
  margin-left: 70px;
  background-color: #FAFAFA;
  margin-bottom: 20px;
}
section.product_overview .overview_cards .overview_card .overviw_cirle {
  position: absolute;
  left: -82px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #2960D3;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 1px 1px 8px rgba(5, 42, 118, 0.3);
}
section.product_overview .overview_cards .overview_card .overview_card__content {
  padding: 60px 50px 60px 120px;
}
section.product_overview .overview_cards .overview_card .overview_card__content h3 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2960d3;
}
section.product_overview .overview_cards .overview_card .overview_card__content h3 span {
  position: relative;
}
section.product_overview .overview_cards .overview_card .overview_card__content h3 span::after {
  content: "";
  bottom: -6.5px;
  width: 100%;
  height: 2px;
  background-image: url(../images/products/dot.png);
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
section.product_overview .overview_cards .overview_card .overview_card__content p {
  margin-top: 28px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 28px;
}
section.product_overview .overview_cards div.use {
  display: flex;
  justify-content: flex-end;
  background-color: #FAFAFA;
  align-items: center;
  padding: 20px 60px;
}
section.product_overview .overview_cards div.use .check_box {
  background-color: #2960D3;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}
section.product_overview .overview_cards div.use .check_box span.check {
  display: block;
  width: 9px;
  height: 5px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-color: white;
  transform: rotate(-45deg);
}
section.product_overview .overview_cards div.use img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

section.washi_samples .flex_images {
  margin-top: 40px;
  justify-content: flex-start ;
}
section.washi_samples .flex_images .flex_img {
  margin-right: 20px;
}

section.lineup .lineup_content {
  margin-top: 60px;
}

.title_box p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 28px;
  text-align: center;
  color: #313e57;
  margin-top: 60px;
}

.img {
  margin-top: 60px;
}

.accordion {
  margin-bottom: 10px;
}
.accordion .accordion_head {
  background-color: #05266A;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion .accordion_head .triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.accordion .accordion_head h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 27px;
  color: #fff;
}
.accordion .accordion_head img {
  transition: all 0.3s;
  transform: rotate(180deg);
}
.accordion .accordion_head.open img {
  transform: rotate(0);
}
.accordion .accordion_head.open .triangle {
  transform: rotate(0);
}
.accordion .accordion_body {
  background-color: #FAFAFA;
  padding: 40px 50px 60px;
}
.accordion .accordion_body h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: #2960d3;
  margin-top: 10px;
  margin-bottom: 30px;
}
.accordion .accordion_body .pd-r-m {
  padding-right: 30px;
}
.accordion .accordion_body .ab_content {
  display: flex;
}
.accordion .accordion_body .ab_content h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: #2960d3;
  margin-top: 10px;
}
.accordion .accordion_body .ab_content .ab_content_title {
  flex-basis: 130px;
  flex-shrink: 0;
}
.accordion .accordion_body .ab_content .ab_content_title + .ab_content_content {
  flex-basis: calc(100% - 130px);
}
.accordion .accordion_body .ab_content .ab_content_title + .ab_content_content .ab_content_two_col {
  display: flex;
}
.accordion .accordion_body .ab_content .ab_content_title + .ab_content_content .ab_content_two_col .ab_content_col {
  width: 50%;
}
.accordion .accordion_body .ab_content .ab_content_title + .ab_content_content .ab_content_two_col_sb {
  justify-content: space-between;
}
.accordion .accordion_body .ab_content .ab_content_content {
  width: 100%;
}
.accordion .accordion_body .ab_content .ab_content_content .ab_content_two_col {
  display: flex;
}
.accordion .accordion_body .ab_content .ab_content_content .ab_content_two_col .ab_content_col {
  width: 50%;
}
.accordion .accordion_body .ab_content .ab_content_content .ab_content_two_col_sb {
  justify-content: space-between;
}
.accordion .accordion_body .ab_content_two_flex {
  display: flex;
}
.accordion .accordion_body .ab_content + .ab_content {
  margin-top: 60px;
}
.accordion .flex {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.accordion .flex .fleximg {
  width: calc(33.333% - 20px);
  margin-right: 30px;
}
.accordion .flex .fleximg:nth-child(3n) {
  margin-right: 0;
}
.accordion .flex .fleximg img {
  width: 100%;
}
.accordion .fleximg {
  width: 100%;
}
.accordion .fleximg img {
  margin: 0 auto;
}

span.block_num {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #313e57;
  padding: 14px 20px;
  background-color: #EFEFEF;
  display: inline-block;
}

main ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 1em;
}
main ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 28px;
  color: #313e57;
  position: relative;
}
main ul li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: -20px;
}
main ul.no-desc li::after {
  content: none;
}
main table {
  width: 100%;
}
main table tr th {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 28px;
  text-align: center;
  color: #313e57;
  padding: 12px 20px;
  background-color: #D8D8D8;
  border: 3px soid #FAFAFA;
}
main table tr td {
  padding: 12px 16px;
  background-color: #EFEFEF;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 28px;
  color: #313e57;
}
main table tr td.num {
  text-align: center;
}

p.attention {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 28px;
  text-align: left;
  color: #2960d3;
  opacity: 1;
  margin-top: 18px;
}

.washi_swiper_js {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.washi_swiper_js .slider_card {
  margin-bottom: 40px;
  width: calc(33.3333% - 10px);
  margin-right: 15px;
}
.washi_swiper_js .slider_card .swiper-slide {
  padding-top: 66.66666667%;
  position: relative;
}
.washi_swiper_js .slider_card .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.washi_swiper_js .slider_card:nth-child(3n) {
  margin-right: 0;
}
.washi_swiper_js .slider_card h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  background-color: #05266A;
}

.washi_cards {
  display: flex;
  flex-wrap: wrap;
}
.washi_cards div.washi_card {
  width: calc(33% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.washi_cards div.washi_card:nth-child(3n) {
  margin-right: 0;
}
.washi_cards div.washi_card h3 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  background-color: #05266A;
}

@media screen and (max-width: 767px) {
  section.products .products_cards .products_card {
    width: 100%;
    padding: 20px 20px 71px;
    margin-right: 0;
    position: relative;
    border: 1px solid #2960D3;
    min-height: auto;
    margin-bottom: 30px;
  }
  section.product_overview .overview_cards .overview_card .overviw_cirle {
    position: absolute;
    left: -41px;
    top: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 1px 1px 8px rgba(5, 42, 118, 0.3);
  }
  section.product_overview .overview_cards .overview_card .overviw_cirle img {
    max-width: 66%;
  }
  section.product_overview .overview_cards .overview_card .overview_card__content {
    padding: 30px 25px 30px 60px;
  }
  section.product_overview .overview_cards .overview_card .overview_card__content h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .accordion .accordion_body .ab_content h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  section.product_overview .overview_cards .overview_card .overview_card__content p {
    margin-top: 14px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 22px;
  }
  main ul li {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 22px;
  }
  .accordion .accordion_body .ab_content {
    flex-wrap: wrap;
    overflow: hidden;
  }
  span.block_num {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 22px;
    padding: 7px 10px;
  }
  .accordion .accordion_body .ab_content .ab_content_title {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .accordion .accordion_body .ab_content .ab_content_title + .ab_content_content .ab_content_two_col {
    flex-wrap: wrap;
    width: 100%;
  }
  .accordion .accordion_body .ab_content .ab_content_title + .ab_content_content .ab_content_two_col .ab_content_col {
    width: 100%;
  }
  .accordion .accordion_body .ab_content .ab_content_title + .ab_content_content {
    flex-basis: 100%;
  }
  .accordion .accordion_body {
    background-color: #FAFAFA;
    padding: 20px 25px 30px;
  }
  .accordion .accordion_head {
    background-color: #05266A;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .ab_content_col {
    overflow-x: scroll;
  }
  main table tr th {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 10px;
  }
  main table tr td {
    padding: 6px 8px;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
  }
  section.product_overview .overview_cards div.use {
    display: flex;
    justify-content: flex-end;
    background-color: #FAFAFA;
    align-items: center;
    padding: 10px 30px;
  }
  .accordion .accordion_body .ab_content + .ab_content {
    margin-top: 30px;
  }
  .accordion .flex {
    flex-wrap: wrap;
  }
  .accordion .flex .fleximg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .washi_cards div.washi_card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  section.washi_samples .flex_images {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  section.washi_samples .flex_images .flex_img {
    width: 100%;
    margin-bottom: 15px;
  }
  section.products .products_cards .products_card .porducts_text .products_desc {
    min-height: auto;
  }
  
  section.washi_samples .flex_images .flex_img {
    margin-right: 0;
  }
}
.nowrap {
  white-space: nowrap;
}/*# sourceMappingURL=products.css.map */

.pc_table_fiexed{
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  
.pc_table_fiexed{
  table-layout: auto;
}
}