.bold {
  font-weight: bold;
}

.page-contents-area {
  padding: 0 16px;
}

.info_page_message {
  text-align: left;
}

.info_page_day {
  text-align: right;
  margin-bottom: 20px;
}

.info_page_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.info_page_text {
  margin: 0 0 15px;
  line-height: 1.75;
  text-indent: 1em;
}

.info_page_text img {
  width: 100%;
}

.info_page_text a {
  color: #1a50b7;
  text-decoration: underline;
}

.info_page_text a:hover {
  opacity: 0.7;
}

.info_page_text.indent{
  text-indent: -1em;
  padding-left: 1em;
}

.info_page_text--noindent {
  text-indent: 0;
}

.info_page_text--font {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

.info_page_text--mb0 {
  margin: 0;
}

.info_page_notes {
  display: block;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
}

.info_page_notes.mb0 {
  margin-bottom: 0;
}

.info_page_list {
  margin: 0 0 15px;
  padding-left: 1em;
}

.info_page_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.info_page_text--right {
  text-align: right;
}

.info_page_date {
  margin-bottom: 20px;
}

.info-page-list {
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.info-page-list dt {
  width: 185px;
}

.info-page-list dt span {
  display: none;
}

.info-page-list dd {
  width: calc(100% - 185px);
}

.info-page-list dd span {
  display: inline;
}


@media screen and (max-width: 768px) {
  .info_page_message,
  .info_page_day,
  .info_page_title,
  .info_page_text,
  .info_page_list li {
    font-size: 14px;
  }

  .info_page_title {
  margin-bottom: 20px;
  }

  .info_page_notes { 
    font-size: 12px;
  }


  .info-page-list {
    margin-top: 5px;
    flex-wrap: wrap;
  }
  
  
  .info-page-list dt {
    font-size: 14px;
    width: 100%;
  }

  .info-page-list dt span {
    display: inline;
  }
  
  .info-page-list dd {
    font-size: 14px;
    width: 100%
  }

  .info-page-list dd span {
    display: none;
  }
  
}
.btnPrimary{
  width: 290px;
  display: block;
  margin: 70px auto 0;
  text-align: center;
  padding: 0;
  font-size: 14px;
  height: 55px;
  line-height: 53px;
  position: relative;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #7a776a;
  font-weight: normal;
}

.btnPrimary::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 1px solid #8e8c81;
  border-bottom: 1px solid #8e8c81;
  transform: rotate(135deg);
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.btnPrimary_border {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.btnPrimary_border::before, .btnPrimary_border::after {
  position: absolute;
  background-color: #7a776a;
  content: "";
}

.btnPrimary_right::before, .btnPrimary_left::before {
  width: 1px;
  height: 30px;
}

.btnPrimary_right::before, .btnPrimary_right::after {
  bottom: -1px;
  right: -1px;
}

.btnPrimary_left::before, .btnPrimary_left::after {
  top: -1px;
  left: -1px;
}

.btnPrimary_right::after, .btnPrimary_left::after {
  width: 70px;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .btnPrimary {
    width: 240px;
    margin: 40px auto 0;
    font-size: 14px;
  }
}

