@charset "UTF-8";

/* font-color */
/*transition*/
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

@font-face {
  font-family: "Hiragino Kaku Gothic Pro W3";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Kaku Gothic Pro W3";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

@font-face {
  font-family: "ヒラギノ角ゴ Pro W3";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "ヒラギノ角ゴ Pro W3";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

@font-face {
  font-family: "ヒラギノ角ゴ ProN W3";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "ヒラギノ角ゴ ProN W3";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

/* HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
} */
html {
  font-size: 10px;
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.5;
  line-break: strict;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  text-align: justify;
  text-align: left;
  color: #333;
  font-size: 10px;
  font-weight: 400;
  background: #f2f2f2;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

* {
  word-break: break-all;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 768px) {
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}

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

img[src$=".svg"] {
  width: 100%;
}

video {
  display: block;
  max-width: 100%;
  width: 100%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

.no-control {
  overflow: hidden;
}

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

input[type=submit] {
  appearance: none;
  border-radius: 0;
}

b {
  font-weight: 700 !important;
}

/*--------------------------------------------------------------------
  utility css
--------------------------------------------------------------------*/
/* Scss Document */
/* clearfix - utility
--------------------------------------------------------- */
.u-mt-1 {
  margin-top: 1%;
}

.u-mr-1 {
  margin-right: 1%;
}

.u-mb-1 {
  margin-bottom: 1%;
}

.u-ml-1 {
  margin-left: 1%;
}

.u-pt-1 {
  padding-top: 1%;
}

.u-pr-1 {
  padding-right: 1%;
}

.u-pb-1 {
  padding-bottom: 1%;
}

.u-pl-1 {
  padding-left: 1%;
}

.u-mt-2 {
  margin-top: 2%;
}

.u-mr-2 {
  margin-right: 2%;
}

.u-mb-2 {
  margin-bottom: 2%;
}

.u-ml-2 {
  margin-left: 2%;
}

.u-pt-2 {
  padding-top: 2%;
}

.u-pr-2 {
  padding-right: 2%;
}

.u-pb-2 {
  padding-bottom: 2%;
}

.u-pl-2 {
  padding-left: 2%;
}

.u-mt-3 {
  margin-top: 3%;
}

.u-mr-3 {
  margin-right: 3%;
}

.u-mb-3 {
  margin-bottom: 3%;
}

.u-ml-3 {
  margin-left: 3%;
}

.u-pt-3 {
  padding-top: 3%;
}

.u-pr-3 {
  padding-right: 3%;
}

.u-pb-3 {
  padding-bottom: 3%;
}

.u-pl-3 {
  padding-left: 3%;
}

.u-mt-4 {
  margin-top: 4%;
}

.u-mr-4 {
  margin-right: 4%;
}

.u-mb-4 {
  margin-bottom: 4%;
}

.u-ml-4 {
  margin-left: 4%;
}

.u-pt-4 {
  padding-top: 4%;
}

.u-pr-4 {
  padding-right: 4%;
}

.u-pb-4 {
  padding-bottom: 4%;
}

.u-pl-4 {
  padding-left: 4%;
}

.u-mt-5 {
  margin-top: 5%;
}

.u-mr-5 {
  margin-right: 5%;
}

.u-mb-5 {
  margin-bottom: 5%;
}

.u-ml-5 {
  margin-left: 5%;
}

.u-pt-5 {
  padding-top: 5%;
}

.u-pr-5 {
  padding-right: 5%;
}

.u-pb-5 {
  padding-bottom: 5%;
}

.u-pl-5 {
  padding-left: 5%;
}

.u-mt-6 {
  margin-top: 6%;
}

.u-mr-6 {
  margin-right: 6%;
}

.u-mb-6 {
  margin-bottom: 6%;
}

.u-ml-6 {
  margin-left: 6%;
}

.u-pt-6 {
  padding-top: 6%;
}

.u-pr-6 {
  padding-right: 6%;
}

.u-pb-6 {
  padding-bottom: 6%;
}

.u-pl-6 {
  padding-left: 6%;
}

.u-mt-7 {
  margin-top: 7%;
}

.u-mr-7 {
  margin-right: 7%;
}

.u-mb-7 {
  margin-bottom: 7%;
}

.u-ml-7 {
  margin-left: 7%;
}

.u-pt-7 {
  padding-top: 7%;
}

.u-pr-7 {
  padding-right: 7%;
}

.u-pb-7 {
  padding-bottom: 7%;
}

.u-pl-7 {
  padding-left: 7%;
}

.u-mt-8 {
  margin-top: 8%;
}

.u-mr-8 {
  margin-right: 8%;
}

.u-mb-8 {
  margin-bottom: 8%;
}

.u-ml-8 {
  margin-left: 8%;
}

.u-pt-8 {
  padding-top: 8%;
}

.u-pr-8 {
  padding-right: 8%;
}

.u-pb-8 {
  padding-bottom: 8%;
}

.u-pl-8 {
  padding-left: 8%;
}

.u-mt-9 {
  margin-top: 9%;
}

.u-mr-9 {
  margin-right: 9%;
}

.u-mb-9 {
  margin-bottom: 9%;
}

.u-ml-9 {
  margin-left: 9%;
}

.u-pt-9 {
  padding-top: 9%;
}

.u-pr-9 {
  padding-right: 9%;
}

.u-pb-9 {
  padding-bottom: 9%;
}

.u-pl-9 {
  padding-left: 9%;
}

.u-mt-10 {
  margin-top: 10%;
}

.u-mr-10 {
  margin-right: 10%;
}

.u-mb-10 {
  margin-bottom: 10%;
}

.u-ml-10 {
  margin-left: 10%;
}

.u-pt-10 {
  padding-top: 10%;
}

.u-pr-10 {
  padding-right: 10%;
}

.u-pb-10 {
  padding-bottom: 10%;
}

.u-pl-10 {
  padding-left: 10%;
}

.u-mt-11 {
  margin-top: 11%;
}

.u-mr-11 {
  margin-right: 11%;
}

.u-mb-11 {
  margin-bottom: 11%;
}

.u-ml-11 {
  margin-left: 11%;
}

.u-pt-11 {
  padding-top: 11%;
}

.u-pr-11 {
  padding-right: 11%;
}

.u-pb-11 {
  padding-bottom: 11%;
}

.u-pl-11 {
  padding-left: 11%;
}

.u-mt-12 {
  margin-top: 12%;
}

.u-mr-12 {
  margin-right: 12%;
}

.u-mb-12 {
  margin-bottom: 12%;
}

.u-ml-12 {
  margin-left: 12%;
}

.u-pt-12 {
  padding-top: 12%;
}

.u-pr-12 {
  padding-right: 12%;
}

.u-pb-12 {
  padding-bottom: 12%;
}

.u-pl-12 {
  padding-left: 12%;
}

.u-mt-13 {
  margin-top: 13%;
}

.u-mr-13 {
  margin-right: 13%;
}

.u-mb-13 {
  margin-bottom: 13%;
}

.u-ml-13 {
  margin-left: 13%;
}

.u-pt-13 {
  padding-top: 13%;
}

.u-pr-13 {
  padding-right: 13%;
}

.u-pb-13 {
  padding-bottom: 13%;
}

.u-pl-13 {
  padding-left: 13%;
}

.u-mt-14 {
  margin-top: 14%;
}

.u-mr-14 {
  margin-right: 14%;
}

.u-mb-14 {
  margin-bottom: 14%;
}

.u-ml-14 {
  margin-left: 14%;
}

.u-pt-14 {
  padding-top: 14%;
}

.u-pr-14 {
  padding-right: 14%;
}

.u-pb-14 {
  padding-bottom: 14%;
}

.u-pl-14 {
  padding-left: 14%;
}

.u-mt-15 {
  margin-top: 15%;
}

.u-mr-15 {
  margin-right: 15%;
}

.u-mb-15 {
  margin-bottom: 15%;
}

.u-ml-15 {
  margin-left: 15%;
}

.u-pt-15 {
  padding-top: 15%;
}

.u-pr-15 {
  padding-right: 15%;
}

.u-pb-15 {
  padding-bottom: 15%;
}

.u-pl-15 {
  padding-left: 15%;
}


.no-control,
.star:after {
  overflow: hidden;
}

.btn,
.center,
.header {
  text-align: center;
}

.app>div:nth-of-type(1)>div::after,
.btn::after,
.cf:after {
  content: "";
}

.btn>h1,
.title_area>h1 {
  color: #fff;
  font-weight: 700;
}

body.fixed {
  position: fixed;
}

.inner {
  padding: 0 14px;
  overflow: hidden;
}

.header {
  padding: 8px 0;
}

.header img {
  width: 54%;
}

.container {
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.title_area>.inner {
  margin-top: 10px;
}

.view_item {
  padding: 24px 0 26px 0;
  font-size: 15px;
}

.btn {
  position: relative;
  color: #fff;
  font-weight: 700;
  transition: none;
  background: linear-gradient(to top, #2a863f, #44c772);
}

.btn::after {
  position: absolute;
  display: block;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  transform: translateY(-75%);
}

.btn.green,
.btn.orange,
.btn.red {
  box-shadow: none;
  text-shadow: none;
  border-radius: 50px;
  margin-top: 10px;
}

.btn.green.large,
.btn.orange.large,
.btn.red.large {
  box-shadow: none;
  text-shadow: none;
  border-radius: 50px;
  margin-top: 10px;
}

.btn.green.large:before,
.btn.orange.large:before,
.btn.red.large:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  animation: none;
}

.btn.green.large:after,
.btn.orange.large:after,
.btn.red.large:after {
  content: "";
  transform: translateX(-50%) translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  height: 0;
  width: 0;
  top: 50%;
  right: 7%;
}

.btn.green.square,
.btn.orange.square,
.btn.red.square {
  border-radius: 0;
}

.btn.green:before,
.btn.orange:before,
.btn.red:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  animation: none;
}

.btn.green:after,
.btn.orange:after,
.btn.red:after {
  content: "";
  transform: translateX(-50%) translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  height: 0;
  width: 0;
  top: 50%;
  right: 7%;
}

.btn.green {
  background: linear-gradient(to top, #2A863F, #44C772);
}

.btn.green.square {
  background: #2FAC56;
  border-bottom: 5px solid #1C7739;
}

.btn.green:after {
  border-left: 9px solid #2BAB44;
}

.btn.orange {
  background: linear-gradient(to top, #CE7014, #F7A93E);
}

.btn.orange.square {
  background: #EA8F1B;
  border-bottom: 5px solid #C77000;
}

.btn.orange:after {
  border-left: 9px solid #DE8625;
}

.btn.red {
  background: linear-gradient(to top, #AC2D16, #F06147);
}

.btn.red.square {
  background: #E54E33;
  border-bottom: 5px solid #D12B0D;
}

.btn.red:after {
  border-left: 9px solid #C74129;
}

span.btn.small {

  animation: jellys 2s ease infinite;
  /* 2秒間隔で無限に実行 */
}

@keyframes jellys {

  0%,
  100% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9);
  }

  20% {
    transform: scale(1.1);
  }

  30% {
    transform: scale(0.95);
  }

  40% {
    transform: scale(1);
  }
}

a.btn.large {

  animation: jelly 1.1s ease infinite;
  /* 4秒間隔で無限に実行 */
}

@keyframes jelly {

  0%,
  100% {
    transform: translateY(0);
  }

  /* 振動する時間をより細かく、かつ長く調整 */
  5%,
  10% {
    transform: translateY(-2px);
  }

  15%,
  20% {
    transform: translateY(2px);
  }

  25%,
  30% {
    transform: translateY(-2px);
  }

  35%,
  40% {
    transform: translateY(2px);
  }

  45% {
    transform: translateY(0);
  }
}

.cvbtn_pre {
  color: #333;
  text-align: center;
}

.cvbtn_pre:before {
  content: "＼";
  padding-right: 1em;
}

.cvbtn_pre:after {
  content: "／";
  padding-left: 1em;
}

.cvbtn_balloon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 20px;
  position: relative;
}

.cvbtn_balloon:after {
  content: "";
  transform: translateX(-50%) translateY(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 0;
  bottom: -20px;
  left: 50%;
  position: absolute;
}

.cvbtn_balloon.orange {
  background: #FFF1E0;
}

.cvbtn_balloon.orange:after {
  border-top: 15px solid #FFF1E0;
}

.cvbtn_balloon.red {
  background: #FFE3DE;
}

.cvbtn_balloon.red:after {
  border-top: 15px solid #FFE3DE;
}

.large {
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 5px;
  padding: 20px 16px;
  border-radius: 6px;
  font-size: 1.8rem;
}

.large::after {
  display: block;
  width: 24px;
  height: 26px;
  top: 54%;
  right: 6%;
}

.small {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  border-radius: 20px;
}

.small::after {
  display: block;
  width: 16px;
  height: 16px;
  top: 49%;
  right: 7%;
}

.title_area h1 {
  font-size: 1.8rem;
  padding: 9px;
  background: url(//storage.googleapis.com/assets-good-apps-jp/mtb1nu97q0y1m1y22x4bmw6tt6wv) left top -16px no-repeat #333;
  background-size: 116px 90px;
}

.title_area>.inner>p {
  font-weight: 700;
  text-align: right;
  font-size: 1.4rem;
  color: #555;
}

.title_area>.inner>p span {
  font-weight: 400;
}

.contents .text strong {
  font-weight: 700;
}

.contents .text h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 8px 8px 14px;
  border-bottom: 2px solid #456cff;
}

.contents .text h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 24px;
  left: 0;
  top: 8px;
  background: #456cff;
}

.contents .text h3:not(:first-of-type) {
  margin-top: 16px;
}

.contents .text p,
.contents .text section {
  font-size: 1.6rem;
  text-align: justify;
  text-justify: justify;
  margin-top: 16px;
}

.contents .text p>span {
  font-weight: 700;
}

.contents .text img {
  margin: 10px auto;
}

.contents video {
  margin: 10px auto;
}

.contents h2 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px;
  text-align: center;
  background: url(//storage.googleapis.com/assets-good-apps-jp/qq0w2nosmauwfjtzmhpvroxhjamd) left top -16px no-repeat #456cff;
  background-size: 116px 90px;
}

.contents h2.title {
  font-weight: 700;
  text-align: center;
  background: none;
  padding: 0;
}

.contents h2.title .title_bg {
  font-size: 1.8rem;
  color: #fff;
  padding: 10px;
  text-align: center;
  background: url(//storage.googleapis.com/assets-good-apps-jp/qq0w2nosmauwfjtzmhpvroxhjamd) left top -16px no-repeat #456cff;
  background-size: 116px 90px;
  margin-top: 10px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents h2.title .title_pre {
  font-size: 16px;
  color: #456CFF;
}

.contents ul {
  margin-top: 10px;
}

.contents .offer {
  font-size: 1.2rem;
  color: #888;
  margin: 10px;
  text-align: center;
}

.contents img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.app {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 17px 15px;
  gap: 16px;
  background: #f8f8f8;
}

.app>div:nth-of-type(1) {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 26%;
  padding: 0;
}

.app>div:nth-of-type(1)>div,
.app>div:nth-of-type(1)>picture {
  width: 100%;
  height: auto;
  border-radius: 22.5%;
  overflow: hidden;
  background: url(https://cdn.good-apps.jp/8d0tkshj0ckfiaryklxm63csnv7s);
  background-size: cover;
}

.app>div:nth-of-type(1)>div[id^=component],
.app>div:nth-of-type(1)>picture[id^=component] {
  background-size: cover;
}

.app>div:nth-of-type(1)>div::after,
.app>div:nth-of-type(1)>picture::after {
  display: block;
  padding-top: 100%;
}

.app>div:nth-of-type(1) p {
  margin-top: 2px;
  font-size: 1.2rem;
  color: #555;
}

.app>div:nth-of-type(2) {
  width: 70%;
}

.app>div:nth-of-type(2) h3,
.app>div:nth-of-type(2) p {
  font-size: 1.6rem;
  font-weight: 700;
}

.app>div:nth-of-type(2) h3 {
  color: #456cff;
}

.app>div:nth-of-type(2) p {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  color: #666666;
}

.app>div:nth-of-type(2) div {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.app .btn.small {
  top: 50%;
  font-size: 13px;
}

.app .btn.green,
.app .btn.orange,
.app .btn.red {
  box-shadow: none;
  text-shadow: none;
}

.app .btn.green:before,
.app .btn.orange:before,
.app .btn.red:before {
  content: "";
  background: #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
}

.app .btn.green:after,
.app .btn.orange:after,
.app .btn.red:after {
  content: "";
  transform: translateX(-50%) translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  height: 0;
  width: 0;
  top: 50%;
}

.app .btn.green {
  background: linear-gradient(to top, #2A863F, #44C772);
}

.app .btn.green:after {
  border-left: 7px solid #2BAB44;
}

.app .btn.orange {
  background: linear-gradient(to top, #CE7014, #F7A93E);
}

.app .btn.orange:after {
  border-left: 7px solid #DE8625;
}

.app .btn.red {
  background: linear-gradient(to top, #AC2D16, #F06147);
}

.app .btn.red:after {
  border-left: 7px solid #D12B0D;
}

.review {
  margin-top: 36px;
  position: relative;
}

.review>h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  background: #456cff;
}

.review>h3:before {
  content: "\f086";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  padding-right: 15px;
}

.review>h3.review__ttl {
  border-top: 2px solid #456CFF;
  border-bottom: 2px solid #456CFF;
  background: transparent;
  border-radius: 0;
  color: #456CFF;
  text-align: center;
  margin-bottom: 10px;
  padding: 8px 9px;
}

.review>h3.review__ttl:before {
  display: none;
  padding-right: 10px;
}

.review>ul {
  background: #f0efef;
  padding: 0 16px;
  margin-top: 0;
}

.review>ul.review__list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 10px;
  justify-content: space-between;
  scroll-behavior: smooth;
  position: relative;
  scroll-snap-type: x mandatory;
  background: rgba(69, 108, 255, 0.0509803922);
  padding: 15px 20px;
  gap: 40px;
  margin-bottom: 30px;
}

.review>ul.review__list li {
  width: 100%;
  margin: 0 16px 0 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 5px 25px;
  border-bottom: 0;
  scroll-snap-align: center;
}

.review>ul.review__list li:last-of-type {
  margin-right: 0;
}

.review>ul.review__list li h4 {
  color: #333;
  font-size: 16px;
}

.review>ul.review__list li h4:before {
  font-size: 16px;
}

.review>ul.review__list li p:before {
  content: "★★★★★";
  display: block;
  color: #FFCC00;
  padding: 7px 0 12px;
  line-height: 1;
}

.review>ul.review__list li span {
  display: inline;
}

.review>ul li {
  border-bottom: 1px solid #c5c5c5;
  padding: 0px 0 15px;
}

.review>ul li:nth-of-type(odd) h4:before {
  content: "\f584";
}

.review>ul li:nth-of-type(even) h4:before {
  content: "\f59b";
}

.review>ul li:last-of-type {
  border-bottom: none;
}

.review>ul li h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #456cff;
  padding-bottom: 5px;
}

.review>ul li h4::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 20px;
  font-weight: normal;
  padding: 8px 8px 0 0;
}

.review>ul li div {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.review>ul li div p {
  font-size: 2.2rem;
}

.review>ul li div span {
  font-size: 1.2rem;
  color: #555;
  margin: 6px 0 0 8px;
}

.review>ul li p {
  font-size: 1.5rem;
}

.review>ul li span {
  display: block;
  color: #555;
  margin-top: 8px;
  font-size: 1.4rem;
}

.review .scroller-arrows {
  width: calc(100% - 28px);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.review .scroller-arrows-content>div {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.review .scroller-arrows-content>div:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  margin-top: 10px;
}

.review .scroller-arrows-content .visiblearrow {
  opacity: 1;
  visibility: visible;
  backface-visibility: hidden;
}

.review .scroller-arrows-content .visiblearrow:before,
.review .scroller-arrows-content .visiblearrow:after {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  border-radius: 4px;
  background: #456cff;
  position: absolute;
}

.review .scroller-arrows-content .scroller-arrows-prev:before,
.review .scroller-arrows-content .scroller-arrows-next:before {
  top: calc(50% - 8px);
}

.review .scroller-arrows-content .scroller-arrows-prev:after,
.review .scroller-arrows-content .scroller-arrows-next:after {
  bottom: calc(50% - 8px);
  margin: 0;
  border: none;
}

.review .scroller-arrows-content .scroller-arrows-prev {
  left: -12px;
}

.review .scroller-arrows-content .scroller-arrows-prev:before {
  transform: rotate(-45deg);
}

.review .scroller-arrows-content .scroller-arrows-prev:after {
  transform: rotate(45deg);
}

.review .scroller-arrows-content .scroller-arrows-next {
  right: -22px;
}

.review .scroller-arrows-content .scroller-arrows-next:before {
  transform: rotate(45deg);
}

.review .scroller-arrows-content .scroller-arrows-next:after {
  transform: rotate(-45deg);
}

.point {
  margin-top: 16px;
}

.point dl {
  padding: 16px;
  background: rgba(69, 108, 255, 0.1);
  border-radius: 8px;
  border: 2px solid #456cff;
}

.point dt {
  padding-bottom: 14px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #456cff;
  text-align: center;
  border-bottom: 1px solid #456cff;
}

.point dd {
  position: relative;
  margin-top: 16px;
  font-size: 1.5rem;
}

.point dd::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background: url(../img/common/check-circle.svg) center center no-repeat;
  background-size: cover;
}

.star {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #ccc;
  margin-top: 4px;
}

.star:after {
  display: block;
  content: "";
  width: 100px;
  height: 18px;
}

.star:before {
  display: block;
  content: "";
  width: 100px;
  height: 18px;
  background: url(//storage.googleapis.com/assets-good-apps-jp/zhg4oas7w6jc8f83w82ctb0pyh4s) no-repeat;
  background-size: 100px 18px;
}

.star:after {
  position: absolute;
  top: 0;
  z-index: 1;
  background: url(//storage.googleapis.com/assets-good-apps-jp/tgxrf2ngo1f3l79ugeta1kyqc139) no-repeat;
  background-size: 100px 18px;
}

.star[data-rate="5"]:after {
  width: 100%;
}

.star[data-rate="4.5"]:after {
  width: 90%;
}

.star[data-rate="4"]:after {
  width: 80%;
}

.star[data-rate="3.5"]:after {
  width: 70%;
}

.star[data-rate="3"]:after {
  width: 60%;
}

.star[data-rate="2.5"]:after {
  width: 50%;
}

.star[data-rate="2"]:after {
  width: 40%;
}

.star[data-rate="1.5"]:after {
  width: 30%;
}

.star[data-rate="1"]:after {
  width: 20%;
}

.star[data-rate="0.5"]:after {
  width: 10%;
}

.star[data-rate="0"]:after {
  width: 0;
}

.footer {
  padding: 24px 0;
  margin-top: 24px;
  text-align: center;
  background: #333;
  color: #f0f0f0;
  font-size: 1.2rem;
}

.footer a {
  color: #f0f0f0;
  text-decoration: underline;
}

.footer p {
  margin-top: 8px;
}

.fade_in {
  animation: fade_in 1s ease 0.3s 1 forwards;
}

.static_info {
  padding: 0 24px;
}

.static_info table.data {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0 auto;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.static_info table.data td {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 5px;
}

.static_info table.data th {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 5px;
  width: 30%;
  background-color: #eee;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  width: 100% !important;
  height: auto !important;
  text-align: center;
  margin-top: 0 !important;
}

@keyframes flash {

  0%,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.icon {
  position: relative;
  top: 4px;
  display: inline-block !important;
  margin: inherit;
}

.icon>img {
  width: 24px;
  height: 20px;
  margin: 0;
}

.large {
  overflow: hidden;
}

.large:hover {
  text-decoration: none;
  color: #fff;
}

.large::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: large 3s ease-in-out infinite;
}

@keyframes large {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.article_ttl {
  animation: inherit;
}

.article_ttl--recommend {
  background: #999 !important;
  color: #fff !important;
}

.article_list>li {
  border-bottom: 1px solid #eee;
}

.article_list>li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.article_list>li .article_img {
  width: 30%;
}

.article_list>li .article_img>img {
  width: 100%;
  height: 100%;
  max-height: 100px;
  object-fit: contain;
  object-position: left;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.article_list>li .article_text {
  width: 68%;
  display: block;
  overflow: hidden !important;
}

.article_list>li .article_text p {
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4;
  font-size: 1.6rem;
}

.new_arrival {
  margin-top: 0 !important;
}

.new_arrival li {
  border-bottom: 1px solid #eee;
}

.new_arrival li a {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.new_arrival__tmb,
.new_arrival__tmb--square {
  width: 30%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.new_arrival__tmb::after,
.new_arrival__tmb--square::after {
  content: "";
  display: block;
  padding-top: 80%;
}

.new_arrival__tmb--square::after {
  padding-top: 100%;
}

.new_arrival__tmb img,
.new_arrival__tmb--square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}

.new_arrival__content {
  width: 68%;
}

.new_arrival__content__title {
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.new_arrival__content__text {
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  margin-top: 4px;
}

.new_arrival--tile {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 0 !important;
}

.new_arrival--tile li {
  width: 50%;
  border-bottom: 1px solid #eee;
}

.new_arrival--tile li:nth-of-type(odd) {
  border-right: 1px solid #eee;
}

.new_arrival--tile li a {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  padding: 10px;
}

.new_arrival--tile__tmb {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.new_arrival--tile__tmb::after {
  content: "";
  display: block;
  padding-top: 64%;
}

.new_arrival--tile__tmb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}

.new_arrival--tile__content {
  width: 100%;
}

.new_arrival--tile__content__title {
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 8px;
}

.new_arrival--tile__content__text {
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  font-size: 1.4rem;
  margin-top: 4px;
}

.column_text {
  padding: 0 16px;
}

.column_text p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: justify;
  margin-top: 16px;
}

.column_text a {
  color: #456cff;
  text-decoration: underline;
}

.column_text a:hover {
  text-decoration: none;
}

.column_text img {
  margin-top: 16px;
}

.column_text h2 {
  text-align: left;
  padding: 10px 16px;
  margin: 32px -16px 0;
  animation: none !important;
}

.column_text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 4px;
  margin-top: 32px;
  border-bottom: 4px solid #456cff;
}

.column_text h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 0 8px 12px;
  margin-top: 32px;
  background-color: #f2f2f2;
  border-left: 6px solid #456cff;
}

.column_text h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 32px;
}

.column_text h5::before {
  content: "■";
  color: #456cff;
  margin-right: 2px;
}

.column_text__related {
  padding: 16px;
  margin-top: 16px;
  background-color: #f2f2f2;
}

.column_text__related>p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: justify;
  text-justify: justify;
}

.column_text__related>p:first-child {
  margin-top: 0;
}

.column_text__related>ul {
  font-size: 1.4rem;
  line-height: 1.8;
}

.column_text__related>ul>li {
  border-bottom: 1px solid #c5c5c5;
  padding: 5px 0 5px 14px;
}

.column_text__related>ul>li::before {
  content: "・";
  color: #456cff;
  font-weight: 700;
  margin-left: -14px;
}

.column_text__related>ul>li>a {
  color: #333;
  text-decoration: none;
}

.column_text__related>ul>li>a:hover {
  text-decoration: underline;
}

.column_text__app {
  background: #f2f2f2;
  margin: 10px 0;
  padding: 16px;
}

.column_text__app__contents {
  display: flex;
  justify-content: space-between;
}

.column_text__app__contents>div:nth-child(1) {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 25%;
}

.column_text__app__contents>div:nth-child(1)>div:nth-child(1) {
  border-radius: 22.5%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.column_text__app__contents>div:nth-child(1)>div:nth-child(1)>img,
.column_text__app__contents>div:nth-child(1)>div:nth-child(1)>picture {
  margin: 0;
}

.column_text__app__contents>div:nth-child(1)>p {
  font-size: 1rem;
  margin-top: 2px;
}

.column_text__app__contents>div:nth-child(2) {
  width: 70%;
}

.column_text__app__contents>div:nth-child(2) h3 {
  color: #456cff;
  border-bottom: none;
  margin-top: 8px;
  padding: 0;
}

.column_text__app__contents>div:nth-child(2) p {
  font-size: 1.2rem;
  margin-top: 4px;
}

.column_text__app__btn {
  font-size: 0;
}

.column_text__app__btn ul {
  display: flex;
  justify-content: center;
  margin: 16px auto 0;
  width: 100%;
}

.column_text__app__btn ul li {
  margin: 0 5px;
}

.column_text__app__btn ul li a {
  display: inline-block;
}

.column_text__app__btn ul li a img {
  margin: 0 auto;
  max-width: 135px;
  max-height: 40px;
  width: 100%;
  height: auto;
}

.column_text__app__btn ul li a:hover {
  opacity: 0.7;
}

.column_related__ttl {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 10px;
  background: url(//storage.googleapis.com/assets-good-apps-jp/mtb1nu97q0y1m1y22x4bmw6tt6wv) left top -16px no-repeat #333;
  background-size: 116px 90px;
}

.column_related li {
  border-bottom: 1px solid #eeeeee;
}

.column_related li a {
  color: #333;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.column_related li a .column_related__tmb {
  width: 30%;
}

.column_related li a .column_related__tmb img {
  width: 100%;
  height: 100%;
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.column_related li a .column_related__text {
  width: 68%;
  display: block;
  overflow: hidden !important;
}

.column_related li a .column_related__text p {
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  font-size: 1.4rem;
  line-height: 1.5;
}

.column_related li a:hover .column_related__tmb img {
  opacity: 0.7;
}

.column_related li a:hover .column_related__text p {
  text-decoration: underline;
}

.forwomen .app {
  padding: 10px;
  background-color: transparent;
}

.forwomen .contents h2 {
  background: url(//storage.googleapis.com/assets-good-apps-jp/zudvzm5a857ps0juqintbyw6xgk9) left top no-repeat #f78995;
}

.forwomen .contents h2:not([class]) {
  animation: none;
}

.forwomen .btn {
  box-shadow: none;
  text-shadow: none;
  background: #EF485D;
  border-radius: 60px;
}

.forwomen .btn:after {
  display: none;
}

.forwomen .review>h3 {
  background-color: #ffe082;
  color: #616161;
  border: 2px solid #ffe082;
  border-bottom: 0;
  background-image: none;
  padding: 8px 16px;
}

.forwomen .review>h3:before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  padding-right: 3px;
}

.forwomen .review ul {
  background: #fff8e1;
  border: 2px solid #ffe082;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.forwomen .review ul li {
  border-bottom: 1px solid #ffe082;
}

.forwomen .review ul li h4 {
  padding-top: 8px;
  color: #000;
}

.forwomen .review ul li h4:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  color: #f4511e;
  padding-right: 3px;
}

.appList {
  margin: 28px 14px;
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
}

.appList p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}

.appList ol {
  counter-reset: my-counter;
  padding: 0;
}

.appList ol li {
  margin-left: 1em;
  padding: 3px 0 3px 3px;
  font-size: 1.5rem;
  border-bottom: 1px solid #CCC;
}

.appList ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  margin: 5px 5px 0 0;
  text-indent: 0.5pt;
  line-height: 17px;
  text-align: center;
  height: 17px;
  width: 17px;
  border: 1px solid #333;
  border-radius: 50%;
}

.appList ol li:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}

.gameranking>ul.section>ul {
  list-style: none;
  counter-reset: counter;
}

.gameranking>ul.section>ul>li .gameranking__ttl {
  position: relative;
  border-top: 4px solid #192f7b;
}

.gameranking>ul.section>ul>li .gameranking__ttl:before {
  content: counters(counter, "");
  counter-increment: counter;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -12px;
  left: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  background-color: #192f7b;
}

.gameranking>ul.section>ul>li .gameranking__ttl__num:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 60px;
  border: none;
  border-right: solid 8px transparent;
  border-bottom: solid 8px #071237;
}

.gameranking>ul.section>ul>li .gameranking__ttl__num:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 10px;
  border-left: 25px solid #192f7b;
  border-right: 25px solid #192f7b;
  border-bottom: 8px solid transparent;
}

.gameranking>ul.section>ul>li .gameranking__ttl__name {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 14px 0 70px;
  background: #234ce2;
}

.gameranking>ul.section>ul>li:nth-child(1) .gameranking__ttl {
  border-top: 4px solid #edc443;
}

.gameranking>ul.section>ul>li:nth-child(1) .gameranking__ttl:before {
  background-color: #edc443;
}

.gameranking>ul.section>ul>li:nth-child(1) .gameranking__ttl__num:before {
  border-bottom: solid 8px #856f26;
}

.gameranking>ul.section>ul>li:nth-child(1) .gameranking__ttl__num:after {
  border-left: 25px solid #edc443;
  border-right: 25px solid #edc443;
}

.gameranking>ul.section>ul>li:nth-child(2) .gameranking__ttl {
  border-top: 4px solid #bdbdbd;
}

.gameranking>ul.section>ul>li:nth-child(2) .gameranking__ttl:before {
  background-color: #bdbdbd;
}

.gameranking>ul.section>ul>li:nth-child(2) .gameranking__ttl__num:before {
  border-bottom: solid 8px #6b6b6b;
}

.gameranking>ul.section>ul>li:nth-child(2) .gameranking__ttl__num:after {
  border-left: 25px solid #bdbdbd;
  border-right: 25px solid #bdbdbd;
}

.gameranking>ul.section>ul>li:nth-child(3) .gameranking__ttl {
  border-top: 4px solid #9f6735;
}

.gameranking>ul.section>ul>li:nth-child(3) .gameranking__ttl:before {
  background-color: #9f6735;
}

.gameranking>ul.section>ul>li:nth-child(3) .gameranking__ttl__num:before {
  border-bottom: solid 8px #472d11;
}

.gameranking>ul.section>ul>li:nth-child(3) .gameranking__ttl__num:after {
  border-left: 25px solid #9f6735;
  border-right: 25px solid #9f6735;
}

.gameranking>ul.section>ul>li:nth-child(-n+3) .gameranking__ttl:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(%{asset_8746_url});
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  position: absolute;
  top: -12px;
  left: 10px;
  opacity: 0.8;
}

.gameranking .point.inner {
  padding: 0;
}

.gameranking .point dd {
  padding-left: 24px;
}

.gameranking .point dd:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: bold;
  font-weight: normal;
  background: none;
  color: #568d6e;
}

.gameranking .point dl {
  background: #ebf7f1;
  border: 1px solid #568d6e;
}

.gameranking .point dt {
  color: #568d6e;
  border-bottom: 1px solid #568d6e;
}

.gameranking .app>div:nth-of-type(1)>p {
  text-align: center;
}

.gameranking .app>div:nth-of-type(1)>p:before {
  content: "★★★★★";
  color: #ffd700;
  display: block;
  font-size: 14px;
}

.gameranking .review .balloon {
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding: 20px 16px;
  width: 100%;
  color: #ffa400;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fef7e4;
  border: 2px solid #ffa400;
  border-right: 0;
  border-left: 0;
}

.gameranking .review .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #ffa400;
}

.head_icon_list {
  padding: 5px 0 0;
  width: 100%;
  text-align: center;
  display: flex;
  overflow: scroll;
}

.head_icon_list a {
  width: 33%;
}

.head_icon_list img {
  width: 9.4rem;
  min-width: 9.4rem;
  height: 9.4rem;
  min-height: 9.4rem;
  border-radius: 22.5%;
  border: 1px solid #dddddd;
  border-bottom: 3px solid #dddddd;
  border-right: 2px solid #dddddd;
}

#search_area {
  background: rgba(69, 108, 255, 0.0509803922);
  padding: 12px 14px;
}

#search_area form {
  position: relative;
}

#search_area div.search_area_title {
  display: none;
}

#search_area table.search_area_inner tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
}

#search_area table.search_area_inner tr:nth-of-type(2) {
  margin-top: 8px;
}

