/*=====================================================
  media query
=====================================================*/
/*=====================================================
  font size
=====================================================*/
/*=====================================================
  hero
=====================================================*/
.hero {
  text-align: center;
}

/*=====================================================
  greeting
=====================================================*/
.greeting {
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
.greeting .pht {
  text-align: center;
}
@media print, screen and (min-width: 640px) {
  .greeting .pht {
    width: 30%;
    float: right;
  }
}
@media print, screen and (min-width: 1024px) {
  .greeting .pht {
    width: 210px;
  }
}
@media print, screen and (min-width: 640px) {
  .greeting .text {
    width: 67%;
    float: left;
  }
  .greeting .text p {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .greeting .text {
    width: 540px;
  }
}

/*=====================================================
  listBall
=====================================================*/
.listBall {
  margin: 0;
  padding: 0;
}
.listBall li {
  margin: 0 0 2rem 50px;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
.listBall li::before {
  width: 38px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.listBall li:nth-child(1)::before {
  background-image: url(../../../images/icon_ball-01.png);
}
.listBall li:nth-child(2)::before {
  background-image: url(../../../images/icon_ball-02.png);
}
@media print, screen and (min-width: 1024px) {
  .listBall li:nth-child(2)::before {
    top: -8px;
  }
}
.listBall li:nth-child(3)::before {
  background-image: url(../../../images/icon_ball-03.png);
}
.listBall li:nth-child(4)::before {
  background-image: url(../../../images/icon_ball-04.png);
}
@media print, screen and (min-width: 1024px) {
  .listBall li:nth-child(4)::before {
    top: -8px;
  }
}
.listBall li:nth-child(5)::before {
  background-image: url(../../../images/icon_ball-05.png);
}
@media print, screen and (min-width: 1024px) {
  .listBall li:nth-child(5)::before {
    top: -8px;
  }
}

/*=====================================================
  news
=====================================================*/
.news .news__arrow {
  text-align: right;
  font-weight: bold;
}
.news .news__arrow a {
  text-decoration: none;
  color: #000;
}
.news .news__arrow a:hover {
  text-decoration: underline;
}
.news .news__list {
  width: 100%;
  margin-bottom: 60px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 1024px) {
  .news .news__list {
    display: table;
  }
}
.news .news__list tr {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 1024px) {
  .news .news__list tr {
    display: table-row;
  }
}
.news .news__list th {
  width: 100%;
  padding: 10px 0;
  display: block;
  line-height: 1.4;
  font-weight: normal;
  vertical-align: top;
}
@media print, screen and (min-width: 1024px) {
  .news .news__list th {
    width: 140px;
    padding: 15px 0;
    display: table-cell;
  }
}
.news .news__list td {
  width: 100%;
  padding-bottom: 10px;
  display: block;
  line-height: 1.4;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  .news .news__list td {
    width: 620px;
    padding: 15px 0;
    display: table-cell;
  }
}
.news .news__list td a {
  text-decoration: none;
}
.news .news__list td a:hover {
  text-decoration: underline;
}

/*=====================================================
  contact
=====================================================*/
.contact .contact__box {
  width: 100%;
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .contact .contact__box {
    display: table;
  }
}
.contact .contact__box tbody {
  width: 100%;
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .contact .contact__box tbody {
    display: table-row-group;
  }
}
.contact .contact__box tr {
  width: 100%;
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .contact .contact__box tr {
    display: table-row;
  }
}
.contact .contact__box th {
  width: 100%;
  padding: 15px;
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
}
@media print, screen and (min-width: 1024px) {
  .contact .contact__box th {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
  }
}
.contact .contact__box td {
  width: 100%;
  padding: 15px;
  line-height: 1.8;
  border: 2px solid #000;
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .contact .contact__box td {
    width: 610px;
    display: table-cell;
  }
}

/*=====================================================
  bnrScrum
=====================================================*/
.footer {
  margin-bottom: 122px;
}
@media print, screen and (min-width: 768px) {
  .footer {
    margin-bottom: 156px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer {
    margin-bottom: 0;
  }
}

.bnrScrum {
  padding: 10px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .bnrScrum {
    padding: 0;
    position: relative;
    background-color: transparent;
  }
}
.bnrScrum img {
  width: 300px;
  height: 102px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .bnrScrum img {
    width: 400px;
    height: 136px;
  }
}
@media print, screen and (min-width: 1024px) {
  .bnrScrum img {
    width: 760px;
    height: 259px;
  }
}

/*=====================================================
  sns
=====================================================*/
.sns {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.sns ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sns ul li {
  margin: 0 5px;
  padding: 0;
  list-style: none;
  display: inline-block;
}

/*# sourceMappingURL=index.css.map */
