@charset "UTF-8";
.sp-only {
  display: none !important;
}

.txt-green {
  color: #5EBE55;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.txt-bold {
  font-weight: bold;
}

.border-beige {
  background: linear-gradient(transparent 50%, #FFF7CF 50%);
  font-weight: bold;
}

.border-pink {
  background: linear-gradient(transparent 50%, #FFD3E0 50%);
}

.border-dpink {
  background: linear-gradient(transparent 50%, #FF95A3 50%);
}

.border-blue {
  background: linear-gradient(transparent 50%, #51C9E0 50%);
}

.border-black {
  border-bottom: 2px solid #000;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.txt-center {
  text-align: center;
}

.c-contact {
  max-width: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 2em;
}

.c-contact span {
  width: 50%;
  vertical-align: center;
  padding-left: 2em;
}

.c-contact ul {
  margin-top: 0 !important;
  width: 50%;
}

.c-contact ul:nth-child(1) li:before {
  content: "" !important;
}

#introduction {
  padding: 60px 0 30px 0;
}

#introduction .flex {
  text-align: center;
  width: 50%;
  margin: 30px auto 0 auto;
}

#introduction .flex ul {
  width: 33%;
}

#introduction .flex ul li:nth-child(2) {
  border-radius: 5px;
}

#introduction .flex ul.abolition li:nth-child(1) {
  font-weight: bold;
}

#introduction .flex ul.abolition li:nth-child(2) {
  background: #f3f3f3;
}

#introduction .flex ul.establishment li:nth-child(1) {
  font-weight: bold;
}

#introduction .flex ul.establishment li:nth-child(2) {
  background: #FFC96A;
}

#introduction .flex div {
  width: 33%;
  position: relative;
}

#introduction .flex div .arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.img-area {
  text-align: center;
  margin-top: 50px;
}

.img-area img {
  max-width: 936.4559px;
  width: 100%;
}

.img-area02 {
  text-align: center;
  margin-top: 50px;
}

.img-area02 img {
  max-width: 1020.068px;
  width: 100%;
}

#faq ul {
  padding-left: 1.2em;
}

#faq ul li {
  list-style: none;
  text-indent: -2em;
  padding-left: 2em;
}

#faq ul li div {
  max-width: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 2em;
}

#faq ul li div span {
  width: 50%;
  vertical-align: center;
  padding-left: 2em;
}

#faq ul li div ul {
  margin-top: 0 !important;
  width: 50%;
}

#faq ul li.question {
  margin-bottom: .5em;
}

#faq ul li.question:before {
  content: "Q";
  background: #FFC96A;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  text-indent: 0;
  padding-left: 0;
  margin-right: 0.5em;
}

#faq ul li.answer {
  border-bottom: 2px dashed #888;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

#faq ul li.answer:before {
  content: "A";
  background: #51C9E0;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  text-indent: 0;
  padding-left: 0;
  margin-right: 0.5em;
}

#faq ul li.answer ul {
  margin-top: 1em;
}

#faq ul li.answer ul li {
  line-height: 2em;
}

#features ul {
  padding-left: 0em;
}

#features ul:nth-child(1) li {
  text-indent: -1.5em;
  padding-left: 2em;
}

#features ul:nth-child(1) li:before {
  content: "▶";
  color: #5EBE55;
  padding-right: 0.5em;
}

.content-inner {
  padding-bottom: 50px;
}