#search_area table.search_area_inner td {
  width: 100%;
  position: relative;
}

#search_area table.search_area_inner td:before,
#search_area table.search_area_inner td:after {
  content: "";
  display: inline-block;
  background: #333;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 60%;
  right: 8px;
  width: 6px;
  height: 1px;
  border-radius: 3px;
}

#search_area table.search_area_inner td:before {
  transform: translateX(-60%) translateY(-50%) rotate(45deg);
}

#search_area table.search_area_inner td:after {
  transform: translateY(-50%) rotate(-45deg);
}

#search_area table.search_area_inner td .search_area_label {
  display: none;
}

#search_area table.search_area_inner td .search_area_select {
  width: 100%;
  border-color: #aaa;
  border-radius: 3px;
  padding: 10px 8px;
  font-size: 12px;
  background: #fff;
  color: #333;
  margin-top: 5px;
  appearance: none;
}

#search_area table.search_area_inner tbody:nth-child(2) tr {
  margin-top: 10px;
  height: 42px;
  width: calc(2 * (100% - 5px) / 3);
}

#search_area table.search_area_inner tbody:nth-child(2) tr td {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  #search_area table.search_area_inner tbody:nth-child(2) tr td {
    width: 100%;
  }
}

#search_area table.search_area_inner tbody:nth-child(2) tr td:before,
#search_area table.search_area_inner tbody:nth-child(2) tr td:after {
  display: none;
}

