@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* qa */
.qa {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0 60px;
}
.qa_box {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.title-sub {
  font-size: 1.4em;
  text-align: center;
  padding: 30px 0 0 0;
}
.title-sub-txt {
  font-size: 1.4em;
  text-align: center;
  line-height: 26px;
  padding: 30px 0 0 0;
}
.title-sub-txt a {
  font-weight: bold;
  color: #7dc3f0;
  text-decoration: underline;
}

/* linkArea */
.linkArea {
  border-top: none;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: none;
  display: flex;
  align-items: center;
  margin: 50px 0 0 0;
}
.ul-5 li {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
  width: 20%;
  text-align: center;
  padding: 15px 20px 15px 0;
  box-sizing: border-box;
  position: relative;
}
.ul-5 li a {
  color: #7dc3f0;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
}
.ul-5 li a:after {
  content: "";
  border-top: 2px solid #7dc3f0;
  border-right: 2px solid #7dc3f0;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -6px;
}
.ul-5 li.has-child ul {
  position: absolute;
  left: -1px;
  top: 50px;
  z-index: 4;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  display: block;
  background: #7dc3f0;
}
.ul-5 li.has-child ul li {
  font-size: 0.9em;
  width: 100%;
  padding: 15px 0 15px 0;
  border-left: none;
  border-top: 1px solid #fff;
}
.ul-5 li.has-child ul li a {
  color: #fff;
  display: block;
  cursor: pointer;
}
.ul-5 li.has-child ul li a:after {
  content: "";
  border-top: none;
  border-right: none;
}
.ul-5 li.has-child:hover > ul,
.ul-5 li.has-child ul li:hover > ul,
.ul-5 li.has-child:active > ul,
.ul-5 li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.ul-4 li {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
  width: 25%;
  text-align: center;
  padding: 15px 20px 15px 0;
  box-sizing: border-box;
  position: relative;
}
.ul-4 li a {
  color: #7dc3f0;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
  cursor: default;
}
.ul-4 li a:after {
  content: "";
  border-top: 2px solid #7dc3f0;
  border-right: 2px solid #7dc3f0;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -9px;
}
.ul-4 li.has-child ul {
  position: absolute;
  left: -1px;
  top: 50px;
  z-index: 4;
  width: 225px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  display: block;
  background: #7dc3f0;
}
.ul-4 li.has-child ul li {
  width: 100%;
  padding: 15px 0 15px 0;
  border-left: none;
  border-top: 1px solid #fff;
}
.ul-4 li.has-child ul li a {
  color: #fff;
  display: block;
  cursor: pointer;
}
.ul-4 li.has-child ul li a:after {
  content: "";
  border-top: none;
  border-right: none;
}
.ul-4 li.has-child:hover > ul,
.ul-4 li.has-child ul li:hover > ul,
.ul-4 li.has-child:active > ul,
.ul-4 li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.ul-2 li {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
  width: 50%;
  text-align: center;
  padding: 15px 20px 15px 0;
  box-sizing: border-box;
}
.ul-2 li a {
  color: #7dc3f0;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
}
.ul-2 li a:after {
  content: "";
  border-top: 2px solid #7dc3f0;
  border-right: 2px solid #7dc3f0;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -9px;
}
/* qaBlock */
.qaBlock {
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 30px;
}
.secTitle {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 60px 0 30px;
}
/* acoBox */
.acoBox {
  border-bottom: 2px solid #707070;
  margin: 0 auto;
}
.acoBox .ttl {
  font-size: 1.8em;
  line-height: 1.6;
  font-weight: bold;
  padding: 30px 90px 30px 70px;
  cursor: pointer;
  position: relative;
}
.acoBox .ttl:before {
  content: "";
  background-image: url(/img/qa/qa_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.acoBox .ttl:after {
  content: "＋";
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -30px;
}
.acoBox.open .ttl:after {
  content: "－";
}
.acoBox .boxInner {
  display: none;
  font-size: 1.6em;
  line-height: 1.6;
  margin: 10px auto 0;
  padding: 7px 90px 30px 70px;
  position: relative;
}
.acoBox .boxInner:before {
  content: "";
  background-image: url(/img/qa/qa_icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.acoBox .boxInner a {
  color: #7dc3f0;
  text-decoration: underline;
}
.acoBox .boxInner span {
  font-weight: bold;
}
.acoBox .txtin1em {
  padding-left: 1em;
}
.acoBox .txtin1em li {
  text-indent: -1em;
  padding-left: 1em;
}
.acoBox .txtin1pa {
  padding-left: 1em;
}
.copy-click {
  font-weight: normal !important;
  color: #7dc3f0;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tooltip::after {
  content: "コピー完了";
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 980px) {
  .linkArea {
    border-top: 1px solid #7dc3f0;
    border-right: none;
    border-bottom: none;
    border-left: none;
    display: block;
  }
  .ul-5 li {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #7dc3f0;
    border-left: none;
    width: 100%;
    padding: 15px 0 15px 0;
  }
  .ul-5 li.has-child ul,
  .ul-5 li.has-child ul ul {
    position: relative;
    left: 0;
    top: 15px;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }
  .ul-5 li.has-child ul li {
    font-size: 1em;
  }
  .ul-4 li {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #7dc3f0;
    border-left: none;
    width: 100%;
    padding: 15px 0 15px 0;
  }
  .ul-4 li.has-child ul,
  .ul-4 li.has-child ul ul {
    position: relative;
    left: 0;
    top: 15px;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }
  .ul-2 li {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #7dc3f0;
    border-left: none;
    width: 100%;
    padding: 15px 0 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .title-sub {
    font-size: 1.3em;
    padding: 30px 0 0 0;
  }
  .title-sub-txt {
    font-size: 1.3em;
    line-height: 26px;
    padding: 30px 0 0 0;
  }
  /* qaBlock */
  .qaBlock {
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .secTitle {
    font-size: 1.8em;
    line-height: 26px;
    padding: 50px 0 20px;
  }
  /* acoBox */
  .acoBox {
    border-bottom: 2px solid #707070;
    margin: 0 auto;
  }
  .acoBox .ttl {
    font-size: 1.3em;
    padding: 20px 50px 20px 50px;
  }
  .acoBox .ttl:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .acoBox .ttl:after {
    font-size: 1.5em;
    right: 20px;
    margin-top: -15px;
  }
  .acoBox .boxInner {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 10px auto 0;
    padding: 7px 10px 30px 50px;
    position: relative;
  }
  .acoBox .boxInner:before {
    width: 30px;
    height: 30px;
  }
  .tooltip::after {
    padding: 4px 4px 6px 4px;
  }
}
