/*--------------------------------------------------------------------------
   Fact
---------------------------------------------------------------------------*/
#Fact #Section1 {
  margin-bottom: 70px;
}
@media screen and (max-width:767px) {
  #Fact #Section1 {
    margin-bottom: 0;
  }
}
#Fact #Section1 .txt {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  #Fact #Section1 .txt {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
#Fact #Section1 ul {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  #Fact #Section1 ul {
    flex-direction: column;
  }
}
#Fact #Section1 ul li {
  box-sizing: border-box;
  position: relative;
  width: 317px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  #Fact #Section1 ul li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
#Fact #Section1 ul li::after {
  position: absolute;
  top: 50%;
  right: -55px;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #0090DA;
  transform: translateY(-60%);
}
@media screen and (max-width:767px) {
  #Fact #Section1 ul li::after {
    top: auto;
    right: auto;
    bottom: -26px;
    left: 50%;
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: auto;
    border: 10px solid transparent;
    border-top: 10px solid #0090DA;
    transform: translateX(-50%);
  }
}
#Fact #Section1 ul li:last-child::after {
  display: none;
}
@media screen and (max-width:767px) {
  #Fact #Section1 ul li dl {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
#Fact #Section1 ul li dl dt {
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  #Fact #Section1 ul li dl dt {
    border-radius: 10px;
  }
}
@media screen and (max-width:767px) {
  #Fact #Section1 ul li dl dt {
    width: 40%;
    border-radius: 0 10px 0 0;
  }
}
@media print, screen and (min-width:768px) {
  #Fact #Section1 ul li dl dd {
    padding: 30px;
  }
}
@media screen and (max-width:767px) {
  #Fact #Section1 ul li dl dd {
    box-sizing: border-box;
    font-size: 3.7333333333vw;
    width: 60%;
    padding: 4vw;
    overflow: hidden;
  }
}
#Fact #Section2 {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  #Fact #Section2 {
    padding-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  #Fact #Section2 .txts {
    width: 630px;
  }
}
@media screen and (max-width:767px) {
  #Fact #Section2 .txts {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:768px) {
  #Fact #Section2 .txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  #Fact #Section2 .txt {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
#Fact #Section2 .pic {
  box-sizing: border-box;
  position: relative;
  width: 354px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  #Fact #Section2 .pic {
    float: right;
    width: 45.3333333333vw;
    height: 24vw;
    background-color: #FFFFFF;
    margin-left: 2.6666666667vw;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
  }
}
#Fact #Section2 .pic img {
  position: absolute;
  top: -45px;
  left: 0;
}
@media screen and (max-width:767px) {
  #Fact #Section2 .pic img {
    top: -5.3333333333vw;
    left: 0;
  }
}
#Fact #Section2 .attention {
  color: #e3121c;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  #Fact #Section2 .attention {
    font-size: 4.8vw;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  #Fact .pickup {
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  #Fact #Contents {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 16vw;
    border-top: 1px solid #b3b3b3;
  }
}