@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_more-red {
  background-color: #c00;
}

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;
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  a.btn_back {
    width: auto;
    height: 75px;
    margin: 0;
    font-size: 16px;
  }
}

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 #c00;
  border-left: 2px solid #c00;
  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_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;
    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;
  }
}

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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 66px 0 36px;
  border: 2px solid #eceff1;
  background-color: #fff;
  color: #2b383f;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  a.btn_aside {
    min-height: 75px;
    font-size: 21px;
  }
}

@media screen and (min-width: 737px), print {
  a.btn_aside {
    width: 410px;
    height: 100px;
    padding: 0 58px 0 20px;
    font-size: 22px;
  }
}

a.btn_aside span::before {
  display: inline-block;
  margin-right: 20px;
  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;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #cb0000;
  border-left: 2px solid #cb0000;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_aside::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 737px), print {
  a.btn_aside::after {
    right: 30px;
    width: 11px;
    height: 11px;
  }
}

a.btn_aside-search span::before {
  width: 33px;
  height: 23px;
  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: 47px;
    height: 33px;
    background-image: url(../img/icon_search.png);
  }
}

/*--------------------------------------------------
	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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout > * {
    -webkit-box-sizing: box-sizing;
            box-sizing: box-sizing;
  }
}

@media screen and (min-width: 737px), print {
  .layout-3 > * {
    -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 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.layout-2 .layout_item {
  border-left: 1px solid #eceff1;
}

.layout-2 .layout_item:nth-child(odd) {
  border-left: none;
}

.layout-2 .layout_item:nth-child(odd) .home_article_container {
  padding-right: 80px;
  padding-left: 40px;
}

@media screen and (max-width: 736px) {
  .layout-2 .layout_item:nth-child(odd) .home_article_container {
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .layout-2 .layout_item:nth-child(even) {
    position: relative;
    margin-top: 60px;
    padding-top: 50px;
    border-left: none;
  }
  .layout-2 .layout_item:nth-child(even)::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    margin: auto -1000px;
    background-color: #eceff1;
    font-size: 0;
    content: "";
  }
}

.layout-2 .layout_item:nth-child(even) .home_article_container {
  padding-right: 40px;
  padding-left: 80px;
}

@media screen and (max-width: 736px) {
  .layout-2 .layout_item:nth-child(even) .home_article_container {
    padding: 0;
  }
}

sup {
  position: relative;
  top: -0.1em;
  font-size: 75.5%;
  vertical-align: top;
}

sub {
  position: relative;
  top: 0.1em;
  font-size: 75.5%;
  vertical-align: bottom;
}

.icon {
  display: inline-block;
  font-style: normal;
}

.icon-anshinhoshou {
  position: relative;
  top: -.2em;
  width: 24px;
  height: 24px;
  margin-right: 0.5em;
  padding-left: 16px;
  background: url(../img/icon_anshinhoshou.png) 100% 100% no-repeat;
  background-size: 24px 24px;
  vertical-align: bottom;
}

@media screen and (max-width: 736px) {
  .icon-anshinhoshou {
    top: -.25em;
    width: 18px;
    height: 18px;
    padding-left: 14px;
    background-size: 18px 18px;
  }
}

.icon-anshinhoshou::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  content: "+";
}

@media screen and (max-width: 736px) {
  .icon-anshinhoshou::before {
    top: -.2em;
    font-size: 15px;
  }
}

/* mainContents */
.mainContents {
  overflow: hidden;
}

.mainContents_container {
  padding-bottom: 100px;
  text-align: center;
}

.mainContents_header {
  padding: 60px 0 192px;
  background-color: #fffaf4;
}

.mainContents_header sup {
  top: -.05em;
  font-size: 100%;
}

@media screen and (max-width: 736px) {
  .mainContents_header {
    padding: 22px 15px;
  }
}

.mainContents_header-text {
  margin-bottom: .5em;
  font-size: 45px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .mainContents_header-text {
    font-size: 23px;
  }
}

.mainContents_header-text small {
  font-size: 85%;
}

.mainContents_header-caption {
  font-size: 18px;
  line-height: 1.77777;
}

