#custom_html-2{margin-top:10px;background-color:transparent;}
#custom_html-2 div{margin-bottom:25px;text-align:center;}
#custom_html-2 div:last-child{margin-bottom:0;}
#custom_html-2 div img{max-width:220px;}
#custom_html-2 div.st img{border:1px solid #ccc;}
.side_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 82px;
  margin: 0 auto 5px;
  line-height: 1.3;
  font-size: 13px;
  color: #02783f !important;
  background: linear-gradient(#f3ffdf, #d9ffa8);
  border: 1px solid #d3d9ca;
  box-sizing: border-box;
}
.side_tel strong {
  font-size: 1.6em;
  font-weight: 900;
}
.side_tel strong span {
  position: relative;
  top: -3px;
  font-size: .6em;
}
.side_tel img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.side_yoyaku24 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 40px;
  0 auto 20px;
  padding-right: 15px;
  font-size: 12px;
  color: #0048AA !important;
  background: linear-gradient(#fdfee9, #f9fca4);
  border: 1px solid #d3d9ca;
  box-sizing: border-box;
}
.side_yoyaku24 strong {
  margin-right: 3px;
  font-weight: 900;
  font-size: 1.6em;
}
.side_yoyaku24 span {
  margin-right: 3px;
  font-weight: 900;
  font-size: 1.1em;
}
.side_yoyaku24::before, .side_yoyaku24::after {
  content: "";
  position: absolute;
}
.side_yoyaku24::before {
  right: 7px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0048AA;
}
.side_yoyaku24::after {
  right: 10px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
.side_tel, .side_yoyaku24 {
  opacity: 1;
  transition: all 0.2s ease;
}
.side_tel:hover, .side_yoyaku24:hover {
  opacity: .7;
  transition: all 0.2s ease;
}
.ft_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3px;
}
.bnr_ft_tel {
  position: relative;
  display: block;
  width: 505px;
  height: 140px;
  color: #008837;
}
.bnr_ft_yoyaku {
  position: relative;
  display: block;
  width: 351px;
  height: 140px;
}
.bnr_ft_tel span {
  position: absolute;
}
.bnr_ft_tel span.b1 {
  left: 12px;
  top: 12px;
  text-align: left;
  line-height: 1.2;
  font-weight: 800;
  font-size: 18px;
}
.bnr_ft_tel span.b2 {
  right: 19px;
  bottom: 30px;
  text-align: left;
  line-height: 1;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.bnr_ft_tel img, .bnr_ft_yoyaku img {
  width: 100%;
}
.bnr_ft_tel span.b1 strong {
  font-size: 1.8em;
  font-weight: 900;
}
.bnr_ft_yoyaku span {
  position: absolute;
}
.bnr_ft_yoyaku span.b1 {
  left: 18px;
  top: 18px;
  text-align: left;
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
  color: #222;
}
.bnr_ft_yoyaku span.b1 strong {
  font-size: 1.4em;
  font-weight: 900;
}
.bnr_ft_yoyaku span.b2 {
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.bnr_ft_yoyaku span.b2::after{
	content: "";
	position:absolute;
	top: calc(50% - 5px);
	right: 50px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bnr_ft_tel span.b1 img {
  position: relative;
  top: -2px;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.bnr_ft_tel, .bnr_ft_yoyaku {
  opacity: 1;
  transition: all 0.2s ease;
}
.bnr_ft_tel:hover, .bnr_ft_yoyaku:hover {
  opacity: .7;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .bnr_ft_tel {
    width: 351px;
    height: 98px;
    margin: 5px auto;
  }
  .bnr_ft_tel span.b1 {
    left: 13px;
    top: 12px;
    text-align: left;
    line-height: 1.1;
    font-weight: 800;
    font-size: 13px;
  }
  .bnr_ft_tel span.b1 img {
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .bnr_ft_tel span.b2 {
    right: 12px;
    bottom: 20px;
    text-align: left;
    line-height: 1;
    font-weight: 800;
    font-size: 11px;
    color: #fff;
  }
  .bnr_ft_yoyaku {
    margin: 5px auto;
  }
}
.mt_info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 40px;
  background: #fff;
}
.mt_info a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 90px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.mt_info_1 {
  width: calc(60% - 10px);
  padding: 18px 5px 5px 5px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 800;
  color: #0048AA !important;
  background: linear-gradient(#fdfee9, #f9fca4);
  border: 1px solid rgba(0, 0, 0, 0.10)
}
.mt_info_1::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 3px solid #0048AA;
  border-right: 3px solid #0048AA;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mt_info_1 span:nth-child(1) {
  width: 100%;
}
.mt_info_1 span:nth-child(2) {
  position: relative;
  top: -4px;
  margin-right: 5px;
  font-size: 1.1em;
}
.mt_info_1 span:nth-child(2) strong {
  position: relative;
  top: 1px;
  margin-right: 3px;
  font-size: 1.6em;
}
.mt_info_2 {
  width: calc(40% - 10px);
  font-size: 28px;
  font-weight: 800;
  color: #009749 !important;
  border: 5px solid #009749;
  background: linear-gradient(#f3ffdf, #d9ffa8);
  border: 1px solid rgba(2, 120, 63, .50);
  box-sizing: border-box;
}
.mt_info_2 img {
  position: relative;
  top: -2px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.mt_info_1, .mt_info_1 img, .mt_info_2 {
  opacity: 1;
  transition: all 0.2s ease;
}
.mt_info_1:hover, .mt_info_1 img:hover, .mt_info_2:hover {
  opacity: .7;
  transition: all 0.2s ease;
}
.mt_info_1:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mt_info {
    display: none;
  }
}