/* AliceLP用CSS */


@charset "UTF-8";
@charset "UTF-8";

.u-desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .u-mobile {
    display: none;
  }
}

/* FontFamily */
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 601px) {
  html {
    font-size: 1.5640273705vw;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 601px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 2px;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 6px;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}


@media screen and (min-width: 601px) {
  .l-inner {
    max-width: 31.25rem;

  }
}

.appp {
  margin: 1px;
}


html {
  min-height: 100vh;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 100vh;
  margin: 0px 0 16px 0;
  background-color: #fff;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  body {
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
  }
}

.appclass__wrapper {}

body:after {
  /*擬似要素をつくる*/
  position: fixed;
  /*固定配置*/
  top: 0;
  left: 0;
  /*左上に固定*/
  width: 100%;
  height: 10%;
  /*画面全体を覆う*/
  content: "";
  /*保険用*/
  /*古いFireFox向け*/
  /*古いSafari・Chrome向け*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#925BBD", endColorstr="#7BB9D3", GradientType=0);
  /*IE9以下への対応*/
  /*正規のプロパティ*/
  z-index: -1;
}


.button {
  display: block;
  height: 100%;
  width: 100%;
  padding: 16px 0;
  padding: 1rem 0;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-contents-body {
  background: #fff;
  padding: 50px;
  padding: 3.125rem;
  border-radius: 0.875rem;
}

.top {
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.appclass .subapp {
  width: 85px;
  width: 5.3125rem;
  height: 85px;
  height: 5.3125rem;
  margin-right: 40px;
  margin-right: 2.5rem;
  margin-left: auto;
  margin-bottom: -65px;
  margin-bottom: -4.0625rem;
  position: relative;
}

.app-download-grouops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}


.whiteBackFrame {
  background-color: #ffffff;
  padding: 25px;
  padding: 1.5625rem;
  border-radius: 0.875rem;
}

.appclass__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.appclass__head {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;

  align-items: flex-start;
  width: 100%;
  gap: 8px;

  flex-direction: column;
}

.appclass__comment {
  border-radius: 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.75rem 0.75rem;
  border: 1px solid #af8174;
  color: #af8174;
  background: #fff;
  margin: 0 0 8px 0;
}

.appclass__title {
  font-size: 16px;
  font-weight: 100;
  color: #09dbca;
}

.appclass__title--sub {
  font-size: 16px;
  display: block;
  font-weight: 100;

}

.appclass__img--wrapper {
  display: block;
}

.subapp_detail .appclass__img--wrapper {
  width: 100%;
}

.subapp_detail .square__img img {
  border-radius: 4px;
  border: 1px solid #af8174;
}

.square__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 400;
  top: 0;
  border-radius: 1.25rem;
  border: 2px solid #FFF;
}

.appclass__star {
  text-align: left;
}

span.star {
  color: #ffb800;
}

.appclass__description {
  margin-bottom: 1.125rem;
}

.method {
  display: block;
  margin-bottom: 3.125rem;
}

.square__img {
  display: block;
  position: relative;
  width: 100%;
}

.square__img:before {
  content: "";
  display: block;
}

.result__detail-wrapper {
  max-width: 225px;
  max-width: 14.0625rem;
  width: 80%;
  margin: 0 auto 22px;
  margin: 0 auto 1.375rem;
}

.result,
.f-descriptioin,
.campaign,
.review {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  display: block;
}

.review {
  display: block;
}

.appclass__article {
  margin-bottom: 2.8125rem;
  margin-bottom: 6px;
  color: #fff;
}

.appclass__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

button.back {
  background: rgba(0, 0, 0, 0.23922);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.83922);
  padding: 4px 10px;
}

.white-back {
  padding: 85px 19px 16px;
  padding: 5.3125rem 1.1875rem 1rem;
  background: rgba(255, 255, 255, 0.3098);
  border-radius: 0.875rem;
}

