body {
  font-family: "Noto Sans JP", system-ui;
  color: #222;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.form .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.form .item {
  width: 50%;
  display: flex;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .form .item {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.form .item--full {
  width: 100%;
}
.form .item__label {
  font-size: 14px;
  font-weight: 500;
  width: 125px;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .form .item__label {
    padding-top: 2px;
  }
}
.form .item__option {
  width: 40px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .form .item__option {
    padding-top: 0px;
  }
}
.form .item__required {
  border-radius: 4px;
  background: #f40214;
  color: #fff;
  display: inline-flex;
  padding: 0px 3px 1px 3px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .form .item__required {
    font-size: 10px;
  }
}
.form .item__any {
  border-radius: 2px;
  background: #929292;
  color: #fff;
  display: inline-flex;
  padding: 0px 3px 1px 3px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .form .item__any {
    font-size: 10px;
  }
}
.form .item__input {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .form .item__input {
    width: 100%;
    flex: auto;
    margin-top: 5px;
  }
}
.form .item__input input::placeholder,
.form .item__input textarea::placeholder {
  color: #aaa;
  font-size: 14px;
}
.form .item__input select {
  appearance: none;
  padding: 0 14px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 14px;
  background: #fff url("./img/select-arrow.svg") no-repeat right 15px center/12px auto;
  border: 1px solid #bbb;
  color: #bebebe;
  border-radius: 4px;
}
.form .item__input input[type=text],
.form .item__input input[type=email] {
  padding: 9px 14px;
  width: 100%;
  height: 37px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.form .item__input textarea {
  padding: 9px 14px;
  width: 100%;
  height: 94px;
  background: #fff;
  border: 1px solid #bbb;
  font-size: 14px;
  border-radius: 4px;
}
.form .item__submit {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(90deg, #f90 1%, #ffc400 99%);
  display: flex;
  width: 235px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.form .item__submit::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 18px;
  margin: auto;
  background-image: url("./img/btn-arrow.svg");
  content: "";
  width: 8px;
  height: 13px;
  background-size: cover;
}
.form .item__submit input {
  font-size: 18px;
  width: 100%;
  height: 100%;
  padding: 8px 18px;
}
@media only screen and (max-width: 767px) {
  .form .item__submit input {
    font-size: 16px;
    padding: 8px 14px;
  }
}
.form .agree {
  text-align: center;
  font-size: 14px;
  margin-bottom: 18px;
}
.form .agree input[type=checkbox] {
  margin-right: 7px;
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid #ddd;
  vertical-align: -5px;
  appearance: none;
  border-radius: 4px;
  cursor: pointer;
}
.form .agree input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 3px solid #f40214;
  border-bottom: 3px solid #f40214;
  content: "";
}
.form .agree a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.common__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .common__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.common__title span {
  color: #f40214;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .common__title span {
    font-size: 14px;
  }
}
.common__container {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.common__text {
  text-align: right;
  margin-bottom: 8px;
}

#header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 20250204追記 */
.header.fixed {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  box-shadow:5px 5px 5px rgba(0,0,0,0.1);
}
/* /20250204追記 */

@media only screen and (max-width: 767px) {
  #header {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    flex-wrap: wrap;
  }

  .header.fixed {
    position:static
  }
}
#header .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  #header .left {
    gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }
}
#header .right {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  #header .right {
    gap: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #header .logo {
    padding-left: 7px;
  }
}
#header .warning {
  color: #333;
  font-size: 8px;
  margin-top: 7px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #header .warning {
    margin-top: 3px;
  }
}
#header .company {
  color: #333;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #header .company {
    font-size: 10px;
    width: 100%;
    background-color: #f40214;
    color: #fff;
    padding: 2px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .mail {
    margin-left: -1px;
  }
}
#header .mail:hover {
  opacity: 0.75;
}

#mv {
  background-color: #f40214;
  background-image: url("./img/mv__bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top:86px;
}
#mv .common__container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mv{
    padding-top: 0;
  }
  #mv .common__container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
#mv .catchcopy {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  #mv .catchcopy {
    width: 100%;
  }
}
#mv-contact {
  background: #f3f2ee;
  padding-bottom: 0px;
  margin-bottom: -40px;
}
#mv-contact .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #mv-contact .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#mv-contact .box {
  border-radius: 30px;
  padding: 33px 45px 28px;
  border: 5px solid #f3f2ee;
  background-color: #fff;
  transform: translateY(-85px);
}
@media only screen and (max-width: 767px) {
  #mv-contact .box {
    padding: 12px 10px;
    transform: translateY(-30px);
  }
}
#mv-contact .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  flex-direction: column;
  gap: 7px;
}
#feature {
  background: #ffeeef;
  padding-top: 35px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #feature {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
