/* 運営メッセージ */
.l-message .title-container{
  margin-bottom: 25px;
}
.l-message .bg-deco{
  position: absolute;
  z-index: -10;
}
.l-message .bg-deco-01{
  top: -60px;
  left: 0;
  width: 100%;
}
.l-message .bg-deco-02{
  top: 430px;
  right: 0;
  width: 45%;
}
.l-message .bg-deco-03{
  bottom: 400px;
  left: 0;
  width: 50%;
}
.l-message .bg-deco-04{
  right: 0;
  bottom: -100px;
  width: 100%;
}
.message-content {
  max-width: 90%;
  margin: 0 auto;
}
.message-main{
  margin-bottom: 50px;
}
.message-main h3{
  font-size: 17px;
  font-weight: bold;
  color: #DB6143;
  text-align: center;
  margin-bottom: 30px;
}
.message-main p{
  margin-bottom: 20px;
}
.message-main .text-right{
  text-align: right;
}
.message-box{
  position: relative;
  padding: 25px 15px 40px;
  margin-bottom: 50px;
  background-image: url("/wp-content/themes/ikemen/title/sengokueien/images/message/bg_message.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.message-box .bg-item-top{
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: auto;
}
.message-box .bg-item-under{
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 47px;
  height: auto;
}
.message-box .sub-head{
  font-size: 16px;
  justify-content: center;
}
.message-box .sub-head .sub-icon{
  width: 21px;
}
.message-box .sub-head .sub-icon:nth-of-type(2){
  margin-left: 5px;
  margin-right: 0;
}
.message-box .text p:not(:last-child){
  margin-bottom: 20px;
}
.message-box .caution-note{
  font-size: 12px;
}
.message-box .cooperation{
  margin: 45px 0 35px;
}
.message-box .cooperation h4{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.message-box .cooperation-details{
  background-color: #fff;
  padding: 15px 10px;
  margin-bottom: 25px;
}
.message-box .cooperation-details p{
  font-size: 12px;
  line-height: 1.6;;
}

@media screen and (min-width: 768px) {
  .l-message .bg-deco-01{
    top: -160px;
    width: 59%;
  }
  .l-message .bg-deco-02{
    top: 340px;
    width: 31%;
  }
  .l-message .bg-deco-03{
    bottom: 300px;
    width: 31%;
  }
  .l-message .bg-deco-04{
    right: 0;
    bottom: -150px;
    width: 40%;
  }
  .message-content {
    max-width: 1060px;
  }
  .message-main h3{
    font-size: 25px;
  }
  .message-main{
    margin-bottom: 70px;
  }
  .message-box{
    padding: 45px 25px 50px;
    margin-bottom: 60px;
  }
  .message-box .sub-head{
    font-size: 22px;
  }
  .message-box .sub-head .sub-icon{
    width: 28px;
  }
  .message-box .text{
    max-width: 940px;
    margin: 0 auto;
  }
  .message-box .cooperation{
    max-width: 940px;
    margin: 40px auto 40px;
  }
  .message-box .cooperation h4{
    font-size: 18px;
  }
}