#search_area table.search_area_inner tbody:nth-child(2) tr td input {
  width: 20px;
  height: 20px;
  margin: 0 3px 0 0;
}

#search_area .search_area_submit_wrapper {
  width: calc((100% - 10px) / 3);
  color: #fff;
  position: relative;
  transition: 0.5s;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

#search_area .search_area_submit_wrapper:before {
  content: "\f002";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

#search_area input#search_area_submit {
  width: 100%;
  background: #456cff;
  color: #fff;
  font-size: 12px;
  padding: 12px 12px 12px 29px;
  border-radius: 3px;
  border: none;
}

.search_accordion {
  width: 100%;
  padding: 0 10px;
  margin: 20px 0;
}

.search_accordion #search_area {
  background: transparent;
}

.search_accordion #search_area table.search_area_inner td {
  width: auto;
  position: inherit;
}

.search_accordion #search_area table.search_area_inner td:before,
.search_accordion #search_area table.search_area_inner td:after {
  display: none;
}

.search_accordion #search_area table.search_area_inner tr {
  display: table-row;
  width: auto;
}

.search_accordion #search_area table.search_area_inner tr:nth-of-type(2) {
  margin: 0;
}

.search_accordion:not([open]) {
  margin-bottom: 15px;
}

.search_accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 10px;
  padding: 18px 23px;
  border: 1px solid #456cff;
  border-radius: 50px;
  color: #456cff;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
}

