html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
* {
  box-sizing: border-box;
}
*::after,
*::before {
  display: block;
}
html {
  width: 100%;
  font-size: 62.5%;
  height: auto;
  background: #fff;
}
body {
  width: 100%;
  color: #454545;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Light.otf") format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Regular.otf") format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Medium.otf") format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-SemiBold.otf") format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf") format('truetype');
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format('truetype');
  font-weight: 600;
}
html {
  font-size: 10px;
  letter-spacing: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.UTEF-Page {
  font-family: 'Hiragino Kaku Gothic Pro', 'YuGothic', 'YuMincho', sans-serif;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  width: 100%;
  height: auto;
}
input {
  border: none;
}
input:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  input[type=text] {
    font-size: 16px;
  }
}
.UTEF-HeaderLayer {
  position: absolute;
  top: initial;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1499;
}
@media screen and (max-width: 768px) {
  .UTEF-HeaderLayer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.UTEF-HeaderSection {
  width: 100%;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .UTEF-HeaderSection {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.UTEF-HeaderSection-Inner {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.UTEF-HeaderSection-Inner-LogoGroup {
  width: 30%;
  height: auto;
  max-width: 295px;
  flex: none;
}
@media screen and (max-width: 768px) {
  .UTEF-HeaderSection-Inner-LogoGroup {
    width: 70%;
    height: auto;
    max-width: 220px;
  }
}
.UTEF-HeaderSection-Inner-LogoGroup-LogoBox {
  width: 100%;
  height: auto;
}
.UTEF-HeaderSection-Inner-Group {
  width: 60%;
  height: auto;
  max-width: 510px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-HeaderSection-Inner-Group {
    display: none;
  }
}
.UTEF-HeaderSection-Inner-Group-NavGroup {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.UTEF-HeaderSection-Inner-Group-NavGroup > * + * {
  border-left: 1px solid #ccc;
}
.UTEF-HeaderSection-Inner-Group-NavGroup-NavItem {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all linear;
}
.UTEF-HeaderSection-Inner-Group-NavGroup-NavItem:hover {
  opacity: 0.6;
}
.UTEF-HeaderSection-Inner-Group-NavGroup-NavItem-Img {
  width: 25px;
  height: auto;
}
.UTEF-HeaderSection-Inner-Group-NavGroup-NavItem-Text {
  font-size: 1.3rem;
  margin-top: 0.8rem;
  text-align: center;
  white-space: nowrap;
}
.UTEF-HeaderSection-Inner-Group-SearchBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  width: auto;
  height: auto;
}
.UTEF-HeaderSection-Inner-Group-SearchBox-Text {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 1.2rem;
}
.UTEF-HeaderSection-Inner-Group-SearchBox-Btn {
  display: block;
  border: none;
  width: 40px;
  height: 40px;
  background-color: #444;
  flex: none;
  transition: 0.2s all linear;
}
.UTEF-HeaderSection-Inner-Group-SearchBox-Btn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: 900;
  outline: none;
  color: #fff;
  font-size: 1.6rem;
}
.UTEF-HeaderSection-Inner-Group-SearchBox-Btn:hover {
  opacity: 0.8;
}
.UTEF-HeaderSection-Inner-SpNavItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .UTEF-HeaderSection-Inner-SpNavItem {
    display: block;
  }
}
.UTEF-HeaderSection-Inner-SpNavItem-Img {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.UTEF-HeaderSection-Inner-SpNavItem-Text {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
}
.UTEF-SubHeaderLayer {
  position: relative;
  top: 0;
  left: 0;
}
.UTEF-HeaderSpSection {
  display: none;
  padding-bottom: calc(env(safe-area-inset-bottom));
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .UTEF-HeaderSpSection {
    display: block;
  }
}
@media screen and (max-height: 450px) {
  .UTEF-HeaderSpSection {
    display: none;
  }
}
.UTEF-HeaderSpSection-Inner {
  width: 100%;
  height: auto;
}
.UTEF-HeaderSpSection-Inner-Group {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.UTEF-HeaderSpSection-Inner-Group-NavGroup {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.UTEF-HeaderSpSection-Inner-Group-NavGroup-NavItem {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.UTEF-HeaderSpSection-Inner-Group-NavGroup-NavItem > * + * {
  margin-top: 0.4rem;
}
.UTEF-HeaderSpSection-Inner-Group-NavGroup-NavItem-Img {
  width: 2rem;
  height: 2rem;
}
.UTEF-HeaderSpSection-Inner-Group-NavGroup-NavItem-Text {
  font-size: 1rem;
}
.UTEF-HeaderSpSection-Inner-Group-SpMenuBox {
  flex: none;
  width: 60px;
  height: 60px;
  background-color: #191d6a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 500;
}
.UTEF-HeaderSpSection-Inner-Group-SpMenuBox > * + * {
  margin-top: 0.8rem;
}
.UTEF-HeaderSpSection-Inner-Group-SpMenuBox-Separator {
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s all linear;
}
.UTEF-HeaderSpSection-Inner-Group-SpMenuBox-Separator.isActive:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.UTEF-HeaderSpSection-Inner-Group-SpMenuBox-Separator.isActive:nth-child(2) {
  opacity: 0;
}
.UTEF-HeaderSpSection-Inner-Group-SpMenuBox-Separator.isActive:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}
.UTEF-NavSection {
  width: 100%;
  height: auto;
  background-color: #191d6a;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
    background: #191d6a;
    padding: 0;
    height: 100%;
    z-index: 799;
    visibility: hidden;
    pointer-events: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.UTEF-NavSection.isOpened {
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.UTEF-NavSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 100%;
    margin-bottom: 10rem;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-height: 450px) {
  .UTEF-NavSection-Inner {
    margin-bottom: 3rem;
  }
}
.UTEF-NavSection-Inner-SearchBox {
  display: none;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-SearchBox {
    margin-top: 2.5rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
  }
}
.UTEF-NavSection-Inner-SearchBox-Text {
  width: 100%;
  height: 50px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.3rem;
  color: #777;
  border-radius: 0;
}
.UTEF-NavSection-Inner-SearchBox-Text::-moz-placeholder {
  padding-bottom: 0.1rem;
}
.UTEF-NavSection-Inner-SearchBox-Text:-ms-input-placeholder {
  padding-bottom: 0.1rem;
}
.UTEF-NavSection-Inner-SearchBox-Text::-ms-input-placeholder {
  padding-bottom: 0.1rem;
}
.UTEF-NavSection-Inner-SearchBox-Text::placeholder {
  padding-bottom: 0.1rem;
}
.UTEF-NavSection-Inner-SearchBox-Btn {
  width: 40px;
  height: 40px;
  flex: none;
  border: none;
  background-color: #444;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-SearchBox-Btn {
    width: 50px;
    height: 50px;
  }
}
.UTEF-NavSection-Inner-SearchBox-Btn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: 900;
  outline: none;
  color: #fff;
  font-size: 1.6rem;
}
.UTEF-NavSection-Inner-Nav {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav {
    margin-top: 2rem;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .UTEF-NavSection-Inner-Nav-NavGroup > * + * {
    margin-top: 1rem;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem {
  position: static;
  width: 25%;
  height: auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem:nth-child(n+5) {
  display: none;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem:nth-child(n+5) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem {
    width: 100%;
    height: auto;
    border: none;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-Text {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-Text {
    display: none;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(7,20,34,0.9);
  transition: 0.2s all ease;
  z-index: -99;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    visibility: visible;
    opacity: 1;
    background-color: #191d6a;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-TitleText {
  width: 20%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2rem;
  border-right: 1px solid #fff;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-TitleText {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-TitleText {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    border-right: 0;
  }
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-TitleText:after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 900;
    outline: none;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    margin-left: auto;
  }
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-TitleText:visited:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-TitleText.SpNav:after {
    content: "";
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup {
  padding-left: 10%;
  width: 75%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup {
    padding-left: 0;
    margin-top: 1rem;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    display: none;
  }
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup.isOpened {
    display: block;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup > * + * {
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup > * + * {
    margin-left: 0;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup-ListItem {
  width: calc((100% - 2.5rem * 2) / 3);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup-ListItem {
    width: 100%;
    height: auto;
    font-size: 1.5rem;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup-ListItem:nth-child(3n+1) {
  margin-left: 0;
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup-ListItem:nth-child(n+4) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup-ListItem:nth-child(n+4) {
    margin-top: 0;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup-ListItem a {
  display: block;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #fff;
  transition: 0.4s all ease;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup-ListItem a {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: none;
    padding-left: 1rem;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup-ListItem a:hover {
  border-bottom: 1px solid #9fd83d;
}
@media screen and (max-width: 768px) {
  .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup-ListGroup-ListItem a:hover {
    border: none;
  }
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem:hover > .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-Text {
  background-color: rgba(7,20,34,0.8);
  transition: 0.1s all linear;
}
.UTEF-NavSection-Inner-Nav-NavGroup-NavItem:hover > .UTEF-NavSection-Inner-Nav-NavGroup-NavItem-BoxGroup {
  height: auto;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 9;
}
.UTEF-NavSection-Inner-Nav-NavGroup > * + * {
  border-left: none;
}
.UTEF-PageTitleSection {
  width: 100%;
  height: 35vh;
}
@media screen and (max-width: 768px) {
  .UTEF-PageTitleSection {
    height: 200px;
  }
}
.UTEF-PageTitleSection-Inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.UTEF-PageTitleSection-Inner-HeadLineGroup {
  padding-top: 3.4rem;
  padding-bottom: 1.8rem;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  background-color: rgba(255,255,255,0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .UTEF-PageTitleSection-Inner-HeadLineGroup {
    padding-top: 2.4rem;
    padding-bottom: 1.4rem;
    width: 80%;
    height: auto;
  }
}
.UTEF-PageTitleSection-Inner-HeadLineGroup-HeadLine {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP";
  color: #191d6a;
}
@media screen and (max-width: 768px) {
  .UTEF-PageTitleSection-Inner-HeadLineGroup-HeadLine {
    font-size: 2.4rem;
  }
}
.UTEF-PageTitleSection-Inner-HeadLineGroup-HeadLine:after {
  margin-top: 1.4rem;
  content: "";
  width: 50px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #191d6a;
}
@media screen and (max-width: 768px) {
  .UTEF-PageTitleSection-Inner-HeadLineGroup-HeadLine:after {
    margin-top: 1rem;
    width: 50px;
    height: 1px;
  }
}
.UTEF-BreadCrumbSection {
  width: 100%;
  height: 56px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-BreadCrumbSection {
    width: 100%;
    height: 45px;
  }
}
.UTEF-BreadCrumbSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.UTEF-BreadCrumbSection-Inner-ListGroup {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.UTEF-BreadCrumbSection-Inner-ListGroup > * + * {
  margin-left: 1.6rem;
}
.UTEF-BreadCrumbSection-Inner-ListGroup-ListItem {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.UTEF-BreadCrumbSection-Inner-ListGroup-ListItem a,
.UTEF-BreadCrumbSection-Inner-ListGroup-ListItem span {
  display: block;
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0.01em;
  transition: 0.3s all linear;
}
@media screen and (max-width: 768px) {
  .UTEF-BreadCrumbSection-Inner-ListGroup-ListItem a,
  .UTEF-BreadCrumbSection-Inner-ListGroup-ListItem span {
    font-size: 1.2rem;
  }
}
.UTEF-BreadCrumbSection-Inner-ListGroup-ListItem a:hover {
  opacity: 0.6;
}
.UTEF-BreadCrumbSection-Inner-ListGroup-ListItem:not(:first-child):before {
  margin-right: 1.6rem;
  content: '';
  width: 5px;
  height: 5px;
  background: #9fdb3d;
  border-radius: 50%;
  outline: none;
}
.UTEF-BreadCrumbSection-Inner-ListGroup-ListItem:last-child:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
}
.UTEF-FaqQ-MainSection {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqQ-MainSection {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.UTEF-FaqQ-MainSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.UTEF-FaqQ-MainSection-Inner-SubContent {
  width: 100%;
  height: auto;
}
.UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup > * + * {
  margin-left: 4%;
}
.UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup-NavItem {
  width: calc((100% - 5% * 3) / 4);
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  transition: 0.4s all ease;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup-NavItem {
    width: calc((100% - 5%) / 2);
    font-size: 1.3rem;
  }
  .UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup-NavItem:nth-child(n+3) {
    margin-top: 2rem;
  }
  .UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup-NavItem:nth-child(2n+1) {
    margin-left: 0;
  }
}
.UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup-NavItem:nth-child(n+5) {
  margin-top: 2rem;
}
.UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup-NavItem:nth-child(4n+1) {
  margin-left: 0;
}
.UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup-NavItem:hover {
  cursor: pointer;
  border-bottom: 1px solid #92cb2f;
}
.UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup-NavItem:after {
  margin-left: 2rem;
  font-family: "Font Awesome 5 Free";
  content: '\f04b';
  transform: rotate(90deg);
  font-weight: 900;
  outline: none;
  color: #9fdb3d;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqQ-MainSection-Inner-SubContent-NavGroup-NavItem:after {
    margin-right: 1rem;
    margin-left: auto;
  }
}
.UTEF-FaqQ-MainSection-Inner-MainContent {
  margin-top: 8rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqQ-MainSection-Inner-MainContent {
    margin-top: 5rem;
  }
}
.UTEF-FaqQ-MainSection-Inner-MainContent > * + * {
  margin-top: 7rem;
}
.UTEF-FaqQ-MainSection-Inner-MainContent-Group {
  width: 100%;
  height: auto;
}
.UTEF-FaqQ-MainSection-Inner-MainContent-Group h3,
.UTEF-FaqQ-MainSection-Inner-MainContent-Group-TitleText {
  margin-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  border-left: 4px solid #9fdb3d;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqQ-MainSection-Inner-MainContent-Group h3,
  .UTEF-FaqQ-MainSection-Inner-MainContent-Group-TitleText {
    font-size: 1.8rem;
    margin-left: 0;
    padding-left: 1.5rem;
  }
}
.UTEF-FaqQ-MainSection-Inner-MainContent-Group-ListGroup {
  margin-top: 1.5rem;
}
.UTEF-FaqQ-MainSection-Inner-MainContent-Group-ListGroup-ListItem {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #ddd;
  transition: 0.3s all linear;
}
.UTEF-FaqQ-MainSection-Inner-MainContent-Group-ListGroup-ListItem:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqQ-MainSection-Inner-MainContent-Group-ListGroup-ListItem {
    font-size: 1.5rem;
  }
}
.UTEF-FaqQ-MainSection-Inner-MainContent-Group-ListGroup-ListItem:nth-child(even) {
  background: #fafafa;
}
.UTEF-FaqQ-MainSection-Inner-MainContent-Group-ListGroup-ListItem:before {
  flex: none;
  margin-left: 1rem;
  margin-right: 2rem;
  content: "Q";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #191d6a;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqQ-MainSection-Inner-MainContent-Group-ListGroup-ListItem:before {
    margin-left: 0rem;
    margin-right: 1.5rem;
    width: 30px;
    height: 30px;
  }
}
.UTEF-FaqQ-MainSection-Inner-MainContent-Group-ListGroup-ListItem a {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqQ-MainSection-Inner-MainContent-Group-ListGroup-ListItem a {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
.UTEF-FaqA-MainSection {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqA-MainSection {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.UTEF-FaqA-MainSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.UTEF-FaqA-MainSection-Inner-HeadLine {
  margin-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  border-left: 4px solid #9fdb3d;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqA-MainSection-Inner-HeadLine {
    font-size: 1.8rem;
    margin-left: 0;
    padding-left: 1.5rem;
  }
}
.UTEF-FaqA-MainSection-Inner-TitleText {
  margin-top: 3rem;
  padding-bottom: 2.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqA-MainSection-Inner-TitleText {
    font-size: 1.5rem;
  }
}
.UTEF-FaqA-MainSection-Inner-TitleText:before {
  margin-left: 1rem;
  margin-right: 2rem;
  content: "Q";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #191d6a;
  border-radius: 50%;
  font-size: 1.6rem;
  color: #fff;
  flex: none;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqA-MainSection-Inner-TitleText:before {
    margin-left: 0;
    margin-right: 1.5rem;
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.UTEF-FaqA-MainSection-Inner-TextGroup {
  padding-top: 3.2rem;
  padding-bottom: 5rem;
  width: 100%;
  height: auto;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.UTEF-FaqA-MainSection-Inner-TextGroup:before {
  flex: none;
  margin-top: -1rem;
  margin-left: 1rem;
  margin-right: 2rem;
  content: "A";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #9fdb3d;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqA-MainSection-Inner-TextGroup:before {
    margin-top: -0.5rem;
    margin-left: 0rem;
    margin-right: 1.5rem;
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.UTEF-FaqA-MainSection-Inner-TextGroup-MainText {
  width: 100%;
  height: auto;
}
.UTEF-FaqA-MainSection-Inner-Group {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqA-MainSection-Inner-Group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.UTEF-FaqA-MainSection-Inner-Group > * + * {
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqA-MainSection-Inner-Group > * + * {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.UTEF-FaqA-MainSection-Inner-Group-BtnGroup {
  display: block;
  width: 40%;
  height: auto;
  max-width: 250px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background-color: #191d6a;
  transition: 0.3s all linear;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .UTEF-FaqA-MainSection-Inner-Group-BtnGroup {
    width: 80%;
    height: auto;
  }
}
.UTEF-FaqA-MainSection-Inner-Group-BtnGroup:hover {
  background-color: #222;
}
.UTEF-FaqA-MainSection-Inner-Group-BtnGroup-Btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.UTEF-FaqA-MainSection-Inner-Group-BtnGroup-Btn.isBackedBtn {
  margin-right: 1.2rem;
}
.UTEF-FaqA-MainSection-Inner-Group-BtnGroup-Btn.isBackedBtn:before {
  margin-right: 1.2rem;
  content: "";
  width: 1.5rem;
  height: 1.1rem;
  background: url("../img/RightAngle_Icon.svg") no-repeat center;
  transform: scale(-1.1);
  background-size: cover;
  transition: 0.3s all linear;
}
.UTEF-FaqA-MainSection-Inner-Group-BtnGroup:hover > .UTEF-FaqA-MainSection-Inner-Group-BtnGroup-Btn:before {
  transform: translateX(-3px) scale(-1.2);
}
.UTEF-FaqA-MainSection-Inner-Group-BtnGroup-Btn.isForwardBtn {
  margin-left: 1.2rem;
}
.UTEF-FaqA-MainSection-Inner-Group-BtnGroup-Btn.isForwardBtn:after {
  margin-left: 1.2rem;
  content: "";
  width: 1.5rem;
  height: 1.1rem;
  background: url("../img/RightAngle_Icon.svg") no-repeat center;
  background-size: cover;
  transition: 0.3s all linear;
}
.UTEF-FaqA-MainSection-Inner-Group-BtnGroup:hover > .UTEF-FaqA-MainSection-Inner-Group-BtnGroup-Btn:after {
  transform: translateX(3px) scale(1.2);
}
.UTEF-Index-BigImageSection {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  min-height: 600px;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection {
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    min-height: 0;
  }
}
.UTEF-Index-BigImageSection-Inner {
  margin-top: 8rem;
  width: 85%;
  height: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner {
    margin-top: 15%;
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup {
  width: 70%;
  height: auto;
  background: rgba(255,255,255,0.9);
  border-radius:10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup {
    width: 100%;
    height: auto;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup-TabGroup {
  width: 100%;
  height: auto;
  display: flex;
  border-radius:10px 10px 0 0;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-TabGroup-TabItem {
  border-radius:10px 10px 0 0;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  width: 100%;
  height: auto;
  background-color: #404040;
  background-color: #191d6a;
  background-color: #b2b2b2;
  text-align: center;
  color: #fff;
/*  font-family: "YuMincho", 'Noto Serif JP', serif;*/
  font-size: 1.6rem;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
/*
#LeftTabItem{border-radius:10px 0 0 0;}
#RightTabItem{border-radius:0 10px 0 0;}
*/


.UTEF-Index-BigImageSection-Inner-MainGroup-TabGroup-TabItem:hover {
  cursor: pointer;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-TabGroup-TabItem.isActive {
  background-color: transparent;
  color: #ffffff;
  background-color: #191d6a;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup {
  display: none;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup {
  padding-top: 3.4rem;
  padding-bottom: 2rem;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup {
    padding-top: 3rem;
    padding-bottom: 1.6rem;
    width: 90%;
    height: auto;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-TitleText {
  font-size: 3.2rem;
  color: #191d6a;
 /* font-family: "YuMincho", 'Noto Serif JP', serif;*/
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-TitleText {
    font-size: 2.4rem;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-SearchBox {
  margin-top: 1.6rem;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-SearchBox-Text {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  font-size: 1.5rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-SearchBox-Text {
    font-size: 1.3rem;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-SearchBox-Btn {
  width: 50px;
  height: 50px;
  flex: none;
  margin-left: 6px;
  background-color: #82c129;
  transition: 0.3s all linear;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-SearchBox-Btn:hover {
  opacity: 0.7;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-SearchBox-Btn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: 900;
  outline: none;
  color: #fff;
  font-size: 2rem;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-TextGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-TextGroup {
    align-items: flex-start;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-TextGroup-Text {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-TextGroup-Text {
    font-size: 1.3rem;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-TextGroup-Btn {
  margin-left: 1rem;
  width: 88px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #666;
  line-height: 1.5;
  transition: 0.3s all linear;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-TextGroup-Btn:hover {
  opacity: 0.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-ContentGroup-TextGroup-Btn {
    font-size: 1.2rem;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-NavGroup {
  padding-top: 2.1rem;
  padding-bottom: 2.5rem;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
#  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-NavGroup {
    width: 90%;
    height: auto;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-NavGroup-NavItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all linear;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-NavGroup-NavItem:hover {
  opacity: 0.7;
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-NavGroup-NavItem-Img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-NavGroup-NavItem-Img {
    width: 44px;
    height: 44px;
  }
}
.UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-NavGroup-NavItem-Text {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-MainGroup-BoxGroup-NavGroup-NavItem-Text {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
  }
}
.UTEF-Index-BigImageSection-Inner-SubGroup {
  width: 25%;
  height: auto;
  margin-left: auto;
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-SubGroup {
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
  }
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner {
  padding-top: 3rem;
  padding-bottom: 2rem;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-TitleText {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #191d6a;
  font-size: 1.8rem;
  color: #191d6a;
  font-weight: bold;
  text-align: center;
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-BtnGroup {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2.5rem;
  width: 100%;
  height: auto;
  background-color: #191d6a;
  transition: 0.3s all linear;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-SubGroup-Inner-BtnGroup {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-BtnGroup:hover {
  background-color: #222;
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-BtnGroup-Btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-SubGroup-Inner-BtnGroup-Btn {
    font-size: 1.4rem;
  }
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-BtnGroup-Btn:before {
  content: "";
  display: block;
  background: url("../img/Login_Icon.svg") no-repeat;
  width: 1.6rem;
  height: 1.4rem;
  margin-right: 0.8rem;
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-Group {
  width: 100%;
  height: auto;
  margin-top: 2.4rem;
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-Group-Text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-SubGroup-Inner-Group-Text {
    font-size: 1.5rem;
  }
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-Group-ListGroup {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-Group-ListGroup > * + * {
  margin-top: 1rem;
}
.UTEF-Index-BigImageSection-Inner-SubGroup-Inner-Group-ListGroup-ListItem {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-Inner-SubGroup-Inner-Group-ListGroup-ListItem {
    font-size: 1.4rem;
  }
}
.UTEF-Index-BigImageSection-TimeGroup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(59,48,48,0.66);
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.UTEF-Index-BigImageSection-TimeGroup-Inner {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 70%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
.UTEF-Index-BigImageSection-TimeGroup-Inner > * + * {
  margin-left: 2.8rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup-Inner > * + * {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup-Inner {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    height: auto;
  }
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-TitleText {
  margin-top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup-Inner-TitleText {
    margin-top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.1rem;
  }
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-TextGroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-TextGroup > * + * {
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup-Inner-TextGroup > * + * {
    margin-left: 0.5rem;
    margin-top: 0.4rem;
  }
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-TextGroup-DateText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup-Inner-TextGroup-DateText {
    font-size: 1.3rem;
  }
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-TextGroup-DateText span {
  font-family: "YuMincho", 'Noto Serif JP', serif;
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup-Inner-TextGroup-DateText span {
    font-size: 2rem;
  }
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-TextGroup-TimeText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "YuMincho", 'Noto Serif JP', serif;
  font-size: 3rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup-Inner-TextGroup-TimeText {
    font-size: 2rem;
  }
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-BtnGroup {
  width: 160px;
  height: auto;
  background-color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
  transition: 0.3s all linear;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup-Inner-BtnGroup {
    margin-top: 0.6rem;
    margin-left: 0.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    width: 90px;
    height: auto;
  }
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-BtnGroup:hover {
  opacity: 0.85;
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-BtnGroup-Btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.UTEF-Index-BigImageSection-TimeGroup-Inner-BtnGroup-Btn:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-BigImageSection-TimeGroup-Inner-BtnGroup-Btn {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.isBlocked {
  display: block;
}
.UTEF-Index-MainSection {
  margin-top: 6rem;
  width: 100%;
  height: auto;
}
.UTEF-Index-MainSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap-reverse;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.UTEF-Index-MainSection-Inner-CalendarGroup {
  width: 100%;
  height: auto;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-TitleText {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 2.2rem;
  font-weight: bold;
  color: #404040;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #191d6a;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-CalendarGroup-TitleText {
    padding-bottom: 1rem;
  }
}
.UTEF-Index-MainSection-Inner-CalendarGroup-TitleText:before {
  margin-right: 1rem;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/Components/H2_Icon.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-CalendarGroup-TitleText {
    font-size: 1.8rem;
  }
}
.UTEF-Index-MainSection-Inner-CalendarGroup-HeadLineGroup {
  margin-top: 4rem;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-HeadLineGroup-Prev {
  width: 1.2rem;
  height: auto;
  background: url("../img/LeftTriangle_Icon.svg") no-repeat center;
  margin-left: 1.5rem;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-HeadLineGroup-HeadLine {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-HeadLineGroup-Next {
  width: 1.2rem;
  height: auto;
  background: url("../img/RightTriangle_Icon.svg") no-repeat center;
  margin-right: 1.5rem;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-Table {
  margin-top: 1.8rem;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-Table-Tbody-TableRow-TableHead {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border: 2px solid #fff;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-Table-Tbody-TableRow-TableData {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border: 2px solid #fff;
  background-color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-ListGroup {
  margin-top: 1.5rem;
  width: 100%;
  height: auto;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-ListGroup > * + * {
  margin-top: 1rem;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-ListGroup-ListItem {
  display: flex;
  align-items: center;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-ListGroup-ListItem-Box {
  width: 2.8rem;
  height: 2.8rem;
  flex: none;
  border: 1px solid #ccc;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-ListGroup-ListItem-Text {
  margin-left: 1.2rem;
  font-size: 1.6rem;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-BtnGroup {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  width: 100%;
  height: auto;
  background-color: #191d6a;
  transition: 0.3s all linear;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-CalendarGroup-BtnGroup {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.UTEF-Index-MainSection-Inner-CalendarGroup-BtnGroup:hover {
  background-color: #222;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-BtnGroup-Btn {
  margin-left: 1.2rem;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-BtnGroup-Btn:after {
  margin-left: 1.2rem;
  content: "";
  width: 1.5rem;
  height: 1.1rem;
  background: url("../img/RightAngle_Icon.svg") no-repeat center;
  background-size: cover;
  transition: 0.3s all linear;
}
.UTEF-Index-MainSection-Inner-CalendarGroup-BtnGroup:hover > .UTEF-Index-MainSection-Inner-CalendarGroup-BtnGroup-Btn:after {
  transform: translateX(3px) scale(1.2);
}
.UTEF-Index-MainSection-Inner-SubColumn {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-SubColumn {
    width: 100%;
    height: auto;
    margin-top: 6rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup {
  width: 100%;
  height: auto;
}
.UTEF-Index-MainSection-Inner-NewsGroup-TitleGroup {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #191d6a;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-TitleGroup {
    padding-bottom: 1rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-TitleGroup-TitleText {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #404040;
  letter-spacing: 0.03em;
}
.UTEF-Index-MainSection-Inner-NewsGroup-TitleGroup-TitleText:before {
  margin-right: 1rem;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/Components/H2_Icon.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-TitleGroup-TitleText {
    font-size: 1.8rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-TitleGroup-SubText {
  display: block;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.4rem;
  color: #404040;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-TitleGroup-SubText {
    font-size: 1.2rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-TitleGroup-SubText:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/Important_Icon.svg") no-repeat center;
  background-size: cover;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-TitleGroup-SubText:before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table {
  margin-top: 2.5rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow {
  position: relative;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  padding-top: 2%;
  padding-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-Icon {
  position: absolute;
  top: 32.2223%;
  left: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-Icon {
    top: 18%;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-Icon-Img {
  width: 2rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-Icon-Img {
    width: 1.6rem;
    height: aut;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-DateText {
  margin-left: 3.5rem;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-DateText {
    margin-left: 2.5rem;
    font-size: 1.4rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-Category {
  margin-left: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-Category-Text {
  display: inline-block;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  width: 95px;
  text-align: center;
  background-color: #f27d33;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-Category-Text {
    width: 75px;
    font-size: 1.1rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-TitleText {
  margin-left: 1.5rem;
  display: inline-block;
  width: calc(100% - 260px);
  width: calc(100% - 160px);
  vertical-align: middle;
  transition: 0.3s all linear;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-TitleText {
    margin-left: 0;
    padding-left: 2.5rem;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-TitleText:hover {
  opacity: 0.6;
}
.UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-TitleText-Text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-Table-Tbody-TableRow-TableData-TitleText-Text {
    font-size: 1.3rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-BtnGroup {
  display: block;
  margin-top: 3rem;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 230px;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background-color: #191d6a;
  transition: 0.3s all linear;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-BtnGroup {
    width: 80%;
    height: auto;
    max-width: none;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-BtnGroup:hover {
  background-color: #222;
}
.UTEF-Index-MainSection-Inner-NewsGroup-BtnGroup-Btn {
  margin-left: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.UTEF-Index-MainSection-Inner-NewsGroup-BtnGroup-Btn:after {
  margin-left: 1.2rem;
  content: "";
  width: 1.5rem;
  height: 1.1rem;
  background: url("../img/RightAngle_Icon.svg") no-repeat center;
  background-size: cover;
  transition: 0.3s all linear;
}
.UTEF-Index-MainSection-Inner-NewsGroup-BtnGroup:hover > .UTEF-Index-MainSection-Inner-NewsGroup-BtnGroup-Btn:after {
  transform: translateX(3px) scale(1.2);
}
.UTEF-Index-MainSection-Inner-MainColumn {
  width: 64%;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-MainColumn {
    width: 100%;
    height: auto;
  }
}
.UTEF-Calendar-Weekday {
  background-color: #fff;
}
.UTEF-Calendar-Weekend {
  background-color: #9fdb3d;
}
.UTEF-Calendar-Closed {
  background-color: #d5d5d5;
}
.UTEF-Index-IntroSection {
  margin-top: 7.5rem;
  padding-top: 7.2rem;
  padding-bottom: 4rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-IntroSection {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.UTEF-Index-IntroSection-Inner {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: auto;
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 0px 25px rgba(35,35,35,0.3);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-IntroSection-Inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 90%;
    height: auto;
  }
}
.UTEF-Index-IntroSection-Inner-Group {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.UTEF-Index-IntroSection-Inner-Group-TitleText {
  padding-bottom: 1.6rem;
  width: 100%;
  height: auto;
  font-size: 2.2rem;
  font-weight: bold;
  color: #404040;
  border-bottom: 2px solid #191d6a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-IntroSection-Inner-Group-TitleText {
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.UTEF-Index-IntroSection-Inner-Group-CardGroup {
  margin-top: 2.8rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.UTEF-Index-IntroSection-Inner-Group-CardGroup > * + * {
  margin-left: 3.3rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-IntroSection-Inner-Group-CardGroup > * + * {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .UTEF-Index-IntroSection-Inner-Group-CardGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .UTEF-Index-IntroSection-Inner-Group-CardGroup > * + * {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem {
  width: calc((100% - 35px * 2) / 3);
  transition: 0.3s all linear;
}
.UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem:nth-child(n+4) {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem:nth-child(n+4) {
    margin-top: 0;
  }
}
.UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem:nth-child(3n+1) {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem {
    width: calc((100% - 2rem) / 2);
  }
  .UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem:nth-child(n+3) {
    margin-top: 3rem;
  }
  .UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem a:hover > .UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem-ImgBox {
  box-shadow: 0px 0px 25px rgba(35,35,35,0.3);
}
.UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem-ImgBox {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: 0.3s all linear;
}
.UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem-ImgBox-Img {
  width: 100%;
  height: auto;
  padding-top: 80%;
  border-radius: 0.5rem;
}
.UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem-Text {
  margin-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem-Text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 540px) {
  .UTEF-Index-IntroSection-Inner-Group-CardGroup-CardItem:nth-child(2n+1) {
    margin-left: auto;
  }
}
.UTEF-Index-GuideSection {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-GuideSection {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.UTEF-Index-GuideSection-Inner {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-GuideSection-Inner {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.UTEF-Index-GuideSection-Inner-TitleText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.6rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #404040;
  border-bottom: 2px solid #191d6a;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-GuideSection-Inner-TitleText {
    padding-bottom: 1rem;
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    text-align: center;
  }
}
.UTEF-Index-GuideSection-Inner-CardGroup {
  margin-left: auto;
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-GuideSection-Inner-CardGroup {
    margin-top: 2.5rem;
    width: 90%;
    height: auto;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
.UTEF-Index-GuideSection-Inner-CardGroup-CardItem {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all linear;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-GuideSection-Inner-CardGroup-CardItem {
    width: 50%;
  }
  .UTEF-Index-GuideSection-Inner-CardGroup-CardItem:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}
.UTEF-Index-GuideSection-Inner-CardGroup-CardItem a:hover > .UTEF-Index-GuideSection-Inner-CardGroup-CardItem-ImgBox {
  box-shadow: 0px 0px 25px rgba(35,35,35,0.3);
}
.UTEF-Index-GuideSection-Inner-CardGroup-CardItem-ImgBox {
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  transition: 0.3s all linear;
}
.UTEF-Index-GuideSection-Inner-CardGroup-CardItem-Text {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-GuideSection-Inner-CardGroup-CardItem-Text {
    font-size: 1.3rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-NavGroup {
  margin-top: 5rem;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-NavGroup {
    margin-top: 3rem;
    flex-wrap: wrap;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-NavGroup > * + * {
  margin-left: 2.7777vw;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-NavGroup > * + * {
    margin-left: 3vw;
  }
}
@media screen and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-NavGroup > * + * {
    margin-left: 4%;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 14rem;
  height: auto;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.3s all linear;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem {
    width: calc((100% - 5%) / 2);
    height: auto;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem:hover {
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(35,35,35,0.25);
}
@media screen and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem:nth-child(n+3) {
    margin-top: 1rem;
  }
}
.UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem.forcommon {
  background-color: #e53c70;
}
.UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem.forstudent {
  background-color: #191d6a;
}
.UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem.forother {
  background-color: #82c129;
}
.UTEF-Index-MainSection-Inner-NewsGroup-NavGroup-NavItem.forteacher {
  background-color: #f27d33;
}
.UTEF-Index-MainSection-Inner-PageNavGroup {
  margin-top: 5.4rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-PageNavGroup {
    margin-top: 3.6rem;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-PageNavGroup {
    justify-content: space-between;
  }
}
.UTEF-Index-MainSection-Inner-PageNavGroup > * + * {
  margin-left: 1.5rem;
}
@media screen and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-PageNavGroup > * + * {
    margin-left: 0;
  }
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem {
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #191d6a;
  color: #191d6a;
  border-radius: 50%;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: 0.4s all ease;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem {
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
  }
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem:hover {
  background: #191d6a;
  color: #fff;
}
@media screen and (max-width: 768px) and (max-width: 540px) {
  .UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem {
    width: 10vw;
    height: 10vw;
    font-size: 1.2rem;
  }
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.DoublePrev:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f100';
  font-weight: 900;
  outline: none;
  color: #191d6a;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.DoublePrev:before {
    font-size: 1.5rem;
  }
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.DoublePrev:hover {
  transition: 0.3s all linear;
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.DoublePrev:hover:before {
  color: #fff;
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Prev:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f104';
  font-weight: 900;
  outline: none;
  color: #191d6a;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Prev:before {
    font-size: 1.5rem;
  }
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Prev:hover {
  transition: 0.3s all linear;
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Prev:hover:before {
  color: #fff;
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Current {
  background: #191d6a;
  color: #fff;
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Current:hover {
  color: #fff;
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Next:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  outline: none;
  color: #191d6a;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Next:after {
    font-size: 1.5rem;
  }
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Next:hover {
  transition: 0.3s all linear;
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.Next:hover:after {
  color: #fff;
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.DoubleNext:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
  outline: none;
  color: #191d6a;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.DoubleNext:after {
    font-size: 1.5rem;
  }
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.DoubleNext:hover {
  transition: 0.3s all linear;
}
.UTEF-Index-MainSection-Inner-PageNavGroup-PageNavItem.DoubleNext:hover:after {
  color: #fff;
}
.UTEF-News-MainSection {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .UTEF-News-MainSection {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
.UTEF-News-MainSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.UTEF-News-MainSection-Inner-NewsGroup-TitleGroup {
  padding-bottom: 2rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 2px solid #191d6a;
}
@media screen and (max-width: 768px) {
  .UTEF-News-MainSection-Inner-NewsGroup-TitleGroup {
    padding-bottom: 1.6rem;
  }
}
.UTEF-News-MainSection-Inner-NewsGroup-TitleGroup-TitleText {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .UTEF-News-MainSection-Inner-NewsGroup-TitleGroup-TitleText {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .UTEF-News-MainSection-Inner-NewsGroup-TitleGroup-TitleText {
    font-size: 2rem;
  }
}
.UTEF-News-MainSection-Inner-NewsGroup-TitleGroup-TitleText:before {
  margin-right: 1.5rem;
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/Components/H2_Icon.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .UTEF-News-MainSection-Inner-NewsGroup-TitleGroup-TitleText:before {
    margin-right: 1rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.UTEF-News-MainSection-Inner-NewsGroup-TitleGroup-SubText {
  display: block;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.4rem;
  color: #333;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .UTEF-News-MainSection-Inner-NewsGroup-TitleGroup-SubText {
    font-size: 1.2rem;
  }
}
.UTEF-News-MainSection-Inner-NewsGroup-TitleGroup-SubText:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/Important_Icon.svg") no-repeat center;
  background-size: cover;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .UTEF-News-MainSection-Inner-NewsGroup-TitleGroup-SubText:before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.UTEF-NewsSingle-MainSection {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .UTEF-NewsSingle-MainSection {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
.UTEF-NewsSingle-MainSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.UTEF-NewsSingle-MainSection-Inner-Group {
  width: 100%;
  height: auto;
}
.UTEF-NewsSingle-MainSection-Inner-Group-TextGroup {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.UTEF-NewsSingle-MainSection-Inner-Group-TextGroup-DateText {
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .UTEF-NewsSingle-MainSection-Inner-Group-TextGroup-DateText {
    font-size: 1.5rem;
  }
}
.UTEF-NewsSingle-MainSection-Inner-Group-TextGroup-CategoryText {
  margin-left: 2.2rem;
  background-color: #f27d33;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .UTEF-NewsSingle-MainSection-Inner-Group-TextGroup-CategoryText {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-left: 1.4rem;
    font-size: 1.3rem;
  }
}
.UTEF-NewsSingle-MainSection-Inner-Group-TitleGroup {
  margin-top: 3.6rem;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  font-weight: bold;
  border-bottom: 2px solid #191d6a;
}
@media screen and (max-width: 768px) {
  .UTEF-NewsSingle-MainSection-Inner-Group-TitleGroup {
    padding-bottom: 1.6rem;
    margin-top: 2.4rem;
    font-size: 2.2rem;
  }
}
.UTEF-NewsSingle-MainSection-Inner-Group-TitleGroup:before {
  margin-right: 1.5rem;
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/Components/H2_Icon.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .UTEF-NewsSingle-MainSection-Inner-Group-TitleGroup:before {
    margin-right: 1rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 540px) {
  .UTEF-NewsSingle-MainSection-Inner-Group-TitleGroup {
    font-size: 2rem;
  }
}
.UTEF-NewsSingle-MainSection-Inner-Group-MainGroup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .UTEF-NewsSingle-MainSection-Inner-Group-MainGroup {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup {
  margin-top: 5rem;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup > * + * {
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup > * + * {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup {
  display: block;
  width: 40%;
  height: auto;
  max-width: 250px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background-color: #191d6a;
  transition: 0.3s all linear;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup {
    width: 80%;
    height: auto;
  }
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup:hover {
  background-color: #222;
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup-Btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup-Btn.isBackedBtn {
  margin-right: 1.2rem;
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup-Btn.isBackedBtn:before {
  margin-right: 1.2rem;
  content: "";
  width: 1.5rem;
  height: 1.1rem;
  background: url("../img/RightAngle_Icon.svg") no-repeat center;
  transform: scale(-1.1);
  background-size: cover;
  transition: 0.3s all linear;
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup:hover > .UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup-Btn:before {
  transform: translateX(-3px) scale(-1.2);
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup-Btn.isForwardBtn {
  margin-left: 1.2rem;
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup-Btn.isForwardBtn:after {
  margin-left: 1.2rem;
  content: "";
  width: 1.5rem;
  height: 1.1rem;
  background: url("../img/RightAngle_Icon.svg") no-repeat center;
  background-size: cover;
  transition: 0.3s all linear;
}
.UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup:hover > .UTEF-NewsSingle-MainSection-Inner-Group-BoxGroup-BtnGroup-Btn:after {
  transform: translateX(3px) scale(1.2);
}
strong {
  font-weight: bold;
}
.UTEF-Service-MainSection {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.UTEF-Service-MainSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.UTEF-Service-MainSection-Inner-SubContent {
  width: 100%;
  height: auto;
}
.UTEF-Service-MainSection-Inner-SubContent-NavGroup {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.UTEF-Service-MainSection-Inner-SubContent-NavGroup > * + * {
  margin-left: 4%;
}
.UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem {
  width: calc((100% - 5% * 3) / 4);
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  transition: 0.4s all ease;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem {
    width: calc((100% - 5%) / 2);
    font-size: 1.3rem;
  }
  .UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem:nth-child(n+3) {
    margin-top: 2rem;
  }
  .UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem:nth-child(2n+1) {
    margin-left: 0;
  }
}
.UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem a {
  width: 100%;
  height: auto;
}
.UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem:nth-child(n+5) {
  margin-top: 2rem;
}
.UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem:nth-child(4n+1) {
  margin-left: 0;
}
.UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem:hover {
  cursor: pointer;
  border-bottom: 1px solid #9fd83d;
}
.UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem:after {
  margin-right: 1rem;
  margin-left: auto;
  font-family: "Font Awesome 5 Free";
  content: '\f04b';
  transform: rotate(90deg);
  font-weight: 900;
  outline: none;
  color: #9fdb3d;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-SubContent-NavGroup-NavItem:after {
    margin-right: 1rem;
    margin-left: auto;
  }
}
.UTEF-Service-MainSection-Inner-MainContent {
  margin-top: 7rem;
  width: 100%;
  height: auto;
}
.UTEF-Service-MainSection-Inner-MainContent > * + * {
  margin-top: 7rem;
}
.UTEF-Service-MainSection-Inner-MainContent-Group-TitleGroup {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.UTEF-Service-MainSection-Inner-MainContent-Group-TitleGroup-TitleText {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  border-left: 4px solid #9fdb3d;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-TitleGroup-TitleText {
    font-size: 1.8rem;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-TitleGroup-SubText {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
  border-radius: 3rem;
  border: 1px solid #191d6a;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-TitleGroup-SubText {
    font-size: 1.4rem;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-TitleGroup-SubText:before {
  margin-right: 0.5em;
  content: "";
  width: 2.3rem;
  height: 2rem;
  background: url("../img/Student_Icon.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-TitleGroup-SubText:before {
    width: 1.8rem;
    height: 1.6rem;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup {
  margin-top: 4.5rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup {
    margin-top: 4rem;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup > * + * {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup > * + * {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup > * + * {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem {
  width: calc((100% - 3rem) / 2);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 540px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem {
    width: 100%;
    height: auto;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem:nth-child(n+3) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem:nth-child(n+3) {
    margin-top: 3rem;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem:nth-child(2n+1) {
  margin-left: 0;
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-TitleText {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1.8rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f7f7f7;
  border-bottom: 2px solid #191d6a;
  display: flex;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-TitleText {
    font-size: 1.5rem;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-TitleText:before {
  position: absolute;
  top: 30%;
  left: 0;
  display: block;
  content: "";
  width: 5px;
  height: 24px;
  background-color: #191d6a;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-TitleText:before {
    position: absolute;
    top: 25%;
    left: 0;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-TitleText.isLimited:after {
  position: absolute;
  top: 30%;
  right: 5%;
  content: "";
  width: 2.4rem;
  height: 2rem;
  background: url("../img/Student_Icon.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-TitleText.isLimited:after {
    width: 2rem;
    height: 1.8rem;
    position: absolute;
    top: 35%;
    right: 5%;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-MainTextGroup {
  padding-bottom: 1.6rem;
  margin-top: 3rem;
  width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.01em;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-MainTextGroup {
    margin-top: 2.4rem;
    flex-direction: column-reverse;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-MainTextGroup > * + * {
  margin-left: 1.8rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-MainTextGroup > * + * {
    margin-left: 0;
    align-items: flex-start;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-MainTextGroup-MainText {
  width: 70%;
  min-height: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-MainTextGroup-MainText {
    margin-top: 1.5rem;
    Width: 100%;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-MainTextGroup-Img {
  width: 150px;
  height: auto;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-MainTextGroup-Img {
    width: 50%;
    max-width: 180px;
  }
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-BtnGroup {
  display: block;
  margin-right: 4%;
  margin-left: auto;
  margin-top: 1.6rem;
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-BtnGroup-Btn {
  margin-left: auto;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-BtnGroup-Btn:after {
  margin-left: 1rem;
  content: "";
  width: 1.6rem;
  height: 1.2rem;
  background: url("../img/DiagonalAngle_Icon.svg") no-repeat center;
  background-size: cover;
  transform: translateZ(0);
  transform-origin: top left;
  font-weight: 900;
  outline: none;
  color: #9fdb3d;
  transition: 0.3s all linear;
}
.UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-BtnGroup:hover > .UTEF-Service-MainSection-Inner-MainContent-Group-ListGroup-ListItem-BtnGroup-Btn:after {
  transform: translate3d(3px, -3px, 0) scale(1.2);
}
.object_fit_img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}
.UTEF-Single-MainSection {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Single-MainSection {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
.UTEF-Single-MainSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.UTEF-Single-MainSection-Inner-Article {
  padding-bottom: 7rem;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
}
.UTEF-Single-MainSection-Inner-BtnGroup {
  display: block;
  margin-top: 5rem;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background-color: #191d6a;
  transition: 0.3s all linear;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .UTEF-Single-MainSection-Inner-BtnGroup {
    width: 80%;
    height: auto;
    max-width: none;
  }
}
.UTEF-Single-MainSection-Inner-BtnGroup:hover {
  background-color: #222;
}
.UTEF-Single-MainSection-Inner-BtnGroup-Btn {
  margin-left: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.UTEF-Single-MainSection-Inner-BtnGroup-Btn:after {
  margin-left: 1.2rem;
  content: "";
  width: 1.5rem;
  height: 1.1rem;
  background: url("../img/RightAngle_Icon.svg") no-repeat center;
  background-size: cover;
  transition: 0.3s all linear;
}
.UTEF-Single-MainSection-Inner-BtnGroup:hover > .UTEF-Single-MainSection-Inner-BtnGroup-Btn:after {
  transform: translateX(3px) scale(1.2);
}
.UTEF-Content {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.01em;
}
.UTEF-Content h1,
.UTEF-Content h2,
.UTEF-Content h3,
.UTEF-Content h4 {
  line-height: 1.5;
  margin-top: 5rem;
}
.UTEF-Content h1+h1,
.UTEF-Content h1+h2,
.UTEF-Content h1+h3,
.UTEF-Content h1+h4,
.UTEF-Content h2+h3,
.UTEF-Content h2+h2,
.UTEF-Content h2+h4,
.UTEF-Content h3+h1,
.UTEF-Content h3+h2,
.UTEF-Content h3+h3,
.UTEF-Content h3+h4,
.UTEF-Content h4+h1,
.UTEF-Content h4+h2,
.UTEF-Content h4+h3,
.UTEF-Content h4+h4 {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .UTEF-Content h1+h1,
  .UTEF-Content h1+h2,
  .UTEF-Content h1+h3,
  .UTEF-Content h1+h4,
  .UTEF-Content h2+h3,
  .UTEF-Content h2+h2,
  .UTEF-Content h2+h4,
  .UTEF-Content h3+h1,
  .UTEF-Content h3+h2,
  .UTEF-Content h3+h3,
  .UTEF-Content h3+h4,
  .UTEF-Content h4+h1,
  .UTEF-Content h4+h2,
  .UTEF-Content h4+h3,
  .UTEF-Content h4+h4 {
    margin-top: 3.5rem;
  }
}
.UTEF-Content div,
.UTEF-Content p,
.UTEF-Content table {
  margin-top: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .UTEF-Content div,
  .UTEF-Content p,
  .UTEF-Content table {
    margin-top: 2.5rem;
  }
}
.UTEF-Content ol,
.UTEF-Content ul {
  margin-top: 2.5rem;
}
.UTEF-Content h1 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-bottom: 1.4rem;
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .UTEF-Content h1 {
    padding-bottom: 1rem;
    font-size: 2.2rem;
  }
}
.UTEF-Content h1:before {
  margin-right: 1.5rem;
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/Components/H2_Icon.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .UTEF-Content h1:before {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1rem;
  }
}
.UTEF-Content h1::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #191d6a;
}
.UTEF-Content h2 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 2rem;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  border-left: 4px solid #9fdb3d;
}
@media screen and (max-width: 768px) {
  .UTEF-Content h2 {
    font-size: 1.8rem;
  }
}
.UTEF-Content h3 {
  padding-left: 3rem;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .UTEF-Content h3 {
    font-size: 1.5rem;
  }
}
.UTEF-Content h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #9fd83d;
  border-radius: 100%;
  transform: translateY(-50%);
}
.UTEF-Content ul {
  padding-left: 2.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  list-style: square;
}
.UTEF-Content ul li {
  margin-top: 2rem;
  line-height: 1.5;
}
.UTEF-Content ol {
  counter-reset: circle;
}
.UTEF-Content ol li {
  margin-top: 1.5rem;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  list-style-type: none;
}
.UTEF-Content ol li:before {
  margin-right: 1rem;
  content: counter(circle);
  counter-increment: circle;
  background: #fff;
  border: 1px solid #333;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
.UTEF-Content p {
  font-size: 1.5rem;
}
.UTEF-Content strong {
  font-weight: bold;
}
.UTEF-Content a {
  text-decoration: underline;
  color: #191d6a;
}
.UTEF-Content img {
  max-width: 100%;
  height: auto;
}
.UTEF-Content table {
  color: #333;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-color: #eaeaea;
  border-left-color: #eaeaea;
}
.UTEF-Content table td {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-right-color: #eaeaea;
  border-bottom-color: #eaeaea;
  text-align: center;
}
.UTEF-Content table tr:nth-child(odd) td {
  background-color: #f4f4f4;
}
.UTEF-Content :first-child {
  margin-top: 0;
}
.UTEF-FooterSection {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .UTEF-FooterSection {
    padding-bottom: 8rem;
  }
}
.UTEF-FooterSection-Inner {
  width: 90%;
  height: auto;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .UTEF-FooterSection-Inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.UTEF-FooterSection-Inner-Group {
  margin-top: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .UTEF-FooterSection-Inner-Group {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.UTEF-FooterSection-Inner-Group-LogoBox {
  width: 300px;
  height: auto;
  flex: none;
}
@media screen and (max-width: 768px) {
  .UTEF-FooterSection-Inner-Group-LogoBox {
    width: 250px;
    height: auto;
  }
}
.UTEF-FooterSection-Inner-Group-TextGroup {
  margin-left: 3.7rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .UTEF-FooterSection-Inner-Group-TextGroup {
    margin-top: 1.5rem;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.UTEF-FooterSection-Inner-SubGroup {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .UTEF-FooterSection-Inner-SubGroup {
    margin-top: 3rem;
  }
}
.UTEF-FooterSection-Inner-SubGroup-NavGroup {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.UTEF-FooterSection-Inner-SubGroup-NavGroup > * + * {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .UTEF-FooterSection-Inner-SubGroup-NavGroup > * + * {
    margin-left: 0;
  }
}
.UTEF-FooterSection-Inner-SubGroup-NavGroup-NavItem {
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.3s all linear;
}
@media screen and (max-width: 768px) {
  .UTEF-FooterSection-Inner-SubGroup-NavGroup-NavItem {
    font-size: 1.3rem;
    text-align: center;
    justify-content: center;
    white-space: nowrap;
  }
}
.UTEF-FooterSection-Inner-SubGroup-NavGroup-NavItem:before {
  margin-right: 0.5rem;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/ArrowRight_Icon.svg") no-repeat;
}
.UTEF-FooterSection-Inner-SubGroup-NavGroup-NavItem:hover {
  opacity: 0.7;
}
.UTEF-FooterSection-Inner-SubGroup-Text {
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .UTEF-FooterSection-Inner-SubGroup-Text {
    margin-top: 0.9rem;
    font-size: 0.9rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.UTEF-PageTopBtnGroup {
  position: fixed;
  right: 5%;
  bottom: 8%;
  border-radius: 50%;
  z-index: 499;
  transition: 0.5s all linear;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .UTEF-PageTopBtnGroup {
    display: none;
  }
}
.UTEF-PageTopBtnGroup-Btn {
  position: relative;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #323232;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all linear;
}
.UTEF-PageTopBtnGroup-Btn:hover {
  box-shadow: 0px 0px 25px rgba(36,36,36,0.3);
}
.UTEF-PageTopBtnGroup-Btn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f077';
  font-weight: 900;
  outline: none;
  color: #fff;
  font-size: 1.8rem;
  transition: 0.2s all linear;
}
.UTEF-PageTopBtnGroup-Btn:hover:before {
  transform: translateY(-2px) scale(1.1);
}

.event-list-body{
  font-size:1.3rem;
  margin:10px;
}

.change-lang{
  height:40px;
  margin:0 10px;
}
.change-lang td{
  font-size:1.1em;
  height:50%;
  text-align:center;
  border:1px solid #ccc;
  padding:3px;
}
.change-lang td.active{
  background-color:#191a6d;
  color:#FFFFFF;
}




/*
.UTEF-Index-BigImageSection{
  animation:image_loop 25s ease infinite;
}
@keyframes image_loop{
  0%{
    background-image: url("/drupal/themes/custom/utef/assets/img/BigImage.jpg");
  }
  33%{
    background-image: url("/drupal/themes/custom/utef/assets/img/utef2.jpg");
  }
  66%{
    background-image: url("/drupal/themes/custom/utef/assets/img/utef3.jpg");
  }
  100%{
    background-image: url("/drupal/themes/custom/utef/assets/img/BigImage.jpg");
  }
}
*/

.UTEF-Index-BigImageSection{
  --slide-count: 9;
  --duration-per: 5s;
}
.bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index;-9999;background-repeat:no-repeat;background-size:cover;}
.bg{
  background-popsition:center;
  opacity: 0;
  animation-name: bgimg;
  animation-duration: calc(var(--slide-count) * var(--duration-per));
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--i) * var(--duration-per));
}
.bg1{--i:0;background-image:url('/drupal/themes/custom/utef/assets/img/bg/webphoto1_20251219.jpg');}
.bg2{--i:1;background-image:url('/drupal/themes/custom/utef/assets/img/bg/webphoto2_20251219.jpg');}
.bg3{--i:2;background-image:url('/drupal/themes/custom/utef/assets/img/bg/webphoto3_20251219.jpg');}
.bg4{--i:3;background-image:url('/drupal/themes/custom/utef/assets/img/bg/webphoto4_20251219.jpg');}
.bg5{--i:4;background-image:url('/drupal/themes/custom/utef/assets/img/bg/webphoto5_20251219.jpg');}
.bg6{--i:5;background-image:url('/drupal/themes/custom/utef/assets/img/bg/webphoto6_20251219.jpg');}
.bg7{--i:6;background-image:url('/drupal/themes/custom/utef/assets/img/bg/webphoto7_20251219.jpg');}
.bg8{--i:7;background-image:url('/drupal/themes/custom/utef/assets/img/bg/webphoto8_20251219.jpg');}
.bg9{--i:8;background-image:url('/drupal/themes/custom/utef/assets/img/bg/webphoto9_20251219.jpg');}
@keyframes bgimg{
  0%{opacity:0;}
  5%{opacity:1;}
  30%{opacity:1;}
  40%{opacity:0;}
  100%{opacity:0;}
}
.UTEF-Index-BigImageSection-Inner,#block-kaiguanshijiannobiaoshi, .UTEF-Index-BigImageSection-TimeGroup{z-index:1;}

.UTEF-Index-BigImageSection{
  height:70vh;
}

.UTEF-BodyLayer,
 .UTEF-Index-MainSection, .UTEF-Index-IntroSection, #block-utef-iframe-newbooks{
  background-color:#f6f8fd;
}
.UTEF-FooterSection{
  background-color:#fff;
}
@media screen and (max-width: 768px) {
   .UTEF-Index-BigImageSection { height: 105vh;} 
}




