@charset "UTF-8";
/* CSS Document */

/* page topにあるimage画像の部分*/
h2 {
  color: #666;
  margin-bottom: 10px;
}
.page-image {
  background-image: url("../images/news/sp-news-top.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 75px auto 0;
  padding: 50px 0;
}
.marker {
  background: linear-gradient(transparent 60%, #d6e6f2 0%);
}
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  display: block;
  margin-bottom: 16px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt-20 {
  margin-top: -20px;
}
.bold {
  font-weight: bold;
  font-size: 1.6rem;
}
.lh1-5 {
  line-height: 1.5;
}
.flex {
  background-color: #f7fcfe;
  padding: 30px 20px 50px;
  margin-bottom: 25px;
}
/*お知らせの記事*/
.post {
  padding: 50px 20px 0;
  margin-bottom: 80px;
}
.news-title-wrapper {
  margin-bottom: 25px;
  text-align: left;
}
.news-item-info-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-item-info-head time {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  color: #999;
  transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.news-item-category {
  display: block;
  text-transform: uppercase;
  position: relative;
  color: #999;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 0 0 21px;
}
.news-item-category::before {
  content: "|";
  position: absolute;
  top: 0;
  left: 8px;
}
.news-title {
  font-size: 1.6rem;
  line-height: 1.5;
}
.eyecatch {
  border: 1px solid #e4e4e4;
  box-shadow: 1px 1px 1px #e4e4e4;
  margin-bottom: 10px;
}
.eyecatch:first-of-type {
  border: none;
  box-shadow: none;
}
.news01 {
  margin: 0 auto;
}
.eyecatch-text {
  margin-bottom: 25px;
  text-align: right;
  font-size: 0.8rem;
  line-height: 1;
}
.news-text {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 40px;
}
.news-text h4 {
  color: #7490af;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
}
.news-text .price-title {
  color: #333;
  font-family: "lora", "sans-serif";
  font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.price-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.post .last-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #7490af;
  margin-bottom: 40px;
}
.news-text-mb {
  margin-bottom: 16px;
}
.circle {
  border: 1px solid #d6e6f2;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 60px;
}
.news-message {
  color: #7490af;
  font-size: 2rem;
  border-bottom: 1px dotted #7490af;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.news-message span {
  font-size: 1.4rem;
}
.message-text {
  margin-bottom: 10px;
}
.circle .time {
  /* color: #999; */
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.news-note,
.news-note a {
  font-size: 1.2rem;
  color: #999;
}
.categry__title {
  border-bottom: 1px dotted #7490af;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.category {
  line-height: 1.3;
}
.news-flow {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.circle-blue {
  font-size: 0.8vw;
  background-color: #7490af;
  border-radius: 100%;
  color: #fff;
  line-height: 1.2;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-right: 24px;
}
.circle-blue::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.flow-text {
  width: 70%;
}
.news-merit ul {
  list-style: disc;
  padding-left: 30px;
}
.news-link {
  position: relative;
  text-align: right;
  padding-right: 32px;
}
.news-link::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -5px;
  right: 0;
  width: 150px;
  height: 1px;
  border-bottom: 1px solid #333;
}
.news-link::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 3px;
  right: -2px;
  width: 20px;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news > a {
  padding: 54px 0;
}
.news-link {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transition: all 0.5s;
}
.news-link:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.news-pagination ul {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.news-pagination ul li:nth-child(1),
.news-pagination ul li:nth-child(3) {
  width: 25%;
}
.news-pagination ul li:nth-child(2) {
  width: 50%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.news-pagination .btnshine {
  display: block;
  border: 1px solid #7490af;
  padding: 9px 0;
  text-align: center;
  color: #7490af;
  font-size: 1rem;
  background-color: #fff;
  transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.back-index {
  display: block;
  padding: 9px 0;
  text-align: center;
  font-size: 1rem;
  transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.back-index:hover {
  color: #7490af;
}
.news-pagination ul li a span {
  position: relative;
}
.news-prev::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -9px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #7490af;
  border-right: 1px solid #7490af;
  transform: rotate(225deg);
  transition: all 0.3s;
}
.news-next::before {
  position: absolute;
  content: "";
  top: 4px;
  right: -9px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #7490af;
  border-right: 1px solid #7490af;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.en:hover {
  background-color: #7490af;
  color: #fff;
}
/*キラッと光る*/
.btnshine {
  position: relative;
}
.btnshine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.btnshine:hover::before {
  animation: shine 0.7s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.post dt {
  display: inline-block;
}
.post dt::before {
  content: "";
  display: inline-block;
  background-color: #7490af;
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.post dd span {
  color: #7490af;
}
.checkbox {
  position: relative;
  margin-left: 30px;
  margin-bottom: 16px;
}
.checkbox::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30%;
  height: 25px;
  left: -30px;
  background-image: url(../images/menu/checkbox.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.news-text .price-list-wrapper .categry__title {
  border: none;
}
/* キャンペーン料金 */
.sub-ttl {
  display: block;
  color: #333;
}
.news-text .table-shr tr {
  margin-bottom: 0;
}
.news-text .table-shr th {
  background-color: transparent;
  text-align: left;
  display: inline-block;
  width: 45%;
  padding: 15px 2%;
}
.news-text .table-shr td {
  background-color: transparent;
  display: inline-block;
  text-align: right;
  width: 45%;
  padding: 15px 2%;
}
.news-text .table-shr td::before {
  content: none;
}
.news-text .table-shr tr:nth-of-type(odd) {
  background-color: #f7fcfe;
}
.news-text .table-shr tr:nth-of-type(even) {
  background-color: #fff;
}
.news-text .campaign1::after {
  content: "（顔全体・Iライン・Oラインは除く）";
  color: #666;
  font-size: 1rem;
  font-weight: normal;
  top: 34px;
  left: 3px;
}
.news-text .s-parts,
.news-text .m-parts,
.news-text .l-parts {
  line-height: 1;
}
.campaign-circle {
  margin-bottom: 16px;
}
.target-wrapper {
  padding: 0 4%;
}
/* .target-list {
  margin-bottom: 20px;
} */
.target-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #7490af;
  margin-right: 4px;
}
/* --------------------------------------------------
  タブレット版
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .news-pagination .btnshine,
  .back-index {
    padding: 14px 0;
  }
  .news-merit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .news-merit ul {
    margin-bottom: 0;
  }
  .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f7fcfe;
    padding: 40px 20px 50px;
    margin-bottom: 25px;
  }
  .flex > div {
    width: calc((100% - 2%) / 2);
  }
  .news-text .price-title {
    font-size: 4.6rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .news-text .parts-illust {
    padding: 0 3%;
  }
}

/* --------------------------------------------------
  pc版
-------------------------------------------------- */
@media screen and (min-width: 1001px) {
  .page-image {
    background-image: url("../images/news/news-top.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0;
    margin-top: 95px;
  }
  .post {
    max-width: 795px;
    margin: 0 auto 200px;
    padding: 100px 0 0;
  }
  .news-date {
    margin-bottom: 20px;
  }
  .news-title {
    font-size: 2.4rem;
  }
  .eyecatch {
    box-shadow: 2px 2px 2px #e4e4e4;
    margin-bottom: 40px;
  }
  .news-text {
    line-height: 1.8;
    margin-bottom: 80px;
  }
  .news-text-mb {
    margin-bottom: 16px;
  }
  .circle {
    padding: 32px;
    margin-bottom: 80px;
  }
  .news-message {
    margin-bottom: 18px;
  }
  .message-text {
    margin-bottom: 10px;
  }
  .category {
    line-height: 1.5;
  }

  .news-link {
    padding: 0;
  }
  .news-link::before {
    bottom: 0;
    right: -30px;
  }
  .news-link::after {
    bottom: 7px;
    right: -33px;
  }
  .access-inner {
    margin-bottom: -34px;
  }
}
.fz16 {
  font-size: 1.6rem;
}
