

/*Color */

.my-bgcolor{
	background:#C5FAF0;
}
.mybg-gren {
    background-color: #C9F5C3;
	padding: 10px;
    border-bottom: #B0B3B5 1px solid;
}
.mybg-gren2 {
    background-color: #B0FAD6;
	padding: 10px;
    border-bottom: #B0B3B5 1px solid;
}
.mybg-gren3 {
    background-color: #B0FAD6;
	padding: 10px;
    border-top: #B0B3B5 1px solid;
    border-bottom: #B0B3B5 1px solid;
}
.mybg-blue {
    background-color: #BDF4F5;
	padding: 10px;
    border-bottom: #B0B3B5 1px solid;
}
.mybg-non {
    background-color: #fff;
	padding: 10px;
    border-bottom: #B0B3B5 1px solid;
}
.mybg-yel {
    background-color: #FEFCCA
}
.mybg-mo {
    background-color: #D9CDE8;
}
.my-space {
    height: 450px;
}
/*hover */
.mybg-li a:link {
    color: #0B206C;
}
.mybg-li a:visited {
    color: #0B206C;
}
.mybg-li a:hover {
    color: #590506;
}
/*Text */
.ts-2 {
    font-size: 1.1em!important;
    font-weight: bold;
    color: #0A4FB7;
}
.ts-2s {
    font-size: 0.8em!important;
    font-weight: bold;
    color: #0A4FB7;
}
.ts-3 {
    font-size: 1.3em!important;
}
.ts-4 {
    font-size: 1.5em!important;
    font-weight: bold;
    color: #0A4FB7;
}
.ts-5 {
    font-size: 1.1em!important;
    font-weight: bold;
}
.my-tit-1 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 1.7em;
    color: #1A4602;
}
.mytx-mo {
    color: #D9CDE8;
}
.mytx-blue {
    color: #BDF4F5;
}
.mytx-s a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.mytx-s a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.mytx-s a:hover {
    color: #96FF00;
    text-decoration: none;
}
.myh2-1 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 1.3em;
    color: #000;
}
.mytx-sl {
    font-size: 00.7em;
}
.mytex-bold {
    font-weight: bold;
}
.my-tex-red {
    color: #FF0004;
    font-weight: bold;
}
/*高さ*/
.my-h {
    height: 160px;
}
.my-waku {
	padding: 10px;
    border-bottom:#B0B3B5 1px solid;
}
.my-waku2 {
	padding: 10px;
    border-top:#B0B3B5 1px solid;
    border-bottom:#B0B3B5 1px solid;
}
.myshinki a {/*220519追加*/
    border-radius: 10px;
    width: 150px;
    background-color: rgb(150, 131, 238);
    color: #fff;
    padding: 15px 20px 12px;
    margin-right: 50px;
}
.myshinki a:hover {/*220519追加*/
    width: 150px;
    background-color: #7828CC;
    color: #fff;text-decoration: none;
    padding: 15px 20px 12px;
}
/*
.my-bgcolorgrad{
	background-image: linear-gradient(90deg,rgba(136,0,193,1.00) 0%,rgba(68,197,120,1.00) 20%,rgba(136,0,193,1.00) 100%);
}
*/
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }

/*table*/
.wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.memb-table {
    width: 100%;
}
.memb-table tr {
    border-bottom: 1px solid rgba(43,43,45,1.00);
}
.memb-table td {
    text-align: left;
}
.memb-yaku {
    padding: 1.125rem 0rem 0.5rem 0rem;
    width: 30%;
}
.memb-name {
    padding: 1rem 0rem 0.5rem 0rem;
    width: 25%;
}
.memb-pl {
    padding: 0rem 0rem 0.5rem 0rem;
    width: 45%;
}
.ts-memb {
    font-size: .9em;
    margin-left: 1rem;
}

@media (max-width: 900px) {
    .memb-table {
        width: 100%;
    }
    .memb-table tr {
        border-bottom: 1px solid rgba(43,43,45,1.00);
    }
    .memb-table td {
        display: block;
        line-height: 1.5;
    }
    .memb-yaku {
        font-size: .875rem;
        padding: 1.125rem 1rem 0rem 0rem;
        width: 100%;
    }
    .memb-name {
        padding-bottom: 1rem 0rem 0rem 0rem;
        width: 100%;
    }
.memb-pl {
    padding: 1rem 0rem 0.5rem 0rem;
    width: 100%;
    }
    
}
/*table_end*/
/* News_table */
.news-table {
        width: 100%;
    }
    .news-table td {
        display: table-cell;
    }
    .news-date {
        padding: 1rem 2rem 0rem 1rem;
    }
    .news-content {
        padding: 1rem 1rem 0rem 1rem;
    }
@media (max-width: 900px) {
    .news-table {
        width: 100%;
    }
    .news-table tr {
        border-bottom: 1px solid rgba(43,43,45,1.00);
    }
    .news-table td {
        display: block;
        line-height: 1.5;
    }
    .news-date {
        font-size: .875rem;
        padding: 1.125rem 1rem 2rem 1rem;
    }
    .news-content {
        padding-bottom: 1rem;
    }
}
/*navbar */
.mynav-link{
	color: #605E5E !important;
	font-size: .9em;
	font-weight: 500;
}

.active .mynav-link{
    color: #FF0004;
/*	text-decoration: underline;*/
	text-underline-position:under;
}

.mynav-link:hover, .mynav-link:active{
	color:#08BC04!important;
}

/*navbar Hamburger Menu*/

.mynavbar-toggler-color{
	border-style: solid 1px #FFFFFF;
	background-color: #FFFFFF;
}