.search_accordion summary:-webkit-details-marker {
  display: none;
}

.search_accordion summary:before {
  content: "\f002";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: #456cff;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 7px 0 0;
}

.search_accordion summary:after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #456cff;
  border-right: 3px solid #456cff;
  content: "";
  transition: transform 0.3s;
  position: absolute;
  right: 23px;
}

.search_accordion[open] summary:after {
  transform: rotate(225deg);
}

.search_accordion>#search_area {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.search_accordion>#search_area #search_area_submit {
  background: rgba(69, 108, 255, 0.1411764706);
  border: none;
  padding: 9px;
  margin-top: 13px;
  color: #333;
}

.search_accordion[open]>#search_area {
  transition: transform 0.5s, opacity 0.5s;
  transform: none;
  opacity: 1;
}

.read-more {
  position: relative;
  margin-top: 16px;
}

.read-more>div {
  position: relative;
  max-height: 165px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 1s;
}

.read-more>div:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 80%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}

.read-more:has(:checked)>div {
  max-height: 100%;
}

.read-more:has(:checked)>div:after {
  content: none;
}

.read-more:has(:checked) label {
  display: none;
}

.read-more label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px;
  border-radius: 50px;
  background-color: #fff;
  color: #456cff;
  border: 1px solid #456cff;
  font-size: 15px;
  width: 55%;
}

