@charset "UTF-8";
/*width*/
/*height*/
/*center*/
/*color*/
/*color*/
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/*----------common----------*/
/*alt*/
/*hover*/
/*----------title----------*/
/*----------table----------*/
/*----------button----------*/
/*----------common----------*/
/* syutsujoCSS Document */
/*---------------
□□□layout□□□
---------------*/
#syutsujo #article:before {
  content: "";
  background-color: #f8276c;
  width: 100%;
  height: 75px;
  border-bottom: 15px solid #fd1546;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 1;
}
#syutsujo #content {
  padding-bottom: 20px;
  position: relative;
}
#syutsujo #content .chara {
  position: absolute;
  top: -120px;
  right: 25px;
  z-index: 30;
}
#syutsujo #content .join {
  padding-bottom: 0px;
  text-align: center;
}
#syutsujo #content .note {
  padding-bottom: 20px;
  text-align: right;
}
#syutsujo #content .notice {
  background-color: #fff;
  margin: auto 10px;
  padding: 10px;
  border: 1px solid #666;
}
#syutsujo #content .notice p {
  padding: 5px 10px;
}
#syutsujo #content .notes {
  background-color: #fd1546;
  margin: auto 10px;
  padding: 10px;
}
#syutsujo #content .notes p {
  padding: 5px 10px;
}
#syutsujo #content .recruit {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
#syutsujo #content .about {
  padding-bottom: 30px;
}
#syutsujo #content .about .h3_tit {
  height: 95px;
}
#syutsujo #content .about .box {
  background-image: url(../../syutsujo/images/bg.png);
  background-repeat: repeat;
  padding: 20px;
}
#syutsujo #content .about .box .list {
  margin-left: 1.8em;
}
#syutsujo #content .about .box .list li {
  list-style: disc;
}
#syutsujo #content .about#about01 .box {
  background-color: #004dc1;
}
#syutsujo #content .about#about02 .box {
  background-color: #f65000;
}
#syutsujo #content .about#about03 .box {
  background-color: #095e00;
}
#syutsujo #content .btn_hint {
  text-align: center;
}
#syutsujo #content .contact2 {
  margin: 20px;
  padding: 10px;
  border: 3px solid #f8276c;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#syutsujo #content .contact2_notes {
  padding: 0 20px;
}
#syutsujo #content .contact2_notes li {
  margin: 1.5em;
  text-indent: -1.5em;
}
#syutsujo #content .contact2_notes li:before {
  content: "●";
  margin-right: 0.5em;
}
#syutsujo #content .contact2_btn {
  text-align: center;
}
#syutsujo #content .contact {
  margin: 20px;
  padding: 10px;
  border: 3px solid #f8276c;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#syutsujo #content .contact .detail {
  padding: 20px;
}
#syutsujo #content .contact .btn_contact {
  margin: 0 auto;
  width: 300px;
}
#syutsujo #content .contact .btn_contact a {
  background-color: #f8276c;
  padding: 10px;
  display: block;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#syutsujo #content .contact .btn_contact a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#syutsujo #content .not_entry {
  padding: 1em;
  text-align: center;
}

/*---------------
□□□font□□□
---------------*/
#syutsujo #content .notice p {
  font-weight: bold;
  line-height: 1.6em;
}
#syutsujo #content .about .box p, #syutsujo #content .about .box li {
  line-height: 1.6em;
  color: #fff;
}
#syutsujo #content .contact2_notes li {
  line-height: 1.6em;
}
#syutsujo #content .contact .detail {
  line-height: 1.6em;
}
#syutsujo #content .contact .btn_contact a {
  line-height: 16px;
  color: #fff;
}
#syutsujo #content .contact .btn_contact a:hover {
  text-decoration: none;
}
#syutsujo #content .not_entry {
  font-size: 18px;
  font-weight: bold;
  color: #f00;
}

@media only screen and (max-width: 680px) {
  #syutsujo #content .note {
    font-size: 12px;
  }
  #syutsujo #content .notice p {
    font-size: 14px;
  }
  #syutsujo #content .notes p {
    font-size: 14px;
  }
  #syutsujo #content .about .box p, #syutsujo #content .about .box li {
    font-size: 14px;
  }
  #syutsujo #content .contact2_notes li {
    font-size: 14px;
  }
  #syutsujo #content .contact .detail {
    font-size: 14px;
  }
  #syutsujo #content .contact .btn_contact a {
    font-size: 14px;
  }
  #syutsujo #content .not_entry {
    font-size: 15px;
  }
}
