@charset "UTF-8";

.flow-title {
  position: relative;
  height: 80px;
}
.flow-title01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 65px;
  background-color: #F28501;
  transform:skewX(-20deg);
  z-index: 5;
}
.flow-title01 ul{
  transform:skewX(20deg);
}
.flow-title01-02 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 65px;
  background-color: #464747;
  transform:skewX(-20deg);
}
.flow-title01-02 ul{
  transform:skewX(20deg);
}
.flow-title01-02 ul li{
  line-height: 65px;
}



.lh1 {
  line-height: 1rem;
}
.lh15 {
  line-height: 1.5rem;
}
.lh2 {
  line-height: 2rem;
}
.lh25 {
  line-height: 2.5rem;
}


.flow01-bg {
  width: 100%;
  height: 250px;
}

.blog-title01 {
  height: 70px;
  text-align: center;
}
.blog-title01 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
    object-position: center;
}
.blog-title02 {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.blog-icatch {
  height: 80px;
}

.under-line {
  text-decoration: underline;
}


.img-hover:hover{
  opacity: 0.5;
  transition: all 0.6s ease 0s;
}





@media (max-width: 1199.98px) {


.flow-title01-02 {
  width: 90%;
}





}