@charset "UTF-8";
_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important;
}

html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2b383f;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 100%;
  letter-spacing: 1px;
  line-height: 1.6;
  vertical-align: baseline;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul, dl, ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
  text-indent: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  text-align: left;
  /*iphone*/
}

.logo-wrapper a img {
  display: block;
  width: 100%;
}

body #contents {
  width: 100% !important;
  line-height: 1.6;
}

.cf {
  zoom: 1;
}

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure > img {
  width: 100%;
}

a {
  color: transparent;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

ul {
  font: inherit;
}

.red {
  color: #c00 !important;
}

.bgc {
  background-color: #eceff1;
}

.is-fixed {
  position: fixed;
}

[class*="pc-none"] {
  display: none;
}

@media screen and (max-width: 736px) {
  [class*="sp-none"] {
    display: none;
  }
  [class*="pc-none"] {
    display: block;
  }
}

figure.small {
  width: 85%;
}

#ghcontainer *, #ghcontainer-sp-menu *, #footer-sp *, #footer * {
  letter-spacing: 0px !important;
  vertical-align: baseline !important;
}

/*--------------------------------------------------
	見出し
--------------------------------------------------*/
.headline {
  position: relative;
  padding: 0 0 10px 0;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .headline {
    padding-bottom: 20px;
    font-size: 22px;
  }
}

.headline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #009844;
  content: '';
}

@media screen and (max-width: 736px) {
  .headline::before {
    height: 2px;
  }
}

.headline_txt {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .headline_txt {
    font-size: 36px;
  }
}

@media screen and (max-width: 736px) {
  .headline_txt {
    font-size: 24px;
  }
}

.headline_txt::after {
  display: block;
  color: #009844;
  font-weight: normal;
  content: 'dummydummydummy';
}

@media screen and (min-width: 737px), print {
  .headline_txt::after {
    margin: 15px auto 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .headline_txt::after {
    margin: 10px auto 0;
    font-size: 12px;
  }
}

/*--------------------------------------------------
	汎用ボタン
--------------------------------------------------*/
@media screen and (min-width: 737px), print {
  a:hover {
    opacity: .7;
  }
}

a.btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-radius: 4px;
  background-color: #009844;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  a.btn_more {
    height: 40px;
    font-size: 14px;
  }
}

a.btn_more::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(45deg);
          transform: scale(0.85, 1) rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
}

a.btn_back {
  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;
  margin: 0 auto;
  background-color: #eceff1;
  color: #2b383f;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  a.btn_back {
    width: 320px;
    height: 63px;
  }
}

@media screen and (max-width: 736px) {
  a.btn_back {
    width: auto;
    height: 75px;
    margin: 0 15px;
    font-size: 19px;
  }
}

a.btn_back > span {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 737px), print {
  a.btn_back > span {
    padding-left: 35px;
  }
}

@media screen and (max-width: 736px) {
  a.btn_back > span {
    padding-left: 54px;
  }
}

a.btn_back > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(45deg);
          transform: scale(0.85, 1) rotate(45deg);
  border-bottom: 2px solid #009844;
  border-left: 2px solid #009844;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_back > span::after {
    left: 25px;
    width: 10px;
    height: 10px;
  }
}

a.btn_next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 58px 0 40px;
  border: 2px solid #2b383f;
  color: #2b383f;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  a.btn_next {
    min-height: 77px;
    padding: 0 66px 0 36px;
    border-width: 1px;
    font-size: 14px;
  }
}

a.btn_next span::before {
  display: inline;
  font-weight: normal;
  content: 'NEXT：';
}

@media screen and (max-width: 736px) {
  a.btn_next span::before {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}

a.btn_next::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #009844;
  border-left: 2px solid #009844;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_next::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

a.btn_pdf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #eceff1;
  color: #2b383f;
}

@media screen and (max-width: 736px) {
  a.btn_pdf {
    padding: 20px 66px 20px 15px;
    border-width: 1px;
    font-size: 14px;
  }
}

@media screen and (min-width: 737px), print {
  a.btn_pdf {
    height: 68px;
    padding: 0 58px 0 40px;
    font-size: 15px;
  }
}

