/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   font-famiry CSS
   ========================================================================== */


   @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }

  body {
    font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;

  }

  /* IE10以上 */
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: Verdana, Meiryo, sans-serif;
    }
  }

  .mincyo{font-family: "Sawarabi Mincho", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", serif;}


/* ==========================================================================
   over resetCSS
   ========================================================================== */


   html {
    color: #111;
    font-size: 14px;
    line-height: 1;
  }


  /*全体レイアウト*/
  body{width: 100%;-webkit-text-size-adjust: 100%;}
  img{width: 100%;}

  h1,h2,h3,h4,h5,h6,h7,h8{
    margin:0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
  }

  figure{margin:0;}

  a{opacity: 1; transition: all .3s cubic-bezier(.55,0,.1,1);}
  a:hover{opacity: 0.7;}

  footer{padding:20px;}

 /* ==========================================================================
   共通CSS
   ========================================================================== */
   .common-wrap{
    max-width: 1100px;
    margin: 0 auto;
  }

  .common-title{
    color: #fff;
    font-size: 20px;
    padding-left: 5px;
    padding: 13px 13px 13px 20px;
    background: #99b5d8;
    position: relative;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .common-title::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    display: inline-block;
    width: 10px;
    height: 30px;
    background: #fff;
  }

  @media only screen and (max-width: 736px) {
    .common-title{
    font-size: 16px;
  }
  }

  /* 文字周り------------------------------------------------------------------------- */
  .center{text-align: center;}

/* ==========================================================================
   全体レイアウト
   ========================================================================== */

   .form-fixedbtn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 0;
    text-align: left;
	   
   }
.form-fixedbtn p{
	 position: relative;
	border: 1px solid #fff;
	   background: #d84444;
	width:100%;
	max-width:270px;
	margin:0 auto;
}
   .form-fixedbtn a{
	   display:block;
	   width:100%;
	    height:100%;
    color: #fff;
    padding: 10px 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
	   text-align: center;
   }

   .form-fixedbtn p::after{
	   color:#fff;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
   }
.form-fixedbtn a span{font-size:0.6em;}

   .form-fixedbtn.hidden{display: none;}

   .lp_body{font-size: 24px; line-height: 1.8;}

   .site-info{text-align: center;}

   /* マージン */
   .m40{margin-bottom: 40px;}
   .m80{margin-bottom: 80px;}

   .clear::after{
    content: "";
    display: block;
    clear: both;
  }

  .area-box{margin-bottom: 80px;}

  @media only screen and (max-width: 736px) {

    .m40{margin-bottom: 20px;}
    .m80{margin-bottom: 40px;}

    .area-box{margin-bottom: 40px; padding:0 20px;}

  }


