#contents-wrap {
  padding-bottom: 0;
  color: #333;
  font-size: 16px;
}

.fq-backLink {
  color: #154799;
}

.fq-backLink::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  content: '';
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: middle;
  background-image: url('../images/icon_arrow_b.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
}

.fq-backLink_label {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

.fq-h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #154799;
  font-weight: bold;
}

.fq-h3 {
  display: block;
  width: 100%;
  font-weight: bold;
}

.fq-section {
  padding: 70px 0;
  background-color: #fff;
}

.fq-section-gray {
  background-color: #eee;
}

.fq-wordSearch_box,
.mt-site-search-result-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin: 0 auto;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.fq-wordSearch_input,
.mt-site-search-form__query {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  color: #333;
  border: none;
  border: solid 2px #d2d2d2;
  -webkit-border-radius: 5px;
          border-radius: 5px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fq-wordSearch_submit,
.mt-site-search-form__button {
  width: 54px;
  height: 100%;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #01325b;
  background-image: url('../images/icon_search.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
  font-size: 0;
}

.mt-site-search-result-container {
  margin-top: 20px;
}

.fq-catSearch {
  margin-bottom: 70px;
}

.fq-cat_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.fq-cat_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 90px;
  padding-right: 55px;
  padding-left: 25px;
  text-decoration: none;
  color: #154799;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #eaeff7;
  line-height: 1.4;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.fq-cat_link:hover {
  color: #fff;
  background-color: #154799;
}

.fq-cat_link:hover::after {
  background-color: #fff;
  background-image: url('../images/icon_arrow_b.png');
}

.fq-cat_link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 19px;
  height: 19px;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #154799;
  background-image: url('../images/icon_arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 9px 9px;
          background-size: 9px;
}

.fq-cat_label {
  font-weight: bold;
}

.fq-prodSearch_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.fq-prodSearch_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 162px;
  text-decoration: none;
  color: #154799;
  border: solid 4px #eee;
  -webkit-border-radius: 10px;
          border-radius: 10px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.fq-prodSearch_link:hover {
  background-color: #eee;
}

.fq-prodSearch_pic {
  display: block;
  height: 68px;
}

.fq-prodSearch_label {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

.fq-contactLead {
  margin: 40px auto;
  text-align: center;
}

.fq-contactBox {
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
}

.fq-contactBox_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.fq-contactBox_head {
  color: #154799;
  font-size: 18px;
  font-weight: bold;
}

.fq-contactBox_telWrap {
  margin-top: 30px;
}

.fq-contactBox_tel {
  display: block;
  margin: 0;
  margin-right: 20px;
  text-decoration: none;
  color: #154799;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}

.fq-contactBox_tel::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  content: '';
  vertical-align: middle;
  background: url('../images/icon_tel.png') center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.fq-contactBox_lead {
  margin-top: 30px;
  line-height: 1.4;
}

.fq-contactBox_telNote {
  line-height: 1.4;
}

.fq-contactBtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 308px;
  height: 64px;
  padding-right: 55px;
  padding-left: 25px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #154799;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.fq-contactBtn:hover {
  color: #154799;
  background-color: #eaeff7;
}

.fq-contactBtn:hover::after {
  background-color: #154799;
  background-image: url('../images/icon_arrow.png');
}

.fq-contactBtn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 19px;
  height: 19px;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/icon_arrow_b.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 9px 9px;
          background-size: 9px;
}

_label {
  font-weight: bold;
}

.fq-faqList {
  margin-bottom: 70px;
}

.fq-faqList_item {
  border-bottom: solid 1px #dedede;
}

.fq-faqList_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 25px;
  text-decoration: none;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.fq-faqList_link::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  content: '';
  vertical-align: middle;
  background: url('../images/icon_q.png') center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.fq-faqList_link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url('../images/icon_arrow_b.png') center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.fq-faqList_label {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}

.fq-fqDetail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #eee;
}

.fq-fqDetail_head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 25px;
  text-decoration: none;
  background-color: #eee;
  font-weight: bold;
  line-height: 1.4;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.fq-fqDetail_head::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  content: '';
  vertical-align: middle;
  background: url('../images/icon_q.png') center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.fq-fqDetail_headLabel {
  vertical-align: middle;
}

.fq-fqDetail_body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding: 25px;
  text-decoration: none;
}

