a{color:#000;}
@media screen and (min-width: 768px) {

.page-special .content {
    padding: 70px 80px;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 2.4;
}
.page-special .content > p{
        margin-bottom: 60px;
}
.page-special .gnav-wrap {
  z-index: 99;
  position: fixed;
  padding-right:  0;
  width: 16%;
  right: 0;
  background: rgba(0,0,0,0.5);
  overflow:  hidden;
}
.page-special .gnav-wrap .menu-trigger {
  margin: 5px 0;
  float: left;
}
.page-special .cover-nav-wrap {
  padding: 40px 0;
}
.page-special .cover-nav-wrap.show .btn-close:before, .page-special .cover-nav-wrap.show .btn-close:after {
  opacity: 1;
}
.page-special .gnav .en {
  font-size: 28px;
}
.page-special .gnav .ja {
  font-size: 21px !important;
}
.page-special .share-box {
  float:  left;
}
.page-special .share-box .twt {
  background: url(/files/user/_/common/img/icn-twt.png) no-repeat center center #00aced;
  background-size: 20px;
}
.page-special .share-box .fb {
    background: url(/files/user/_/common/img/icn-fb.png) no-repeat center center #3b5998;
    background-size: 11px;
}
.page-special .share-box .share-wrap {
  overflow:  hidden;
}
.page-special .share-box .share-wrap a {
  float: left;
  width: 40px;
  margin: 10px 5px;
  height: 39px;
}
/* headline */
.h-big{
        margin-bottom: 70px;
    font-family: notoB;
    font-size: 40px;
    color:#000;
    line-height: 1.6;
    letter-spacing: .05em;
}
.h-mid{
        margin-bottom: 70px;
    font-family: notoB;
    font-size: 30px;
    color:#000;
    line-height: 1.6;
    letter-spacing: .05em;
}

/* text */
.txt-blu{
    color: #00aced;
}

/* input */
textarea.twt {
    margin: 0 auto;
    font-family: inherit;
    width: 500px;
    height: 100px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #000;
}
/* btn-twt */
.btn-twt{
    display: inline-block;
    width: 320px;
    height: 70px;
    line-height: 70px;
    color: #FFF!important;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: .1em;
    background: #00aced;
    transition: all .2s;
    -webkit-transition: all .2s;
}
/* popup */
  .cover{
    opacity:0;
    position:relative;
    z-index:-1;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    transition:all .2s;
    -webkit-transition:all .2s;
  }
  .note-show .cover{
    opacity:1;
    z-index:9999;
  }
  .cover .note-close{
    position:absolute;
    display:block;
    right:50%;
    margin-right:-500px;
    top:30px;
    width:30px;
    height:30px;
    cursor:pointer;
    transition:all .2s;
    -webkit-transition:all .2s;
  }
  .cover .note-close:hover{
    opacity:.8;
  }
  .cover .note-close::before,
  .cover .note-close::after{
    content:'';
    position:absolute;
    margin-top:14px;
    width:30px;
    height:1px;
    border-top:2px solid #FFF;
  }
  .cover .note-close::before{
    transform:rotate(45deg);
  }
  .cover .note-close::after{
    transform:rotate(-45deg);
  }
  .note-wrap{
    overflow-y:auto;
    margin:40px auto 0;
    padding:50px;
    width:800px;
    height:80%;
    font-size:12px;
    line-height:1.9;
    background:#FFF;
  }
  .note-wrap h3{
    text-align:center;
    font-size:20px;
    font-weight:bold;
  }
  .note-wrap h4{
    margin-top:40px;
    margin-bottom:10px;
    display:inline-block;
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid ;
  }
  .note-wrap p{
    margin-bottom:20px;
  }
  .note-wrap strong{
    font-weight:bold;
  }
  .note-wrap .indent{
    padding-left:20px;
  }
  .note-wrap .num{
    margin:10px 0 20px 0;
    padding-left:10px;
    list-style-type:numeric;
  }
  .note-wrap li{
    margin-bottom:10px;
  }

/* end media query */}
@media screen and (max-width: 767px) {
.page-special .gnav-wrap {
  z-index: 99;
  position: fixed;
  padding-right:  0;
  width: 50%;
  right: 0;
  background: rgba(0,0,0,0.5);
  overflow:  hidden;
}
.page-special .gnav-wrap .menu-trigger {
  margin: 2px 0;
  float: left;
}
.page-special .cover-nav-wrap {
  padding: 40px 0;
}
.page-special .cover-nav-wrap.show .btn-close:before, .page-special .cover-nav-wrap.show .btn-close:after {
  opacity: 1;
}
.page-special .gnav {
  display: block;
}
.page-special .gnav a {
  color: #fff;
}
.page-special .gnav .en {
  font-size: 28px;
}
.page-special .gnav .ja {
  font-size: 21px !important;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page-special .share-box {
  float:  right;
}
.page-special .share-box .twt {
  background: url(/files/user/_/common/img/icn-twt.png) no-repeat center center #00aced;
  background-size: 20px;
}
.page-special .share-box .fb {
    background: url(/files/user/_/common/img/icn-fb.png) no-repeat center center #3b5998;
    background-size: 11px;
}
.page-special .share-box .share-wrap {
  overflow:  hidden;
}
.page-special .share-box .share-wrap a {
  float: left;
  width: 40px;
  margin: 10px 5px;
  height: 39px;
}
.page-special .sp_gnav .gnav.show {
    opacity: 1;
    z-index: 8888;
}
.page-special .sp_gnav .gnav {
    opacity: 0;
    position: fixed;
    z-index: -9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: scroll;
    transition: all 0.1s;
    font-family: "bleageFont";
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0 0;
}
.page-special .sp_gnav .btn-close {
    cursor: pointer;
    position: fixed;
    top: 53px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: block;
}
.page-special .sp_gnav .btn-close:before, .page-special .sp_gnav .btn-close:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #fff;
    opacity: 1;
}
.page-special .sp_gnav .btn-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.page-special .sp_gnav .btn-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.page-special 
.header-sub img{
    margin-left: 0%;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
}
.content {
    padding: 40px 20px;
    color: #888;
    font-size: 14px;
    line-height: 2;
}
.content > p{
    margin-bottom: 25px;
}
/* headline */
.h-big{
    margin-bottom: 30px;
    font-family: notoB;
    line-height: 1.6;
    letter-spacing: .05em;
}
.h-mid{
    margin-bottom: 30px;
    font-family: notoB;
    color:#000;
    line-height: 1.6;
    letter-spacing: .05em;
}

/* text */
.txt-blu{
    color: #00aced;
}

/* input */
textarea.twt {
    margin: 0 auto;
    width: 100%;
    font-family: inherit;
    border: 1px solid #000;
}

/* btn-twt */
.btn-twt{
    display: inline-block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: .1em;
    background: #00aced;
}

/* popup */
  .cover{
    opacity:0;
    position:relative;
    z-index:-1;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    transition:all .2s;
    -webkit-transition:all .2s;
  }
  .note-show .cover{
    opacity:1;
    z-index:9999;
  }
  .cover .note-close{
    position:absolute;
    display:block;
    right:10px;
    top:10px;
    width:30px;
    height:30px;
    cursor:pointer;
    transition:all .2s;
    -webkit-transition:all .2s;
  }
  .cover .note-close:hover{
    opacity:.8;
  }
  .cover .note-close::before,
  .cover .note-close::after{
    content:'';
    position:absolute;
    margin-top:14px;
    width:30px;
    height:1px;
    border-top:2px solid #FFF;
  }
  .cover .note-close::before{
    transform:rotate(45deg);
  }
  .cover .note-close::after{
    transform:rotate(-45deg);
  }
  .note-wrap{
    overflow-y:auto;
    margin:100px auto 0;
    padding:20px;
    width:96%;
    height:60%;
    font-size:12px;
    line-height:1.9;
    background:#FFF;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .note-wrap h3{
    text-align:center;
    font-size:20px;
    font-weight:bold;
  }
  .note-wrap h4{
    margin-top:40px;
    margin-bottom:10px;
    display:inline-block;
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid ;
  }
  .note-wrap p{
    margin-bottom:20px;
  }
  .note-wrap strong{
    font-weight:bold;
  }
  .note-wrap .indent{
    padding-left:20px;
  }
  .note-wrap .num{
    margin:10px 0 20px 0;
    padding-left:10px;
    list-style-type:decimal;
  }
  .note-wrap li{
    margin-bottom:10px;
  }


/* end media query */}