﻿@charset "UTF-8";
.freePage {
  width: 1200px;
  min-height: 600px;
  margin: 0 auto 100px;
}
.freePage-heading {
  font-size: 28px;
  border-bottom: 4px solid #f2f2f2;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
  font-weight: bold;
}
.freePage-heading::before {
  content: '';
  height: 4px;
  width: 300px;
  background: #e31711;
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.freePage-infoTable {
  width: 100%;
  padding-top: 10px;
}
.freePage-infoTable-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #424242;
  border-bottom: #dedede 1px solid;
}
.freePage-infoTable-data:first-child {
  border-top: #dedede 1px solid;
}
.freePage-infoTable-data-title {
  width: 20%;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #f7f6f5;
  font-size: 16px;
}
.freePage-infoTable-data-item {
  width: 80%;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
}
.freePage-article-heading {
  padding: 1.5em 0;
  font-size: 24px;
  font-weight: bold;
}
.freePage-article-text {
  line-height: 1.6;
}
.freePage-article-text span {
  padding: 1.5em 0;
  display: block;
}
.freePage-titleList {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.freePage-titleList-item {
  width: calc(((100% - 24px) / 4));
  height: 46px;
  margin: 0 8px 8px 0;
  background: #f2f2f2;
  border-radius: 4px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.freePage-titleList-item:nth-child(4n) {
  margin: 0 0 8px 0;
}
.freePage-titleList-item::before {
  position: absolute;
  right: 0.8em;
  top: 18px;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 10px #e31711;
  border-right: solid 6px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 6px transparent;
}
.freePage-titleList-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1em;
}
.freePage-titleList-item a:hover {
  text-decoration: none;
}
.freePage-titleList-item-inner span {
  font-size: 12px;
}
.freePage-item-heading {
  font-weight: bold;
  margin: 0;
  border-top: none;
  padding-left: 20px;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
}
.freePage-item-heading::before {
  position: absolute;
  left: 0;
  content: '';
  background: #e31711;
  width: 5px;
  height: 28px;
  border-radius: 20px;
}
.freePage-item-inner {
  margin-top: 35px;
  padding: 50px;
  background: #FFFEEE;
}
.freePage-item-inner .freePage-item-article {
  margin-top: 40px;
  padding-top: 0;
}
.freePage-item-inner .freePage-item-article-heading {
  margin-top: 5px;
}
.freePage-item-inner .freePage-item-article-text {
  font-size: 20px;
  line-height: 1.8;
}
.freePage-item-inner .freePage-item-img {
  max-width: 90%;
  margin: 0 auto;
}
.freePage-item-inner .freePage-item-img img {
  width: 100%;
  vertical-align: unset;
}
.freePage-item-inner .freePage-item-article {
  vertical-align: top;
  font-size: 16px;
}
.freePage-item-article {
  padding-top: 2em;
}
.freePage-item-article-heading {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.freePage-item-article-heading-num {
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-weight: no;
}
.freePage-item-article-heading-num span {
  width: 20px;
  height: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e31711;
  font-size: 20px;
}
.freePage-item-article-text {
  padding-top: 0.5em;
  font-size: 20px;
}
.freePage-item-article-text:first-child {
  padding-top: 1.5rem;
}
.freePage-item-text {
  padding-top: 30px;
}
.next {
  width: 100%;
  height: 44px;
  margin: 0 auto;
  position: relative;
}
.next::before {
  position: absolute;
  top: 58%;
  left: 51.2%;
  content: '';
  background: #e31711;
  width: 6px;
  height: 28px;
  border-radius: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.next::after {
  position: absolute;
  top: 58%;
  left: 49.8%;
  content: '';
  background: #e31711;
  width: 6px;
  height: 28px;
  border-radius: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.freePage-item {
  margin-top: 50px;
}
.freePage-item-btn {
  padding-top: 60px;
  text-align: center;
}
.freePage-item-btn a {
  padding: 20px 40px;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  background: #e31711;
}
.isRed {
  color: #e31711;
}
.isLarge {
  font-size: 20px;
}
.freePage-item-article-cards {
  padding-bottom: 2em;
}
.freePage-item-article-cards-inner {
  display: block;
}
.freePage-item-article-cards-inner img,
.freePage-item-article-cards-inner .freePage-item-article-text {
  padding-left: 1em;
}
.freePage-item-article-cards img {
  width: 178px;
}
.freePage-item-article-cards img,
.freePage-item-article-cards .freePage-item-article-heading,
.freePage-item-article-cards .freePage-item-article-heading+.freePage-item-article-text,
.freePage-item-article-cards img+.freePage-item-article-heading {
  display: inline-block;
}
.freePage-item-article-cards img+.freePage-item-article-heading {
  padding-top: 2em;
}
.page-faq .freePage-item-list {
  padding-top: 1.5em;
  font-size: 16px;
}
.page-faq .freePage-item-list-title-headerMark,
.page-faq .freePage-item-list-data-headerMark {
  padding-right: 5px;
  color: #e31711;
  font-size: 18px;
}
.page-faq .freePage-item-list-data {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
/* 閉じるアニメーション */
  -webkit-transition: padding-top 0.3s ease-out 0.1s, padding-bottom 0.3s ease-out 0.1s, line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
  transition: padding-top 0.3s ease-out 0.1s, padding-bottom 0.3s ease-out 0.1s, line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
}
.page-faq .freePage-item-list-data.isOpen {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.6;
  opacity: 1;
  visibility: visible;
/* 開くアニメーション */
  -webkit-transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, line-height 0.3s ease-out, opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s;
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, line-height 0.3s ease-out, opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s;
}
.page-faq .freePage-item-list-data-inner {
  padding: 0 1em;
  display: table;
}
.page-faq .freePage-item-list-data-headerMark,
.page-faq .freePage-item-list-data-text {
  display: table-cell;
}
.page-faq .freePage-item-list-title {
  padding: 1em;
}
.page-faq .freePage-item-list-title {
  background: #f7f7f7;
  position: relative;
}
.page-faq .freePage-item-list-title-ctrl-wrapper {
  position: absolute;
  top: calc((100% - 40px) / 2);
  right: 1em;
}
.page-faq .freePage-item-list-title-ctrl {
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  cursor: hand;
}
.page-faq .freePage-item-list-title-ctrl::before,
.page-faq .freePage-item-list-title-ctrl::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #e31711;
  border-radius: 2px;
  top: calc((100% - 3px) / 2);
  left: calc((100% - 26px) / 2);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-faq .freePage-item-list-title-ctrl::before {
  top: calc((100% - 3px) / 2);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-faq .freePage-item-list-title-ctrl.isOpen::after {
  content: none;
}
.page-faq .freePage-item-list-data-text-link {
  color: #e31711;
  text-decoration: underline;
}

/*# sourceMappingURL=freepage.css.map */
