@charset "UTF-8";
/* color */
/* top */
#top {
  overflow: hidden;
}

/* -------------------------- */
/* result */
/* -------------------------- */
#result {
  margin-top: 100vh;
  background-color: #fff;
  opacity: 0.95;
}
#result .result {
  position: relative;
  padding: 4rem 0 0;
}
@media screen and (min-width: 1024px) {
  #result .result {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 5rem 0 7rem;
  }
}
@media screen and (min-width: 1024px) {
  #result .result-head h2:before {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    left: 24rem;
  }
}
@media screen and (min-width: 1024px) {
  #result .result-head h2:after {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    right: 24rem;
  }
}
#result .result-head p {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  #result .result-head p {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 1.4rem;
  }
}
#result .result .swiper {
  padding: 3rem 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  #result .result .swiper {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 3rem 0 6rem;
  }
}
#result .result .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  #result .result .swiper-slide {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#result .result h3 {
  font-weight: normal;
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  #result .result h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}

/* -------------------------- */
/* about */
/* -------------------------- */
#about {
  background-image: url("https://nano-glasscoat.jp/wp-content/themes/nanoglass/images/top/nano_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) {
  #about {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    background-size: 100%;
    background-position: top;
  }
}
#about .about {
  padding: 5rem 1.5rem 2rem;
}
@media screen and (min-width: 1024px) {
  #about .about {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 10rem 0 9rem;
  }
}
#about .about h2 {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 1024px) {
  #about .about h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 5.5rem;
    padding-bottom: 4rem;
  }
}
#about .about h2 span {
  color: #009be4;
}
#about .about p {
  padding-bottom: 3.5rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #about .about p {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5rem;
  }
}
#about .about-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #about .about-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    flex-direction: row;
    justify-content: space-between;
  }
}
#about .about-box figure {
  width: 100%;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  #about .about-box figure {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 48%;
    padding-bottom: unset;
  }
}
#about .about-box figure figcaption {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #about .about-box figure figcaption {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.7rem;
    top: 48%;
  }
}

/* -------------------------- */
/* product item-list*/
/* -------------------------- */
#product,
#item-list {
  background-color: #fff;
}
#product .product,
#product .item-list,
#item-list .product,
#item-list .item-list {
  position: relative;
  padding: 5rem 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  #product .product,
#product .item-list,
#item-list .product,
#item-list .item-list {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 12rem 0 0;
  }
}
#product .product-head h2:before,
#product .item-list-head h2:before,
#item-list .product-head h2:before,
#item-list .item-list-head h2:before {
  width: 7rem;
  right: 2.5rem;
}
@media screen and (min-width: 1024px) {
  #product .product-head h2:before,
#product .item-list-head h2:before,
#item-list .product-head h2:before,
#item-list .item-list-head h2:before {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    left: 7rem;
  }
}
#product .product-head h2:after,
#product .item-list-head h2:after,
#item-list .product-head h2:after,
#item-list .item-list-head h2:after {
  right: 2.5rem;
  width: 7rem;
}
@media screen and (min-width: 1024px) {
  #product .product-head h2:after,
#product .item-list-head h2:after,
#item-list .product-head h2:after,
#item-list .item-list-head h2:after {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    right: 7rem;
  }
}
#product .product-head p,
#product .item-list-head p,
#item-list .product-head p,
#item-list .item-list-head p {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  #product .product-head p,
#product .item-list-head p,
#item-list .product-head p,
#item-list .item-list-head p {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 1.4rem;
  }
}
#product .product-box,
#product .item-list-box,
#item-list .product-box,
#item-list .item-list-box {
  padding: 4rem 0 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #product .product-box,
#product .item-list-box,
#item-list .product-box,
#item-list .item-list-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 8rem 5rem;
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: space-between;
  }
}
#product .product-box li,
#product .item-list-box li,
#item-list .product-box li,
#item-list .item-list-box li {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #product .product-box li,
#product .item-list-box li,
#item-list .product-box li,
#item-list .item-list-box li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 48%;
  }
}
#product .product-box li h3,
#product .item-list-box li h3,
#item-list .product-box li h3,
#item-list .item-list-box li h3 {
  margin: 1rem 0;
  border-left: 0.3rem solid #4c4c4c;
  font-size: 1.4rem;
  width: 100%;
  color: #0a879d;
  font-weight: normal;
  padding: 0.5rem 0 0 1rem;
}
@media screen and (min-width: 1024px) {
  #product .product-box li h3,
#product .item-list-box li h3,
#item-list .product-box li h3,
#item-list .item-list-box li h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#product .product-box li h3 span,
#product .item-list-box li h3 span,
#item-list .product-box li h3 span,
#item-list .item-list-box li h3 span {
  color: #4c4c4c;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #product .product-box li h3 span,
#product .item-list-box li h3 span,
#item-list .product-box li h3 span,
#item-list .item-list-box li h3 span {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }
}
#product .product-box li .box-txt,
#product .item-list-box li .box-txt,
#item-list .product-box li .box-txt,
#item-list .item-list-box li .box-txt {
  padding: 0 1.5rem 3rem;
}
#product .product-box li .more,
#product .item-list-box li .more,
#item-list .product-box li .more,
#item-list .item-list-box li .more {
  width: 80%;
}
@media screen and (min-width: 1024px) {
  #product .product-box li .more,
#product .item-list-box li .more,
#item-list .product-box li .more,
#item-list .item-list-box li .more {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 80%;
  }
}

