/* CSS Document */
/*
.main_visual .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(0%);
  -moz-filter: opacity(0%);
  -o-filter: opacity(0%);
  -ms-filter: opacity(0%);
  filter: opacity(0%);
  transition: 0.2s linear;
}*/
.p-center {
  text-align: center; }

.p-left {
  text-align: left; }

.p-right {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .p-right {
      text-align: right; } }

.intro {
  font-size: 14px;
  line-height: 35px; }

.row-eq-height {
  display: flex;
  flex-wrap: wrap; }

.gline {
  width: 50px;
  margin: 40px auto 80px;
  border-top: 1px solid #c9caca; }

#gtop {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10000; }

.about1 {
  font-family: 'Noto Sans JP', sans-serif; }
  .about1 h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 50px;
    padding-top: 30px; }
    .about1 h3 img {
      padding-right: 10px; }
  .about1 p {
    display: inline-block;
    font-size: 14px; }

.about2 {
  font-family: 'Noto Sans JP', sans-serif; }
  .about2 h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 50px;
    padding-top: 30px; }
    .about2 h3 img {
      padding-right: 10px; }
  .about2 p {
    display: inline-block;
    font-size: 14px; }

.about__mtitle {
  font-size: 18px;
  line-height: 35px; }
.about__text {
  font-size: 14px;
  line-height: 35px; }
.about__description {
  font-size: 12px;
  line-height: 25px; }

.product-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  color: #000; }

.product-link {
  margin-top: 2rem;
  margin-bottom: 40px; }
  .product-link a {
    color: #000;
    padding-top: 30px; }
    .product-link a img {
      border: 1px solid #b5b5b6;
      margin-bottom: 30px; }

.title-line-height {
  line-height: 1rem; }
  .title-line-height h3 {
    margin-top: 20px;
    font-size: 14px; }
  .title-line-height p {
    font-size: 12px; }
  .title-line-height:after {
    content: "";
    display: block;
    margin: 25px auto 30px;
    width: 50px;
    border-top: 1px solid #c9caca; }

.product-text {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  padding: 0 2rem 30px; }
  @media screen and (min-width: 768px) {
    .product-text {
      text-align: left;
      padding: 0; } }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.lightgray-bg {
  background: #efefef;
  padding: 20px 35px; }
  .lightgray-bg p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px; }

.detail-btn {
  position: relative;
  margin: 1rem 0;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0.5rem;
  color: #3e3a39;
  border: 1px solid #b5b5b6; }
  .detail-btn span {
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    right: 15px; }

.buy-btn {
  font-size: 14px;
  position: relative;
  margin: 1rem 0;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.5rem;
  color: #fff;
  background: #171c61;
  line-height: 25px; }
  .buy-btn span {
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    right: 15px; }

.about-btn {
  position: relative;
  margin: 1rem auto;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  background: #171c61;
  line-height: 50px;
  font-size: 14px; }
  .about-btn span {
    font-size: 20px;
    position: absolute;
    line-height: 50px;
    right: 15px; }

.line-hr {
  width: 50px;
  margin: 50px auto;
  border-top: 1px solid #c9caca; }

.tablewidth {
  width: 100%; }
  .tablewidth td {
    border: 1px solid #9fa0a0;
    padding: 3rem 0 !important;
    color: #000; }

.table-c1 {
  border: 1px solid #fff !important;
  background: #b5b5b6; }

.table-c2 {
  border: 1px solid #fff !important;
  background: #dcdddd; }

.table-c3 {
  background: #f7f8f8; }

.page-heading {
  border-bottom: none;
  border-top: none;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  font-size: 21px;
  color: #171c61; }
  .page-heading img {
    padding-right: 10px; }

.thumb-nav {
  margin-top: -50px;
  width: 90%;
  margin: 0 auto; }
  .thumb-nav .item {
    color: #FF0000;
    display: inline-block;
    width: 33%;
    background: black;
    height: 20px;
    opacity: .25; }
  .thumb-nav div.slick-active {
    opacity: .75; }
  .thumb-nav div:focus {
    opacity: 1; }

.slide-dots {
  margin: 0 auto;
  padding: 0;
  margin-top: 10px;
  width: 20%; }

.slide-dots li {
  position: relative;
  display: inline-block;
  width: calc(76% / 3);
  height: 3px;
  margin: 0 4%;
  padding: 0;
  cursor: pointer; }

.slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0; }

.slide-dots li button:hover,
.slide-dots li button:focus {
  outline: none; }

.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
  opacity: 1; }

.slide-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #000;
  text-align: center;
  opacity: .25;
  background: black; }

.slide-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.inner {
  max-width: 1000px;
  margin: 0 auto; }

.about-pl {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .about-pl {
      padding-left: 50px; } }

.josei h2 {
  font-size: 24px;
  line-height: 36px; }
.josei h3 {
  font-size: 18px;
  line-height: 27px; }
.josei h4 {
  font-size: 15px;
  line-height: 22px; }
.josei dt {
  margin-top: 30p;
  font-size: 14px;
  line-height: 21px;
  padding: 3px 0;
  border-bottom: 1px solid #171c61; }
.josei dd {
  padding: 20px auto;
  font-size: 12px;
  line-height: 21px; }
