@charset "utf-8";
/* ヘッダータイトル*/
.head-title{
    font-size: 0.8em;
}

/* メイン部 */
.container-md{
  margin-top: 30px;
  width: 95%;
  max-width: 900px;
  margin-bottom: 100px;
}


/* フッターメニューを上書き */
.fixed-bottom {
  margin-bottom: 15px!important;
}

body {
  font-family: 'BIZ UDGothic', sans-serif;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  color: #333;
}

h1, h2 {
  font-weight: bold;
}

.content-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
  background-color: #ffffffd9;
}

h2 {
  font-size: 0.95rem;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 0.4rem;
  margin-bottom: 0.5rem;
}

.list-indent {
  padding-left: 1.5rem;
}

footer {
  font-size: 0.9rem;
  background-color: #f1f3f5;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.intro-block {
  font-size: 0.95rem;
}

main p,
main ol,
main ul{
  font-size: 0.9em !important;
  color: #383838 !important;
}


@media screen and (max-width:1600px) {


}

@media screen and (max-width:1400px) {


}

@media screen and (max-width:1200px) {


}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:768px) {
}

@media screen and (max-width:576px) {
  .container-md{
    margin-top: 70px;
  }
}