@charset "UTF-8";
/***************************************************************
* common-delay.css
* 初期描画に不必要なcssをinclude/footer.phpで読み込んでいます。
* 含まれるクラス：cta,footer,about_link_foot,product_link_foot
****************************************************************/
section .inner > *:last-child {
  margin-bottom: 0;
}
/* -----------------------------------------------------
 *cta
-------------------------------------------------------- */
.cta {
  background: url("/images/common/cta-bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 0;
}

.cta__title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.cta__desc {
  color: #fff;
}

.cta__btn-wrap {
  display: flex;
  text-align: center;
  margin: 0 auto;
  width: 540px;
}

.cta__btn-wrap p span {
  display: block;
  font-size: 1.2rem;
}

.cta__btn-wrap p a.btn {
  display: flex;
  width: 260px;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  background: #000;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  height: 60px;
}

.cta__btn-wrap p a.btn img {
  margin-right: 5px;
}

.cta__btn-wrap p a.btn.num {
  font-size: 1.8rem;
}

@media screen and (max-width: 559px) {
  .cta {
    background: url("/images/common/cta-bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 0;
  }
  .cta__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
  }
  .cta__desc {
    color: #fff;
  }
  .cta__desc br {
    display: none;
  }
  .cta__btn-wrap {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .cta__btn-wrap p span {
    display: block;
    font-size: 1.2rem;
  }
  .cta__btn-wrap p a.btn {
    display: flex;
    width: 100%;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    background: #000;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    height: 60px;
  }
  .cta__btn-wrap p a.btn img {
    margin-right: 5px;
  }
  .cta__btn-wrap p a.btn.num {
    font-size: 1.8rem;
  }
}

/* -----------------------------------------------------
 *footer
-------------------------------------------------------- */
footer {
  background-color: #000;
}

footer a {
  display: block;
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  color: #ccc;
  text-align: right;
  margin-right: 20px;
}

footer .inner {
  width: 1000px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

footer .inner > ul > li {
  position: relative;
  padding-left: 12px;
}
footer .inner > ul > li::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 2px;
  top: 9px;
  left: 0;
}

footer .inner > ul > li > a {
  font-size: 1.3rem;
  padding-bottom: 10px;
  font-weight: bold;
}

footer .inner ul ul {
  margin-bottom: 0px;
}
footer .inner ul ul a {
  color: #aaa;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 10px;
}

footer .inner a.blank {
  position: relative;
  /* padding-bottom: 11px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .inner a.blank::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  background: url("/images/common/icon/open-window.svg") right top/cover no-repeat;
}

.footer-link-about .inner p {
  font-size: 1.2rem;
  text-align: left;
  margin: 0 0 0 0;
}

.footer-link-about .inner ul {
  display: block;
}

.footer-link-about .inner ul li a {
  font-size: 1.2rem;
  color: #ccc;
}

@media screen and (max-width: 1119px) {
  footer .inner {
    width: auto;
    margin: 0 20px 30px;
  }
  footer .inner > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 10px;
  }
  footer .inner > ul > li {
    min-width: auto;
    margin-bottom: 20px;
  }
  footer .inner > ul > li {
    position: relative;
    padding-left: 0px;
  }
  footer .inner > ul > li::before {
    display: none;
  }
  footer .inner > ul > li > a {
    font-size: 1.2rem;
    padding-bottom: 10px;
    font-weight: bold;
  }
}

@media screen and (max-width: 559px) {

  footer .inner {
    margin-bottom: 40px;
    flex-direction: column;
  }
  footer .inner > ul {
    flex-direction: column;
  }
  footer .inner > ul > li {
    margin-bottom: 0;
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
  }
  footer .inner > ul > li > a {
    font-size: 1.4rem;
  }
  footer .inner ul ul {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  footer .inner ul ul a {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  footer .inner ul ul a.blank {
    margin-left: -20px;
  }
}

/* サブリンク */
.footer-sub-link {
  border-top: 1px dotted #333;
  padding-top: 20px;
  font-size: 1.2rem;
}
.footer-sub-link.inner {
  margin-bottom: 0;
  justify-content: flex-start;
}
.footer-sub-link li a {
  color: #ddd;
  padding-right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .footer-sub-link {
    border-top: none;
    padding-top: 0px;
  }
  .footer-sub-link.inner {
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .footer-sub-link li a {
    color: #ddd;
    padding-right: 0px;
    padding-bottom: 10px;
  }
}

/*  */
.about_link_foot.inner {
  padding-top: 5px;
  display: block;
}
.about_link_foot.inner dl {
  display: flex;
}

.about_link_foot.inner dt {
  font-size: 1.2rem;
  text-align: left;
  margin: 0 20px 0 0;
  color: #ddd;
  font-weight: bold;
  min-width: 120px;
}

.about_link_foot.inner div {
  display: flex;
  flex-wrap: wrap;
}

.about_link_foot.inner div dd {
  margin-right: 15px;
}

.about_link_foot.inner div dd a {
  font-size: 1.2rem;
  color: #ccc;
}

@media screen and (max-width: 1119px) {
  .about_link_foot.inner dl {
    display: flex;
  }
  .about_link_foot.inner dt {
    margin-right: 20px;
    width: auto;
  }
  .about_link_foot.inner div {
    display: flex;
  }
  .about_link_foot.inner div dd {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .about_link_foot.inner div dd a {
    font-size: 1.2rem;
    color: #ccc;
  }
}
@media screen and (max-width: 599px) {
  .about_link_foot.inner dl {
    flex-direction: column;
  }
  .about_link_foot.inner dt {
    margin-bottom: 10px;
  }
}

/* 下部問い合わせ ******************************************************/
.btm-contact {
  position: relative;
  background: url("/images/common/footer_contact_bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  color: #000;
  z-index: 0;
  overflow: hidden;
  padding: 40px 0;
}

.btm-contact .inner {
  width: 1080px;
  margin: 0 auto;
}
.btm-contact h3 {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.btm-contact .btn-wrap .btn {
  font-weight: bold;
  height: 60px;
  font-size: 1.8rem;
}

.btm-contact .btn-wrap .btn::before {
  content: none;
}

.btm-contact .btn-wrap .btn.black-alpha {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 1119px) {
  .btm-contact .inner {
    width: auto;
    margin: 0 20px;
  }
}

@media screen and (max-width: 559px) {
  .btm-contact {
    background: url("/images/common/footer_contact_bg.jpg") left center/cover no-repeat;
  }
  .btm-contact h3 br {
    display: none;
  }
}

/* accordion menu */
@media screen and (max-width: 559px) {
  header nav > ul li:hover > ul {
    height: 0;
  }
  header nav > ul::after {
    content: none;
  }
  header nav > ul li > ul {
    display: block;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  header nav > ul li > ul.open {
    height: auto;
  }
  header nav > ul li > ul li {
    background: rgba(0, 0, 0, 0.85);
    border-bottom: solid 1px #444;
    position: relative;
    top: -500px;
    transition: 0.3s;
  }
  header nav > ul li > ul.open li {
    top: 0;
  }
  header nav > ul li > ul li a {
    position: relative;
    justify-content: center;
  }
  header nav > ul li > ul li a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
  }
}

/* -----------------------------------------------------
 *　product_link_foot
-------------------------------------------------------- */
.product_link_footer {
  background-color: #242424 !important;
  color: #ffffff;
  padding: 15px 0 20px;
}

.product_link_footer ul {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

.product_link_footer ul li {
  display: flex;
  margin: 0;
  width: 33%;
}

.product_link_footer p {
  text-align: left;
}

.product_link_footer .product_link_footer_inner {
  width: 1080px;
  margin: auto;
}

.product_link_footer .product_link_footer_inner p {
  font-weight: bold;
  color: #ffffff;
  margin: 0 20px 0 0;
}

.product_link_footer .product_link_footer_inner p span {
  font-weight: normal;
}

.product_link_footer .product_link_footer_inner p .title {
  margin: 0 10px;
  position: relative;
  font-size: 12px;
  top: -1px;
}

.product_link_footer .product_link_footer_inner p .title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 0.5px;
  background-color: #ffffff;
  position: relative;
  top: -3px;
  right: 2px;
}

.product_link_footer .product_link_footer_inner p .title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 0.5px;
  background-color: #ffffff;
  position: relative;
  top: -3px;
  left: 2px;
}

.product_link_footer .product_link_footer_inner .product_link {
  border-bottom: #505050 dotted 1px;
  padding-bottom: 10px;
}

.product_link_footer .product_link_footer_inner .product_link p {
  font-size: 12px;
  font-weight: bold;
  margin: 0 30px 0 10px;
  color: #ffffff;
}

.product_link_footer .product_link_footer_inner .product_link li {
  margin: 15px 0;
}

.product_link_footer .product_link_footer_inner .product_link a {
  display: flex;
}

.product_link_footer .product_link_footer_inner .product_link img {
  width: 146px;
  height: 80px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.product_link_footer .product_link_footer_inner .product_link p span {
  color: #bababa;
}

.product_link_footer .product_link_footer_inner .corporate_link {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}

.product_link_footer .product_link_footer_inner .corporate_link ul {
  position: relative;
  bottom: 3px;
}

.product_link_footer .product_link_footer_inner .corporate_link li {
  width: auto;
  margin: 5px 10px 5px 0;
  font-size: 12px;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 1119px) {
  .product_link_footer .product_link_footer_inner {
    width: 95%;
  }
}

@media screen and (max-width: 890px) {
  .product_link_footer ul {
    display: contents;
  }
  .product_link_footer .product_link_footer_inner .product_link p {
    width: 330px;
  }
}

@media screen and (max-width: 559px) {
  .product_link_footer .product_link_footer_inner .corporate_link a {
    width: 300px;
  }
}

.product_link_footer .product_link_footer_inner .corporate_link .since {
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0 0 auto;
  color: #8e8e8e;
}

/* ボタン ******************************************************/
.btn-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-wrap.center {
  justify-content: center;
}

.btn-wrap p {
  margin: 0 20px 20px 0;
}

.btn-wrap p:last-child {
  margin-bottom: 0;
}

.btn-wrap p span {
  display: inline-block;
  margin-bottom: 8px;
}

.btn-wrap p span small {
  display: inline-block;
  margin-left: 5px;
}

.btn-wrap .btn {
  line-height: 1.6;
  position: relative;
  min-width: 300px;
  padding: 12px 10px 12px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-wrap .btn:hover {
  background-color: #444;
}

.btn-wrap .btn.orange {
  background-color: #ff8c00;
}

.btn-wrap .btn.orange:hover {
  background-color: #ff4d00;
}

.btn-wrap .btn.black-alpha {
  /*	pointer-events: none;*/
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-wrap .btn.green {
  /*	pointer-events: none;*/
  font-size: x-large;
  background-color: #00ba64;
}

.btn-wrap .btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.btn-wrap .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 10px;
}

@media screen and (max-width: 559px) {
  .btn-wrap p {
    width: 100%;
    margin-right: 0;
  }
  .btn-wrap .btn {
    width: 100%;
  }
}

.btm-contact .contact-title {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .btm-contact .contact-title br {
    display: none;
  }
}