#item-list .item-list {
  padding: 5rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  #item-list .item-list {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 0 0 3rem;
  }
}
#item-list .item-list-head h2:before {
  width: 5rem;
  left: 2rem;
}
@media screen and (min-width: 1024px) {
  #item-list .item-list-head h2:before {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 23rem;
    left: 3rem;
  }
}
#item-list .item-list-head h2:after {
  right: 2rem;
  width: 5rem;
}
@media screen and (min-width: 1024px) {
  #item-list .item-list-head h2:after {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 23rem;
    right: 3rem;
  }
}
#item-list .item-list-head p {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  #item-list .item-list-head p {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 1.4rem;
  }
}
#item-list .item-list-box {
  padding: 0 0 3rem;
}
@media screen and (min-width: 1024px) {
  #item-list .item-list-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 5rem 5rem 0 5rem;
  }
}
@media screen and (min-width: 1024px) {
  #item-list .item-list-box li h3 span {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.5rem;
  }
}
#item-list .item-list-box li:last-child li h3 span {
  line-height: 1;
}
#item-list .item-list-link {
  background-color: #009be4;
  color: #fff;
}

/* -------------------------- */
/* youtube */
/* -------------------------- */
#youtube {
  background-color: #f7f7f7;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
#youtube .youtube {
  position: relative;
  padding: 5rem 0;
}
@media screen and (min-width: 1024px) {
  #youtube .youtube {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 6rem 0 7rem;
  }
}
#youtube .youtube-head h2:before {
  width: 7rem;
  right: 2.5rem;
}
@media screen and (min-width: 1024px) {
  #youtube .youtube-head h2:before {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    left: 4rem;
  }
}
#youtube .youtube-head h2:after {
  right: 2.5rem;
  width: 7rem;
}
@media screen and (min-width: 1024px) {
  #youtube .youtube-head h2:after {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    right: 4rem;
  }
}
#youtube .youtube-box {
  padding: 2.5rem 0 0;
}
@media screen and (min-width: 1024px) {
  #youtube .youtube-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 3.5rem 0 0;
  }
}
#youtube .youtube-box iframe {
  width: 100%;
  height: 25rem;
}
@media screen and (min-width: 1024px) {
  #youtube .youtube-box iframe {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 100rem;
    height: 56rem;
  }
}
#youtube .youtube-box h3 {
  padding: 1rem 0;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (min-width: 1024px) {
  #youtube .youtube-box h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 3rem;
    padding: 2rem 0;
  }
}
#youtube .youtube-box p {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  #youtube .youtube-box p {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    margin: 0 auto;
    width: 70%;
  }
}

/* -------------------------- */
/* blog  ブログ一覧*/
/* -------------------------- */
#blog {
  background-color: #fff;
}
#blog .blog {
  padding: 5rem 0 3rem;
}
@media screen and (min-width: 1024px) {
  #blog .blog {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 6rem 0 4rem;
  }
}
#blog .blog-box {
  padding: 3rem 1.5rem;
  position: relative;
}
#blog .blog-box ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  #blog .blog-box ul {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#blog .blog-box ul li {
  border: 1px solid #ccc;
  padding: 3rem 1.5rem;
  background-color: #fff;
  margin: 0 0 2rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #blog .blog-box ul li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    margin: 0 3rem 3rem 0;
    flex: 0 0 30%;
  }
}
#blog .blog-box ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #009be4;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.5s;
}
#blog .blog-box ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0px;
  background: #009be4;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.5s;
}
#blog .blog-box ul li a {
  text-decoration: none;
  color: inherit;
}
#blog .blog-box ul li a .ymd {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  #blog .blog-box ul li a .ymd {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#blog .blog-box ul li a .cat {
  color: #009be4;
  border: #009be4 1px solid;
  padding: 0 1.5rem;
}
#blog .blog-box ul li a h2 {
  padding: 0.5rem 0;
  color: #009be4;
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 2px solid #009be4;
}
@media screen and (min-width: 1024px) {
  #blog .blog-box ul li a h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#blog .blog-box ul li a p {
  padding-top: 2rem;
}
#blog .blog-box ul li a figure {
  width: 100%;
  padding-top: 1.5rem;
}
#blog .blog-box ul li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
@media screen and (min-width: 1024px) {
  #blog .blog-box ul li a figure img {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#blog .blog-box ul .active:before {
  width: 3rem;
}
#blog .blog-box ul .active:after {
  height: 6rem;
}
#blog .blog-box-link {
  background-color: #009be4;
  color: #fff;
  margin: 4rem auto 0;
}

