/*------------------------------------------------------------------------------

  Polymer index

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .index_polymer {
    margin: 45px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer {
    margin: 30px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index_polymer > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.index_polymer a:hover .index_polymer-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index_polymer a:hover .index_polymer-link p::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media print, screen and (min-width: 768px) {
  .index_polymer_wrapper {
    max-width: 380px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .index_polymer_wrapper + .index_polymer_wrapper {
    margin: 0 0 50px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer_wrapper + .index_polymer_wrapper {
    margin: 40px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index_polymer_wrapper:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index_polymer_wrapper:nth-child(2n+1):nth-last-child(-n+2),
  .index_polymer_wrapper:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

.index_polymer-image {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-image {
    max-width: 380px;
  }
}

.index_polymer-image img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-image + .index_polymer-link {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-link {
    margin-top: 10px;
  }
}

.index_polymer-link li p {
  display: block;
  color: #00787e;
  border-bottom: 1px solid #c3cad4;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-link li p {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 12px 25px 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-link li p {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 10px 25px 10px 0;
  }
}

.index_polymer-link li p::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #00787e;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

@media only screen and (max-width: 767px) {
  .index_polymer-link li + li {
    margin-top: 5px;
  }
}

.index_polymer-link .icon_arrow_g::after {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-link .icon_arrow_g::after {
    width: 25px;
    height: 7px;
    top: 20px;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-link .icon_arrow_g::after {
    width: 20px;
    height: 6px;
    top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .index_polymer-list {
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-list {
    margin: 20px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index_polymer-list strong {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-list strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index_polymer-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 0;
}

.index_polymer-list li {
  color: #555;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 0 3px;
  width: calc(50% - 3px);
}

@media print, screen and (min-width: 768px) {
  .index_polymer-list li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-list li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.index_polymer-list li::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #555;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-list li::before {
    top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-list li::before {
    top: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .index_polymer-subList {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-subList {
    margin: 25px 0 0;
  }
}

.index_polymer-subList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_polymer-subList-item > a {
  display: block;
  position: relative;
}

.index_polymer-subList-item > a:hover .index_material-subList-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index_polymer-subList-item > a:hover .index_material-subList-link p::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-subList-item + .index_material-subList-item {
    margin: 28px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-subList-item + .index_material-subList-item {
    margin: 26px 0 0;
  }
}

.index_polymer-subList-link {
  position: absolute;
  top: 0;
  left: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-subList-link {
    padding-left: 20px;
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-subList-link {
    padding-left: 15px;
    width: calc(100vw - 170px);
  }
}

.index_polymer-subList-link li p {
  display: block;
  color: #00787e;
  border-bottom: 1px solid #c3cad4;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-subList-link li p {
    padding: 12px 25px 12px 3px;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-subList-link li p {
    padding: 0 20px 10px 1px;
  }
}

.index_polymer-subList-link li p::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #00787e;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

@media only screen and (max-width: 767px) {
  .index_polymer-subList-link li + li {
    margin-top: 5px;
  }
}

.index_polymer-subList-link .icon_arrow_g::after {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-subList-link .icon_arrow_g::after {
    width: 18px;
    height: 5px;
    top: 19px;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-subList-link .icon_arrow_g::after {
    width: 15px;
    height: 4px;
    top: 7px;
  }
}

.index_polymer-subList-image {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-subList-image {
    max-width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-subList-image {
    max-width: 150px;
  }
}

.index_polymer-subList-image img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.index_polymer-subList .index_polymer-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media print, screen and (min-width: 768px) {
  .index_polymer-subList .index_polymer-list {
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .index_polymer-subList .index_polymer-list {
    margin: 0 0 0 15px;
  }
}

.index_polymer-subList .index_polymer-list ul {
  display: block;
}

.index_polymer-subList .index_polymer-list li {
  width: 100%;
}
