@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.intro {
  background: #f9ecea;
  margin-bottom: 3em;
  padding: 1.5em;
}
.intro .text {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.intro .text dt {
  font-size: 1.1em;
}
.intro .text dd {
  font-size: 1.3em;
}
.intro .text dd span {
  color: #e75473;
  font-size: 1.5em;
}
.intro .syuka {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.intro .syuka dl {
  margin-right: 2em;
  font-weight: bold;
  text-align: center;
}
.intro .syuka dl dt {
  font-size: 1.1em;
}
.intro .syuka dl dt span {
  font-size: 2em;
  color: #e75473;
  line-height: 1.2;
  vertical-align: sub;
}
.intro .syuka dl dd {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  background: #e75473;
  padding: .1em .8em;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8em;
}
.intro .syuka dl dd em {
  display: inline-block;
  font-size: .875rem;
}
.intro .g-text {
  color: #7c7c7c;
  font-size: .875rem;
  font-weight: bold;
  text-align: center;
}

.block {
  margin-bottom: 5em;
}
.block h3 {
  margin-bottom: 1em;
  padding-bottom: .2em;
  border-bottom: 1px solid #333;
  font-size: 1.6em;
  font-weight: bold;
}
.block .detail {
  margin-bottom: 2em;
}
.block .detail .d-ttl {
  font-weight: bold;
  font-size: 1.1em;
}
.block .detail .d-ttl:before {
  display: inline-block;
  content: "\f0c8";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-right: 0.5em;
}
.block .detail dd {
  margin-bottom: 1em;
}
.block .detail dd:last-child {
  margin-bottom: 0;
}
.block .detail dd .note {
  text-indent: -1em;
  padding-left: 1em;
}
.block .detail dd .yamato {
  max-width: 300px;
  background: #f5f5f5;
  padding: 1em;
  border-radius: 10px;
  text-align: center;
}
.block .detail dd .yamato dt {
  font-size: 1.1em;
}
.block .detail dd .yamato dd {
  font-size: 1.3em;
  font-weight: bold;
}
.block .detail dd .yamato dd a {
  text-decoration: none;
}
.block .detail dd .yamato30 {
  list-style-type: disc;
  padding-left: 1.5em;
}
.block .detail dd .yamato30 li span {
  font-weight: bold;
  color: #c84b31;
}
.block .detail dd .denpyou-info {
  max-width: 550px;
  border: 1px dashed #333;
  border-radius: 10px;
  padding: 1em;
}
.block .detail dd .denpyou-info dl {
  display: flex;
}
.block .detail dd .denpyou-info dl dt {
  min-width: 65px;
  font-weight: bold;
}
.block .detail dd .denpyou-info dl dd {
  padding-left: 1em;
}
.block .detail dd a {
  text-decoration: underline;
}
.block .detail dd a:hover {
  text-decoration: none;
}
.block .change-box {
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 2em;
}
.block .change-box .s-title {
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: bold;
}
.block .change-box ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.block .change-box ul li span {
  font-weight: bold;
  color: #c84b31;
}
.block .driver {
  margin-bottom: 2em;
  font-size: 1.2em;
}
.block .driver li span {
  font-weight: bold;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .intro .text dd {
    font-size: 1.2em;
  }
  .intro .syuka {
    display: block;
  }
  .intro .syuka dl {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .intro .syuka dl dt {
    font-size: 1em;
  }
  .intro .syuka dl dd {
    font-size: 1.6em;
  }
  .intro .syuka p {
    text-align: center;
  }

  .block {
    margin-bottom: 3em;
  }
  .block h3 {
    margin-bottom: .5em;
    font-size: 1.4em;
  }
  .block .change-box {
    padding: 1em;
  }
  .block .change-box .s-title {
    font-size: 1.2em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .intro {
    padding: 1.5em 1em 1em;
  }
  .intro .text dt {
    font-size: .9em;
    font-feature-settings: "palt";
  }
  .intro .text dd {
    font-size: 1em;
  }
  .intro .text dd span {
    font-size: 1.3em;
  }
  .intro .syuka dl dt span {
    font-size: 1.5em;
  }
  .intro .syuka dl dd {
    font-size: 1.4em;
  }
  .intro .syuka p img {
    max-width: 200px;
  }

  .block h3 {
    font-size: 1.25em;
  }
  .block .driver {
    font-size: 1em;
  }
  .block .detail dd .denpyou-info dl {
    display: block;
    margin-bottom: .5em;
  }
  .block .detail dd .denpyou-info dl:last-child {
    margin-bottom: 0;
  }
  .block .detail dd .denpyou-info dl dd {
    padding-left: 0;
  }
}
