@charset "utf-8";



/*****************************/
/********** Default **********/
/*****************************/

* {
  font-family: Arial, sans-serif;
  font-weight: 500;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::-moz-selection { background: #CCCCCC; color: #FFFFFF; text-shadow: none;}
::selection { background: #CCCCCC; color: #FFFFFF; text-shadow: none;}

p {
  margin: 20px 0;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 180%;
  color: #000000;
  background-color: #FFFFFF;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  list-style-position: inside;
}
a {
  color: #000000;
  background: none;
  text-decoration: underline;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a:hover {
  color: #0099CB;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a img {
  border: none;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
address {
  font-style: normal;
}
img {
  vertical-align: middle;
}
strong, em {
  font-style: normal;
  font-weight: 800;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 1.2rem;
}
sub {
  vertical-align: baseline;
  position: relative;
  bottom: -1ex;
  font-size: 1.2rem;
}
hr {
  border: none;
  height: 1px;
  background-color: #2D2F7F;
  margin: 20px 0;
  clear: both;
}
pre {
  clear: both;
  white-space: pre-wrap;
  background-color: #EEEEEE;
  font-size: 1.4rem;
  margin: 40px 0;
  padding: 20px;
  border-radius: 8px;
}
figure {
  margin: auto;
  display: table;
  text-align: center;
  border: 1px solid #CCCCCC;
}
figcaption {
  margin: 5px auto;
  font-size: 1.2rem;
  line-height: 160%;
  display: table-caption;
  caption-side: bottom;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
  cursor: pointer;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.alignleft {
  clear: both;
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  clear: both;
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.email:after {
  content: "@";
}
.no-click {
  pointer-events: none;
}
.clear {
  clear: both;
}



/****************************/
/********** H Tag **********/
/****************************/

h1 {
  clear: both;
  font-size: 3.0rem;
  font-weight: bold;
  font-style: normal;
  margin: 30px 0;
  padding: 0;
  line-height: 120%;
  color: #000000;
  position: relative;
  text-decoration: none;
}
h2 {
  clear: both;
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  margin: 30px 0;
  padding: 0;
  line-height: 60%;
  letter-spacing: 0.4rem;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
}
h3 {
  clear: both;
  font-size: 2.0rem;
  font-weight: normal;
  font-style: normal;
  margin: 30px 0;
  padding: 10px 20PX;
  line-height: 160%;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
  background-color: #2D2F7F;
  position: relative;
  text-decoration: none;
}
h4 {
  clear: both;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  margin: 30px 0 10px 0;
  padding: 0 12px;
  line-height: 160%;
  letter-spacing: 0.1rem;
  color: #2D2F7F;
  border-left: 6px solid #2D2F7F;
  border-bottom: 1px solid #2D2F7F;
  position: relative;
  text-decoration: none;
}
h5 {
  clear: both;
  font-size: 1.7rem;
  font-weight: bold;
  font-style: normal;
  margin: 30px 0 10px 0;
  padding: 0;
  line-height: 160%;
  color: #2D2F7F;
  position: relative;
  text-decoration: none;
}
h6 {
  clear: both;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  color: #2D2F7F;
  margin: 20px 0;
  padding: 0;
  line-height: 160%;
  position: relative;
  text-decoration: none;
}



/*******************************/
/********** File Icon **********/
/*******************************/

.pdf:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c1";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
  color: #A50000;
}
.word:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c2";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
  color: #2B5693;
}
.excel:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c3";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
  color: #1F7043;
}
.zip:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c6";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
  color: #000000;
}



/*******************************/
/********** Font Size **********/
/*******************************/

.f30 {
  font-size: 3.0rem;
}
.f29 {
  font-size: 2.9rem;
}
.f28 {
  font-size: 2.8rem;
}
.f27 {
  font-size: 2.7rem;
}
.f26 {
  font-size: 2.6rem;
}
.f25 {
  font-size: 2.5rem;
}
.f24 {
  font-size: 2.4rem;
}
.f23 {
  font-size: 2.3rem;
}
.f22 {
  font-size: 2.2rem;
}
.f21 {
  font-size: 2.1rem;
}
.f20 {
  font-size: 2.0rem;
}
.f19 {
  font-size: 1.9rem;
}
.f18 {
  font-size: 1.8rem;
}
.f17 {
  font-size: 1.7rem;
}
.f16 {
  font-size: 1.6rem;
}
.f15 {
  font-size: 1.5rem;
}
.f14 {
  font-size: 1.4rem;
}
.f13 {
  font-size: 1.3rem;
}
.f12 {
  font-size: 1.2rem;
}
.f11 {
  font-size: 1.1rem;
}
.f10 {
  font-size: 1.0rem;
}



/***************************/
/********** Width **********/
/***************************/

.w100 {
  width: 100%;
}
.w90 {
  width: 90%;
}
.w80 {
  width: 80%;
}
.w70 {
  width: 70%;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w33 {
  width: 33%;
}
.w30 {
  width: 30%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w15 {
  width: 15%;
}
.w10 {
  width: 10%;
}



/**************************************/
/********** Padding & Margin **********/
/**************************************/

.pd50 {
  padding: 50px;
}
.pd40 {
  padding: 40px;
}
.pd30 {
  padding: 30px;
}
.pd20 {
  padding: 20px;
}
.pd10 {
  padding: 10px;
}
.pd5 {
  padding: 5px;
}
.mg50 {
  margin: 50px;
}
.mg40 {
  margin: 40px;
}
.mg30 {
  margin: 30px;
}
.mg20 {
  margin: 20px;
}
.mg10 {
  margin: 10px;
}
.mg5 {
  margin: 5px;
}



/***************************/
/********** Color **********/
/***************************/

.color01 {
  color: #000000;
}
.color02 {
  color: #CCCCCC;
}
.color03 {
  color: #F2F2F2;
}
.color04 {
  color: #F9F9F9;
}
.color05 {
  color: #FFFFFF;
}
.color06 {
  color: #2D2F7F;
}
.color07 {
  color: #0099CB;
}
.color08 {
  color: #FDD000;
}
.color09 {
  color: #D02F0D;
}



/**********************************/
/********** Border Color **********/
/**********************************/

.border01 {
  border: 1px solid #000000;
}
.border02 {
  border: 1px solid #CCCCCC;
}
.border03 {
  border: 1px solid #F2F2F2;
}
.border04 {
  border: 1px solid #F9F9F9;
}
.border05 {
  border: 1px solid #FFFFFF;
}
.border06 {
  border: 1px solid #2D2F7F;
}
.border07 {
  border: 1px solid #0099CB;
}
.border08 {
  border: 1px solid #FDD000;
}
.border09 {
  border: 1px solid #D02F0D;
}



/**************************************/
/********** Background Color **********/
/**************************************/

.bgcolor01 {
  background-color: #000000;
}
.bgcolor02 {
  background-color: #CCCCCC;
}
.bgcolor03 {
  background-color: #F2F2F2;
}
.bgcolor04 {
  background-color: #F9F9F9;
}
.bgcolor05 {
  background-color: #FFFFFF;
}
.bgcolor06 {
  background-color: #2D2F7F;
}
.bgcolor07 {
  background-color: #0099CB;
}
.bgcolor08 {
  background-color: #FDD000;
}
.bgcolor09 {
  background-color: #D02F0D;
}



/***********************************/
/********** Border Radius **********/
/***********************************/

.radius02 {
  border-radius: 2px;
}
.radius03 {
  border-radius: 3px;
}
.radius04 {
  border-radius: 4px;
}
.radius06 {
  border-radius: 6px;
}
.radius08 {
  border-radius: 8px;
}
.radius10 {
  border-radius: 10px;
}



/********************************/
/********** Ul-Style01 **********/
/********************************/

.ul-style01 ul {
  margin: 0 25px;
  padding: 0;
}
.ul-style01 ul li {
  margin: 10px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: disc;
}



/********************************/
/********** Ul-Style02 **********/
/********************************/

.ul-style02 ul {
  margin: 0 25px;
  padding: 0;
}
.ul-style02 ul li {
  margin: 10px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: square;
}



/********************************/
/********** Ul-Style03 **********/
/********************************/

.ul-style03 ul {
  margin: 0 25px;
  padding: 0;
}
.ul-style03 ul li {
  margin: 10px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: circle;
}



/********************************/
/********** Ul-Style04 **********/
/********************************/

.ul-style04 ul {
  margin: 0;
  padding: 0;
}
.ul-style04 ul li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}



/********************************/
/********** Ul-Style05 **********/
/********************************/

.ul-style05 ul {
  margin: 0;
  padding: 0;
}
.ul-style05 ul li {
  margin: 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
}



/********************************/
/********** Ul-Style06 **********/
/********************************/

.ul-style06 ul {
  margin: 10px;
  padding: 0;
}
.ul-style06 ul li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.ul-style06 ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}



/********************************/
/********** Ul-Style07 **********/
/********************************/

.ul-style07 ul {
  margin: 10px;
  padding: 0;
}
.ul-style07 ul li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
.ul-style07 ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f30b";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}



/********************************/
/********** Ul-Style08 **********/
/********************************/

.ul-style08 ul {
  margin: 10px;
  padding: 0;
}
.ul-style08 ul li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
.ul-style08 ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}



/********************************/
/********** Ul-Style09 **********/
/********************************/

.ul-style09 ul {
  margin: 10px;
  padding: 0;
}
.ul-style09 ul li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
.ul-style09 ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 800;
  list-style-position: outside;
}



/********************************/
/********** Ol-Style01 **********/
/********************************/

.ol-style01 ol {
  margin: 0 25px;
  padding: 0;
}
.ol-style01 ol li {
  margin: 10px 0;
  padding: 0;
  list-style-type: decimal;
  list-style-position: outside;
}



/********************************/
/********** Ol-Style02 **********/
/********************************/

.ol-style02 ol {
  margin: 0 25px;
  padding: 0;
}
.ol-style02 ol li {
  margin: 10px 0;
  padding: 0;
  list-style-type: lower-alpha;
  list-style-position: outside;
}



/********************************/
/********** Ol-Style03 **********/
/********************************/

.ol-style03 ol {
  margin: 0 25px;
  padding: 0;
}
.ol-style03 ol li {
  margin: 10px 0;
  padding: 0;
  list-style-type: upper-latin;
  list-style-position: outside;
}



/********************************/
/********** Dl-Style01 **********/
/********************************/

.dl-style01 {
  margin: 20px 0;
  padding: 0;
}
.dl-style01 dl {
  width: 100%;
}
.dl-style01 dl dt {
  margin: 0;
  padding: 10px 20px;
  background-color: #F2F2F2;
  width: 100%;
}
.dl-style01 dl dd {
  margin: 0;
  padding: 20px;
  background-color: #FFFFFF;
  width: 100%;
}



/********************************/
/********** Dl-Style02 **********/
/********************************/

.dl-style02 {
  margin: 20px 0;
  padding: 0;
}
.dl-style02 dl {
  margin: 1px 0;
  padding: 0;
  width: 100%;
  display: flex;
}
.dl-style02 dl dt {
  margin: 0;
  padding: 10px;
  width: 33%;
  background-color: #F2F2F2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dl-style02 dl dd {
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
  width: 100%;
}



/********************************/
/********** Dl-Style03 **********/
/********************************/

.dl-style03 {
  margin: 20px 0;
  padding: 0;
}
.dl-style03 dl {
  margin: 1px 0;
  padding: 0;
  width: 100%;
  display: flex;
}
.dl-style03 dl dt {
  margin: 0;
  padding: 10px;
  width: 35%;
  background-color: #F2F2F2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dl-style03 dl dd {
  margin: 0;
  padding: 10px;
  width: 100%;
  background-color: #FFFFFF;
}
@media screen and ( max-width: 768px ) {
  .dl-style03 {
    margin: 20px 0;
    padding: 0;
  }
  .dl-style03 dl {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .dl-style03 dl dt {
    margin: 0;
    padding: 10px;
    background-color: #F2F2F2;
    width: 100%;
  }
  .dl-style03 dl dd {
    margin: 0;
    padding: 10px;
    background-color: #FFFFFF;
    width: 100%;
  }
}



/********************************/
/********** Dl-Style04 **********/
/********************************/

.dl-style04 {
  margin: 20px 0;
  padding: 0;
}
.dl-style04 dl {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.dl-style04 dl dt {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  width: 100%;
  border-bottom: 1px dotted #CCCCCC;
}
.dl-style04 dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}



/********************************/
/********** Dl-Style05 **********/
/********************************/

.dl-style05 {
  margin: 20px 0;
  padding: 0;
}
.dl-style05 dl {
  margin: 20px 0;
  padding: 0 0 20px 0;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}
.dl-style05 dl:last-child {
  border-bottom: none;
}
.dl-style05 dl dt {
  margin: 0 20px 0 0;
  padding: 0;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dl-style05 dl dt img {
  box-shadow: 6px 6px #CCCCCC;
}
.dl-style05 dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}



/***********************************/
/********** Table Style01 **********/
/***********************************/

.table-style01 {
  margin: 30px 0;
  padding: 0;
}
.table-style01 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-style01 caption {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}
.table-style01 tr th {
  margin: 0;
  padding: 4px;
  text-align: center;
  background-color: #F2F2F2;
  font-size: 1.3rem;
  font-weight: normal;
  border: 1px solid #2D2F7F;
}
.table-style01 tr td {
  margin: 0;
  padding: 4px;
  border: 1px solid #2D2F7F;
  font-size: 1.3rem;
  font-weight: normal;
}



/***********************************/
/********** Table Style02 **********/
/***********************************/

.table-style02 {
  margin: 30px 0;
  padding: 0;
}
.table-style02 table {
  width: 100%;
  table-layout: fixed;
}
.table-style02 caption {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}
.table-style02 tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-style02 tr:nth-child(odd) {
  background-color: #F9F9F9;
}
.table-style02 tr th {
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: #F2F2F2;
  font-size: 1.3rem;
  font-weight: normal;
}
.table-style02 tr td {
  margin: 0;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: normal;
}



/********************************/
/********** Inner Link **********/
/********************************/

.inner-link {
  margin: 30px 0;
}
.inner-link ul {
  display: flex;
  flex-wrap: wrap;
}
.inner-link ul li {
  margin: 4px 0;
  font-size: 1.3rem;
}
.inner-link ul li+li:before {
  content: "|";
  color: #CCCCCC;
  margin: 0 13px;
}
.inner-link .current a {
  text-decoration: none;
}



/***********************************/
/********** External Link **********/
/***********************************/

.external-link:after  {
  font-family: 'Font Awesome 5 Free';
  content: "\f360";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
}



/****************************************/
/********** Include Navigation **********/
/****************************************/

.included-nav {
  clear: both;
  margin: 30px 0;
  padding: 0;
}
.included-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.included-nav ul li a {
  background-color: #FFFFFF;
  border: 1px solid #2D2F7F;
  margin: 2px;
}
.included-nav ul li a {
  display: block;
  text-align: center;
  padding: 2px 10px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
  color: #2D2F7F;
}
.included-nav ul li.current a,
.included-nav ul li a:hover {
  background-color: #0099CB;
}



/*******************************/
/********** Read More **********/
/*******************************/

.readmore {
  margin: 20px 0;
  padding: 0;
  text-align: right;
}
.readmore:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
  color: #2D2F7F;
}



/****************************/
/********** Button **********/
/****************************/

.button {
  margin: 30px auto;
  padding: 0;
  text-align: center;
}
.button a {
  display: inline-block;
  padding: 4px 24px;
  background-color: #FFFFFF;
  color: #2D2F7F;
  font-size: 1.3rem;
  border: 1px solid #2D2F7F;
  text-decoration: none;
}
.button a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
  color: #2D2F7F;
}
.button a:hover,
.button a:hover:after {
  color: #0099CB;
}

.button-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and ( max-width: 768px ) {
  .button-group .button {
    margin: 10px auto;
  }
}



/********************************/
/********** Google Map **********/
/********************************/

.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



/*****************************/
/********** YouTube **********/
/*****************************/

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



/*****************************/
/********** Gallery **********/
/*****************************/

.gallery {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.gallery-2col div {
  width: 49%;
  margin: 1% 2% 1% 0;
  text-align: center;
}
.gallery-2col div:nth-child(2n) {
  margin: 1% 0;
}

.gallery-3col div {
  width: 32%;
  margin: 1% 2% 1% 0;
  text-align: center;
}
.gallery-3col div:nth-child(3n) {
  margin: 1% 0;
}

.gallery-4col div {
  width: 23.5%;
  margin: 1% 2% 1% 0;
  text-align: center;
}
.gallery-4col div:nth-child(4n) {
  margin: 1% 0;
}

@media screen and ( max-width: 768px ) {
  .gallery.row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .gallery.row div {
    width: 100%;
    margin: 1% 0;
  }
}



/***********************************/
/********** Anchor Adjust **********/
/***********************************/

a.anchor {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}