@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: faq.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  #container {
    overflow-x: hidden;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}

.topicpath-list {
  display: flex;
  width: 1050px;
  margin: 10px auto 60px;
}
@media screen and (max-width: 1050px) {
  .topicpath-list {
    display: none;
  }
}

.topicpath-item a {
  font-size: 13px;
}
.topicpath-item:not(:last-child) a:after {
  content: "＞";
  margin: 0 3px;
}

.lower .main-visual {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 300px;
  margin-top: 130px;
  color: #231815;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .lower .main-visual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .lower .main-visual {
    display: block;
    align-items: inherit;
    width: auto;
    height: 0;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 570px) {
  .lower .main-visual {
    height: 220px;
    padding-top: 0;
  }
}
.lower .main-visual-title {
  position: relative;
  z-index: 1;
  width: 1050px;
  margin: 20px auto 0;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-title {
    font-size: 30px;
    font-size: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
.lower .main-visual-text {
  display: block;
  width: 390px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85714;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-text {
    display: none;
  }
}
.lower .box {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .lower .box {
    padding: 8% 0 10%;
  }
}
.lower .box-title {
  position: relative;
  margin-bottom: 70px;
  color: #313940;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-title {
    margin: 0 0 10%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.lower .box-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 74px;
  height: 4px;
  margin: 0 auto;
  background: #C41C1C;
}
@media screen and (max-width: 1024px) {
  .lower .box-title:before {
    bottom: -70%;
    width: 9.86667%;
    height: 2px;
  }
}
.lower .box-title em {
  color: #C41C1C;
  font-style: normal;
}
.lower .box-lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-lead {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .footer-contact {
    padding: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:first-child p, .footer-contact div div:nth-child(2) p {
    margin: 0 0 5%;
    padding: 2%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media only screen and (max-width: 570px) {
  .footer-contact div div:first-child p:before, .footer-contact div div:nth-child(2) p:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:nth-child(2) {
    padding-top: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a {
    padding: 5% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a:before {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  background: url("../img/faq/main_visual.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .main-visual {
    background: url("../img/faq/main_visual_sp.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.anchor-list {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  .anchor-list {
    width: auto;
    margin: 8% 0;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .anchor-item {
    width: 90%;
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 1024px) {
  .anchor-item:last-child {
    margin-bottom: 0;
  }
}
.anchor-item a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  display: block;
  width: 290px;
  height: 60px;
  padding-top: 10px;
  color: #C41C1C;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #C41C1C;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .anchor-item a {
    width: auto;
  }
}
.anchor-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.anchor-item a:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '\e5cc';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  color: #C41C1C;
  font-family: 'Material Icons';
  font-size: 24px;
}

.main-lead {
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-lead {
    margin: 8% 5%;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
    text-align: left;
  }
}

.faq-inner {
  background: #FFE9E9;
}
.faq-box {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .faq-box {
    width: auto;
  }
}
.faq-box:not(:first-child) {
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  .faq-list {
    margin: 0 5%;
  }
}
.faq-item {
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .faq-item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.faq-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .faq-item:not(:last-child) {
    margin-bottom: 8%;
  }
}
.faq-item dl {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 690px;
  padding: 24px 0 0 18px;
}
@media screen and (max-width: 1024px) {
  .faq-item dl {
    width: auto;
    padding: 5%;
  }
}
.faq-item .question,
.faq-item .answer {
  position: relative;
  padding-left: 33px;
}
.faq-item .question:before, .faq-item .question:after,
.faq-item .answer:before,
.faq-item .answer:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 27px;
  height: 27px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.faq-item .question:after,
.faq-item .answer:after {
  text-align: center;
}
.faq-item .question {
  margin-bottom: 20px;
  color: #C41C1C;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .faq-item .question {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.40625;
  }
}
.faq-item .question:before {
  background: #C41C1C;
}
.faq-item .question:after {
  content: "Q";
  top: 0;
}
.faq-item .answer {
  font-size: 13px;
  line-height: 1.53846;
}
@media screen and (max-width: 1024px) {
  .faq-item .answer {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.faq-item .answer:before {
  background: #343c42;
}
.faq-item .answer:after {
  content: "A";
}
.faq-item .answer em {
  color: #C41C1C;
  font-weight: bold;
  font-style: normal;
}
.faq-item .link {
  margin-left: 32px;
}
@media screen and (max-width: 1024px) {
  .faq-item .link {
    margin-left: 0;
  }
}
.faq-item .link a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
  width: 280px;
  margin-top: 10px;
  padding: 5px 0 6px;
  background: #FCB227;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .faq-item .link a {
    width: 100%;
    margin-top: 5%;
    padding: 3% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.faq-item .link a:before {
  content: '\e5cc';
  display: flex;
  align-items: center;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  color: #FFF;
  font-family: 'Material Icons';
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .faq-item .link a:before {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 1%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.faq-item .link a:hover {
  background: #ffbe31;
}
.faq-item .link-list {
  display: flex;
  justify-content: space-between;
  width: 590px;
}
@media screen and (max-width: 1024px) {
  .faq-item .link-list {
    display: block;
    width: auto;
  }
}
.faq-item .link-list a {
  width: 185px;
}
@media screen and (max-width: 1024px) {
  .faq-item .link-list a {
    width: auto;
    margin-top: 4%;
  }
}
.faq-pic {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .faq-pic {
    width: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .faq-pic img {
    width: 100%;
  }
}

/*# sourceMappingURL=faq.css.map */
