@charset "utf-8";
input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
	.lity-wrap {
	  bottom: auto;
	  padding-top: calc(20 / 375 * 100vw);
	}
  }
  
  .lity-close,
  .lity-close:hover {
	background-image: url(../img/icon_close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	content: "";
	cursor: pointer;
	display: inline-block;
	display: none;
	height: 45px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	text-indent: 150vw;
	top: 20px;
	white-space: nowrap;
	width: 45px;
  }
  @media screen and (max-width: 1169px) {
	.lity-close,
  .lity-close:hover {
	  height: calc(45 / 1170 * 100vw);
	  right: calc(20 / 1170 * 100vw);
	  top: calc(20 / 1170 * 100vw);
	  width: calc(45 / 1170 * 100vw);
	}
  }
  @media screen and (max-width: 767px) {
	.lity-close,
  .lity-close:hover {
	  height: calc(45 / 375 * 100vw);
	  right: calc(-12 / 375 * 100vw);
	  top: calc(-12 / 375 * 100vw);
	  width: calc(45 / 375 * 100vw);
	}
  }
  
.p-privacy {
	background-color: #ffffff;
	border-radius: calc(10 / 1170 * 100vw);
	height: 80vh;
	overflow: scroll;
	width: calc(1000 / 1170 * 100vw);
  }
  @media screen and (max-width: 767px) {
	.p-privacy {
	  border-radius: calc(10 / 375 * 100vw);
	  width: calc(335 / 375 * 100vw);
	}
  }
  .p-privacy__inner {
	padding: calc(80 / 1170 * 100vw) calc(60 / 1170 * 100vw) calc(60 / 1170 * 100vw);
  }
  @media screen and (max-width: 767px) {
	.p-privacy__inner {
	  padding: calc(45 / 375 * 100vw) calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
	}
  }
  .p-privacy__title {
	color: #44C2D8;
	font-size: calc(22 / 1170 * 100vw);
	font-weight: bold;
	margin-bottom: calc(40 / 1170 * 100vw);
	text-align: center;
  }
  @media screen and (max-width: 767px) {
	.p-privacy__title {
	  font-size: calc(18 / 375 * 100vw);
	  margin-bottom: calc(30 / 375 * 100vw);
	}
  }
  .p-privacy__text h2 {
	border-top: calc(1 / 1170 * 100vw) solid #44C2D8;
	color: #44C2D8;
	font-size: calc(16 / 1170 * 100vw);
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: calc(27 / 1170 * 100vw);
	margin-top: calc(15 / 1170 * 100vw);
	padding-top: calc(15 / 1170 * 100vw);
  }
  @media screen and (max-width: 767px) {
	.p-privacy__text h2 {
	  border-top: calc(1 / 375 * 100vw) solid #44C2D8;
	  font-size: calc(16 / 375 * 100vw);
	  line-height: calc(32 / 375 * 100vw);
	  margin-top: calc(15 / 375 * 100vw);
	  padding-top: calc(15 / 375 * 100vw);
	}
  }
  .p-privacy__text p {
	font-size: calc(14 / 1170 * 100vw);
	letter-spacing: 0.05em;
	line-height: calc(27 / 1170 * 100vw);
	text-align: justify;
  }
  @media screen and (max-width: 767px) {
	.p-privacy__text p {
	  font-size: calc(14 / 375 * 100vw);
	  line-height: calc(27 / 375 * 100vw);
	}
  }
  .p-privacy__close {
	background-image: url("../img/icon_close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: calc(45 / 1170 * 100vw);
	overflow: hidden;
	position: absolute;
	right: calc(20 / 1170 * 100vw);
	text-indent: 150vw;
	top: calc(20 / 1170 * 100vw);
	white-space: nowrap;
	width: calc(45 / 1170 * 100vw);
  }
  @media screen and (max-width: 767px) {
	.p-privacy__close {
	  height: calc(45 / 375 * 100vw);
	  right: calc(-12 / 375 * 100vw);
	  top: calc(-16 / 375 * 100vw);
	  width: calc(45 / 375 * 100vw);
	}
  }
.l-container {
  margin: 0 auto;
  padding-left: 85px;
  padding-right: 85px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1169px) {
  .l-container {
    /* padding-left: calc(85 / 1170 * 100vw);
    padding-right: calc(85 / 1170 * 100vw);
    width: calc(1170 / 1170 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    /* padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%; */
	padding-left: 20px;
	padding-right: 20px;
  }
}
.l-container--full {
  padding-left: calc(85 / 1440 * 100vw);
  padding-right: calc(85 / 1440 * 100vw);
  width: calc(1170 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .l-container--full {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.c-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form input[type=text],
.c-form select {
  background-color: #ffffff;
  border-radius: calc(5 / 1440 * 100vw);
  font-size: calc(15 / 1440 * 100vw);
  height: calc(68 / 1440 * 100vw);
  padding: calc(10 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text],
.c-form select {
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
    height: calc(55 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-form input[type=text]::-moz-placeholder, .c-form select::-moz-placeholder {
  color: #9D9D9D;
}
.c-form input[type=text]:-ms-input-placeholder, .c-form select:-ms-input-placeholder {
  color: #9D9D9D;
}
.c-form input[type=text]::placeholder,
.c-form select::placeholder {
  color: #9D9D9D;
}
.c-form select {
  background-image: url("../img/icon_arrow_select.svg");
  background-position: right calc(30 / 1440 * 100vw) center;
  background-repeat: no-repeat;
  background-size: calc(16 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  color: #231815;
}
@media screen and (max-width: 767px) {
  .c-form select {
    background-position: right calc(15 / 375 * 100vw) center;
    background-size: calc(16 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.c-form input[type=checkbox] {
  margin-right: calc(5 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form input[type=checkbox] {
    margin-right: calc(5 / 375 * 100vw);
  }
}
.c-form input[type=radio] {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  visibility: hidden;
}
.c-form input[type=radio]:checked + label::after {
  opacity: 1;
}
.c-form input[type=submit] {
  background-color: transparent;
  background-image: url("../img/button_submit.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: calc(36 / 1440 * 100vw);
  box-shadow: calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) rgba(0, 0, 0, 0.15);
  content: "";
  cursor: pointer;
  display: inline-block;
  height: calc(71 / 1440 * 100vw);
  overflow: hidden;
  text-indent: 150vw;
  transition: 0.3s;
  white-space: nowrap;
  width: calc(349 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form input[type=submit] {
    border-radius: calc(36 / 375 * 100vw);
    box-shadow: calc(12 / 375 * 100vw) calc(12 / 375 * 100vw) calc(12 / 375 * 100vw) rgba(0, 0, 0, 0.15);
    height: calc(62 / 375 * (100vw - 15px * 2 - 20px * 2));
    width: calc(305 / 375 * (100vw - 15px * 2 - 20px * 2));
  }
}
.c-form input[type=submit]:hover {
  opacity: 0.8;
}
.c-form__block {
  margin-bottom: calc(46 / 1440 * 100vw);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form__block {
    margin-bottom: calc(27 / 375 * 100vw);
  }
}
.c-form__block__label {
  font-size: calc(15 / 1440 * 100vw);
  font-weight: bold;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block__label {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(22 / 375 * 100vw);
  }
}
.c-form__block__label span {
  font-size: calc(13 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block__label span {
    font-size: calc(13 / 375 * 100vw);
  }
}
.c-form__block__label--checkbox {
  cursor: pointer;
  margin-bottom: 0;
}
.c-form__block__label--checkbox::before, .c-form__block__label--checkbox::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
}
.c-form__block__label--checkbox::before {
  background-color: #EAEDEF;
  height: calc(24 / 1440 * 100vw);
  left: 0;
  top: calc(-3 / 1440 * 100vw);
  width: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block__label--checkbox::before {
    height: calc(24 / 375 * 100vw);
    top: calc(-3 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.c-form__block__label--checkbox::after {
  background-color: #F27891;
  height: calc(14 / 1440 * 100vw);
  left: calc(5 / 1440 * 100vw);
  opacity: 0;
  top: calc(2 / 1440 * 100vw);
  width: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block__label--checkbox::after {
    height: calc(14 / 375 * 100vw);
    left: calc(5 / 375 * 100vw);
    top: calc(2 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.c-form__block__label--agree {
  cursor: pointer;
  font-size: calc(13 / 1440 * 100vw);
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block__label--agree {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-form__block__label--agree a {
  border-bottom: 1px solid #F27891;
  color: #F27891;
}
.c-form__block__checkBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: calc(55 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block__checkBox {
    height: calc(55 / 375 * 100vw);
  }
}
.c-form__block__checkBox div {
  font-size: 0;
  position: relative;
}
.c-form__block__checkBox div + div {
  margin-left: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block__checkBox div + div {
    margin-left: calc(30 / 375 * 100vw);
  }
}
.c-form__block__checkBox label {
  padding-left: calc(15 / 1440 * 100vw);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-form__block__checkBox label {
    padding-left: calc(12 / 375 * 100vw);
  }
}
.c-form__block--half {
  width: calc(294 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block--half {
    width: 100%;
  }
}
.c-form__block--quarter {
  width: calc(111 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block--quarter {
    width: calc(111 / 375 * 100vw);
  }
}
.c-form__block--oneThird {
  width: calc(429 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .c-form__block--oneThird {
    width: calc(175 / 375 * 100vw);
  }
}
.c-form__block--submit {
  margin-bottom: 0;
  margin-top: calc(24 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__block--submit {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-form .parsley-errors-list {
  color: #F27891;
  font-size: calc(12 / 1440 * 100vw);
  margin-top: calc(10 / 1440 * 100vw);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-form .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-header__inner {
  align-items: center;
  display: flex;
  padding: calc(22 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(22 / 1440 * 100vw) calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.p-header__logo {
  width: calc(106 / 1440 * 100vw);
}
.p-header__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(68 / 375 * 100vw);
  }
}
.p-header__logo a {
  display: block;
  pointer-events: none;
}
.p-header__buttonList {
  align-items: center;
  display: flex;
  margin-left: auto;
}
.p-header__buttonList__buttonBox + .p-header__buttonList__buttonBox {
  margin-left: calc(25 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-header__buttonList__buttonBox + .p-header__buttonList__buttonBox {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.p-header__buttonList__buttonBox a {
  display: block;
}
.p-header__buttonList__buttonBox__button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: calc(57 / 1440 * 100vw);
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: calc(214 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-header__buttonList__buttonBox__button {
    height: calc(35 / 375 * 100vw);
    width: calc(107 / 375 * 100vw);
  }
}
.p-header__buttonList__buttonBox--normal .p-header__buttonList__buttonBox__button {
  background-image: url(../img/button_header_normal.png);
}
@media screen and (max-width: 767px) {
  .p-header__buttonList__buttonBox--normal .p-header__buttonList__buttonBox__button {
    background-image: url(../img/button_header_normal_sp.png);
  }
}
.p-header__buttonList__buttonBox--line .p-header__buttonList__buttonBox__button {
  background-image: url(../img/button_header_line.png);
}
@media screen and (max-width: 767px) {
  .p-header__buttonList__buttonBox--line .p-header__buttonList__buttonBox__button {
    background-image: url(../img/button_header_line_sp.png);
    width: calc(127 / 375 * 100vw);
  }
}
.p-header.is-clone {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  transform: translateY(-200%);
  transition: 0.6s;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header.is-clone {
    display: block;
  }
}
.p-header.is-clone .p-header__logo {
  width: calc(90 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-header.is-clone .p-header__logo {
    width: calc(56 / 375 * 100vw);
  }
}
.p-header.is-clone.is-show {
  transform: translateY(0);
}
.p-header--thanks .p-header__buttonList {
  display: none;
}

.p-footer {
  background-color: #2E2E2E;
}
.p-footer__inner {
  padding-bottom: calc(10 / 1440 * 100vw);
  padding-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    margin: 0 calc(-20 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}
.p-footer__companyBox__name {
  color: #ffffff;
  font-size: calc(13 / 1440 * 100vw);
  line-height: calc(23 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__companyBox__name {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-footer__companyBox__address {
  color: #ffffff;
  font-size: calc(13 / 1440 * 100vw);
  line-height: calc(23 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__companyBox__address {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-footer__copyright {
  color: #ffffff;
  font-size: calc(11 / 1440 * 100vw);
  line-height: calc(28 / 1440 * 100vw);
  margin-top: calc(10 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}

.p-application {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #E5EBEE;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-sizing: border-box;
}
.p-application__inner {
  /* padding-bottom: calc(100 / 1440 * 100vw);
  padding-top: calc(110 / 1440 * 100vw); */
}
@media screen and (max-width: 767px) {
	.p-application {
		padding-top: 20px;
		padding-bottom: 30px;
	}
  .p-application__inner {
    /* padding-bottom: calc(70 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw); */
  }
}
.p-application__form {
  margin: 0 auto;
  /* width: calc(610 / 1440 * 100vw); */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-application__form {
    width: 100%;
  }
}

.p-thanks {
	background: #fff;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background-color: #ffffff;
    color: #231815;
    font-size: 1rem;
    font-style: normal;
}
.p-thanks * {
    /* letter-spacing: 0.04em; */
}

.p-thanks__content__inner {
  padding-bottom: calc(85 / 1440 * 100vw);
  padding-top: calc(135 / 1440 * 100vw);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-thanks__content__inner {
    padding-bottom: calc(85 / 375 * 100vw);
    padding-top: calc(150 / 375 * 100vw);
  }
}
.p-thanks__content__messageBox__title {
  background-image: url(../img/title_thank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: calc(26 / 1440 * 100vw);
  margin-bottom: calc(25 / 1440 * 100vw);
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-thanks__content__messageBox__title {
    height: calc(23 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-thanks__content__messageBox__text {
  font-size: calc(14 / 1440 * 100vw);
  line-height: calc(27 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__content__messageBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-thanks__content__schedule {
  margin-top: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-thanks__content__schedule {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-thanks__content__schedule iframe {
  height: 660px !important;
  width: 100% !important;
}
@media screen and (max-width: 1169px) {
  .p-thanks__content__schedule iframe {
    height: calc(1030 / 1170 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__schedule iframe {
    height: calc(1020 / 375 * 100vw) !important;
  }
}
.p-thanks__content__lineBox {
  margin-top: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-thanks__content__lineBox__title {
  background-image: url(../img/title_thanks_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: calc(21 / 1440 * 100vw);
  margin-bottom: calc(25 / 1440 * 100vw);
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox__title {
    height: calc(21 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-thanks__content__lineBox__qrBox__title {
  background-image: url(../img/text_thanks_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: calc(15 / 1440 * 100vw);
  margin-bottom: calc(20 / 1440 * 100vw);
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox__qrBox__title {
    height: calc(15 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-thanks__content__lineBox__qrBox__code {
  margin: 0 auto;
  width: calc(108 / 1440 * 100vw);
}
.p-thanks__content__lineBox__qrBox__code img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox__qrBox__code {
    display: none;
  }
}
.p-thanks__content__lineBox__qrBox__button {
  border-radius: calc(32 / 375 * 100vw);
  box-shadow: calc(12 / 375 * 100vw) calc(12 / 375 * 100vw) calc(12 / 375 * 100vw) rgba(0, 0, 0, 0.15);
  display: none;
  margin: 0 auto;
  width: calc(305 / 375 * 100vw);
}
.p-thanks__content__lineBox__qrBox__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-thanks__content__lineBox__qrBox__button {
    display: block;
  }
}
.p-thanks__content__buttonBox {
  margin-top: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-thanks__content__buttonBox {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.p-thanks__content__buttonBox a {
  display: block;
  text-align: center;
}
.p-thanks__content__buttonBox__button {
  background-image: url(../img/button_thanks.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: calc(51 / 1440 * 100vw);
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: calc(265 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-thanks__content__buttonBox__button {
    background-image: url(../img/button_thanks_sp.svg);
    height: calc(51 / 375 * 100vw);
    width: calc(205 / 375 * 100vw);
  }
}