@charset "utf-8";

.u_ttl {
	font-size: 2.3em;
	font-weight: bold;
	color: #0075c2;
	text-align: left;
	margin-bottom: 20px!important;
}
.k_ttl {
	font-size: 2.3em;
	font-weight: bold;
	color: #796baf;
	text-align: left;
	margin-bottom: 20px!important;
}
.uk_subttl {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px!important;
}
.uk_ttl-text {
	font-size: 1em;
	text-align: left;
}
.contentarea {
	margin-bottom: 50px!important;
}
.u_about-ttl {
	background-color: #54c3f1;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 20px!important;
}
.k_about-ttl {
	background-color: #796baf;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 20px!important;
}
.uk_about-menu {
  list-style: none;
  padding: 0; 
}
@media screen and (min-width: 768px) {
    .uk_about-menu {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .uk_about-menu li {
        width: calc((100% - 40px) / 2);
        margin-top: 30px; 
		text-align: center; } 
}
@media screen and (max-width: 767px) {
    .uk_about-menu {
       }
      .uk_about-menu li {
        margin-top: 15px;
	    text-align: center; } 
	  .uk_about-menu img {
        max-width: 80%; } 
}

.uk_program-ttl {
	text-align: center;
	margin-bottom: 20px!important;
}
.uk_program-subttl {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px!important;
}
.uk_program-bnr {
	text-align: center;
	margin-top: 30px!important;
}
@media screen and (min-width: 768px) {
  .uk_program_flex {
    display: flex;
    justify-content: space-between; } 
}
@media screen and (max-width: 767px) {
  .uk_program_flex {
    text-align: center; } 
}
.uk_program_flex-text {
  text-align: left; 
  margin-bottom: 20px!important;}
  @media screen and (min-width: 768px) {
    .uk_program_flex-text {
      width: calc(100% - 200px); }
}
  @media screen and (max-width: 767px) {
     
}
.uk_program_flex-img {
  text-align: center;
  margin-bottom: 0!important;}
  @media screen and (min-width: 768px) {
    .uk_program_flex-img {
      width: 150px; } 
}
  @media screen and (max-width: 767px) {
    .uk_program_flex-img {
      max-width: auto; 
	  margin-bottom: 0!important;}
      .uk_program_flex-img img {
        max-width: 100px; }
}
.k_class {
	background-color: #ddd9ec;
	padding: 15px;
}
.k_class-ttl {
	display: inline-block;
	border-left: 6px solid #796baf;
	border-right: 6px solid #796baf;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 15px;
	margin-bottom: 10px!important;
}
.k_class-subttl {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px!important;
}