@charset "UTF-8";
/*****************************************************************************
CSS only for rule page
*****************************************************************************/

/* Rule
-----------------------------------------*/
.Rule {
  margin: 0 auto;
  max-width: 976px;
}

@media screen and (max-width: 976px) {
  .Rule {
    margin: 0 20px;
  }
}

.Rule__lead {
  margin: 48px 0 66px 0;
  line-height: 1.9;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .Rule__lead {
    margin: 40px 0 38px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.Rule__listTitle {
  margin: 47px 0 18px 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .Rule__listTitle {
    margin: 28px 0 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.Rule__item p {
  margin-bottom: 18px;
  line-height: 1.9;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .Rule__item p {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Rule__img {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .Rule__img {
    margin-bottom: 15px;
  }
}

.Rule__img img {
  width: 100%;
  height: auto;
}

.Rule__map {
  margin-top: 20px;
}

.Rule__GoogleMap {
  border: solid 2px #FFF;
  position: relative;
  padding-bottom: 37%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .Rule__GoogleMap {
    padding-bottom: 49%;
  }
}

.Rule__GoogleMap iframe,
.Rule__GoogleMap object,
.Rule__GoogleMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Rule__for {
  margin-top: 95px;
}

@media screen and (max-width: 767px) {
  .Rule__for {
    margin-top: 40px;
  }
}

.Rule__for .NextPage.NextPage--auto p a span {
  width: 416px;
}

@media screen and (max-width: 767px) {
  .Rule__for .NextPage.NextPage--auto p a span {
    width: auto;
  }
}

/* Notice
-----------------------------------------*/
.Notice {
  margin: 31px 0 60px 0;
  border: solid 2px #d10000;
  background-color: #FFF;
  padding: 10px 99px 60px 99px;
}

@media screen and (max-width: 976px) {
  .Notice {
    padding: 10px 50px 60px 50px;
  }
}

@media screen and (max-width: 767px) {
  .Notice {
    padding: 10px 20px 30px 20px;
  }
}

.Notice__title {
  margin: 51px 0 14px 0;
  font-weight: bold;
  color: #d10000;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .Notice__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 30px 0 14px 0;
  }
}

.Notice ol > li {
  margin-bottom: 25px;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.9;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .Notice ol > li {
    line-height: 1.7;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.Notice ol li ul.ListCircle {
  padding-left: 1em;
}

.Notice ol li ul.ListCircle li {
  font-weight: normal;
  text-indent: 0;
}

/* ListCircle
-----------------------------------------*/
.ListCheck ul li {
  margin-top: 8px;
  padding-left: 22px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  background: transparent url("../img/icon_check.png") no-repeat 0px 6px;
}

@media screen and (max-width: 767px) {
  .ListCheck ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ListCircle
-----------------------------------------*/
ul.ListCircle {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  ul.ListCircle {
    margin-bottom: 15px;
  }
}

ul.ListCircle li {
  margin-top: 8px;
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  ul.ListCircle li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ul.ListCircle li::before {
  position: absolute;
  top: 3px;
  left: 1px;
  content: "●";
  color: #AAA;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ImgList
-----------------------------------------*/
.ImgList {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ImgList figure {
    margin-top: 10px;
    width: 49%;
  }
}

.ImgList figure img {
  width: 100%;
  height: auto;
}

.ImgList figure figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5px;
}
