@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
:root {
  --bs-font-sans-serif: "Noto Sans JP", "Open Sans", "HiraKakuPro", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  /* --bs-font-sans-serif: "Yu Gothic UI", -apple-system, "Hiragino Kaku Gothic ProN", Osaka, "Hiragino Sans", Meiryo, sans-serif; */
  --bs-body-bg: #ffffff;
}

/*共通*/
a {
  text-decoration: none;
}

:root {
  --bs-body-font-size: 1.0rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: #000000;
}

:navbar{
  --bs-navbar-toggler-font-size: 1.5rem;
}

.row-btm {
  margin-bottom: 6rem;
}


/*アイコンフォント*/
.material-icons {
  vertical-align: middle;
}


/*見出しカラー*/
.leftcolor{
  padding-left: 10px ;
  border-left-width: 5px ;
  border-left-style: solid ;
  border-left-color: #3328ff;
}

.underbarRed:after {
  content: "";
  display: block;
  height: 5px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}


/**/

/*トップページ「お知らせ」*/

ul.info {
  background: #5aa8ff17;
  border-radius :5px;
  box-shadow :0px 0px 2px silver;
  padding: 0.5em 0.5em 0.5em 1em;
}

ul.info li {
  border-bottom: dashed 1px #adb5bd;
  position: relative;
  padding: 0.5em 0.5em 0.5em 10px;
  line-height: 1.5em;
}

ul.info li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}

.badginfo {
  vertical-align: text-top;
}

/**/

/*リストグループ*/

/* .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #3fb618;
    border-color: #3fb618;
} */

/**/

/*特定商取引法に基づく表示*/

ul.list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/**/

/*　　挨拶ページ　　*/


h1.gre_title {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

h1.gre_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}


.hsub {
  font-size: 1.1rem;
}

/**/

/*　フッター　　*/

.ffont {
  font-size: 0.95rem;
}



/**/


.borderline {
  border-top: 1px dashed #8c8b8b;
}

.borderlineend {
  border: 0;
  height: 8px;
  background-image: repeating-linear-gradient(90deg, #777 0px, #777 1px, rgba(0,0,0,0) 1px, rgba(0,0,0,0) 4px);
}




