@charset "UTF-8";
/*　*/
/**************************************************
		index
**************************************************/
.l-pagettl {
  background-image: url(../img/international/bg_pagettl_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .l-pagettl {
    background-image: url(../img/international/bg_pagettl.jpg);
  }
}

.index_list01 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .index_list01 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .index_list01 {
    display: flex;
    margin: -1rem 5rem;
    font-size: 2.1rem;
    flex-wrap: wrap;
  }
}
.index_list01 li {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .index_list01 li {
    margin: 1rem;
    width: calc(50% - 2rem - 0.1px);
  }
}
.index_list01 a {
  display: block;
  position: relative;
  border-radius: 0 0.5rem 0 0.5rem;
  background: #932536;
  color: #fff;
  z-index: 10;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .index_list01 a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .index_list01 a {
    border-radius: 0 1rem 0 1rem;
  }
}
.index_list01 a::before {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 0.5rem 0 0.5rem;
  width: 100%;
  height: 100%;
  z-index: 20;
  content: "";
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .index_list01 a::before {
    border-radius: 0 1rem 0 1rem;
  }
}
.index_list01 figure {
  display: block;
  position: relative;
  z-index: 10;
}
.index_list01 .m-img01 {
  padding-bottom: calc(390 / 650 * 100%);
}
.index_list01 figcaption {
  display: flex;
  width: 100%;
  min-height: 5rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .index_list01 figcaption {
    min-height: 6.5rem;
  }
}