@charset "UTF-8";
.batterbox {
  border-radius: 10px;
  padding: 20px;
  margin: 30px auto;
  background: #fff;
  color:#555;
  font-size:1em;
}
.batterbox img {
  margin: 20px auto 10px auto;
}
.meta h4 {
  font-size: 1..25em;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.meta .text {
  margin: 0 0 30px 0;
}
.playcaution {
  font-size: 1em;
  line-height:2em;
  border: solid 1px #F00;
  border-radius: 10px;
  padding: 20px;
  color: #F00;
  background: #fff;
  font-weight:bold;
}
#recruit .playcaution {
 margin:30px 0;
} 
.playcaution h4 {
  font-size: 1.25em;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.playcaution h4:before, .playcaution h4:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
  margin: 0 10px;
}
.playcaution h4:before {
  margin-right: .5em;
}
.playcaution h4:after {
  margin-left: .5em;
}
section {
  margin: 0px auto;
  padding: 30px 5%;
}

section .title {
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
  margin: 0 auto 30px auto;
  padding: 4% 2%;
  color: #002467;
}

#home-top-news {
  background: #fff;
  padding: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
#home-top-news .img {
  width: 15%;
  height: auto;
  margin: 0 2% 0 0;
}
.home-top-news h3 {
  font-weight: bold;
  font-size: 1em;
}

.iframe {
  text-align: center;
  margin: 0 auto;
}
.iframe iframe {
  width: 90%;
  height: 350px;
}
#newsbox {
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  padding: 5% 2%;
}
#newsbox h4 {
  font-weight: bold;
  color: #002467;
  font-size: 1.1em;
  margin: 5px 0 0 0;
}
.newselement {
  border-bottom: dashed #ccc 1px;
  margin: 2%;
  padding: 2%;
}
.time {
  color: #777;
  font-weight: bold;
  font-size: .75em;
}
.daytime {
  font-size: 1.5em;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.daytime:before, .daytime:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
  margin: 0 10px;
}
.daytime:before {
  margin-right: .5em;
}
.daytime:after {
  margin-left: .5em;
}
.dayhour {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: center;
}
#company .meta {
  width: 90%;
  margin: 20px auto;
}
.facility-price {
  font-size: 2em;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facility-price:before, .facility-price:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
  margin: 0 10px;
}
.facility-price:before {
  margin-right: .5em;
}
.facility-price:after {
  margin-left: .5em;
}

.about-text {
    font-size: 1.25em;
    line-height: 2em;
    font-weight: bold;
    width: 95%;
    margin: 50px auto 0px auto;
}
#facility h4 {
 font-size:1.5em;
 font-weight:bold;
 margin:50px 0 20px 0;
 text-align:center;
}
.meta {
  width:100%;
  margin:0 auto;
}
.text {
 font-size:1em;
 font-weight:bold;
 margin:20px 0;
}