@charset "UTF-8";

#menu {
  position: fixed;
  top: 5px;
  left: 5px
}
#menu img {
  height: auto;
  width: 25px
}
#maindesign img {
  position: relative;
  top: 10px;
  left: 32px
}
body h2 {
  color: rgba(74, 84, 90, 1.00);
  font-family: "ヒラギノ丸ゴ Pro W4";
  font-size: 19px;
  position: relative;
  left: 25px;
  top: 19px
}
#div1 p {
  font-size: 15px;
  font-family: "ヒラギノ丸ゴ Pro W4";
  color: rgba(74, 84, 90, 1.00);
}
#div2 p {
  font-size: 15px;
  font-family: "ヒラギノ丸ゴ Pro W4";
  color: rgba(74, 84, 90, 1.00);
}
#div1 {
  position: relative;
  left: 85px;
  top: -5px
}
#div2 {
  position: relative;
  left: 260px;
  top: -43px
}
#div3 {
  position: relative;
  left: 53px;
  top: -57px;
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4";
  color: rgba(94, 116, 146, 1.00);
}
#div4 {
  position: relative;
  left: 215px;
  top: -100px;
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4";
  color: rgba(94, 116, 146, 1.00);
}
#div5 {
  position: relative;
  left: 20px;
  top: -100px;
  font-size: 13px;
  font-family: "ヒラギノ丸ゴ Pro W4";
  color: rgba(63, 63, 60, 1.00);
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
  border: solid 1px rgba(0, 0, 0, 0);
  width: 290px;
  word-break: break-word;
}
span{color: rgba(69,109,218,1.00)}

.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
}
.Paper_v2 {
  background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px),
 
    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px);
}