/* ==========================================================================
   コンテンツ部分
   ========================================================================== */

   /* メイン画像 */
   .mainph-box{line-height: 0;}

   /* スポンサー */
   .sponcer{
    background: #111;
    color: #fff;
    font-size: 18px;
  }

  .sponcer-box{padding:20px 0;}
  .sponcer-box h3{
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 1px 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
  }

  .sponcer-box ul{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  /* インフォメーション */
  .info-box{
    width: 100%;
    margin-bottom: 40px;
  }

  .info-box dt,
  .info-box dd{
    display: inline-block;
    vertical-align: middle;
  }

  .info-box dt{width: 12%; line-height: 1.4;}

  .info-box dt span{
    width: auto;
    display: block;
    padding: 10px;
    background: #111;
    color: #fff;
    text-align: center;
  }

  .timeschedule{max-width: 930px; margin:0 auto;}


  /* コンテスト */
  .col2 .contest-box{ float: left; width: calc(50% - 20px); margin:0 10px;}


  .contest-box{
    border: 4px solid #ccc;
    margin:0 auto 40px;
    text-align: center;
    position: relative;
  }

  .contest-box .contest_subtitle{
    position: absolute;
    width: 400px;
    top: -20px;
    left: -20px;
  }

  .contest-box,
  .contest-box *{box-sizing: border-box;}
  .contest-box ul{margin:0 auto; padding: 0 2vw;}
  .contest-box figure,
  .contest-box ul li{
    margin-bottom: 20px;
  }

  @media only screen and (max-width: 736px) {

    /* スポンサー */
    .sponcer{
    font-size: 16px;
  }

    /* インフォメーション */

    .info-box{
    width: 100%;
    margin-bottom: 20px;
  }

  .info-box dt,
  .info-box dd{
    display: block;
    width: 100%;
    margin: 0;
    font-size: 18px;
  }

  .info-box dt span{
    width: 100%;
    display: block;
    padding: 10px;
    background: #111;
    color: #fff;
    text-align: center;
  }


    /* コンテスト */

    .contest-box{
    border: 2px solid #ccc;
  }
    .col2 .contest-box{ float: none; width: 100%; margin:0 0 20px 0;}

    .contest-box .contest_subtitle{
      position: absolute;
      width: 90%;
      top: -20px;
      left: -20px;
    }

    .contest-box figure,
  .contest-box ul li{
    margin-bottom: 0px;
  }

  .contest-box ul{margin:0 auto; padding: 0 10px;}

  }


 /* ==========================================================================
   フォームCSS
   ========================================================================== */
   .form_box{margin: 20px auto;text-align: center;font-size: 20px;color: #d84444;font-weight: bold;}
   .form_box span{background-color: #d84444;color:#fff;padding:3px;font-size: 0.8em;}

   .exsample-box{padding: 8px;text-align: center;}
   .exsample-box h4{font-size: 18px;font-weight: bold;margin-bottom: 10px;}
   .exsample-box p{display: inline-block;margin: 5px;}
   .exsample-box a{
background: #92b6db;
color: #fff;
padding: 6px 20px;
border-radius: 5px;
text-decoration: none;
   }

   .table-design01,
   .table-design01 *{box-sizing: border-box;}

   .table-design01{
    width: 100%;
    border-left: 1px solid #eaf2fc;
    border-top: 1px solid #eaf2fc;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .table-design01 th,
  .table-design01 td{
    padding:20px 10px;
    border-right: 1px solid #eaf2fc;
    border-bottom: 1px solid #eaf2fc;
  }
  .table-design01 th{
    width: 22%;
    background: #eaf2fc;
    border-color: #fff;
  }

  .table-design01 .form-blue{background: #b9d8ff;}

  .table-design01 td{
    padding-left: 20px;

  }

  .table-design01 td.radiobtn_box label{display: block;}
  .mw_wp_form .table-design01 .horizontal-item + .horizontal-item{margin:0;}

  .table-design01 input:not([type="file"]),
  .table-design01 textarea{
    background: #DBFEFF;
    padding: 5px;
    font-size: 14px;
    max-width: 500px
  }

  .table-design01 .req{
    background: #d84444;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    border-radius: 5px;
    margin-left: 10px;
    font-weight: normal;
  }

  .submitbtns{text-align: center;}
  .submitbtns span{
    display: inline-block;
    margin: 0 14px;
    position: relative;
  }
  .submitbtns input[type="submit"]{
    margin: 0 auto;
    background: #54D1F5;
    border: none;
    padding: 14px 30px;
    font-size: 20px;
    color: #fff;
  }

  .submitbtns span::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    color: #fff;
    font-size: 18px;
  }
  .agreement_box div{padding: 5px;border: 1px solid #555;}

/*   .mwform-file-delete{
    background:#ccc;
    padding: 10px;
    border-radius: 5px;
  } */



  @media only screen and (max-width: 736px) {

.table-design01,
.table-design01 tbody,
.table-design01 tr,
.table-design01 th,
.table-design01 td{
  display: block;
  width: 100%;
}

.table-design01 td{padding:16px; text-align: left;}
.table-design01 input:not([type="radio"]),
.table-design01 textarea{width: 100%;}
.table-design01 td.agreement_box input:not([type="radio"]){width: auto!important;}


  }


 /* ==========================================================================
   wordpress部分 CSS
   ========================================================================== */
  .entry-content{line-height: 1.8;}
