@charset "UTF-8";
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
a:hover {
  opacity: 0.8;
}

.faq {
  flex: 1;
}
.faq .faq__box {
  margin: 80px 0;
  /* text-align: center; */
}
.faq .faq__box .img__box {
  margin: 0 auto;
}
.faq .faq__box .img__box h2 {
  color: #005BAB;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.faq .faq__box .img__box form {
  margin: 0 auto;
  max-width: 842px;
  text-align: center;
}
.faq .faq__box .img__box input {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: solid 1px #bbb;
  border-radius: 999px;
  font-size: 1em;
  outline: none;
  padding: 0 16px 0;
}
.faq .faq__box .img__box input::-moz-placeholder {
  color: #777;
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
}
.faq .faq__box .img__box input::placeholder {
  color: #777;
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
}
.faq .faq__box .img__box button {
  cursor: pointer;
  margin-top: 24px;
}
.faq .faq__box .img__box .text__box {
  flex: 1;
  margin-top: -4px;
}
.faq .faq__box .img__box .text__box p {
  margin-bottom: 26px;
  line-height: 2;
}
.faq .faq__box .img__box .link__ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq .faq__box .img__box .link__ul li {
  margin-bottom: 22px;
  margin-right: 20px;
  width: calc(50% - 10px);
}
.faq .faq__box .img__box .link__ul li:nth-child(2n) {
  margin-right: 0;
}
.faq .faq__box .img__box .link__ul a {
  padding-bottom: 13px;
  display: block;
  color: #008EDC;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px solid #999;
}
.faq .faq__box .img__box .link__ul a .btn_icon {
  right: 0;
  margin-top: -7px;
}
.faq .faq__box .img__box .link__ul a .btn_icon_svg {
  fill: #008EDC;
  width: 18px;
  height: 18px;
}
.faq .faq__box .img__box .movie__box {
  margin-left: 40px;
  width: 520px;
}
.faq .contract {
  margin: 0 auto;
  max-width: 842px;
}
.faq .contract .faq__tab {
  margin: 0 auto 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  text-align: center;
  box-sizing: border-box;
}
.faq .contract .faq__tab li {
  /* background-color: #fff;
  color: #000;
  border: solid 1px #C5C9D0;
  border-radius: 8px;
  box-sizing: border-box; */
}
.faq .contract .faq__tab li:nth-child(6) {
  margin-right: 0;
}
.faq .contract .faq__tab li:nth-child(-n+2) {
  width: 100%;
  align-items: center;
}
.faq .contract .faq__tab li:nth-child(n+3) {
  width: calc(25% - 9px);
  box-sizing: border-box;
}
.faq .contract .faq__tab li a {
  /* justify-content: center; */
  display: block;
  padding: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  border: solid 1px #C5C9D0;
  border-radius: 8px;
  box-sizing: border-box;
}
.faq .contract .faq__tab li.on a {
  background-color: #e5f2ff;
  color: #008EDC;
  border-radius: 8px;
}
.faq .contract .faq__tab li a .btn_icon {
  top: 27px;
  right: 16px;
  transform: rotate(90deg);
}
.faq .contract .faq__tab li a .btn_icon_svg {
  fill: #008EDC;
}
.faq .contract .faq__tab li.on a .btn_icon_svg {
  fill: #fff;
}
.faq .contract h2 {
  color: #005BAB;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.faq .top_faq__items {
  width: 100%;
  background-color: #005BAB;
  padding-bottom: 12px;
}
.faq .top_faq__item {
  border-radius: 4px;
  width: calc(100% - 12px - 12px);
  margin: 12px auto 0;
}
.faq .tab__box_content {
  padding-bottom: 12px;
}
.faq .tab__box_content .top_faq__items:first-child {
  margin-top: 0;
}
.faq .top_faq__item.is-open .inner {
  padding: 19px 20px;
}
.faq .top_faq__item.is-open .a {
  margin-top: 22px;
}
.faq .contract .tab__box {
  display: none;
}
.faq .faq__category {
  margin: 0 auto;
  max-width: 842px;
}
.faq .faq__category ul {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
}
.faq .faq__category ul li a {
  display: block;
  padding: 12px 0 12px;
}

