@charset "utf-8";
/* CSS Document */


body{font-family: 'BIZ UDPGothic','Konkhmer Sleokchher',"Yu Gothic","Hiragino Kaku Gothic ProN", "Meiryo",sans-serif;font-size:16px;line-height:1.78;color:#000;background-color:#fff;/*! ando edit */ background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(.././assets/images/background.png);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
	background-position: center top;}


/*! end ando edit */

.navbar{
	background-color:#222;
}

.nav-link{
	color:#fff;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}

.navbar-toggler {
    background-color: #f9fafb29;
}


.navbar-dark .navbar-toggler-icon{
  /* 三本線 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(256, 256, 256, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


p a  {
  color:#fff;
}

p a:hover  {
	color: #E8C613;
}

li a  {
  color:#fff;
}

li a:hover  {
  color:#E8C613;
  font-weight:600;
}


/*table*/

.curriculum{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.curriculum th {
  text-decoration: underline;
}
.curriculum th {
  padding: 5px;
  text-align: left;
}
.curriculum td {
  padding: 5px;
  text-align: left;
}

.curriculum td:nth-child(1),
.curriculum th:nth-child(1) {
  min-width: 200px;
}
.curriculum td:nth-child(2),
.curriculum th:nth-child(2) {
  min-width: 200px;
}
.curriculum td:nth-child(3),
.curriculum th:nth-child(3) {
  width: 350px;
}

.curriculum thead {
  background-color: #333;
  color: #FDFDFD;
}
.curriculum thead tr {
  display: block;
  position: relative;
}
.curriculum tbody {
  display: block;
  overflow: auto;
  width: 100%;
}



.curriculum .categoryindex {
	background-color: #333;
	color:#fff;
	text-decoration: none;
}

.curriculum tbody tr:nth-child(even) {
  background-color: #DDD;
}
.curriculum tbody tr:nth-child(odd) {
  background-color: #fff;
}
	
	




.fixed_headers {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.fixed_headers th {
  text-decoration: underline;
}
.fixed_headers th {
  padding: 5px;
  text-align: left;
}
.fixed_headers td {
  padding: 5px;
  text-align: center;
}
/*
.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
  min-width: 200px;
}
.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
  min-width: 200px;
}
.fixed_headers td:nth-child(3),
.fixed_headers th:nth-child(3) {
  width: 350px;
}
*/
.fixed_headers thead {
  background-color: #333;
  color: #FDFDFD;
}
.fixed_headers thead tr {
  display: block;
  position: relative;
}
.fixed_headers tbody {
  display: block;
  overflow: auto;
  width: 100%;
/*  height: 300px;*/
}



.fixed_headers .categoryindex {
	background-color: #333;
	color:#fff;
	text-decoration: none;
}

.fixed_headers tbody tr:nth-child(even) {
  background-color: #DDD;
}
.fixed_headers tbody tr:nth-child(odd) {
  background-color: #fff;
}
/*
.old_ie_wrapper {
  height: 300px;
  width: 750px;
  overflow-x: hidden;
  overflow-y: auto;
}
.old_ie_wrapper tbody {
  height: auto;
}
*/


.ticker {
	width:100%; 
	background-color:#ff0000; 
	color:#ffffff; 
	text-align:center;
}




.emphasys{
	font-weight:600;
	font-size:1.4rem;
	background-color:rgba(255,19,23,0.80);
}
.covered{
	background-color:rgba(218,191,48,0.61);
}

/*decoration*/
@media (min-width: 768px) {
  .twocolumn {
     column-count: 2;
  }
}


/*decoration*/

.englishtext{font-family: 'Konkhmer Sleokchher';}
.statement{line-height: 3.5rem;}	


.bg-white{
  background-color: #fff;
}


h2 {

  position: relative;
}

h2::after {
  content: '';
  width: 160px;
  height: 6px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 80px)
}

h2 > .whitetext::after {
  content: '';
  width: 160px;
  height: 6px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 80px)
}




.statement{line-height: 3rem;}

.whitetext {color:#fff; text-shadow: 0 1px 3px #000;}

.site-logo {width: 200px;}


.underline {
    padding: 0.2rem;
    margin-bottom: 0.2rem;
	font-size:1.5rem;
	line-height:2;
}

.underline span {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgba(255, 228, 0, 0.8);
  text-decoration-skip-ink: none;
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
}

.underline2 {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgba(255, 228, 0, 0.8);
  text-decoration-skip-ink: none;
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
	font-size:1.5rem;
}

blockquote {
	background-color:#B8B8B8;
	padding:1rem;
}




.inquirycard {
  text-decoration: none;
}

.googlemap {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  aspect-ratio: 16/6; //アスペクト比（縦横比）を指定
}

.mantine-1krktmh {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  color: inherit;
  display: none!important; 
}
