@charset "UTF-8";


/* w_pageTitle */
@media all and (min-width: 681px) {
  .w_pageTitle {
    background-image: url(../img/faq/fv1.jpg);
  }
}
@media all and (max-width: 680px) {
  .w_pageTitle {
    background-image: url(../img/faq/fv1_sp.jpg);
  }
}
@media screen and (max-width: 370px) {
}


/* archiveWrap */
.archive_leed {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.45;
  padding-top: 60px;
}
.archiveWrap {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 100px;
  display: flex;
  justify-content: space-between;
}
.archive_in1 {
  width: 270px;
}
.archive_in2 {
  width: 680px;
}
.archive_in2 .archive_leed {
  text-align: justify;
  padding: 0 0 48px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .archive_leed {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-top: 32px;
  }
  .archiveWrap {
    width: 100%;
    padding: 32px 20px 60px;
    display: block;
  }
  .archive_in1 {
    width: 100%;
  }
  .archive_in2 {
    width: 100%;
    padding-top: 40px;
  }
  .archive_in2 .archive_leed {
    text-align: center;
    padding: 0 0 35px;
  }
}
@media screen and (max-width: 370px) {
}


/* faq_catWrap */
.faq_cat_title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.5;
  color: #707070;
  margin-bottom: 20px;
}
.faq_cat_all {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5E5E5;
  color: #4B4A48;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
.faq_cat_all.current {
  background-color: #707070;
  color: #fff;
}
.faq_catList1 {
  margin-top: 15px;
}
.faq_catList1 .li1:nth-of-type(1n + 2) {
  margin-top: 38px;
}
.faq_cat_parent {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #A0A0A0;
  color: #A0A0A0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
.faq_cat_link1 {
  width: 100%;
  height: 34px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #707070;
  background-color: #E5E5E5;
  color: #4B4A48;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
.faq_cat_link1.current {
  background-color: #707070;
  color: #fff;
}
@media all and (min-width: 681px) {
  .faq_cat_all:hover {
    background-color: #707070;
    color: #fff;
  }
  .faq_cat_link1:hover {
    background-color: #707070;
    color: #fff;
  }
}
@media all and (max-width: 680px) {
  .faq_cat_title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  .faq_cat_all {
    height: 60px;
  }
  .faq_catList1 {
    margin-top: 10px;
  }
  .faq_catList1 .li1:nth-of-type(1n + 2) {
    margin-top: 10px;
  }
  .faq_cat_parent {
    position: relative;
    height: 60px;
    border-bottom: none;
    background-color: #707070;
    color: #fff;
  }
  .faq_cat_toggle {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: none;
  }
  .faq_cat_parent.on + .faq_cat_toggle {
    display: flex;
  }
  .faq_cat_parent::before,
  .faq_cat_parent::after {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    transition: 0.3s ease;
  }
  .faq_cat_parent::after {
    transform: rotate(90deg);
  }
  .faq_cat_parent.on::before {
    transform: rotate(90deg);
  }
  .faq_cat_parent.on::after {
    opacity: 0;
  }
  .faq_cat_link1 {
    width: calc((100% - 10px) / 2);
    height: 44px;
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 370px) {
}


/* archive_postList1 */
.archive_postList1 .li1:nth-of-type(1n + 2) {
  margin-top: 30px;
}
.archive_postList1 .link1 {
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
}
.archive_post_cat_day {
  display: flex;
  align-items: center;
}
.archive_post_cat {
  background-color: #E5E5E5;
  color: #4B4A48;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 2px 16px 3px;
  border-radius: 100px;
}
.archive_post_day {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: 10px;
}
.archive_post_text1 {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
  padding-top: 10px;
  text-indent: -32px;
  padding-left: 32px;
}
.archive_post_text1 br {
  display: none;
}
.archive_post_text1 .t1 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #CA565F;
  padding-right: 5px;
}
.linkBtn1 {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  width: 326px;
  height: 45px;
  margin: 68px auto 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.linkBtn1::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .archive_postList1 .link1:hover {
    opacity: .6;
  }
  .linkBtn1:hover {
    background-color: #eee;
  }
}
@media all and (max-width: 680px) {
  .archive_postList1 .li1:nth-of-type(1n + 2) {
    margin-top: 20px;
  }
  .linkBtn1 {
    width: 300px;
    max-width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 370px) {
}


/* page-numbers */
.page-numbers {
  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;
  font-size: 35px;
  font-family: 'Crimson Text', serif;
}

.page-numbers li {
  margin: 0 15px;
}

.page-numbers .current {
  color: #b81c2b;
}

.page-numbers .next,
.page-numbers .prev {
  display: block;
  position: relative;
  padding-right: 60px;
}

.page-numbers .prev:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.page-numbers .prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 0 0;
  border-color: transparent #4c4948 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
}

.page-numbers .next:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.page-numbers .next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 0;
  margin: auto;
}

@-moz-document url-prefix()  {
  /* Firefox fix */

  .page-numbers .next:before {
    top: 6px;
  }
}
@media all and (min-width: 681px) {
  .page-numbers {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-numbers li:hover a {
    color: #b81c2b;
  }

  .page-numbers li:hover a.prev:before {
    background-color: #b81c2b;
  }

  .page-numbers li:hover a.prev:after {
    border-color: transparent #b81c2b transparent transparent;
  }

  .page-numbers li:hover a.next:before {
    background-color: #b81c2b;
  }

  .page-numbers li:hover a.next:after {
    border-color: transparent transparent transparent #b81c2b;
  }

  .page-numbers {
    margin-top: 70px;
  }
}
@media all and (max-width: 680px) {
  .page-numbers {
    margin-top: 50px;
  }
}
@media screen and (max-width: 370px) {
}


/* 記事ページ */
.w_pageTitle.single {
  background-image: none;
  margin-bottom: 0;
}

.w_pageTitle.single .h1 {
  color: #4c4948;
}

.w_pageTitle.single .h1 .t1:after {
  background-color: #4c4948;
}

.faq_singleWrap {
  padding-bottom: 100px;
}

.single_titleWrap {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
.single_title1 {
  font-size: 24px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.67;
  text-indent: -42px;
  padding-left: 42px;
}
.single_title1 + .single_title1 {
  margin-top: 38px;
}
.single_title1 .t1 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #CA565F;
  padding-right: 5px;
}
.single_item img {
  width: 100%;
  max-width: none;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .faq_singleWrap {
    padding-bottom: 60px;
  }
  .single_titleWrap {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
  }
  .single_title1 {
    font-size: 17px;
    text-indent: -34px;
    padding-left: 34px;
  }
  .single_title1 + .single_title1 {
    margin-top: 25px;
  }
  .single_title1 .t1 {
    font-size: 26px;
  }
  .single_title1 br {
    display: none;
  }
}
@media screen and (max-width: 370px) {
}


/* single_item */
.single_item + .single_item {
  margin-top: 50px;
}
.single_contents_type1 {
  width: 800px;
  margin: 0 auto;
}
.single_contents_h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
}
.single_contents_p1 {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
}
.single_contents_h2 + .single_contents_p1 {
  margin-top: 25px;
}
.single_contents_type2 {
  width: 1000px;
  margin: 0 auto;
}
.single_contents_caption1 {
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 10px;
}
.single_contents_type3,
.single_contents_type4 {
  width: 1000px;
  margin: 0 auto;
}
.single_contents_img_flx1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.single_contents_img_flx1 .in1 {
  width: 485px;
}
.single_contents_img2 {
  width: 100%;
  height: 283px;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.single_contents_img2 + .single_contents_img2,
.single_contents_caption1 + .single_contents_img2 {
  margin-top: 19px;
}
.single_contents_img3 {
  width: 100%;
  height: 616px;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.single_contents_type5 {
  width: 917px;
  height: 716px;
  padding: 100px 0;
  margin: 0 auto;
}
.single_contents_type5 iframe {
  width: 100%;
  height: 100%;
}
.single_contents_link1 {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  width: 592px;
  padding: 12px 22px;
  margin: 80px auto 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.single_contents_link1::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.single_contents_bnr1 {
  width: 400px;
  margin: 90px auto 0;
  display: block;
}
.single_contents_contact {
  width: 830px;
  margin: 90px auto 0;
}
.single_contents_contact_text1 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.single_contents_contact_clm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_contents_contact_clm .in1 {
  margin-right: 25px;
}
.single_contents_contact_t1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 60px;
}
.single_contents_contact_t1_tel {
  display: block;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #CA565F;
  padding-left: 60px;
  padding-top: 4px;
  padding-bottom: 10px;
  background: url(../img/faq/tel_ico1.svg)no-repeat left center / 48.82px;
}
.single_contents_contact_link1 {
  width: 410px;
  height: 85px;
  background-color: #CA565F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.single_contents_contact_link1 .t1 {
  padding-left: 36px;
  padding-right: 46px;
  position: relative;
}
.single_contents_contact_link1 .t1::before {
  content: "";
  background: url(../img/faq/mail_ico1.svg)no-repeat center / contain;
  width: 24.59px;
  height: 18.07px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single_contents_contact_link1 .t1::after {
  content: "";
  background: url(../img/common/ico_arrow_w.svg)no-repeat center / contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .single_contents_link1:hover {
    background-color: #eee;
  }
  .single_contents_bnr1:hover {
    opacity: .7;
  }
  .single_contents_contact_link1:hover {
    background-color: #4c4948;
  }
}
@media all and (max-width: 680px) {
  .single_item {
    padding: 0 20px;
  }
  .single_item + .single_item {
    margin-top: 30px;
  }
  .single_contents_type1 {
    width: 100%;
  }
  .single_contents_h2 {
    font-size: 16px;
  }
  .single_contents_p1 {
    font-size: 14px;
  }
  .single_contents_h2 + .single_contents_p1 {
    margin-top: 20px;
  }
  .single_contents_type2 {
    width: 100%;
  }
  .single_contents_caption1 {
    font-size: 11px;
    margin-top: 5px;
  }
  .single_contents_type3,
  .single_contents_type4 {
    width: 100%;
  }
  .single_contents_img_flx1 {
    width: 100%;
    display: block;
  }
  .single_contents_img_flx1 .in1 {
    width: 100%;
  }
  .single_contents_img_flx1 .in1 + .in1 {
    margin-top: 20px;
  }
  .single_contents_img2 {
    width: 100%;
    height: 52.53vw;
  }
  .single_contents_img2 + .single_contents_img2,
  .single_contents_caption1 + .single_contents_img2 {
    margin-top: 20px;
  }
  .single_contents_img3 {
    width: 100%;
    height: 114.13vw;
  }
  .single_contents_type5 {
    width: 100%;
    height: calc(50vw + 100px);
    padding: 50px 0;
  }
  .single_contents_link1 {
    width: 300px;
    max-width: 100%;
    margin-top: 50px;
  }
  .single_contents_bnr1 {
    width: 100%;
    margin-top: 50px;
  }
  .single_contents_contact {
    width: 100%;
    margin-top: 50px;
  }
  .single_contents_contact_text1 {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .single_contents_contact_clm {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .single_contents_contact_clm .in1 {
    margin-right: 0;
  }
  .single_contents_contact_t1 {
    font-size: 15px;
    text-align: center;
    padding-left: 0;
  }
  .single_contents_contact_t1_tel {
    font-size: 34px;
    letter-spacing: 0.04em;
    color: #CA565F;
    padding-left: 47px;
    background-size: 37.95px;
  }
  .single_contents_contact_link1 {
    width: 277px;
    height: 43px;
    margin-top: 15px;
    font-size: 16px;
  }
  .single_contents_contact_link1 .t1 {
    padding-left: 34px;
    padding-right: 26px;
  }
}
@media screen and (max-width: 370px) {
}


/* faq-search-box */
.faq-search-box {
  margin-bottom: 22px;
}
.faq-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-search .faq-searchbody {
  width: 200px;
  height: 40px;
  padding: 4px 8px;
  display: block;
  border: 1px solid #707070;
  border-radius: 0;
  outline: 0;
  font-size: 15px;
}
.faq-search .faq-searchbutton {
  width: 63px;
  height: 40px;
  padding: 0;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #707070;
  border: 1px solid #707070;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .faq-search-box {
    margin-bottom: 28px;
  }
  .faq-search .faq-searchbody {
    width: calc(100% - 71px);
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media screen and (max-width: 370px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media screen and (max-width: 370px) {
}
