.mv-note {
  clear: both;
  text-align: center;
  margin: 10px 0 20px 0;
  font-size: 120%;
}

.mv-note a {
  display: inline-block;
  color: #972541;
  font-size: larger;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 0.25em;
  position: relative;
  top: 0.05em;
}

a.btn-gradient {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fca706), to(#fe7a04));
  background-image: linear-gradient(to right, #fca706 0%, #fe7a04 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.btn-gradient small {
  display: block;
  font-size: 60%;
  font-weight: 500;
  letter-spacing: 0.05em;
}

a.btn-gradient:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.text-heading {
  height: 105px;
}

.text-heading h2 {
  color: white;
  font-size: 48px;
  line-height: 100px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.faq {
  font-size: 24px;
  line-height: 1.6;
  border: 5px solid #d6dde3;
  border-radius: 5px;
}

.faq dt {
  color: #333333;
  font-weight: 600;
  padding: 1em 1.5em 1em 3em;
}

.faq dt::before,
.faq dd::before {
  margin-left: -1.5em;
  margin-right: 0.5em;
}

.faq dt::before {
  content: "Q.";
  color: #75bbff;
}

.faq dd {
  background-color: #f2f2f2;
  color: #333333;
  padding: 1em 1.5em 1em 3em;
}

.faq dd::before {
  content: "A.";
  color: #ff8d8d;
  font-weight: 600;
}

.faq a {
  color: #0272e0;
  text-decoration: underline;
}

.faq a:hover {
  color: #972541;
  cursor: pointer;
}

.faq + .faq {
  margin-top: 10px;
}

.photos {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.photos li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.photos li figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0.25em;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.photos li figure figcaption {
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5em;
}

#footer_box1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 950px;
  margin: 30px auto;
}

#footer_box1 .inner a {
  margin-right: 110px;
}

#footer_box1 .inner a img {
  width: 240px;
}

#footer_box1 .inner p {
  font-size: 15px;
}