.fq-fqDetail_body::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  content: '';
  vertical-align: middle;
  background: url('../images/icon_a.png') center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.fq-fqDetail_bodyInner {
  display: inline-block;
  width: -webkit-calc(100% - 55px);
  width:         calc(100% - 55px);
  line-height: 1.7;
}

.fq-fqDetail_bodyInner a {
  text-decoration: underline;
  color: #154799;
}

.fq-fqDetail_bodyInner a:hover {
  text-decoration: none;
}

.fq-fqDetail_text {
  line-height: 1.7;
}

.fq-fqDetail_text + .fq-fqDetail_text {
  margin-top: 20px;
}

.fq-otherFaq {
  margin-top: 70px;
}

@media screen and (min-width: 569px) {
  .spOnly {
    display: none;
  }

  main {
    padding: 0;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  }

  #contents-wrap {
    padding-top: 0;
  }

  #title-area-catetop {
    position: absolute;
    top: -10px;
    width: 100%;
    height: 100px;
    padding-top: 15px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 3px solid #a19a90;
    background: url('/common/images/title-area-pc-bg-01.gif') top left repeat;
  }

  #title-area-catetop h1 {
    height: 38px;
    margin: 15px 0 0 0;
    padding: 7px 0 0 10px;
    border-left: 5px solid #a19a90;
  }

  #title-area-detailpage {
    position: absolute;
    top: -10px;
    width: 100%;
    height: 76px;
    padding-top: 15px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 2px solid #a19a90;
    background: url('/common/images/title-area-pc-bg-01.gif') top left repeat;
  }

  #title-area-detailpage h1 {
    height: 24px;
    margin: 13px 0 0 0;
    padding: 4px 0 0 10px;
    border-left: 5px solid #a19a90;
  }

  #title-area-detailpage h1 img {
    height: 21px;
  }

  #title-area-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }

  ul#bread-clumb li {
    display: inline;
    color: #666;
  }

  ul#bread-clumb li a {
    text-decoration: none;
    color: #035d8a;
  }

  ul#bread-clumb li a:hover {
    text-decoration: underline;
  }

  ul#bread-clumb li#home {
    padding-left: 12px;
    background: url('/common/images/bread-clumb-home-bg-01.png') left 1px no-repeat;
  }

  .fq-inner {
    width: 960px;
    margin: 0 auto;
  }

  .fq-backLink_label:hover {
    text-decoration: none;
  }

  .fq-h2 {
    font-size: 26px;
  }

  .fq-h3 {
    margin: 0 auto 25px;
    padding-bottom: 15px;
    border-bottom: solid 2px #919191;
    font-size: 22px;
  }

  .fq-wordSearch_box,
  .mt-site-search-result-container {
    width: 748px;
    height: 54px;
  }

  .fq-wordSearch_input,
  .mt-site-search-form__query {
    width: 684px;
    padding: 15px;
    font-size: 16px;
  }

  .fq-cat_item {
    width: 308px;
    margin-right: 18px;
    margin-bottom: 20px;
  }

  .fq-cat_item:nth-child(3n) {
    margin-right: 0;
  }

  .fq-prodSearch_item {
    width: 228px;
    margin-right: 16px;
    margin-bottom: 20px;
  }

  .fq-prodSearch_item:nth-child(4n) {
    margin-right: 0;
  }

  .fq-contactBox {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    padding: 35px;
    text-align: left;
  }

  .fq-contactBox_telWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }

  .fq-contactBox_btn {
    margin: 30px auto 0;
    text-align: center;
  }

  .fq-contactBox_btn .fq-contactBtn {
    margin: auto;
  }

  .fq-faqList_link:hover {
    background-color: #eee;
  }

  .fq-faqList_label {
    width: -webkit-calc(100% - 70px);
    width:         calc(100% - 70px);
  }

  .fq-fqDetail_headLabel {
    width: -webkit-calc(100% - 70px);
    width:         calc(100% - 70px);
  }
}

