@charset "UTF-8";
/***************************************************
記事内タイトル
***************************************************/
body .articleBox h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 32px;
}
@media screen and (max-width:767px) {
  body .articleBox h1 {
    font-size: 24px;
  }
}
@media screen and (max-width:425px) {
  body .articleBox h1 {
    font-size: 18px;
  }
}
body .articleBox h2 {
  text-align: center;
}
body .articleBox h3 {
  color: #01A59C;
  text-align: left;
  font-size: 28px;
}
@media screen and (max-width:767px) {
  body .articleBox h3 {
    font-size: 24px;
  }
}
@media screen and (max-width:425px) {
  body .articleBox h3 {
    font-size: 18px;
  }
}
body .articleBox h4 {
  text-align: left;
  border-left: 3px solid #78CDC9;
  padding: 6px 16px;
  font-size: 22px;
}
@media screen and (max-width:767px) {
  body .articleBox h4 {
    font-size: 20px;
  }
}
@media screen and (max-width:425px) {
  body .articleBox h4 {
    font-size: 16px;
  }
}
body .articleBox p {
  font-size: 16px;
  line-height: 1.75;
  padding: 16px 0px;
}
@media screen and (max-width:425px) {
  body .articleBox p {
    font-size: 14px;
    padding: 10px 0px;
  }
}

