@charset "utf-8";



/******************************/
/********** Web Font **********/
/******************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');



/**************************************************/
/********** Responsive Base Font Setting **********/
/**************************************************/

@media print, screen and ( min-width: 769px ) {
  html {
    font-size: 62.5%;
  }
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 56.3%;
  }
}
@media screen and ( max-width: 320px ) {
  html {
    font-size: 50.0%;
  }
}



/*****************************/
/********** Default **********/
/*****************************/

* {
  font-family: "Segoe UI", "Helvetica Neue", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-weight: 400;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04rem;
  color: #000000;
  background-color: #FFFFFF;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "pkna" 1;
}
p {
  margin: 20px 0;
  text-align: justify;
  text-justify: inter-character;
}
li {
  list-style-position: inside;
}
a {
  color: #000000;
  background: none;
  text-decoration: underline;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  color: #000000;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
a img {
  border: none;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and ( max-width: 1024px ) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
address {
  font-style: normal;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
strong, em {
  font-family: "Segoe UI", "Helvetica Neue", "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
b {
  font-family: "Segoe UI", "Helvetica Neue", "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 700;
}
i {
  font-style: italic;
}
sup {
  vertical-align: super;
  position: relative;
  top: -0.1rem;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  position: relative;
  bottom: 0.1rem;
  font-size: smaller;
}
hr {
  border: none;
  height: 1px;
  background-color: #2BB1D0;
  margin: 30px 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;
}
blockquote {
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #F2F2F2;
  word-break: break-all;
}
@media screen and ( max-width: 768px ) {
  blockquote {
    padding: 10px;
  }
}
cite {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
}
cite:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f101";
  display: inline-block;
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #000000;
}
figure {
  margin: auto;
}
input, select {
  -webkit-appearance: menulist;
  appearance: menulist;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
input, select, textarea {
  font-size: 16px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 2px 4px;
}
input[type="submit"]:hover,
input[type="reset"]: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 30px 30px 0;
}
.alignright {
  clear: both;
  display: inline;
  float: right;
  margin: 0 0 30px 30px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
  text-align: center;
}
@media screen and ( max-width: 1024px ) {
  .alignleft,
  .alignright,
  .aligncenter {
    width: 100%;
    display: block!important;
    margin: 20px auto!important;
    text-align: center!important;
  }
}
.email:after {
  content: "@";
}



/***************************/
/********** H Tag **********/
/***************************/

h1 {
  clear: both;
  margin: 30px 0;
  padding: 0;
  font-family: "Segoe UI", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  color: #000000;
  position: relative;
  text-decoration: none;
}
h2 {
  clear: both;
  margin: 30px 0;
  padding: 0;
  font-family: "Segoe UI", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  color: #000000;
  position: relative;
  text-decoration: none;
}
h3 {
  clear: both;
  margin: 30px 0 20px 0;
  padding: 0;
  font-family: "Segoe UI", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  color: #000000;
  position: relative;
  text-decoration: none;
}
h4 {
  clear: both;
  margin: 30px 0 20px 0;
  padding: 0;
  font-family: "Segoe UI", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  color: #000000;
  position: relative;
  text-decoration: none;
}
h5 {
  clear: both;
  margin: 30px 0 20px 0;
  padding: 0;
  font-family: "Segoe UI", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  color: #000000;
  position: relative;
  text-decoration: none;
}
h6 {
  clear: both;
  margin: 30px 0 20px 0;
  padding: 0;
  font-family: "Segoe UI", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  color: #000000;
  position: relative;
  text-decoration: none;
}



/*******************************/
/********** File Icon **********/
/*******************************/

.pdf:after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  margin: 0 6px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #AD0B00;
}
.word:after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  margin: 0 6px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #2B5693;
}
.excel:after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  margin: 0 6px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1F7043;
}
.zip:after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c6";
  margin: 0 6px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000000;
}
.video:after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c8";
  margin: 0 6px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #FD0000;
}



/*******************************/
/********** Font Size **********/
/*******************************/

