@charset "UTF-8";
.idea__ttl-icon {
  max-width: 296px;
  height: auto;
  text-align : center;
  line-height: 1;
  color : #00AEE8;
  margin: 0 auto 2.5em;
}
.idea__ttl-sub {
  font-size: 1.3333em;
  text-align: center;
  margin: 0 auto 2.7272em;
}

.idea__txt {
  max-width: 458px;
  height: auto;
  text-align: left;
  line-height: 2;
  margin: 4em auto 5.3em;
}
.record__item {
  margin-bottom: 13.3333em;
}
.record__item p:last-of-type { margin-top: 3.3333em;}
.record__item-ttl {
  color: #4d4d4d;
  line-height: 3;
  margin-bottom: 1em;
}
.record__photo {
  max-width: 458px;
  margin: 0 auto 2.6em;
}
.record__photo > img {
  width: 100%;
  border: none;
  margin-bottom: 1.3333em;
}
.record__photo ul {
  max-width: 458px;
  height: auto;
  text-align: left;
  line-height: 2;
}
.record__photo li img { border: 1px solid #fff;}

.record__photo-thumb-3{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 18px; 
}
.record__photo-thumb-2{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 18px; 
}
.record__photo-thumb-1{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 18px; 
}
.record__body {
  line-height: 3;
  text-align: center;
}
.record__item-ttl { font-size: 1em;}
.record__list {
  width: 13em;
  font-size: 1.3333em;
  line-height: 1.3;
  text-align: center;  
  color : #ED8597;
  border: solid 1px;
  padding: .5em 0 .35em;
  margin: 0 auto 1em;
}
@media screen and (max-width:600px) {
.record__body {
  line-height: 2;
}
.record__item {
  margin-bottom: 7.6923em;
}
.record__photo-thumb-1,
.record__photo-thumb-2,
.record__photo-thumb-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px
  }
}