.read-more label:hover {
  border: 1px solid #2589d0;
  background-color: #fff;
  color: #2589d0;
  cursor: pointer;
}

.read-more label:hover:after {
  background-color: #2589d0;
}

.read-more label:after {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-color: #456cff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  margin-left: 5px;
}

.read-more input {
  display: none;
}

.app>div:nth-of-type(1) {
  position: relative;
}

.app>div:nth-of-type(1) p.badge>span.badge_inner,
.app>div:nth-of-type(1) p.badge span.badge_inner:after,
.app>div:nth-of-type(1) p.badge span.badge_inner:before,
.app>div:nth-of-type(1) p.badge span {
  content: "";
  width: 15vw;
  max-width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #3ac133;
  position: absolute;
  top: 0px;
  margin: 0;
}

.app>div:nth-of-type(1) p.badge>span.badge_inner span {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-45deg);
  z-index: 999;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.app>div:nth-of-type(1) p.badge,
.app>div:nth-of-type(1) p.badge>span.badge_inner,
.app>div:nth-of-type(1) p.badge>span.badge_inner:after,
.app>div:nth-of-type(1) p.badge>span.badge_inner:before {
  transform: rotate(22.5deg);
}

.app>div:nth-of-type(1) p.badge {
  position: absolute;
  width: 15vw;
  max-width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #3ac133;
  margin: 20px 0 0 20px;
  text-align: inherit;
  transform: scale(0.5);
  top: -45px;
  top: -30%;
  right: -25px;
  right: -25%;
  animation: zoom-in-anim-data-v-70a6ce3c 2s infinite;
}

