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

/* *****共通設定***** */

a {
  color: #696969;
}

a:hover {
  color: #a9a9a9;
}

.bg-primary,
.btn-primary {
  background-color: #00A0E9 !important;
}

.border-primary {
  border-color: #00008b !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: 2px solid #00A0E9;
}

#nav02 {
	z-index: 999;
}

#nav02 .nav-fill {
  width: 100%;
  padding-top: 12px!important;
  padding-bottom: 12px!important;
}

#nav02 .nav-fill .nav-item {
  border-left: 1px solid #00A0E9;
	flex: 1 1 20%;
	text-align: center;
}

#nav02 .nav-fill .nav-item .nav-link {
	color: #000;
	line-height: 30px;
}


#nav02 .last-list-md {
  border-right: 1px solid #00A0E9;
}

.nav-link {
    color: rgba(0, 0, 0, .7) !important;
/* 	font-weight: bold; */
/* 	font-size: 20px; */
}
.nav-link:hover {
    color: rgba(0, 0, 0, .7) !important;
}

/* フッター */
#footer-sns img {
  height: 58px;
  width: auto;
  margin-right: 25px;
}

#footer-index ul ul {
  padding-left: 1.3rem;
}

#footer-index ul li {
	margin-bottom: .3rem;
	font-weight: bold;
}

#footer-index ul ul li {
  list-style: disc;
  font-weight: normal;
}

/* *****トップページ***** */
.jumbotron {
  margin: 0 !important;;
  padding: 0 !important;;
}

/* *****下層ページ***** */
.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;
}




/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/

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

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

  }

}



/* --------------------------------------------------

 ドロップダウン

--------------------------------------------------　*/

.dropdwn_menu {
    display: none;
    position: absolute;
    margin-top: 0px;
    padding: 0;
    background: #00A0E9;
}

.dropdwn_menu li {
    width: 221px;
    list-style: none;
}

.dropdwn_menu li a {
    padding: 10px 0;
    margin: 0;
    display: block;
    color: #fff;
    border-bottom: 1px solid rgb(255, 255, 255, .5);
}




/* --------------------------------------------------

 index

--------------------------------------------------　*/

#nav01 .btn {
	padding: 15px;
	background: #00A0E9;
	color: #FFF;
}

.read h2 {
	font-size: 30px;
	color: #00A0E9;
	line-height: 2.2;
}

.read p {
	margin: 0 !important;
	margin-top: 5px;
/* 	font-size: 22px; */
	line-height: 2.2;
}

.mov {
	background: #35B3E7;
}

.mov h2 {
	font-size: 30px;
	color: #FFF;
}

.mov .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.mov .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.flow {
	background: url('../images/index/flow_bg.png');
}

.flow h2 {
	font-size: 38px;
	color: #00A0E9;
}

.flow .col-lg-3 {
	margin: 0 !important;
	padding: 0 10px !important;
}

.flow .col-lg-3 .row {
	margin: 0 !important;
	padding: 5px !important;
	text-align: center;
	background: #FFF;
	border-radius: 16px !important;
}

.flow .col-lg-3 h3 {
	font-size: 22px;
	color: rgba(0, 0, 0, .7);
	font-weight: bold;
}

.flow .col-lg-3 .row div {
	width: 100%;
}

.flow .col-lg-3 .row .p-4 {
	padding: 1.0rem !important;
}

.hard {
	background: url('../images/index/hard_bg.png') center -50px;
	background-size: cover;
}

.hard .col-lg-6 {
	margin-top: 5rem;
	margin-bottom: 5rem;
	padding: 30px;
	background-color: rgba(255,255,255,0.8);
}

.hard h2 {
	font-size: 30px;
	color: #00A0E9;
	line-height: 2.2;
}

.hard p {
	margin: 0 !important;
	margin-top: 5px;
/* 	font-size: 18px; */
	line-height: 2.2;
}

.contents h2 {
	font-size: 38px;
	color: #00A0E9;
}

#sec2 h3 {
	font-size: 22px;
}

.contents .btn {
	background: #00A0E9;
	color: #FFF;
}

.inquiry .h5 {
	line-height: 1.7;
}

.inquiry .btn {
	background: #00A0E9;
	color: #FFF;
}

#footer {
	padding: 0 !important;
}

