@media screen and (max-width: 736px) {
  a.btn_pdf span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

a.btn_pdf span::before {
  margin-right: 14px;
  font-weight: normal;
  vertical-align: middle;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_pdf span::before {
    display: block;
    width: 30px;
    height: 35.5px;
    background: url(../img/icon_pdf_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 737px), print {
  a.btn_pdf span::before {
    display: inline-block;
    width: 25px;
    height: 29px;
    background: url(../img/icon_pdf.png) 0 0 no-repeat;
  }
}

a.btn_pdf::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #2b383f;
  border-left: 2px solid #2b383f;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_pdf::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

a.btn_aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0 66px 0 36px;
  border-width: 1px;
  background-color: #fff;
  color: #2b383f;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  a.btn_aside {
    min-height: 75px;
  }
}

@media screen and (min-width: 737px), print {
  a.btn_aside {
    height: 62px;
    padding: 0 58px 0 20px;
    font-size: 16px;
  }
}

a.btn_aside span::before {
  display: inline-block;
  margin-right: 8px;
  background: 0 0 no-repeat;
  font-weight: normal;
  vertical-align: middle;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_aside span::before {
    font-size: 12px;
    text-align: center;
  }
}

a.btn_aside::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #009844;
  border-left: 2px solid #009844;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_aside::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

a.btn_aside.btn_aside-search::after {
  position: absolute;
  top: calc(50% - 12px);
  right: 28px !important;
  bottom: inherit;
  margin: auto;
  -webkit-transform: inherit;
          transform: inherit;
  border-bottom: none;
  border-left: none;
  content: url(../img/icon_open.png);
}

@media screen and (max-width: 736px) {
  a.btn_aside.btn_aside-search::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

a.btn_aside.open_second_item::after {
  content: url(../img/icon_close.png);
}

@media screen and (max-width: 736px) {
  a.btn_aside.open_second_item::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

a.btn_aside-catalog span::before {
  width: 29.5px;
  height: 21.5px;
  background-image: url(../img/icon_catalog_sp.png);
  background-size: 100% auto;
}

@media screen and (min-width: 737px), print {
  a.btn_aside-catalog span::before {
    width: 25px;
    height: 18px;
    background-image: url(../img/icon_catalog.png);
  }
}

a.btn_aside-search span::before {
  width: 29.5px;
  height: 21.5px;
  background-image: url(../img/icon_search_sp.png);
  background-size: 100% auto;
}

@media screen and (min-width: 737px), print {
  a.btn_aside-search span::before {
    width: 25px;
    height: 18px;
    background-image: url(../img/icon_search.png);
  }
}

a.btn_aside-repair span::before {
  width: 27px;
  height: 27px;
  background-image: url(../img/icon_repair_sp.png);
  background-size: 100% auto;
}

@media screen and (min-width: 737px), print {
  a.btn_aside-repair span::before {
    width: 23px;
    height: 23px;
    background-image: url(../img/icon_repair.png);
  }
}

a.btn_faq {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 0 63px 0 20px;
  border: 2px solid #eceff1;
  color: #2b383f;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  a.btn_faq {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 406px;
    height: 110px;
    padding: 0 63px 0 40px;
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (min-width: 737px), print {
  a.btn_faq span {
    font-size: 22px;
  }
}

a.btn_faq span small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (min-width: 737px), print {
  a.btn_faq span small {
    font-size: 16px;
  }
}

a.btn_faq::after {
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #2b383f;
  border-left: 2px solid #2b383f;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_faq::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

/*--------------------------------------------------
	text
--------------------------------------------------*/
.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.text--heading {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .text--heading {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.text--heading__discription {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .text--heading__discription {
    font-size: 12px;
  }
}

.text--subheading {
  font-size: 22px;
  line-height: 30px;
}

@media screen and (max-width: 736px) {
  .text--subheading {
    font-size: 18px;
  }
}

.text--plane {
  color: #2b383f;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 736px) {
  .text--plane {
    font-size: 14px;
  }
}

.text--plane_s {
  font-size: 12px;
}

.text-cap {
  font-size: 14px;
}

.text-under-line {
  text-decoration: underline;
}

[class*="text--"] + [class*="text--"] {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  [class*="text--"] + [class*="text--"] {
    margin-top: 15px;
  }
}

.text-after-arrow {
  position: relative;
}

.text-after-arrow::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 16px;
  margin: auto;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 16px;
  content: "\f054";
}

.text-before-arrow {
  position: relative;
}

.text-before-arrow::after {
  position: absolute;
  left: 10px;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f054";
}

.text-before-plus {
  position: relative;
}

.text-before-plus::after {
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0fe";
}

.text-before-minus {
  position: relative;
}

.text-before-minus::after {
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f146";
}

.text-before-arrow-box {
  position: relative;
}

.text-before-arrow-box::after {
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f152";
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  opacity: .7;
}

.btn--long {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .btn--long {
    width: 100%;
  }
}

.btn i {
  float: right;
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

.btn i::before {
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

/*--------------------------------------------------
	レイアウトパターン
--------------------------------------------------*/
@media screen and (min-width: 737px), print {
  .layout-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-3 > * {
    -webkit-box-sizing: box-sizing;
            box-sizing: box-sizing;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/3);
            flex: 0 0 calc(100%/3);
  }
}

@media screen and (min-width: 737px), print {
  .layout-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-2 > * {
    -webkit-box-sizing: box-sizing;
            box-sizing: box-sizing;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.mainContents_header {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 737px), print {
  .mainContents_header {
    margin-bottom: 70px;
  }
}

.mainContents_header-image {
  position: relative;
  background: 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 736px) {
  .mainContents_header-image {
    width: 100%;
    padding-top: 78.125%;
    background-image: url(../../img/bg_home_mv_sp.jpg);
  }
}

@media screen and (min-width: 737px), print {
  .mainContents_header-image {
    position: relative;
    width: 1200px;
    min-width: 980px;
    height: 510px;
    margin: 0 auto;
    margin-bottom: 55px;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
    background-image: url(../../img/bg_home_mv.jpg);
  }
}

.mainContents_header-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 736px) {
  .mainContents_header-image img {
    width: 185px;
    height: auto;
  }
}

@media screen and (min-width: 737px), print {
  .mainContents_header-image img {
    right: 50%;
    margin: auto 40px auto auto;
  }
}

.mainContents_header-text {
  padding: 25px 15px 0;
  font-weight: normal;
}

@media screen and (min-width: 737px), print {
  .mainContents_header-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: 80px auto 80px 50px;
    padding: 50px;
    background-color: rgba(64, 74, 79, 0.6);
  }
}

.mainContents_header-text span {
  display: block;
  margin-top: .4em;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.619;
}

@media screen and (max-width: 736px) {
  .mainContents_header-text span {
    font-size: 20px;
  }
}

@media screen and (min-width: 737px), print {
  .mainContents_header-text span {
    color: #fff;
    font-size: 42px;
  }
}

.mainContents_header-text small {
  display: inline-block;
  background-color: #009844;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .mainContents_header-text small {
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 34px;
  }
}

@media screen and (min-width: 737px), print {
  .mainContents_header-text small {
    height: 40px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 40px;
  }
}

.mainContents_aside {
  padding: 40px 15px;
  background-color: #eceff1;
}

@media screen and (min-width: 737px), print {
  .mainContents_aside {
    padding: 34px 0;
  }
}

.mainContents_aside_container {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .mainContents_aside_container {
    width: 765px;
  }
}

@media screen and (min-width: 737px), print {
  .mainContents_aside_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
}

.mainContents_aside_grid_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .mainContents_aside_grid_item {
    padding: 0 0 15px;
  }
}

@media screen and (min-width: 737px), print {
  .mainContents_aside_grid_item {
    width: calc(100%/3);
    padding: 0 5px;
  }
}

.mainContents_aside_grid_item .second_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

@media screen and (min-width: 737px), print {
  .mainContents_aside_grid_item .second_item {
    position: absolute;
    width: 248px;
  }
}

.mainContents_aside_grid_item .second_item li {
  position: relative;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .mainContents_aside_grid_item .second_item li {
    border: 1px solid #eceff1;
  }
  .mainContents_aside_grid_item .second_item li + li {
    border-top: none;
  }
}

@media screen and (max-width: 736px) {
  .mainContents_aside_grid_item .second_item li {
    border-top: 1px solid #eceff1;
  }
}

.mainContents_aside_grid_item .second_item li a {
  padding: 0 28px 0;
  color: #2b383f;
  font-size: 14px;
}

.mainContents_aside_grid_item .second_item li a:hover {
  color: #009844;
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .mainContents_aside_grid_item .second_item li a {
    padding: 0 60px 0;
  }
}

.mainContents_aside_grid_item .second_item li a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 13px;
  width: 4px;
  height: 4px;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #009844;
  border-left: 2px solid #009844;
  content: '';
}

@media screen and (max-width: 736px) {
  .mainContents_aside_grid_item .second_item li a::before {
    left: 40px;
  }
}

.mainContents_footer {
  padding: 30px 15px 60px;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .mainContents_footer {
    padding: 80px 0 160px;
  }
}

.insurance {
  margin-bottom: 80px;
  padding: 30px 15px;
  background-color: #eceff1;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .insurance {
    margin-bottom: 80px;
    padding: 50px 0;
  }
}

.insurance_container {
  margin: 0 auto;
}

@media screen and (min-width: 737px), print {
  .insurance_container {
    width: 660px;
  }
}

.insurance_header {
  margin-bottom: 25px;
  font-size: 17px;
}

@media screen and (min-width: 737px), print {
  .insurance_header {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

.insurance_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.insurance_media_image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 62px;
  padding-right: 10px;
}

@media screen and (max-width: 736px) {
  .insurance_media_image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 737px), print {
  .insurance_media_image {
    width: 125px;
    padding-right: 25px;
  }
}

.insurance_media_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  line-height: 1.625;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .insurance_media_body {
    font-size: 16px;
  }
}

.insurance_media_body strong {
  color: #c20017;
  font-weight: normal;
}

.insurance_media_body a {
  display: block;
  margin-top: .5em;
  color: #2b383f;
  font-size: 10px;
  text-decoration: underline;
}

@media screen and (min-width: 737px), print {
  .insurance_media_body a {
    font-size: 14px;
  }
}

/*.acrobat-link {
  box-sizing: border-box;
  color: #2b383f;
  margin-top: 30px;
  @include mq() {
    display: block;
    padding: 30px 20px 20px;
    border: 4px solid #eceff1;
    font-size: 12px;
  }
  @include mq(pc) {
    display: flex;
    padding: 30px 35px;
    border: 4px solid #eceff1;
    font-size: 14px;
    margin-top: 60px;
  }
  span {
    box-sizing: border-box;
    @include mq() {
      &:nth-child(1) {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        img {
          width: 60%;
        }
      }
      &:nth-child(2) {
        display: block;
        text-align: left;
      }
    }
    @include mq(pc) {
      &:nth-child(1) {
        width: 158px;
        img {
          width: 100%;
        }
      }
      &:nth-child(2) {
        padding-left: 40px;
      }
    }
  }


}*/
.adobeReader {
  margin: 60px 0 80px;
  border: 4px solid #eceff1;
  font-size: 14px;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 737px), print {
  .adobeReader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 35px 30px;
  }
}

@media screen and (max-width: 736px) {
  .adobeReader {
    padding: 30px 20px 20px;
    letter-spacing: -0.03em;
  }
}

@media screen and (min-width: 737px), print {
  .adobeReader a {
    display: block;
    width: 158px;
  }
}

@media screen and (max-width: 736px) {
  .adobeReader a {
    text-align: center;
  }
}

.adobeReader a img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .adobeReader a img {
    width: 60%;
    margin-bottom: 20px;
  }
}

.adobeReader span {
  display: block;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .adobeReader span {
    padding-left: 40px;
  }
}

@media screen and (max-width: 736px) {
  .adobeReader span {
    font-size: 12px;
  }
}

.adobeReader span:first-line {
  line-height: 1;
}

.home_article {
  margin-bottom: 50px;
}

@media screen and (min-width: 737px), print {
  .home_article {
    margin-bottom: 80px;
  }
}

.home_article_header {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .home_article_header {
    margin-bottom: 40px;
  }
}

.home_article_header-text {
  font-size: 29px;
  line-height: 1;
}

@media screen and (min-width: 737px), print {
  .home_article_header-text {
    font-size: 36px;
  }
}

.home_article_header small {
  display: block;
  color: #009844;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .home_article_header small {
    margin-top: 10px;
  }
}

