@charset "UTF-8";
/*
Theme Name: TFabWorks
Description:TFabWorks用テンプレート
Theme URI: テーマと関連するページのURL
Author: 作成者
Author URI: 作成者と関連するページのURL
Version: バージョン
License: ライセンス
License URI: ライセンスのURL
*/
/*
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,
textarea,
input,
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;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  color: #333;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese", san-serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

iframe {
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  　　　　content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

a.external-link:after {
  margin: auto .3em;
  font-size: 60%;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f35d";
}

a.download-link:after {
  margin: auto .3em;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f56d";
}

a.white-link {
  color: #FFF;
  text-decoration: underline;
}

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

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

hr {
  height: 1px;
  margin: 30px auto;
  border: 0;
  border-top: 1px solid #DDD;
}

.btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .btn-list {
    flex-direction: column;
  }
}
.btn-list__item {
  flex-basis: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .btn-list--2 {
    justify-content: normal;
  }
  .btn-list--2 .btn-list__item {
    flex-basis: 48%;
  }
  .btn-list--2 .btn-list__item:nth-of-type(odd) {
    margin-right: 4%;
  }
}

.btn {
  display: block;
  position: relative;
  margin: auto;
  padding: 18px 40px 18px 18px;
  border-radius: 100px;
  background: #EAB61D;
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .btn br {
    display: none;
  }
}
.btn:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f105";
  font-size: 2rem;
}
.btn--yellow {
  background: #EAB61D;
}
.btn--pink {
  background: #FD3597;
}
.btn--red {
  background: #C0392B;
}
.btn--green {
  background: #14983C;
}
.btn--blue {
  background: #2980B9;
}
.btn--purple {
  background: #A247B9;
}
.btn--down:after {
  content: "\f107";
}
.btn--pdf:after {
  content: "\f1c1";
}
.btn--dl:after {
  content: "\f56d";
}
.btn--amazon:after {
  content: "\f270";
  font-family: Font Awesome\ 5 Brands;
}
.btn--shopping:after {
  content: "\f07a";
}
.btn--school:after {
  content: "\f549";
}
.btn--online:after {
  content: "\f51c";
}
.btn--rental:after {
  content: "\f362";
}
.btn--faq:after {
  content: "\f059";
}
.btn--none:after {
  display: none;
}

.num-icon {
  display: inline-block;
  background: #F2C234;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
}

.ul-list {
  margin: 1em 0 1em 1em;
  padding-left: 1em;
}
.ul-list__item {
  position: relative;
  margin-bottom: .5em;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.ul-list__item:before {
  position: absolute;
  left: -1em;
  top: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0da";
  color: #F2C234;
}

.dl-list__dt {
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.dl-list__dt:after {
  display: block;
  margin-top: .3em;
  content: "";
  width: 60px;
  border-bottom: 4px solid #F2C234;
}
.dl-list__dd {
  margin-bottom: 2em;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.ol-list {
  position: relative;
  counter-reset: number;
  margin: 1em 0;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.ol-list__item {
  counter-increment: number;
  margin-bottom: 1em;
  padding-left: 2em;
}
.ol-list__item:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: counter(number,decimal);
  background: #F2C234;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner-list {
    flex-direction: column;
  }
}
.banner-list__item {
  flex-basis: 30%;
  margin: 0 1.5% 5% 1.5%;
  text-align: center;
}
@media (max-width: 767px) {
  .banner-list__item {
    flex-basis: auto;
    margin: 0 0 10% 0;
  }
}
.banner-list__img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.banner-st-set {
  display: block;
  width: 300px;
  height: auto;
  margin: 30px auto;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .banner-st-set {
    width: 100%;
  }
}

img {
  -webkit-backface-visibility: hidden;
}
img.alignnone {
  display: block;
  margin: 0 0 20px 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img.alignnone {
    width: 100%;
  }
}
img.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img.aligncenter {
    width: 100%;
  }
}
img.alignright {
  float: right;
  display: block;
  margin: 0 0 20px 20px;
}
img.alignleft {
  float: left;
  display: block;
  margin: 0 20px 20px 0;
}
img.alignleft, img.alignright {
  width: 300px;
  height: auto;
}
@media (max-width: 767px) {
  img.alignleft, img.alignright {
    width: 100%;
    height: auto;
  }
}

.responsive-img img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.scroll-area {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*-------------------------------------------------------

基本設定

-------------------------------------------------------*/
p:not([class]) {
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 1em;
}

ul:not([class]) {
  margin: .5em 0;
  padding-left: 1.5em;
}
ul:not([class]) li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
ul:not([class]) li:before {
  position: absolute;
  top: 7px;
  left: -1.3em;
  font-size: 1.5rem;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f111";
  color: #F2C234;
  line-height: 1;
}
ul:not([class]) li li:before {
  top: 7px;
  font-size: 1rem;
}

ol:not([class]) {
  margin: 1em 0 1em 1em;
  counter-reset: item;
}
ol:not([class]) > li {
  position: relative;
  padding-left: 30px;
  min-height: 30px;
  margin-bottom: 1em;
  font-size: 1.6rem;
  letter-spacing: .03em;
  line-height: 1.4;
  word-wrap: break-word;
}
ol:not([class]) > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  display: inline-block;
  text-align: center;
  counter-increment: item;
  content: counter(item);
  background: #F2C234;
  font-size: 1.4rem;
  line-height: 24px;
  border-radius: 12px;
}

ul:not([class]) img, ol:not([class]) img {
  max-width: 100%;
}

h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  font-weight: bold;
  margin-bottom: .5em;
  line-height: 1.4;
}

h1:not([class]) {
  font-size: 2.6rem;
}

h2:not([class]) {
  font-size: 2.4rem;
}

h3:not([class]) {
  font-size: 2.2rem;
}

h4:not([class]) {
  font-size: 2rem;
}

h5:not([class]) {
  font-size: 1.7rem;
}

h6:not([class]) {
  font-size: 1.5rem;
}

em:not([class]) {
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
}

strong:not([class]) {
  font-weight: bold;
}

picture:not([class]) {
  display: block;
  margin: 15px auto;
}

.wp-video {
  margin-bottom: 60px;
  border: 1px solid #ccc;
}

.main-ttl {
  position: relative;
  width: 550px;
  margin: 20px auto;
  padding-top: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .05em;
  clear: both;
}
.main-ttl:nth-of-type(n+2) {
  margin-top: 50px;
}
.main-ttl > span {
  display: inline-block;
}
@media (max-width: 767px) {
  .main-ttl {
    width: 90%;
    padding-top: 10px;
    font-size: 2.5rem;
  }
}
.main-ttl:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  width: 30%;
  height: 5px;
  background: #F2C234;
}
.main-ttl:after {
  position: absolute;
  top: -5px;
  right: 0;
  content: "";
  width: 70%;
  height: 5px;
  background: #333;
}

