@charset "UTF-8";

/* --------------------------------
    各ページ共通 s
-------------------------------- */
#primary {
  font-family: Meiryo, sans-serif;
  font-size: 14px;
}
.section__header {
  border-left: solid 10px #0C3F81;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-left: 10px;
  width: 100%;
}
/* PC用 s */
@media (min-width: 769px) {
  .forSP {
    display: none!important;
  }
}
/* PC用 e */
/* スマホ用 s */
@media screen and (max-width: 769px) {
  .forPC {
    display: none!important;
  }
  #primary {
    margin-bottom: 50px;
  }
}
/* スマホ用 e */
/* --------------------------------
    各ページ共通 e
-------------------------------- */

/* --------------------------------
    共通MV s
-------------------------------- */
#faqMV {
  font-family: Meiryo, sans-serif;
  overflow: hidden;
}
.faqMV__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqMV__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faqMV__balloon {
  background: #0C3F81;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  position: relative;
  width: fit-content;
}
.faqMV__balloon:after {
  content: "";
  border-style: solid;
  border-color: #0C3F81 transparent transparent transparent;
  display: block;
  position: absolute;
  right: auto;
  left: auto;
  width: 0;
  height: 0;
}
/* PC用 s */
@media (min-width: 769px) {
  #faqMV {
    background: url("/faq/img/MV.png")no-repeat center;
  }
  #faqMV.faq-index {
    background: #eaf5ff url("/faq/img/MV_bkg.png") no-repeat center;
    margin: 0 calc(50% - 50vw) 50px;
    width: calc(100vw - 10px);
    height: 312px;
  }
  .faqMV__inner {
    height: 190px;
  }
  .faq-index .faqMV__inner {
    margin: auto auto 0;
    width: 1000px;
    height: 312px;
  }
  .faqMV__left {
    margin: auto;
    padding-top: 8px;
  }
  .faq-index .faqMV__left {
    margin-top: 55px;
    margin-left: 25px;
  }
  .faqMV__balloon {
    font-size: 15px;
    margin: 0 auto 12px;
    padding: 3px 8px 1px 16px;
  }
  .faq-index .faqMV__balloon {
    font-size: 20px;
    margin: 0 auto 18px;
    padding: 2px 10px 0 16px;
  }
  .faqMV__balloon:after {
    border-width: 10px 8px 0px 8px;
    margin-right: 5px;
    bottom: -8px;
  }
  .faqMV__h1 img {
    margin: 0 15px 10px 0;
    width: 300px;
    height: auto;
  }
  .faq-index .faqMV__h1 img {
    margin: 0 25px 25px 0;
    width: 360px;
    height: auto;
  }
  .faqMV__text {
    color: #0C3F81;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 2px 8px 0 0;
    text-align: center;
  }
  .faq-index .faqMV__text {
    border-top: 3px dotted #333;
    border-bottom: 3px dotted #333;
    color:  #333;
    padding: 15px 5px 20px;
  }
  .faqMV__right {
    font-weight: 700;
    margin-top: auto;
    margin-right: 15px;
  }
}
/* PC用 e */
/* スマホ用 s */
@media screen and (max-width: 769px) {
  #faqMV {
    background: #eaf5ff url("/faq/img/MV_bkg_sp.png") no-repeat center /cover;
    margin-bottom: 30px;
    height: 42vw;
  }
  .faqMV__inner {
    height: 100%;
  }
  .faqMV__left {
    margin-top: 0;
    margin-left: 2vw;
    width: 63vw;
  }
  .faqMV__balloon {
    font-size: 3.5vw;
    line-height: 1.75;
    margin-bottom: 2.3vw;
    padding: 0 2.5vw 0 3.5vw;
  }
  .faqMV__balloon:after {
    border-width: 1.6vw 1.3vw 0 1.3vw;
    bottom: -1.4vw;
    margin-right: 0.65vw;
  }
  .faqMV__h1 img {
    margin-bottom: 3vw;
    width: 57vw;
  }
  .faqMV__text {
    color: #0C3F81;
    font-size: 3.3vw;
    line-height: 1.4;
    text-align: center;
  }
  .faqMV__right {
    margin: auto 1vw 0 auto;
    width: 33.5vw;
    height: auto;
  }
}
/* スマホ用 e */
/* --------------------------------
    共通MV e
-------------------------------- */

