/****************************************************************************************************************************/
/*
/*
/* = Inner page Style
/*
/*
/****************************************************************************************************************************/
/*------------------------------------------------
  item style
--------------------------------------------------*/
.item-cnt--item {
  border: solid 1px #00b4ca;
  border-radius: 6px;
  overflow: hidden;
  height: 285px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .item-cnt--item {
    height: 220px;
  }
}
.item-cnt--item a {
  display: block;
  height: 100%;
}
.item-cnt--item_fig {
  background-color: #ffffff;
  height: 168px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item-cnt--item_fig {
    height: 124px;
  }
}
.item-cnt--item_name {
  padding: 12px 10px 5px;
  line-height: 1.4;
  min-height: 62px;
  max-height: 82px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .item-cnt--item_name {
    font-size: 14px;
    padding: 6px 10px 2px;
  }
}
.item-cnt--item_name span {
  color: #ff448c;
  display: inline-block;
  margin-right: 8px;
}
.item-cnt--item_price {
  padding: 5px 10px 12px;
  font-family: "Quicksand", sans-serif;
  color: #00b4ca;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .item-cnt--item_price {
    padding: 4px 10px 10px;
    font-size: 14px;
  }
}
.item-cnt--item.active a:hover {
  opacity: 1;
  text-decoration: none;
}
.item-cnt--item.notactive {
  opacity: 0.6;
}

.productlist {
  padding-top: 64px;
}
.productlist .item-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .productlist .item-cnt {
    justify-content: space-between;
  }
}
.productlist .item-cnt--item {
  width: calc((100% - 110px) / 4);
  margin: 10px 36px 32px 0;
}
.productlist .item-cnt--item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .productlist .item-cnt--item {
    width: calc((100% - 16px) / 2);
    margin: 0px 0 20px;
  }
}

/*------------------------------------------------
  Guide
--------------------------------------------------*/
.guide-link {
  position: relative;
  z-index: 2;
}
.guide-link .container {
  display: flex;
  justify-content: space-between;
  padding: 66px 0 80px;
}
@media screen and (max-width: 767px) {
  .guide-link .container {
    flex-direction: column;
  }
}
.guide-link--btn {
  width: calc(25% - 20px);
  border-bottom: solid 1px #7eaeb5;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide-link--btn {
    width: calc(100% - 40px);
    margin: 0 auto 16px;
  }
}
.guide-link--btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  font-size: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .guide-link--btn a {
    font-size: 14px;
  }
}
.guide-link--btn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 14px;
  border-bottom: 2px solid #008197;
  border-right: 2px solid #008197;
  transform: rotate(45deg);
}
.guide-list--item {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 48px 60px;
  box-shadow: 0px 3px 8px rgba(0, 94, 120, 0.25);
  display: flex;
  align-items: center;
  margin-bottom: 54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide-list--item {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.guide-list--item:not(:last-of-type)::after {
  position: absolute;
  left: calc(50% - 30px);
  bottom: -34px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 14px;
  border-bottom: 4px solid #008197;
  border-right: 4px solid #008197;
  transform: rotate(45deg);
  border-radius: 2px;
}
.guide-list--item .step {
  width: 30%;
  font-size: 20px;
  font-size: min(1.9vw, 20px);
  border-right: solid 1px #7eaeb5;
  margin-right: 30px;
  font-weight: 500;
  padding-right: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .guide-list--item .step {
    width: 100%;
    border-right: none;
    margin-right: 0;
    border-bottom: solid 1px #7eaeb5;
    font-size: 16px;
    text-align: center;
    padding-right: 0;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.guide-list--item .step span {
  font-weight: normal;
  font-size: 18px;
  display: block;
  color: #00b4ca;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .guide-list--item .step span {
    text-align: center;
  }
}
.guide-list--item .detail {
  width: calc(70% - 30px);
  line-height: 1.6;
  font-size: min(1.8vw, 16px);
}
@media screen and (max-width: 767px) {
  .guide-list--item .detail {
    width: 100%;
    font-size: 14px;
  }
}
.guide-exp {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .guide-exp {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.guide-exp h3 {
  color: #00afdd;
  padding-bottom: 16px;
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .guide-exp h3 {
    margin-bottom: 24px;
  }
}
.guide-exp h3.b-btm {
  border-bottom: dashed 1px #7eaeb5;
}
.guide-exp .guide-text:not(:last-of-type) {
  margin-bottom: 64px;
}
.guide-exp .guide-text p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .guide-exp .guide-text p {
    font-size: 14px;
  }
}
.guide-exp .guide-text dl dt {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .guide-exp .guide-text dl dt {
    line-height: 1.6;
    font-size: 14px;
    padding-bottom: 6px;
  }
}
.guide-exp .guide-text dl dd {
  padding-bottom: 34px;
  line-height: 1.6;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .guide-exp .guide-text dl dd {
    font-size: 14px;
  }
}
.guide-exp .guide-text ul {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .guide-exp .guide-text ul {
    margin-top: 24px;
  }
}
.guide-exp .guide-text ul li {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .guide-exp .guide-text ul li {
    line-height: 1.6;
    font-size: 14px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .guide-exp .tbl-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 34px;
  }
  .guide-exp .tbl-wrap::-webkit-scrollbar {
    height: 6px;
  }
  .guide-exp .tbl-wrap::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .guide-exp .tbl-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #7eaeb5;
  }
}
.guide-exp .guide-tbl {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .guide-exp .guide-tbl {
    white-space: nowrap;
    margin-bottom: 10px;
  }
}
.guide-exp .guide-tbl th {
  background-clip: padding-box;
  background-color: #e5eff0;
  border: solid 1px #7eaeb5;
  padding: 20px 15px;
  text-align: center;
  vertical-align: top;
  line-height: 1.6;
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .guide-exp .guide-tbl th {
    padding: 15px 8px;
    font-size: 13px;
  }
}
.guide-exp .guide-tbl td {
  background-clip: padding-box;
  background-color: #ffffff;
  border: solid 1px #7eaeb5;
  padding: 20px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guide-exp .guide-tbl td {
    padding: 15px 3px;
    font-size: 11px;
  }
}
.guide-exp .link-list {
  margin-top: 64px;
}
.guide-exp .link-list--item a {
  border-bottom: solid 1px #7eaeb5;
  display: inline-block;
  padding: 10px 30px 15px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide-exp .link-list--item a {
    line-height: 1.6;
    font-size: 13px;
    padding-bottom: 6px;
    padding: 10px 20px 6px 0px;
  }
}
.guide-exp .link-list--item a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 14px;
  border-bottom: 2px solid #008197;
  border-right: 2px solid #008197;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 0px;
}
@media screen and (max-width: 767px) {
  .guide-exp .link-list--item a::after {
    top: calc(50% - 1px);
    width: 6px;
    height: 6px;
    right: -10px;
  }
}