.sub-ttl {
  margin: 1.5em auto 1em auto;
  padding: 6px;
  border-left: 8px solid #F2C234;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}

.main-txt {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.main-small-txt {
  margin-bottom: 1em;
  font-size: 1.2rem;
  letter-spacing: .03em;
  line-height: 1.5;
  word-wrap: break-word;
}

.main-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
  justify-content: space-between;
}
.thumb-list-ttl {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: underline;
  color: #3498db;
}
.thumb-list li {
  position: relative;
  line-height: 1.4;
  margin-bottom: 50px;
}
.thumb-list li a {
  color: #333;
}
.thumb-list li h4 {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
  color: #3498db;
}
.thumb-list li img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .thumb-list li {
    line-height: 1.4;
    width: 48%;
    min-height: 150px;
  }
  .thumb-list li img {
    width: 150px;
  }
  .thumb-list li div {
    margin-left: 165px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .thumb-list li {
    width: 100%;
    min-height: 120px;
  }
  .thumb-list li img {
    width: 120px;
  }
  .thumb-list li div {
    margin-left: 135px;
    margin-bottom: 10px;
  }
}
.thumb-list li div[id*="___sharetoclassroom"] {
  margin-left: 165px !important;
}
@media (max-width: 767px) {
  .thumb-list li div[id*="___sharetoclassroom"] {
    margin-left: 135px !important;
  }
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 15px auto;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframe-wrapper {
  margin: 30px auto;
}
.iframe-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  display: block;
  margin: auto;
}

.post-password-wrap {
  margin: 50px 10px;
  text-align: center;
}

.post-password-form {
  text-align: center;
}
.post-password-form input[type="password"] {
  padding: .2em;
  border: 1px solid #ccc;
}
.post-password-form input[type="submit"] {
  padding: .5em;
  background: #F2C234;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #FFF;
}
@media (max-width: 767px) {
  .header {
    min-width: initial;
    background: #F2C234;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 10px;
  max-width: 950px;
  height: 50px;
}
@media (max-width: 767px) {
  .header-inner {
    width: 100%;
  }
}
.header-logo {
  width: 160px;
  height: 30px;
}
.header-logo__link {
  display: block;
}
.header-logo__img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .nav-lang__item {
    display: inline-block;
  }
  .nav-lang__link {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F2C234;
    border-radius: 15px;
    color: #333;
    text-decoration: none;
    text-align: center;
  }
  .nav-lang__link--active {
    background: #F2C234;
  }

  .nav-main {
    background: #F2C234;
  }
  .nav-main__list {
    display: flex;
    justify-content: center;
    max-width: 950px;
    margin: auto;
  }
  .nav-main__item {
    position: relative;
    flex-basis: 16.5%;
  }
  .nav-main__item:nth-of-type(1) {
    background: #E53A33;
  }
  .nav-main__item:nth-of-type(2) {
    background: #19A56D;
  }
  .nav-main__item:nth-of-type(3) {
    background: #EA7AAA;
  }
  .nav-main__item:nth-of-type(4) {
    background: #2298C7;
  }
  .nav-main__item:nth-of-type(5) {
    background: #FBA82B;
  }
  .nav-main__item:nth-of-type(6) {
    background: #Bf5AD4;
  }
  .nav-main__item--lang {
    display: none;
  }
  .nav-main__link {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    letter-spacing: .08em;
    font-weight: 500;
  }
  .nav-main__link-parent {
    cursor: pointer;
  }
  .nav-main__link-parent:after {
    margin-left: 10px;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f107";
  }
  .nav-main__link-parent--active:after {
    content: "\f106";
  }

  .nav-sub__list {
    position: absolute;
    left: -9999px;
    z-index: 5;
    width: 100%;
    background: #B52B25;
  }
  .nav-sub__list--active {
    left: 0;
  }
  .nav-sub__item.border {
    border-bottom: 1px solid #9a2521;
  }
  .nav-sub__item.border + li {
    border-top: 1px solid #cc4d48;
  }
  .nav-sub__link {
    display: block;
    padding: 10px;
    color: #FFF;
    font-size: 1.3rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .nav-sub__link:hover {
    background: #E53A33;
  }
}
@media (max-width: 767px) {
  .nav-lang {
    display: none;
  }

  .nav-main__icon {
    padding: 5px 0;
    width: 40px;
    height: 40px;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
  }
  .nav-main__icon span {
    display: block;
    font-size: 1rem;
  }
  .nav-main__list {
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #DDD;
  }
  .nav-main__item {
    border-bottom: 1px solid #FBD258;
    background: #F2C234;
  }
  .nav-main__item:last-child {
    border-bottom: none;
  }
  .nav-main__link {
    display: block;
    position: relative;
    padding: 12px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
  }
  .nav-main__link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7.5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f105";
  }
  .nav-main__link-parent:after {
    content: "\f107";
  }
  .nav-main__link-parent--active:after {
    content: "\f106";
  }

  .nav-sub__list {
    position: absolute;
    left: -9999px;
    background: #F5F5F5;
  }
  .nav-sub__list--active {
    position: static;
  }
  .nav-sub__item {
    border-bottom: 1px solid #F2C234;
    background: #F9D465;
  }
  .nav-sub__item:last-of-type {
    border-bottom: none;
  }
  .nav-sub__link {
    display: block;
    position: relative;
    padding: 10px 10px 10px 30px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
  }
  .nav-sub__link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7.5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f105";
  }
}
.nav-sub__link i {
  margin-left: 4px;
  font-size: 1rem;
}

.nav-breadcrumb {
  display: block;
  overflow: hidden;
  overflow-x: auto;
  margin: auto;
  padding-left: 10px;
  background: #F0F0F0;
}
.nav-breadcrumb__list {
  max-width: 950px;
  margin: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .nav-breadcrumb__list {
    margin: 0 15px;
    width: 100%;
  }
}
.nav-breadcrumb__item {
  display: inline-block;
  position: relative;
  margin-right: .5em;
  padding-right: 1em;
  color: #666;
}
.nav-breadcrumb__item:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.nav-breadcrumb__item:last-child:after {
  display: none;
}
.nav-breadcrumb__link {
  display: inline-block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
}

.popup-window {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 15;
  padding: 20px;
  width: 85%;
  max-width: 450px;
  background: #fff;
  border-radius: 8px;
}
.popup-present-icon {
  display: block;
  width: 120px;
  height: auto;
  margin: auto auto 10px auto;
}
.popup-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #FF5722;
}
.popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 3px solid #fff;
  background: #333;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.popup-overlay {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: .7;
}
.popup-btn {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin: auto;
  text-align: center;
  background: #F2C234;
  color: #333;
}

.page-top-btn {
  position: fixed;
  inset: auto 20px 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background: #555;
  border-radius: 50%;
  border: 4px solid #fff;
  color: #fff;
  z-index: 3;
}
.page-top-btn:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
}

