@charset "UTF-8";

/* ---- フリーページ ---- */

.freepage-contents .block-left-menu-guide-nav {
  margin-bottom: 40px;
  padding: 20px 20px 25px;
  border: 1px solid var(--line-color);
  border-radius: 5px;
}

.freepage-contents .block-left-menu-guide-nav .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.freepage-contents .block-left-menu-guide-nav .nav-list li + li {
  margin-top: 15px;
}

.freepage-contents .block-left-menu-guide-nav .nav-list li a {
  font-size: 14px;
}

.freepage-contents .container .pane-main {
  width: 930px;
}

.pane-main .block-freepage {
  width: 100%;
  margin: 0;
}

.block-freepage .block-guide-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 40px 20px 40px;
  background: #FAFAFA;
  border-radius: 5px;
}

.block-freepage .block-guide-nav li {
  margin-right: 30px;
  margin-bottom: 20px;
}

.block-freepage .block-guide-nav li a {
  display: flex;
  align-items: center;
  color: var(--link-color);
  font-size: 15px;
  font-weight: 500;
}

.block-freepage .block-guide-nav li a::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/freepage/ico_arrow_guide_nav.png');
}

.block-guide-nav + .block-freepage-contents {
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid var(--line-color);
}

.block-freepage-contents .freepage-section .freepage-title + * {
  margin-top: 0;
}

.block-freepage-contents .h1 {
  margin-bottom: 40px;
  padding: 0;
  color: var(--main-color);
  font-size: 20px;
  font-weight: bold;
}

.block-freepage-contents .h2 {
  margin-bottom: 30px;
  padding: 0;
  padding-left: 15px;
  border-left: 3px solid var(--main-color);
  border-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}

.block-freepage-contents .h3 {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 0;
  padding: 6px 10px;
  border-left: 2px solid var(--main-color);
  font-size: 18px;
  font-weight: bold;
  background: #F5F5F5;
}

.block-freepage-contents .h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.freepage-section + .freepage-section {
  margin-top: 40px;
}

.freepage-section p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.freepage-section .swiper-button-prev,
.freepage-section .swiper-button-next {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.freepage-section .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.freepage-section .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  width: 60px;
  height: 3px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: none;
  opacity: 1;
}

.freepage-section .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}

.freepage-section .swiper-pagination-bullets .swiper-pagination-bullet::before {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}

.freepage-section .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: var(--link-color);
}

.block-table {
  margin-top: 20px;
  overflow: auto;
}

.freepage-section table {
  border-collapse: collapse;
}

.freepage-section table th,
.freepage-section table td {
  border: 1px solid var(--line-color);
  vertical-align: middle;
  text-align: center;
}

.freepage-section table th {
  padding: 22px 26px 21px;
  background: #F5F5F5;
  font-weight: bold;
}

.freepage-section table td {
  padding: 24px 20px;
}

.freepage-section .block-sup {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid var(--line-color);
  border-radius: 3px;
}

.freepage-section .block-sup .title {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
}

.freepage-section .block-sup .title::before {
  content: '';
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/freepage/ico_check_circle.png');
}

.freepage-section .freepage-list {
  margin-top: 30px;
}

