@charset "utf-8";

/*
 * "Fredericka" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* *****共通設定***** */
h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  font-size:1.6rem;
}

h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #010101;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size:1.4rem;
}

a {
	color: #515151;
}

a:hover {
  color: #0a467e;
  text-decoration:none;
}

.bg-primary,
.btn-primary {
  background-color: #00008b !important;
}

.border-primary {
  border-color: #00008b !important;
}

.border-296fb0 {
  border-color: #296fb0 !important;
}


.bg-maincolor {
  background-color: #f0f8ff !important;
}

.bg-296fb0 {
  background-color: #296fb0 !important;
}

.bg-bad1e6 {
  background-color: #bad1e6 !important;
}

.bg-dbe6ef {
  background-color: #dbe6ef !important;
}

.bg-cbd9e5 {
  background-color: #cbd9e5 !important;
}
.bg-dbeaf9 {
  background-color: #dbeaf9 !important;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffa500;
  border-color: #ffa500;
}

.bg-yl-color {
  background-color: #fffaf0 !important;
}
	
.text-shadow {
  text-shadow: 1px 1px 3px #000;
}

.font-patrick {
  font-family: 'Fredericka the Great', cursive;
}

.p_in {
   text-indent: 1em;
   }

.p_in2 {
   text-indent: 0.5em;
   }   

/* ヘッダー(navbar) */

/*#header {
  border-bottom: 2px solid #296fb0 !important;
}*/

#nav01 {
  border-bottom: 1px solid #296fb0;
  /*border-bottom: 3px solid #00008b;*/
}

#nav02 {
	font-size:0.9rem;
  border-bottom: 1px solid #296fb0;
  /*border-bottom: 3px solid #00008b;*/
}

#nav02 a {
	color: #4C4C4C;
}

#nav02 a:hover {
  color: #0a467e;
  text-decoration:none;
  background-color:#FFF;
}

#nav02 .nav-fill {
  width: 100%;
}

#nav02 .nav-item {
  border-left: 1px solid #dee2e6;
}

#nav02 .last-list-md {
  border-right: 1px solid #dee2e6;
}

/* フッター */
#footer {
  /* border-top: 1px solid #dbeaf9 ; */
  padding-top: 1em;
  padding-bottom: 1em;
  font-size:0.8rem;
  text-align:center;

}

/* #footer-sns img {
  height: 58px;
  width: auto;
  margin-right: 25px;
}

#footer-index ul ul {
  padding-left: 0.75rem;
  border-left: 1px solid #6c757d;
} */

/* *****あいさつページ***** */
.jumbotron {
  background-image: url("../images/aisatsu_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.text-center {
	text-align:center;
}	

.text-left {
	text-align:left;
}

.font1 {font-size:0.85rem !important;}

.bg_w {background-color:#FFF;}

/* ハンバーガーメニューのスタイリング */
.navbar-light .navbar-toggler{
  border-color: rgba(0,0,0,0);
  &:focus {
    box-shadow:none !important;
   }

}

/* 共通：サブメニュー基準 */
.dropdown-submenu {
  position: relative;
}

/* PC（lg以上）では横に展開 */
@media (min-width: 992px) {
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;  /* 右側に表示 */
    margin-top: -0.25rem;
    margin-left: 0.1rem;
  }

  /* hoverでも展開できるように */
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* スマホ（lg未満）では下に展開（デフォルトのドロップダウン動作） */
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
}

/*.pl {padding-left:10px !important;}*/

.float_r {
  float: right;
  margin: 0 0 15px 15px;
}

/* PC表示時のみホバーで展開 */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
	
}

*:focus {
  box-shadow:none !important;
}

@media (min-width: 768px) {
  nav ul li.dropdown:hover > div.dropdown-menu {
    display: block;    
  }
}

.ul_list1 {
  list-style: none;
}

.ul_list1 li {
  float: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.ul_list2 {
  list-style: none;
}

.ul_list2 li {
  float: left;
  /* padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em; */
  margin-left: 2em;
  margin-right: 2em;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #fff; /* 記号の色 */
}


/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

  #nav02 .nav-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: 0.25rem;
	text-align:left;
  }
}
  @media (max-width: 575.98px) {
    /* xs スマートフォン向け */

    /* フッター */
    #footer-sns img {
      height: 29px;
      margin-right: 15px;
    }
  }
 /* -----------------------------------------------------------
	topics_1
----------------------------------------------------------- */

/* .topics_1 h5 {
background-color: #296fb0;
color: #fff;
padding: 1rem; 
line-height:1.1em;
} */

/* .topics_1 {
margin: 10px 0 0;
} */

.topics_1 dl {
padding: 10px 0 0;
/* border-bottom:dashed 1px #ccc; */
}

.topics_1 dt {
padding-bottom: 5px;
width: 10rem !important;

}

@media screen and (min-width: 768px) {
.topics_1 dt {
clear: left;
float: left;
width: 10%;
font-weight: bold;
padding-left: 10px;
}
.topics_1 dd { 
margin-left: 11%;
}
}/* PC end */  

.anchor {
  padding-top: 180px;
  margin-top: -180px;
}

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

/* .anchor {
  padding-top: 200px;
  margin-top: -200px;
} */

}
  @media (max-width: 575.98px) {
    /* xs スマートフォン向け */
  .anchor {
  padding-top: 150px;
  margin-top: -150px;
}

  }

.list3{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
   /*  border-top: 1px solid #333;
    border-left: 1px solid #333; */
}
.list3 li{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    /* border-bottom: 1px solid #333;
    border-right: 1px solid #333; */
}
.list3 li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10px;
}
@media(max-width:800px){
    .list3{
        flex-wrap: wrap;
    }
    .list3 li{
        width: 50%;
    }
}

.midasi_ch {
  position: relative;/*相対位置*/
  padding:0.5em 0.5em 0.5em 2em;/*アイコン分のスペース*/
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  /*padding: 0.5em;文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}

.midasi_ch:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #364e96; /*アイコン色*/
}

.list4{
    list-style-type: cjk-ideographic;
}

.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  background: #364e96;
  transition: .4s;
}

.btn-flat-logo:hover {
  color: #FFF;
  background: #374863;
}

.btn-flat-logo1 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  background: #364e96;
  transition: .4s;
}

.btn-flat-logo1:hover {
  color: #FFF;
  /* color: #0a1537; */
  background: #86C2FF;
}


ol.num li {
  position: relative;
  list-style-type: none;
}

ol.num li:before {
  position: absolute;
  right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
  content: "(" counter(list-item) ")";
}

.border1{
	border: solid 1px #2070cb;
  padding: 10px;
}
/* デフォルト（PCなど高さを広く） */
.anchor-target {
    scroll-margin-top: 180px;
    /* scroll-margin-top: 120px; */
}

/* スマホ（高さが低い場合） */
@media (max-width: 768px) {
    .anchor-target {
        scroll-margin-top: 60px;
    }
}
.new {
	/* border: solid 1px #d3d3d3; */
	width: 98%;
	height: 120px;
	padding: 0px;
	overflow: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}