@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
:root {
  /*--bs-font-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  /*--bs-font-sans-serif: Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
  /*--bs-font-sans-serif: "リュウミン M-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
/*  --bs-font-sans-serif: "Jun 201" , "Hiragino Maru Gothic W4 JIS2004";*/
  --bs-font-sans-serif: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  --bs-body-bg: #ffffff;
  --bs-body-color: #000000;
}

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

/*ナビメニュー*/
/*.nav-link {
  color: #fff;
}

.navbar-nav .nav-link.active {
  color: #ffdd51;
}

.nav-link:hover {
  color: #ffdd51;
}*/

.dlist{
  --bs-dropdown-bg: #2780e3cc;
  --bs-dropdown-link-color: #fff;
}

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

.material-symbols-outlined {
  vertical-align: middle;
}

/*Bads*/
.badge {
  vertical-align: text-top;
}

.oldinfo_badge {
  vertical-align: middle;
}

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

.leftcolorGre{
  padding-left: 10px ;
  border-left-width: 5px ;
  border-left-style: solid ;
  border-left-color: #3fb618;
}

/*必須マーク*/
/*.requiredJap:after {
  content: " 必須";
  color: #ff7518;
  vertical-align: super;
  font-size: 0.70rem;
}*/

.requiredJap {
  margin-left: 5px;
  padding: 2.5px 10px;
  border-radius: 2em;
  line-height: 1;
  font-size: 0.7rem;
  white-space: nowrap;
  color: #000;
  background-color: #ffcccc85;
  font-weight: 600;
  vertical-align: text-top;
}


.required:after {
  content: " ＊";
  color: #ff7518;

}

/*見出しカラー*/
.leftcolor_h5{
  padding-left: 10px ;
  border-left-width: 5px ;
  border-left-style: solid ;
  border-left-color: #2ea7e0;
  font-family: "Jun 501";
}

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

.underbarBk:after {
  content: "";
  display: block;
  height: 5px;
  background: -webkit-linear-gradient(to right, rgb(55, 58, 60), transparent);
  background: linear-gradient(to right, rgb(55, 58, 60), transparent);
}



/**/

/*サイドメニュー*/
.list-group {
  --bs-list-group-border-width: 1.5px;
}

.list-side{
  border-color: #dee2e6;
  transition: 0.5s;

}

.list-side:hover {
  color :#1a78c2;
}

/**/

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

ul.info {
  background: #e60c6c0d;
  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の線だけ消す*/
}


ul.info2 {
  background: whitesmoke;
  border-radius :5px;
  padding: 0 0.5em;
  position: relative;
}

ul.info2 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: 2px solid white;
  list-style-type: none!important;
}

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

/*トップページ「お知らせ詳細」*/
.infotitle {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
/*  line-height: 1.4;*/
  padding: 0.5em 0.5em;
/*  margin: 0.5em 0 0.5em;*/
}

.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);
}


/**/

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

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

/**/