@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  transition: all 0.4s ease-out;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

.temetst {
  animation: Flash1 2s infinite;
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.updown {
  animation: goupdown 2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  transform: translate(0%, 7px);
}

@keyframes goupdown {
  50% {
    transform: translate(0%, -7px);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
/**************************************************************************/
#sec01 .title {
  width: 90%;
  margin: 80px auto 40px auto;
}
@media screen and (max-width:780px) {
  #sec01 .title {
    margin: 40px auto 40px auto;
  }
}
#sec01 .title h2 {
  width: 226px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width:780px) {
  #sec01 .title h2 {
    width: 180.8px;
  }
}
#sec01 .title .line {
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 20px auto;
}
@media screen and (max-width:780px) {
  #sec01 .title .line {
    margin: 20px auto;
  }
}
#sec01 .title .subttl {
  width: 125px;
  margin: 0 auto;
  line-height: 100%;
}
#sec01 .icon_area {
  width: 75%;
  max-width: 345px;
  margin: 35px auto 90px auto;
}

#sec02 {
  width: 100%;
  background-color: #ffe620;
  padding: 30px 0;
}
@media screen and (max-width:780px) {
  #sec02 {
    padding: 20px 0;
  }
}
#sec02 h2 {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width:780px) {
  #sec02 h2 {
    width: 200px;
  }
}

#sec03 {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 0 100px 0;
}
@media screen and (max-width:780px) {
  #sec03 {
    padding: 0px 0 50px 0;
  }
}
#sec03 .contena_press {
  width: 100%;
  padding: 48px 0;
  border-bottom: 1px solid #969696;
}
@media screen and (max-width:780px) {
  #sec03 .contena_press {
    padding: 35px 0;
  }
}
#sec03 .contena_press h4 {
  font-size: 24px;
  padding-bottom: 20px;
  line-height: 140%;
}
@media screen and (max-width:780px) {
  #sec03 .contena_press h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
#sec03 .contena_press .name {
  font-size: 14px;
  line-height: 140%;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #969696;
}
#sec03 .contena_press a {
  color: #d43c00;
  display: inline-block;
  padding-bottom: 4px;
}

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