/* width -------------------
---------------------------*/
/* mixin -------------------
---------------------------*/
/* color -------------------
---------------------------*/
.support_index {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  margin: 16px auto;
  border: 1px solid #fff8ec;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  padding: 16px;
  background: #ffffe9;
  border-radius: 6px;
}
.support_index a {
  display: block;
  text-decoration: none;
  color: #362a14;
  border-bottom: 1px dashed #d8d0c1;
  padding: 8px 4px;
  font-size: 1rem;
}
.support_index a:hover {
  color: #dd5231;
  background: #fffbb4;
}
.support_index a:hover::before {
  transform: translateY(-4px);
}
.support_index a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
  background: url(/image/content/page/support/icon/heart.webp) no-repeat center/contain;
}

.pagetitle {
  border-bottom: 3px dotted #2ca12c;
  text-align: center;
  font-weight: bold;
  color: #2ca12c;
  font-size: 1.625rem;
  margin-bottom: 16px;
}

.btn_cat {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  background: #ebfab6;
  max-width: 960px;
}
.btn_cat ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px;
}
.btn_cat li {
  width: calc(50% - 4px);
}
.btn_cat li.active span {
  background: #fffbb4;
}
.btn_cat li span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: white;
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .btn_cat li span {
    padding: 12px 4px;
  }
}
.btn_cat li span:hover {
  background: #fffbb4;
}
.btn_cat li small {
  display: inline-block;
  padding: 0 4px;
}
@media (max-width: 768px) {
  .btn_cat li small {
    display: none;
  }
}
.btn_cat li img {
  width: 40px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .btn_cat li img {
    width: 32px;
  }
}
.btn_cat li.showall {
  width: 100%;
  margin-top: 8px;
}
.btn_cat li.showall span {
  justify-content: center;
  font-size: 0.8em;
}

.headline ul {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
}
.headline li {
  border-bottom: 3px dotted #2ca12c;
  color: #2ca12c;
  font-weight: bold;
  font-size: 1.25rem;
  display: none;
}
.headline li.show {
  display: block;
}

.box_post li {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  display: none;
}
.box_post li.show {
  display: block;
}
.box_post li a {
  display: block;
  border: 3px solid #2ca12c;
  border-radius: 12px;
  text-decoration: none;
  color: #362a14;
  overflow: hidden;
  position: relative;
}
.box_post li a:hover {
  border-color: #71cc5f;
}
.box_post li a:hover .title {
  background: #ffffe9;
}
.box_post li a:hover .next {
  background: #71cc5f;
  color: #f0e53B;
}
.box_post li .worry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #eeede9;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .box_post li .worry {
    padding: 8px;
  }
}
.box_post li .worry .img {
  padding: 8px;
}
.box_post li .worry .txt {
  flex: 1;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .box_post li .worry .txt {
    font-size: 1.125rem;
  }
}
.box_post li .worry .txt span {
  display: inline-block;
  background: white;
  padding: 16px 32px;
  border-radius: 3.6em;
  line-height: 1.4;
  border: 2px solid #74664b;
  position: relative;
}
.box_post li .worry .txt span::after {
  content: url(/image/content/support/box/balloon.svg);
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 14px;
  height: 12px;
}
@media (max-width: 768px) {
  .box_post li .worry .txt span::after {
    left: -4px;
    bottom: 30%;
  }
}
.box_post li .title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 32px;
}
.box_post li .title .img {
  transform: translateY(-32px);
  margin-bottom: -32px;
}
.box_post li .title .txt {
  font-size: 2rem;
  color: #2ca12c;
}
@media (max-width: 768px) {
  .box_post li .title .txt {
    font-size: 1.625rem;
  }
}
.box_post li .explain {
  background: url(/image/content/support/box/bg.webp);
  padding: 16px 32px 40px;
}
@media (max-width: 768px) {
  .box_post li .explain {
    padding: 16px 16px 40px;
  }
}
.box_post li .next {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #2ca12c;
  color: white;
  padding: 8px 24px 4px 16px;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out;
}
.box_post li .next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

