@charset "utf-8";

/* フッター
========================= */
footer {
  width: 100%;
  border-top: 1px solid #fff;
}
.footer-container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer-container-full {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer-container {
    width: 100%;
  }
}
.footer-container .wrap {
}

/* sec-flow */
.sec-flow {
  background-color: #f2fdfc;
}
.sec-flow .wrap {
}
.sec-flow .sec-ttl {
  display: inline-table;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.sec-flow .sec-ttl span {
  display: block;
}
.sec-flow .sec-ttl:before {
  content: "";
  display: block;
  width: 90px;
  height: 7px;
  position: absolute;
  background-color: #005aa0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.sec-flow .flow-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec-flow .flow-wrap .step-box {
  display: block;
  width: 16.66666%;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  text-align: left;
  color: #333;
  padding: 0 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
  .sec-flow .flow-wrap {
    flex-wrap: wrap;
  }
  .sec-flow .flow-wrap .step-box {
    width: 33.33333%;
    width: -webkit-calc(100% /3);
    width: calc(100% / 3);
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec-flow .flow-wrap .step-box .stp-ttl .ttl-text h2 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow .flow-wrap {
    flex-wrap: wrap;
  }
  .sec-flow .flow-wrap .step-box {
    width: 50%;
    width: -webkit-calc(100% /2);
    width: calc(100% / 2);
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sec-flow .flow-wrap {
    display: block;
  }
  .sec-flow .flow-wrap .step-box {
    width: 100% !important;
    padding: 0;
    margin-bottom: 50px;
  }
}

.sec-flow .flow-wrap .step-box .stp-ttl {
  width: 100%;
  display: flex;
  padding-bottom: 6px;
}
.sec-flow .flow-wrap .step-box .stp-ttl .icon {
  display: block;
  width: 62px;
  height: 62px;
  position: relative;
  color: #fff;
}
.sec-flow .flow-wrap .step-box .stp-ttl .icon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sec-flow .flow-wrap .step-box .stp-ttl .icon i.fa:before {
  font-size: 2.6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-47%, -52%);
  z-index: 2;
}

.sec-flow .flow-wrap .step-box.step01 .stp-ttl .icon .mn-cart:before {
  font-size: 2.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}
.sec-flow .flow-wrap .step-box.step02 .stp-ttl .icon i:before {
  transform: translate(-43%, -63%);
}
.sec-flow .flow-wrap .step-box.step03 .stp-ttl .icon i:before {
  font-size: 2.4rem;
  transform: translate(-50%, -70%);
}
.sec-flow .flow-wrap .step-box.step04 .stp-ttl .icon i:before {
  font-size: 3rem;
  transform: translate(-50%, -60%);
}
.sec-flow .flow-wrap .step-box.step05 .stp-ttl .icon i:before {
  transform: translate(-55%, -68%);
}
.sec-flow .flow-wrap .step-box.step06 .stp-ttl .icon i:before {
  transform: translate(-50%, -65%);
}

.sec-flow .flow-wrap .step-box .stp-ttl .icon:before {
  /* width: 51px; */
  /* height: 62px; */
  font-size: 62px;
  left: 0;
}
.sec-flow .flow-wrap .step-box .stp-ttl .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.sec-flow .flow-wrap .step-box .stp-ttl .mn-balloon:before {
  content: "\e901";
  display: inherit;
  position: inherit;
  z-index: 1;
  color: #00a3d8;
}
.sec-flow .flow-wrap .step-box .stp-files {
  width: 100%;
  display: block;
}
.sec-flow .flow-wrap .step-box .stp-files a {
  display: block;
  width: 100%;
  background-color: #333;
  color: #ededed;
  padding: 12px 13px 12px 47px;
  position: relative;
}
.sec-flow .flow-wrap .step-box .stp-files a:hover {
  background-color: #555;
}
.icon-plus {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 555;
  text-align: center;
}
.icon-plus:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  margin-top: 6px;
}
.icon-plus:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sec-flow .flow-wrap .step-box .stp-ttl .ttl-text {
  padding-top: 5px;
  padding-left: 5px;
}
.sec-flow .flow-wrap .step-box .stp-ttl .ttl-text .step {
  color: #999;
  font-weight: bold;
  /* 	padding-bottom: 3px; */
}
.sec-flow .flow-wrap .step-box .stp-ttl .ttl-text h2 {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.sec-flow .flow-wrap .step-box .stp-text {
  display: block;
  /* 	padding-bottom: 10px; */
  letter-spacing: 0.01em;
  line-height: 2.4rem;
}
.txt-col01 {
  color: #cc5200;
}

.sec-flow .flow-wrap .step-box .stp-icon {
  display: block;
}
.sec-flow .flow-wrap .step-box .stp-icon ul {
}
.sec-flow .flow-wrap .step-box .stp-icon ul li {
}
.sec-flow .flow-wrap .step-box .stp-icon ul li:first-child {
  padding-bottom: 8px;
}
.sec-flow .flow-wrap .step-box .stp-icon ul span {
  display: block;
  text-align: center;
}
.sec-flow .flow-wrap .step-box .stp-icon ul span img {
  max-width: 100%;
  height: auto;
}

.sec-flow .flow-wrap .step-box .delivery-icon {
  display: block;
}
@media screen and (min-width: 501px) {
  .sec-flow .flow-wrap .step-box .delivery-icon ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .sec-flow .flow-wrap .step-box .delivery-icon ul li {
    width: 50%;
    padding: 2.5%;
  }
  .sec-flow .flow-wrap .step-box .delivery-icon ul li:nth-child(3) {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .sec-flow .flow-wrap .step-box .delivery-icon ul li {
    padding: 2.5%;
  }
}
.sec-flow .flow-wrap .step-box .delivery-icon ul li:first-child {
  padding-bottom: 8px;
}
.sec-flow .flow-wrap .step-box .delivery-icon ul span {
  display: block;
  text-align: center;
}
.sec-flow .flow-wrap .step-box .delivery-icon ul span img {
  max-width: 100%;
  height: auto;
}

.sec-flow .flow-wrap .step-box .stp-link {
  display: block;
  width: 100%;
}
.btn-tp03 {
  color: #333 !important;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 8px 5px 6px 15px;
  border-bottom: 3px solid #333;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.28s;
  -moz-transition: 0.28s;
  -o-transition: 0.28s;
  transition: 0.28s;
  letter-spacing: 0.01em;
}
.btn-tp03:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 555;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-tp03:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-tp03:hover:before {
  left: 2px;
}
.sec-flow .flow-wrap .step-box .stp-link .btn-tp03 {
  margin-top: 13px;
}
.sec-flow .flow-wrap .step-box .stp-link .btn-tp03 span {
  line-height: 2rem;
}

/* sec-ban */
.sec-ban {
  width: 100%;
  display: flex;
  background-color: #ededed;
}
.sec-ban .col-ban01,
.sec-ban .col-ban02 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec-ban {
    display: block;
  }
  .sec-ban .col-ban01,
  .sec-ban .col-ban02 {
    width: 100%;
  }
}
.sec-ban .ban-wrap a picture {
  position: relative;
}
.sec-ban .col-ban01 a {
  display: block;
  width: 100%;
  height: auto;
}
.sec-ban .col-ban01 .ban-wrap {
  display: block;
}
.sec-ban .col-ban01 .ban-wrap picture {
  padding-bottom: 33.33333%;
  display: block;
}
.sec-ban .col-ban02 .ban-wrap {
  display: inline-flex;
  width: 100%;
  position: relative;
}

.sec-ban .col-ban02 a {
  display: block;
  width: 33.33333%;
  width: -webkit-calc(100% /3);
  width: calc(100% / 3);
  height: auto;
  position: relative;
}
.sec-ban .col-ban02 .ban-wrap picture {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.sec-ban .ban-wrap a picture img {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-ban .col-ban02 .ban-wrap picture img {
  display: block;
}
.sec-ban .ban-wrap a img {
  width: 100%;
  height: auto;
}

.sec-ban .ban-wrap a:hover img {
  opacity: 0.85;
}

/* sec-fnav */
.sec-fnav {
  background-color: #ededed;
  min-height: 280px;
}
.sec-fnav .fnav-wrap {
  width: 100%;
  display: flex;
}
.sec-fnav .fnav-wrap .col-nav {
  width: 50%;
  min-height: 180px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  .sec-fnav .fnav-wrap {
    width: 100%;
    display: block;
  }
  .sec-fnav .fnav-wrap .col-nav {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0 !important;
  }
}

.sec-fnav .fnav-wrap .col-nav .en-ttl {
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: 8%;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .sec-fnav .fnav-wrap .col-nav .en-ttl {
    display: inline-block;
    position: inherit;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    padding-bottom: 10px;
  }
}
.sec-fnav .fnav-wrap .col-nav:nth-child(2) .en-ttl {
  left: 12%;
}
.sec-fnav .fnav-wrap .col-nav .nav-container {
  width: 100%;
}
.sec-fnav .fnav-wrap .col-nav .nav-container ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-fnav .fnav-wrap .col-nav .nav-container ul li {
  width: 50%;
  padding: 0 0 13px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .sec-fnav .fnav-wrap .col-nav .nav-container ul {
    display: block;
    width: 100%;
  }
}
.sec-fnav .fnav-wrap .col-nav .nav-container ul li a {
  display: block;
  padding-left: 15px;
  position: relative;
  line-height: normal;
}
.sec-fnav .fnav-wrap .col-nav .nav-container ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 555;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sec-fnav .fnav-wrap .col-nav .nav-container ul li a:hover:before {
  left: 2px;
}
.sec-fnav .fnav-wrap .col-nav .nav-container ul li a span {
  display: block;
  line-height: normal;
}
.sec-fnav .fnav-wrap .col-nav:nth-child(2) .nav-container ul li {
  width: 40%;
}
.sec-fnav .fnav-wrap .col-nav:nth-child(2) .nav-container ul li:nth-child(2n-1) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sec-fnav .fnav-wrap .col-nav .nav-container ul li {
    width: 50% !important;
    padding: 0 1.5% 15px 1.5%;
  }
  .sec-fnav .fnav-wrap .col-nav .en-ttl {
    left: 0 !important;
    font-size: 2rem;
  }
  .sec-fnav .fnav-wrap .col-nav .nav-container ul li a span {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .sec-fnav .fnav-wrap .col-nav .nav-container ul li {
    width: 100% !important;
    padding: 0 0 0 1%;
  }
  .sec-fnav .fnav-wrap .col-nav .nav-container ul li a span {
    line-height: 3em;
  }
}

/* sec-copyArea */
.sec-copyArea {
  width: 100%;
  background-color: #fff;
}
.sec-copyArea .wrap {
  display: flex;
  justify-content: space-between;
}
.sec-copyArea .wrap .sns-copy {
  text-align: left;
}
.sec-copyArea .wrap .sns-wrap {
  display: inline-flex;
}
.sec-copyArea .wrap .sns-wrap a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: rgba(51, 51, 51, 1);
  position: relative;
  margin-right: 10px;
}
.sec-copyArea .wrap .sns-wrap a.ico-x {
  background-image: url(../images/logo-x_wht.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .sec-copyArea .wrap .sns-copy {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .sec-copyArea .wrap .sns-copy {
    display: block;
  }
  .sec-copyArea .wrap .sns-wrap {
    transform: scale(0.7);
  }
  .sec-copyArea .wrap .sns-wrap a {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*
.sec-copyArea .wrap .sns-wrap a:hover {
	background-color: rgba(51,51,51,0.85);
}
*/
.sec-copyArea .wrap .sns-wrap a.ico-x:hover {
  background-color: #000;
}
.sec-copyArea .wrap .sns-wrap a.ico-facebook:hover {
  background-color: rgba(0, 78, 156, 1);
}
.sec-copyArea .wrap .sns-wrap a.ico-instagram {
  position: relative;
}
.sec-copyArea .wrap .sns-wrap a.ico-instagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_instagram.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity ease 0.28s;
}
.sec-copyArea .wrap .sns-wrap a.ico-instagram:hover:before {
  opacity: 1;
}
.sec-copyArea .wrap .sns-wrap a.ico-youtube:hover {
  background-color: rgba(255, 0, 0, 1);
}

.sec-copyArea .wrap .sns-wrap a i:before,
.sec-copyArea .wrap .sns-wrap a span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
}

.sec-copyArea .wrap .sns-wrap a i.fa-facebook:before,
.sec-copyArea .wrap .sns-wrap a span.fa-facebook:before {
  font-size: 3rem;
}
.sec-copyArea .wrap .sns-wrap a i.fa-instagram:before,
.sec-copyArea .wrap .sns-wrap a span.fa-instagram:before {
  font-size: 3rem;
}
.sec-copyArea .wrap .sns-wrap a i.fa-youtube:before,
.sec-copyArea .wrap .sns-wrap a span.fa-youtube:before {
  font-size: 4.5rem;
}
.sec-copyArea .wrap .sns-copy .copy {
  display: block;
  font-size: 1.1rem;
  color: #999;
  text-align: left;
}

.sec-copyArea .wrap .footer-logo {
  display: block;
  text-decoration: none;
  height: 100%;
}
.sec-copyArea .wrap .footer-logo h2 a {
  color: inherit !important;
}
.sec-copyArea .wrap .footer-logo .logo-img {
  /*	display: block;*/
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.sec-copyArea .wrap .footer-logo .logo-img .logo-head {
  font-size: 1.3rem;
  color: #005aa0;
  position: absolute;
  right: 0;
  top: 2px;
  letter-spacing: 0.05em;
  font-weight: 600;
  width: 74.8%;
  display: block;
  text-align: center;
}
.sec-copyArea .wrap .footer-logo:hover {
  opacity: 0.6;
  transition: all ease 0.3s;
}
.sec-copyArea .wrap .footer-logo .logo-text {
  display: block;
  letter-spacing: normal;
  padding-top: 8px;
  position: relative;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sec-copyArea .wrap .footer-logo h2 {
    width: 230px;
    margin: 0 auto;
  }
  .sec-copyArea .wrap .footer-logo h2 a {
    width: 100%;
  }
  .sec-copyArea .wrap .footer-logo .logo-img .logo-head {
    width: auto;
    right: auto;
    left: 49px;
    white-space: nowrap;
    font-size: 1.2rem;
    top: -1px;
    line-height: 1;
  }
  .sec-copyArea .wrap .footer-logo .logo-img img {
    width: 200px;
    height: auto;
  }
  .sec-copyArea .wrap .footer-logo .logo-text {
    font-size: 1.2rem;
  }
}
.sec-copyArea .wrap .footer-logo .logo-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/logo-line.gif) repeat-x left top;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/*
.sec-copyArea .wrap .sns-copy {
	order:1;
}
.sec-copyArea .wrap .footer-logo {
	order:2;
}
*/

.sec-copyArea .wrap .col-left {
  order: 1;
  display: flex;
}
.sec-copyArea .wrap .col-right {
  order: 2;
}
@media (max-width: 991px) {
  .sec-copyArea .wrap .col-left {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .sec-copyArea .wrap {
    display: block;
  }
  .sec-copyArea .wrap .col-left {
    display: block;
  }
  .sec-copyArea .wrap .col-copy {
    text-align: center;
  }
  .sec-copyArea .wrap .footer-logo {
  }
  .sec-copyArea .wrap .footer-logo h2 {
    text-align: center;
  }
  .sec-copyArea .wrap .sns-copy .copy {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}

/* fban-hypervsn */
.fban-hypervsn.pc-only {
  padding: 0 30px 0 20px;
  order: 2;
}
.fban-hypervsn.sp-only {
  padding-bottom: 15px;
}
.fban-hypervsn a {
  display: block;
}
.fban-hypervsn img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.fban-hypervsn a:hover img {
  opacity: 0.85;
}
@media (max-width: 991px) {
  .fban-hypervsn.pc-only {
    padding: 0 30px 15px 0;
    order: 1;
  }
}

/* sec-spfootmenu */
.sec-spfootmenu {
  background-color: #f2fdfc;
}
.sec-spfootmenu .sec-ttl {
  display: inline-table;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.sec-spfootmenu .sec-ttl span {
  display: block;
}
.sec-spfootmenu .sec-ttl:before {
  content: "";
  display: block;
  width: 90px;
  height: 7px;
  position: absolute;
  background-color: #005aa0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.sec-spfootmenu .menu-wrap {
  display: block;
}
.sec-spfootmenu .menu-wrap .step-box {
  width: 100% !important;
  padding: 0;
  margin-bottom: 20px;
}
.sec-spfootmenu .menu-wrap .step-box .stp-files {
  width: 100%;
  display: block;
}
.sec-spfootmenu .menu-wrap .step-box .stp-files a {
  display: block;
  width: 100%;
  background-color: #333;
  color: #ededed;
  padding: 12px 13px 12px 47px;
  position: relative;
}
.sec-spfootmenu .menu-wrap .step-box .stp-files a:hover {
  background-color: #555;
}
.icon-plus {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 555;
  text-align: center;
}
.icon-plus:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  margin-top: 6px;
}
.icon-plus:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sec-spfootmenu .menu-wrap .step-box .stp-link {
  display: block;
  width: 100%;
}
.sec-spfootmenu .menu-wrap .step-box .stp-link .btn-tp03 {
  margin-top: 13px;
  text-align: left;
}
.sec-spfootmenu .menu-wrap .step-box .stp-link .btn-tp03 span {
  line-height: 2rem;
}
.sec-spfootmenu .menu-wrap .step-box .stp-link .btn-tp03:hover {
  background-color: inherit;
}
.sec-spfootmenu .menu-wrap .step-box .stp-link .btn-tp03:hover:before {
  left: 0;
}
.btn-tp04 {
  color: #fff !important;
  background-color: #005aa0;
  font-weight: bold;
  display: table;
  max-width: 100%;
  padding: 13px 20px 13px 50px;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.01em;
  margin: 15px auto 0;
}
.btn-tp04 span {
  display: block;
  text-align: left;
  line-height: 1.6;
}
.btn-tp04:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 555;
}

.footer-num-block {
  display: block;
}
.invoice-block {
  padding: 1px;
}
.Antique-dealer-license-block {
  padding: 1px;
}
.invoice-block .invoice-title,
.invoice-block .invoice-num,
.Antique-dealer-license-block .Antique-dealer-title,
.Antique-dealer-license-block .Antique-dealer-num {
  color: #999;
}
.invoice-block .invoice-num,
.Antique-dealer-license-block .Antique-dealer-num {
  display: inline-block;
}
/*リニューアル追記*/
.footer-calender {
  margin-right: 40px;
  width: 230px;
}
.footer-calender-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2px;
}
.footer-calender-head__title {
  font-size: 1.4rem;
  font-weight: bold;
}
.footer-calender-day {
  font-size: 1.4rem;
  font-weight: bold;
}
.footer-calender-day span {
  font-size: 2rem;
}
.footer-calender-day small {
  font-size: 1.2rem;
}
.footer-calender-main {
  border: solid 1px #cccccc;
  padding: 5px;
  box-sizing: border-box;
}
.footer-calender-main table {
  width: 100%;
}
.footer-calender-main table th {
  font-size: 1.4rem;
  padding: 0;
  border-right: none;
  border-bottom: 2px solid #ccc;
  color: #000;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}
.footer-calender-main table th.cellSunday {
  color: #ed1c24;
}
.footer-calender-main table th.cellSaturday {
  color: #29abe2;
}
.footer-calender-main table td {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  border-right: none;
  border-bottom: 1px solid #fff;
}
.footer-calender-main table td.cellHoliday {
  color: #ed1c24;
  background: #ffdfd9;
}
@media screen and (max-width: 768px) {
  .sec-copyArea .wrap .col-left {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .footer-calender {
    margin-left: 0;
    width: 230px;
    margin-bottom: 10px;
    margin: 0 auto;
  }
}
/*footer-contact*/
.footer-contact {
  background: #fff;
  padding-bottom: 50px;
}
.footer-contact-title {
  display: inline-table;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-top: 30px;
  margin-bottom: 50px;
}
.footer-contact-title-main {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
}
.footer-contact-title:before {
  content: "";
  display: block;
  width: 90px;
  height: 7px;
  position: absolute;
  background-color: #005aa0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.footer-contact-box {
  display: flex;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto;
  align-items: stretch;
}
.footer-contact-text {
  font-size: 1.5rem;
  line-height: calc(1em + 12px);
  width: 90.625%;
  margin: 0 auto 30px;
}
.footer-contact-tel {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px 30px;
  box-sizing: border-box;
  background: #ededed;
  margin: 0;
  border-radius: 5px;
}
.footer-contact-tel__main {
  text-align: left;
}
.footer-contact-tel__main-number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 5px;
}
.footer-contact-tel__main-number a {
  color: #333;
}
a[href^="tel:"] {
  pointer-events: none;
}
.footer-contact-tel__main-number:before {
  content: "";
  background: url(../images/icon/icon_footer_tel.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  position: static;
  z-index: 1;
  margin-right: 8px;
}
.footer-contact-tel__main-text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.footer-contact-btn {
  width: 263px;
  height: 60px;
}
.footer-contact-btn a {
  font-size: 1.6rem;
  font-weight: bold;
  background: #005aa0;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.footer-contact-btn a:before {
  content: "";
  background: url(../images/icon/icon_mail.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 18px;
  display: block;
  position: static;
  z-index: 1;
  margin-right: 5px;
}
.footer-contact-btn a:hover {
  opacity: 0.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .footer-contact-title {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .footer-contact-title-main {
    font-family: "Roboto Condensed", sans-serif;
    display: block;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .footer-contact-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: calc(1em + 12px);
  }
  .footer-contact-box {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
  }
  .footer-contact-tel {
    width: 90.625%;
    max-width: inherit;
    display: block;
    padding: 25px 15px;
    box-sizing: border-box;
    background: #ededed;
    margin: 0 auto 20px;
    border-radius: 5px;
    text-align: center;
  }
  .footer-contact-tel__main-number {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3.6rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 5px;
  }
  .footer-contact-tel__main-text {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-contact-btn {
    display: table;
    width: auto;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  .footer-contact-btn a {
    padding: 0 30px;
  }
}