.main {
  width: 100%;
  padding-top: 100px;
  margin: auto;
}
@media (max-width: 767px) {
  .main {
    max-width: initial;
    padding-top: 50px;
  }
}
.main .top-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.main .top-banner-list li {
  width: 230px;
}
.main .top-banner-list li img {
  width: 100%;
  border: 1px solid #999;
}
.main .report-box {
  position: relative;
  background: #fafafa;
  border: 2px solid #eee;
  padding: 100px 100px 50px 100px;
}
.main .report-box img[class*="wp-image-"] {
  margin: 15px auto;
  height: auto;
}
@media (min-width: 768px) {
  .main .report-box img[class*="wp-image-"] {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main .report-box img[class*="wp-image-"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main .report-box {
    padding: 70px 15px 30px 15px;
  }
}
.main .report-box:after {
  position: absolute;
  top: 0;
  right: -140px;
  content: "";
  width: 240px;
  height: 240px;
  background-image: url("img/report_pencil-icon.png");
  background-size: cover;
}
@media (max-width: 767px) {
  .main .report-box:after {
    width: 140px;
    height: 140px;
    top: -70px;
    right: -100px;
  }
}
.main .report-box:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #fff;
  border-left: 50px solid #fff;
  border-right: 50px solid #ddd;
  border-bottom: 50px solid #ddd;
}
@media (max-width: 767px) {
  .main .report-box:before {
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-right: 25px solid #ddd;
    border-bottom: 25px solid #ddd;
  }
}
.main-img-section {
  overflow: hidden;
  animation-name: fade-in;
  animation-duration: 3s;
}
.main-img-section__inner {
  position: relative;
  height: 90vh;
  background-image: url("img/main-top-photo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-img-section__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #FFF;
  font-size: 5vw;
  font-weight: bold;
  animation-name: fade-in;
  animation-duration: 5s;
}
@media (max-width: 767px) {
  .main-img-section__ttl {
    font-size: 10vw;
  }
}
.main-img-section__ttl span:nth-of-type(1) {
  color: #FBA82B;
}
.main-img-section__ttl span:nth-of-type(2) {
  color: #E53A33;
}
.main-img-section__ttl span:nth-of-type(3) {
  color: #22B4C7;
}
.main-section {
  overflow: hidden;
}
.main-section--gray {
  background: #F5F5F5;
}
.main-section__inner {
  max-width: 950px;
  margin: auto;
  padding: 30px 15px;
}
.main-section__inner::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .main-section__inner {
    width: 100%;
    padding: 30px 15px;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-product__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .top-product__list {
    flex-direction: column;
  }
}
.top-product__item {
  width: 32%;
  margin-bottom: 2%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .top-product__item {
    width: 100%;
    margin-bottom: 10%;
  }
}
.top-product__item a {
  display: block;
  height: 100%;
}
.top-product__img {
  width: 100%;
  margin-bottom: 10px;
}
.top-product__box {
  position: relative;
  height: 100%;
  padding: 20px 20px 65px 20px;
  color: #333;
}
.top-product__box .detail-btn {
  display: inline-block;
  padding: 10px 16px;
  position: absolute;
  bottom: 18px;
  right: 20px;
  background: #ddd;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: calc(35px/2);
}
.top-product__box .detail-btn i {
  margin-left: 5px;
}
.top-product__ttl {
  min-height: 40px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.top-product__ttl span {
  display: block;
  margin-top: .5em;
  font-size: 1.2rem;
}
.top-product__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}

.col {
  margin-bottom: 20px;
  line-height: 1.3;
}
.col img {
  max-width: 100%;
  margin-bottom: 5px;
}
.col--2 {
  flex-basis: 50%;
}
@media (min-width: 768px) {
  .col--2:nth-of-type(odd) {
    padding-right: 20px;
  }
  .col--2:nth-of-type(even) {
    padding-left: 20px;
  }
}
.col--3 {
  flex-basis: 33.33%;
}
@media (min-width: 768px) {
  .col--3:nth-of-type(1), .col--3:nth-of-type(3n+1) {
    padding-right: 20px;
  }
  .col--3:nth-of-type(3n) {
    padding-left: 20px;
  }
  .col--3:nth-of-type(3n-1) {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .col {
    flex-basis: auto;
  }
}

.img-txt {
  display: flex;
}
@media (min-width: 768px) {
  .img-txt {
    justify-content: space-between;
  }
  .img-txt dd:nth-of-type(1) {
    padding-right: 10px;
  }
  .img-txt__txt {
    flex-basis: 70%;
  }
  .img-txt__img {
    flex-basis: 28%;
  }
  .img-txt__img img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .img-txt {
    flex-direction: column;
  }
  .img-txt__img {
    order: 1;
    flex-basis: 100%;
  }
  .img-txt__img img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .img-txt__txt {
    order: 2;
    flex-basis: 100%;
  }
}

.social-ttl {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: .2em;
}
.social-ttl i {
  margin-right: .3em;
  font-weight: normal;
}
.social-ttl--facebook i {
  color: #3B5999;
}
.social-ttl--twitter i {
  color: #55ACEE;
}
.social-ttl--youtube i {
  color: #CD201F;
}

.social-box {
  margin: auto;
}

.shopping-flow {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.shopping-flow__heading {
  position: relative;
  flex-basis: 30%;
  margin-bottom: 1.5em;
  padding: 15px 15px 15px 30px;
  text-indent: -1em;
  background: #F2C234;
}
@media (max-width: 767px) {
  .shopping-flow__heading {
    flex-basis: 50%;
  }
}
.shopping-flow__heading:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  content: "";
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F2C234;
}
.shopping-flow__heading:last-of-type:after {
  display: none;
}
.shopping-flow__detail {
  flex-basis: 70%;
  padding-left: 1em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .shopping-flow__detail {
    flex-basis: 50%;
  }
}

.contact-list {
  margin-bottom: 30px;
}
.contact-list-title {
  position: relative;
  font-weight: bold;
  padding: 15px 35px 15px 15px;
  font-size: 1.8rem;
  background: #eee;
  margin-top: 25px;
  cursor: pointer;
}
.contact-list-title:after {
  position: absolute;
  top: 12px;
  right: 15px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f067";
  font-size: 2.4rem;
}
.contact-list-title.open:after {
  content: "\f068";
}
.contact-list-content {
  padding: 20px 10px;
  border: 2px solid #eee;
}
.contact-list-content h4 {
  margin-bottom: 1em;
  padding: 8px;
  font-size: 1.8rem;
  background: #fceab6;
}
.contact-list-content h5 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.contact-list-content .small-text {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #999;
}
.contact-list-content table th {
  font-weight: bold;
  text-align: left;
  background: #efefef;
  white-space: nowrap;
  vertical-align: top;
}
.contact-list-content table th,
.contact-list-content table td {
  padding: 15px 10px;
  line-height: 1.4;
  border: 1px solid #ddd;
}
.contact-list-content .normal-list {
  margin-bottom: 1em;
}
.contact-list-content .normal-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
}
.contact-list-content .normal-list li:before {
  position: absolute;
  left: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #F2C234;
  content: "\f0da";
}
.contact-list-content .flow-list li:after {
  display: block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #F2C234;
  content: "\f063";
  font-size: 2rem;
}
.contact-list-content .flow-list li:last-of-type:after {
  display: none;
}
.contact-list-content .btn {
  max-width: 250px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .contact-list-content th,
  .contact-list-content td {
    display: block;
  }
  .contact-list-content .btn {
    font-size: 1.4rem;
  }
}
.contact-list-content .amazon-banner {
  width: 150px;
  float: left;
  margin-right: 20px;
}
.contact-list-content .amazon-banner img {
  width: 100%;
  border: 1px solid #ccc;
}

.contact__attention-box {
  border: 2px solid #F2C234;
  padding: 20px 15px;
  background: #fff7e1;
}
.contact__attention-box::after {
  content: "";
  display: block;
  clear: both;
}
.contact__attention-box h4 {
  display: inline-block;
  margin-bottom: 1em;
  padding: 10px;
  font-size: 1.8rem !important;
  font-weight: bold;
  line-height: 1.4;
  background: #EAB61D;
}
@media (max-width: 767px) {
  .contact__attention-box h4 {
    display: block;
  }
}
.contact__attention-box h5 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .contact__attention-box h5 {
    display: inline-block;
  }
  .contact__attention-box h5:before {
    margin: 0 .5em 0 1em;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 2.2rem;
    content: "\f0da";
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .contact__attention-box h5 {
    text-align: center;
  }
}
.contact__attention-box .shopping-logo {
  width: 200px;
  height: auto;
}
@media (min-width: 768px) {
  .contact__attention-box .shopping-logo {
    vertical-align: middle;
  }
}

.contactform7__table {
  width: 800px;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .contactform7__table {
    width: 100%;
  }
}
.contactform7__table th {
  width: 40%;
  text-align: start;
  vertical-align: top;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contactform7__table th {
    width: 100%;
  }
}
.contactform7__table th i {
  margin-right: .4em;
  color: #F2C234;
}
.contactform7__table th,
.contactform7__table td {
  padding: 15px 10px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .contactform7__table th,
  .contactform7__table td {
    display: block;
    padding: 5px;
  }
}
.contactform7__table textarea,
.contactform7__table input,
.contactform7__table select {
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
  min-height: 36px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  font-size: 1.6rem;
}
.contactform7__table textarea::placeholder,
.contactform7__table input::placeholder,
.contactform7__table select::placeholder {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #999;
}
.contactform7__table select {
  cursor: pointer;
}
.contactform7__table textarea {
  height: 200px;
}
.contactform7__table input.contactform7__input--short {
  width: 7em;
}
.contactform7__table input.estimate-zip {
  width: 8em;
}
.contactform7__table input[type="date"] {
  position: relative;
  background: url("img/icon-cal.svg") no-repeat center right 10px/24px;
}
.contactform7__table input[type="date"]::-webkit-inner-spin-button, .contactform7__table input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}
.contactform7__table input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.contactform7__table textarea.estimate-address {
  height: 4em;
}
.contactform7__submit {
  margin: 20px auto;
  text-align: center;
}
.contactform7__required {
  display: inline-block;
  margin: auto .3em;
  color: #E74C3C;
  font-size: 1.4rem;
}
.contactform7__heading {
  display: block;
  margin-bottom: .5em;
}

div.wpcf7-response-output,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  width: 100%;
  padding: 15px !important;
  margin: 15px auto;
  border: none !important;
  background: #F2C234;
  text-align: center;
  font-size: 1.8rem;
}

span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-bottom: 1em;
}

.wpcf7-submit {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  background: #2ECC71;
  border: 1px solid #2ECC71;
  color: #FFF;
  font-size: 1.8rem;
  letter-spacing: .1em;
  text-decoration: none;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  cursor: pointer;
}

.estimate-select-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.estimate-select-list li {
  display: table;
  margin: 15px 30px;
  width: 250px;
}
.estimate-select-list li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #333;
  border: 1px solid #5fa85f;
  border-radius: 10px;
  line-height: 1.4;
}

.guide-table__th, .guide-table__td {
  padding: .8em;
  border-bottom: 4px solid #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .guide-table__th, .guide-table__td {
    display: block;
  }
}
.guide-table__th {
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  background: #F0F0F0;
}
.guide-table__td {
  word-wrap: break-word;
}
.guide-table__em {
  display: block;
  font-weight: bold;
}
.guide-table__em:nth-child(n+2) {
  margin-top: 1em;
}

.address-box {
  background: #F9E9BC;
  margin: 30px 0;
  padding: 20px;
  max-width: 400px;
}

.bg-yellow-heading {
  display: inline-block;
  margin: 15px auto;
  padding: 8px;
  border-bottom: 8px solid #EAB61D;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.comment-heading {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 5px;
}

.fa-comment-dots {
  font-size: 3.2rem;
  color: #EAB61D;
  margin-right: 10px;
  transform: scaleX(-1);
}

.service-logo-list {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  max-width: 100%;
  margin: auto;
  justify-content: space-between;
}
.service-logo-list li {
  width: 48%;
}
.service-logo-list li img {
  width: 100%;
  border: 2px solid #eee;
}
@media (max-width: 767px) {
  .service-logo-list li {
    width: 100%;
    margin-bottom: 5%;
  }
}

#booking-package_calendarPage .arrowLeft {
  display: block;
  padding: 0 10px;
  width: 100px;
  background: #EAB61D;
  border-radius: 4px;
  color: #fff;
  font-size: 2rem;
}
#booking-package_calendarPage .arrowRight {
  display: block;
  padding: 0 10px;
  margin-left: auto;
  width: 100px;
  background: #EAB61D;
  border-radius: 4px;
  color: #fff;
  font-size: 2rem;
}
#booking-package_calendarPage .symbolPanel {
  font-weight: bold !important;
  font-size: 2rem !important;
}
#booking-package_calendarPage .symbolPanel.material-icons {
  font-size: 2rem !important;
}
#booking-package_calendarPage .dayPostion {
  margin-bottom: 5px !important;
}
#booking-package_calendarPage .closeDay {
  color: #999;
}
#booking-package_calendarPage :not([id]).sun, #booking-package_calendarPage :not([id]).mon, #booking-package_calendarPage :not([id]).tue, #booking-package_calendarPage :not([id]).wed, #booking-package_calendarPage :not([id]).thu, #booking-package_calendarPage :not([id]).fri, #booking-package_calendarPage :not([id]).sat {
  background-color: #EAB61D;
  color: #fff;
}

#booking-package_schedulePage .selectPanel {
  color: #0F68AC;
}
#booking-package_schedulePage .selectPanel span {
  line-height: 1.4;
}
#booking-package_schedulePage .selectPanel span:first-child {
  margin-right: 10px;
}
#booking-package_schedulePage .selectPanelError {
  color: #999 !important;
}
#booking-package_schedulePage .selectPanelActive {
  color: #fff !important;
  background: #0F68AC !important;
}