.f40 {
  font-size: 4.0rem;
}
.f38 {
  font-size: 3.8rem;
}
.f36 {
  font-size: 3.6rem;
}
.f34 {
  font-size: 3.4rem;
}
.f32 {
  font-size: 3.2rem;
}
.f30 {
  font-size: 3.0rem;
}
.f28 {
  font-size: 2.8rem;
}
.f26 {
  font-size: 2.6rem;
}
.f24 {
  font-size: 2.4rem;
}
.f22 {
  font-size: 2.2rem;
}
.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: #3E3A39;
}
.color03 {
  color: #EEEEEE;
}
.color04 {
  color: #F2F2F2;
}
.color05 {
  color: #FFFFFF;
}
.color06 {
  color: #2BB1D0;
}
.color07 {
  color: #E3F6FA;
}
.color08 {
  color: #E11B0B;
}



/**************************************/
/********** Background Color **********/
/**************************************/

.bgcolor01 {
  background-color: #000000;
}
.bgcolor02 {
  background-color: #3E3A39;
}
.bgcolor03 {
  background-color: #EEEEEE;
}
.bgcolor04 {
  background-color: #F2F2F2;
}
.bgcolor05 {
  background-color: #FFFFFF;
}
.bgcolor06 {
  background-color: #2BB1D0;
}
.bgcolor07 {
  background-color: #E3F6FA;
}
.bgcolor08 {
  background-color: #E11B0B;
}



/****************************/
/********** Border **********/
/****************************/

.border01 {
  border: 1px solid #000000;
}
.border02 {
  border: 1px solid #3E3A39;
}
.border03 {
  border: 1px solid #EEEEEE;
}
.border04 {
  border: 1px solid #F2F2F2;
}
.border05 {
  border: 1px solid #FFFFFF;
}
.border06 {
  border: 1px solid #2BB1D0;
}
.border07 {
  border: 1px solid #E3F6FA;
}
.border08 {
  border: 1px solid #E11B0B;
}



/***********************************/
/********** 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;
}
.radius12 {
  border-radius: 12px;
}



/*********************************/
/********** Ul-Style 01 **********/
/*********************************/

.ul-style01 {
  margin: 20px 0;
  padding: 10px 20px;
}
.ul-style01 ul {
  margin: 0;
  padding: 0;
}
.ul-style01 ul li {
  margin: 8px 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}



/*********************************/
/********** Ul-Style 02 **********/
/*********************************/

.ul-style02 {
  margin: 20px 0;
  padding: 10px 20px;
}
.ul-style02 ul {
  margin: 0;
  padding: 0;
}
.ul-style02 ul li {
  margin: 8px 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: square;
}



/*********************************/
/********** Ul-Style 03 **********/
/*********************************/

.ul-style03 {
  margin: 20px 0;
  padding: 10px 20px;
}
.ul-style03 ul {
  margin: 0;
  padding: 0;
}
.ul-style03 ul li {
  margin: 8px 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: circle;
}



/*********************************/
/********** Ul-Style 04 **********/
/*********************************/

.ul-style04 {
  margin: 20px 0;
  padding: 10px 20px;
}
.ul-style04 ul {
  margin: 0;
  padding: 0;
}
.ul-style04 ul li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.ul-style04 ul li:nth-child(odd) {
  margin: 0;
  padding: 10px 20px;
  list-style-position: inside;
  list-style-type: none;
  background-color: #F2F2F2;
}
.ul-style04 ul li:nth-child(even) {
  margin: 0;
  padding: 10px 20px;
  list-style-position: inside;
  list-style-type: none;
  background-color: #FFFFFF;
}



/*********************************/
/********** Ul-Style 05 **********/
/*********************************/

.ul-style05 {
  margin: 20px 0;
  padding: 10px 20px;
}
.ul-style05 ul {
  margin: 0;
  padding: 0;
}
.ul-style05 ul li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.ul-style05 ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c1";
  margin: 0 12px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  color: #2BB1D0;
}



/*********************************/
/********** Ul-Style 06 **********/
/*********************************/

.ul-style06 {
  margin: 20px 0;
  padding: 10px 20px;
}
.ul-style06 ul {
  margin: 0;
  padding: 0;
}
.ul-style06 ul li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.ul-style06 ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f101";
  margin: 0 12px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  color: #2BB1D0;
}



/*********************************/
/********** Ul-Style 07 **********/
/*********************************/