/* .faq .faq__box .img__box .photo__box {
	margin-left: 40px;
	width: 520px;
} */
.side_cat_area_list li a {
  display: block;
  padding: 12px 0 12px;
}

.faq .faq__category ul li {
  border-bottom: dotted 2px #999;
}
.faq .faq__category h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
  color: #005bab;
}

.related h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
  color: #005bab;
}

.faq .faq__category .cat_area {
  margin-top: 60px;
}
.faq .faq__category .cat_area ul {
  /* margin-top: 8px; */
}

ul.cat_area_list {
  padding-left: 0;
}
ul.cat_area_list li {
  position: relative;
  padding-left: 16px;
  border-bottom: 2px dotted #999;
}
ul.cat_area_list .count {
  margin-left: 4px;
}
ul.side_cat_area_list li {
  position: relative;
  padding-left: 16px;
  border-bottom: 2px dotted #999;
}
ul.cat_area_list li::before, ul.side_cat_area_list li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #005bab;
}

/* カテゴリリストの三角アイコン */
/* taxonomy-faq-cat.php 「カテゴリから選ぶ」「機能から選ぶ」の一覧表示ページ */
.faq__entry-title {
  font-weight: bold;
}

a.linkarea {
  display: block;
  padding: 20px 0 20px;
}
a.linkarea:hover {
  background-color: rgba(211, 222, 241, 0.5);
}

.faq__entry-title, .faq__entry-content {
  flex: 1;
  display: flex;
  gap: 16px;
  align-items: center;
}

.faq__entry-content {
  margin-top: 24px;
}

.faq__entry-header {
  border-bottom: dotted 1px #005BAB;
}
ariticle.serch__item a {
  position: relative;
}
ariticle.serch__item a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.zero {
  background-color: #444;
}

.link {
  margin-bottom: 36px;
}
.link span, .link a {
  color: #008EDC;
  -webkit-text-decoration: underline #008EDC;
          text-decoration: underline #008EDC;
}

/* single-faq-post.php Q&Aの個別ページ */
.faq .contract-singlepage {
  background-color: #fff;
  padding: 36px 18px;
  flex: 1;
  box-shadow: 0 8px 16px 0 rgba(0, 142, 220, 0.08);
}

.q_title {
  font-size: 22px;
  color: #005BAB;
  font-weight: bold;
}

.qa_title {
  padding: 8px 8px 8px 0;
  line-height: 1.6em;
}

.a_title {
  font-size: 22px;
  color: #E04B67;
  font-weight: bold;
}

.faq_single_area {
  display: flex;
  gap: 16px;
  align-items: center;
}

a.answer-text {
  display: block;
  padding: 0;
  color: #008EDC;
  text-decoration: underline;
}

.question-title {
  border-bottom: 2px solid #005BAB;
}

.answer-title {
  border-bottom: 2px solid #E04B67;
  margin-top: 48px;
}

.question-text {
  background-color: #DEEFFF;
  padding: 16px;
}

.answer-text-area {
  background-color: #FFDDE3;
  padding: 16px;
}
.answer-text-area h4 {
  position: relative;
  margin: 16px 0;
  padding-left: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  border-left: 6px solid #ad4c5e;
}
.answer-text-area p {
  line-height: 1.6;
  margin-bottom: 16px;
}
.answer-text-area a {
  color: #008EDC;
  -webkit-text-decoration: underline #008EDC;
          text-decoration: underline #008EDC;
}
.answer-text-area ol {
  margin: 0 0 16px 40px;
}
.answer-text-area ol li {
  list-style-type: decimal;
  line-height: 1.8;
}
.answer-text-area ul {
  margin: 0 0 16px 40px;
}
.answer-text-area ul li {
  list-style-type: disc;
  line-height: 1.8;
}
.answer-text-area ul li:last-child {
  margin-bottom: 0;
}
.answer-text-area blockquote {
  margin: 16px 8px 16px 0;
  background-color: #f0f0f0;
  border: solid 1px #777;
  padding: 8px;
  font-style: italic;
  border-radius: 4px;
}

