@charset "Shift_JIS";
/*====================================
  PC First Responsible 700px`
=======================================*/
.k039_at_220725_2559_book_wrap{
  line-height: 1.3;
  box-sizing: border-box;
  font-family: "Meiryo","Verdana","Hiragino Kaku Gothic ProN","MS PGothic","sans-serif";
  color: #333333;
  width: 100%;
  max-width: 1240px;
  min-width: 960px;
  height: 220px;
  margin: 0px auto 10px;
  position: relative;
  border-top: 10px solid #f29600;
  border-bottom: 10px solid #f29600;
}
.k039_at_220725_2559_book_wrap figure img{
  max-width: 100%;
  vertical-align: bottom;
  -ms-interpolation-omde:bicubic;
  height: 170px;
  width: auto;
}
.k039_at_220725_2559_book_wrap figure{
  position: absolute;
  top: 15px;
  left: 20px;
  margin: 0;
}
.k039_at_220725_2559_book_wrap .k039_at_220725_2559_book_tx01{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
/*====================================
  699px` For SP
=======================================*/
@media screen and (max-width: 699px) {
  .k039_at_220725_2559_book_wrap{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto 10px;
  }
  .k039_at_220725_2559_book_wrap figure{
    position: absolute;
    top: 15px;
    left: 10px;
    margin: 0;
  }
  .k039_at_220725_2559_book_wrap .k039_at_220725_2559_book_tx01{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    margin: 0px 10px 0px 140px;
    font-size: 22px;
    text-align: left;
  }
}