/*
Theme Name:   FAQ
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?y8o0gl");
  src: url("fonts/icomoon.eot?y8o0gl#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?y8o0gl") format("truetype"), url("fonts/icomoon.woff?y8o0gl") format("woff"), url("fonts/icomoon.svg?y8o0gl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.7;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: clip;
  background: #FAF7ED;
  color: #1C3058;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

button,
[type=submit],
[type=button],
[type=reset],
[type=radio],
[type=checkbox] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

.paragraph:first-child {
  margin-top: 0;
}

.paragraph:last-child {
  margin-bottom: 0;
}

.site-content,
.site-footer-content,
.site-header-content {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

.btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  box-shadow: 0 0 0 1px #245FB2 inset;
  margin: 0 auto;
  padding: 0.5em 1em;
  border: 0;
  border-radius: 0.4em;
  background: #245FB2;
  color: #fff;
  font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.btn:hover,
.btn:focus {
  background: #EFF8FE;
  color: #245FB2;
}

/* Heading
--------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 4rem auto 1em;
  line-height: 1.4;
  font-weight: 700;
}

h1 {
  color: #245FB2;
  font-size: 2rem;
  text-align: center;
}

h2 {
  color: #245FB2;
  font-size: 1.375rem;
  text-align: center;
}

h3 {
  color: #245FB2;
  font-size: 1.25rem;
}

/* Site Width
--------------------------------*/

.site {
  margin: auto;
}

/* Common
--------------------------------*/

.lede {
  width: fit-content;
  margin: 1.5rem auto;
  font-weight: 700;
  font-size: 0.9375rem;
}

.back-link {
  margin-top: 2rem;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:before,
.screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

/* Header
--------------------------------*/

.site-header {
  background: #fff;
}

.site-header-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding-block: 0.5rem;
}

.hgroup a {
  display: block;
  text-decoration: none;
}

.site-logo {
  width: 13.5625rem;
}

.site-title {
  line-height: 1.6667;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: 0.75rem;
}

.global-nav {
  margin-left: auto;
}

.global-nav-content {
  display: none;
}

.no-js .global-nav-content {
  display: block;
}

.global-nav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  min-height: 100%;
  padding: 0 3.125vw;
}

