@charset "UTF-8";

/* 既存CSSリセット*/
.container{
  width: 100% !important;
}

.disable {
  opacity: 0.8;
  pointer-events: none;
} 

blockquote{
  font-size: 24px !important;
  font-weight: bold !important;
  margin-top: 40px !important;
  border-left: 5px solid #0099cc !important;
}

legend{
  font-size: 24px !important;
  font-weight: bold !important;
  margin-top: 40px !important;
  border-bottom: 1px solid #0099cc !important;
}

  #ieWarning {
    display: none;
  }
  .ieWarning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 99;
    transition: .6s;
  }
  .ieWarning_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 750px;
    padding: 50px;
    font-size: 14px;
    line-height: 1.8;
    background-color: #fff;
    z-index: 991;
    font-family: "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" , Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }
  .ieWarning_closeBtn {
    position: absolute;
    right: -20px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .ieWarning_closeBtn img {
    max-width: 17px;
  }
  .ieWarning_hide {
    opacity: 0;
    visibility: hidden;
  }

  @media screen and (max-width: 752px) and (min-width: 0px) {
    .ieWarning_inner {
      width: 90%;
      padding: 50px 20px 40px 20px;
      line-height: 1.4;
    }
  }


@media screen and (min-width:0px) and (max-width:  752px) {
  blockquote{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 20px !important;
    border-left: 5px solid #0099cc !important;
  }

  legend{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 20px !important;
    border-bottom: 1px solid #0099cc !important;
  }
}