@charset "UTF-8";


.kobetsu-mtam01-image-text_style {
  position: relative;
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 2rem auto;
}

.kobetsu-mtam01-image-text_style .kobetsu-mtam01-col {
  width: 100%;
  text-align: center;
}
.kobetsu-mtam01-cap {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
}
.kobetsu-mtam01-relative {
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
.kobetsu-mtam01-image-text_style p {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0;
}
.kobetsu-mtam01-image-text01 {
  top: 36.734693877%;
  left: 9.677419354%;
  font-size: 12px;
  color: #000000;
  line-height: 130%;
}
.kobetsu-mtam01-image-text02 {
  top: 63.775510204%;
  left: 9.677419354%;
  font-size: 12px;
  color: #000000;
  line-height: 130%;
}
.kobetsu-mtam01-image-text03 {
  top: 12.75510204%;
  left: 35.806451612%;
  font-size: 12px;
  color: #000000;
  line-height: 130%;
}
.kobetsu-mtam01-image-text04 {
  top: 16.326530612%;
  left: 29.032258064%;
  font-size: 12px;
  color: #e3001b;
  line-height: 130%;
}
.kobetsu-mtam01-image-text05 {
  top: 34.693877551%;
  left: 61.93548387%;
  text-align: center;
  font-size: 12px;
  color: #000000;
  line-height: 130%;
}
.kobetsu-mtam01-image-text06 {
  top: 14.285714285%;
  left: 29.032258064%;
  font-size: 12px;
  color: #e3001b;
  line-height: 130%;
}
.kobetsu-mtam01-image-text07 {
  bottom: 0;
  left: 1.612903225%;
  text-align: center;
  font-size: 12px;
  color: #000000;
  line-height: 130%;
}


/* iPad */
@media only screen and (max-device-width: 1024px) and (min-width: 768px){
  .kobetsu-mtam01-image-text01,
  .kobetsu-mtam01-image-text02,
  .kobetsu-mtam01-image-text03,
  .kobetsu-mtam01-image-text04,
  .kobetsu-mtam01-image-text05,
  .kobetsu-mtam01-image-text06,
  .kobetsu-mtam01-image-text07 {
    font-size: 9px;
  }
}
/* iPad横 */
@media (orientation: landscape) and (max-device-width: 1024px) and (min-width: 768px) {
  .kobetsu-mtam01-image-text01,
  .kobetsu-mtam01-image-text02,
  .kobetsu-mtam01-image-text03,
  .kobetsu-mtam01-image-text04,
  .kobetsu-mtam01-image-text05,
  .kobetsu-mtam01-image-text06,
  .kobetsu-mtam01-image-text07 {
    font-size: 12px;
  }
}


@media only screen and (max-width: 767px){
  .kobetsu-mtam01-image-text_style {
    display: block;
  }
  .kobetsu-mtam01-image-text_style .kobetsu-mtam01-col {
    margin-bottom: 10px;
  }
  .kobetsu-mtam01-cap {
    font-size: 12px;
  }
}
@media only screen and (max-width: 350px){
  .kobetsu-mtam01-image-text01,
  .kobetsu-mtam01-image-text02,
  .kobetsu-mtam01-image-text03,
  .kobetsu-mtam01-image-text04,
  .kobetsu-mtam01-image-text05,
  .kobetsu-mtam01-image-text06,
  .kobetsu-mtam01-image-text07 {
    font-size: 3.2vw;
  }
}