#booking-package_inputFormPanel {
  margin: 50px auto;
}
@media (min-width: 768px) {
  #booking-package_inputFormPanel {
    width: 700px;
  }
}
#booking-package_inputFormPanel .selectedDate {
  font-size: 2rem !important;
  font-weight: bold !important;
  margin-bottom: 20px;
}
#booking-package_inputFormPanel .row {
  margin-bottom: 10px;
  border-color: transparent !important;
}
#booking-package_inputFormPanel input[type=text] {
  height: 44px;
  border: 1px solid #bbb !important;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 768px) {
  #booking-package_inputFormPanel input#booking_package_input_zip {
    width: 100px;
  }
}
#booking-package_inputFormPanel textarea {
  border: 1px solid #bbb !important;
  border-radius: 4px;
  height: 100px;
}
#booking-package_inputFormPanel .bookingButton,
#booking-package_inputFormPanel #returnToSchedules {
  display: block;
  width: 250px !important;
  margin: auto !important;
  position: relative;
  margin: auto;
  padding: 18px 18px 18px 40px;
  border-radius: 100px;
  font-size: 1.6rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}
#booking-package_inputFormPanel .bookingButton:before,
#booking-package_inputFormPanel #returnToSchedules:before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -12.5px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 2.2rem;
}
#booking-package_inputFormPanel .bookingButton {
  background: #E53A33;
  color: #FFF;
}
#booking-package_inputFormPanel .bookingButton:before {
  content: " \f274";
}
#booking-package_inputFormPanel #returnToSchedules {
  border: 1px solid #ccc;
}
#booking-package_inputFormPanel #returnToSchedules:before {
  content: " \f104";
  color: #999;
}
#booking-package_inputFormPanel #reservationHeader + .row .value {
  font-weight: bold;
  font-size: 2rem;
  color: #4caf50;
  line-height: 1.2;
}

#booking-package_schedulePage button {
  display: block;
  width: 250px !important;
  position: relative;
  margin: 30px auto !important;
  padding: 18px 18px 18px 40px;
  border: 1px solid #ccc;
  border-radius: 100px;
  font-size: 1.6rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}
#booking-package_schedulePage button:before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -12.5px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 2.2rem;
  content: " \f104";
  color: #999;
}

.google-form-tfab-challenge {
  width: 100%;
  min-height: 1450px;
  margin: auto;
}

.faq-wrap {
  padding: 20px 0 60px 0;
}
.faq-wrap dl {
  border-bottom: 1px solid #ccc;
}
.faq-wrap dl dt {
  position: relative;
  padding: 15px 40px 15px 10px;
  cursor: pointer;
  cursor: hand;
  line-height: 1.4;
  border-top: 1px solid #ccc;
  word-wrap: break-word;
}
.faq-wrap dl dt:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 2.2rem;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f067";
}
.faq-wrap dl dt.open:after {
  content: "\f068";
}
.faq-wrap dl dd {
  position: relative;
  display: none;
  margin: 20px 0;
  padding: 20px;
  line-height: 1.4;
  background: #efefef;
  word-wrap: break-word;
}
.faq-wrap dl dd:before {
  position: absolute;
  top: -30px;
  left: 50px;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #efefef;
  border-left: 15px solid transparent;
  content: "";
}

.faq-heading {
  position: relative;
  min-height: 70px;
  margin-bottom: 10px;
}
.faq-heading__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: auto;
}
.faq-heading__name {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.tab-menu-nav {
  padding-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.tab-menu-nav::-webkit-scrollbar {
  display: none;
}
.tab-menu-list {
  display: flex;
  justify-content: space-between;
}
.tab-menu-list li {
  position: relative;
  width: calc(97% / 4);
  min-width: 120px;
  margin-right: 1%;
  padding: 0 1em;
  background: #e2e2e2;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
}
.tab-menu-list li:last-of-type {
  margin-right: 0;
}
.tab-menu-list li.active {
  background: #F2C234;
}
.tab-menu-list li.active:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  content: "";
  border-top: 10px solid #F2C234;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
}
.tab-menu-list li:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .tab-menu-list li:hover {
    opacity: 1;
  }
}

.tab-content-wrap .tab-content {
  display: none;
}
.tab-content-wrap .tab-content.show {
  display: block;
}

.select-board-title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #555;
}
.select-board-title img {
  width: 80px;
  height: auto;
  vertical-align: middle;
}

.select-board-list {
  display: flex;
  margin: 30px auto;
  justify-content: center;
}
.select-board-list li {
  width: 46%;
  max-width: 300px;
  margin: 0 2%;
  text-align: center;
}
.select-board-list img {
  display: block;
  width: 100%;
  border: 2px solid #ddd;
  margin-bottom: 10px;
}
.select-board-list a {
  color: #333;
}
.select-board-list a:hover img {
  border: 2px solid #F2C234;
  opacity: .8;
}
.select-board-list span {
  display: block;
  line-height: 1.4;
  font-size: 1.5rem;
}

.tc-ans-top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tc-ans-top-list li {
  width: 30%;
  margin: 1.5%;
  text-align: center;
}
.tc-ans-top-list li img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #ddd;
}
.tc-ans-top-list li img:hover {
  opacity: .8;
}
@media (max-width: 767px) {
  .tc-ans-top-list li {
    width: 45%;
    margin: 2.5%;
  }
}
.tc-ans-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
}
.tc-ans-list li {
  width: 50%;
  padding: 30px;
  line-height: 1.2;
  border-bottom: 2px dashed #ccc;
}
.tc-ans-list li:nth-of-type(odd) {
  border-right: 2px dashed #ccc;
}
@media (max-width: 767px) {
  .tc-ans-list li {
    width: 100%;
  }
  .tc-ans-list li:nth-of-type(odd) {
    border-right: none;
  }
}
.tc-ans-list .makecode {
  position: relative;
  width: 100%;
  height: calc(300px + 5em);
  overflow: hidden;
  border: 1px solid #ccc;
}
.tc-ans-list .makecode iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.tc-ans-list .makecode iframe:hover {
  opacity: .8;
}
.tc-ans-icon {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.tc-ans-icon span {
  display: inline-block;
}
.tc-ans-icon img {
  width: 100px;
  margin-right: 20px;
  background: #B9E1F0;
  border-radius: 6px;
}
.tc-ans-block {
  display: block;
  width: 90%;
}
.tc-ans-block:hover {
  opacity: .8;
}

.pdf-tmb-list {
  display: flex;
  flex-wrap: wrap;
}
.pdf-tmb-list li {
  width: 20%;
  margin: 0 5% 8% 0;
}
@media (max-width: 767px) {
  .pdf-tmb-list li {
    width: 45%;
  }
}
.pdf-tmb-list li img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #ccc;
}
.pdf-tmb-list li a {
  color: #333;
  line-height: 1.3;
}
.pdf-tmb-list li span {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 1.3rem;
}
.pdf-tmb-list li span:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(img/icon-pdf.png) no-repeat center/cover;
}

.akadako-check-table {
  margin: 0 auto 30px auto;
  min-width: 80%;
  max-width: 100%;
}
.akadako-check-table th, .akadako-check-table td {
  padding: 10px;
  border: 2px solid #ccc;
  vertical-align: middle;
  word-break: break-all;
}
.akadako-check-table th {
  background: #efefef;
}
.akadako-check-table td:last-of-type .ok, .akadako-check-table td:last-of-type .ng {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  font-size: 0;
}
.akadako-check-table td:last-of-type .ok {
  background: url(img/akadako-check-icon.svg) no-repeat left/60px 30px;
}
.akadako-check-table td:last-of-type .ng {
  background: url(img/akadako-check-icon.svg) no-repeat right/60px 30px;
}

.akadako-check-btn {
  display: block;
  position: relative;
  margin: auto;
  padding: 18px;
  width: 120px;
  border-radius: 100px;
  background: #EAB61D;
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.4;
}
.akadako-check-btn:hover {
  cursor: pointer;
  cursor: hand;
}

.product-top-wrap {
  position: relative;
  overflow: auto;
}

.product-category-nav {
  z-index: 5;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-category-nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .product-category-nav {
    width: 240px;
    padding-right: 20px;
    float: left;
  }
  .product-category-nav.is-fixed {
    position: fixed;
    overflow-y: auto;
    bottom: 0;
    top: 125px;
  }
}
@media (max-width: 767px) {
  .product-category-nav {
    width: 100%;
  }
}

.product-category-list {
  width: 100%;
  background: #fff;
}
.product-category-list:last-of-type {
  margin-bottom: 10px;
}
.product-category-list dd a {
  position: relative;
}
.product-category-list dd a img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .product-category-list dt {
    background: #EAB61D;
    padding: 0 15px;
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .product-category-list dd {
    border-left: 2px solid #eee;
    border-bottom: 2px dotted #eee;
    border-right: 2px solid #eee;
  }
  .product-category-list dd:last-of-type {
    border-bottom: none;
  }
  .product-category-list dd a {
    display: block;
    padding: 0 10px 0 50px;
    line-height: 44px;
    font-size: 1.2rem;
    color: #333;
    white-space: nowrap;
  }
  .product-category-list dd a img {
    width: 44px;
    height: auto;
  }
  .product-category-list:last-of-type dd:last-of-type {
    border-bottom: 2px solid #eee;
  }
}
@media (max-width: 767px) {
  .product-category-list {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .product-category-list dt {
    width: 100%;
    position: relative;
    background: #EAB61D;
    padding: 0 15px;
    line-height: 30px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .product-category-list dd {
    width: 50%;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
  }
  .product-category-list dd:nth-of-type(odd) {
    border-left: 1px dotted #ccc;
  }
  .product-category-list dd a {
    display: flex;
    align-items: center;
    height: 34px;
    padding: 0 5px 0 34px;
    font-size: 1.2rem;
    color: #333;
  }
  .product-category-list dd a img {
    width: 34px;
  }
}

.product-category-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.product-category-banner-list li {
  width: 100%;
  margin-bottom: 10px;
}
.product-category-banner-list li img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .product-category-banner-list li {
    width: 48%;
  }
}

.product-list-center-btn {
  display: block;
  width: 200px;
  margin: 0 auto 20px auto;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  color: #333;
}

@media (min-width: 768px) {
  .product-list-wrap {
    width: calc(100% - 260px);
    float: right;
  }
}
@media (max-width: 767px) {
  .product-list-wrap {
    width: 100%;
  }
}

.product-heading {
  position: relative;
  display: block;
  border-bottom: 5px solid #EAB61D;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.product-heading span {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: normal;
  letter-spacing: .08em;
}
@media (min-width: 768px) {
  .product-heading {
    font-size: 2.5rem;
  }
  .product-heading span {
    margin-right: 20px;
    padding: 10px;
    vertical-align: middle;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .product-heading {
    padding-top: 40px;
    padding-bottom: 8px;
    font-size: 2rem;
  }
  .product-heading span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    font-size: 1.4rem;
  }
}

.product-catch-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 25px;
  justify-content: space-between;
}
.product-catch-img {
  display: block;
  width: 50%;
  height: auto;
}
.product-catch-text {
  width: 45%;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .product-catch-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-catch-text {
    width: auto;
  }
}

