@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.local-head {
  background: #8cb4d8;
}
@media only screen and (min-width: 768px) {
  .local-head__inner {
    position: relative;
    height: 87px;
  }
}
.local-head__content {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .local-head__content_logo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .local-head__content_logo img {
    width: auto;
    height: 44px;
  }
}
.local-head__icon {
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .local-head__icon {
    background: #272121;
    display: block;
    position: fixed;
    z-index: 3;
    top: 48px;
    right: 8px;
    cursor: pointer;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__icon {
    display: none;
  }
}
.local-head__icon span {
  display: block;
  position: absolute;
  width: 23px;
  height: 2px;
  right: 11px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.local-head__icon span:nth-child(1) {
  top: 15px;
}
.local-head__icon span:nth-child(2) {
  top: 22px;
}
.local-head__icon span:nth-child(3) {
  top: 29px;
}
.local-head__icon.active {
  background: #ff4e82;
  border-radius: 50%;
}
.local-head__icon.active span:nth-child(1) {
  top: 22px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.local-head__icon.active span:nth-child(2), .local-head__icon.active span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .local-head__nav {
    background: #ff4e82;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 30px 35px;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
    transition: 0.6s;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav {
    display: flex;
    align-items: center;
  }
}
.local-head__nav_logo {
  display: none;
}
.local-head__nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .local-head__nav_list {
    height: 87px;
    margin: 0 auto;
    max-width: 1100px;
    width: calc(100% - 10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.local-head__nav_list li {
  padding: 0;
  line-height: 100%;
  letter-spacing: 0.05rem;
  font-weight: 600;
  color: #fef7e7;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .local-head__nav_list li {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav_list li {
    width: 16.6666666667%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4rem;
    transition: 0.3s;
  }
  .local-head__nav_list li:hover {
    opacity: 0.5;
  }
}
.local-head__nav_list a {
  color: #fef7e7;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .local-head__nav_list a {
    font-size: 1.05rem;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .local-head__nav_list a {
    font-size: 1rem;
  }
}
.local-head__nav_list a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.local-head__nav.active {
  pointer-events: auto;
  opacity: 1;
}
.local-head .soon {
  pointer-events: none;
}
.local-head .soon a {
  opacity: 0.2;
}

.fixed {
  position: fixed;
  width: 100%;
}

.is-active {
  top: 8px;
  transition: 0.2s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ttl {
  background: #fef7e7;
  color: #8cb4d8;
}
@media only screen and (max-width: 767px) {
  .ttl__content {
    padding: 25px 15px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__content {
    padding: 25px 0;
    max-width: 950px;
    width: calc(100% - 17px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__content h1 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__content h1 {
    margin: 0 0 25px;
  }
}
.ttl__text dl {
  font-weight: 600;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ttl__text dl {
    font-size: 0.9rem;
    margin: 0 0 5px;
  }
  .ttl__text dl:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__text dl {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin: 0;
    align-items: center;
  }
}
.ttl__text dl dt {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ttl__text dl dt {
    width: 90px;
  }
}
.ttl__text dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ttl__text dl dd {
    width: calc(100% - 90px);
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__text dl dd {
    margin-left: 10px;
    line-height: 1.5rem;
  }
}

.topics {
  background: #8cb4d8;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 35px 0 28px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 35px 0 28px;
  }
}
.topics__container {
  margin: 0 auto;
}
.topics__midashi {
  color: #fef7e7;
  text-align: center;
  margin: 0 0 25px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .topics__midashi {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__midashi {
    font-size: 1.5rem;
  }
}
.topics__slid {
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
}
.topics__item {
  position: relative;
  scroll-snap-align: center;
  display: inline-block;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    width: 49%;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    width: 24%;
    margin: 0 7px 10px;
  }
}
.topics__item:hover .topics__pic, .topics__item:hover a {
  opacity: 0.8;
}
.topics__pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #8cb4d8;
  position: relative;
  text-align: center;
  padding: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    height: 240px;
    line-height: 115px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__pic {
    height: 143px;
    line-height: 160px;
  }
}
.topics__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topics__ttl {
  padding: 10px 0 0;
  font-size: 0.9rem;
}
.topics__ttl a {
  color: #fef7e7;
  font-weight: 600;
  text-decoration: none;
}
.topics__ttl a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.slick-dots li.slick-active button:before {
  color: #8cb4d8 !important;
}

.slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slide.slick-initialized {
  opacity: 1;
}

.slick-dots {
  bottom: -20px !important;
}
.slick-dots li {
  margin: 0 3px !important;
}

.hero {
  background: #fef7e7;
  background-size: 350px;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .hero__content {
    max-width: 950px;
    margin: 0 auto;
  }
}

.snsbox {
  background-color: #8cb4d8;
}

.sns {
  color: #8cb4d8;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 100px 0 120px;
    max-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .block {
    display: flex;
    justify-content: space-between;
  }
}
.sns .block .ttl-head {
  position: relative;
  z-index: 50;
}
.sns .block .ttl-head h2 {
  max-width: fit-content;
}
@media only screen and (min-width: 768px) {
  .sns .block .ttl-head {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .block .ttl-head .ttl {
    margin: 0;
    max-width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .sns__container {
    width: 750px;
    margin: 0 auto;
  }
}
.sns__item {
  border: 1px solid #8cb4d8;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-color: #fef7e7;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    padding: 20px 20px 20px 90px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    padding: 35px 35px 35px 120px;
    transition: 0.2s;
    cursor: pointer;
  }
  .sns__item:hover {
    background-color: rgba(254, 247, 231, 0.7);
  }
  .sns__item:hover .text::before {
    right: 55px;
  }
  .sns__item:hover .text::after {
    right: 33px;
  }
}
.sns__item:first-child {
  margin: 0 0 25px;
}
.sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #8cb4d8;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
    font-size: 2rem;
    left: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
    font-size: 2.6rem;
    left: 40px;
  }
}
.sns__item.sns-twitter::before {
  content: "\e61b";
}
.sns__item.sns-instagram::before {
  content: "\f16d";
}
.sns__item .text::before {
  content: "";
  border-top: solid 2px #8cb4d8;
  border-right: solid 2px #8cb4d8;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sns__item .text::before {
    width: 8px;
    height: 8px;
    top: 48px;
    right: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::before {
    width: 12px;
    height: 12px;
    top: 54.5px;
    right: 62px;
    transition: 0.2s;
  }
}
.sns__item .text::after {
  content: "";
  border: 1px solid #8cb4d8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item .text::after {
    width: 38px;
    height: 38px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::after {
    width: 50px;
    height: 50px;
    right: 40px;
    transition: 0.2s;
  }
}
.sns__item .text p {
  color: #8cb4d8;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sns__item .text p {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text p {
    font-size: 1.2rem;
    line-height: 100%;
    margin: 0 0 10px;
  }
}
.sns__item .text a {
  color: #8cb4d8;
}
@media only screen and (max-width: 767px) {
  .sns__item .text a {
    font-size: 0.9rem;
  }
}
.sns__item .text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.global_head {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  box-shadow: 0 0 0 #fff !important;
  border: none !important;
  margin: 0 auto !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -25px !important;
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

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

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
  background: #fef7e7;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4 {
  font-family: "Noto Sans Japanese";
  line-height: 100%;
}

.content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1050px;
    width: calc(100% - 15px);
    margin: 0 auto;
  }
}
.content h2 {
  color: #8cb4d8;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .content h2 {
    padding: 20px 0;
    font-size: 1.6rem;
    margin: 35px 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .content h2 {
    font-size: 2.2rem;
    margin: 85px 0 70px;
  }
}
.content h2 p {
  margin: 15px 0 0;
  padding: 0;
  color: #8cb4d8;
}
@media only screen and (max-width: 767px) {
  .content h2 p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .content h2 p {
    font-size: 0.9rem;
  }
}

.entry {
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .entry {
    margin: 0 0 30px;
    padding: 30px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .entry {
    margin: 0 0 60px;
    padding: 40px;
  }
}
.entry h3 {
  background: #8cb4d8;
  color: #fef7e7;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    margin: 0 0 20px;
    padding: 13px 10px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry h3 {
    margin: 0 0 25px;
    padding: 13px 15px;
    font-size: 1.3rem;
  }
}
.entry h4 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 0 0 10px;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry h4 {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .entry__area {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__area {
    margin: 0 0 40px;
  }
}
.entry__area:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .entry__block {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__block {
    margin: 0 0 30px;
  }
}
.entry p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry p {
    font-size: 1rem;
    line-height: 1.9rem;
  }
}
.entry ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.entry ul li {
  font-size: 1rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .entry ul li {
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .entry ul li {
    margin: 0 0 6px;
  }
}
.entry__form dl {
  display: flex;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: #ececec solid 1px;
}
@media only screen and (max-width: 767px) {
  .entry__form dl {
    margin: 0 auto 20px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form dl {
    margin: 0 auto 25px;
    padding: 0 0 25px;
  }
  .entry__form dl:first-of-type {
    margin: 30px auto 25px;
  }
}
.entry__form dl dt {
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry__form dl dt {
    width: 100%;
    margin: 0 0 8px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form dl dt {
    text-align: right;
    width: 27%;
    margin: 0 40px 0 0;
    font-size: 0.95rem;
  }
}
.entry__form dl dt .required {
  color: #8cb4d8;
  background: #E84447;
  font-size: 0.6rem;
  margin-right: 7px;
  padding: 3px 7px;
  position: relative;
  top: -2px;
}
.entry__form dl dd {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .entry__form dl dd {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form dl dd {
    margin: 0;
    width: 70%;
  }
}
.entry__form input[type=text],
.entry__form textarea {
  font-size: 14px;
  border-radius: 3px;
  font-size: 0.9rem;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .entry__form input[type=text],
  .entry__form textarea {
    padding: 11px 6px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form input[type=text],
  .entry__form textarea {
    padding: 13px 10px;
  }
}
.entry__form input[type=text]:focus,
.entry__form textarea:focus {
  background: #fff;
  border: #999 solid 1px;
  outline: none;
}
.entry__form textarea {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .entry__form textarea {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form textarea {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .entry__form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form .long {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .entry__form .middle {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form .middle {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .entry__form .short {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form .short {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .entry__form .submit {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form .submit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 30px 0 0;
  }
}
.entry__form .submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 5px;
  letter-spacing: 0.04em;
  background: #fef7e7;
  color: #8cb4d8;
  border: #ccc solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry__form .submit input[type=submit] {
    width: 100%;
    font-size: 0.9rem;
    height: 45px;
    line-height: 45px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form .submit input[type=submit] {
    width: 300px;
    font-size: 1rem;
    height: 47px;
    line-height: 47px;
    margin: 0 15px;
  }
}
.entry__form .submit input[type=submit]:nth-of-type(2) {
  background: #8cb4d8;
  color: #fef7e7;
  border: none;
}
@media only screen and (max-width: 767px) {
  .entry__form .submit input[type=submit]:nth-of-type(2) {
    margin: 0 0 15px;
  }
}
.entry__form .submit input[type=submit]:hover {
  opacity: 0.8;
}
.entry__form .msg {
  text-align: center;
  border: #fff solid 3px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .entry__form .msg {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry__form .msg {
    width: 60%;
    padding: 20px 0;
  }
}
.entry__send-back {
  background: #8cb4d8;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .entry__send-back {
    margin: 15px auto 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__send-back {
    margin: 30px auto 0;
    width: 230px;
    height: 47px;
    line-height: 47px;
  }
}
.entry__send-back:hover {
  opacity: 0.8;
}
.entry__send-back a {
  color: #fef7e7;
  text-decoration: none;
  letter-spacing: 0.04em;
  display: block;
  width: 100%;
}
@incldue m.sp {
  .entry__send-back a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry__send-back a {
    font-size: 1rem;
  }
}
.entry__dealer-list table {
  width: 100%;
}
.entry__dealer-list table tr {
  display: flex;
  border-bottom: #ccc solid 1px;
}
@media only screen and (max-width: 767px) {
  .entry__dealer-list table tr {
    flex-direction: column;
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__dealer-list table tr {
    padding: 20px 30px;
  }
}
.entry__dealer-list table tr:first-of-type {
  padding: 0 30px 10px;
}
@media only screen and (max-width: 767px) {
  .entry__dealer-list table tr:first-of-type {
    display: none;
  }
}
.entry__dealer-list table tr:first-of-type th {
  font-weight: 600;
}
.entry__dealer-list table tr:first-of-type td {
  font-weight: 600;
}
.entry__dealer-list table tr th {
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .entry__dealer-list table tr th {
    width: 100%;
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__dealer-list table tr th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .entry__dealer-list table tr td {
    width: 100%;
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry__dealer-list table tr td {
    width: 70%;
  }
}
.entry__dealer-list a {
  color: #19a7f8;
  text-decoration: none;
}
.entry__dealer-list a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .layout__pic {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .layout__pic {
    max-width: 700px;
    margin: 40px auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layout__list {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .layout__list {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
  }
}
.layout__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .layout__list ul {
    max-width: fit-content;
    width: 100%;
    margin-right: 20px;
  }
  .layout__list ul:first-child {
    padding-left: 40px;
  }
  .layout__list ul:last-child {
    margin-right: 0px;
  }
}
.layout__list ul li {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .layout__list ul li {
    margin: 0 0 7px;
  }
}
.layout__list ul span {
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .layout__list ul span {
    width: 20px;
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .layout__list ul span {
    width: 20px;
    font-size: 1.15rem;
    position: relative;
    top: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .layout__list ul p {
    font-size: 1.15rem;
  }
}
.layout p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .layout p {
    font-size: 1.15rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .layout .note {
    text-align: center;
  }
}

.complete .content {
  min-height: 59vh;
}

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

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=style.css.map */