@charset "UTF-8";
/*
$regular	: 400;
$bold		: 700;
*/
.faq {
  font-size: 10px;
  line-height: 1; }
  @media only screen and (min-width: 751px), print {
    .faq {
      padding-bottom: 100px; } }

@media only screen and (min-width: 1px) and (max-width: 750px) {
  #sideNav {
    display: none; } }
@media only screen and (min-width: 751px), print {
  .contentHeadBlock {
    width: 1000px; } }
.contentHeadBlock h1 {
  text-align: center; }

@media only screen and (min-width: 751px), print {
  .contentHeadBlock h1 .en {
    font-family: "Unna", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
    font-size: 45px;
    letter-spacing: 4px; }

  .contentHeadBlock h1 .jp {
    margin-top: 10px;
    font-size: 16px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentHeadBlock h1 {
    padding: 20px 0; }

  .contentHeadBlock h1 .en {
    font-family: "Unna", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
    font-size: 36px;
    letter-spacing: 1px; }

  .contentHeadBlock h1 .jp {
    margin-top: 10px;
    font-size: 16px; } }
@media only screen and (min-width: 751px), print {
  .faq .switchingBtnWrap {
    padding-top: 50px;
    margin-top: 50px;
    border-top: solid 1px #C8C8C8; } }
.faq .switchingBtnWrap .switchingBtnList {
  display: flex;
  justify-content: center;
  font-size: 16px; }

@media only screen and (min-width: 1px) and (max-width: 750px) {
  .faq .switchingBtnWrap .switchingBtnList {
    font-size: 16px; } }
.faq .switchingBtnWrap .switchingBtnList li {
  position: relative;
  display: block;
  background: #fff; }

@media only screen and (min-width: 751px), print {
  .faq .switchingBtnWrap .switchingBtnList li {
    width: 280px;
    padding: 15px;
    cursor: pointer;
    border: solid 1px #C8C8C8; }

  .faq .switchingBtnWrap .switchingBtnList li:first-child {
    border-right: none; }

  .faq .switchingBtnWrap .switchingBtnList li:after {
    position: absolute;
    content: "";
    right: 20px;
    width: 23px;
    height: 13px;
    background: url(/cms/edelweiss/img/faq/arw_switch.png) no-repeat top;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

  .faq .switchingBtnWrap .switchingBtnList li.active {
    background: #ccc; }

  .faq .switchingBtnWrap .switchingBtnList li.active:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .faq .switchingBtnWrap .switchingBtnList li {
    width: 170px;
    padding: 10px;
    font-size: 15.5px;
    border: solid 1px #C8C8C8; }

  .faq .switchingBtnWrap .switchingBtnList li:first-child {
    border-right: none; }

  .faq .switchingBtnWrap .switchingBtnList li:after {
    position: absolute;
    content: "";
    right: 10px;
    width: 22px;
    height: 13px;
    background: url(/cms/edelweiss/img/faq/arw_switch_sp.png) no-repeat top;
    background-size: 22px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

  .faq .switchingBtnWrap .switchingBtnList li.active {
    background: #ccc; }

  .faq .switchingBtnWrap .switchingBtnList li.active:after {
    right: 5px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
.faq .faq_product {
  display: none; }

@media only screen and (min-width: 751px), print {
  .contentBlock {
    padding-top: 100px;
    min-height: 800px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock {
    padding: 75px 0 150px; } }
.contentBlock h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

@media only screen and (min-width: 751px), print {
  .contentBlock h2 {
    padding-bottom: 40px;
    margin-top: 40px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock h2 {
    font-size: 20px;
    padding-bottom: 25px;
    margin-top: 40px; } }
.contentBlock .faqList {
  border-top: solid 1px #F6F6F6; }

@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .faqList {
    border-top: solid 1px #F6F6F6; } }
.contentBlock .faqList > dt {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  cursor: pointer; }

@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .faqList > dt {
    display: table;
    width: 100%;
    min-height: 75px;
    font-size: 17px;
    line-height: 26px;
    background: #005b60;
    padding: 11px 55px 11px 35px; } }
.contentBlock .faqList > dt .accordionTrigger {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

@media only screen and (min-width: 751px), print {
  .contentBlock .faqList > dt .accordionTrigger:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 11px;
    background: url(/cms/edelweiss/img/faq/arw_accordion.png) no-repeat center center;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.contentBlock .faqList > dt .accordionTrigger.active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (min-width: 751px), print {
  .contentBlock .faqList > dt .accordionTrigger {
    padding: 12px 60px;
    background: url(/cms/edelweiss/img/faq/icon_question.png) no-repeat 20px top #005b60; }

  .contentBlock .faqList > dt .accordionTrigger:hover {
    background-color: #005b60cc; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .faqList > dt .accordionTrigger {
    display: table-cell;
    vertical-align: middle; }

  .contentBlock .faqList > dt .accordionTrigger span {
    position: relative; }

  .contentBlock .faqList > dt .accordionTrigger span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -35px;
    width: 32px;
    height: 40px;
    background: url(/cms/edelweiss/img/faq/icon_question_sp.png) no-repeat 10px top; }

  .contentBlock .faqList > dt .accordionTrigger:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 22px;
    right: 20px;
    top: 50%;
    background: url(/cms/edelweiss/img/faq/arw_accordion_sp.png) no-repeat center center;
    background-size: 20px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.contentBlock .faqList > dd {
  font-size: 16px;
  line-height: 23px;
  padding: 15px 60px 0px;
  background: url(/cms/edelweiss/img/faq/icon_answer.png) no-repeat 21px 4px #fff; }

@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .faqList > dd {
    font-size: 16px;
    line-height: 25px;
    padding: 12px 25px 0px 35px;
    background: url(/cms/edelweiss/img/faq/icon_answer_sp.png) no-repeat 10px top #fff;
    background-size: 14px; } }
@media only screen and (min-width: 751px), print {
  .contentBlock .faqList > dd > *:last-child {
    margin-bottom: 30px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .faqList > dd > *:last-child {
    margin-bottom: 35px; } }
.contentBlock .faqList > dd p {
  margin-top: 20px; }

.contentBlock .faqList > dd p:first-child {
  margin-top: 0px; }

.contentBlock .faqList > dd dl {
  letter-spacing: -1.3px; }

.contentBlock .faqList > dd dl dt {
  margin-top: 20px;
  font-weight: bold; }

.contentBlock .faqList > dd.accordion {
  display: none; }

.contentBlock .faqList > dd .imgWrap {
  margin-top: 25px; }

@media only screen and (min-width: 751px), print {
  .contentBlock .faqList > dd .tel {
    color: #000;
    text-decoration: none;
    pointer-events: none; } }
.contentBlock .faqList > dd .tel:before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle; }

@media only screen and (min-width: 751px), print {
  .contentBlock .faqList > dd .tel:before {
    top: -3px;
    width: 32px;
    height: 20px;
    margin-right: 5px;
    background: url(/cms/edelweiss/img/faq/icon_tel.png) right bottom no-repeat; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .faqList > dd .tel:before {
    top: -3px;
    width: 32px;
    height: 20px;
    margin-right: 5px;
    background: url(/cms/edelweiss/img/faq/icon_tel_sp.png) right bottom no-repeat;
    background-size: 32px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .faqList > dd .indentList li {
    padding-left: 0.7em;
    text-indent: -0.7em; } }
.contentBlock .indentList {
  margin-top: 1em; }

@media only screen and (min-width: 751px), print {
  .contentBlock .indentList {
    font-size: 14px; } }
.contentBlock .indentList.textRed {
  color: #ff0000;
  margin-top: 0px; }

@media only screen and (min-width: 751px), print {
  .contentBlock .timeList {
    width: 750px;
    display: flex;
    margin-top: 20px;
    text-align: center;
    background: #fff;
    border-right: solid 1px #a4a4a4;
    border-bottom: solid 1px #a4a4a4; }

  .contentBlock .timeList li {
    width: 115px;
    line-height: 50px;
    font-size: 16px;
    border-top: solid 1px #a4a4a4;
    border-left: solid 1px #a4a4a4; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .timeList {
    width: 175px;
    margin: 15px auto 25px;
    text-align: center;
    font-size: 16px;
    line-height: 65px;
    background: #fff;
    border-top: solid 1px #a4a4a4;
    border-left: solid 1px #a4a4a4;
    border-right: solid 1px #a4a4a4; }

  .contentBlock .timeList li {
    border-bottom: solid 1px #a4a4a4; } }


.faq_service a {
	text-decoration: underline;
}
.faq_service a:hover {
	text-decoration: none;
}