@charset "UTF-8";
body {
  padding-top: 70px;
}
/*.carousel {
  height: 500px;
}

.carousel-inner, .item {
  height: 100%;
}

.carousel .image {
  width: 100%;
  height: 100% !important;
  object-fit: fill;
}*/

/*ナビバー*/
.my_navtext {
  color: rgba(0, 0, 0, 1.00) !important;
  font-size: 0.9em;
}

/*カード*/
.my_imglogo {
  max-width: 60%; /* 画像の最大幅 */
}

/*全体テキスト*/
.my_basictext {
  color: rgba(0, 0, 0, 1.00)!important;
  font-size: 1em;
}
.my_basictextsmall {
  color: rgba(80, 80, 80, 1.00)!important;
  font-size: 0.8em;
}
.my_basictextsmall2 {
  color: rgba(0, 0, 0, 1.00) !important;
  font-size: 0.9em;
}

/*yukiとligaカラーをやめてkoだけに*/


.my_colorkop {
  color: rgba(193, 79, 98, 1.00)!important;
  font-size: 1em;
}

.my_bgcolorkop {
  background-color:rgba(193, 79, 98, 1.00);
}

/*リンク装飾なし*/
/*
        a, a:visited, a:focus, a:hover {
            text-decoration: none;
        }*/

.img-fluid {
  width: 100%;
}