/* --------------------------------
    faqトップページ s
-------------------------------- */
#faqIndex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#faqIndex a:hover {
  text-decoration: underline;
}
#faqIndex .section__header {
  margin-bottom: 15px;
}
.faqIndex__block {
  margin-bottom: 30px;
}
.faqIndex__theme {
  background: #DDE9F8;
  padding: 5px 15px;
}
.faqIndex__theme__link {
  color: #0C3F81;
  font-size: 17px;
  font-weight: bold;
}
.faqIndex__inner {
  border-bottom: dashed 1px #d8d8d8;
}
.faqIndex__text {
  font-weight: bold;
}
.faqIndex__qtitle__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.faqIndex__qtitle__item:not(:last-child):after {
  content: "";
  border-bottom: dashed 1px #d8d8d8;
}
.faqIndex__qtitle__link {
  box-sizing: border-box;
  color: #333;
  display: inline-flex;
}
.faqIndex__qtitle__icon {
  margin-right: 10px;
  width: 16px;
  height: auto;
}
.faqIndex__qtitle__text {
  line-height: 1.5;
  width: calc(100% - 26px);
}
.faqIndex__qats {
  background: #f5f7f6;
  border-bottom: solid 1px #d8d8d8;
}
.faqIndex__qats__link {
  color: #434343;
  display: flex;
  align-items: center;
  line-height: 2;
  position: relative;
}
.faqIndex__qats__link:before {
  content: "";
  border-style: solid solid none none;
  border-color: #5a91bc #5a91bc transparent transparent;
  border-width: 1px 1px 0 0;
  display: block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.faqIndex__qats__text {
  margin-left: 10px;
}
/* PC用 s */
@media (min-width: 769px) {
  .faqIndex__block {
    width: calc(50% - 10px);
  }
  .faqIndex__inner {
    border-right: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
  }
  .faqIndex__text {
    padding: 10px 10px 0;
  }
  .faqIndex__qtitle__item:not(:last-child):after {
    width: calc(100% - 20px);
  }
  .faqIndex__qtitle__link {
    align-items: flex-start;
    padding: 10px;
    width: 100%;
  }
  .faqIndex__qats {
    border-right: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
    padding: 10px;
  }
  .faqIndex__qats__link {
    font-size: 12px;
    width: fit-content;
  }
  .faqIndex__qats__link:before {
    margin-top: -2px;
  }
}
/* PC用 e */
/* スマホ用 s */
@media screen and (max-width: 769px) {
  .faqIndex__block {
    width: 100%;
  }
  .faqIndex__theme {
    padding: 10px 15px;
  }
  .faqIndex__inner {
    border-bottom: solid 1px #d8d8d8;
  }
  .faqIndex__text {
    font-size: 16px;
    padding: 10px 15px 0;
  }
  .faqIndex__qtitle__item:not(:last-child):after {
    width: calc(100% - 30px);
  }
  .faqIndex__qtitle__link {
    align-items: center;
    padding: 15px;
    width: 100%;
  }
  .faqIndex__qats {
    padding: 10px 15px;
  }
  .faqIndex__qats__link {
    font-size: 13px;
    width: fit-content;
  }
}
/* スマホ用 e */
.pickup__list {
  border-top: solid 1px #aaa;
  margin-top: 10px;
}
.pickup__list__item {
  display: flex;
  margin-top: 10px;
}
.pickup__list__link {
  color: #333;
  display: flex;
  align-items: flex-start;
}
.pickup__list__link:hover {
  text-decoration: underline;
}
.pickup__list__icon {
  margin-right: 10px;
  width: 16px;
  height: auto;
}
.pickup__list__text {
  width: calc(100% - 26px);
}
/* PC用 s */
@media (min-width: 769px) {
  #pickup {
    margin-bottom: 30px;
  }
}
/* PC用 e */
/* スマホ用 s */
@media screen and (max-width: 769px) {
  #pickup {
    margin-bottom: 30px;
  }
  .pickup__list {
    padding: 0 3vw;
  }
}
/* スマホ用 e */
/* --------------------------------
    faqトップページ e
-------------------------------- */