#support.trio {
  color: #362a14;
  font-size: 1.125rem;
}
#support.trio .intro {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #support.trio .intro .img {
    height: calc(100vh - 64px);
  }
}
#support.trio .intro .img img {
  -o-object-fit: none;
     object-fit: none;
  height: 680px;
}
@media (max-width: 768px) {
  #support.trio .intro .img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
#support.trio .intro .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  width: 100%;
}
@media (max-width: 640px) {
  #support.trio .intro .text {
    transform: translateY(0);
  }
}
#support.trio .intro .text img {
  width: 90%;
  max-width: 1000px;
}
@media (max-width: 768px) {
  #support.trio .intro .text img {
    width: 80%;
  }
}
#support.trio .intro .hero li {
  position: absolute;
  transition: transform 0.4s ease;
  z-index: 3;
}
#support.trio .intro .hero li.hero_orange {
  top: 54%;
  left: 50%;
  transform: translateY(-100vh) translateX(100vw);
}
#support.trio .intro .hero li.hero_blue {
  top: 42%;
  right: 20%;
  transform: translateY(-20vh) translateX(50vw);
  transition-delay: 0.4s;
}
#support.trio .intro .hero li.hero_green {
  top: 18%;
  left: 40%;
  transform: translateY(-30vh) translateX(-50vw);
  transition-delay: 0.2s;
}
@media (max-width: 980px) {
  #support.trio .intro .hero li.hero_orange {
    top: 80%;
    left: 12%;
  }
  #support.trio .intro .hero li.hero_blue {
    top: 74%;
    right: 8%;
  }
  #support.trio .intro .hero li.hero_green {
    left: 24%;
  }
}
@media (max-width: 640px) {
  #support.trio .intro .hero li.hero_orange {
    top: 6%;
    left: auto;
    right: 8%;
  }
  #support.trio .intro .hero li.hero_blue {
    top: 64%;
    right: auto;
    left: 60%;
  }
  #support.trio .intro .hero li.hero_green {
    left: 2%;
  }
}
#support.trio .intro .hero.show li.hero_orange {
  transform: translateY(0) translateX(0);
}
#support.trio .intro .hero.show li.hero_blue {
  transform: translateY(0) translateX(0);
}
#support.trio .intro .hero.show li.hero_green {
  transform: translateY(0) translateX(0);
}
#support.trio .title01 {
  background: url(/image/content/support/trio/intro/bg01.webp) no-repeat center/cover;
  text-align: center;
  padding: 8px 12px;
}
#support.trio .title01 img {
  height: 180px;
}
#support.trio .tabbtn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  max-width: 960px;
  margin: 16px auto;
}
#support.trio .tabbtn li {
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
#support.trio .tabbtn li.btn01:hover {
  background: #ebfab6;
}
#support.trio .tabbtn li.btn02:hover {
  background: #f6deb9;
}
#support.trio .tabbtn li.btn03:hover {
  background: #e7f5f5;
}
#support.trio .tabbtn li.active.btn01 {
  background: #ebfab6;
}
#support.trio .tabbtn li.active.btn02 {
  background: #f6deb9;
}
#support.trio .tabbtn li.active.btn03 {
  background: #e7f5f5;
}
#support.trio .tabbox {
  width: 100%;
  margin: 24px auto;
  max-width: 1120px;
  max-width: 960px;
}
#support.trio .inbox {
  border-radius: 12px;
  padding: 16px 0;
  display: none;
}
@media (max-width: 768px) {
  #support.trio .inbox {
    border-radius: 0px;
    border-left: none;
    border-right: none;
  }
}
#support.trio .inbox.show {
  display: block;
}
#support.trio .inbox.default .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 16px;
}
@media (max-width: 768px) {
  #support.trio .inbox.default .title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #support.trio .inbox.default .center {
    text-align: left;
    padding: 16px;
  }
}
#support.trio .inbox:nth-child(2) {
  background: #ebfab6;
}
#support.trio .inbox:nth-child(3) {
  background: #fff8ec;
}
#support.trio .inbox:nth-child(4) {
  background: #e7f5f5;
}
#support.trio .inbox p {
  padding: 16px 32px;
}
@media (max-width: 768px) {
  #support.trio .inbox p {
    padding: 16px;
  }
}
#support.trio .explain h2 {
  background: #eeede9;
  font-size: 2.25rem;
  font-weight: bold;
  padding: 16px;
  position: relative;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #support.trio .explain h2 {
    font-size: 1.5rem;
  }
}
#support.trio .explain h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 32px;
  background: #eeede9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#support.trio .explain .tabbtn {
  gap: 16px;
}
@media (max-width: 768px) {
  #support.trio .explain .tabbtn {
    gap: 4px;
  }
}
#support.trio .explain .tabbtn li {
  width: calc(33.3333333333% - 10.6666666667px);
  padding: 16px;
  background: #eeede9;
  position: relative;
}
@media (max-width: 768px) {
  #support.trio .explain .tabbtn li {
    padding: 8px;
    width: calc(33.3333333333% - 2.6666666667px);
  }
}
#support.trio .explain .tabbtn li::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  animation: clickimg 3s infinite;
}
@media (max-width: 768px) {
  #support.trio .explain .tabbtn li::after {
    width: 30%;
  }
}
#support.trio .explain .tabbtn li.btn01::after {
  background: url(/image/content/support/trio/explain/click01.webp) no-repeat center/contain;
}
#support.trio .explain .tabbtn li.btn02::after {
  background: url(/image/content/support/trio/explain/click02.webp) no-repeat center/contain;
}
#support.trio .explain .tabbtn li.btn03::after {
  background: url(/image/content/support/trio/explain/click03.webp) no-repeat center/contain;
}
@keyframes clickimg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  53% {
    transform: scale(0.8);
  }
  56% {
    transform: scale(1);
  }
  59% {
    transform: scale(0.8);
  }
  62% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#support.trio .explain .hero {
  position: relative;
  margin: 32px 0;
  height: 580px;
}
@media (max-width: 768px) {
  #support.trio .explain .hero {
    height: 420px;
  }
}
#support.trio .explain .hero li {
  position: absolute;
  transition: transform 0.3s ease;
  transform: translateY(-300vh);
  display: none;
}
#support.trio .explain .hero li:nth-of-type(1) {
  left: 24%;
  top: 72px;
  z-index: 2;
}
@media (max-width: 768px) {
  #support.trio .explain .hero li:nth-of-type(1) {
    width: 64%;
  }
}
#support.trio .explain .hero li:nth-of-type(2) {
  right: 0;
  bottom: 0;
  z-index: 3;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  #support.trio .explain .hero li:nth-of-type(2) {
    width: 46%;
  }
}
#support.trio .explain .hero li:nth-of-type(3) {
  left: 0;
  top: 0;
  z-index: 1;
  transition-delay: 0.4s;
}
@media (max-width: 768px) {
  #support.trio .explain .hero li:nth-of-type(3) {
    width: 54%;
  }
}
#support.trio .explain .hero.on li {
  display: block;
}
#support.trio .explain .hero.show li {
  transform: translateY(0);
}
#support.trio .explain .inbox:not(.default) {
  position: relative;
  margin-top: 64px;
}
#support.trio .explain .inbox:not(.default)::before {
  content: "";
  display: block;
  position: absolute;
  width: 46%;
  height: 310px;
  background: url(/image/content/support/trio/img01.webp) no-repeat center top/contain;
  top: -64px;
  left: 0;
}
@media (max-width: 768px) {
  #support.trio .explain .inbox:not(.default)::before {
    width: 60%;
  }
}
#support.trio .explain .content li {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  background: white;
  border-radius: 6px;
  padding: 16px 32px;
}
@media (max-width: 768px) {
  #support.trio .explain .content li {
    padding: 16px 0;
  }
}
#support.trio .explain .content .title {
  text-align: center;
  margin-bottom: 16px;
}
#support.trio .explain .content .img {
  text-align: center;
}
#support.trio .explain .content .img a {
  position: relative;
}
#support.trio .explain .content .img a:hover {
  opacity: 0.8;
}
#support.trio .explain .content .img a::after {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.625rem;
  color: #362a14;
}
@media (max-width: 768px) {
  #support.trio .explain .content .img {
    padding: 0 16px;
  }
}
#support.trio .explain .content .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  #support.trio .explain .content .box {
    display: block;
  }
}
#support.trio .explain .content .box .img {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #support.trio .explain .content .box .img {
    width: 100%;
  }
}
#support.trio .explain .content .box .img img {
  vertical-align: top;
  flex: 1;
}
#support.trio .explain .content .box .img a {
  display: block;
  width: 50%;
}
#support.trio .explain .content .box p {
  flex: 1;
  padding: 16px 0;
}
@media (max-width: 768px) {
  #support.trio .explain .content .box p {
    padding: 16px;
  }
}
#support.trio .epilogue, #support.trio .database {
  width: 94%;
  margin: 24px auto;
  max-width: 1120px;
  max-width: 960px;
  margin-top: 64px;
}
#support.trio .epilogue h2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px dotted #362a14;
  text-align: left;
  padding: 0 8px 8px;
  margin-bottom: 16px;
}
#support.trio .epilogue p {
  padding: 16px 0;
}
#support.trio .database {
  font-size: 1rem;
}
#support.trio .database .tabbtn li {
  flex: 1;
  opacity: 0.8;
}
#support.trio .database .tabbtn li:hover {
  opacity: 1;
}
#support.trio .database .tabbtn li.active {
  opacity: 1;
}
#support.trio .database .tabbox {
  max-width: 768px;
}
#support.trio .database .inbox {
  padding: 16px;
  border-radius: 6px;
}
#support.trio .database .inbox .img {
  text-align: center;
}
#support.trio .database .inbox table {
  background: white;
  width: 100%;
}
#support.trio .database .inbox table span {
  display: inline-block;
  width: 3em;
  color: white;
  text-align: center;
  border-radius: 6px;
  margin-left: 16px;
  padding: 4px;
}
#support.trio .database .inbox th, #support.trio .database .inbox td {
  padding: 8px;
  border: 1px solid white;
}
#support.trio .database .inbox th {
  text-align: right;
  width: 32%;
  background: #fff8ec;
}
@media (max-width: 768px) {
  #support.trio .database .inbox th {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #support.trio .database .inbox td {
    padding-bottom: 16px;
    display: block;
  }
}
#support.trio .database .inbox#data_green table span {
  background: #2ca12c;
}
#support.trio .database .inbox#data_orange table span {
  background: #f1a04e;
}
#support.trio .database .inbox#data_blue table span {
  background: #266280;
}/*# sourceMappingURL=page.css.map */