.app-download-grouops__android {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-download-grouops__android a {
  padding: 0 1.8125rem;
  display: block;
}

button.button.answer-btn__items:active {
  background: #8cc3be;
}

span.author {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  color: #586dd9;
}

h1 {
  font-size: 100%;
  font-weight: normal;
}

.top {
  margin-bottom: 1rem;
}

.result__noticetxt {
  font-size: 0.8rem;
  text-align: center;
  margin: 0.8rem 0 0;
  line-height: 1.3;
  display: none
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.source__wrapper {
  display: block;
  text-align: right;
  opacity: .5;
  margin-top: 10px;
}

@media screen and (min-width: 605px) {
  main {
    background-size: 30%;
  }
}

.result-achievement_num_top:after,
.review_num_top:after,
.result-achievement_num:after,
.review_num:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 12px 5px 12px 0px;
  border-style: solid;
  font-size: 0.8rem;
  color: #14133c;
  display: none;
}

.result-achievement_num_top:after {
  border-color: transparent #FFF transparent transparent;
}

.result-achievement_num:after {
  border-color: transparent #14133c transparent transparent;
}

.review_num_top:after {
  border-color: transparent #FFF transparent transparent;
}

.review_num:after {
  border-color: transparent #14133c transparent transparent;
}

.result-achievement_num_top,
.result-achievement_num {
  display: table-cell;
  position: relative;

  color: #FFF;
  float: left;
  font-size: 14px;
  background-color: #368ed4;
  padding: 2px 10px 2px 4px;
  display: table-cell;
  position: relative;
  border-left: 3px solid #c1deff;
  color: #FFF;
  float: left;
  margin: 2px 6px 0 0;
}

.review_num_top,
.review_num {
  display: table-cell;
  position: relative;

  color: #FFF;
  float: left;
  font-size: 14px;
  background-color: #717ce1;
  padding: 2px 10px 2px 4px;
  display: table-cell;
  position: relative;
  border-left: 3px solid #b2b7df;
  color: #FFF;
  float: left;
  margin: 2px 6px 0 0;
}

.result__flexgroup {
  align-items: flex-start;
  margin-bottom: 0rem;
}

@media screen and (max-width: 912px) {

  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    border-width: 11px 5px 11px 0px;
  }
}

@media screen and (max-width: 820px) {

  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    border-width: 10px 5px 10px 0px;
  }
}

@media screen and (max-width: 768px) {

  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    border-width: 9px 5px 9px 0px;
  }
}

@media screen and (max-width: 540px) {

  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    border-width: 11px 5px 11px 0px;
  }
}


@media screen and (min-width: 605px) {
  main {
    background-size: 30%;
  }

}

@media screen and (max-width: 360px) {

  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    font-size: 0.8rem;
  }

  .review_num:after,
  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    border-width: 11px 5px 11px 0px;
  }
}

@media screen and (max-width: 320px) {

  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    font-size: 0.8rem;
  }

  .review_num:after,
  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    border-width: 10px 5px 10px 0px;

  }

  .result-achievement_num_top,
  .result-achievement_num,
  .review_num_top,
  .review_num {
    font-size: 0.78rem;
  }


}

@media screen and (max-width: 280px) {

  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    border-width: 0px 0px 0px 0px;
  }

  .result-achievement_num_top:after,
  .result-achievement_num:after,
  .review_num_top:after,
  .review_num:after {
    font-size: 0.75rem;
    padding: 0px 0px 0px 0px;
  }

  .appclass__head {
    width: 100%;
  }
}

.result__comment {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  padding: 15px 0 0 0;
}

.result-sub {
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
}

.hukidashibox {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  padding: 8px 0;
}

.hukidashi {
  width: 20px;
  margin: 0 0 0 5px;
  transform: scale(-1, 1);
}

.appclass__title--sub {
  font-size: 14px;
  display: block;
  font-weight: 100;
  display: none;
}

.result_part {
  font-size: 12px;
  display: block;
  margin: 5px 0 0 0;
  color: #ffefb5;
  display: flex;
  align-items: center;
  gap: 5px;
}

.resultSpace_inner-bunner {
  transition: .4s;
}

.resultSpace_inner-bunner:hover {
  filter: brightness(0.8) contrast(1.2);
  transition: .4s;
  transform: translate(10px, 10px);
}

.resultSpace_inner {
  box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, 0.2);
  border: 5px solid #101817;
  border-radius: 2px;
  background-color: #101817;
  margin: 20px 0 0 0;
}

.resultSpace__text {
  text-align: center;
  padding: 5px;
  color: #fff1bd;
  font-size: 12px;
}

.contents_subtitle_top {
  text-align: left;
  border-radius: 4px;
  z-index: 5;
  position: relative;
}

section.resultSpace {
  position: relative;
}

.result-flag_affiliciation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6px;

}

.result-flag {
  display: flex;
  flex-direction: row;

}

article>*+* {
  margin-top: 1em;
}


section.appclass {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

article#article-app1 {
  background: #ffffffc4;
  border-radius: 4px;
  padding: 1rem 1rem 1.25rem;
  margin-top: 8px;
  border: 1px solid #af8174;
}

.app-download-grouops__android img {
  width: 100%;
  height: auto;
  aspect-ratio: 900 / 179;
  margin: auto;
}

.review_head_top {
  display: flex;
  padding-bottom: 4px;
  justify-content: space-between;
  border-bottom: 2px dotted #af8174;
}

