body {
  color: #1d1d1d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff !important;
}

img {
  vertical-align: bottom;
}

a img {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

.lp-container {
  position: relative;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.container img {
  width: 100%;
  height: auto;
}

.button {
  display: block;
}

.counseling {
  position: relative;
}

.counseling .button {
  position: absolute;
  left: 0;
  width: 100%;
}

.counseling .button:nth-of-type(1) {
  top: 43%;
}

.counseling .button:nth-of-type(2) {
  bottom: 0.5%;
}

.guarantee {
  position: relative;
}

.guarantee .button {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
}

.faq {
  margin-bottom: calc(100% * 50 / 375);
  padding-right: calc(100% * 20 / 375);
  padding-left: calc(100% * 20 / 375);
}

.faq-text {
  font-size: 12px;
  text-align: center;
}

.faq-section {
  margin-top: 30px;
}

.faq-title {
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-left: 4px solid #01A0E9;
}

.faq-group {
  padding: 15px;
  background: #fffbef;
}

.faq-box {
  padding: 15px;
  background: #fff;
}

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

.faq-question {
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.5;
  background: url(../img/lp/icon-q.svg) 0 0/20px auto no-repeat;
  cursor: pointer;
}

.faq-question p {
  margin-bottom: 0;
}

.faq-answer {
  display: none;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px dotted #ccc;
}

#fixedButton {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: 0.3s;
}

#fixedButton.active {
  opacity: 1;
  visibility: visible;
}

.wp-block-image {
  margin-bottom: 0 !important;
}

.lp-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #01A0E9 !important;
}

.lp-footer p {
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
/*# sourceMappingURL=style.css.map */