#feature .list {
  flex-wrap: wrap;
  display: flex;
  gap: 35px 4%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #feature .list {
    gap: 20px;
  }
}
#feature .item {
  width: 48%;
  max-width: 480px;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px 30px 30px;
}
@media only screen and (max-width: 767px) {
  #feature .item {
    width: 100%;
    max-width: 400px;
    padding: 15px 15px 30px;
  }
}
#feature .item__upper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #feature .item__upper {
    gap: 10px;
    margin-bottom: 10px;
  }
}
#feature .item__number {
  width: 83px;
  height: 83px;
  background-color: #f40214;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  #feature .item__number {
    font-size: 12px;
    width: 60px;
    height: 60px;
  }
}
#feature .item__number span {
  font-size: 50px;
  font-family: Roboto;
}
@media only screen and (max-width: 767px) {
  #feature .item__number span {
    font-size: 32px;
  }
}
#feature .item__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #feature .item__title {
    font-size: 18px;
  }
}
#feature .item__thumbnail {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #feature .item__thumbnail {
    margin-bottom: 10px;
  }
}
#feature .item__text span {
  font-size: 12px;
}
#plan {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #plan {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
#plan .tab {
  text-align: center;
}
#plan .tab__menu {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  width: 100%;
}
#plan .tab__menu::before, #plan .tab__menu::after {
  position: absolute;
  right: 18px;
  width: 12px;
  height: 7px;
  background-color: #fff;
  content: "";
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #plan .tab__menu::before, #plan .tab__menu::after {
    right: 15px;
  }
}
#plan .tab__menu::before {
  top: calc(50% - 10px);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#plan .tab__menu::after {
  bottom: calc(50% - 10px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#plan .tab__menu select {
  appearance: none;
  min-width: 230px;
  width: 100%;
  padding: 0.6em calc(1.2em + 25px) 0.6em 1.2em;
  border: 2px solid #f40214;
  background-color: #f40214;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #plan .tab__menu select {
    font-size: 14px;
  }
}
#plan .tab__menu select option {
  background-color: #fff;
  color: #222222;
  font-weight: 400;
}
#plan .tab__panel-box {
  background: #ffeeef;
  padding: 30px 10px 35px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #plan .tab__panel-box {
    padding: 15px 10px;
  }
}
#plan .tab__panel-box.active {
  display: block;
}
#plan .tab__panel-catchcopy {
  text-align: center;
  padding-right: 45px;
  padding-left: 45px;
}
#plan .tab__panel-price {
  text-align: center;
  margin-bottom: 10px;
}
#plan .tab__panel-warning {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #plan .tab__panel-warning {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #plan .tab__panel-warning {
    padding-left: 0;
  }
}
#plan .tab__panel-campaign {
  text-align: center;
}
#plan .tab__panel-campaign img {
  max-width: 90%;
}

.cta {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f40214;
  background-size: cover;
  background-position: center;
  background-image: url("./img/cta__bg.jpg");
}
@media only screen and (max-width: 767px) {
  .cta {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cta .title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .cta .title {
    font-size: 20px;
  }
}
.cta .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding-left: 36px;
}
@media only screen and (max-width: 767px) {
  .cta .flex {
    padding-left: 0px;
    flex-direction: column;
    gap: 15px;
  }
}
#flow {
  padding-top: 35px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #flow {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
#flow .list {
  display: flex;
  gap: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #flow .list {
    flex-direction: column;
  }
}
#flow .item {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #flow .item {
    display: flex;
    gap: 10px;
  }
}
#flow .item:not(:last-child) .item__thumbnail:after {
  content: "";
  position: absolute;
}
@media only screen and (min-width: 768px) {
  #flow .item:not(:last-child) .item__thumbnail:after {
    width: 50%;
    height: 2px;
    right: -40%;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, #f40214, #f40214 6px, transparent 6px);
    background-size: 10px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}
@media only screen and (max-width: 767px) {
  #flow .item:not(:last-child) .item__thumbnail:after {
    height: 80%;
    width: 2px;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to bottom, #f40214, #f40214 6px, transparent 6px);
    background-size: 2px 10px;
    background-position: left bottom;
    background-repeat: repeat-Y;
  }
}
@media only screen and (max-width: 767px) {
  #flow .item__body {
    flex: 1;
    padding-top: 7px;
  }
}
#flow .item__thumbnail {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #flow .item__thumbnail {
    margin-bottom: 15px;
    width: 85px;
  }
}
#flow .item__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #flow .item__title {
    text-align: left;
    font-size: 16px;
    margin-bottom: 6px;
  }
}
#flow .item__text {
  font-size: 15px;
  text-align: left;
  line-height: 1.53em;
}
@media only screen and (max-width: 767px) {
  #flow .item__text {
    font-size: 14px;
  }
}
#flow .item__text span {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  #flow .item__text span {
    font-size: 12px;
  }
}