@media screen and (min-width: 737px), print {
  .home_article_header small {
    margin: 15px auto 0;
    font-size: 14px;
  }
}

.home_article_body {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .home_article_body {
    width: 980px;
  }
}

@media screen and (max-width: 736px) {
  .home_article_body {
    padding: 0 15px;
  }
}

.home_article_section {
  text-align: left;
}

.home_article_section_header {
  margin-bottom: 40px;
  padding-bottom: 14px;
  border-bottom: 2px solid #009844;
}

@media screen and (min-width: 737px), print {
  .home_article_section_header {
    margin-bottom: 85px;
    padding-bottom: 20px;
  }
}

.home_article_section_header-text {
  font-size: 18px;
  line-height: 1;
}

@media screen and (min-width: 737px), print {
  .home_article_section_header-text {
    font-size: 26px;
  }
}

.lineup_item {
  position: relative;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bbb;
  text-align: left;
}

@media screen and (min-width: 737px), print {
  .lineup_item {
    margin-top: 80px;
    padding-right: 90px;
    padding-bottom: 80px;
    padding-left: 490px;
  }
}

.lineup_item:first-child {
  margin-top: 0;
}

.lineup_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 737px), print {
  .lineup_item:last-child {
    padding-bottom: 80px;
    border-bottom: 1px solid #bbb;
  }
}

