#appendix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}

#appendix1 {
  display: block;
  position: absolute;
  top: calc(50% - 340px);
  left: calc(50% - 365px);
  width: 700px;
  height: 680px;
  background: white;
  /*url(../images/appendix2.png) no-repeat 40px 47px;*/
  border-radius: 6px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .2);
          box-shadow: 0 7px 15px rgba(0, 0, 0, .2);
}

/*#appendix11 {color:#FF7F52;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;font-size:22px;line-height:36px;letter-spacing:.12em;font-weight:bold;position:absolute;top:37px;left:638px;}*/
/*#appendix12 {background:url(../images/appendix4.png) no-repeat center / contain;width:508px;height:84px;position:absolute;top:485px;left:146px;}*/
#appendix13 {
  position: absolute;
  top: 20px;
  left: 32px;
}

#appendix13 img {
  width: 640px;
  height: auto;
}

/*#appendix14 {position:absolute;top:590px;left:225px;}
#appendix14 a {width:350px;height:60px;background:#EE7B52 url(../images/appendix3.png) no-repeat 313px center;font-size:21px;line-height:60px;letter-spacing:.11em;color:white;display:inline-block;text-align:center;}*/
#appendix15 {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  background: url(../images/appendix1.png) no-repeat center/contain;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #appendix1 {
    top: calc(50% - 300px);
    left: calc(50% - 310px);
    width: 620px;
    height: 620px;
    background: white;
  }
  /*#appendix11 {color:#3E3A39;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;font-size:20px;top:30px;left:0;text-align:center;width:100%;}
  #appendix11 br {display:none;}*/
  /*#appendix12 {background-image:url(../images/sp_appendix4.png);width:530px;height:97px;top:71px;left:44px;}*/
  #appendix13 {
    top: 20px;
    left: 22px;
  }
  #appendix13 img {
    width: 580px;
  }
  /*#appendix14 {top:770px;left:122px;}
  #appendix14 a {width:380px;background-position:338px center;}*/
  #appendix15 {
    top: -50px;
    right: -30px;
    width: 80px;
    height: 80px;
  }
}

/*# sourceMappingURL=appendix.css.map */
