@charset "UTF-8";
/* line 34, ../scss/top.scss */
#content.top_content h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
}
/* line 41, ../scss/top.scss */
#content.top_content h3 span {
  border-bottom: 1px solid #231815;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
}

@media print, screen and (min-width: 480px) {
  /* line 70, ../scss/top.scss */
  #content.top_content h3 {
    font-size: 36px;
  }
}
/*----------------------------

丸アイコン

----------------------------*/
/* line 88, ../scss/top.scss */
#content.top_content ol.maru {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
/* line 93, ../scss/top.scss */
#content.top_content ol.maru li {
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
  border-radius: 50%;
  border: 1px solid #231815;
}
/* line 101, ../scss/top.scss */
#content.top_content ol.maru li p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: center;
  font-size: 13px;
}
/* line 117, ../scss/top.scss */
#content.top_content ol.maru li::before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media print, screen and (min-width: 480px) {
  /* line 128, ../scss/top.scss */
  #content.top_content ol.maru {
    flex-wrap: nowrap;
    margin-bottom: 40px;
  }
  /* line 131, ../scss/top.scss */
  #content.top_content ol.maru li {
    width: 100%;
  }
  /* line 133, ../scss/top.scss */
  #content.top_content ol.maru li p {
    font-size: 16px;
  }
}
/* line 144, ../scss/top.scss */
#content.top_content ol.maru_s {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
/* line 149, ../scss/top.scss */
#content.top_content ol.maru_s li {
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
  border-radius: 50%;
  border: 1px solid #231815;
}
/* line 157, ../scss/top.scss */
#content.top_content ol.maru_s li p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: center;
  font-size: 13px;
}
/* line 173, ../scss/top.scss */
#content.top_content ol.maru_s li::before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media print, screen and (min-width: 480px) {
  /* line 184, ../scss/top.scss */
  #content.top_content ol.maru_s {
    margin-bottom: 60px;
  }
  /* line 186, ../scss/top.scss */
  #content.top_content ol.maru_s li {
    width: 14.6%;
  }
  /* line 188, ../scss/top.scss */
  #content.top_content ol.maru_s li p {
    font-size: 16px;
  }
}
/*----------------------------

ニュース・おしらせ

----------------------------*/
/* line 202, ../scss/top.scss */
.news_wrap_top {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
/* line 206, ../scss/top.scss */
.news_wrap_top .ttl_box {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
/* line 213, ../scss/top.scss */
.news_wrap_top .content_box dl {
  font-size: 14px;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
/* line 219, ../scss/top.scss */
.news_wrap_top .content_box dl dt {
  clear: left;
  float: left;
  width: 6em;
}
/* line 224, ../scss/top.scss */
.news_wrap_top .content_box dl dd {
  margin-left: 7em;
}
/* line 227, ../scss/top.scss */
.news_wrap_top .content_box dl dd:after {
  content: '';
  display: block;
  clear: both;
}
/* line 232, ../scss/top.scss */
.news_wrap_top .content_box dl dt, .news_wrap_top .content_box dl dd {
  margin-bottom: 0em;
}
/* line 236, ../scss/top.scss */
.news_wrap_top .content_box p.btn {
  line-height: 1.2em;
  text-align: center;
}
/* line 239, ../scss/top.scss */
.news_wrap_top .content_box p.btn a {
  font-size: 12px;
  border-radius: 30px;
  position: relative;
  padding: 0.4em 3em 0.4em 2em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #231815;
  border: 1px solid #231815;
  transition: .3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
/* line 241, ../scss/top.scss */
.news_wrap_top .content_box p.btn a:hover {
  background: #fff;
  color: #231815;
  border-color: #231815;
  cursor: pointer;
  text-decoration: none;
}
/* line 243, ../scss/top.scss */
.news_wrap_top .content_box p.btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #fff;
}
/* line 245, ../scss/top.scss */
.news_wrap_top .content_box p.btn a:hover:before {
  border-left-color: #231815;
}

@media print, screen and (min-width: 480px) {
  /* line 257, ../scss/top.scss */
  .news_wrap_top .ttl_box,
  .news_wrap_top .content_box {
    float: left;
  }
  /* line 261, ../scss/top.scss */
  .news_wrap_top .ttl_box {
    width: 10%;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0.5em;
  }
  /* line 267, ../scss/top.scss */
  .news_wrap_top .content_box {
    width: 90%;
  }
  /* line 269, ../scss/top.scss */
  .news_wrap_top .content_box dl {
    font-size: 16px;
    float: left;
    width: 75%;
    margin-bottom: 0px;
    margin-top: 0.5em;
  }
  /* line 284, ../scss/top.scss */
  .news_wrap_top .content_box p.btn {
    float: right;
  }
  /* line 286, ../scss/top.scss */
  .news_wrap_top .content_box p.btn a {
    font-size: 13px;
  }
}