.review_star {
  color: #FFD914;
}

.review_icon img {
  width: 100%;
  height: auto;
}

.review_head {
  margin: 0;
  width: 86%
}

.review_icon {
  width: 12%;
}

.review_title {
  font-size: 14px;
}


img {
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 2px;
}

.top_bunner_box {
  display: flex;
  justify-content: center;
}


.top_bunner_box a {
  position: relative;
  padding: 14px 0px 6px 0;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
}

.top_bunner_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /* 下線を消す */
  color: inherit;
}

.top_bunner_box_bottom {
  display: flex;
  margin: 16px auto 8px auto;
  justify-content: center;
}

.top_bunner_box_bottom a {
  position: relative;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
}

.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: -1;
}

.Polka {
  background-image: radial-gradient(#ffc6c6 2px, #ffffff 2px);
  background-size: 20px 20px;
}

.accordion {
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  background: #2BB3C0;
  border-radius: 4px;
  padding: 8px;
  margin: 8px;
}

.accordion h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: normal;
}

.accordion input {
  display: none;
  /* チェックボックスは非表示に */
}

.accordion-title {
  background-color: #ffffff;
  color: #2BB3C0;
  cursor: pointer;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  display: block;
  transition: background-color 0.3s ease;
  border-bottom: 2px dotted #D9D9D9;
  position: relative;
}

.accordion-title {
  background-color: #ffffff;
  color: #3e4446;
  cursor: pointer;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  display: block;
  transition: background-color 0.3s ease;
  border-bottom: 2px dotted #D9D9D9;
  position: relative;
}

.accordion-title:hover {
  background-color: #ddd;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fafafa;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-content p {
  margin: 0;
  font-size: 14px;
  color: #3e4446;
}

/* Q.とA.のスタイル */
.accordion-title::before {
  content: "Q.";
  color: #2BB3C0;
  font-weight: bold;
}

.accordion-content p::before {
  content: "A.";
  color: #F97099;
  font-weight: bold;
}

/* チェックされたときのスタイル */
.accordion input:checked+.accordion-title+.accordion-content {
  max-height: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/* ベクターマークのスタイル（丸の中に白い矢印） */
.accordion .arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #2BB3C0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.accordion .arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

/* 開閉時に矢印が回転するスタイル */
.accordion input:checked+.accordion-title .arrow {
  transform: translateY(-50%) rotate(180deg);
}


/* 3つ目のアコーディオンの下のボーダーを消す */
.accordion-item:last-child {
  border-bottom: none;
}

/* 3つ目のアコーディオンのタイトルの下のボーダーを消す */
.accordion-item:last-child .accordion-title {
  border-bottom: none;
}


/* 通常はボーダーなし */
.accordion-content {
  border-top: none;
}

/* 開いた時にだけボーダーが表示される */
.accordion input:checked+.accordion-title+.accordion-content {
  border-top: 1px solid #ccc;
  /* ここでsolidのボーダーが表示される */
  max-height: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* 通常はボーダーなし */
.accordion-item:nth-child(3) .accordion-content {
  border-top: none;
}

/* 3つ目のアコーディオンが開いた時にだけボーダーを表示 */
.accordion-item:nth-child(3) input:checked+.accordion-title+.accordion-content {
  border-top: 1px solid #ccc;
  /* ここでsolidのボーダーが表示される */
  max-height: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* 通常の状態では dotted のボーダー */
.accordion-title {
  border-bottom: 2px dotted #D9D9D9;
}

/* 「A.」が開かれたときは dotted を消して solid を表示 */
.accordion input:checked+.accordion-title {
  border-bottom: none;
  /* dotted を消す */
}

.accordion input:checked+.accordion-title+.accordion-content {
  border-top: 1px solid #ccc;
  /* solid のボーダーを表示 */
  max-height: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
}


/* 初期状態でテキストを隠す */
.hidden-content {
  display: none;
}

/* チェックが入ったらコンテンツを表示 */
input[type="checkbox"]:checked~.hidden-content {
  display: block;
}

/* 「もっと読む」ボタンを非表示 */
input[type="checkbox"]:checked+label.more {
  display: none;
}

/* チェックが入っていないと「閉じる」ボタンを非表示 */
input[type="checkbox"]:not(:checked)~.hidden-content+label.close {
  display: none;
}

/* ボタンのデザイン */
label {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  display: block;
  text-align: right;
  padding-top: 4px;
}

.source {
  display: block;
  text-align: right;
  opacity: .5;
  /* text-align: right; */
  margin: 0 0 0 auto;
  font-size: 12px;
  padding: 1px;

}

.content {
  display: block;
}