/* -----------------------------------------------------------------------------

 base.css

----------------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {
  font-size: 10px;
}

body {
  width: 100%;
  background: #fff;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
}

body * {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  overflow-wrap: break-word;
  letter-spacing: 0.05em;
}

.inner {
  width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

#wrapper {
  padding: 100px 0 0;
  min-width: 1240px;
  overflow: hidden;
  position: relative;
}

/* #header
-------------------------------------------------------------------- */
#header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1240px;
  height: 100px;
  line-height: 1;
  color: #222;
  z-index: 5000;
  box-shadow: 0px 3px 5px 4px rgba(0, 0, 0, 0.05);
}
#header .logo {
  position: absolute;
  top: 15px;
  left: 20px;
}
#header .logo span {
  display: block;
  font-weight: normal;
  padding: 0 0 10px;
  font-size: 1.2rem;
}
#header .logo a {
  display: inline-block;
}
#header .logo a img {
  width: 130px;
}

/* #globalNav
-------------------------------------------------------------------- */
#globalNav {
  float: right;
  position: relative;
}
#globalNav .mainNav {
  padding: 30px 0 0 0;
}
#globalNav .mainNav li {
  float: left;
}
#globalNav .mainNav li a {
  display: block;
  padding: 0 20px;
}
#globalNav .mainNav li a span {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 0 0 29px;
  color: #234da1;
  font-weight: bold;
  font-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  position: relative;
}
#globalNav .mainNav li a span:before, #globalNav .mainNav li a span:after {
  content: "";
  position: absolute;
  bottom: 18px;
  display: block;
  width: 0;
  height: 2px;
  background: #234da1;
  transition: all 0.3s;
}
#globalNav .mainNav li a span:before {
  left: 50%;
}
#globalNav .mainNav li a span:after {
  right: 50%;
}
#globalNav .mainNav li a:hover span:before, #globalNav .mainNav li a:hover span:after {
  width: 50%;
}
#globalNav .mainNav li a.active span:before, #globalNav .mainNav li a.active span:after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 2px;
  background: #ff4a45;
  width: 50%;
}
#globalNav .mainNav li.home a span {
  background-image: url(/common_re/img/icon_home01.png);
}
#globalNav .mainNav li.used a span {
  background-image: url(/common_re/img/icon_used01.png);
}
#globalNav .mainNav li.shop a span {
  background-image: url(/common_re/img/icon_shop01.png);
}
#globalNav .mainNav li.service a span {
  background-image: url(/common_re/img/icon_service01.png);
}
#globalNav .mainNav li.assessment a span {
  background-image: url(/common_re/img/icon_assessment01.png);
}
#globalNav .mainNav li.contact a span {
  background-image: url(/common_re/img/icon_contact01.png);
}
#globalNav .subNav {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 0;
  text-align: center;
}
#globalNav .subNav li {
  display: inline-block;
  font-size: 1.2rem;
}
#globalNav .subNav li + li {
  margin: 0 0 0 27px;
}

#wrapper.home .home a span:before,
#wrapper.home .home a span:after,
#wrapper.used .used a span:before,
#wrapper.used .used a span:after,
#wrapper.shop .shop a span:before,
#wrapper.shop .shop a span:after,
#wrapper.service .service a span:before,
#wrapper.service .service a span:after,
#wrapper.assessment .assessment a span:before,
#wrapper.assessment .assessment a span:after,
#wrapper.contact .contact a span:before,
#wrapper.contact .contact a span:after {
  width: 50%;
}

#bgGlobalNav {
  display: none;
}

/* #main
-------------------------------------------------------------------- */
#main {
  font-size: 1.4rem;
}

