@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:: "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Osaka, "Hiragino Sans", Meiryo, sans-serif;;
  --bs-body-bg: #ffffff;
  --bs-body-color: #000000;
}

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

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

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

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


/*表縦位置*/
.td_vertical_align_middle.td_vertical_align_middle{
    vertical-align: middle;
}

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


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

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

.underbarBlue:after {
  content: "";
  display: block;
  height: 5px;
  background: -webkit-linear-gradient(to right, rgb(26, 44, 115), transparent);
  background: linear-gradient(to right, rgb(26, 44, 115), transparent);
}

.leftcolorB{
  padding: 0.2em 0.5em;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  margin-left: 5px;
}

/*必須マーク*/
.requiredJap {
  margin-left: 5px;
  padding: 2.5px 10px;
  border-radius: 2em;
  line-height: 1;
  font-size: 0.55rem;
  white-space: nowrap;
  color: #000;
  background-color: #ffcccc85;
  font-weight: 700;
  vertical-align: middle;
}


/**/

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

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

/**/

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

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



/**/






