@charset "UTF-8";

/* ===============================================
CSS Information

FileName:what.css
Author:Isao Kobashi
Last edit:20190918

=============================================== */

.txtBlue {
  color: #0000FF;
}

.archives .float-left {
  width: 30%;
  float: left;
  margin-bottom: 40px;
}

.archives .float-left p {
  margin-bottom: 40px;
  line-height: 1.7em;
}

.archives .float-left img {
  width: 300px;
}

.archives .float-right {
  width: 64%;
  float: right;
  margin-bottom: 40px;
}

.archives .ico_enjoy {
  margin-left: 50px;
}

.archives .ico_study {
  margin-left: 50px;
}

.archives .ico_join {
  margin-top: 50px;
  margin-left: 50px;
}

.archives .ico_use {
  margin-left: 50px;
}

.archives .ico_ear {
  width: 5%;
}

.archives .ico_ear img {
  max-width: 100%;
}

.img-map {
  width: 100%;
}

.img-map img {
  margin: 0 auto;
}

.btn-blk {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-blk a {
  display: block;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #005bac;
  transition: all 0.5s;
  box-sizing: border-box;
  position: relative;
}

.btn-blk a:hover {
  background-color: #288ae2;
}

.btn-blk a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #bef0ff transparent;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 767px) {

  /* ------- What index ---------- */
  .archives .float-left {
    width: 100%;
    text-align: center;
  }

  .archives .float-right {
    width: 100%;
    margin-top: 0 auto;
    text-align: center;
    float: none;
  }

  .archives .ico_enjoy {
    margin-top: 0px;
    margin-left: 0px;
    display: inline-block;
  }

  .archives .ico_study {
    margin-left: 10px;
    display: inline-block;
  }

  .archives .ico_join {
    margin-top: 20px;
    margin-left: 0px;
    display: inline-block;
  }

  .archives .ico_use {
    margin-left: 10px;
    display: inline-block;
  }

  .archives .ico_ear {
    width: 20%;
  }
}


#container .pageTitleNone {
  text-align: center;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  background: url(../img/common/bg_material.png) repeat center top;
  color: #333333;
}

@media screen and (min-width: 768px) {
  #container .pageTitleNone {
    padding: 100px 0 115px;
    font-size: 48px;
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  #container .pageTitleNone {
    margin-bottom: 20px;
    padding: 110px 0 30px;
    font-size: 2rem;
  }
}

#container .archives span span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

#container .archives strong {
  font-weight: bold;
}
