@charset "UTF-8";

/*----------------------------------------
  commmon
------------------------------------------ */

p {
  display: block;
  margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
  line-height:160%;
}
h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div{
  line-height: 160%;
  font-family: "UDデジタル教科書体 R JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
.impact{
   font-family: 'Hiragino Kaku Gothic Std','ヒラギノ角ゴ Std W8','Hiragino Kaku Gothic StdN','ヒラギノ角ゴ StdN W8';
}
.mincyo {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
a {
  color: #0a0a0a;
}
a:hover {
  opacity: 0.6;
}
*, *::before, *::after {
  box-sizing: border-box;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
p,div {
  font-size: 17px;
  font-weight: 500;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flex  img{
  width: 100%;
  height: auto;
}
.fwrap {
  flex-wrap: wrap;
}
.justifyA{
  justify-content: space-around;
}
.justifyB{
  justify-content: space-between;
}
.justifyC{
  justify-content: center;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.contentWrapper {
  width: 70%;
  margin: 0 auto;
}
.contentWrapper img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
  mainVisual
------------------------------------------ */
#mainVisual {
  padding: 50px 0;
  background-color: #e4f4fb;
}

#mainVisual .titleBox {
  margin-bottom: 80px;
  padding: 5px;
  border: 7px solid #1da4e7;
}

#mainVisual .titleBox .title {
  width: 55%;
  text-align: center;
  color: #1da4e7;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainVisual .titleBox .title h2 span {
  display: block;
  font-size: 1.4em;
}

#mainVisual .titleBox .img {
  width: 45%;
}

#mainVisual .contsBox h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  background-color: #1da4e7;
}

#mainVisual .textBox p {
  padding-bottom: 10px;
}

/*----------------------------------------
  about
------------------------------------------ */

#about {
  padding-bottom: 100px;
}

#about .textBox p,
#about .textBox ul {
  margin-bottom: 20px;
}

#about .textBox ul {
  padding-left: 15px;
}

#about .textBox ul li {
  padding-bottom: 7px;
}

/*----------------------------------------
  for
------------------------------------------ */

#for {
  padding-bottom: 100px;
}

#for h3 span {
  font-size: 0.8em;
  padding-top: 20px;
  display: block;
  color: #1da4e7;
  background-color: #e4f4fb;
  position: relative;
}

#for h3 span::after {
  border-bottom: 3px solid #1da4e7;
  content: "";
  display: inline-block;
  width: 40%;
  position: absolute;
  top: 70px;
  left: 30%;
}


#for .textBox {
  margin-bottom: 30px;
}

#for .imgBox div {
  width: 22%;
}



/*----------------------------------------
  now
------------------------------------------ */

#now {
  padding-bottom: 100px;
}

#now .flex .textBox {
  width: 60%;
}

#now .flex .imgBox {
  width: 35%;
}

#now .flex .imgBox p {
  font-size: 0.9em;
  padding-top: 5px;
  position: relative;
}

#now .flex .imgBox span {
  display: block;
}

#now .flex .imgBox span::after {
  border-bottom: 1px solid #000;
  content: "";
  display: inline-block;
  width: 60%;
  position: absolute;
  top: 25px;
  left: 0;
}

#now .flex .textBox .flex .imgBox {
  width: 30%;
}

#now .flex .textBox .flex .textBox {
  width: 68%;
}

/*----------------------------------------
  etc
------------------------------------------ */

#etc {
  padding-bottom: 100px;
}

#etc p {
  text-align: center;
}

#etc .flex div {
  width: 33%;
  text-align: center;
}

#etc .flex .wid50 {
  width: 50%;
}

#etc .flex .wid100 {
  width: 100%;
}

#etc .flex div img {
  margin: 0 auto;
}

#etc .flex div p {
  margin-top: 10px;
}

#etc div .border1 {
  text-align: center;
  margin-bottom: 2%;
  font-weight: 500;
  position: relative;
}

#etc div .border1::after {
  border-bottom: 1px solid #000;
  content: "";
  display: inline-block;
  width: 20%;
  position: absolute;
  top: 25px;
  left: 40%;
}

#etc .flex div .border2 {
  margin-bottom: 4%;
  font-weight: 500;
  position: relative;
}

#etc .flex div .border2::after {
  border-bottom: 1px solid #000;
  content: "";
  display: inline-block;
  width: 14%;
  position: absolute;
  top: 25px;
  left: 43%;
}

#etc .flex div .flex .imgBox,
#etc .flex div .flex .textBox {
  width: 50%;
}

#etc .flex div .flex .imgBox {
  padding-left: 15%;
}

#etc .flex div .flex .imgBox img {
  width: 135px;
  height: 245px;
}

#etc .flex div .flex .textBox {
  padding: 1% 2% 10% 2%;
}

#etc .flex div .flex .textBox p {
  text-align: initial;
}

#etc .marginB {
/*  margin-bottom: 25px; */
    margin: 30px auto 25px;

}

#etc img {
  width: auto;
  margin: 0 auto;
}

/*----------------------------------------
  sponsor
------------------------------------------ */

#sponsor {
  padding-bottom: 100px;
  text-align: center;
}

#sponsor a {
  color: #1da4e7;
}