/***************************************************
機能詳細
***************************************************/
.tab_content h3 span {
  font-size: 71%;
  display: inline-block;
  position: relative;
  margin-left: 32px;
  color: #ECBF00;
}
@media screen and (max-width:425px) {
  .tab_content h3 span {
    font-size: 80%;
    margin-left: 24px;
  }
}
.tab_content h3 span:before {
  position: absolute;
  content: "";
  background: url(https://talk-label.com/images/site/function/icon-stars.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:425px) {
  .tab_content h3 span:before {
    width: 15px;
    height: 15px;
    left: -16px;
  }
}
.tab_content .tab_content_text {
  margin-top: 16px;
}
.tab_content .tab_content_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tab_content .tab_content_img--item img {
  display: block;
  padding: 16px;
  width: 480px;
}
@media screen and (max-width:767px) {
  .tab_content .tab_content_img--item img {
    width: 65%;
  }
}
@media screen and (max-width:425px) {
  .tab_content .tab_content_img--item img {
    width: 100%;
  }
}
.tab_content .videoMax {
  margin-top: 40px;
}
@media screen and (max-width:425px) {
  .tab_content .videoMax {
    margin-top: 24px;
  }
}

/***************************************************
開発予定
***************************************************/
.schedule {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .schedule {
    width: 100%;
  }
}
.schedule .schedule__item {
  border: 2px solid #01A59C;
  border-radius: 8px;
  margin: 16px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:425px) {
  .schedule .schedule__item {
    display: block;
  }
}
.schedule .schedule__item--icon {
  width: 25%;
  background: #EBFDFC;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px 0px;
}
@media screen and (max-width:425px) {
  .schedule .schedule__item--icon {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    width: 100%;
    padding: 12px 0px 12px;
  }
}
.schedule .schedule__item--icon .icon-img img {
  width: 64px !important;
}
@media screen and (max-width:425px) {
  .schedule .schedule__item--icon .icon-img img {
    width: 32px !important;
    display: inline-block;
    margin-right: 8px;
  }
}
.schedule .schedule__item--icon .icon-text {
  padding: 8px 0px 0px;
  width: 100%;
  color: #01A59C;
  font-weight: bold;
}
@media screen and (max-width:425px) {
  .schedule .schedule__item--icon .icon-text {
    width: auto;
    margin: 0 20px 0 0;
    padding: 0px;
  }
}
.schedule .schedule__item.active {
  border: 2px solid #ECBF00;
}
.schedule .schedule__item.active .schedule__item--icon {
  background: #FFFAEB;
}
.schedule .schedule__item.active .schedule__item--icon .icon-text {
  color: #ECBF00;
}
.schedule .schedule__item.active .schedule__item--text h3 {
  color: #ECBF00;
}
.schedule .schedule__item--text {
  width: 75%;
  padding: 24px 32px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:425px) {
  .schedule .schedule__item--text {
    padding: 20px 20px 0px;
    width: 100%;
  }
}
.schedule .schedule__item--text h3 {
  margin: 0;
  font-size: 20px;
  color: #01A59C;
}
@media screen and (max-width:425px) {
  .schedule .schedule__item--text h3 {
    font-size: 16px;
    margin: auto;
  }
}
.schedule .schedule__item--text p {
  width: 100%;
  padding: 8px 0px;
}
@media screen and (max-width:425px) {
  .schedule .schedule__item--text p {
    padding: 8px 0px 20px;
  }
}

/***************************************************
よくある質問
***************************************************/
@media screen and (min-width: 768px) {
  .qa-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .qa-pc {
    display: none;
  }
}
.qa-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width:767px) {
  .qa-top {
    display: block;
  }
}
.qa-top__ListBox {
  background: #F0FBFB;
  width: 49%;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0px 20px 32px;
}
@media screen and (max-width:767px) {
  .qa-top__ListBox {
    width: 100%;
  }
}
.qa-top__ListBox > h2 {
  font-size: 24px;
  color: #01A59C;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #D5F4F2));
  background: -webkit-linear-gradient(transparent 80%, #D5F4F2 80%);
  background: linear-gradient(transparent 80%, #D5F4F2 80%);
  line-height: 1.4;
  padding: 0px 6px;
  position: relative;
  margin-bottom: 0px;
}
.qa-top__ListBox h2:before {
  position: absolute;
  content: "";
}
@media screen and (max-width:425px) {
  .qa-top__ListBox h2 {
    font-size: 18px;
  }
}
.qa-top__ListBox--contents h3 {
  text-align: left;
  border-left: 4px solid #78CDC9;
  padding: 0px 12px;
  font-size: 20px;
  margin-bottom: 0px;
  color: #0AA29A;
}
@media screen and (max-width:767px) {
  .qa-top__ListBox--contents h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:425px) {
  .qa-top__ListBox--contents h3 {
    font-size: 16px;
    margin-top: 40px;
  }
}
.qa-top__ListBox--contents .ListBox p.title {
  padding: 0px;
}
.qa-top__ListBox--contents .ListBox a {
  background: #fff;
  padding: 20px;
  display: block;
  text-align: left;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
}
.qa-top__ListBox--contents .ListBox a:before {
  position: absolute;
  content: "";
  border-top: 3px solid #C9C9C9;
  border-left: 3px solid #C9C9C9;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg) translateY(50%);
          transform: rotate(135deg) translateY(50%);
  left: 20px;
  top: 47%;
}
.qa-top__ListBox--contents .ListBox a:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.qa-top__ListBox--contents .ListBox section {
  padding: 0px;
}
.qa-top__ListBox--contents .ListBox .tpl-1st-block dl {
  border-bottom: none;
  padding-bottom: 0px;
}
.qa-top__ListBox--button a {
  margin: auto;
  width: 180px;
  display: block;
  border-radius: 4px;
  border: 2px solid #1DBCB2;
  color: #0AA29A;
  padding: 8px;
}
.qa-top__ListBox.first {
  background: #FFF2E8;
}
@media screen and (max-width:425px) {
  .qa-top__ListBox.first {
    padding-bottom: 16px;
  }
}
.qa-top__ListBox.first .qa-top__ListBox--contents .ListBox a:before {
  border-top: 3px solid #EC8822;
  border-left: 3px solid #EC8822;
}
.qa-top__ListBox.first > h2 {
  color: #EC8822;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FDE7D0));
  background: -webkit-linear-gradient(transparent 80%, #FDE7D0 80%);
  background: linear-gradient(transparent 80%, #FDE7D0 80%);
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width:425px) {
  .qa-top__ListBox.first h2 {
    margin-bottom: 16px;
  }
}
.qa-top__ListBox.first > h2:before {
  position: absolute;
  content: "";
  background: url(https://talk-label.com/images/site/faq/attention.png) no-repeat;
  background-size: contain;
  width: 96px;
  height: 96px;
  top: -90px;
  left: -64px;
}
@media screen and (max-width:425px) {
  .qa-top__ListBox.first h2:before {
    width: 80px;
    height: 80px;
    top: -64px;
    left: -54px;
  }
}
.qa-top__mypageListBox h2 {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width:425px) {
  .qa-top__mypageListBox h2 {
    padding-left: 48px;
  }
}
.qa-top__mypageListBox h2:before {
  position: absolute;
  content: "";
  background: url(https://talk-label.com/images/site/faq/attention2.png) no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  top: -45px;
  left: -35px;
}
@media screen and (max-width:425px) {
  .qa-top__mypageListBox h2:before {
    width: 80px;
    height: 80px;
    top: -32px;
    left: -20px;
  }
}
.qa-top__mypageListBox h2 span {
  color: #ec2d00;
}
.qa-top__mypageListBox .qa-top__ListBox--contents {
  background: #FFEEE8;
  padding: 40px;
}
@media screen and (max-width:767px) {
  .qa-top__mypageListBox .qa-top__ListBox--contents {
    padding: 28px;
  }
}
@media screen and (max-width:425px) {
  .qa-top__mypageListBox .qa-top__ListBox--contents {
    padding: 24px;
  }
}
.qa-top__mypageListBox .qa-top__ListBox--contents p {
  padding: 0px;
}
.qa-top__mypageListBox .qa-top__ListBox--contents .ListBox a:before {
  border-top: 3px solid #ec2d00;
  border-left: 3px solid #ec2d00;
}
.qa-top__ListBox--contents .rank_date_area,
.qa-top__ListBox--contents .ListLinkBtArea{
    display: none;
}
.qa-top__ListBox--contents .ListMainTitle{
    margin-top: 0;
    width: 100%;
}




.qa-header {
  border-bottom: 2px solid #78CDC9;
}
@media screen and (max-width:425px) {
  .qa-header {
    border-bottom: 1px solid #78CDC9;
  }
}
.qa-header h2 {
  text-align: left;
  color: #01A59C;
  margin: 16px 0;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .qa-header h2 {
    font-size: 22px;
  }
}
@media screen and (max-width:425px) {
  .qa-header h2 {
    font-size: 18px;
    margin: 12px 0;
  }
}
.qa-header h2 a {
  color: #01A59C;
}
.qa-header.first {
  border-bottom: 2px solid #FF9752;
}
@media screen and (max-width:425px) {
  .qa-header.first {
    border-bottom: 1px solid #FF9752;
  }
}
.qa-header.first h2 {
  color: #FF9752;
}
.qa-header.first a {
  color: #FF9752;
}

.qa-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
@media screen and (max-width:425px) {
  .qa-main {
    padding: 24px 0;
  }
}

.qa-nav {
  width: 20%;
}
@media screen and (max-width:767px) {
  .qa-nav {
    width: 100%;
  }
}
.qa-nav nav ul li a {
  display: block;
  color: #01A59C;
  padding: 12px 2px;
  border-bottom: 2px solid #eee;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .qa-nav nav ul li a {
    font-weight: normal;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 16px 24px;
    margin: 10px 0;
    font-size: 20px;
    position: relative;
  }
}
@media screen and (max-width:425px) {
  .qa-nav nav ul li a {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .qa-nav nav ul li a::before {
    position: absolute;
    content: "";
    top: 47%;
    right: 16px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #78CDC9;
    border-right: 2px solid #78CDC9;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
}

.qa-contents {
  width: 80%;
}
@media screen and (max-width:767px) {
  .qa-contents {
    width: 100%;
  }
}

.qa-sec {
  margin-left: 40px;
  margin-top: -40px;
}
@media screen and (max-width:767px) {
  .qa-sec {
    margin-left: 0px;
  }
}
.qa-sec.first {
  margin-left: 0px;
}
.qa-sec.first h3 {
  color: #FD8533;
}
.qa-sec.first h4 {
  border-left: 3px solid #FF9752;
}
.qa-sec.first h4.question:before {
  background: #FF9752;
}
.qa-sec.first .anser:before {
  color: #FD8533;
}
.qa-sec h4.question {
  position: relative;
  padding-left: 54px;
  border-left: none;
  font-size: 18px;
  margin-bottom: 0px;
}
@media screen and (max-width:425px) {
  .qa-sec h4.question {
    font-size: 15px;
  }
}
.qa-sec h4.question:before {
  position: absolute;
  content: "Q";
  color: #fff;
  background: #1DBCB2;
  border-radius: 50%;
  padding: 8px 13.5px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}
.qa-sec .anser {
  position: relative;
  padding-left: 54px;
}
.qa-sec .anser:before {
  position: absolute;
  content: "A";
  color: #1DBCB2;
  background: #eee;
  border-radius: 50%;
  padding: 8px 13.5px;
  top: 10px;
  left: 0px;
  font-weight: bold;
}

.qa {
  margin-left: 40px;
  padding-bottom: 0px;
}
@media screen and (max-width:767px) {
  .qa {
    margin-left: 0px;
  }
}
.qa h3 {
  margin: 0 0 40px !important;
}
@media screen and (max-width:425px) {
  .qa h3 {
    margin-bottom: 24px !important;
  }
}
.qa .qa-box {
  border-bottom: 3px solid #F4F4F4;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width:425px) {
  .qa .qa-box {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.qa .qa-box:last-child {
  border-bottom: none;
}
.qa .qa-box p {
  padding: 0px;
}
.qa .qa-box .qa-box_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.qa .qa-box .qa-box_content_title {
  margin-right: 20px;
  border-radius: 50%;
  padding: 10px 17px;
}
@media screen and (max-width:767px) {
  .qa .qa-box .qa-box_content_title {
    padding: 6px 13px;
  }
}
@media screen and (max-width:425px) {
  .qa .qa-box .qa-box_content_title {
    margin-right: 15px;
  }
}
.qa .qa-box .qa-box_content_title p {
  padding: 0px;
}
.qa .qa-box .question {
  margin-bottom: 30px;
}
@media screen and (max-width:425px) {
  .qa .qa-box .question {
    margin-bottom: 24px;
  }
}
.qa .qa-box .question_title {
  background-color: #1DBCB2;
}
.qa .qa-box .question_title p {
  color: #ffffff;
  font-weight: bold;
}

.qa-box .question_text p {
  font-weight: bold;
}

.qa-box .answer_title {
  background-color: #F4F4F4;
}

.qa-box .answer_title p {
  color: #1DBCB2;
  font-weight: bold;
}/*# sourceMappingURL=article_custom.css.map */
