@charset "UTF-8";
/* スマホ (max-width:544px) */
nav.nav-sp{
    display: none;
}
h2{
    font-size: 1.6rem;
    font-weight: bold;
}
h3{
    font-size: 20px;
    font-weight: bold;
}
h4{
    font-size: 1.4rem;
    font-weight: bold;
}
.w-760{
    width: 100%!important;
}
.fs_xlg{
    font-size: 1.2rem!important;
}
.fs_lg{
    font-size: 1.19rem!important;
}
.fs_md{
    font-size: 1.05rem!important;
}
section.mainVisual .back{
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 5px;
}
section.mainVisual .back a{
    font-size: 16px;
}
section.mainVisual img.main_title {
    max-width: 520px;
    width: 100%;
}
.mainArea h2.title{
    max-width: 100%;
}
.mainArea .contents{
    margin-top: 20px;
}
.mainArea .lead{
    font-size: 18px;
}
.scheduleArea ul li.center{
    text-align: left;
}
.btn_apply button{
    font-size: 14px;
}
.btn_apply span{
    font-size: 1.25rem;
}
.btn_apply{
    height: 100px;
}
.InformationArea h3{
    flex-direction: column;
}
.InformationArea .sponsor{
    font-size: 12px;
    font-weight: bold;
}
.row{
    background-color: rgb(255, 255, 255,0.8);
    border-radius: 10px;
    padding: 40px 0;
}
.btn_contact {
    height: 70px;
}
.introductionArea h3 {
  background: #120713;
  color: #fff;
  max-width: 400px;
  width: 100%;
  border-radius: 50px;
  height: 70px;
  font-size: 20px;
  padding: 15px 30px 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: bold;
}