/* #footer
-------------------------------------------------------------------- */
#footer {
  position: relative;
  clear: both;
}
#footer .pageTop {
  width: 57px;
  height: 57px;
  display: block;
  border-radius: 5px;
  background: #234da1;
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  border: 2px solid #fff;
  box-shadow: none;
}
#footer .pageTop span {
  text-indent: -9999px;
  display: inline-block;
}
#footer .pageTop:before {
  font-family: 'Material Icons';
  content: "\E5D8";
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #fff;
  font-size: 2.4rem;
  transition: 0.2s ease-out;
}
#footer aside {
  background: #eff3f5;
}
#footer aside ul {
  border-right: 1px solid #e4e7ed;
}
#footer aside ul li {
  border-left: 1px solid #e4e7ed;
  float: left;
  width: 14.3%;
  text-align: center;
}
#footer aside ul li:first-child {
  width: 14.2%;
}
#footer aside ul li a {
  display: block;
  padding: 11px 5px 0;
  height: 100px;
}
#footer aside ul li a img {
  display: block;
  width: auto;
  height: 27px;
  margin: 0 auto 8px;
}
#footer aside ul li a span {
  font-size: 1.1rem;
  line-height: 1.4;
  display: inline-block;
  color: #234da1;
}
#footer .sitemap {
  line-height: 1.4;
  clear: both;
  padding: 50px 0;
  background: #dee6f5;
}
#footer .sitemap a {
  color: #234da1;
}
#footer .sitemap .column {
  float: left;
  width: 155px;
  border-top: 1px solid #ccd5e7;
}
#footer .sitemap .column + .column {
  margin: 0 0 0 22px;
}
#footer .sitemap .column .parent > a {
  display: block;
  border-bottom: 1px solid #ccd5e7;
  padding: 10px 10px 10px 0;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}
#footer .sitemap .column .parent > a:hover {
  text-decoration: none;
}
#footer .sitemap .column .parent > a:hover:span {
  text-decoration: underline;
}
#footer .sitemap .column .parent > a:before {
  font-family: 'Material Icons';
  content: "\E315";
  position: absolute;
  line-height: 1;
  right: 0;
  top: 50%;
  margin: -0.5em 0 0;
}
#footer .sitemap .column .parent .child {
  padding: 3px 0 0;
}
#footer .sitemap .column .parent .child li {
  margin: 10px 0 0;
  font-size: 1.2rem;
}
#footer .sitemap .column.wide {
  width: 492px;
}
#footer .sitemap .column.wide .child li {
  width: 50%;
  float: left;
}
#footer small {
  display: block;
  text-align: center;
  background: #234da1;
  color: #fff;
  padding: 10px;
}

/* .slider
-------------------------------------------------------------------- */
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: none;
  outline: none;
  font-size: 0;
  z-index: 2;
  background-color: #234da1;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.slider .slick-arrow:before {
  font-family: 'Material Icons';
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  transition: 0.2s ease-out;
}
.slider .slick-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slider .slick-prev:before {
  content: "\E5C4";
}
.slider .slick-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.slider .slick-next:before {
  content: "\E5C8";
}
.slider .slick-disabled {
  opacity: 0;
}
.slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  padding: 15px 40px 0;
}
.slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ccc;
}
.slider .slick-dots li.slick-active button {
  background: #234da1;
}

