@charset "UTF-8";
/* トップページ
----------------------------------------------- */
article.top .container section > h2 {
  background: white;
  font-family: kan412typos-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F18E00;
  font-size: 22px;
  padding: 15px 0 15px 45px;
  border: solid 1px #dddddd;
  border-radius: 7px;
  margin-bottom: 25px;
  position: relative;
}
article.top .container section > h2 .small {
  font-size: 10px;
  margin-top: 10px;
  font-family: "Century Gothic", "Avenir-Light", sans-serif;
}
article.top .container section > h2:before {
  content: "";
  display: block;
  background: #F18E00;
  width: 2px;
  height: 35px;
  position: absolute;
  top: 20px;
  left: 20px;
}
article.top .container h1 {
  color: #4f83b3;
  font-size: 10px;
  text-align: right;
  font-weight: normal;
}
article.top .container section {
  margin-bottom: 100px;
  /* mobile */
}
@media print, screen and (max-width: 767px) {
  article.top .container section {
    margin-bottom: 35px;
  }
}
article.top .container section.cover {
  /* mobile */
}
article.top .container section.cover .main {
  font-style: italic;
  padding: 35px 0 50px;
  line-height: 1.6em;
  background: url("../images/top/sun.png") no-repeat left top;
  font-size: 30px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
article.top .container section.cover .main .large {
  font-size: 1.2em;
}
article.top .container section.cover .main .wrapper {
  /* PC */
}
@media print, screen and (min-width: 768px) {
  article.top .container section.cover .main .wrapper {
    transform: rotate(-2deg);
  }
}
article.top .container section.cover .main p.bold {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.4em;
}
@media print, screen and (max-width: 767px) {
  article.top .container section.cover .main p.bold {
    padding-top: 20px;
    font-style: normal;
  }
}
article.top .container section.cover .main .normal_font {
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8em;
  font-style: normal;
}
article.top .container section.cover .sub {
  /* PC */
}
@media print, screen and (min-width: 768px) {
  article.top .container section.cover .sub {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  article.top .container section.cover .sub .image {
    width: 40%;
    text-align: right;
  }
}
article.top .container section.cover .sub .detail {
  width: 60%;
}
article.top .container section.cover .sub .detail .copy {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
article.top .container section.cover .sub .detail p {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 767px) {
  article.top .container section.cover .main {
    font-size: 28px;
    padding: 35px 0 35px;
    line-height: 1.4em;
  }
  article.top .container section.cover .main .large {
    font-size: 1.1em;
  }
  article.top .container section.cover .sub .image {
    text-align: center;
    margin-bottom: 35px;
  }
  article.top .container section.cover .sub .image img {
    width: 75%;
  }
  article.top .container section.cover .sub .detail {
    width: 100%;
  }
  article.top .container section.cover .sub .detail .btn {
    display: flex;
    justify-content: space-between;
  }
  article.top .container section.cover .sub .detail .btn a {
    display: block;
    width: 30%;
  }
}
article.top .container section.news .content_wrap {
  /* PC */
  margin-bottom: 35px;
  background: url("../images/common/stripe_white.png"), linear-gradient(to bottom, #a1d2df, #fff);
  background: url("../images/common/stripe_white.png"), -webkit-linear-gradient(top, #a1d2df, #fff);
  /* mobile */
}
@media print, screen and (min-width: 768px) {
  article.top .container section.news .content_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  article.top .container section.news .content_wrap .price_table .index {
    text-align: center;
  }
  article.top .container section.news .content_wrap .price_table .table {
    display: flex;
    justify-content: space-between;
  }
  article.top .container section.news .content_wrap .price_table .table .block {
    width: 30%;
  }
  article.top .container section.news .content_wrap .price_table .table .block .tr {
    margin-bottom: 10px;
  }
}
article.top .container section.news .content_wrap .price_table {
  max-width: 600px;
  width: 100%;
}
article.top .container section.news .content_wrap .price_table .index {
  line-height: 1.3em;
  margin-bottom: 35px;
  font-size: 22px;
  font-style: italic;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
article.top .container section.news .content_wrap .price_table .index .large {
  font-size: 1.5em;
  color: #F18E00;
}
article.top .container section.news .content_wrap .price_table .table .block .model {
  color: white;
  background: #42A8CE;
  text-align: center;
  padding: 5px 0 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
article.top .container section.news .content_wrap .price_table .table .block .tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.top .container section.news .content_wrap .price_table .table .block .tr .th {
  font-size: 14px;
}
article.top .container section.news .content_wrap .price_table .table .block .tr .price {
  font-style: italic;
  padding-bottom: 10px;
  color: #dd1b1b;
  background: -webkit-linear-gradient(top, #fd8d8d 0%, #e46464 50%, #dd3e3e 51%, #dd1b1b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
article.top .container section.news .content_wrap .price_table .table .block .tr .price .large {
  font-size: 1.6em;
}
@media print, screen and (max-width: 767px) {
  article.top .container section.news .content_wrap {
    padding: 0 15px;
  }
  article.top .container section.news .content_wrap .price_table .table .block {
    margin-bottom: 25px;
  }
  article.top .container section.news .content_wrap .price_table .table .block:last-child {
    margin-bottom: 0;
  }
}
article.top .container section.reason .content_wrap {
  /* PC */
  /* mobile */
}
@media print, screen and (min-width: 768px) {
  article.top .container section.reason .content_wrap {
    display: flex;
    justify-content: space-between;
  }
  article.top .container section.reason .content_wrap .block {
    width: 48%;
    padding: 20px;
  }
}
article.top .container section.reason .content_wrap .block .index_main {
  font-size: 20px;
  font-style: italic;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  margin-bottom: 10px;
}
article.top .container section.reason .content_wrap .block .index_main .large {
  font-size: 1.5em;
  color: #F18E00;
}
article.top .container section.reason .content_wrap .block .index_sub {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  margin-bottom: 20px;
}
article.top .container section.reason .content_wrap .block:nth-child(1) {
  background: url("../images/common/bg_one.png") no-repeat left top, url("../images/common/stripe.png");
}
article.top .container section.reason .content_wrap .block:nth-child(2) {
  background: url("../images/common/bg_two.png") no-repeat left top, url("../images/common/stripe.png");
}
@media print, screen and (max-width: 767px) {
  article.top .container section.reason .content_wrap .block {
    margin-bottom: 20px;
    border: solid 1px #dddddd;
    padding: 10px;
  }
}
article.top .container .section_wrapper > section {
  /* PC */
}
@media print, screen and (min-width: 768px) {
  article.top .container .section_wrapper > section {
    width: 48%;
  }
  article.top .container .section_wrapper > section .content_wrap {
    margin-bottom: 35px;
  }
}
article.top .container .section_wrapper {
  /* PC */
}
@media print, screen and (min-width: 768px) {
  article.top .container .section_wrapper {
    display: flex;
    justify-content: space-between;
  }
}/*# sourceMappingURL=top.css.map */