@charset "UTF-8";

/* .c-header>.l-container {
  padding: 30px 0px 20px 0px!important;
} */
.c_red{
  color: red;
}
.c-page-menu {
  padding: 10px 0 10px;
  margin-top: 0px;
  margin-bottom: -10px;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* その他のスタイルプロパティ */
}
#clear-button:hover {
  background-color: #808080!important;
  border: #808080!important;
  color: white;
}

.p-forum__box2 {
  min-height: 220px;
}
.p-forum__box2 .map{
  opacity: 1!important;
}
.c-footer__logo{
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 30px!important;
}

p.register_link {
  text-align: center;
  font-size: 1.2em;
}
p.register_link a{
  text-decoration: underline;
  color: #227ec1;
}
.c-boxmap > img, .c-boxmap > p {
  pointer-events: auto!important;
}
.c-breadcrumb {
  height: 20px;
  padding: 20px 0;
}
.c-breadcumb__homepage img {
  height: 10px;
}
li.c-breadcrumb__homepage img {
  max-height: 16px;
}
.c-breadcrumb li {
  font-size: 1.6rem;
}.c-page-title {
  font-size: 3.8rem;
  margin-bottom: 40px;
}.c-mypageNav a.c-btn01.c-btn01--bgGray.c-btn01--sm {
  margin: 20px 10px;
  color: #fff;
  padding: 15px 20px;
}
.c-mypageNav a.c-btn01.c-btn01--bgGray.c-btn01--sm:hover {
  color: #000!important;
  border: 2px solid #000!important;
  border-color: #000!important;
  background: #fff!important;
}
.url_link{
  text-decoration: underline;
  color: blue;
}
nav.c-mypageNav i {
  width: 30px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .l-container, .l-container-fluid {
    padding-top: 20px;
  }
  .c-header__logo {
      max-width: 50%!important;
  }
  .c-box--2 .c-box__box p {
      width: 100%!important;
      text-align: center;
      margin-left: 0px!important;
  }
  .font-size-btn{
      text-align: center;
  }.c-header__menu dl dd {
      width: 30%!important;
      margin: 0 auto!important;
  }.c-header__menu {
      background-color: white!important;
  }.c-footer__content ul {
    flex-wrap: wrap;
    line-height: 20px;
  }
  .c-footer__content ul li {
    width: 43%;
    text-align: center;
  }
  .c-footer__content ul li:before{
    display: none;
  }

  .l-child-page--mypage .l-child-page__article {
    padding-top: 70px;
  }
  .c-header--mypage a.c-btn01.c-btn01--bgGray.c-btn01--sm {
    width: 80%!important;
    line-height: 30px!important;
    font-size: 14px!important;
    text-align: center!important;
    margin-bottom: 10px!important;
  }
  a.c-btn01.c-btn01--green {
      width: 80%!important;
      line-height: 30px!important;
      font-size: 14px!important;
      text-align: center!important;
      margin-bottom: 10px!important;
  }.c-header__menu a.c-btn01--red {
    width: 80%!important;
    margin-left: 0px!important;
  }.p-about__thumbnail iframe {
    width: 100%;
  }.c-breadcrumb {
    height: auto!important;
  }
  .c-filter-submit > button {
    width: 80%;
    margin: 10px auto;
  }
}