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

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

.btn-warning {
    color: #212529;
    background-color: #CF7EAA;
    border-color: #CF7EAA;
}

.btn-primary {
    color: #fff;
    background-color: #74A440;
    border-color: #74A440;
}

.nav-link {
	font-size: 0.9em;
}

.nav-link2 {
	font-size: 0.7em;
}

.col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
}

.col-lg-7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
	    padding-bottom: 20px;
}

.kaisha {
width: 100%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}

.navbar-light .navbar-nav .nav-link {
    color: #222222;
}

.display-4 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
	color: #777777;
}

.mt-4, .my-4 {
    margin-top: 0rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 1.3rem !important;
}

.pt-5, .py-5 {
    padding-top: 1.3rem !important;
}
h2{
  text-align: center;
  margin-bottom: 10px;
}

#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #CF7EAA;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.pb-3, .py-3 {
    padding-bottom: 0.3rem !important;
}

.pt-3, .py-3 {
    padding-top: 0.3rem !important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  background-color: #FFFFFF;
}

#container {
  padding-top: 165px;
}

a {
  color: #696969;
}

a:hover {
  color: #a9a9a9;
}

.bg-primary,
.btn-primary {
  background-color: #78AB3F !important;
}

.border-primary {
  border-color: #78AB3F !important;
}

.bg-maincolor {
  background-color: #f0f8ff !important;
}

.btn-warning:hover {
  color: #212529;
  background-color: #CF639E;
  border-color: #CF639E;
}

.bg-yl-color {
  background-color: #fffaf0 !important;
}

.text-shadow {
  text-shadow: 1px 1px 3px #000;
}

.font-patrick {
  font-family: 'Archivo Black', cursive;
}

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

#global-nav .nav-fill {
  width: 100%;
background-color:#C7DFAD; 
}

#global-nav .nav-item {
  border-left: 1px solid #ffffff;
}

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

/* フッター */
#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;
}

/* *****下層ページ***** */
.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/top-image.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}

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

 レスポンシブ

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

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

  #global-nav .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;
    }