.app>div:nth-of-type(1) p.badge:before {
  content: "";
}

@keyframes zoom-in-anim-data-v-70a6ce3c {
  0% {
    transform: scale(0) rotate(35deg);
  }

  10% {
    transform: scale(0.175) rotate(35deg);
  }

  15% {
    transform: scale(0.5) rotate(35deg);
  }

  25% {
    transform: scale(0.4) rotate(35deg);
  }

  35% {
    transform: scale(0.5) rotate(35deg);
  }

  45% {
    transform: scale(0.45) rotate(35deg);
  }

  55% {
    transform: scale(0.5) rotate(35deg);
  }

  to {
    transform: scale(0.5) rotate(35deg);
  }
}

.text.inner h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 0;
  margin: 16px 0 8px;
}

.text.inner h3:before {
  content: "";
  background: #456CFF;
  width: 6px;
  height: 30px;
}

.text.inner h3 span {
  color: #E70010;
}

.text.inner .app-name {
  /* アプリ名 */
  font-weight: bold;
  font-size: 17px;
  color: #456cff;
}

.text.inner .text-bold {
  /* 強調1 */
  font-weight: bold;
}

.text.inner .text-red {
  /* 強調2 */
  font-weight: bold;
  color: #E70010;
}

.text.inner .text-marker {
  /* 強調3 */
  font-weight: bold;
  font-size: 17px;
  background: linear-gradient(transparent 40%, rgba(255, 204, 0, 0.5019607843) 60%);
}

.text.inner .text-check {
  font-weight: bold;
  display: block;
}

.text.inner .text-check:before {
  content: "✔︎";
}

.text.inner .point dl {
  background: #fff;
  padding: 0;
  border: 2px solid #fff7a3;
}
.text.inner .point dt {
  padding: 12px;
  background: #fff7a3;
  color: #171717;
  border-bottom: none;
}
.text.inner .point dd {
    margin: 16px 18px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fff7a3;
    padding-bottom: 16px;
}

.text.inner .point dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.text.inner .point dd span.line {
  background: linear-gradient(transparent 30%, rgba(231, 0, 16, 0.2) 70%);
}