.global-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.global-nav__link {
  display: block;
  color: #1d325b;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-btns {
  --color: #fff;
  --bg: #245FB2;
  --bd: #245FB2;
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.link-btns__link {
  display: block;
  box-shadow: 0 0 0 1px var(--bd) inset;
  padding: 0.5em 0.8667em;
  border-radius: 0.4em;
  line-height: 1.667;
  background: var(--bg);
  color: var(--color);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-btns__link[href*="#"] {
  --color: #245FB2;
  --bg: transparent;
}

.link-btns__link:hover,
.link-btns__link:focus {
  background: #EFF8FE;
  color: #245FB2;
}

.site-footer .link-btns {
  --color: #245FB2;
  --bg: #fff;
  --bd: #fff;
}

.site-footer .link-btns__link[href*="#"] {
  --color: #fff;
}

.menu-button {
  position: relative;
  background: transparent;
  color: inherit;
}

.menu-button[aria-expanded=true] {
  z-index: 100001;
}

.menu-icon {
  display: block;
}

.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.5s;
  fill: currentColor;
}

.menu-icon__bar:first-child {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.menu-icon__bar:nth-child(2) {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

[aria-expanded=true] .menu-icon__bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar:first-child {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.drawer {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  background: #fff;
  color: #fff;
  transition: transform 0.3s;
}

/* Footer
--------------------------------*/

.site-footer {
  margin-top: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  background: #1d325b;
  color: #fff;
  text-align: center;
}

.foot-title__logo {
  width: 17.4375em;
  max-width: 100%;
  margin: 0 auto 1em;
}

.foot-title__text {
  line-height: 1.667;
  font-weight: 0.75em;
}

.organization {
  margin: 2.5rem 0;
  font-weight: 700;
  font-size: 0.9375em;
  word-break: auto-phrase;
}

.organization__caption:before {
  content: "[";
}

.organization__caption:after {
  content: "]";
}

.copyright {
  margin-top: 2rem;
  color: #ADBBD4;
  font-size: 0.75em;
}

/* Site Content
--------------------------------*/

.site-content {
  position: relative;
  margin-top: 5rem;
}

.home .site-content {
  margin-top: 2.5rem;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/

.topic-area {
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: #1965d0;
  background: linear-gradient(106deg, #38bcf8 0%, #1965d0 64%);
  color: #fff;
}

.topic-area__heading {
  margin: 0 0 0.6rem;
  padding: 0;
  color: inherit;
  font-size: 1.5rem;
}

.topic-area__content {
  text-align: justify;
}

.topic-area__content p {
  margin: 0;
  font-weight: 700;
  font-size: 0.9375em;
}

.topic-link {
  --color: #fff;
  --bg: transparent;
  --bd: #fff;
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1.25rem;
  max-width: 15rem;
  margin: 0 auto;
  padding: 0;
}

.topic-link__link {
  display: block;
  box-shadow: 0 0 0 1px var(--bd) inset;
  padding: 0.5em 0.8667em;
  border-radius: 0.4em;
  line-height: 1.667;
  background: var(--bg);
  color: var(--color);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.topic-link__link[href*="#"] {
  --color: #245FB2;
  --bg: #fff;
}

.topic-link__link:hover,
.topic-link__link:focus {
  background: #EFF8FE;
  color: #245FB2;
}

/* Breadcrumbs
--------------------------------*/

.breadcrumbs {
  position: absolute;
  top: -5rem;
  max-width: 93.75vw;
  line-height: 1.5;
  overflow: auto;
  margin-top: 0.7143em;
  font-size: 0.75em;
}

.breadcrumbs > ol {
  display: flex;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  margin: 0 0.3em;
  content: ">";
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  text-decoration: underline;
}

/* Home
--------------------------------*/

.first-lede {
  width: fit-content;
  margin: 1.5rem auto;
  font-size: 0.9375rem;
}

.chat-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 2rem;
  background: #1965d0;
  background: linear-gradient(106deg, #38bcf8 0%, #1965d0 64%);
  color: #fff;
}

.chat-area h2 {
  color: inherit;
}

.chat-frame {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 16px;
}

.chat-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.category-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.category-area {
  margin: 0;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  background: #fff;
}

.category-area__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1em;
  font-size: 1em;
  word-break: auto-phrase;
}

.category-area__heading:before {
  display: inline-block;
  width: 2.25em;
  height: 2.25em;
  background: url(images/icon_mark.svgz) no-repeat center/contain;
  content: "";
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list__item {
  border-bottom: 1px solid #eee;
}

.category-list__link {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 1.07143em 1.5em 1.07143em 0.5em;
  font-size: 0.875em;
  text-decoration: none;
}

.category-list__link:hover,
.category-list__link:focus {
  background: #EFF8FE;
}

.category-list__link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  color: #245FB2;
  font: 1.5em/1 icomoon;
  content: "\e900";
}

.solution-area__heading {
  text-align: center;
  word-break: auto-phrase;
}

.solution-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.solution-part {
  margin: 0;
}

.solution-part__title {
  line-height: 1.5;
  margin-bottom: 1.8em;
  padding: 0.75em 1em;
  border-radius: 0.8em;
  background: #fff;
  color: #1c3058;
  font-size: 1rem;
  text-align: center;
}

.solution-part__image {
  max-width: 400px;
  margin: 0 auto;
}

.solution-part__content {
  margin-top: 1rem;
  font-size: 0.9375em;
  text-align: justify;
}

/* Page
--------------------------------*/

.page-header {
  margin-bottom: 2rem;
  text-align: center;
}

.page-title {
  max-width: 960px;
  margin-block: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.page-num {
  margin-top: 1em;
}

.faq-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  background: #fff;
}

.faq-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e0ecfb;
  color: #333;
}

.faq-item__question,
.faq-item__answer {
  display: grid;
  grid-template-columns: 2em 1fr;
  line-height: 1.5;
}

.faq-item__question:before,
.faq-item__answer:before {
  position: relative;
  top: -0.05em;
  color: #B93F41;
  font: 700 1.8375em/0.81633 "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "Q";
}

.faq-item__question {
  margin: 0 0 1em;
  color: inherit;
  font-size: 1rem;
  text-align: left;
}

.faq-item__answer {
  font-weight: 500;
  text-align: justify;
}

.faq-item__answer:before {
  color: #3F72B9;
  content: "A";
}

.faq-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.625em;
  margin: 1.5em 0 0 2em;
}

.faq-item__tags a {
  display: inline-block;
  display: inline-grid;
  grid-template-columns: 2em 1fr;
  align-items: center;
  line-height: 1.77;
  padding: 0 0.77em 0 0;
  border: 1px solid;
  border-radius: 2em;
  background: #fff;
  color: #3F72B9;
  font-size: 0.8125em;
  text-decoration: none;
}

.faq-item__tags a:before {
  display: inline-block;
  font: 1.154em/1 icomoon;
  text-align: center;
  content: "\e902";
}

.same-category-area {
  max-width: 960px;
  margin: 4rem auto 0;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  background: #fff;
}

/* Page Navigation
--------------------------------*/

.navigation {
  margin: 4rem auto 0;
  text-align: center;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}

.page-numbers {
  display: block;
  min-width: 2em;
  line-height: 1.5;
  box-shadow: 0 0 0 1px #245FB2 inset;
  padding: 0.25em;
  border-radius: 0.3125em;
  background: #245FB2;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.page-numbers:before {
  vertical-align: top;
  font-family: icomoon;
}

.page-numbers.current {
  background: #fff;
  color: #245FB2;
}

.page-numbers.prev:before {
  content: "\e901";
}

.page-numbers.next:before {
  content: "\e900";
}

/* Extra
--------------------------------*/

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.1713030747vw;
  }

  section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 6rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    margin-bottom: 2em;
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  .lede {
    margin-block: 3rem;
  }

  .back-link {
    margin-block: 4rem;
  }

  .site-header {
    backdrop-filter: blur(0.25rem);
  }

  .site-header-content {
    padding-block: 0.8125rem;
  }

  .global-nav-content {
    display: block;
  }

  .global-nav__inner {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2em;
  }

  .global-nav__list {
    flex-direction: row;
    gap: 1.5em;
  }

  .global-nav__link {
    position: relative;
    font-size: 0.9375em;
  }

  .global-nav__link:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: width 0.3s;
    content: "";
  }

  .global-nav__link:hover:after,
  .global-nav__link:focus:after {
    width: 100%;
  }

  .link-btns {
    flex-direction: row;
  }

  .menu-button {
    display: none;
  }

  .site-footer {
    margin-top: 6rem;
    padding-top: 3.5rem;
  }

  .site-content {
    margin-top: 8rem;
  }

  .home .site-content {
    margin-top: 4rem;
  }

  .topic-area {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 23.125rem;
    gap: 0 4rem;
    margin-top: 4rem;
    padding: 5rem 2.5rem;
  }

  .topic-area__heading {
    grid-column: 1;
    grid-row: 1;
    font-size: 2.5rem;
  }

  .topic-area__content {
    grid-column: 1;
    grid-row: 2;
  }

  .topic-link {
    grid-column: 2;
    grid-row: 1/-1;
    width: 100%;
  }

  .breadcrumbs {
    top: -8rem;
    font-size: 0.875em;
  }

  .first-lede {
    width: 27em;
    margin-block: 2.5rem;
  }

  .chat-area {
    padding-block: 4rem;
  }

  .chat-frame {
    max-width: 1024px;
    height: 30rem;
  }

  .category-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 1.25rem 1rem;
  }

  .category-area {
    padding: 2em 1em;
  }

  .category-area__heading {
    margin-bottom: 2em;
  }

  .category-list--same {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2em;
  }

  .solution-area__heading {
    width: 20em;
    font-size: 2.5rem;
  }

  .solution-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }

  .solution-part__title {
    font-size: 1.25rem;
  }

  .page-header {
    margin-bottom: 4rem;
  }

  .page-num {
    font-size: 1.25em;
  }

  .faq-list {
    padding: 4rem;
  }

  .same-category-area {
    margin-top: 6rem;
    padding: 2.5rem 3rem;
  }
}

@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

@media print, screen and (min-width: 1366px) {
  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .site-content,
  .site-footer-content,
  .site-header-content {
    padding-right: 43px;
    padding-left: 43px;
  }

  .breadcrumbs {
    max-width: 1280px;
  }
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }
}

@media print {
  body {
    min-width: 1366px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}