.lineup_item_header {
  margin-bottom: 18px;
}

@media screen and (min-width: 737px), print {
  .lineup_item_header {
    margin-bottom: 24px;
  }
}

.lineup_item_header-text {
  font-size: 20px;
  line-height: 1;
}

@media screen and (min-width: 737px), print {
  .lineup_item_header-text {
    font-size: 26px;
  }
}

.lineup_item_body {
  font-size: 13px;
}

@media screen and (min-width: 737px), print {
  .lineup_item_body {
    font-size: 14px;
  }
  .lineup_item_body-text {
    margin-right: -90px;
  }
}

.lineup_item_image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 38px 0;
}

@media screen and (min-width: 737px), print {
  .lineup_item_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 490px;
    padding: 0 100px 0 56px;
  }
}

.lineup_item_image img {
  width: 100%;
  height: auto;
}

.lineup_item_body-price {
  display: block;
  margin-top: 15px;
  padding: 18px 20px;
  background-color: #eceff1;
  font-size: 12px;
}

@media screen and (min-width: 737px), print {
  .lineup_item_body-price {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 18px;
  }
}

.lineup_item_body-price strong {
  color: #cb0000;
  font-size: 20px;
}

@media screen and (min-width: 737px), print {
  .lineup_item_body-price strong {
    font-size: 26px;
  }
}