.freepage-section .freepage-list li {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.freepage-section .freepage-list li + li {
  margin-top: 10px;
}

.freepage-section .check-list li::before {
  content: '';
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 24px;
  background-image: url('../../img/usr/freepage/ico_check_list.png');
  background-repeat: no-repeat;
  background-size: 19px 14px;
  background-position: 0 center;
}

.freepage-section .dot-list li::before {
  content: '';
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 17px;
  background: var(--main-color);
  border-radius: 100%;
}

.freepage-section .num-list li {
  counter-increment: num;
}

.freepage-section .num-list li::before {
  content: counter(num) ".";
  width: 32px;
  min-width: 32px;
  margin-top: 1px;
  padding-right: 9px;
  font-family: var(--en-txt);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.freepage-section .tab-box .btn-area {
  display: flex;
  border: 1px solid var(--line-color);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.freepage-section .tab-box .tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  height: 50px;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.freepage-section .tab-box .tab-btn + .tab-btn {
  border-left: 1px solid var(--line-color);
}

.freepage-section .tab-box .tab-btn:hover {
  background-color: #F2F2F2;
}

.freepage-section .tab-box .tab-btn.active {
  background:#F2F2F2;
}

.freepage-section .tab-box .panel-area {
  border: solid 1px var(--line-color);
  padding: 30px;
}

.freepage-section .tab-box .tab-panel {
  display:none;
}

.freepage-section .tab-box .tab-panel p {
  margin-top: 0;
}

.freepage-section .tab-box .tab-panel.active {
  display:block;
}

.freepage-section .block-freepage-contents-image-slider {
  width: 866px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.freepage-section .block-freepage-contents-image-slider li {
  padding-left: 58px;
  padding-right: 58px;
}

.freepage-section .block-freepage-contents-image-slider li .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line-color);
}

.freepage-section .block-freepage-contents-image-slider li figure {
  width: 279px;
  min-width: 279px;
  height: 277px;
}

.freepage-section .block-freepage-contents-image-slider li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.freepage-section .block-freepage-contents-image-slider li .description {
  width: 381px;
}

.freepage-section .block-freepage-contents-image-slider li .title {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
}

.freepage-section .block-freepage-contents-image-slider li .text {
  margin-top: 0;
  margin-bottom: 42px;
  font-size: 14px;
}

.freepage-section .block-freepage-contents-image-slider li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid var(--line-color);
}

.freepage-section .block-freepage-contents-image-slider .swiper-pagination {
  bottom: 0;
}

.freepage-section .block-freepage-contents-image-slider .swiper-pagination-bullets .swiper-pagination-bullet::before {
  background: #f5f5f5;
}

.freepage-section .block-freepage-contents-image-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: var(--link-color);
}

.freepage-section .block-freepage-contents-image-slider .swiper-button-prev,
.freepage-section .block-freepage-contents-image-slider .swiper-button-next {
  bottom: 30px;
}

.freepage-section .bg-link-btn {
  margin-top: 30px;
}

.freepage-section .bg-link-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 490px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background: var(--main-color);
}

.freepage-section .bg-link-btn a:hover {
  text-decoration: none;
}

.freepage-section .block-campaign-banner {
  margin-top: 60px;
}

.freepage-section .border-link-btn a {
  width: 370px;
}

.freepage-section .bg-panel-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.freepage-section .bg-panel-list::after {
  content: '';
  display: block;
  width: 279px;
  height: 0;
}

.freepage-section .bg-panel-list li {
  width: 279px;
  padding: 30px 10px;
  background: #EBF0F7;
  border-radius: 3px;
  text-align: center;
}

.freepage-section .bg-panel-list li .title {
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}

.freepage-section .bg-panel-list li figure {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 53px;
}

.freepage-section .bg-panel-list li .img {
  height: 100%;
}

.freepage-section .bg-panel-list li .text {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4;
}

.freepage-section .qa-list li {
  padding-bottom: 20px;
  border: 1px solid var(--line-color);
  border-radius: 5px;
}

.freepage-section .qa-list li + li {
  margin-top: 10px;
}

.freepage-section .qa-list .q-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding: 20px 20px 0 20px;
	font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

.freepage-section .qa-list .q-open span {
  display: flex;
}

.freepage-section .qa-list .q-open span::before {
  content: '';
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 23px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/freepage/ico_qa_q.png');
}

.freepage-section .qa-list .q-open::after {
	content: "＋";
  top: 0;
  bottom: 0;
	right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  color: #707070;
}

.freepage-section .qa-list .q-open.active::after {
	content: "－";
}

.freepage-section .qa-list .answer {
  display: none;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.freepage-section .qa-list .answer p {
  display: flex;
  margin-top: 0;
}

.freepage-section .qa-list .answer p::before {
  content: '';
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 23px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/freepage/ico_qa_a.png');
}

.freepage-section .border-link-btn {
  margin-top: 30px;
}
