@charset "utf-8";
/* CSS Document */
.footer__bg {
  background-image: url("../images/backgruoundcolor_teracotta@2x.png");
  width: 100%;
}
.footer__flex-container {
  padding: 50px 0 38px;
  margin: 0 24px;
}
.footer__flex-container__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer__flex-item {
  flex-basis: content;
}
.tool__flame {
  min-width: 164px;
  background-image: url("../images/texture_bg@2x.png");
  border-radius: 10px;
  padding: 10px;
  margin-top: -10px;
}
.left__footer {
  flex-basis: 55%;
}
.right__footer {
  flex-basis: 45%;
}
.footer__flex-item li {
  font-size: 1.5rem;
  list-style: none;
  margin-bottom: 8px;
}
.footer__flex-item li a {
  color: #fbfbfb;
  text-decoration: none;
}
.tool__flame__branch {
  color: #111 !important;
  text-decoration: none;
}
.tool__title {
	position: relative;
	padding: 0 0 .1em 2em;
	border-bottom: 1px solid #ff5a5f;
}
.tool__title::before,
.tool__title::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.tool__title::before {
	top: .2em;
	left: .2em;
	width: 18px;
	height: 18px;
	background-color: rgba(242, 170, 171,.5);
	z-index: 2;
}
.tool__title::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background-color: rgba(242, 170, 171,.2);
}
.footer__large__flex-container {
  background-image: url("../images/texture_bg@2x.png");
  background-size: 100%;
  padding: 30px 0 15px;
}
.footer__address__bg {
  background-color: #fbfbfb;
  background-size: 100%;
  background-position: center;
  border-radius: 47%;
  width: calc(100% - 48px);
  height: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__address__grid {
  width: 86%;
  margin: 0 24px;
  color: #111;
}
.footer__address__rogo {
  font-family: vdl-yotag, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.4rem;
}
.footer__address__rogo a {
  color: #111;
  text-decoration: none;
}
.zip-code {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.footer__address {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.0rem;
  width: 100%;
}
.building {
  font-size: 1.3rem;
}
.footer__c__wrapper {
  margin: -5px 24px 0 24px;
}
.footer__c__inner {
  font-size: 1.2rem;
  width: 100%;
  text-align: right;
}
.new-frag::after {
  display: inline;
  content: "NEW"; /* 表示する文字            */
  width: 27px;
  height: 15px;
  background: #ff0000; /* 背景色                  */
  color: #ffffff; /* 文字色                  */
  font-weight: bold; /* 太字                    */
  font-size: 1.2rem; /* ベースの文字サイズ      */
  letter-spacing: 1px; /* 文字間隔詰め            */
  padding: 2px 4px; /* 反転時の内余白          */
  margin: 2px;
}
@media(min-width:769px) {
  .footer__flex-container {
    margin: 0 10%;
  }
  .footer__flex-container__item {
    justify-content: flex-start;
  }
  .footer__flex-item {
    margin-bottom: 0;
    flex-basis: 160px;
  }
  .footer__flex-item li {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .footer__interval {
    width: 80px;
  }
  .footer__large__flex-container {
    padding-top: 50px;
  }
  .tool__flame {
   flex-basis: 300px; 
    margin-left: 50px;
  }
  .footer__address__bg {
    width: 450px;
    height: 162.5px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
  }
  .footer__address__grid {
    width: auto;
  }
  .footer__address__rogo {
    font-size: 2.1rem;
    padding-bottom: 3px;
  }
  .zip-code {
    font-size: 1.4rem;
  }
  .footer__address {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .footer__c__wrapper {
    margin: 0 10%;
  }
  .footer__c {
    left: 61%;
    bottom: 85px;
  }
}