.lineup_item_body-tableview {
  display: block;
  margin: 20px auto 0;
  border-top: 2px solid #cecece;
}

@media screen and (min-width: 737px), print {
  .lineup_item_body-tableview {
    margin-top: 40px;
  }
}

.lineup_item_body-tableview sup {
  position: relative;
  position: relative;
  top: -0.1em;
  font-size: 65.5%;
  vertical-align: top;
}

.lineup_item_body-tableview_row {
  display: table;
  width: 100%;
  border-bottom: 2px solid #cecece;
}

.lineup_item_body-tableview_header, .lineup_item_body-tableview_data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}

@media screen and (min-width: 737px), print {
  .lineup_item_body-tableview_header, .lineup_item_body-tableview_data {
    padding: 20px 16px;
  }
}

.lineup_item_body-tableview_header {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 737px), print {
  .lineup_item_body-tableview_header {
    font-size: 18px;
  }
}

.lineup_item_body-tableview_data {
  font-size: 19px;
  font-weight: bold;
  text-align: right;
}

@media screen and (min-width: 737px), print {
  .lineup_item_body-tableview_data {
    font-size: 20px;
  }
}

.lineup_item_body-tableview_data span {
  font-size: 13px;
}

@media screen and (min-width: 737px), print {
  .lineup_item_body-tableview_data span {
    font-size: 12px;
  }
}