.ul-style07 {
  margin: 20px 0;
  padding: 10px 20px;
}
.ul-style07 ul {
  margin: 0;
  padding: 0;
}
.ul-style07 ul li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.ul-style07 ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  margin: 0 12px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  color: #2BB1D0;
}



/*********************************/
/********** Ol-Style 01 **********/
/*********************************/

.ol-style01 {
  margin: 20px;
  padding: 0;
}
.ol-style01 ol {
  margin: 0;
  padding: 0;
  display: table;
}
.ol-style01 ol li {
  display: table-row;
  counter-increment: num;
}
.ol-style01 ol li:after {
  content: "";
  display: block;
  margin: 8px 0;
}
.ol-style01 ol li:before {
  content: counter(num) ".";
  display: table-cell;
  padding-right: 6px;
  text-align: right;
}



/*********************************/
/********** Ol-Style 04 **********/
/*********************************/

.ol-style02 {
  margin: 20px;
  padding: 0;
}
.ol-style02 ol {
  margin: 0;
  padding: 0;
  display: table;
}
.ol-style02 ol li {
  display: table-row;
  counter-increment: num;
}
.ol-style02 ol li:after {
  content: "";
  display: block;
  margin: 8px 0;
}
.ol-style02 ol li:before {
  content: counter(num,upper-alpha) ".";
  display: table-cell;
  padding-right: 6px;
  text-align: center;
}



/*********************************/
/********** Ol-Style 03 **********/
/*********************************/

.ol-style03 {
  margin: 20px;
  padding: 0;
}
.ol-style03 ol {
  margin: 0;
  padding: 0;
  display: table;
}
.ol-style03 ol li {
  display: table-row;
  counter-increment: num;
}
.ol-style03 ol li:after {
  content: "";
  display: block;
  margin: 8px 0;
}
.ol-style03 ol li:before {
  content: counter(num,lower-alpha) ".";
  display: table-cell;
  padding-right: 6px;
  text-align: center;
}



/*********************************/
/********** Ol-Style 04 **********/
/*********************************/

.ol-style04 {
  margin: 20px;
  padding: 0;
}
.ol-style04 ol {
  margin: 0;
  padding: 0;
  display: table;
}
.ol-style04 ol li {
  display: table-row;
  counter-increment: num;
}
.ol-style04 ol li:after {
  content: "";
  display: block;
  margin: 8px 0;
}
.ol-style04 ol li:before {
  content: counter(num,upper-roman) ".";
  display: table-cell;
  padding-right: 6px;
  text-align: center;
}



/*********************************/
/********** Dl-Style 01 **********/
/*********************************/

.dl-style01 {
  margin: 20px 0;
  padding: 0;
}
.dl-style01 dl {
  margin: 1px 0;
  padding: 0;
  width: 100%;
}
.dl-style01 dl dt {
  margin: 0;
  padding: 10px 20px;
  background-color: #2BB1D0;
  color: #FFFFFF;
  width: 100%;
}
.dl-style01 dl dd {
  margin: 0;
  padding: 20px;
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}



/*********************************/
/********** Dl-Style 02 **********/
/*********************************/

.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: #2BB1D0;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dl-style02 dl dd {
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
  color: #000000;
  width: 67%;
}



/*********************************/
/********** Dl-Style 03 **********/
/*********************************/

.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: 33%;
  background-color: #2BB1D0;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dl-style03 dl dd {
  margin: 0;
  padding: 10px;
  width: 67%;
  background-color: #FFFFFF;
  color: #000000;
}
@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: #2BB1D0;
    color: #FFFFFF;
    width: 100%;
  }
  .dl-style03 dl dd {
    margin: 0;
    padding: 10px;
    background-color: #FFFFFF;
    color: #000000;
    width: 100%;
  }
}



/*********************************/
/********** Dl-Style 04 **********/
/*********************************/

.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 solid #2BB1D0;
}
.dl-style04 dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}



/************************************/
/********** Table Style 01 **********/
/************************************/

.table-style01 {
  margin: 20px 0;
  padding: 0;
}
.table-style01 table {
  width: 100%;
  border-collapse: collapse;
}
.table-style01 caption {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  color: #000000;
}
.table-style01 tr:nth-child(odd) {
  background-color: #F2F2F2;
}
.table-style01 tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-style01 tr th {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid #2BB1D0;
  background-color: #E3F6FA;
  color: #000000;
}
.table-style01 tr td {
  margin: 0;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid #2BB1D0;
  background-color: #FFFFFF;
  color: #000000;
}