.mynavbar-toggler-icon-color {
	background-image: url("../images/site/tg-gren.png");
/*  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#08BC04' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;*/
}

/*navbar 2rows*/

.fixnavbar-margin{
	padding-top: 116px
}
/*report*/
.jgesnews ul {
    height:auto;
    margin: 0 auto;
}
.jgesnews li a:link {
    float:left;
	width: 90%;
	text-align: center;
	padding: 10px 0;
	margin-top:20px;
	margin-left:50px;
	border: 1px solid #066F0A;
	background-color: #fff;
	list-style:none;
    color :#066526;
    text-decoration: none;
}
.jgesnews li a:hover {
    background-color:#E0F7C4;
	color:#000;
	list-style:none;
}
.fuwa {
	display:block;
	margin-top:20px;
    margin: 0 auto;
}
.my-repoh1 {
    color:#045C9B;
    font-size: 1.3em;
}
.my-h4 {
    font-size: 1.4em;
    border-bottom: #037C1D solid 2px;
}
/*report end*/

/*md Less than*/

@media(max-width:991.98px){ 
  .fixnavbar-margin{
    padding-top: 56px;
  }
  
  .navbarmobile-up{
    margin-top:-20px;
    z-index: -1;
  }
  
  .navbarmobile-topmargin{
    padding-top: 20px;
  }
  
  .mynav-link{
    text-align: center;
    line-height: 2em;
    border-bottom: solid 1px rgba(0,0,0,0.5);
  }
  
  .mynav-link:hover, .mynav-link:active{
    background: rgba(255,255,255,0.30);
  }

/*navbar scroll*/

  .navbarmobile-height{
    height: 100vh;
    overflow-y:auto;
    padding-top: 20px;
    padding-bottom: 52px;
    -webkit-overflow-scrolling: touch;
  }
  
  .navbarheight-mobile::-webkit-scrollbar {
    width: 5px;
  }
  
  .navbarheight-mobile::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  
  .navbarheight-mobile::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
  }

}
/*dropdown*/
.txc-bg {
    color: #025751;
}
.my-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color:#80EEF8;
  border: 0; }
.my-dropdown-item:hover, .my-dropdown-item:focus {
    color:#47494B;
    text-decoration: none;
    background-color:#A7F6BA; }
.my-dropdown-item.active, .my-dropdown-item:active {
    color:#fff;
    text-decoration: none;
    background-color:#0296A1; }
.my-dropdown-item.disabled, .my-dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.my-dropdown-menu.show {
  display: block; }

.my-dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

/*Jumbotron*/

.my-jumbotron{
	height: 430px;
	background: url("../images/topimage1.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}

.my-jumbotron-inner{
	width: 100%;
}

.my-jumbotron-inner .catchtext{
	color: #ffffff;
	text-shadow:2px 1px 2px #000000;
	text-align: center;
	font-weight: bold;
}
.my-jumbotron2{
	height: 220px;
	background: url("../images/topimage1.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
    padding-top: 80px;
}

.my-jumbotron2-inner{
	width: 100%;
}

.my-jumbotron2-inner .catchtext{
	color: #ffffff;
	text-shadow:2px 1px 2px #000000;
	text-align: center;
	font-weight: bold;
    margin-top: 30px;
}


/*What's New*/
.my-site-section {
  padding: 1.5em 0; }
@media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

@media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; 
    }
    .mybg-gren {
        height: 130px;
    }
    .mybg-mo {
        height: 130px;
    }
    .mybg-blue {
        height: 130px;
    }
}
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .kmu-site-logo {
    position: absolute;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; 
}

/*----------------------------------
	clearfix
----------------------------------*/
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.of { overflow: hidden;}

.information dt {
	float: left;
	padding: 5px 0;
}

.information dd {
	padding: 5px 0;
	padding-left: 8em;
	border-bottom: 1px dotted #eee;
}

.information .new {
	display: inline-block;
	background: #c00;
	padding: 0.25em 0.5em;
	color: #fff;
	font-size: 70%;
	line-height: 1;
}
.pta a:link {
    color: #46474C!important;
}
.pta a:visited {
    color: #46474C!important;
}
.pta a:hover {
    color: #2889B7!important;
}
/*日本語フォント*/
.wf-nicomoji {
    font-family: "Nico Moji";
    font-size: 3em;
}

/*footer*/
.my-footer  {
    padding: 20px 10px 10px 10px;
    background-color: #0296A1;
    font-size: 0.7em;
    color: #FFFFFF;
}
#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: rgba(45,239,131,0.89);
}
.yajirusi {
    color: #ffffff;
}
/*
.my-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5030!important;
}
*/
/*topimage-sm*/
@media (max-width: 767px){
    body {
        font-size: 90%;
    }
.my-jumbotron {
    background-image:url("../images/topimage1_sm.jpg");
    background-repeat: no-repeat;
    background-size: cover;
        background-position:0% 0% 100%;
    height: 300px;
    width: 100%;
    margin-top: 10px;
}
img {
    width:100%;
}
.my-logo {
     width: 80%;   
    }
.my-jumbotron1-inner .catchtext{
	color: #ffffff;
	text-shadow:2px 1px 2px #000000;
	text-align: center;
	font-weight: bold;
    font-size: 1.5em;
    margin-top: 50px;
}
.my-jumbotron2-inner .catchtext{
	color: #ffffff;
	text-shadow:2px 1px 2px #000000;
	text-align: center;
	font-weight: bold;
    font-size: 1.5em;
    margin-top: 50px;
}   
}
