@charset "UTF-8";
body {
  font-family: "Noto Sans JP", Arial, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
a:hover {
  opacity: 0.6;
  color: #3c3c3c;
}

ul {
  margin-bottom: 0;
}

li {
  margin-bottom: 0;
  list-style: none;
}

section {
  padding: 80px 0;
}
@media (max-width: 600px) {
  section {
    padding: 60px 0;
  }
}

h1 {
  text-align: center;
  font-weight: 700;
  font-size: 44px;
  font-size: 4.4rem;
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.al_c {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.m0 {
  margin: 0;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

/*背景*/
.bg_green {
  background-color: #f2e7fc;
}

/*ボタン*/
.btn_wrap {
  text-align: center;
}

.btn_comment {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}

.btn {
  max-width: 320px;
  margin: 0 auto;
}
.btn a {
  background: #e7339e;
  color: #fff;
  border-radius: 8px;
  padding: 6px 32px;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.btn a .tel {
  margin-right: 10px;
}

.btn_input a {
  background: #4061d7;
}

/*タイトル*/
.title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

/*テキスト装飾*/
.pink {
  color: #e7339e;
}

/*リスト*/
.list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list_box li {
  width: calc((100% - 50px) / 2);
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 30px;
}
@media (max-width: 1024px) {
  .list_box li {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 600px) {
  .list_box li {
    width: 100%;
  }
}

.list_3box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .list_3box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list_3box li {
  width: calc((100% - 50px) / 3);
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 600px) {
  .list_3box li {
    width: 100%;
    padding: 0 30px;
  }
}

/*header*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  z-index: 2;
  width: 100%;
  margin: 0px auto;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 600px) {
  #header {
    height: 84px;
  }
}
#header #header_inner {
  max-width: 1080px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #header_inner #logo {
  width: 240px;
}
@media (max-width: 600px) {
  #header #header_inner #logo {
    width: 150px;
  }
}
#header #header_inner .header_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #header_inner .header_tel .tel_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
@media (max-width: 600px) {
  #header #header_inner .header_tel .tel_pc {
    display: none;
  }
}
#header #header_inner .header_tel .tel_pc img {
  width: 240px;
}
#header #header_inner .header_tel .contact_sp {
  display: none;
}
@media (max-width: 600px) {
  #header #header_inner .header_tel .contact_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e7339e;
    width: 48px;
    height: 48px;
    border-radius: 8px;
  }
}
#header #header_inner .header_tel .contact_sp a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  #header #header_inner .header_tel .btn_header {
    max-width: 180px;
  }
}
@media (max-width: 600px) {
  #header #header_inner .header_tel .btn_header span {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
#header #header_inner .header_tel .btn_header a {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 8px 32px;
}
@media (max-width: 600px) {
  #header #header_inner .header_tel .btn_header a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px;
  }
}

/*mv*/
#mv {
  margin-top: 100px;
  padding: 0;
}
@media (max-width: 600px) {
  #mv {
    margin-top: 84px;
  }
}
#mv .mv_inner {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  #mv .mv_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#mv .mv_inner .mv_left {
  background: url("../images/mv_bg_gan.jpg") no-repeat;
  background-size: cover;
  background-position: 10%;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  #mv .mv_inner .mv_left {
    width: 56%;
  }
}
@media (max-width: 1023px) {
  #mv .mv_inner .mv_left {
    height: 700px;
  }
}
@media (max-width: 600px) {
  #mv .mv_inner .mv_left {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  #mv .mv_inner .mv_left .mv_text {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  #mv .mv_inner .mv_left .mv_text {
    height: 100%;
  }
}
#mv .mv_inner .mv_left .mv_text .mv_text_bottom {
  position: absolute;
  text-align: center;
}
@media (min-width: 768px) {
  #mv .mv_inner .mv_left .mv_text .mv_text_bottom {
    bottom: -3em;
  }
}
@media (max-width: 1023px) {
  #mv .mv_inner .mv_left .mv_text .mv_text_bottom {
    bottom: -5em;
  }
}
@media (max-width: 600px) {
  #mv .mv_inner .mv_left .mv_text .mv_text_bottom {
    bottom: -20em;
  }
}
#mv .mv_inner .mv_left .mv_text .mv_text_bottom p {
  text-shadow: 2px 2px 8px #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
#mv .mv_inner .mv_left .mv_text .mv_text_bottom p span {
  display: inline-block;
}
#mv .mv_inner .mv_left .mv_text .mv_text_bottom img {
  width: 64%;
}
@media (max-width: 768px) {
  #mv .mv_inner .mv_left .mv_text .mv_text_bottom img {
    width: 80%;
  }
}
#mv .mv_inner .mv_right {
  width: 100%;
}
@media (min-width: 1024px) {
  #mv .mv_inner .mv_right {
    width: 44%;
  }
}
#mv .mv_inner .cta {
  padding: 30px 0;
}
@media (max-width: 1023px) {
  #mv .mv_inner .cta {
    padding: 100px 0 30px;
  }
}
@media (max-width: 600px) {
  #mv .mv_inner .cta {
    padding: 100px 0 30px;
  }
}
#mv .mv_inner .cta .input_area {
  width: 64%;
}
@media (max-width: 600px) {
  #mv .mv_inner .cta .input_area {
    width: 80%;
  }
}
#mv .mv_inner .cta .btn_comment span {
  display: inline-block;
}