/* --------------------------------
    検索ボックス s
-------------------------------- */
#faqSearch {
  background: #F5F4F4;
  border-radius: 5px;
}
.faqSearch__dl {
  display: flex;
  font-size: 16px;
  line-height: 36px;
}
.faqSearch__dl--category {
  align-items: center;
  margin-top: 10px;
}
.faqSearch__dt {
  color: #1E5FB3;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
.faqSearch__dl--category .faqSearch__dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.faqSearch__input {
  border: solid 1px #ccc;
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 34px;
  padding: 0 20px;
  width: 100%;
}
.faqSearch__attention {
  color: #8a8a8a;
}
.faqSearch__select {
  appearance: none;
  background: #fff url("/faq/img/select-arrow.svg")no-repeat right 10px center;
  border: solid 1px #ccc;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  padding: 0 35px 0 10px;
  height: 36px;
  width: 220px;
}
.faqSearch__cross {
  margin: 5px 5px 0;
}
.faqSearch__submit {
  background: #1E5FB3;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  line-height: 36px;
  margin-top: 5px;
  text-align: center;
  height: 36px;
}
.faqSearch__submit:hover {
  background: #497dc0;
}
/* PC用 s */
@media (min-width: 769px) {
  #faqSearch {
    padding: 15px;
  }
  .faqSearch__dt {
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 5em;
  }
  .faqSearch__dd {
    width: calc(100% - 5em - 10px);
  }
  .faqSearch__attention {
    font-size: 12px;
    line-height: 1;
    margin-top: 8px;
  }
  .faqSearch__select {
    margin-top: 5px;
    text-align: center;
  }
  .faqSearch__select--detail {
    margin-right: 5px;
  }
  .faqSearch__submit {
    width: 80px;
  }
}
/* PC用 e */
/* スマホ用 s */
@media screen and (max-width: 769px) {
  #faqSearch {
    padding: 10px 6vw;
  }
  .faqSearch__dl {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .faqSearch__dl--category .faqSearch__dd {
    justify-content: center;
  }
  .faqSearch__dt {
    width: 100%;
  }
  .faqSearch__attention {
    font-size: 11px;
    line-height: 1.75;
  }
  .faqSearch__select {
    margin-bottom: 5px;
    width: 100%;
  }
  .faqSearch__submit {
    width: 110px;
  }
}
/* スマホ用 e */
/* --------------------------------
    検索ボックス e
-------------------------------- */

/* --------------------------------
    各ページ共通 バナー s
-------------------------------- */
.banner--case {
  display: block;
  margin-top: 20px;
  position: relative;
  width: 670px;
  height: 225px;
}
.banner--case:hover {
  opacity: 0.8;
}
.banner--case__text {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 70px;
  left: 30px;
}
.banner--case__text--number {
  color: #0797b2;
  font-size: 30px;
}
/* --------------------------------
    各ページ共通 バナー e
-------------------------------- */

