@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
 */

/* *****共通設定***** */
html { font-size: 14px;}
html { scroll-behavior: smooth;}

body { font-family: "Noto Sans Japanese", sans-serif; }

a {
  color: #696969;
}

a:hover {
  color: #a9a9a9;
}

.bg-primary,
.btn-primary {
  background-color: #343640 !important;
  background-color: #beaf6b !important;
}

.border-primary {
  border-color: #343640 !important;
  border-color: #beaf6b !important;
}

.bg-maincolor {
  background-color: #f0f8ff !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;
}

/* ヘッダー(navbar) */
#nav01 {
  border-bottom: 3px solid #00008b;
}

#nav02 .nav-fill {
  width: 100%;
}

.navbar-nav .nav-item {
  border-left: 1px solid #dee2e6;
}

.navbar-nav .last-list-md {
  border-right: 1px solid #dee2e6;
}

/* フッター */
#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("../img/top-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
	margin-bottom: 0;
}

/* *****下層ページ***** */
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: small;
  color: #fff;
}

#page .jumbotron {
  background: #f1efff url("../img/subpage-headding.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}




.mt-4, .my-4 {
  padding-top: 1.5rem !important;
	margin-top: 0 !important;
}
.text-transparent {
	text-indent: -9999px;
}
.border-transparent {
	border-color: rgba(0, 0, 0, 0);
}
.fw-bolder {
	font-weight: bolder!important;
}
.text-end {
	text-align: right!important;
}
h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #CCC;
}

h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.bg-light h2 span {
  position: relative;
  padding: 0 1em;
  background-color: #f8f9fa!important;
}
.icon-red {
	color:#F04F17; /*赤色にする*/
	padding-right: 6px;
}
.icon-yellow {
	color:#F3BA16; /*黄色にする*/
	padding-right: 6px;
}
.icon-blue {
	color:#27B8DE; /*水色にする*/
	padding-right: 6px;
}
.icon-pink {
	color:#FE3E99; /*ピンクにする*/
	padding-right: 6px;
}
.icon-green {
	color:#63E00B; /*緑色にする*/
	padding-right: 6px;
}
.service-list-red {
	border-bottom: 2px solid #F04F17;
	margin-bottom: 9px;
}
.service-list-yellow {
	border-bottom: 2px solid #F3BA16;
	margin-bottom: 9px;
}
.service-list-blue {
	border-bottom: 2px solid #27B8DE;
	margin-bottom: 9px;
}
.service-list-pink {
	border-bottom: 2px solid #FE3E99;
	margin-bottom: 9px;
}
.service-list-green {
	border-bottom: 2px solid #63E00B;
	margin-bottom: 9px;
}


/* --------------------------------------------- */
#service .p-4 {
    padding: 0 0 0 1.5rem !important;
}
#service .h3,
#service h3 {
    font-size: 1.3rem;
}


/* --------------------------------------------- */
#qanda .circle-q, #qanda .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
}
#qanda .circle-q {
	background: #21386E;
	color: #ffffff;
	padding-top: 2px;
}
#qanda .circle-a {
	background: #ffffff;
	color: #21386E;
	border: 3px solid #21386E;
}
/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/
@media (min-width: 576px) {
	.jumbotron {
  	  padding: 10rem 2rem;
	}
}

@media screen and (max-width: 575px) {
	h2 {
    padding: 1.4090909090909em;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
	}
}


@media screen and (max-width: 767px) {
	.px-4 {
		padding-top: 1.5rem!important;
	}
	#service .p-4 {
    padding: 1.5rem 0 0 !important;
		text-align: center;
	}
	footer nav ul.navbar-nav {
    display: block;
	}
	.navbar-nav .nav-item {
    border: none;
	}
	.navbar-nav .last-list-md {
    border: none;
	}
}


@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

	.jumbotron {
		background:#ddd url("../img/top-image.jpg") no-repeat center center;
		background-size:contain;
		margin-bottom: 0;
		padding: 0;
	  background-color: #beaf6b !important;
	}

  #nav02 .nav-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: 0.25rem;
  }

  @media (max-width: 575.98px) {
    /* xs スマートフォン向け */

    /* フッター */
    #footer-sns img {
      height: 29px;
      margin-right: 15px;
    }
