/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #111;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.488372093vw;
  }
}
@media (min-width: 1075px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

section {
  overflow-x: hidden;
}

header {
  background-image: url("../img/contact-top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3.625rem 0 3.875rem;
}
@media screen and (min-width: 768px) {
  header {
    padding: 6.125rem 0;
    background-image: url("../img/contact-toppc.jpg");
  }
}

header h1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  header h1 {
    font-size: 2.75rem;
  }
}

footer {
  background-color: #F5F5F5;
  padding: 1.5rem 0 0.875rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 2.375rem 0;
  }
}

.footer-rincs ul {
  justify-content: center;
  flex-wrap: wrap;
}

.footer-rincs ul li {
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .footer-rincs ul li {
    font-size: 0.875rem;
    padding: 0.5rem 1.875rem 0.625rem;
    width: initial;
  }
}

.footer-rincs ul li:nth-child(n+2) {
  border-left: 1px solid #D3D0D0;
}

.copyright {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 0.625rem;
}

.inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1075px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.contact {
  padding: 2.625rem 0 3.875rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 4.5rem 0 5rem;
  }
}

.contact form {
  width: 100%;
  max-width: 34.375rem;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .contact form {
    max-width: initial;
    margin: 4.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .form-block {
    display: flex;
  }
}

.form-block:nth-child(n+2) {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .form-block:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .form-labelblock {
    width: 15.625rem;
    padding-top: 0.4375rem;
  }
}

.form-labelblock label {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .form-labelblock label {
    font-size: 1rem;
  }
}

.form-labelblock .hissu {
  font-size: 0.75rem;
  padding: 0.125rem 0.3125rem 0.125rem;
  background-color: #E60061;
  border-radius: 3px;
  margin-left: 0.625rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form-labelblock .hissu {
    font-size: 0.875rem;
  }
}
.form-labelblock .ninni {
  font-size: 0.75rem;
  padding: 0.125rem 0.3125rem 0.125rem;
  background-color: #F5F5F5;
  border-radius: 3px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form-labelblock .ninni {
    font-size: 0.875rem;
  }
}

.form-inputblock {
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .form-inputblock {
    margin-top: 0;
    width: calc(100% - 15.625rem);
  }
}

.form-inputblock input[type=text],
.form-inputblock textarea {
  width: 100%;
  background-color: #F5F5F5;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  padding: 0.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form-inputblock input[type=text],
  .form-inputblock textarea {
    padding: 0.375rem;
    max-width: 38.125rem;
  }
}

.form-inputblock input {
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .form-inputblock input {
    height: 2.5rem;
  }
}

.form-inputblock textarea {
  height: 22.125rem;
}
@media screen and (min-width: 768px) {
  .form-inputblock textarea {
    height: 39.75rem;
  }
}

.atention-area {
  width: 100%;
  max-width: 28.125rem;
  margin: 2.25rem auto 0;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .atention-area {
    max-width: initial;
    padding: 0 0.625rem;
    margin-top: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .atention-img ul {
    display: flex;
  }
}

.atention-img li {
  padding: 1.625rem 0 0.6875rem;
  background-color: #F5F5F5;
  border: 3px solid #C9C9C9;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .atention-img li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: initial;
    border: 6px solid #C9C9C9;
    padding: 1.6875rem 0 0.75rem;
  }
}

.atention-img li:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .atention-img li:nth-child(n+2) {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .atention-img li:last-child {
    padding: 1.25rem 0 0.4375rem;
  }
}

.atention-text {
  text-align: center;
  margin-top: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .atention-text {
    font-size: 0.875rem;
  }
}

.atention-text a {
  color: #4557dd;
  text-decoration: underline;

}
.atention-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-weight: 500;
  line-height: 1.6;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .atention-check {
    margin-top: 1rem;
    margin-left: 0.3125rem;
    font-size: 1rem;
  }
}

.atention-check .radio {
  width: 1.25rem;
  height: 1.25rem;
  border: 4px solid #C9C9C9;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .atention-check .radio {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.atention-check input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border: initial;
  opacity: 0;
  top: 0;
  left: 34%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .atention-check input[type=checkbox] {
    left: 44.5%;
  }
}
.atention-check input[type=checkbox]:checked ~ #radio {
  background-color: #E60061;
  border: 2px solid #C9C9C9;
}
@media screen and (min-width: 768px) {
  .btn-area {
    gap: 1.25rem;
    justify-content: center;
    flex-direction: row-reverse;
  }
}