.faq_single_textarea {
  line-height: 1.8;
}

.faq_date {
  width: 100%;
  text-align: right;
}
.faq_date span {
  font-size: 0.8em;
}

.faq_date01 {
  display: inline-block;
  margin-right: 16px;
}

.info-bnr {
  background-color: #FFF;
  text-align: center;
  height: 180px;
  margin-top: 60px;
  padding: 8px;
  border: 1px solid #C5C9D0;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.info-bnr img {
  position: absolute;
  width: 18%;
  bottom: 0px;
  left: 20px;
}
.info-bnr p {
  color: #005BAB;
  font-weight: bold;
}
.info-bnr .info-btn {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  transform: translate(0, -50%);
}

.info-btn button {
  font-size: 1em;
  width: 12em;
  height: 2em;
  margin-top: 16px;
}

.related h3 {
  margin-top: 64px;
  padding-bottom: 8px;
}
.related .related_item {
  border-bottom: 2px dotted #999;
}
.related .related_item:first-of-type {
  border-top: 2px dotted #999;
}

.related_item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
}

.faqBtn {
  margin-top: 20px;
}

/* sidebar-faq.php FAQサイドバー その他スタイルはblog.css */
.faq_sideBar {
  margin-left: 16px !important;
}

@media all and (min-width: 897px) {
  .faq .contract .faq__tab li a:hover {
    /* 2022/03/15 変更*/
    /* background-color: #008EDC;
    color: #fff;  */
    /* opacity: .5; */
    /* background-color: #005BAB; */
    /* border-color: #005BAB; */
  }
  .faq .contract .faq__tab li a:hover .btn_icon_svg {
    /* 2022/03/15 変更*/
    /* fill: #fff; */
    fill: #008EDC;
  }
  .faq .faq__box .img__box .link__ul a:hover {
    color: #0a2054;
    border-color: #0a2054;
  }
  .faq .faq__box .img__box .link__ul a:hover .btn_icon_svg {
    fill: currentColor;
  }
}
@media all and (max-width: 896px) {
  .faq .faq__box {
    margin-bottom: 0;
    padding: 45px 0 42px;
  }
  .faq .faq__box .img__box {
    margin: 0 15px;
    display: block;
  }
  .faq .faq__box .img__box .text__box {
    margin-bottom: 10px;
  }
  .faq .faq__box .img__box .text__box p {
    margin-bottom: 17px;
    font-size: 1.4rem;
  }
  .faq .faq__box .img__box .link__ul li {
    margin-right: 0;
    width: calc(50% - 7px);
  }
  .faq .faq__box .img__box .movie__box {
    margin: 0;
    width: inherit;
  }
  .faq .contract .faq__tab {
    margin-bottom: 38px;
  }
  .faq .contract .faq__tab li a {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .faq .contract .tab__box {
    padding: 12px 0;
    width: calc(100% - 12px - 12px);
  }
  .faq .top_faq__item.is-open .inner {
    padding: 19px 20px 17px;
  }
  /* .faq .faq__box .img__box .photo__box {
  	margin: 0;
  	width: inherit;
  } */
  .content__blog .container--medium {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 16px;
    padding-right: 16px;
  }
  .glossary-title {
    font-size: 2rem;
  }
  .sideBar {
    margin-left: 0px;
    margin-right: 32px !important;
  }
  .grossaryBtn {
    margin-top: 20px;
  }

}
@media all and (max-width: 374px) {
  .faq .contract .faq__tab li a {
    font-size: 1.2rem;
  }
  .faq .contract .faq__tab li a .btn_icon {
    right: 5px;
  }
}
.movie__box iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 896px) {
  .movie__box {
    height: 51.2vw;
  }
}/*# sourceMappingURL=faq.css.map */