/* --------------------------------
    faq検索結果ページ s
-------------------------------- */
.result-title {
  color: #333;
}
.resultInfo {
  background: #efefef;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  padding: 5px 10px;
}
.searchNumber .number {
  font-weight: bold;
}
.faq-notFound {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  text-align: center;
}
.stepNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stepNav:last-child {
  margin-bottom: 50px;
}
.stepNav li {
  line-height: 1;
  margin: 0 2px;
}
.stepNav li:first-child {
  margin-left: 0;
}
.stepNav li:last-child {
  margin-right: 0;
}
.stepNav a {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 8px;
  text-align: center;
  min-width: 1em;
}
.stepNav__crt a {
  background: #efefef;
  cursor: unset;
  font-weight: bold;
}
.stepNav li:not(.stepNav__crt) a:hover {
  background: #e3edff;
  text-decoration: underline;
}
.faqResult__list {
  background: #f4faff;
  margin-bottom: 30px;
  padding: 15px;
}
.faqResult__item:not(:last-child) {
  margin-bottom: 5px;
}
.faqResult__link {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 4.5em;
}
.faqResult__link__icon {
  width: 20px;
  height: auto;
}
.faqResult__link__right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.faqResult__link__title {
  color: #333;
  font-weight: bold;
  margin: 0 auto 0 20px;
}
.faqResult__link:hover .faqResult__link__title {
  text-decoration: underline;
}
.faqResult__link__keyword {
  background: #1E5FB3;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  width: max-content;
}
/* PC用 s */
@media (min-width: 769px) {
  .result-title {
    font-size: 14px;
    margin-top: 35px;
  }
  .resultInfo {
    margin-top: 20px;
  }
  .stepNav {
    margin: 15px auto;
  }
  .stepNav li {
    margin: 0 2px;
  }
  .faqResult__link {
    padding: 10px;
  }
  .faqResult__link__right {
    align-items: center;
  }
  .faqResult__link__keyword__outer {
    margin-left: 20px;
  }
  .faqResult__link__keyword {
    font-size: 13px;
  }
}
/* PC用 e */
/* スマホ用 s */
@media screen and (max-width: 769px) {
  .result-title {
    font-size: 16px;
    margin: 35px 3vw 0;
  }
  .resultInfo {
    margin: 10px 3vw 0;
  }
  .stepNav {
    margin: 15px 3vw;
  }
  .stepNav li {
    margin-bottom: 5px;
  }
  .faqResult__link {
    padding: 10px 20px 10px 10px;
  }
  .faqResult__link__right {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: 10px;
  }
  .faqResult__link__title {
    line-height: 1.5;
    margin-left: 0;
  }
  .faqResult__link__keyword__outer {
    margin-left: 0;
  }
  .faqResult__link__keyword {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
/* スマホ用 e */
/* --------------------------------
    faq検索結果ページ e
-------------------------------- */

/* --------------------------------
    faq詳細ページ s
-------------------------------- */
#faqDetail p {
  background: none!important;
}
.faqDetail__box {
  display: flex;
  align-items: flex-start;
}
.faqDetail__box--Q {
  background: #F4FAFF;
}
.faqDetail__box__left {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-right: 20px;
}
.faqDetail__box__icon {
  display: flex;
  align-items: flex-start;
  width: 39px;
  height: fit-content;
}
.faqDetail__box__title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: justify;
}
.faqDetail__box__text {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
#faqBtnArea {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.faqBtnArea__box {
  background: #F5F4F4;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}
.faqBtnArea__text {
  text-align: center;
}
.faqBtnArea__btn {
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  gap: 8px;
  margin-top: 5px;
  padding: 6px 0;
  position: relative;
  width: 260px;
  height: 48px;
}
.faqBtnArea__box--profile .faqBtnArea__btn {
  background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
  padding-right: 30px;
}
.faqBtnArea__box--search .faqBtnArea__btn {
  background: radial-gradient(100% 100% at 50% 0%, #304F89 0%, #0C3F81 100%);
}
.faqBtnArea__btn span {
  background-color: #fff;
  border-radius: 50%;
  color: #e2276e;
  font-size: 14px;
  font-weight: 600;
  display: grid;
  line-height: 130%;
  place-items: center;
  width: 35px;
  height: 35px;
}
.faqBtnArea__btn:after {
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
}
.faqBtnArea__btn:hover {
  opacity: 0.7;
}
#faqRelated {
  margin: 30px 0;
}
.faqRelated__header {
  color: #0C3F81;
  font-weight: bold;
}
.faqRelated__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.faqRelated__item:not(:last-child):after {
  content: "";
}
.faqRelated__link {
  box-sizing: border-box;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.faqRelated__link:hover {
  text-decoration: underline;
}
.faqRelated__link__icon {
  width: 16px;
  height: auto;
}
/* PC用 s */
@media (min-width: 769px) {
  #faqDetail {
    margin-top: 45px;
  }
  .faqDetail__box {
    padding: 25px;
  }
  .faqDetail__box--Q {
    border-radius: 5px 5px 0 0;
  }
  .faqDetail__box--A {
    border: solid 1px #E5EDF3;
    border-top: none;
    border-radius: 0 0 5px  5px;
  }
  .faqDetail__box__title {
    font-size: 16px;
  }
  .faqBtnArea__box {
    width: calc(50% - 5px);
  }
  .faqBtnArea__text {
    font-size: 13px;
  }
  .faqRelated__header {
    background: #F4FAFF;
    border-radius: 5px 5px 0 0;
    font-size: 17px;
    padding: 10px 20px;
  }
  .faqRelated__list {
    border: solid 1px #E5EDF3;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }
  .faqRelated__link {
    padding: 15px 20px;
  }
  .faqRelated__item:not(:last-child):after {
    border-bottom: dashed 1px #E5EDF3;
    width: calc(100% - 40px);
  }
  .faqRelated__link__icon {
    margin-right: 15px;
  }
}
/* PC用 e */
/* スマホ用 s */
@media screen and (max-width: 769px) {
  .faqDetail__box--Q {
    padding: 20px;
  }
  .faqDetail__box--Q .faqDetail__box__title {
    background: url("/faq/img/icon_detail_Q.svg")no-repeat left center / 1.75em;
  }
  .faqDetail__box--A {
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 10px 10px 0;
    padding: 10px;
  }
  .faqDetail__box--A .faqDetail__box__title {
    background: url("/faq/img/icon_detail_A.svg")no-repeat left center / 1.75em;
  }
  .faqDetail__box__title {
    font-size: 18px;
    padding-left: calc(1.75em + 10px);
  }
  #faqBtnArea {
    flex-direction: column;
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .faqBtnArea__box {
    flex-direction: column;
  }
  .faqBtnArea__text {
    font-size: 14px;
  }
  .faqBtnArea__box:not(:last-child) {
    margin-bottom: 10px;
  }
  .faqRelated__header {
    background: #DDE9F8;
    font-size: 20px;
    padding: 10px 3vw;
  }
  .faqRelated__list {
    border-bottom: solid 1px #d7d7d7;
  }
  .faqRelated__link {
    line-height: 1.5;
    padding: 15px 3vw;
  }
  .faqRelated__item:not(:last-child):after {
    border-bottom: dashed 1px #ccc;
    width: calc(100% - 6vw);
  }
  .faqRelated__link__icon {
    margin-right: 10px;
  }
}
/* スマホ用 e */
/* --------------------------------
    faq詳細ページ e
-------------------------------- */