@charset "UTF-8";
/* スマホ (max-width:544px) */
nav.nav-sp{
    display: none;
}
h2{
    font-size: 1.6rem;
    font-weight: bold;
}
h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
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.4rem!important;
}
.fs_md{
    font-size: 1.2rem!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 h2.title img{
 max-width: 100%;
}
.mainArea .contents{
    margin-top: 20px;
}
.mainArea .lead{
    font-size: 18px;
}
.btn--orange,
.mainArea a.btn--orange {
  width: 100%;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 0 0;
  color: #fff;
  background-color: #C75467;
  border-bottom: 5px solid #C75467;
  margin: 40px 0 30px 0;
}
.btn--orange:hover,
.mainArea a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.mainArea a.btn--radius {
  border-radius: 100vh;
}
.mainArea .lead01{
  font-size: 32px;
  text-align: center;
  color: #ff0000;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: bold;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  background: linear-gradient(transparent 20%, yellow 30%);
}
.mainArea .lead02{
  font-size: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  margin: 0 0 30px 0;
  font-weight: bold;
  line-height: 1.3;
  font-family: 'M PLUS Rounded 1c', 'ヒラギノ丸ゴ ProN W4', 'メイリオ', sans-serif;
  background: linear-gradient(transparent 10%, pink 70%);
}

.mainArea .triangle3 {
  width: 0;
  height: 0;
  margin: auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ff0000;
  padding: 10px 0 10px 0;
}


.scheduleArea ul li.center{
    text-align: left;
}
.scheduleArea img {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 7px 0; 
}
.scheduleArea p.leadbun04 {
/* 親要素全体の基準フォントをやや小さく設定 */
    font-size: 17px; 
    line-height: 1.6;
    background: repeating-linear-gradient(-45deg, #fadbda, #fadbda 4px, white 3px, white 8px);
}

.scheduleArea p.leadbun04 strong {
    /* <br>の直前の要素（主題）のフォントを大きくして強調 */
    font-size: 19px; /* 親要素(16px)の1.25倍 -> 20px */
}

.scheduleArea .box1 p {
  font-size: 26px;
  text-align: center;
  margin: 0; 
  padding: 10px;
}
.scheduleArea .box1 p.comment {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin: 0 30px 0 30px; 
  padding: 10px;
}
.scheduleArea .box1 p.comment2 {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin: -15px 30px 0 30px;
}

.btn_apply01 button{
    font-size: 14px;
}
.btn_apply02 button{
    font-size: 14px;
}
.btn_apply01 span{
    font-size: 1.3rem;
}
.btn_apply02 span{
    font-size: 1.25rem;
}
.btn_apply01{
    height: 110px;
}
.btn_apply02{
    height: 110px;
}
.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: 0;
}
.btn_contact {
    max-width: 200px;
    height: 70px;
}

.profileArea img.profile_ishimaru{
  display: block;
  max-width: 150px;
  width: 100%;
  border-radius: 50%;
  margin-top: 40px;  
}