@charset "utf-8";
/* ---------------------------------------
Layout
----------------------------------------- */
.l-container {
  display: block;
  width: 1080px;
  margin: auto;
}

.l-contents {
  margin-top: 80px;
}

#checkin04 div {
	margin-top:20px;
}
#checkin04 img {
	width:30%;
	margin:10px 30px;
}

@media screen and (max-width: 640px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .l-contents {
    margin-top: 40px;
  }
}

/* ---------------------------------------
Compornent
----------------------------------------- */

/* ---------------------------------------
Project
----------------------------------------- */
.p-page__title {
  margin: 40px 0;
  color: #061e47;
  font-size: 28px;
}

.p-faq__nav {
  display: flex;
  margin: 40px 0;
  padding-left: 0;
}

.p-faq__nav > li {
  width: 32%;
  /* text-align: center; */
  list-style: none;
}

.p-faq__nav > li + li {
  margin-left: 2%;
}

.p-faq__nav > li a {
  position: relative;
  display: block;
  padding: 0 0 8px;
  border-bottom: 2px solid #ccc;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.p-faq__nav > li a::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  border-top: 8px solid #526aa7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.p-contents__title {
  margin-bottom: 32px;
  padding: 16px;
  background-color: #efefef;
  font-size: 20px;
}

.p-common__faq {
  padding-left: 0;
}

.p-common__faq > li {
  /* padding: 16px; */
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.p-common__faq > li a {
  display: block;
  position: relative;
  padding: 16px 40px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.p-common__faq > li a:hover {
  opacity: 0.7;
}

.p-common__faq > li a::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #526aa7;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 32px;
}

.p-common__faq > li a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid #526aa7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.p-faq__wrap + .p-faq__wrap {
  margin-top: 48px;
}

.p-faq__cat {
  margin-bottom: 24px;
  padding-left: 8px;
  border-left: 4px solid #526aa7;
  font-size: 18px;
  font-weight: bold;
}

.p-faq__item {
  margin-bottom: 24px;
  /* padding-bottom: 24px; */
  border-bottom: 1px solid #ccc;
}

.p-faq__item > dt {
  position: relative;
  padding: 0 40px;
  margin-bottom: 16px;
  font-weight: bold;
  cursor: pointer;
}

.p-faq__item > dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #526aa7;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}

.p-faq__item > dt::after {
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 3px solid #526aa7;
  border-bottom: 3px solid #526aa7;
}

.p-faq__item > dt.is-open::after {
  top: calc(50% - -3px);
  transform: translateY(-50%) rotate(225deg);
}

.p-faq__item dd {
  display: none;
  position: relative;
  margin-bottom: 16px;
  margin-left: 0;
  padding: 0 40px;
  line-height: 1.75;
  transition: none;
}

.p-faq__item dd::before {
  content: "A";
  position: absolute;
  left: 0;
  /* top: 0; */
  width: 32px;
  height: 32px;
  background: #d35265;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}

.p-contact {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #f4f4f4;
  text-align: center;
}

.p-contact h6 {
  margin: 0 0 1rem;
  font-size: 16px;
}

.p-contact p {
  margin: 0;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .p-page__title {
    margin: 40px 0;
    font-size: 22px;
  }

  .p-faq__nav {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .p-faq__nav > li {
    width: 100%;
  }

  .p-faq__nav > li + li {
    margin-left: 0;
    margin-top: 16px;
  }

  .p-faq__nav > li a {
    font-size: 14px;
  }

  .p-faq__nav > li a::after {
    border-top: 6px solid #526aa7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }

  .p-contents__title {
    margin-bottom: 24px;
    padding: 16px;
    font-size: 18px;
  }

  .p-common__faq > li a {
    font-size: 14px;
  }

  .p-common__faq > li a::before {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }

  .p-common__faq > li a::after {
    border-top: 6px solid #526aa7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }

  .p-faq__wrap + .p-faq__wrap {
    margin-top: 48px;
  }

  .p-faq__cat {
    font-size: 16px;
  }

  .p-faq__item > dt {
    font-size: 14px;
  }

  .p-faq__item > dt::before {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }

  .p-faq__item > dt::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid #526aa7;
    border-bottom: 2px solid #526aa7;
  }

  .p-faq__item dd {
    font-size: 14px;
  }

  .p-faq__item dd::before {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }

  .p-contact {
    margin-bottom: 40px;
    padding: 24px;
    background-color: #f4f4f4;
    text-align: center;
  }

  .p-contact h6 {
    font-size: 14px;
  }

	#checkin04 span {
		text-align:center;
		display:block;
	}
	#checkin04 img {
		width:80%;
	}
}


/* ---------------------------------------
Utility
----------------------------------------- */
a {
  color: #00a0e9;
  text-decoration: none;
}