.btn {
  margin: 3.5rem auto 0;
  padding: 0 1.25rem;
  max-width: 22.5rem;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 100%;
    margin: 6.25rem auto 0;
    padding: 0;
    max-width: 28.125rem;
  }
}

.btn.back {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .btn.back {
    margin: 6.25rem 0 0;
  }
}

.btn.next {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .btn.next {
    margin: 6.25rem 0 0;
  }
}

.btn button {
  width: 100%;
  padding: 1.25rem 0 1.25rem;
  background-color: #E60061;
  border-radius: 8px;
  box-shadow: 0px 6px #93003E;
}
@media screen and (min-width: 768px) {
  .btn button {
    padding: 1.4375rem 0 1.5625rem;
  }
}

.btn.back button {
  background-color: #C9C9C9;
  box-shadow: 0px 6px #656565;
}

.btn button p {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .btn button p {
    font-size: 2rem;
  }
}

.btn.back button p {
  color: #000000;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .btn.back button p {
    padding-right: 0;
  }
}

.btn button p::after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .btn button p::after {
    width: 1.625rem;
    height: 1.625rem;
    margin-left: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.next p::after {
    margin-left: 0.5rem;
  }
}

.btn.back p::after {
  display: none;
}

.btn.back p::before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("../img/arrow2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .btn.back p::before {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.thanks {
  height: 100vh;
  padding: 2.5rem 0 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding: 6.25rem 0 6.25rem;
  }
}

.thanks h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .thanks h2 {
    font-size: 2.25rem;
  }
}

.thanks p {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .thanks p {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-dflex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dflex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}
.form-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-radio input {
  position: relative;

}
.form-radio input::before,
.form-radio input::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-radio input::before {
  border: 2px solid #C9C9C9;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
}
.form-radio input::after {
  width: 0.8rem;
  height: 0.8rem;

  background-color: #E60061;
  opacity: 0;
  border-radius: 50%;
}
.form-radio input:checked::after {
  opacity: 1;

}
.form-radioblock {
  display: flex;
  gap: 1rem;
}
.contact-toptext {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;

}
@media screen and (min-width: 768px) {
  .contact-toptext {
    margin-top: 0;
    font-size: 1.5rem;
  
  }
}

.contact-toptext a {
  color: #4557dd;
  text-decoration: underline;
}
.footer_rinc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: 100%;
  max-width: 120rem;
  margin: 2.4rem auto;
}
.footer_rinc ul li {
  font-size: 0.875rem;

}
.footer_rinc ul li:nth-child(n+2) {
  border-left: initial;
}
.footer_rinc ul li a {
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer_rinc ul li {
    width: 30%;
    font-size: 0.75rem;

  }
  .footer_rinc ul li a {
    padding: 0rem;
  }
  .footer_rinc ul li:nth-of-type(1) {
    width: 100%;
    padding-left: 1rem;
  }
}
.contact-label {
  background: #FBE952;
  padding: 1rem 0.75rem;
  border-left: solid 5px #FF6616;
  margin-top: 1.8rem;
}
.contact-label h2 {
  font-size: 0.875rem;

}
@media screen and (min-width: 768px) {
  .contact-label {
    padding: 1rem 2rem;
  }
  .contact-label h2 {
    font-size: 1.5rem;
  }
}
.operater-block {

}
.operater-block__top {
  text-align: center;
  margin: 1.5rem 0;
  font-size: 1rem;
  line-height: 1.8;

}
@media screen and (min-width: 768px) {
  .operater-block__top {
    margin: 2rem 0;
    font-size: 1.5rem;
  }
}
.operater-btn__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .operater-btn__area {
  gap: 1.75rem;
    
  }
}
.operater-btn a {
  display: block;
  width: 20rem;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #1ACB3C;
  text-align: center;

}
.operater-btn input {
  display: block;
  width: 20rem;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #1ACB3C;
  text-align: center;
  font-weight: 700;

}
/* 20250201追加 */
.operater-btn {
  width: 100%;
  max-width: 19rem;
  position: relative;

}

