.funfact-wrap {
  text-align: center;
}
.funfact-wrap h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.funfact-wrap h2 span{
  line-height: 2;
}

.funfact-wrap h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.funfact-border {
  position: relative;
}
.funfact-border::after {
	content: "";
	height: 100%;
	width: 1px;
	background-color:none;
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.funfact-icon-style {
  padding: 38px 30px;
  box-shadow: 0px 30px 70px 0px rgba(16, 12, 47, 0.05);
}

.funfact-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 0%;
	display: inline-flex;
  justify-content: center;
	height: 90px;
	margin: 0 0 25px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 90px;
}
.funfact-icon svg path {
  fill: currentColor;
}
.funfact-with-icon-area {
  position: relative;
}
.funfact-with-icon-area::before {
  background-image: url(../images/bg/funfact-bg.png);
	background-repeat: no-repeat; 
	background-size: cover;
	top: 50%;
	content: ""; 
	height: 100%;
	left: 50%;
	position: absolute;
	width: 693px;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-icon-style {
    padding: 38px 10px;
  }
  .funfact-with-icon-area::before {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-border::after {
    display: none;
  }
  .funfact-with-icon-area::before {
    width: 300px;
  }
}

/*----追加-----*/
.funfact-icon img{
  max-width: 15rem !important;
}

@media only screen and (max-width: 1000px) {
.funfact-icon img{
  max-width: 15rem !important;
  height:100%!important;
}

  
