.sp{
  display: none;
}
@media screen and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

/* ■スライダー下にある吹き出しのデザイン*/
.hukidashi{
  position: relative;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 10px;
  font-size: 31px;
  font-weight: bold;
  margin: 24px 25px 45px;
  padding: 30px 0;
}
.hukidashi:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #F9AD00;
  z-index: 2;
}
.hukidashi:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #ffffff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hukidashi{
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    margin: 21px 20px 30px;
    padding: 10px 10px;
  }
  .hukidashi:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #F9AD00;
    z-index: 2;
  }
  .hukidashi:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #ffffff;
    z-index: 1;
  }
}

/* ■セクション内のボタンレイアウト*/
.singleButton a img{
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .singleButton a img{
    max-width: 100%;
  }
}

.fair-area2{
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
@media screen and (max-width: 767px) {
  .fair-area2{
    padding: 15px 15px;
  }
}

/* ■タイトルフォント*/
.fair-area-title{
  font-size: 30px;
  font-weight: 1000;
}
/* ■タイトル日付フォント*/
.fair-area-title-date{
  font-size: 30px;
  font-weight: 500;
}
h1{
  color: #DF0101;
  font-size: 30px;
  font-weight: 1000;  
}
@media screen and (max-width: 767px) {
  /* ■タイトルフォント*/
  .fair-area-title{
    font-size: 20px;
    font-weight: 1000;
  }
  /* ■タイトル日付フォント*/
  .fair-area-title-date{
    font-size: 20px;
    font-weight: 500;
  }
  h1{
    color: #DF0101;
    font-size: 18px;
    font-weight: 1000;
    margin-bottom: 0px;
    line-height: 6.5vw;
  }
}

/* ■セクションの赤枠、バナー、テキストのグリッド設定*/
.fair_grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 15px;
}
.fair_grid2{
  display: inline-block;
}
.fair_grid3{
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-gap: 10px;
}
.grid_text{
  font-size: 26px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .grid_text{
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .grid_text{
    font-size: 17px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .fair_grid{
    display: grid;
    grid-template-columns: 1fr;
  }
  .grid_text{
    font-size: 15px;
    padding: 0;
  }
}

/* ■赤いパネル*/
.redPanel{
  background-color: #DF0101;
  color: #ffffff;
  font-size: 28px;
  font-weight: 1000;
  vertical-align: middle;
  border-radius: 20px;
  width: 150px;
  height: 150px;
    width: 100%;
    height: 100%;
    
  position: relative;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.redPanel p{
  line-height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .redPanel > p{
    font-size: 1.5vw;
    line-height: 2.0vw;
  }  
}
@media screen and (max-width: 991px) {
  .redPanel > p{
    font-size: 1.6vw;
    line-height: 2.5vw;
  }  
}
@media screen and (max-width: 767px) {
  .redPanel{
    background-color: #DF0101;
    color: #ffffff;
    font-weight: 1000;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    
  }
  .redPanel > p{
    font-size: 3.0vw;
    line-height: 3.0vw;
  }
}

/* ■注意事項のスタイル*/
.fair_notes, .fair_text{
  margin-top: 15px;
  font-size: 20px;
  text-align: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .fair_notes, .fair_text{
    font-size: 13px;
    padding: 0;
  }
}


/*情報グリッド*/
.info_table{
  table-layout: fixed;
  text-align: left;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .info_table{
    font-size: 15px;
  }
}
.info_table td,th{
  border: 4px #ffffff solid;
}
.info_table th{
  background-color: #0174DF;
  padding: 10px;
}
.info_table tbody tr td{
  background-color: #FAFAFA;
  color: #000000;
  font-weight: bold;
  padding: 10px;
}
.info_table tbody tr td:nth-child(1){
  background-color: #0174DF;
  color: #ffffff;
}

/*ステップリスト*/
.stepList ul li{
  border: solid 7px #FF8000;
  text-align: center;
  font-weight: bold;
  margin: 50px 0 0 ;
}
.stepList ul li::after{
  content: "";
  position: relative;
  width: 0;
  height: 0;
  bottom: -58px;
  border-top: 20px solid #FF8000;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}
@media screen and (max-width: 767px){
  .stepList ul li::after{
    bottom: -46px;
  }
}
.stepList ul li:first-child{
  margin: 50px 0 0 ;
}
.stepList ul li:last-child{
  padding: 0 0 20px;
}
.stepList ul li:last-child::after{
  border: none;
}
.stepList ul li div{
  margin-top: -25px;
}
.stepList ul li div p{
  background-color: #FF8000;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
}
.stepList_btn{
  background-color: #FF4000;
  width: 400px;
  display: block;
  margin: 25px auto 0;
  line-height: 60px;
  border-radius: 5px;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 3px 0 rgba(255,64,0,.5);
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px){
  .stepList_btn{
    width: 220px;
    line-height: normal;
  }
}
.stepList_btn:hover{
  color: #fff;
  box-shadow: 0 0 0 rgba(255,64,0,.5);
  text-decoration: none;
  background-color: #FE9A2E;
  transform: translateY(3px);
}

/*TOPロゴのスタイル*/
.logo{
  
  width:300px;
  height: auto;
  margin: 0 80px;
}
@media screen and (max-width: 767px) {
  .logo{
    width:120px;
    margin: 0 10px;
  }
}


/*ヘッダーテキスト（右上）のスタイル*/
.header_text{
  float: right;
  right: 0px;
  text-align: right;
  font-size: 25px;
  font-weight: bold;
  margin: 10px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .header_text{
    font-size: 13px;
    margin: 5px 5px 0 0;
  }
}

/*TOP帯のスタイル*/
.obi{
  background-color: #FE2E64;
  background-color: #2595C7;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  padding: 10px 0 10px;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .obi{
    font-size: 16px;
    margin-top: 5px;
    padding: 3px 0 3px;
  }
}

.gray{
  /*pointer-events: none;*/
  -webkit-filter: grayscale(100%) brightness(90%);
  -moz-filter: grayscale(100%) brightness(90%);
  -ms-filter: grayscale(100%) brightness(90%);
  -o-filter: grayscale(100%) brightness(90%);
  filter: grayscale(100%) brightness(90%);
  
}

            .test01{
              text-align: center;
            }
            .test02{
              display: inline-block;
              width: calc(50% - 10px);
              padding: 15px;
            }
            .test03{
              background-color: #FE2E2E;
              border-radius: 40px;
              padding: 10px;
              
              color: #ffffff;
              font-size: 35px;
              font-weight: bold;
              position: relative;        	/* 外側の線の場所を調整する時の基準点になるようにする    */
              box-shadow: 2px 2px 6px #888888;
            }
            .test03::before{
              content: '';            		/* 擬似要素に実体を持たせる */
              width: calc(100% - 10px);    	/* 外側の線になる要素の幅を指定する */
              height: calc(100% - 10px);		/* 外側の線になる要素の高さを指定する */
              border: solid 1px #ffffff;        		/* 外側の線になる一本線の枠線をひく*/
              position: absolute;        		/* 外側の線の位置を自由に動かせるようにする */
              top: 5px;            			/* 外側の線の位置を、内側の線から上に7pxずらす */
              left: 5px;            			/* 外側の線の位置を、内側の線から左に7pxずらす */
              border-radius: 40px;
            }
            
            .buttonStyle{
              display: inline-block;
              text-align: center;
              margin:  auto;
            }
            .buttonStyle a{
              text-decoration: none;
              text-align: center;
              color: #FE2E2E;
            }
            
            .buttonStyle div{
              display: inline-block;
              background-color: #FE2E2E;
              color: #ffffff;
              font-size: 21px;
              font-weight: bold;
              text-decoration: none;
              padding: 10px;
              border: solid 5px #FE2E2E;    	/* 内側の線になる5pxの線をひく */
              margin: 2px;            	/* 外側の線の場所を確保する */
              position: relative;        	/* 外側の線の場所を調整する時の基準点になるようにする    */
              border-radius: 30px;
              box-shadow: 2px 2px 6px #888888;
            }
            .buttonStyle div::before{
              content: '';            		/* 擬似要素に実体を持たせる */
              width: calc(100% + 0px);    	/* 外側の線になる要素の幅を指定する */
              height: calc(100% + 0px);		/* 外側の線になる要素の高さを指定する */
              border: solid 1px #ffffff;        		/* 外側の線になる一本線の枠線をひく*/
              position: absolute;        		/* 外側の線の位置を自由に動かせるようにする */
              top: 0;            			/* 外側の線の位置を、内側の線から上に7pxずらす */
              left: 0;            			/* 外側の線の位置を、内側の線から左に7pxずらす */
              border-radius: 30px;
            }
            .glayscale {
                filter: sepia(100%) saturate(0%);
            }