.operater-btn input,
.operater-btn a { 
  border-radius: 8px;
  display: block;
  text-align: center;
  background-color: #1ACB3C;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 0.625rem 1rem;
  height: 3.625rem;
  font-size: 0.9rem;
  transition: 0.3s;
}

/* .operater-btn.contact {
  max-width: 3rem;

} */
/* .operater-btn.tel {
  max-width: 24rem;
}
.operater-btn.online {
  max-width: 24rem;

} */
.operater-btn.contact a {
  background: #E60061;
  box-shadow: 0 8px 0 #93003E;
}
.operater-btn.tel a {
  background: #23BF00;
  box-shadow: 0 3px 0 #146B00;

}
.operater-btn.online input,
.operater-btn.online a {
  background: #EB5505;
  box-shadow: 0 3px 0 #822D00;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  transition: 0.3s;
}
.operater-btn:hover a {
  opacity: 1;
}
.operater-btn.contact a:hover {
    box-shadow: 0 8px 0 rgba(148, 0, 62, 0);

}
.operater-btn.tel a:hover {
  box-shadow: 0 3px 0 rgba(20, 107, 0, 0);

}
.operater-btn.online a:hover,
.operater-btn.online input:hover {
  box-shadow: 0 3px 0 rgba(235, 85, 5, 0);
}

