<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body{
  margin-top: 10px;
}

.event_top-area{
  width: 850px;
  margin: 0 auto 40px;
}
.event_top-area img{
  vertical-align: bottom;
}
.event_top-area .pc-only{
  display: block;
}
.event_top-area .sp-only{
  display: none;
}

.event_top-area  .lp-link{
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.event_top-area .lp-link img{
  width: 100%;
  vertical-align: bottom;
}
.event_top-area section{
  margin: 50px auto;
  width: 850px;
}
.event_top-area section a{
  display: block;
}
.event_top-area section img{
  display: block;
  width: 100%;
}

@media screen and (max-width: 600px){
  .event_top-area{
    width: 100%;
    margin: 0 auto 40px;
  }
  .event_top-area .lp-link{
    margin: 0 auto 20px;
    padding: 0;
  }
  .event_top-area .bk-link{
    width: 90%;
    display: block;
    margin: 20px auto 10px;
  }
  .event_top-area section{
    margin: 30px auto;
    width: 100%;
  }
  .event_top-area .pc-only{
    display: none;
  }
  .event_top-area .sp-only{
    display: block;
  }
}




/* -- 営業企画部　追加 --*/
@media screen and (min-width: 601px){
  .sub_ttl{
    width: 100%;
    color: #40806a;
    font-weight: bold;
    padding: 30px 20px 30px 40px;
    border-top: 10px double #b2d060;
    background-color: #40806a;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2.2em;
  }

  .page-link{
    width: 100%;
    margin-bottom: 20px;
  }
  .menu{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .menu_box{
    background-color: #b2d060;
    border: 5px solid #40806a;
    border-radius: 5px;
    margin-top: 10px;
    width: 48%;
  }
  .menu_box a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #40806a;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    padding: 20px 10px 20px 15px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  .menu_box a span{
    font-size: 1em;
    font-weight: normal;
    display: block;
  }
  /*.menu_box:nth-child(3n){
    margin-right: 0;
  }*/
  .item_last{
    margin-bottom: 0;
  }
  .item_last a{
    border-bottom: none;
  }
  .item_last01{
    padding-bottom: 20px;
    border-bottom: 20px solid #b2d060;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px){
  .sub_ttl{
    width: 95%;
    color: #000000;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 0 20px 15px;
    border-top: 10px double #40806a;
    background: #b2d060;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.8em;

  }
  .page-link{
    width: 96%;
    margin:  0 auto 15px;
  }
  .menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* align-items: center; */
  }
  .menu_box{
    background-color: #b2d060;
    border: 4px solid #40806a;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 4%;
    width: 48%;
  }
  .menu_box .page-link-item.sp-space{
    padding: 7.6vw 1vw;
  }
  .menu_box a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    font-size: 4vw;
    font-weight: bold;
    padding: 18px 5px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  .menu_box a.sp-p {
    padding: 28px 5px;
  }
  .menu_box a span{
    font-size:0.8em;
    font-weight: normal;
    display: block;
  }
  .menu_box:nth-child(2n){
    margin-right: 0;
  }
  .item_last01{
    padding-bottom: 20px;
    border-bottom: 20px solid #437fb0;
    margin-bottom: 50px;
  }
  .item_last a{
    border-bottom: none;
  }
}</pre></body></html>