/************************************/
/********** Table Style 02 **********/
/************************************/

.table-style02 {
  margin: 20px 0;
  padding: 0;
}
.table-style02 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-style02 caption {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  color: #000000;
}
.table-style02 tr th {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid #2BB1D0;
  background-color: #E3F6FA;
  color: #000000;
}
.table-style02 tr td {
  margin: 0;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid #2BB1D0;
  background-color: #FFFFFF;
  color: #000000;
}



/***********************************/
/********** External Link **********/
/***********************************/

.external-link:after  {
  font-family: "Font Awesome 6 Free";
  content: "\f14c";
  margin: 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
  display: inline-block;
}



/****************************/
/********** Button **********/
/****************************/

.button {
  clear: both;
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  justify-content: center;
  white-space: nowrap;
}
.button a,
.button input,
input[type="submit"] {
  margin: 0;
  padding: 6px 36px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-decoration: none;
  background-color: #2BB1D0;
  color: #FFFFFF;
  border: 2px solid #2BB1D0;
  position: relative;
  display: inline-block;
}
.button a:after,
.button input:after,
input[type="submit"]:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f054";
  margin: 0 0 0 12px;
  font-size: 1.3rem;
  font-weight: 900;
  color: #FFFFFF;
  display: inline-block;
}
.button a:hover,
.button input:hover,
input[type="submit"]:hover {
  color: #2BB1D0;
  background-color: #E3F6FA;
  border-color: #2BB1D0;
}
.button a:hover:after {
  color: #2BB1D0;
}



/*******************************/
/********** Read More **********/
/*******************************/

.readmore,
.readmore a {
  margin: 20px 0;
  padding: 0;
  font-family: "Segoe UI", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 140%;
  color: #2BB1D0;
}
.readmore:before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  color: #2BB1D0;
}



/***************************/
/********** movie **********/
/***************************/

.movie {
  clear: both;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.movie iframe,
.movie video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0 0 10px 0;
}
.movie div {
  width: 49%;
  margin: 0 2% 2% 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.movie div:nth-child(even) {
  margin: 0 0 2% 0;
}
@media screen and ( max-width: 768px ) {
  .movie {
    display: flex;
    flex-direction: column;
  }
  .movie div {
    width: 100%;
    margin: 0 0 20px 0;
  }
}



/********************************/
/********** Google Map **********/
/********************************/

.googlemap {
  clear: both;
  margin: 30px 0;
  padding: 0;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}
.googlemap iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border: none;
  display: block;
}



/*******************************/
/********** File List **********/
/*******************************/

.file-list {
  clear: both;
  margin: 0 0 30px 0;
  padding: 0;
}
.file-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.file-list ul li {
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  background-color: #FFFFFF;
  color: #000000;
  width: 25%;
  border: 1px solid #2BB1D0;
}
.file-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  width: 100%;
  height: 100%;
  text-decoration: none;
  margin: 0;
  padding: 12px 2px;
  color: #000000;
}
.file-list ul li a:hover {
  text-decoration: none;
  background-color: #E3F6FA;
  color: #000000;
}
@media screen and ( max-width: 768px ) {
  .file-list ul li {
    width: 50%;
  }
}



/*****************************/
/********** Gallery **********/
/*****************************/

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}
.gallery img {
  border-radius: 4px;
  margin-bottom: 6px;
}
.gallery-2col div {
  width: 49%;
  margin: 1% 0;
  text-align: center;
}
.gallery-3col div {
  width: 32%;
  margin: 1% 0;
  text-align: center;
}
.gallery-4col div {
  width: 23.5%;
  margin: 1% 0;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .gallery.row {
    display: flex;
    flex-direction: column;
    gap: 1%;
  }
  .gallery.row div {
    width: 100%;
  }
  .gallery-4col div {
    width: 49%;
  }
}



/*********************************/
/********** Posted Date **********/
/*********************************/

.posted {
  margin: 0 0 30px 0;
  font-family: "Montserrat", sans-serif;
  font-feature-settings: "tnum";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.04rem;
  color: #2BB1D0;
  text-align: right;
}