@charset "UTF-8";
/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333333;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: visible;
    text-decoration: underline;
  }
}

svg {
  height: 1em;
  width: auto;
}

/* Utility
   ========================================================================== */
@font-face {
  font-family: "Bree Serif";
  src: url("BreeSerif-Regular.eot?") format("eot"), url("BreeSerif-Regular.woff2") format("woff2"), url("BreeSerif-Regular.woff") format("woff");
}
.myFontClass {
  font-family: "Bree Serif";
}

.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

article#supporting {
  background: #FFEDC4;
}
article#supporting h2.article_title {
  color: #F60;
  width: min(1060px, 100%);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
article#supporting ul li {
  margin-top: 50px;
}
article#supporting ul li:nth-child(1) {
  margin-top: 0;
}
article#supporting ul li h3 {
  font-family: "Bree Serif", serif;
  font-size: 25px;
  line-height: 37.5px;
  font-size: 1.5625rem;
  line-height: 2.34375rem;
  margin-bottom: 10px;
  color: #ed9112;
}
article#supporting ul li h3 span {
  font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  display: block;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  font-weight: bold;
  color: #333333;
}
article#supporting ul li:nth-child(2) h3 {
  color: #f59f0e;
}
article#supporting ul li > p {
  text-align: left;
}
article#supporting ul li aside {
  padding: 10px 0 0 0;
  font-weight: bold;
}
article#supporting ul li aside span {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
}
article#supporting ul li aside > p {
  padding: 10px 0 0 0;
  text-align: left;
  font-size: 10px;
  line-height: 15px;
  font-size: 0.625rem;
  line-height: 0.9375rem;
}
article#supporting ul li aside > p span {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
}
article#supporting ul#ul2 {
  margin-top: 50px;
}
article#supporting div#sr {
  display: grid;
  grid-template-columns: 420px 1fr;
  align-items: center;
}
article#supporting div#sr div > aside {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto 0 auto;
}
article#supporting div#sr div > aside > div {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
article#supporting div#sr div > aside > div > figure {
  margin: 0;
}
article#supporting div#sr div > aside > div > figure:first-of-type {
  background: white;
  border-radius: 10px;
  display: block;
  margin: 0;
  width: 120px;
  padding: 5px;
}
article#supporting div#sr div > aside > div > figure:nth-of-type(2) img {
  min-width: 230px;
}
article#supporting div#sr div > aside > div > figure a {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
article#supporting div#sr div > aside > div > figure a:hover img {
  opacity: 0.75;
}
article#supporting div#sr div > aside > p {
  text-align: left;
  margin: 0.5em auto 0 auto;
}
@media (max-width: 768px) {
  article#supporting div#sr div > aside > div {
    display: block;
  }
  article#supporting div#sr div > aside > div > figure:first-of-type {
    display: none;
  }
}
@media (max-width: 768px) {
  article#supporting div#sr {
    display: block;
  }
  article#supporting div#sr > p {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
  }
  article#supporting div#sr > p img {
    max-height: 300px;
  }
  article#supporting div#sr ul {
    width: 100%;
    margin-left: 0;
  }
}
article#supporting div#sh {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 30px;
  grid-template-areas: "B A";
  align-items: center;
}
article#supporting div#sh > figure {
  grid-area: A;
}
article#supporting div#sh > div {
  grid-area: B;
}
article#supporting div#sh > div h3 {
  color: #cfc808;
}
@media (max-width: 768px) {
  article#supporting div#sh {
    display: block;
  }
  article#supporting div#sh > div > aside > div {
    display: block;
  }
  article#supporting div#sh > div > aside > div > figure:first-of-type {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */