@charset 'utf-8';

/* page index
======================================================== */
.page-index {
  margin: 0 auto;
  min-width: 1040px;
  width: 1040px;
}
@media screen and (max-width: 667px) {
.page-index {
  min-width: 100%;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-index {
  min-width: 100%;
  width: 100%;
}
}

.page-index-header {
  padding: 50px 0 30px;
  text-align: center;
}
@media screen and (max-width: 667px) {
.page-index-header {
  padding: 30px 0 20px;
  text-align: center;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-index-header {
  padding: 40px 0 20px;
  text-align: center;
}
}

.page-index-headline {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 667px) {
.page-index-headline {
  font-size: 18px;
  line-height: 1.4;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-index-headline {
  font-size: 20px;
  line-height: 1.4;
}
}

.page-index-category-group-headline {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin: 40px auto 0;
}
@media screen and (max-width: 667px) {
.page-index-category-group-headline {
  font-size: 16px;
  margin-top: 20px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-index-category-group-headline {
  font-size: 18px;
  margin-top: 20px;
  width: 95%;
}
}

.page-index-category-group-headline + .sentence {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin: 20px auto 0;
}
@media screen and (max-width: 667px) {
.page-index-category-group-headline + .sentence {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-index-category-group-headline + .sentence {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  width: 95%;
}
}

.page-index-category {
  border-bottom: 1px solid #ccc;
  margin: 30px auto 0;
  padding: 0 0 80px;
  width: 1040px;
}
@media screen and (max-width: 667px) {
.page-index-category {
  margin: 20px auto 0;
  padding: 0 0 50px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-index-category {
  margin: 20px auto 0;
  padding: 0 0 60px;
  width: 95%;
}
}

.page-index-category:nth-of-type(1) { margin-top: 0; }
.page-index-category:last-child { border-bottom: none; }

.page-index-category-headline {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 667px) {
.page-index-category-headline {
  font-size: 15px;
  line-height: 1.4;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-index-category-headline {
  font-size: 16px;
  line-height: 1.4;
}
}

.page-index-category-headline + .sentence {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  padding: 20px 0 10px;
}
@media screen and (max-width: 667px) {
.page-index-category-headline + .sentence {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 0 10px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-index-category-headline + .sentence {
  font-size: 13px;
  line-height: 1.5;
  padding: 15px 0 10px;
}
}

.page-index-thumbnail-wrap {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 667px) {
.page-index-thumbnail-wrap { justify-content: space-between; }
}



/* hover image
======================================================== */
.hover-image {
  display: block;
  margin: 30px 2px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 667px) {
.hover-image { margin: 20px 0 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.hover-image { margin: 20px 0.5% 0; }
}

.page-index-thumbnail-wrap .hover-image { width: 24.5%; }
@media screen and (max-width: 667px) {
.page-index-thumbnail-wrap .hover-image { width: 49%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.page-index-thumbnail-wrap .hover-image { width: 24%; }
}

.hover-image-title {
  align-items: center;
  background: rgba(0,0,0,0.5);
  display: flex;
  height: 60px;
  justify-content: center;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 260px;
  z-index: 1;
}
@media screen and (max-width: 667px) {
.hover-image-title {
  height: 30px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.hover-image-title {
  height: 40px;
  width: 100%;
}
}

.hover-image:hover .hover-image-title { display: none; }

.hover-image-title-inner {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 667px) {
.hover-image-title-inner { font-size: 12px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.hover-image-title-inner {
  font-size: 13px;
  line-height: 1.4;
}
}

.new-mark .hover-image-title-inner:before {
  align-items: center;
  background-color: #f00;
  color: #fff;
  content: 'NEW';
  display: flex;
  font-size: 10px;
  font-weight: 600;
  height: 20px;
  left: -35px;
  line-height: 1;
  padding: 0 0.3em;
  position: absolute;
  top: -28px;
  width: 30px;
  z-index: 1;
}
@media screen and (max-width: 667px) {
.new-mark .hover-image-title-inner:before {
  align-items: left;
  background-color: transparent;
  color: #f00;
  content: '★NEW';
  display: block;
  height: 1.2em;
  left: 0;
  padding: 0;
  top: -12px;
  width: auto;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.new-mark .hover-image-title-inner:before {
  font-size: 10px;
  height: 23px;
  left: 5px;
  padding: 0 0.4em;
  top: -14px;
  width: 32px;
}
}

.new-mark .hover-image-title-inner:after {
  border-color: #f00 #f00 transparent #f00;
  border-style: solid;
  border-width: 0 15px 4px 15px;
  content: '';
  height: 0;
  position: absolute;
  left: -35px;
  right: 0;
  top: -8px;
  z-index: 2;
  width: 0;
}
@media screen and (max-width: 667px) {
.new-mark .hover-image-title-inner:after { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.new-mark .hover-image-title-inner:after {
  border-width: 0 16px 6px 16px;
  left: 5px;
  top: 8px;
}
}

.hover-image-description {
  align-items: center;
  background: rgba(0,0,0,0.5);
  display: none;
  height: 152px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 667px) {
.hover-image-description { height: 152px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.hover-image-description { height: 152px; }
}

.hover-image:hover .hover-image-description { display: flex; }

.hover-image-description-inner {
  display: block;
  height: 140px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.hover-image-description-inner { height: 140px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.hover-image-description-inner { height: 140px; }
}

.hover-image-description-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 667px) {
.hover-image-description-text {
  font-size: 14px;
  line-height: 1.4;
}
}

.hover-image-button {
  background-color: #76caba;
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 667px) {
.hover-image-button { width: 60%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.hover-image-button { width: 60%; }
}

.hover-image-button-inner {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 667px) {
.hover-image-button-inner { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.hover-image-button-inner { font-size: 14px; }
}

.hover-image-picture {
  height: auto;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
}

.hover-image:hover .hover-image-picture {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.guide-faq {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 30px auto 0;
  padding: 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-faq {
  flex-wrap: wrap;
  padding: 0 0 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq {
  padding: 0 0 15px;
  width: 95%;
}
}

.guide-faq-list { width: 30%; }
@media screen and (max-width: 667px) {
.guide-faq-list { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-list { width: 32%; }
}

.guide-faq-list:nth-of-type(n+2) {margin-left: 10px; }
@media screen and (max-width: 667px) {
.guide-faq-list:nth-of-type(n+2) { margin: 10px 0 0 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-list { width: 32%; }
}

.guide-faq-link {
  align-items: center;
  background-color: #1a5098;
  border-radius: 10px;
  color: #fff !important;
  display: flex;
  height: 3.5em;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.guide-faq-link { height: 3em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-link { height: 3em; }
}

.guide-faq-link:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.guide-faq-inner {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-faq-inner { font-size: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq-inner { font-size: 16px; }
}

@media screen and (max-width: 667px) {
.guide-faq + .article-arrow-link { margin-left: 1em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-faq + .article-arrow-link { margin-left: 1.5em; }
}

.guide-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-link {
  padding: 0 0 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-link {
  padding: 0 0 10px;
  width: 95%;
}
}


/* device style
======================================================== */
.sp-only,
.tab-only { display: none; }
@media screen and (max-width: 667px) {
.sp-only { display: block; }
.pc-only,
.tab-only,
.pc-tab-only { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.tab-only,
.pc-tab-only { display: block; }
.pc-only,
.sp-only { display: none; }
}