@media screen and (max-width: 736px) {
  .mainContents_header-caption {
    font-size: 10px;
  }
}

.mainContents_header-note {
  font-size: 14px;
  line-height: 1.77777;
}

@media screen and (max-width: 736px) {
  .mainContents_header-note {
    font-size: 8px;
  }
}

.mainContents_body {
  margin: 0 auto;
}

@media screen and (min-width: 737px), print {
  .mainContents_body {
    width: 980px;
  }
}

@media screen and (max-width: 736px) {
  .mainContents_body {
    padding: 0 15px;
  }
}

.mainContents_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -104px auto 120px;
}

@media screen and (max-width: 736px) {
  .mainContents_nav {
    margin: 0 -15px 60px;
  }
}

.mainContents_nav_item {
  display: block;
  width: calc(100%/3);
}

@media screen and (max-width: 736px) {
  .mainContents_nav_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mainContents_nav_item_image {
  display: block;
}

@media screen and (max-width: 736px) {
  .mainContents_nav_item_image {
    display: none;
  }
}

.mainContents_nav_item_body {
  display: block;
  position: relative;
  height: 47px;
  border-left: 1px solid #fff;
  background-color: #c00;
  color: #fff;
  font-size: 16px;
  line-height: 47px;
}

@media screen and (max-width: 736px) {
  .mainContents_nav_item_body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 110px;
    padding-bottom: 14px;
    line-height: 1.375;
  }
}

.mainContents_nav_item_body::after {
  display: inline-block;
  position: relative;
  top: -3px;
  width: 7px;
  height: 7px;
  margin-left: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
}

@media screen and (max-width: 736px) {
  .mainContents_nav_item_body::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: auto;
  }
}

.mainContents_nav_item:nth-child(1) .mainContents_nav_item_body {
  border-left: none;
}

.mainContents_item {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .mainContents_item {
    padding-bottom: 60px;
  }
}

.mainContents_item.layout {
  padding: 70px 0 100px;
}

@media screen and (max-width: 736px) {
  .mainContents_item.layout {
    padding: 50px 0 60px;
  }
}

.mainContents_item.layout::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  margin: auto -1000px;
  background-color: #eceff1;
  font-size: 0;
  content: "";
}

@media screen and (max-width: 736px) {
  .mainContents_footer {
    padding: 0 15px;
  }
}

.home_article .btn_more {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .home_article .btn_more {
    height: 50px;
    font-size: 18px;
  }
}

.home_article_header {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 28px;
}

@media screen and (max-width: 736px) {
  .home_article_header {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
}

.home_article_header::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  margin: auto;
  background-color: #c00;
  content: "";
}

@media screen and (max-width: 736px) {
  .home_article_header::after {
    width: 38px;
    height: 2px;
  }
}

.home_article_header-text {
  font-size: 30px;
}

@media screen and (max-width: 736px) {
  .home_article_header-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .home_article_image img {
    max-width: 160px;
    height: auto;
  }
}

.home_article_image_caption {
  margin-top: 25px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .home_article_image_caption {
    margin-top: 18px;
  }
}

.home_article_image_caption > span {
  display: block;
}

.home_article_image_caption-title {
  font-size: 26px;
}

@media screen and (max-width: 736px) {
  .home_article_image_caption-title {
    font-size: 18px;
  }
}

.home_article_image_caption-text {
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .home_article_image_caption-text {
    font-size: 15px;
  }
}

.home_article_body {
  margin-top: 40px;
  font-size: 16px;
}

@media screen and (max-width: 736px) {
  .home_article_body {
    margin-top: 25px;
    font-size: 14px;
  }
}

.home_article_body > p {
  letter-spacing: normal;
}

.home_article_body-note {
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  .home_article_body-note {
    font-size: 11px;
  }
}

.home_article_footer {
  padding-top: 50px;
}

@media screen and (max-width: 736px) {
  .home_article_footer {
    padding-top: 35px;
  }
}

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: top right;
    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:nth-of-type(3) {
    top: 102px;
  }
  #side_navigation li:hover {
    opacity: .8;
  }
  #side_navigation li a {
    display: block;
    position: absolute;
    right: 72px;
    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;
  }
}