@media screen and (max-width: 568px) {
  .pcOnly {
    display: none;
  }

  #contents-wrap {
    padding: 0;
    font-size: 14px;
  }

  main {
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  }

  #title-area-catetop {
    padding: 16px 5px 10px;
    /*for IE7,8*/
    border-top: 1px solid #cfcfcf;
    border-bottom: 3px solid #a19a90;
    background: url('/common/images/title-area-sp-bg-01-d.gif') top left repeat;
    background: url('/common/images/title-area-pc-bg-01.gif') repeat scroll left top transparent 9;
    -webkit-background-size: 3px 3px;
            background-size: 3px 3px;
  }

  #title-area-catetop h1 {
    height: 22px;
    padding: 4px 0 0 5px;
    border-left: 3px solid #a19a90;
  }

  #title-area-catetop h1 img {
    height: 16px;
  }

  #title-area-detailpage {
    padding: 16px 5px 10px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 3px solid #a19a90;
    background: url('/common/images/title-area-sp-bg-01-d.gif') top left repeat;
    background: url('/common/images/title-area-pc-bg-01.gif') repeat scroll left top transparent 9;
    -webkit-background-size: 3px 3px;
    /*for IE7,8*/
            background-size: 3px 3px;
  }

  #title-area-detailpage h1 {
    height: 22px;
    padding: 4px 0 0 5px;
    border-left: 3px solid #a19a90;
  }

  #title-area-detailpage h1 img {
    height: 16px;
  }

  #title-area-detailpage span.sub-title {
    font-size: 14px;
    font-weight: bold;
  }

  ul#bread-clumb {
    margin-bottom: 4px;
  }

  ul#bread-clumb li {
    display: inline;
    color: #666;
    font-size: 10px;
  }

  ul#bread-clumb li a {
    text-decoration: none;
    color: #035d8a;
  }

  ul#bread-clumb li a:hover {
    text-decoration: underline;
  }

  .fq-inner {
    margin: 0 auto;
  }

  .fq-backLink::before {
    width: 13px;
    height: 13px;
  }

  .fq-h2 {
    font-size: 20px;
  }

  .fq-h3 {
    margin: 0 auto 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #919191;
    font-size: 16px;
    font-weight: bold;
  }

  .fq-section {
    padding: 40px 10px;
  }

  .fq-section:last-child {
    padding-bottom: 65px;
  }

  .fq-wordSearch_box,
  .mt-site-search-result-container {
    width: 100%;
    height: 50px;
  }

  .fq-wordSearch_input,
  .mt-site-search-form__query {
    width: 83.66197183098592%;
    padding: 20px;
    font-size: 14px;
  }

  .fq-wordSearch_submit,
  .mt-site-search-form__button {
    width: 50px;
  }

  .fq-catSearch {
    margin-bottom: 40px;
  }

  .fq-cat_item {
    width: 100%;
    margin-bottom: 12px;
  }

  .fq-cat_link {
    height: 69px;
  }

  .fq-prodSearch_item {
    width: 48.45070422535211%;
  }

  .fq-prodSearch_item:nth-child(2n) {
    margin-bottom: 3.098591549295775%;
    margin-left: 3.098591549295775%;
  }

  .fq-prodSearch_link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.633802816901409%;
  }

  .fq-contactLead {
    margin: 30px auto;
  }

  .fq-contactBox {
    width: 100%;
    margin-bottom: 10px;
    padding: 30px;
  }

  .fq-contactBox_head {
    font-size: 15px;
  }

  .fq-contactBox_tel {
    margin: 20px auto;
    font-size: 23px;
  }

  .fq-contactBox_lead {
    line-height: 1.7;
  }

  .fq-contactBox_telNote {
    line-height: 1.7;
  }

  .fq-contactBox_btn {
    margin-top: 20px;
  }

  .fq-contactBtn {
    width: 100%;
    height: 69px;
  }

  .fq-faqList {
    margin-bottom: 30px;
  }

  .fq-faqList_link {
    padding: 15px;
  }

  .fq-faqList_link::before {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }

  .fq-faqList_link::after {
    width: 13px;
    height: 13px;
  }

  .fq-faqList_label {
    width: -webkit-calc(100% - 55px);
    width:         calc(100% - 55px);
  }

  .fq-fqDetail_head {
    padding: 20px 15px;
  }

  .fq-fqDetail_head::before {
    width: 24px;
    height: 24px;
  }

  .fq-fqDetail_headLabel {
    width: -webkit-calc(100% - 55px);
    width:         calc(100% - 55px);
  }

  .fq-fqDetail_body {
    display: block;
    padding: 20px 15px;
  }

  .fq-fqDetail_body::before {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 15px;
  }

  .fq-fqDetail_bodyInner {
    display: block;
    width: 100%;
  }
}