.lineup_item_body-tableview_data small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.lineup_item_body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -5px -10px;
}

@media screen and (min-width: 737px), print {
  .lineup_item_body-list {
    margin: 26px -5px -10px;
  }
}

.lineup_item_body-list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 5px 10px;
}

.lineup_item_body-list_item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #eceff1;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.accessary_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .accessary_grid {
    margin-bottom: -35px;
  }
}

@media screen and (min-width: 737px), print {
  .accessary_grid {
    margin: 0 -20px -60px;
  }
}

.accessary_grid_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .accessary_grid_item {
    width: 100%;
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 737px), print {
  .accessary_grid_item {
    width: calc(100%/3);
    padding: 0 20px 60px;
  }
}

.accessary_item {
  text-align: left;
}

.accessary_item_image {
  margin-bottom: 15px;
}

@media screen and (min-width: 737px), print {
  .accessary_item_image {
    margin-bottom: 20px;
  }
}

.accessary_item_image img {
  width: 100%;
  height: auto;
}

.accessary_item_header {
  margin-bottom: 15px;
}

@media screen and (min-width: 737px), print {
  .accessary_item_header {
    margin-bottom: 18px;
  }
}

.accessary_item_header-text {
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 737px), print {
  .accessary_item_header-text {
    font-size: 18px;
  }
}

.accessary_item_body {
  font-size: 14px;
  line-height: 1.6;
}

.accessary_item_note_item {
  padding-left: 1em;
  font-size: 11px;
  text-indent: -1em;
}

@media screen and (min-width: 737px), print {
  .accessary_item_note_item {
    font-size: 14px;
  }
}

header .l-outer-header {
  background-color: #fff;
}

header .l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 737px), print {
  header .l-header-inner {
    width: 980px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 736px) {
  header .l-header-inner {
    width: 100%;
    padding: 15px 0;
  }
}

header .l-header-inner .hMenu {
  display: block;
  position: relative;
  padding-top: 28px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu {
    margin-right: 20px;
    padding-top: 21px;
  }
}

header .l-header-inner .hMenu span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 25px;
  height: 3px;
  margin: auto;
  background-color: #009844;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu span {
    width: 20px;
    height: 2px;
  }
}

header .l-header-inner .hMenu span:nth-of-type(1) {
  top: 0;
}

header .l-header-inner .hMenu span:nth-of-type(2) {
  top: 9px;
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu span:nth-of-type(2) {
    top: 7px;
  }
}

header .l-header-inner .hMenu span:nth-of-type(3) {
  top: 18px;
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu span:nth-of-type(3) {
    top: 14px;
  }
}

header .l-header-inner .hMenu::after {
  display: block;
  margin: 0 auto;
  color: #009844;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  content: "MENU";
}

header .l-header-inner .hMenu.open span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu.open span:nth-of-type(1) {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg);
  }
}

header .l-header-inner .hMenu.open span:nth-of-type(2) {
  opacity: 0;
}

header .l-header-inner .hMenu.open span:nth-of-type(3) {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

@media screen and (max-width: 736px) {
  header .l-header-inner .hMenu.open span:nth-of-type(3) {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg);
  }
}

.js-header-wrapper {
  z-index: 100;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .js-header-wrapper {
    background-color: #fff;
  }
}

.js-header-wrapper.is-fixed {
  top: 0;
}

.js-header-wrapper.is-fixed .l-outer-header {
  background-color: rgba(255, 255, 255, 0.9);
}

.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab-wrapper {
  background-color: rgba(120, 120, 120, 0.9);
}

.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab a {
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .js-header-wrapper.is-fixed {
    top: 0;
    -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
  }
}

.logo-wrapper {
  margin-left: 20px;
}

.logo-wrapper a {
  color: #000;
  font-weight: bold;
}