/*logo slider*/
#logo_slide {
  padding: 40px 0;
}
@media (min-width: 1025px) {
  #logo_slide {
    margin-top: 50px;
  }
}
#logo_slide .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
#logo_slide .slider-wrapper .slider {
  -webkit-animation: scroll-left 20s infinite linear 0.5s both;
          animation: scroll-left 20s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライド3枚を横並び */
}
#logo_slide .slider-wrapper .slider .slide {
  width: 25vw; /* 3はスライドの枚数 */
  padding: 0 5em;
}
@media (max-width: 1024px) {
  #logo_slide .slider-wrapper .slider .slide {
    padding: 0 2em;
  }
}
@media (max-width: 600px) {
  #logo_slide .slider-wrapper .slider .slide {
    margin: 0 2em;
    padding: 0;
  }
}
#logo_slide .slider-wrapper .slider .slide img {
  display: block;
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*onayami*/
#onayami .onayami_list li {
  background: #fff;
  text-align: center;
}

/*CTA*/
.cta {
  background: #f2e7fc;
  text-align: center;
  font-weight: 700;
}
.cta .title_s {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.cta .title_s span {
  font-size: 1.4em;
  color: #ee2020;
}
.cta .input_area {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .cta .input_area {
    width: 80%;
  }
}
.cta .input_area input {
  height: 52px;
}
.cta .btn_wrap {
  margin-top: 40px;
}
.cta .btn_wrap .btn a span {
  font-size: 30px;
  font-size: 3rem;
}

/*merit*/
#merit .merit_wrap {
  text-align: center;
  padding: 30px 0;
}
#merit .merit_wrap .point {
  width: 72px;
}
#merit .merit_wrap .merit_title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}

/*voice*/
#voice .voice_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
#voice .voice_area .voice_face {
  text-align: center;
  margin-bottom: 2em;
}
@media (min-width: 601px) {
  #voice .voice_area .voice_face {
    padding-right: 2em;
  }
}
#voice .voice_area .voice_face img {
  width: 90%;
}
@media (max-width: 600px) {
  #voice .voice_area .voice_face img {
    width: 50%;
  }
}
#voice .voice_area .voice_face p {
  text-align: center;
}
#voice .voice_area .voice_face .name {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
}
#voice .voice_area .voice_face .star {
  color: #ffb936;
  font-size: 24px;
  font-size: 2.4rem;
}
#voice .voice_area .voice_face .star span {
  color: #fff;
  background-color: #ffb936;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
  font-size: 0.8em;
  padding: 2px 8px;
}
#voice .voice_area .voice_text {
  height: 100%;
  position: relative;
}
@media (min-width: 601px) {
  #voice .voice_area .voice_text {
    padding-left: 2em;
  }
}
#voice .voice_area .voice_text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #fff9ce;
  width: 36px;
  height: 36px;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
  display: inline-block;
}
@media (max-width: 600px) {
  #voice .voice_area .voice_text::before {
    top: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
            clip-path: polygon(0 100%, 50% 0, 100% 100%);
    width: 40px;
  }
}
#voice .voice_area .voice_text .voice_text_inner {
  padding: 30px 40px;
  border-radius: 30px;
  background: #fff9ce;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  #voice .voice_area .voice_text .voice_text_inner {
    padding: 30px;
  }
}
#voice .voice_area .voice_text .voice_text_inner p {
  margin-bottom: 0;
}

/*seikyu*/
@media (min-width: 1200px) {
  #seikyu .container {
    width: 60%;
  }
}
#seikyu .container h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  #seikyu .container h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
#seikyu .container h3:before {
  content: "";
  background: #4061d7;
  width: 10px;
  height: 24px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 8px;
}
#seikyu .container .required {
  background: #ee2020;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8em;
  margin-left: 8px;
  margin-right: 8px;
}
#seikyu .container .seikyu_form li {
  padding: 10px 0;
}
@media (min-width: 601px) {
  #seikyu .container .seikyu_form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#seikyu .container .seikyu_form li .label {
  margin: 10px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 601px) {
  #seikyu .container .seikyu_form li .label {
    width: 40%;
  }
}
@media (max-width: 600px) {
  #seikyu .container .seikyu_form li .label {
    margin-bottom: 10px;
  }
}
#seikyu .container .seikyu_form li input[type=text],
#seikyu .container .seikyu_form li input[type=tel] {
  width: 100%;
  height: 52px;
  margin-bottom: 10px;
}
#seikyu .container .seikyu_form li select {
  width: 24%;
  height: 52px;
}
#seikyu .container .seikyu_form li .radio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#seikyu .container .seikyu_form li .radio_list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#seikyu .container .seikyu_form li .radio_list span input[type=radio] {
  width: 30px;
  margin-bottom: 0;
}
#seikyu .container .seikyu_form li .radio_list span label {
  margin-bottom: 0;
}
#seikyu .container .seikyu_form li .radio_list span:first-of-type {
  margin-right: 10px;
}
#seikyu .container .seikyu_button {
  width: 280px;
  margin: 20px auto 0;
}
#seikyu .container .seikyu_button button {
  background: #4061d7;
  color: #fff;
  border-radius: 8px;
  border: none;
  padding: 10px 32px;
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  height: 56px;
  margin-bottom: 0;
}
#seikyu .ch_agree {
  width: 100%;
  margin: 10px 0 15px;
}
#seikyu .ch_agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#seikyu .ch_agree label input {
  margin: 0 8px 0 0;
}
#seikyu .ch_agree label a {
  text-decoration: underline;
  color: #0a2dd5;
}