.product-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
  }
  .product-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .product-list.old li {
    width: 22%;
    margin-right: 4%;
  }
  .product-list.old li:nth-of-type(4n) {
    margin-right: 0;
  }
  .product-list.old li .model:before {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    content: "販売終了";
    color: #fff;
    background: #333;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .product-list li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 60px;
  }
  .product-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.product-list li img:not([class]) {
  width: 100%;
  margin-bottom: 10px;
  background: #eee;
}
.product-list li .model {
  margin-bottom: .5em;
  color: #aaa;
  font-size: 1.4rem;
}
.product-list li .title {
  margin-bottom: .5em;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  word-break: normal;
}
.product-list li .desc {
  color: #333;
  margin-bottom: .5em;
  line-height: 1.4;
  font-size: 1.2rem;
  word-break: normal;
}
.product-list li .price {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  text-align: right;
}
.product-list li .price span {
  margin-top: .5em;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.product-list li .pdf-link {
  margin-bottom: 10px;
}
.product-list li .pdf-link a {
  font-size: 1.3rem;
}
.product-list li .pdf-link a:before {
  display: inline-block;
  width: 40px;
  height: 46px;
  margin-right: 8px;
  content: "";
  background-image: url("img/icon-pdf.png");
  background-size: cover;
  vertical-align: middle;
}

.product-thumb__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-thumb__list:after {
  display: block;
  content: "";
  width: 24%;
}
@media (max-width: 767px) {
  .product-thumb__list:after {
    width: 48%;
  }
}
.product-thumb__link {
  display: block;
  color: #333;
}
.product-thumb__item {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .product-thumb__item {
    width: 19%;
    margin-right: 1.25%;
  }
  .product-thumb__item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-thumb__item {
    width: 48%;
    margin-right: 4%;
  }
  .product-thumb__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.product-thumb__item .pre_txt {
  display: inline-block;
  padding: 8px;
  margin-bottom: .2em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
  letter-spacing: .1em;
  background: #999;
}
.product-thumb__img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.product-thumb__name {
  display: block;
  margin-bottom: .2em;
  font-size: 1.5rem;
  line-height: 1.4;
  word-break: normal;
}
.product-thumb__note {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: .5em;
}
.product-thumb__price {
  display: block;
  margin-bottom: .2em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #E53A33;
}
.product-thumb__tax {
  display: inline-block;
  margin-left: .5em;
  font-size: 1.2rem;
}
.product-thumb__model {
  display: block;
  margin-bottom: .2em;
  font-size: 1.4rem;
  letter-spacing: .05em;
  color: #999;
}

.main-section .product-detail__featured-box {
  padding: 15px;
  margin: 20px auto;
  background: #fff;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
}
.main-section .product-detail__featured-box *:not([class]) {
  color: #333;
  font-size: 1.4rem;
}
.main-section .product-detail__featured-box *:not([class]):last-of-type {
  margin-bottom: 0;
}
.main-section .product-detail__featured-box a:not([class]) {
  color: #3498db;
}
.main-section--yellow {
  background: #EFC300;
}
.main-section--blue {
  background: #01B5F0;
}
.main-section--pink {
  background: #FD87BB;
}
.main-section--green {
  background: #34CC67;
}
.main-section--red {
  background: #FF5B5F;
}
.main-section--purple {
  background: #BB7CCB;
}

.product-detail {
  padding: 40px 10px;
  margin: auto;
  display: flex;
  max-width: 950px;
}
.product-detail p:not([class]) {
  color: #fff;
}
.product-detail a {
  color: #fff;
  text-decoration: underline;
}
.product-detail .btn {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .product-detail {
    flex-direction: column;
    width: 100%;
    padding: 40px 15px;
  }
}
.product-detail__img {
  flex-basis: 45%;
}
@media (max-width: 767px) {
  .product-detail__img {
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
.product-detail__notes {
  color: #FFF;
  line-height: 1.4;
  font-size: 1.3rem;
  opacity: .7;
}
.product-detail__contents {
  flex-basis: 50%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .product-detail__contents {
    flex-basis: auto;
    margin: auto;
  }
}
.product-detail__contents ul:not([class]) {
  margin: 1em auto;
  padding-left: 1em;
}
.product-detail__contents ul:not([class]) li {
  position: relative;
  padding-left: 0.4em;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.product-detail__contents ul:not([class]) li:before {
  position: absolute;
  left: -0.5em;
  top: 5px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0da";
  color: #fff;
}
.product-detail__contents table {
  margin: 20px auto;
}
.product-detail__contents table th, .product-detail__contents table td {
  padding: 10px 5px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-detail__contents table th {
  background: #666;
  color: #fff;
  font-weight: bold;
}
.product-detail__contents table td {
  background: #fff;
  line-height: 1.2;
}
.product-detail__contents table td.price {
  white-space: nowrap;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.product-detail__contents table td.price span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.product-detail__ttl {
  margin-bottom: 15px;
  color: #FFF;
  line-height: 1.3;
  letter-spacing: .05em;
  font-size: 3rem;
  font-weight: bold;
}
.product-detail__ttl .discontinued {
  display: block;
  width: 100px;
  padding: 6px;
  margin-right: 10px;
  text-align: center;
  background: #333;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .product-detail__ttl--pc {
    display: none;
  }
}
.product-detail__ttl--sp {
  font-size: 2.7rem;
}
@media (min-width: 768px) {
  .product-detail__ttl--sp {
    display: none;
  }
}
.product-detail__sub-ttl {
  display: block;
  margin-top: .5em;
  line-height: 1.3;
  font-size: 60%;
}
.product-detail__model {
  margin-bottom: 15px;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.4;
}
.product-detail__price {
  color: #FFF;
  margin-bottom: 1em;
  font-weight: bold;
}
.product-detail__price .type {
  display: inline-block;
  width: 150px;
  white-space: nowrap;
  margin-right: 10px;
  padding: 5px 8px;
  border-radius: 25px;
  background: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .product-detail__price .type {
    display: block;
    margin: 20px 0 5px 0;
  }
}
.product-detail__price .price {
  font-size: 2.8rem;
}
.product-detail__price .tax {
  font-size: 1.2rem;
  font-weight: normal;
}
.product-detail__txt {
  margin: 1em 0;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.product-detail__specification, .product-detail__content, .product-detail__compatibility, .product-detail__attention, .product-detail__direct-sale, .product-detail__battery, .product-detail__related, .product-detail__exchange {
  margin: 1.5em auto .5em auto;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
}
.product-detail-list {
  margin: 1.5em auto;
  padding-left: 1em;
}
.product-detail-list__item {
  position: relative;
  padding-left: 0.4em;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.product-detail-list__item:before {
  position: absolute;
  left: -1em;
  top: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0da";
}
.product-detail-list li {
  position: relative;
  padding-left: 0.4em;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.product-detail-list li:before {
  position: absolute;
  left: -1em;
  top: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0da";
}
.product-detail-list--attention .product-detail-list__item:before {
  content: "\f071";
}
.product-detail__bane-pict {
  float: right;
  width: 100px;
  height: auto;
}
.product-detail__related-list ul:not([class]) {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 4%;
}
.product-detail__related-list ul:not([class]) li {
  width: 48%;
  margin-bottom: 0;
  padding-left: 0;
}
.product-detail__related-list ul:not([class]) li:before {
  display: none;
}
.product-detail__related-list ul:not([class]) li a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.2;
}
.product-detail__related-list ul:not([class]) li img {
  width: 40%;
  margin-right: 10px;
  background: #f5f5f5;
  border: 1px solid #999;
}
@media (max-width: 500px) {
  .product-detail__related-list ul:not([class]) li {
    width: 100%;
  }
  .product-detail__related-list ul:not([class]) li a {
    font-size: 1.4rem;
  }
  .product-detail__related-list ul:not([class]) li img {
    width: 30%;
  }
}

.product-detail__arrow-ttl {
  position: relative;
  margin: 1.5em auto .5em auto;
  padding-left: 25px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
}
.product-detail__arrow-ttl:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
}
.product-detail__arrow-ttl:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 8px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.product-description-wrap {
  color: #FFF;
}
.product-description-wrap ul:not([class]) {
  margin-left: 1.5em;
  list-style-type: disc;
}
.product-description-wrap ul:not([class]) li {
  margin-bottom: .5em;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.product-description-wrap p:not([class]) {
  margin: 1em 0;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.product-description-wrap a:not([class]) {
  color: #FFF;
  text-decoration: underline;
}

.product-content-list {
  margin: 1.5em auto;
}
.product-content-list__item {
  color: #FFF;
  font-size: 2rem;
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.4;
}
.product-content-list__item:before {
  margin-right: 1em;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f111";
  font-size: 50%;
  vertical-align: middle;
}

.product-compatible__list {
  display: flex;
  flex-wrap: wrap;
}
.product-compatible__item {
  width: 33.3%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-compatible__item {
    width: 50%;
  }
}
.product-compatible__link {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none !important;
}
.product-compatible__img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.product-howto__list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}
.product-howto__item {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .product-howto__item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .product-howto__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-howto__item {
    width: 100%;
    margin-bottom: 15%;
  }
}
.product-howto__item:before {
  position: absolute;
  top: 15px;
  left: 15px;
  counter-increment: number;
  content: counter(number);
  color: #73d7e4;
  background: #fff;
  font-size: 3rem;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}
.product-howto__heading {
  display: block;
  font-weight: bold;
}
.product-howto__img {
  display: block;
  width: 100%;
  background: #bae1e6;
  margin-bottom: 10px;
}

.step-list-vertical dt {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  color: #359BCA;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.step-list-vertical dt:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #359BCA;
}
.step-list-vertical dt:nth-of-type(1):before {
  content: "1";
}
.step-list-vertical dt:nth-of-type(2):before {
  content: "2";
}
.step-list-vertical dt:nth-of-type(3):before {
  content: "3";
}
.step-list-vertical dt:nth-of-type(4):before {
  content: "4";
}
.step-list-vertical dt:nth-of-type(5):before {
  content: "5";
}
.step-list-vertical dt:nth-of-type(6):before {
  content: "6";
}
.step-list-vertical dt:nth-of-type(7):before {
  content: "7";
}
.step-list-vertical dt:nth-of-type(8):before {
  content: "8";
}
.step-list-vertical dt:nth-of-type(9):before {
  content: "9";
}
.step-list-vertical dt:nth-of-type(10):before {
  content: "10";
}
.step-list-vertical dd {
  margin-bottom: 80px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.step-list-vertical dd img {
  display: block;
  max-width: 100%;
  margin: 30px 0;
}

.how-to__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .how-to__list {
    flex-direction: column;
  }
}
.how-to__list:after {
  content: "";
  width: 35%;
}
.how-to__item {
  width: 100%;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .how-to__item:nth-of-type(odd) img {
    float: left;
    margin-right: 30px;
  }
  .how-to__item:nth-of-type(even) img {
    float: right;
    margin-left: 30px;
  }
}
.how-to__item:nth-of-type(1) img {
  background: #96DFFF;
}
.how-to__item:nth-of-type(2) img {
  background: #FFD548;
}
.how-to__item:nth-of-type(3) img {
  background: #FFC3E9;
}
.how-to__item:nth-of-type(4) img {
  background: #4FD890;
}
.how-to__img {
  display: block;
  width: 350px;
  height: auto;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .how-to__img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.how-to__ttl {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .how-to__ttl {
    margin-top: 30px;
    margin-bottom: 1em;
    padding-bottom: 10px;
  }
}
.how-to__caption {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.desc-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .desc-list {
    flex-direction: column;
  }
}
.desc-list__item {
  margin-top: 5%;
}
@media (min-width: 768px) {
  .desc-list__item--2 {
    flex-basis: 45%;
  }
  .desc-list__item--2:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .desc-list__item--3 {
    flex-basis: 30%;
  }
  .desc-list__item--3:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .desc-list__item--2, .desc-list__item--3 {
    flex-basis: 100%;
    margin-top: 20%;
  }
  .desc-list__item--2:first-of-type, .desc-list__item--3:first-of-type {
    margin-top: 0;
  }
}
.desc-list__heading {
  display: flex;
  background: #EEE;
  padding: 12px;
  margin-bottom: 15px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
.desc-list__heading:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 2rem;
  margin-right: .5em;
  content: "\f00c";
  color: #1CC775;
}
.desc-list__price {
  text-align: right;
  color: red;
  font-weight: bold;
}
.desc-list__price .price {
  font-size: 2.2rem;
}
.desc-list__txt {
  margin-bottom: 1em;
  line-height: 1.5;
}

.attention-box {
  position: relative;
  margin: 5rem 0;
  padding: 25px 15px;
  background: #F7F3D4;
}
.attention-box:before {
  position: absolute;
  top: -.5em;
  color: #E74C3C;
  font-size: 2.2rem;
  letter-spacing: .2em;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f06a ATTENTION";
}

.desc-main-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.unit-table {
  width: 100%;
  margin: 40px auto;
}
.unit-table caption {
  padding: 15px;
  background: #727272;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .unit-table caption {
    font-size: 1.7rem;
  }
}
.unit-table th,
.unit-table td {
  padding: 10px;
  border: 2px solid #d0d0d0;
}
.unit-table th {
  white-space: nowrap;
  background: #eee;
}
@media (min-width: 768px) {
  .unit-table th {
    width: 150px;
  }
}
.unit-table td {
  line-height: 1.4;
}
.unit-table td .unit-list li {
  position: relative;
  padding-left: 15px;
}
.unit-table td .unit-list li:before {
  position: absolute;
  left: 5px;
  top: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0da";
}
.unit-table tr:first-of-type th,
.unit-table tr:first-of-type td {
  border-top: none;
}

.pdf-document-btn {
  text-align: center;
}
.pdf-document-btn a {
  position: relative;
  display: inline-block;
  padding: 30px 30px 30px 90px;
  color: #555;
  border: 2px solid #eee;
  border-radius: 10px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
  background-image: url("img/icon-pdf.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 60px 69px;
}
@media (max-width: 767px) {
  .pdf-document-btn a {
    width: 100%;
    padding: 20px 30px 20px 60px;
    font-size: 1.6rem;
    background-size: 40px 46px;
  }
}
.pdf-document-btn a:after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f105";
  font-size: 3rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #c22920;
}

.program-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
.program-ttl:before {
  display: inline-block;
  margin-right: .5em;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f5fc";
  color: #1CC775;
}
.program-block {
  position: relative;
  overflow: hidden;
  min-height: calc(300px + 5em);
  border: 1px solid #ccc;
  background: #fff;
}
.program-block .search-plus-link {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 5;
}
.program-block .fa-search-plus {
  font-size: 3rem;
  color: #aaa;
}
.program-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .program-block {
    width: 48%;
  }
}
.program-heading {
  clear: both;
  position: relative;
  padding: 15px;
  margin: 50px auto 30px auto;
  background: #F2C234;
  border-left: 15px solid #cc9c0d;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .program-heading span {
    display: inline-block;
    margin-left: 1em;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .program-heading span {
    display: block;
    font-size: 1.4rem;
  }
}
.program-text-box {
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
  padding: 15px;
  margin-bottom: 30px;
  border: 2px solid #F2C234;
  background: #fff;
}
.program-text-box p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .program-figure {
    width: 50%;
    float: right;
  }
}
@media (max-width: 767px) {
  .program-figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.program-btn {
  display: block;
  text-align: center;
  margin: 20px auto;
}
.program-btn a {
  display: inline-block;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  background: #1CC775;
  border-radius: 27.5px;
  font-weight: bold;
  color: #FFF;
}
.program-btn a:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f00c";
  margin-right: .5em;
}
.program-img {
  display: block;
  margin: 10px auto 100px auto;
  max-width: 800px;
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: 2px 2px 4px #ddd;
}
.program-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.comparison-table {
  width: 100%;
  margin: 20px auto;
}
.comparison-table caption {
  padding: 15px;
  font-weight: bold;
  font-size: 2rem;
  background: #999;
  color: #fff;
}
.comparison-table tr:first-of-type td {
  text-align: center;
}
.comparison-table td,
.comparison-table th {
  padding: 15px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .comparison-table td,
  .comparison-table th {
    padding: 10px;
  }
}
.comparison-table th {
  background: #eee;
  font-weight: bold;
  white-space: nowrap;
}
.comparison-table td {
  width: 50%;
  line-height: 1.4;
  word-break: break-all;
}
.comparison-table td .td-heading {
  padding: 10px;
  background: #EAB61D;
  text-align: center;
  font-weight: bold;
}
.comparison-table td .block-img {
  display: block;
  width: 60%;
  margin: 20px auto 50px auto;
}
@media (max-width: 767px) {
  .comparison-table td .block-img {
    width: 100%;
  }
}
.comparison-table td .product-img {
  display: block;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .comparison-table td .product-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .comparison-table td .product-img {
    width: 100%;
  }
}

.mb-comparison-table {
  width: 100%;
  margin: 20px auto;
}
.mb-comparison-table caption {
  padding: 15px;
  font-weight: bold;
  font-size: 2rem;
  background: #999;
  color: #fff;
}
.mb-comparison-table td,
.mb-comparison-table th {
  width: calc(100% / 3);
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .mb-comparison-table td,
  .mb-comparison-table th {
    padding: 10px;
  }
}
.mb-comparison-table th {
  background: #eee;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mb-comparison-table th {
    white-space: normal;
  }
}
.mb-comparison-table td {
  word-break: break-all;
}
.mb-comparison-table td.em {
  color: red;
}

.customer-voice {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .customer-voice {
    flex-direction: column;
  }
}
.customer-voice__box {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .customer-voice__box {
    flex-basis: auto;
    margin-bottom: 30px;
  }
}

.star-box i {
  font-size: 3rem;
  color: #f2c133;
}
.star-box__txt {
  margin: 10px auto 20px auto;
  line-height: 1.4;
  font-size: 1.8rem;
}

.opinion-list__item {
  position: relative;
  min-height: 50px;
  padding: 0 80px 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .opinion-list__item {
    padding-left: 0;
  }
}
.opinion-list__item .fa-user {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  font-size: 5rem;
}
.opinion-list__opinion {
  display: block;
  position: relative;
  padding: 20px;
  background: #eee;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.opinion-list__opinion:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #eee;
}

.program {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .program {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .program__box {
    margin-bottom: 80px;
  }
  .program__box:nth-of-type(odd) {
    flex-basis: 50%;
  }
  .program__box:nth-of-type(even) {
    flex-basis: 40%;
  }
}
@media (max-width: 767px) {
  .program__box {
    flex-basis: auto;
  }
  .program__box:nth-of-type(even) {
    margin-bottom: 50px;
  }
}
.program__heading {
  flex-basis: 100%;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
}
.program__heading:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f00c";
  color: #F2C234;
}
.program__txt {
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.program__dl-btn {
  display: block;
  width: 300px;
  margin: 30px 0;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #EAB61D;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .program__dl-btn {
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
  }
}
.program__dl-btn:after {
  margin-left: .5em;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f56d";
}

.program-img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.program-img-left {
  display: block;
  width: 50%;
  position: relative;
  padding-bottom: 30px;
}
.program-img-left:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  content: "プログラムを開く";
  text-decoration: underline;
}
.program-img-left img {
  width: 100%;
}
.program-img-right {
  width: 50%;
}
@media (max-width: 767px) {
  .program-img-left, .program-img-right {
    width: 100%;
  }
  .program-img-left {
    margin-bottom: 20px;
  }
}

.movie__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .movie__list {
    flex-direction: column;
  }
}
.movie__item {
  flex-basis: 48%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .movie__item {
    flex-basis: auto;
  }
}
.movie__item iframe {
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
}
.movie__caption {
  display: block;
  font-size: 1.8rem;
}

.product-banner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
}
@media (min-width: 768px) {
  .product-banner-list li {
    flex-basis: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
  }
  .product-banner-list li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-banner-list li {
    flex-basis: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
  }
  .product-banner-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.product-banner-list img {
  width: 100%;
}

.product-shopping-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto;
}
.product-shopping-banner li {
  width: 48%;
  margin: 0 0 4% 0;
}
.product-shopping-banner img {
  width: 100%;
  border: 1px solid #999;
}

.num-vert-list {
  width: 700px;
  position: relative;
  counter-reset: number;
  margin: 1em auto;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .num-vert-list {
    width: 100%;
  }
}
.num-vert-list li {
  counter-increment: number;
  margin-bottom: 80px;
  padding-left: 50px;
}
.num-vert-list li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: counter(number,decimal);
  background: #F2C234;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 2.5rem;
}
.num-vert-list li img {
  display: block;
  position: relative;
  left: -50px;
  margin: 20px auto;
  width: calc(100% + 50px);
  height: auto;
}

.tfw-ct1-wrap .accordion {
  border-bottom: 1px dotted #ccc;
}
.tfw-ct1-wrap .accordion-wrap {
  border: 2px solid #ddd;
  border-radius: 15px;
}
.tfw-ct1-wrap .accordion:first-of-type .accordion-title {
  border-radius: 11px 11px 0 0;
}
.tfw-ct1-wrap .accordion:last-of-type {
  border-bottom: none;
}
.tfw-ct1-wrap .accordion-title {
  position: relative;
  padding: 20px 55px 20px 120px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
}
.tfw-ct1-wrap .accordion-title:after {
  position: absolute;
  top: 30%;
  right: 32px;
  display: inline-block;
  content: "";
  border-bottom: solid 2px #999;
  border-right: solid 2px #999;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}
.tfw-ct1-wrap .accordion-title:hover {
  opacity: .8;
}
.tfw-ct1-wrap .accordion-title img {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 100px;
  height: auto;
}
.tfw-ct1-wrap .accordion-title.open {
  background: #eee;
}
.tfw-ct1-wrap .accordion-title.open:after {
  top: 45%;
  transform: rotate(225deg);
}
.tfw-ct1-wrap .accordion-content {
  padding: 30px 15px;
  display: none;
}
.tfw-ct1-wrap .product-howto-list {
  display: flex;
  flex-wrap: wrap;
}
.tfw-ct1-wrap .product-howto-list > li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}
.tfw-ct1-wrap .product-howto-list > li img {
  width: 60%;
  margin-right: 15px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .tfw-ct1-wrap .product-howto-list > li {
    flex-wrap: wrap;
  }
  .tfw-ct1-wrap .product-howto-list > li img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.tfw-ct1-wrap .product-howto-list > li div {
  line-height: 1.3;
}
.tfw-ct1-wrap .product-howto-list > li div .flow-num {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
  background: #555;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
}
.tfw-ct1-wrap .product-howto-list > li div .num {
  font-size: 2rem;
  font-weight: bold;
  color: red;
}
.tfw-ct1-wrap .product-howto-list > li div .strong-text {
  display: block;
  margin: 20px 0 5px 0;
  font-weight: bold;
}
.tfw-ct1-wrap .tmb-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tfw-ct1-wrap .tmb-list li {
  width: 32%;
  margin-bottom: 40px;
  line-height: 1.3;
}
.tfw-ct1-wrap .tmb-list li a {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .tfw-ct1-wrap .tmb-list li {
    width: 48%;
  }
}
.tfw-ct1-wrap .tmb-list li .tmb-list-img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ddd;
}

.sample-tmb-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 20px;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sample-tmb-list {
    grid-template-columns: 1fr 1fr;
  }
}
.sample-tmb-list li a {
  display: block;
  text-align: center;
}
.sample-tmb-list li .tmb-list-img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ddd;
}