@media screen and (min-width: 737px), print {
  .logo-wrapper a {
    font-size: 28px;
  }
}

@media screen and (max-width: 736px) {
  .logo-wrapper a {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  footer {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 736px) {
  footer a {
    display: inline-block;
    width: 100%;
  }
}

footer a:hover {
  text-decoration: underline;
}

footer p, footer a, footer .text--plane {
  color: #fff;
}

footer li {
  font-size: 14px;
}

footer .js-back-to-top {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 6%;
  width: 85px;
  height: 85px;
}

@media screen and (max-width: 736px) {
  footer .js-back-to-top {
    right: 5%;
    width: 50px;
    height: 50px;
  }
}

footer .js-back-to-top > img {
  width: 100%;
  height: auto;
}

/* ------------------ side navigation ------------------ */
@media screen and (min-width: 737px), print {
  #side_navigation {
    z-index: 100;
    position: fixed;
    top: 204px;
    right: 0;
    width: 184px;
  }
  #side_navigation li {
    position: absolute;
    top: 0;
    right: 0;
    width: 184px;
    height: 50px;
    margin-bottom: 1px;
    overflow: hidden;
    background-color: rgba(99, 99, 99, 0.8);
    background-position: 2px 0;
    background-repeat: no-repeat;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
  }
  #side_navigation li:nth-of-type(1) {
    top: 0;
  }
  #side_navigation li:nth-of-type(2) {
    top: 51px;
  }
  #side_navigation li.side_repair {
    top: 102px;
  }
  #side_navigation li:hover {
    opacity: .8;
  }
  #side_navigation li a {
    display: block;
    position: absolute;
    left: 55px;
    min-width: 100px;
    height: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
  }
  #side_navigation li a span {
    display: block;
    display: block;
    width: auto;
    height: 50px;
    color: #fff;
    font-size: 12px;
  }
  #side_navigation li.side_search {
    background-image: url(../img/sidenavi/parts_side_nav_search_pc.png);
  }
  #side_navigation li.side_catalog {
    background-image: url(../img/sidenavi/parts_side_nav_catalog_pc.png);
  }
  #side_navigation li.side_estimate {
    background-image: url(../img/sidenavi/parts_side_nav_estimate_pc.png);
  }
  #side_navigation li.side_business {
    background-image: url(../img/sidenavi/parts_side_nav_business_pc.png);
  }
  #side_navigation li.side_repair {
    background-image: url(../img/sidenavi/parts_side_nav_repair_pc.png);
  }
}

@media screen and (max-width: 736px) {
  /* SPでは一旦非表示対応 */
  #side_navigation {
    display: none !important;
  }
}

/* side_navigation */
@media screen and (min-width: 737px), print {
  li.drop > a {
    pointer-events: none;
  }
  li.side_search > div {
    visibility: hidden;
    margin-top: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  li.side_search.open {
    height: 128px !important;
  }
  li.side_search.open > div {
    visibility: visible;
    background: #dedfe1;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  li.side_search.open > div p {
    border-bottom: 1px solid #fff;
    background: #dddfe0;
  }
  li.side_search a::after {
    display: block;
    position: absolute;
    top: 3px;
    right: -20px;
    content: url(../img/sidenavi/open.png);
  }
  li.side_search.open a::after {
    content: url(../img/sidenavi/close.png);
  }
  #side_navigation li:nth-of-type(3) {
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  li.side_search.open + li {
    top: 180px !important;
  }
  #side_navigation li.side_search > div a {
    display: inline-block;
    position: inherit;
    right: inherit;
    min-width: auto;
    height: auto;
    padding: 10px;
    color: inherit;
    font-weight: 700;
  }
  #side_navigation li.side_search > div a::before {
    -webkit-transform: scale(0.85, 1) rotate(-135deg);
    /* top: 0;
    right: 23px; */
    /* bottom: 0; */
    display: inline-block;
    position: relative;
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    margin-right: 7px;
    transform: scale(0.85, 1) rotate(-135deg);
    border-bottom: 2px solid #828282;
    border-left: 2px solid #828282;
    content: '';
  }
}