/*contact*/
#contact {
  padding: 60px 0;
}
#contact .contact_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 600px) {
  #contact .contact_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    text-align: center;
  }
}
#contact .contact_inner img {
  max-width: 300px;
}
@media (max-width: 600px) {
  #contact .contact_inner .btn_wrap {
    margin-top: 20px;
  }
}

/*footer*/
footer {
  width: 100%;
  color: #646464;
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "NotoSansJP-VariableFont_wght";
  font-weight: 400;
}

footer .footer-wrapper {
  width: 100%;
  margin: 0px auto;
  border-top: #d5efcb 3px solid;
  height: auto;
  padding: 0;
}
@media (max-width: 768px) {
  footer .footer-wrapper {
    border-top: 0;
  }
}

footer .small {
  margin: 30px auto;
  display: inline-block;
}
@media (max-width: 600px) {
  footer .small {
    font-size: 6px;
    font-size: 0.6rem;
    margin: 20px auto;
  }
}

footer .footer-menu {
  margin: 20px auto;
}
@media (max-width: 768px) {
  footer .footer-menu {
    display: none;
  }
}

footer .footer-menu a {
  color: #646464;
  text-decoration: none;
  display: inline-block;
}

#footer-link {
  border-top: 1px solid #b9b9b9;
  width: 100%;
  display: block;
  margin: 0px auto;
  list-style: none;
  background: #eeeeee;
  margin: 0px;
  padding: 0px;
}

#footer-link li {
  width: 50%;
  display: block;
  float: left;
  border-bottom: 1px solid #b9b9b9;
  margin: 0px;
  padding: 10px 0;
}

#footer-link li a {
  text-decoration: none;
  color: #646464;
}

#footer-link li:last-child {
  width: 100%;
  display: block;
  border-bottom: 1px solid #b9b9b9;
  display: block;
}

#footer-link .border-r {
  border-right: 1px solid #b9b9b9;
}

.footer-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 95%;
  max-width: 770px;
  margin: 10px auto;
  padding: 0px;
}
@media (max-width: 768px) {
  .footer-wrapper ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.footer-wrapper ul .logo {
  width: 28%;
  display: block;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .footer-wrapper ul .logo {
    width: 40%;
  }
}

.footer-wrapper ul .logo img {
  width: 100%;
}

.footer-wrapper ul .add {
  width: 31%;
  display: block;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .footer-wrapper ul .add {
    width: 40%;
  }
}

.footer-wrapper ul .add img {
  width: 100%;
}

.footer-inquiry {
  width: 800px;
  display: block;
  margin: 0px auto;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-inquiry .freedial {
  width: 300px;
  display: block;
  float: left;
  padding-top: 1.4em;
}

.footer-inquiry .freedial img {
  width: 100%;
}

#footer-link {
  display: none;
}
@media (max-width: 768px) {
  #footer-link {
    display: block;
  }
}

/**
 * Tail Window Css
 */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.text-center {
  text-align: center;
}

/**
 *  エラーCSS
 */
p.error {
  width: 100%;
  color: #d74d4d;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

/**
 * [確認・完了画面] Layout
 */
@media (max-width: 768px) {
  .p-confirm .title,
  .p-thanks .title {
    margin-bottom: 20px;
  }
}

/**
 * [確認画面] Layout
 */
.p-confirm .container {
  padding: 20px 20px 80px;
}
@media (max-width: 768px) {
  .p-confirm .container {
    padding: 20px 0;
  }
}
.p-confirm .container form {
  width: 60%;
  margin: auto;
}
@media (max-width: 768px) {
  .p-confirm .container form {
    width: 100%;
  }
}
.p-confirm .container form .seikyu_form .label {
  width: 40%;
}
.p-confirm .container form .btn {
  width: 40%;
  height: 50px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  letter-spacing: normal;
  border: none;
  font-weight: 900;
  margin: 20px auto 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .p-confirm .container form .btn {
    width: 70%;
  }
}

input.btn-next {
  color: #fff;
  background-color: #4061d7;
}
input.btn-next:hover {
  color: #fff;
  opacity: 0.6;
}

input.btn-back {
  background-color: #dcdcdc;
}
input.btn-back:hover {
  opacity: 0.6;
}

/**
 * [完了画面] Layout
 */
.p-thanks .container {
  padding: 100px 20px;
}
@media (max-width: 768px) {
  .p-thanks .container {
    padding: 50px 0;
  }
}/*# sourceMappingURL=style.css.map */