.operater-btn .cite {
  font-size: 0.65rem;
  line-height: 140%;
  color: #111111;
  padding: 0.2rem 1.5rem;
  border-radius: 50px;
  background-color: #fff;
}
.operater-btn p {
  margin-top: 0.5rem;
}
.operater-btn .Roboto {
  margin-top: 0.4rem;
  font-size: 1rem;
  font-weight: 700;
}
/* .operater-btn.tel .Roboto {
  font-size: 2.3rem;
}  */
.operater-btn .arrow {
  width: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.875rem;
}
.operater-btn.online .arrow {
  width: 1.1rem;
  right: 1rem;
}
.operater-btn .arrow img {
  display: block;
}
@media screen and (min-width: 768px) {
  .operater-btn {
    max-width: 28.125rem;
  }
  .operater-btn input,
  .operater-btn a { 
    padding: 1rem 1.5rem 1rem;
    height: 5.8rem;
    font-size: 1.5rem;
    box-shadow: 0 6px 0 #822D00;
  }
  .operater-btn p {
    margin-top: 1rem;
  }
  .operater-btn .Roboto {
    margin-top: 0.75rem;
    font-size: 1.5rem;
  }
  .operater-btn .cite {
    font-size: 0.8rem;
    padding: 0.25rem 2.5rem;
  }
  .operater-btn.online input,
  .operater-btn.online a {
    font-size: 1.4rem;
  }
  .operater-btn.online .arrow {
    width: 1.55rem;
    right: 1.5rem;
  }
}
/* 20250210 追記 */
.orange-text {
  color: rgb(235, 85, 5);
}
.operater-texts {

}
.operater-texts__top {
  margin-top: 1.25rem;

}
.operater-texts__top--title {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: calc(21/17);
  letter-spacing: 0.02em;

}
.operater-texts__top--text {
  margin-top: 0.875rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: calc(21/14);
  letter-spacing: 0.02em;
  padding: 0 2rem;

}
.operater-texts__top--text p:nth-child(n+2) {
  margin-top: 0.5rem;
}
.online-btn__area {
  margin-top: 1.5rem;
}
.operater-texts__btm {
  border: 2px solid #D9D9D9;
  border-radius: 15px;
  padding: 1.4rem 1.15rem 0.25rem;
  margin: 1.1rem auto 0;
  max-width: 34.375rem;
}
.operater-texts__btm--texts li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.operater-texts__btm--texts li img {
  width: 0.875rem;
}
.operater-texts__btm--img {
  width: 12.5rem;
  margin: 0.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .operater-texts__top {
    margin-top: 2.625rem;
  
  }
  .operater-texts__top--title {
    font-size: 1.75rem;
  
  }
  .operater-texts__top--text {
    margin-top: 2.625rem;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    padding: 0;
  
  }
  .operater-texts__top--text p:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .online-btn__area {
    margin-top: 0.5rem;
  }
  .operater-texts__btm {
    border: initial;
    border-radius: 0;
    padding: 0;
    margin: 1.25rem auto 0;
    max-width: 58.125rem;
    display: flex;
    align-items: center;
  }
  .operater-texts__btm--texts {
    width: 100%;
    max-width: 35.625rem;
  }
  .operater-texts__btm--texts li {
    gap: 0.7rem;
    font-size: 1.4rem;
  }
  .operater-texts__btm--texts li img {
    width: 1.25rem;
  }
  .operater-texts__btm--img {
    width: 100%;
    max-width: 23.5rem;
    margin: 0;
  }
}
/* information.php */
.page-information {
  padding: 2rem 1rem 7rem;

}
.information-block {
  margin: 2rem auto 0;
  max-width: 34.375rem;
}
.information-title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
.information-time {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-top: 0.7rem;
}
.information-text {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-information {
    padding: 3.25rem 1rem 10rem;
  }
  .page-information .operater-texts__btm {
    max-width: 62.5rem;
    gap: 1rem;
  }
  .page-information .operater-texts__btm--img {
    /* max-width: 24rem; */
    width: 24rem;
  }
  .information-block {
    margin: 1.25rem auto 0;
    max-width: 62.5rem;
  }
  .information-title {
    font-size: 1.9rem;
  }
  .information-time {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .information-text {
    font-size: 1.25rem;
    margin-top: 0.75rem;
  }
}

.information-faq {
  margin: 3rem auto 0;
  max-width: 34.375rem;
}
.accordion-area {
  margin: 0.75rem auto 0;
  max-width: 34.375rem;
}
.accordion-block {
  border: 1px solid #DDDDDD;
  background-color: white;
  line-height: 1.5;
}
.accordion-block:nth-child(n+2) {
  margin-top: 0.6rem;
}
.faq_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem 1rem;
  cursor: pointer;
}
.faq_title h3 {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.faq_title img {
  width: 0.875rem;
  transform: rotate(180deg);
  transition: 0.3s;
}
.faq_title.close img {
  transform: rotate(0);
}
.faq_box {
  margin: 0 1rem;
  padding: 0.75rem 0 1rem;
  border-top: 1px solid #DDDDDD;
  color: #EB5505;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  display: none;
}
.faq_box span {
  color: #000;
  font-weight: 400;
  font-size: 0.6rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  display: block;
}
.information_btm .operater-btn__area {
  display: flex;
  flex-wrap: nowrap;
  padding: 1.1125rem 1.625rem 1.25rem;
  /* box-shadow: 0 -10px 6px rgba(0, 0, 0, 0.06); */
  margin-top: 0;
}
.information_btm .operater-btn.online input,
.information_btm .operater-btn.online a {
  /* text-align: left; */
  /* justify-content: left; */
  padding-left: 0.5rem;
}
.information_btm .operater-btn.online .arrow {
  right: 0.5rem;
}
.information_btm.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;

}
.information_btm.fix .operater-btn__area {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .information-faq {
    margin: 5rem auto 0;
    max-width: 62.5rem;
  }
  .accordion-area {
    margin: 1.5rem auto 0;
    max-width: 62.5rem;
  }
  .accordion-block {
    border: 2px solid #DDDDDD;
    background-color: white;
    line-height: 1.5;
  
  }
  .accordion-block:nth-child(n+2) {
    margin-top: 1.25rem;
  }
  .faq_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    cursor: pointer;
  }
  .faq_title h3 {
    font-size: 1.875rem;
  }
  .faq_title img {
    width: 1.5rem;
  }
  .faq_box {
    margin: 0 1.5rem;
    padding: 1.875rem 0 2.5rem;
    border-top: 2px solid #DDDDDD;
    font-size: 1.5rem;
  }
  .faq_box span {
    font-size: 1.25rem;
    margin-top: 0.75rem;
  }
  .information_btm .operater-btn__area {
    padding: 5.25rem 1rem;
  }
  .information_btm .operater-btn.online input,
  .information_btm .operater-btn.online a {
    font-size: 2rem;
    text-align: center;
    justify-content: center;

  }
  .information_btm .operater-btn.online .arrow {
    right: 2.2rem;
  }
}


/*# sourceMappingURL=style.css.map */
