@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

.body {
  background-color: #dddddd;
  font-family: "Noto Sans JP", sans-serif;
}

.box {
  position: relative;
  width: 1240px;
  padding: 7px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2),
    inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
}

.box:before,
.box:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: " ";
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.box:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}

.title {
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  font-size: 16pt;
}

.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.gray {
  color: #999999;
}

.right {
  text-align: right;
}

.gray a:link {
  color: #999999;
}

.gray a:visited {
  color: #999999;
}

.gray a:hover {
  color: #999999;
}

.gray a:active {
  color: #999999;
}

.blue {
  color: #000099;
}

.head1 {
  width: 100%;
  height: 70px;
}

.title1 {
  margin: 30px 0px 0px 30px;
  float: left;
  color: #00b0f0;
  font-size: 16pt;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
}

.detail1 {
  clear: both;
  font-size: 10pt;
  line-height: 1.5em;
  color: #000;
}

.title2 {
  clear: both;
  margin: 30px 0px 0px 0px;
  color: #00b0f0;
  font-size: 16pt;
  font-weight: 600;
  line-height: 1.2em;
}

.title2-1 {
  margin: 6pt 0pt 0pt 0pt;
  font-size: 13pt;
  font-weight: 600;
  color: #0d0d0d;
}

.title3 {
  clear: both;
  margin: 0px 0px 0px 100px;
  color: #b22222;
  font-size: 12pt;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}

.detail2 {
  clear: both;
  font-size: 14pt;
  line-height: 1.5em;
  font-weight: 100;
  color: #000000;
}

.image1 {
  float: left;
  margin: 0pt 20pt 5pt 75pt;
}

.link1 {
  clear: both;
  font-size: 15pt;
  text-align: right;
  font-weight: 600;
  margin: 20pt 0pt 0pt 0pt;
}

.image2 {
  float: right;
  margin: 5pt 185pt 0pt 15pt;
}

.foot-right1 {
  margin: 30px 0px 0px 30px;
  float: left;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
}

.foot1 {
  height: 300px;
}

.font-right1-1 {
  font-size: 18pt;
  color: #7f7f7f;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
}

.twitter {
  text-decoration: none;
}

.img1 {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.line1 {
  text-align: center;
  display: flex;
  align-items: center;
  width: 43%;
  margin-left: 350px;
  font-size: 12pt;
  font-weight: 700;
}

.line1:before,
.line1:after {
  content: "";
  flex-grow: 1;
  height: 5px; /* ???? */
  background: #b22e30; /* ??? */
  margin: 0 1.2em; /* ??????? */
}

.left-box1 {
  margin: 0 40px 20px 100px;
  width: 500px;
  float: left;
}
.right-box1 {
  margin: 0 0 20px 0;
}

.bold1 {
  font-weight: 600;
  color: #6c6c6c;
  font-size: 10pt;
}

.head2 {
  clear: both;
  width: 100%;
  height: 100px;
  font-size: 12pt;
  margin-left: 320px;
  margin-top: 0px;
  /*  letter-spacing: 12px; */
  font-weight: bold;
  color: #6c6c6c;
  /*  text-shadow: 1px 1px 1px #999; */
}

.line2 {
  display: flex;
  align-items: center;
  width: 43%;
  margin-top: 40px;
  margin-left: 215px;
  font-size: 12pt;
  color: black;
  /*  text-shadow: 1px 2px 3px #808080; */
  letter-spacing: 30px;
}

.wide-box1 {
  margin: 0 100px 20px 100px;
  font-size: 10pt;
}

.syain-title1 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0 10px 20px 20px;
  width: 170px;
  float: left;
  font-size: 11pt;
  line-height: 30px;
  font-weight: 100;
}

.bold2 {
  font-size: 13pt;
  font-weight: bold;
  color: black;
}

.wide-box2 {
  width: 900px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 100px 20px 100px;
  font-size: 10pt;
  line-height: 30px;
  font-weight: 100;
  text-decoration: none;
}

.bold3 {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

a.link1 {
  text-decoration: none;
}

a.link1:hover {
  text-decoration: underline;
}

.normal1 {
  font-weight: normal;
  color: black;
  font-size: 12pt;
}

.for-pc {
  display: block;
}
.for-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  /* 480px????????CSS?????? */
  .box {
    position: relative;
    width: 400px;
    padding: 7px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2),
      inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2),
      inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    line-height: 1.5em;
  }
  .line1 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0px;
    font-size: 20pt;
    text-shadow: 1px 2px 3px #808080;
  }

  .left-box1 {
    margin: 0 10px 20px 10px;
    width: 380px;
    float: left;
  }
  .right-box1 {
    margin: 0 10px 20px 10px;
  }

  .head2 {
    clear: both;
    width: 100%;
    height: 100px;
    font-size: 12pt;
    margin-left: 0px;
    margin-top: 0px;
    letter-spacing: 12px;
    font-weight: bold;
    color: #acacac;
    text-shadow: 1px 1px 1px #999;
  }

  .line2 {
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-left: 110px;
    padding-bottom: 200px;
    font-size: 17pt;
    color: black;
    text-shadow: 1px 2px 3px #808080;
    letter-spacing: 30px;
  }
  .wide-box1 {
    margin: 0px 10px 20px 10px;
    font-size: 11pt;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .wide-box2 {
    clear: both;
    width: 390px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 50px 20px 10px;
    font-size: 9pt;
    line-height: 30px;
    font-weight: 100;
    text-decoration: none;
  }
  .title3 {
    clear: both;
    margin: 10px 10px 0px 10px;
    color: #b22222;
    font-size: 16pt;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Noto Sans JP", sans-serif;
  }
  .image1 {
    margin: 0pt 20pt 5pt 40pt;
  }
  .image2 {
    margin: 0pt 20pt 5pt 40pt;
  }
}
