@charset "UTF-8";
/*
*	Author: nag-design
*	Google Fonts: Noto Sans JP
*	Breakpoint: 768px;
*/
/* ========================
    Default
======================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.75em;
  font-size: 14px;
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  color: #404040;
  background-color: #f1f4ff;
  border: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}

#Wrapper {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  background-color: #f4f4f4;
}

#MobileWrap {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 8px;
  background-color: #f1f4ff;
}

#PCSideBox {
  display: none;
}
@media screen and (min-width: 1024px) {
  #PCSideBox {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    width: calc((100% - 620px) / 2);
    height: calc(100% - 60px);
  }
}
#PCSideBox .qrcodebox {
  width: 116px;
  height: 116px;
  padding: 20px;
}
#PCSideBox .qrcode {
  width: 116px;
  height: 116px;
}
#PCSideBox .qrcode svg {
  width: 116px;
  height: 116px;
}
#PCSideBox #qrCode {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ========================
    共通
======================== */
table {
  font-size: inherit;
  font: 100%;
}

a {
  color: #5271ff;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

input {
  vertical-align: middle;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.6em;
}

p {
  line-height: 1.6em;
}

.wp-block-image {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .wp-block-image {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.wp-block-image .alignleft {
  float: none;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
  }
}

.wp-block-image .alignright {
  float: none;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .wp-block-image .alignright {
    float: right;
    margin-left: 1em;
  }
}

.wp-block-video.is_round video {
  border-radius: 24px;
  overflow: hidden;
}

/* ========================
    LP ランディングページ
======================== */
.mobile-content {
  position: relative;
}
.mobile-content__head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: white;
  pointer-events: none;
  overflow: hidden;
  border-bottom: 4px solid #f8f8f8;
  z-index: 200;
}
.mobile-content__head h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 32%;
  max-width: 160px;
  height: auto;
  aspect-ratio: 32/6;
  margin: auto auto auto 16px;
  padding: 0;
}
.mobile-content__head h1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-content__body {
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding: 0;
}
.mobile-content__body > p {
  padding: 0 20px;
  line-height: 1.6em;
}

/* Q&A */
dl.lp-faq-list {
  width: 90%;
  margin: 30px auto;
}
dl.lp-faq-list dt.question {
  position: relative;
  background-color: #376bde;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 8px 0 0 0;
  padding: 12px 42px 12px 42px;
  cursor: pointer;
}
dl.lp-faq-list dt.question::before {
  content: "Q";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto 0;
  background-color: #9aa8ec;
  border-radius: 50%;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
dl.lp-faq-list dt.question::after {
  content: "▼";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto 0;
  background-color: white;
  border-radius: 50%;
  color: #376bde;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
dl.lp-faq-list dt.question.opened::after {
  content: "✕";
}
dl.lp-faq-list dd.answer {
  text-align: justify;
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 1em;
  overflow: hidden;
  background-color: #f1f4ff;
}

/* カスタムリンク */
.custom-link {
  width: 100%;
  margin: 120px 0 0;
  padding: 24px 32px;
  background-color: #5271ff;
}
.custom-link .custom-link-list {
  list-style: none;
  padding: 0;
}
.custom-link .custom-link-list li {
  margin: 1em 0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}
.custom-link .custom-link-list li a {
  color: white;
  transition: 500ms;
}
.custom-link .custom-link-list li a:hover {
  opacity: 0.8;
}

/* カスタムCSS */
.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.mh10 {
  margin: 10px auto;
}

.mh20 {
  margin: 20px auto;
}

.mh30 {
  margin: 30px auto;
}

.mh40 {
  margin: 40px auto;
}

.mh50 {
  margin: 50px auto;
}/*# sourceMappingURL=anemone-landing.css.map */