/* -------------------------- */
/* voice blog*/
/* -------------------------- */
#voice {
  background-color: #edf9fc;
}
#voice .voice {
  position: relative;
  padding: 5rem 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  #voice .voice {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 8rem 0 6rem;
  }
}
#voice .voice-head h2:before {
  width: 7rem;
  right: 2.5rem;
}
@media screen and (min-width: 1024px) {
  #voice .voice-head h2:before {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    left: 7rem;
  }
}
#voice .voice-head h2:after {
  right: 2.5rem;
  width: 7rem;
}
@media screen and (min-width: 1024px) {
  #voice .voice-head h2:after {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    right: 7rem;
  }
}
#voice .voice-box {
  position: relative;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #voice .voice-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem 0 6rem;
  }
}
#voice .voice-box li {
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  #voice .voice-box li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding-bottom: unset;
    max-height: 40rem;
    overflow: hidden;
    width: 32%;
  }
}
#voice .voice-box li a {
  color: #4c4c4c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #voice .voice-box li a {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    display: unset;
  }
}
#voice .voice-box li a figure {
  width: 35%;
  height: 15.2rem;
}
@media screen and (min-width: 1024px) {
  #voice .voice-box li a figure {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 100%;
    height: unset;
  }
}
#voice .voice-box li a figure img {
  height: 15.2rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #voice .voice-box li a figure img {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    height: 18rem;
    min-height: 18rem;
  }
}
#voice .voice-box li a .voice-item {
  width: 65%;
  margin-top: -0.5rem;
  padding: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #voice .voice-box li a .voice-item {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 100%;
    padding: 1.5rem;
  }
}
#voice .voice-box li a .voice-item h3 {
  padding: 0.5rem 0 0.5rem;
  font-size: 1.6rem;
  max-height: 6rem;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #voice .voice-box li a .voice-item h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 1.8rem;
  }
}
#voice .voice-box li a .voice-item span {
  background-color: #009be4;
  color: #fff;
  padding: 0 1rem;
  margin-right: 1rem;
  font-size: 1.2rem;
}
#voice .voice-box li a .voice-item .txt {
  padding: 1rem 0 0 0;
  overflow: hidden;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #voice .voice-box li a .voice-item .txt {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    max-height: 9rem;
    font-size: 1.4rem;
  }
}
#voice .voice .more {
  width: 30rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  #voice .voice .more {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 32rem;
  }
}
#voice .dairi {
  background-color: #fff;
  padding: 2rem 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  #voice .dairi {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 5rem 0 0;
  }
}

/* -------------------------- */
/* news*/
/* -------------------------- */
#news {
  background-color: #fff;
}
#news .news {
  position: relative;
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  #news .news {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 5rem 0;
  }
}
#news .news-head {
  margin-bottom: 0;
}
#news .news-head h2:before {
  width: 5rem;
  right: 2.5rem;
}
@media screen and (min-width: 1024px) {
  #news .news-head h2:before {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    left: 28rem;
  }
}
#news .news-head h2:after {
  right: 2.5rem;
  width: 5rem;
}
@media screen and (min-width: 1024px) {
  #news .news-head h2:after {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 24rem;
    right: 28rem;
  }
}
#news .news-box {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #news .news-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
#news .news-box .btn {
  bottom: 0;
  right: 1rem;
}
@media screen and (min-width: 1024px) {
  #news .news-box .btn {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    right: 0;
  }
}
#news .news-box ul {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  #news .news-box ul {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 80%;
  }
}
#news .news-box ul li {
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #news .news-box ul li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 1rem;
  }
}
#news .news-box ul li .date {
  width: 10rem;
  margin-right: 1.5rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #news .news-box ul li .date {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 15%;
    font-size: 1.4rem;
    margin-right: 3rem;
  }
}
#news .news-box ul li .cat {
  width: 8rem;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #009be4;
}
@media screen and (min-width: 1024px) {
  #news .news-box ul li .cat {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    margin-right: 3rem;
  }
}
#news .news-box ul li .postitle {
  width: 70%;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #news .news-box ul li .postitle {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 1.5rem;
  }
}
#news .news-box ul li .postitle a {
  font-weight: normal;
}

/* -------------------------- */
/* contact */
/* -------------------------- */
#contact {
  background-color: #f7f7f7;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
#contact .contact {
  position: relative;
  padding: 5rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  #contact .contact {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 7rem 0;
  }
}
#contact .contact h2 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  #contact .contact h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 3rem;
    padding-bottom: 3rem;
  }
}
#contact .contact P {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #contact .contact P {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 70%;
    line-height: 1.8;
  }
}/*# sourceMappingURL=top.css.map */