#sponsor.contsBox h3 {
  color: #fff;
  background-color: #e4f4fb;
  text-shadow: 1px 1px 0 blue, -1px 1px 0 blue, 1px -1px 0 blue, -1px -1px 0 blue;
}

#sponsor p {
  margin-bottom: 30px;
}

#sponsor img {
  width: 400px;
  margin: 0 auto;
}

/*----------------------------------------
  link
------------------------------------------ */

#link {
  padding-bottom: 100px;
  text-align: center;
}

#link p {
  color: #1da4e7;
}

#link a {
  color: #1da4e7;
}

/*----------------------------------------
  header
------------------------------------------ */
#header-hf {
  margin-left: 20px;
  padding: 10px;
}

/*----------------------------------------
  footer
------------------------------------------ */
#PAGETOP {
  width: 40px;
  height: 40px;
  float: left;
  background: #000;
  position: fixed;
  bottom: 0;
  right: 2.5%;
  z-index: 300;
}
#PAGETOP img {
  width: 10px;
  float: left;
  margin: 18px 0 0 15px;
}
#FOOTER {
  width: 100%;
  padding: 20px 40px 40px 40px;
  background: #595757;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  z-index: 100;
}
#FOOTER span.F_COPYRIGHT {
  width: auto;
  float: right;
  margin: 0 35px 0 0;
}
#FOOTER span {
  width: auto;
  float: left;
  margin: 0 20px 0 0;
}
.footWidth {
  width: 960px;
  margin: 0 auto 0px auto;
}
@media screen and (max-width: 740px){
#FOOTER {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0 10px 0;
    background: #fff;
    font-size: 11px;
    line-height: 1.5em;
    z-index: 100;
}
.footWidth {
  width: 100%;
  margin: 0 auto;
}
#PAGETOP {
  display: none;
}
#FOOTER span {
  width: 95%;
  float: left;
  margin: 0 0 0 2.5%;
  color: #000;
}
#FOOTER span.F_COPYRIGHT {
  width: 95%;
  float: left;
  margin: 5px 0 10px 2.5%;
}
}


@media (max-width: 1024px) {

  .contentWrapper {
    width: 90%;
    margin: 0 auto;
  }

  #mainVisual .titleBox .title h2 {
    top: 25%;
  }

  #sponsor h3 {
    font-size: 1.9em;
  }

}

@media (min-width: 1025px) {

  #sponsor.contsBox h3 .spBr1025 {
    display: none;
  }

}

@media (max-width: 999px) {

  #mainVisual .titleBox .title h2 {
    font-size: 1.5em;
  }

  #mainVisual .titleBox .title h2 span {
    font-size: 1.1em;
  }

}

@media (max-width: 768px) {

  #for .imgBox div {
    width: 50%;
  }

  #etc .flex .wid50 {
    width: 100%;
  }

  #etc .flex .wid50:first-child {
    margin-bottom: 40px;
  }

  #now .flex .textBox {
    width: 100%;
    margin-bottom: 15px;
  }

  #now .flex .imgBox {
    width: 100%;
  }

  #now .flex .textBox .flex {
    margin-top: 20px;
  }

  #now .flex .imgBox img {
    width: 75%;
    margin: 0 auto;
  }

  #now .flex .imgBox p {
    text-align: center;
  }

  #now .flex .imgBox span::after {
    display: none;
  }

}

@media (max-width: 599px) {

  #mainVisual .titleBox .title h2 {
    font-size: 1.0em;
  }

}

@media (min-width: 480px) {

  .spBr480 {
    display: none;
  }

}

@media (max-width: 480px) {

  #mainVisual .titleBox {
    margin-bottom: 50px;
  }

  #mainVisual .titleBox .img {
    display: none;
  }

  #mainVisual .titleBox .title {
    width: 100%;
    background: url(../img/index/top_main.png) no-repeat top;
  }

  #mainVisual .titleBox .title h2 {
    font-size: 1.0em;
    padding: 20% 12%;
    color: #fff;
    background: rgba(0,100,255,0.3);
  }

  #now .flex .textBox .flex .imgBox {
    width: 100%;
    margin-bottom: 20px;
  }

  #now .flex .textBox .flex .textBox {
    width: 100%;
  }

  #for h3 span {
    font-size: 0.7em;
  }

  #for h3 span::after {
    display: none;
  }

  #etc .flex div {
    width: 90%;
    margin: 15px auto;
  }

  #etc .flex div .flex .imgBox {
    margin-bottom: 20px;
    padding: 0;
  }

  #etc .flex div .flex .imgBox,
  #etc .flex div .flex .textBox {
    width: 100%;
  }

  #etc .flex div .flex .textBox p br {
    display: none;
  }
  
  #etc .flex div .flex .textBox p br:first-child {
    display: block;
  }

  #etc img {
    width: 100%;
  }

  #sponsor img {
    width: 100%;
  }

  #sponsor.contsBox h3 {
    font-size: 1.3em;
  }

}

@media (min-width: 330px) {

  .spBr300 {
    display: none;
  }

}

@media (max-width: 330px) {

  #mainVisual .titleBox .title h2 {
    padding: 20% 8%;
  }

  #for h3 span {
    font-size: 0.6em;
  }

}