.product-lineup-wrap {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: auto;
}
@media (max-width: 767px) {
  .product-lineup-wrap {
    width: 100%;
  }
}
.product-lineup-heading {
  margin-bottom: 1.5em;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-lineup-heading:before, .product-lineup-heading:after {
  display: inline-block;
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  vertical-align: middle;
}
.product-lineup-heading:before {
  margin-right: 10px;
}
.product-lineup-heading:after {
  margin-left: 10px;
}
.product-lineup-text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 3em;
  text-align: center;
}
.product-lineup-text a:not([class]) {
  text-decoration: underline;
}
.product-lineup-box {
  margin-bottom: 20px;
  padding: 20px;
  width: 48%;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .product-lineup-box {
    width: 100%;
  }
}
.product-lineup-box ul:not([class]) {
  margin: auto auto .5em auto;
  padding-left: 1em;
}
.product-lineup-box ul:not([class]) li {
  position: relative;
  padding-left: 0.4em;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.product-lineup-box ul:not([class]) li:before {
  position: absolute;
  left: -0.5em;
  top: 5px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0da";
  color: #333;
}
.product-lineup-box a:not([class]) {
  text-decoration: underline;
}
.product-lineup-img {
  width: 100%;
}
.product-lineup-name {
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.product-lineup-type {
  display: inline-block;
  margin: 0 1em .5em 0;
  font-size: 1.6rem;
}
.product-lineup-price {
  display: inline-block;
  margin: 0 0 .5em 0;
  font-size: 2.4rem;
  font-weight: bold;
}
.product-lineup-price .tax {
  font-size: 1.4rem;
  font-weight: normal;
}

.buy-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.buy-btn-list li {
  padding: 10px;
}
.buy-btn-list li a {
  display: block;
  margin: auto;
  width: 130px;
  height: 45px;
  margin: auto;
  font-size: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.buy-btn-list li.amazon a {
  background: url(img/logo-amazon.png) #fff no-repeat center/contain;
}
.buy-btn-list li.shopify a {
  background: url(img/logo-shopify.png) #fff no-repeat center/contain;
}
.buy-btn-list li.estimate a {
  background: url(img/logo-estimate.png) #fff no-repeat center/contain;
}

.product-option-wrap {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 950px;
  margin: auto;
}
@media (max-width: 767px) {
  .product-option-wrap {
    width: 100%;
    justify-content: space-between;
  }
}
.product-option-heading {
  margin-bottom: 1.5em;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.product-option-heading:before, .product-option-heading:after {
  display: inline-block;
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  vertical-align: middle;
}
.product-option-heading:before {
  margin-right: 10px;
}
.product-option-heading:after {
  margin-left: 10px;
}
.product-option-text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 3em;
  text-align: center;
}
.product-option-text a:not([class]) {
  text-decoration: underline;
}
.product-option-box {
  margin-right: 4%;
  margin-bottom: 80px;
  width: 22%;
}
.product-option-box a {
  color: #333;
  text-decoration: none !important;
}
.product-option-box:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .product-option-box {
    width: 48%;
    margin-right: 0;
  }
}
.product-option-box ul:not([class]) {
  margin: auto auto .5em auto;
  padding-left: 1em;
}
.product-option-box ul:not([class]) li {
  position: relative;
  padding-left: 0.4em;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.product-option-box ul:not([class]) li:before {
  position: absolute;
  left: -0.5em;
  top: 5px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0da";
  color: #333;
}
.product-option-box a:not([class]) {
  text-decoration: underline;
}
.product-option-img {
  width: 100%;
}
.product-option-name {
  margin-bottom: .5em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.product-option-type {
  display: inline-block;
  margin: 0 1em .5em 0;
  font-size: 1.6rem;
}
.product-option-price {
  display: inline-block;
  margin: 0 0 .5em 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.product-option-price .tax {
  font-size: 1.4rem;
  font-weight: normal;
}

.product-order-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-order-btn .detail-btn, .product-order-btn .shopping-btn, .product-order-btn .amazon-btn {
  display: block;
  position: relative;
  margin: 5px 10px;
  padding: 10px 40px 10px 18px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.4;
}
.product-order-btn .detail-btn:after, .product-order-btn .shopping-btn:after, .product-order-btn .amazon-btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-weight: 900;
  font-size: 1.8rem;
}
.product-order-btn .detail-btn:after {
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
}
.product-order-btn .shopping-btn:after {
  content: "\f07a";
  font-family: Font Awesome\ 5 Free;
}
.product-order-btn .amazon-btn:after {
  content: "\f270";
  font-family: Font Awesome\ 5 Brands;
}

.recommend-img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.blue-icon, .pink-icon {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  line-height: 26px;
  border-radius: 13px;
}

.blue-icon {
  background: #2198c7;
}

.pink-icon {
  background: #ea7aa9;
}

.news-category-heading {
  display: inline-block;
  margin-bottom: 50px;
  padding: 15px;
  border-radius: 35px;
  background: #F1F1F1;
}

.news-thumb__list {
  display: flex;
  flex-wrap: wrap;
}
.news-thumb__item {
  margin-right: 4%;
  margin-bottom: 2%;
}
@media (min-width: 768px) {
  .news-thumb__item {
    flex-basis: 22%;
  }
  .news-thumb__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .news-thumb__item {
    flex-basis: 48%;
  }
  .news-thumb__item:nth-of-type(even) {
    margin-right: 0;
  }
}
.news-thumb__link {
  display: block;
  position: relative;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.news-thumb__img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.news-thumb__ttl {
  display: block;
  margin: 10px 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news-thumb__ttl {
    font-size: 1.6rem;
  }
}
.news-thumb__date, .news-thumb__cat {
  display: block;
  margin: 5px 0;
  text-align: right;
  font-size: 1.4rem;
  color: #666;
}
@media (max-width: 767px) {
  .news-thumb__date, .news-thumb__cat {
    font-size: 1.2rem;
  }
}
.news-thumb__date:before, .news-thumb__cat:before {
  margin-right: .3em;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f017";
}
.news-thumb__cat:before {
  content: "\f07b";
}
.news-thumb__date:before {
  content: "\f017";
}
.news-thumb__btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.news-heading {
  position: relative;
  min-height: 200px;
  background-repeat: repeat, no-repeat;
  background-position: top left, center center;
  background-size: auto, cover;
}

.single-body {
  font-size: 1.8rem;
}
.single-body__info {
  text-align: right;
  margin-bottom: 50px;
}
.single-body__ttl {
  margin-bottom: 1em;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
  border-bottom: 2px solid #EAB61D;
}
.single-body__sub-ttl {
  padding: 0 10px 10px 10px;
  margin: 15px 0 30px 0;
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: 3px solid #ddd;
}
.single-body__date, .single-body__cat {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #666;
}
.single-body__date:before, .single-body__cat:before {
  margin-right: .3em;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}
@media (max-width: 767px) {
  .single-body__date, .single-body__cat {
    display: block;
  }
}
.single-body__date:before {
  content: "\f017";
}
.single-body__cat {
  margin-left: 1em;
}
.single-body__cat:before {
  content: "\f07b";
}
.single-body img[class*='wp-image'] {
  display: block;
  width: 100%;
  height: auto;
  margin: auto auto 50px auto;
  border: 1px solid #DDD;
}
.single-body table:not(.contactform7__table) {
  width: 100%;
  margin: 20px auto;
}
.single-body table:not(.contactform7__table) th {
  background: #EFEFEF;
}
.single-body table:not(.contactform7__table) tr th:first-of-type {
  text-align: start;
}
.single-body table:not(.contactform7__table) td, .single-body table:not(.contactform7__table) th {
  padding: 10px;
  border: 1px solid #CCC;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.single-body h2:not([class]) {
  padding: 10px;
  margin: 40px auto 20px auto;
  background: #efefef;
  font-size: 2rem;
  font-weight: bold;
  border-left: 10px solid #EAB61D;
}
.single-body h3:not([class]) {
  position: relative;
  padding-left: 25px;
  margin: 30px auto 15px auto;
  font-weight: bold;
  font-size: 1.8rem;
}
.single-body h3:not([class]):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #EAB61D;
  font-size: 4rem;
}
.single-body h4:not([class]) {
  font-size: 1.6rem;
  font-weiht: bold;
}

.fancybox {
  display: block;
  position: relative;
  margin: auto;
}
.fancybox:after {
  display: inline-block;
  position: absolute;
  padding: 5px;
  bottom: 5%;
  right: 5%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.gallery > br {
  display: none;
}

.gallery-item {
  float: left;
}

.gallery-icon {
  text-align: center;
}
.gallery-icon img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #CCC;
}

.gallery-caption {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: .3em 0;
}

@media (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    width: 100%;
    margin-right: 0;
  }

  .gallery-columns-2 .gallery-item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(even) {
    margin-right: 0;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n+1) {
    clear: both;
  }

  .gallery-columns-3 .gallery-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
    clear: both;
  }

  .gallery-columns-4 .gallery-item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .gallery-columns-1 .gallery-item,
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
  }
  .gallery-columns-1 .gallery-item:nth-of-type(even),
  .gallery-columns-2 .gallery-item:nth-of-type(even),
  .gallery-columns-3 .gallery-item:nth-of-type(even),
  .gallery-columns-4 .gallery-item:nth-of-type(even) {
    margin-right: 0;
  }
  .gallery-columns-1 .gallery-item:nth-of-type(2n+1),
  .gallery-columns-2 .gallery-item:nth-of-type(2n+1),
  .gallery-columns-3 .gallery-item:nth-of-type(2n+1),
  .gallery-columns-4 .gallery-item:nth-of-type(2n+1) {
    clear: both;
  }
  .gallery-columns-1 .gallery-item:nth-of-type(3n+1),
  .gallery-columns-2 .gallery-item:nth-of-type(3n+1),
  .gallery-columns-3 .gallery-item:nth-of-type(3n+1),
  .gallery-columns-4 .gallery-item:nth-of-type(3n+1) {
    clear: none;
  }
}
.pagenation-box {
  text-align: center;
}

.page-numbers {
  display: inline-block;
  margin: 5px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #CCC;
  color: #333;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.page-numbers.dots {
  border: none;
}
.page-numbers.current {
  border: 1px solid #F2C234;
  background: #F2C234;
}

.tile-howto-list {
  display: flex;
  flex-direction: column;
}
.tile-howto-list dt {
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.tile-howto-list dd {
  margin-bottom: 50px;
}
.tile-howto-list dd img {
  border: 1px solid #ccc;
  width: 400px;
  max-width: 100%;
  height: auto;
}

.footer {
  display: block;
  width: 100%;
  background: #333;
  color: #FFF;
}
.footer-inner {
  max-width: 950px;
  margin: auto;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .footer-inner {
    width: 100%;
    padding: 30px 15px;
  }
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-logo__link {
  display: block;
}
.footer-logo__img {
  width: 220px;
  height: auto;
}
.footer__copy {
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer__copy {
    text-align: start;
  }
}

.nav-footer__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .nav-footer__list {
    flex-direction: column;
  }
}
.nav-footer__item--menu {
  flex-basis: 60%;
}
.nav-footer__item--company {
  flex-basis: 40%;
}
@media (max-width: 767px) {
  .nav-footer__item--company {
    margin-top: 30px;
  }
}
.nav-footer-sub__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto 50px;
}
.nav-footer-sub__list:after {
  content: "";
  display: block;
  width: 33.3%;
}
@media (max-width: 767px) {
  .nav-footer-sub__list {
    flex-direction: column;
    margin: auto 20px;
  }
}
.nav-footer-sub__item {
  margin: 1%;
  text-indent: -.7em;
  line-height: 1.3;
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .nav-footer-sub__item {
    flex-basis: auto;
  }
}
.nav-footer-sub__link {
  color: #FFF;
  text-decoration: none;
}
.nav-footer-sub__link:before {
  margin-right: 5px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0da";
}
.nav-footer__company {
  margin-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .05em;
}

.social-icon-list {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
.social-icon-list__link {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-right: 15px;
  color: #FFF;
  text-align: center;
}
.social-icon-list__link i {
  font-size: 2rem;
}

.to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
.to-top-btn__link {
  display: block;
  text-decoration: none;
}
.to-top-btn__link:before {
  color: #F2C234;
  font-size: 4.4rem;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0aa";
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