#faq {
  padding-top: 35px;
  padding-bottom: 50px;
  background-color: #ffeeef;
}
@media only screen and (max-width: 767px) {
  #faq {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
#faq .item {
  position: relative;
  padding: 20px 42px;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #faq .item {
    padding: 10px 38px 10px 20px;
  }
}
#faq .item:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #faq .item:not(:last-child) {
    margin-bottom: 15px;
  }
}
#faq .item::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 40px;
  background: url("./img/faq__arrow.svg");
  top: 21px;
  right: 42px;
}
@media only screen and (max-width: 767px) {
  #faq .item::before {
    width: 43px;
    height: 40px;
    top: 13px;
    right: 10px;
  }
}
#faq .item.active .item__answer {
  display: block;
}
#faq .item.active::before {
  transform: scale(1, -1);
}
#faq .item__question {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 10px 10px 60px;
}
@media only screen and (max-width: 767px) {
  #faq .item__question {
    font-size: 16px;
    padding: 10px 10px 10px 45px;
  }
}
#faq .item__question:after {
  position: absolute;
  content: "Q";
  display: block;
  border: 1px solid #f40214;
  background-color: #f40214;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  text-align: center;
  left: 0px;
  top: 3px;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  #faq .item__question:after {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
#faq .item__answer {
  position: relative;
  display: none;
  padding: 10px 10px 10px 60px;
}
@media only screen and (max-width: 767px) {
  #faq .item__answer {
    padding: 10px 10px 10px 45px;
  }
}
#faq .item__answer:after {
  position: absolute;
  content: "A";
  display: block;
  border: 1px solid #f40214;
  background-color: #fff;
  color: #f40214;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  text-align: center;
  left: 0px;
  top: 3px;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  #faq .item__answer:after {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}

#contact {
  position: relative;
  padding-top: 35px;
  padding-bottom: 54px;
}
#contact:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 425px;
  left: 0;
  bottom: 0;
  background-color: #f40214;
}
#contact .common__container {
  max-width: 1240px;
}
#contact .upper {
  margin-bottom: 30px;
}
#contact .upper__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
@media only screen and (min-width: 768px) {
  #contact .upper__flex {
    padding-left: 55px;
  }
}
@media only screen and (max-width: 767px) {
  #contact .upper__flex {
    gap: 10px;
    flex-direction: column;
  }
}
#contact .upper__text {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
@media only screen and (max-width: 767px) {
  #contact .upper__text {
    font-size: 18px;
  }
}
#contact .upper__tel {
  border-radius: 10px;
  background: #d8f1f2;
  padding: 22px 42px 18px;
}
#contact .box {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  border: 5px solid #f3f2ee;
  padding: 30px 15px;
  z-index: 1;
}
#contact .box-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#contact .box-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #contact .box-title {
    font-size: 20px;
  }
}
#footer {
  color: #333;
}
#footer .upper {
  padding-top: 20px;
  padding-bottom: 11px;
}
#footer .upper .flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #footer .upper .flex {
    flex-direction: column;
  }
}
#footer .lower {
  background: #f40214;
  color: #fff;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #footer .lower {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#footer .lower .container {
  display: flex;
  justify-content: space-between;
  padding-right: 52px;
  padding-left: 50px;
  gap: 7px;
}
@media only screen and (max-width: 767px) {
  #footer .lower .container {
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
  }
}
#footer .logo {
  margin-bottom: 1px;
}
#footer .warning {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  #footer .info {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .info {
    margin-top: 20px;
  }
}
#footer .info__company {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
#footer .info__company span {
  font-size: 16px;
}
#footer .info__address {
  font-size: 12px;
  margin-left: -5px;
}
#footer .info__address li {
  margin-bottom: 10px;
}
#footer .info__address span {
  font-weight: 700;
}
#footer .sitemap {
  display: flex;
  gap: 30px;
}
#footer .sitemap__item--external a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url("./img/icon-external.svg");
  margin-left: 5px;
}
#footer .sitemap__item a:hover {
  opacity: 0.7;
}


/* 20241210_料金表アコーディオン変更 */
.accordion {
  margin-inline: auto;
  position: relative;
  width: 100%;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 0.6em calc(1.2em + 25px) 0.6em 1.2em;
  font-weight:700;
  text-align:left;
  background-color: #f40214;
  border:2px solid #f40214;
  border-radius:3px;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
/* アコーディオンの2つ目以降、上に余白を取る。 */
.accordion-item:nth-child(n+2){
  margin-top: 10px;
}
/* コンテンツボックスの背景 */
.accordion-item .accordion-content {
background: #ffeeef;
text-align: left;
margin-bottom: 10px;
}



/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .accordion-title {
    font-size:14px;
  }
}



/* 20250204追記 */
#footer_contact{
  display:none;
}

@media only screen and (max-width: 767px) {
  #footer_contact{
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 100;
    text-align: center;
    background-color: #000;
    border-top: 12px solid #f40214;
    border-image: url(./img/footer_contact_bg.png)12 0 12 0 repeat;
    box-sizing: border-box;
}
#footer_contact p{
    color: #fff;
    padding-bottom: 10px;
    font-weight: bold;
}
.footer_contact_tel,.footer_contact_mail{
     width:49%;
}
.footer_contact_tel{
    margin-right: 2%;
}
#footer_contact .inner .flex_box{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
}
}


/*# sourceMappingURL=style.css.map */