/* form
-------------------------------------------------------------------- */
/* text */
input[type="text"] {
  height: 50px;
  width: 100%;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* checkbox, radio */
/* select */
select {
  cursor: pointer;
}

.select01 {
  width: 100% !important;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: left;
  padding: 0 30px 0 15px;
  position: relative;
  overflow: hidden;
}
.select01:before {
  font-family: 'Material Icons';
  content: "\E313";
  position: absolute;
  line-height: 1;
  right: 5px;
  top: 50%;
  margin: -0.5em 0 0;
  color: #234da1;
  font-size: 2.4rem;
}

.hasCustomSelect {
  z-index: 2;
}

select.select01.hasCustomSelect:disabled + span.select01 {
  background-color: #ccc;
}

/* textarea */
textarea {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  resize: none;
}

/* .placeholder */
.placeholderWrap {
  text-align: left;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.placeholder {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #bbb;
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 99;
  margin: -0.5em 0 0;
  white-space: nowrap;
}

/* button */
button.btnSearch span {
  line-height: 47px;
  height: 50px;
}
button.btnSearch span:before {
  font-family: 'Material Icons';
  content: "\E8B6";
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
  top: 3px;
  margin: 0 2px 0 0;
}

/* module
-------------------------------------------------------------------- */
.btn {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 4px rgba(0, 0, 0, 0.05);
}
.btn.btn01 {
  background-color: #234da1;
}
.btn.btn02 {
  background-color: #f28300;
}
.btn span {
  display: inline-block;
  color: #fff;
}

/* -----------------------------------------------------------------------------

 min-width: 751px

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  a,
  a img,
  .btn {
    transition: 0.2s ease-out;
  }

  #wrapper {
    right: inherit !important;
  }

  /* #header
  -------------------------------------------------------------------- */
  #header {
    right: inherit !important;
  }

  	/* #globalNav
  -------------------------------------------------------------------- */
  #globalNav {
    display: block !important;
    right: inherit !important;
  }
  #globalNav .subNav a:hover {
    text-decoration: underline;
  }

  /* #footer
  -------------------------------------------------------------------- */
  #footer a:hover,
  #footer a:hover * {
    text-decoration: underline;
  }
  #footer .pageTop:hover:before {
    top: 40%;
  }
  #footer .pageTop:hover,
  #footer .pageTop:hover * {
    text-decoration: none;
  }

  /* .slider
  -------------------------------------------------------------------- */
  .slider .slick-prev:hover:before {
    left: 40%;
  }
  .slider .slick-next:hover:before {
    left: 60%;
  }

  	/* module
  -------------------------------------------------------------------- */
  .btn.btn01:hover {
    background-color: #5888e9 !important;
  }
  .btn.btn02:hover {
    background-color: #f99e33 !important;
  }
}
/* -----------------------------------------------------------------------------

 max-width: 750px

----------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .pc {
    display: none;
  }

  img {
    width: 100%;
  }

  .inner {
    width: auto;
  }

  #wrapper {
    padding: 57px 0 0;
    min-width: inherit;
  }

  /* #header
  -------------------------------------------------------------------- */
  #header {
    min-width: inherit;
    height: 57px;
    left: inherit !important;
  }
  #header .logo {
    top: 9px;
    left: 10px;
  }
  #header .logo span {
    display: none;
  }
  #header .logo a img {
    width: 113px;
  }
  #header #spMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 57px;
    padding: 20px 10px;
    cursor: pointer;
  }
  #header #spMenu div {
    position: relative;
    width: 40px;
    height: 16px;
  }
  #header #spMenu div span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #234da1;
  }
  #header #spMenu div span:nth-of-type(1) {
    top: 0;
  }
  #header #spMenu div span:nth-of-type(2) {
    top: 7px;
    transition: .25s;
    opacity: 1;
  }
  #header #spMenu div span:nth-of-type(3) {
    bottom: 0;
  }
  #header #spMenu div.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }
  #header #spMenu div.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #spMenu div.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar02 .75s forwards;
    animation: active-menu-bar02 .75s forwards;
  }

  /* #globalNav
  -------------------------------------------------------------------- */
  #globalNav {
    float: none;
    position: fixed;
    z-index: 9001;
    right: -250px;
    background: #234da1;
    color: #fff;
    width: 250px;
    height: 100%;
  }
  #globalNav div {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #globalNav .mainNav {
    padding: 0;
  }
  #globalNav .mainNav li {
    float: none;
  }
  #globalNav .mainNav li a {
    display: block;
    padding: 0 40px 0 20px;
    border-bottom: 1px solid #194293;
    position: relative;
  }
  #globalNav .mainNav li a:before {
    font-family: 'Material Icons';
    content: "\E5CC";
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -0.5em 0 0 0;
    color: #fff;
    font-size: 1.8rem;
  }
  #globalNav .mainNav li a span {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
    color: inherit;
    background-size: 24px;
  }
  #globalNav .mainNav li a span:before, #globalNav .mainNav li a span:after {
    display: none;
  }
  #globalNav .mainNav li.home a span {
    background-image: url(/common_re/img/icon_home02.png);
  }
  #globalNav .mainNav li.used a span {
    background-image: url(/common_re/img/icon_used02.png);
  }
  #globalNav .mainNav li.shop a span {
    background-image: url(/common_re/img/icon_shop02.png);
  }
  #globalNav .mainNav li.service a span {
    background-image: url(/common_re/img/icon_service02.png);
  }
  #globalNav .mainNav li.assessment a span {
    background-image: url(/common_re/img/icon_assessment02.png);
  }
  #globalNav .mainNav li.contact {
    border-bottom: none;
    padding: 23px 10px 0;
    text-align: center;
  }
  #globalNav .mainNav li.contact a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  }
  #globalNav .mainNav li.contact a:before {
    display: none;
  }
  #globalNav .mainNav li.contact a span {
    display: inline-block;
    padding: 0 0 0 32px;
    height: 50px;
    line-height: 50px;
    color: #234da1;
    font-weight: bold;
    font-size: 1.6rem;
    background: url(/common_re/img/icon_contact01.png) no-repeat left center;
    background-size: 24px;
  }
  #globalNav .subNav {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 250px;
    padding: 25px 0;
  }
  #globalNav .subNav li {
    display: inline-block;
    font-size: 1.4rem;
  }
  #globalNav .subNav li + li {
    margin: 0 0 0 30px;
  }
  #globalNav .subNav li a {
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
  }
  #globalNav .subNav li a:before {
    font-family: 'Material Icons';
    content: "\E5CC";
    line-height: 1;
    position: absolute;
    right: -5px;
    top: 50%;
    margin: -0.5em 0 0 0;
    color: #fff;
    font-size: 1.4rem;
  }

  #wrapper.home .home a,
  #wrapper.used .used a span:before,
  #wrapper.shop .shop a span:before,
  #wrapper.used .service a span:before,
  #wrapper.used .assessment a span:before {
    background-color: #194293;
  }

  #bgGlobalNav {
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    display: none;
  }

  /* #main
  -------------------------------------------------------------------- */
  #main {
    padding-bottom: 65px;
  }

  #main .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* #footer
  -------------------------------------------------------------------- */
  #footer {
    clear: both;
  }
  #footer .pageTop {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
  #footer aside ul {
    border-right: none;
  }
  #footer aside ul li {
    border-top: 1px solid #e4e7ed;
    border-left: none;
    float: none;
    width: auto;
    text-align: left;
    position: relative;
  }
  #footer aside ul li:first-child {
    width: auto;
    border-top: none;
  }
  #footer aside ul li a {
    display: table;
    padding: 5px 35px 5px 160px;
    height: 60px;
  }
  #footer aside ul li a img {
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -14px 0 0;
  }
  #footer aside ul li a span {
    display: table-cell;
    vertical-align: middle;
  }
  #footer aside ul li a:before {
    font-family: 'Material Icons';
    content: "\E5CC";
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -0.5em 0 0 0;
    color: #234da1;
    font-size: 1.8rem;
  }
  #footer .sub {
    line-height: 1.4;
    clear: both;
    background: #dee6f5;
    padding: 20px;
    text-align: center;
  }
  #footer .sub ul {
    font-size: 0;
    margin: -10px 0 0;
  }
  #footer .sub ul li {
    color: #234da1;
    display: inline-block;
    margin: 10px 13px 0;
  }
  #footer .sub ul li a {
    color: #234da1;
    font-size: 1.2rem;
  }
  #footer .sub ul {
    font-size: 0;
    margin: -10px 0 0;
  }
  #footer .sub ul li {
    color: #234da1;
    display: inline-block;
    margin: 10px 13px 0;
  }
  #footer .sub .btn {
    clear: both;
    margin: 20px 0 0;
  }
  #footer .sub .btn a {
    display: block;
    width: auto;
    margin: 0 auto;
    background: #234da1;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  }
  #footer .sub .btn a span {
    display: inline-block;
    padding: 0 0 0 32px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    background: url(/common_re/img/icon_contact02.png) no-repeat left center;
    background-size: 24px;
  }

  /* .slider
  -------------------------------------------------------------------- */
  .slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  /* form
  -------------------------------------------------------------------- */
  /* .placeholder */
  .placeholder {
    font-size: 14px;
  }
}
/* -----------------------------------------------------------------------------

 animation

----------------------------------------------------------------------------- */
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}
