<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.request {
    margin-top: 0px;
}
.m_bup_about__bodyWrap__inner{
   display: flex;
}
@media screen and (max-width: 599px) {
.m_bup_about__bodyWrap__inner{
   display: flex;
   margin-top: -12px;
   margin-bottom: 35px;
}
}
.m_heading__title img {
    width: 100%;
    height: auto;
    border: 2px solid #1582bd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.m_bup_about__howtoWrap {
    display: flex; 
    justify-content: space-around;
    flex-grow: 1;
}
.m_bup_about__howto {
    flex: 1; 
    max-width: 200px;
    margin: 2px;
    text-align: center; 
}
.m_bup_about__howtoList {
    color: #1582BD;
    font-size: clamp(13px, 2vw, 20px);
    font-weight: bold; 
    margin-top: 10px; 
}
@media screen and (max-width: 599px) {
    .m_bup_about__howtoWrap {
        justify-content: space-evenly;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
   .m_bup_about__howto {
        flex-basis: 100%;
        max-width: 320px;
}
    .m_bup_about__howtoList {
        display: flex;
        width: 86%;
        align-items: center;
        margin-top: -1px;
        font-size: 2.5vw;
     }
    .m_bup_about__howtoList p{
        margin-left: 22px;
    }
     #m_bup_about_p{
        margin-left: 17px;
    }
     .m_bup_about__arrow {
       margin-left: auto;
}
}
.m_bup_about__howtoLink {
    position: relative; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #1582BD; 
    border-radius: 10px; 
    text-decoration: none; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: 112px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
.m_bup_about__howtoLink {
    position: relative; 
    display: flex; 
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #1582BD; 
    border-radius: 10px; 
    text-decoration: none; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: 50px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
}
.m_bup_about__howtoLink::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px; 
    background-color: #1582BD;
    transform: scaleY(0); 
    transition: transform 0.3s ease;
    transform-origin: top;
}
@media screen and (max-width: 599px) {
.m_bup_about__howtoLink::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #1582BD;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: top;
}
}
.m_bup_about__howtoLink:hover .m_bup_about__arrow {
    transform: translateY(5px); 
    transition: transform 0.3s ease;
}
.m_bup_about__howtoLink:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.m_bup_about__howtoLink:hover::before {
    transform: scaleY(1); 
}.m_bup_about__howtoLink:hover {
    text-decoration: none;
}
.m_bup_about__howtoLink:hover p,
.m_bup_about__howtoLink:hover img {
    text-decoration: none;
}

.m_bup_about__icon2 ,.m_bup_about__icon3{
    width: 24px;
    height: auto;
    margin-bottom: -6px;
}
.m_bup_about__icon4{
    width: 23px;
    height: auto;
    margin-bottom: -6px;
}
@media screen and (max-width: 599px){
.m_bup_about__icon4 {
    width: 16px;
    height: auto;
    margin-bottom: -3px;
}
}
.m_bup_about__icon1 {
    width: 34px;
    height: auto;
    margin-bottom: -2px;
}
@media screen and (max-width: 599px){
.m_bup_about__icon1 {
    width: 30px;
    height: auto;
    margin-bottom: -2px;
    margin-left: -2px;
}
.m_bup_about__icon2 ,.m_bup_about__icon3{
    width: 24px;
    height: auto;
    margin-bottom: -1px;
}
}
.m_bup_about__arrow {
    width: 20px;
    height: auto;
    margin-top: 5px;
}
.m_bup_about__pdf {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 599px) {
.m_bup_about__pdf {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 33px;
}
}
.m_bup_about__pdfImage img{
    width: 100%;
    max-width: 175px;
    height: auto;
    border-radius: 5px;
    margin-top: -35px;
    margin-bottom: -30px;
}
@media screen and (max-width: 599px) {
.m_bup_about__pdfImage img{
    width: 150px;
    max-width: 175px;
    height: auto;
    border-radius: 5px;
    margin-top: -70px;
    margin-bottom: -40px;
}
}
.pdf-download-btn {
    display: inline-block;
    padding: 6px 18px;
    background-color: #F3CC2F; 
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.pdf-download-btn2 {
    display: inline-block;
    padding: 6px 18px;
    background-color: #D6D6D6; 
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
@media screen and (max-width: 599px) {
.pdf-download-btn2 {
    display: inline-block;
    padding: 6px 18px;
    background-color: #D6D6D6; 
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    margin-top: -6px;
    font-size: 11px;
}
}
.pdf-download-btn:hover {
    background-color: #FFB300; 
    transform: scale(1.05); 
}
.title {
  position: relative; 
  padding-left: 14px; 
}
.title::before {
  content: "";
  display: block; 
  width: 7px;
  height: 80%;
  background-color: #1582BD;
  position: absolute;
  left: 0px; 
  top: 5px;
}
.title .online {
  color: #1582BD; 
  font-size: 19px; 
  font-weight: bold; 
  margin-bottom: -9px; 
  position: relative; 
}
.title .online-request {
  color: #1582BD; 
  font-size: 25px; 
  font:-weight bold; 
  margin: 5px 0; 
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #405172;
    margin: 0em 0;
    padding: 0px;
    margin-bottom: 8px;
    margin-top: -5px;
}
.online-request-contents{
   margin-left: 9px; 
}
.title .center-line {
  width: 100%; 
  height: 1px; 
  background-color: #666; 
  border: none;
  margin: 5px 0;
}
.contents1 .center-line, .contents2 .center-line, .contents3 .center-line{
  width: 96%; 
  height: 1px; 
  background-color: #666; 
  border: none;
  margin: 1px 0;
}
.contentsHeader {
  background-color: #1387C6;
  color: #ffffff;
  padding: 4px 10px; 
  font-size: 18px; 
  font-weight: bold; 
    margin-top: 10px;
}
.contentsHeader p {
  margin: 0; 
}
.contentsBox1 {
  display: flex;
  background-color: #ffffff;
  padding: 9px;
  margin-left: -10px;
  line-height: 25px;
}
.vertical-bar1 {
    width: 60px;
    background-color: #DCEDF6;
    position: relative;
    flex-shrink: 0;
    z-index: 10;
    margin-top: -9px;
}
.triangle-down1 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 32px solid #DCEDF6; 
    position: absolute;
    bottom: -32px;
    left: 0;
}
.vertical-text1 {
  font-size: 17px; 
  color: #333333; 
  font-weight: bold; 
  text-align: center; 
  line-height: 1.5; 
  margin-top: 20px; 
}
.contents1 {
  flex-grow: 1;
  padding-left: 20px;
}
.contents p strong {
  font-size: 18px; 
  font-weight: bold; 
}
.content-1, .content-2, .content-3, .content-4 {
  margin-bottom: 0px; 
  text-indent: -2em; 
  padding-left: 2em; 
}
.boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 599px) {
.boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    flex-direction: column;
    padding-left: 20px;
}
}
.box {
    border: 1px solid #000;
    padding: 10px;
    width: 40%;
    box-sizing: border-box;
    line-height: 19px;
    font-size: 13px;
    overflow-wrap: anywhere;
    display: flex;
    flex-direction: column;
    height: auto;
}
@media screen and (max-width: 599px) {
.box {
    border: 1px solid #000;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    line-height: 19px;
    font-size: 13px;
    overflow-wrap: anywhere;
    display: flex;
    flex-direction: column;
    height: auto;
}
}
.contentsBox2 {
  display: flex;
  background-color: #ffffff; 
  padding: 9px;
  margin-left: -10px;
  margin-top: -20px;
  line-height: 25px;
}
.vertical-bar2 {
    width: 60px;
    background-color: #94cceb;
    position: relative;
    flex-shrink: 0;
}
.vertical-text2 {
  font-size: 17px; 
  color: #333333; 
  font-weight: bold; 
  text-align: center; 
  line-height: 1.5; 
  margin-top: 40px; 
}
.triangle-down2 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 32px solid #94cceb;
    position: absolute;
    bottom: -32px;
    left: 0;
}
.zoom_meeting img{
    width: 760px;
    height: auto;
    max-width: 100%;
    padding-left: 4em;
    margin-top: 20px;
    cursor: pointer
} 
.zoom_meeting img.enlarge {
    transform: scale(1.5);
    position: relative;
    cursor: zoom-out;
    z-index: 1000;
}
.contents2 {
  flex-grow: 1; 
  padding-left: 20px; 
  margin-top: 20px;
}
.contents p strong {
  font-size: 18px;
  font-weight: bold; 
}
.content-5, .content-6 {
  margin-bottom: 0px; 
  text-indent: -2em; 
  padding-left: 2em; 
}
.contentsBox3 {
  display: flex;
  background-color: #ffffff; 
  padding: 9px;
  margin-left: -10px;
  margin-top: -20px;
  line-height: 25px;
}
.vertical-bar3 {
  width: 60px;
  background-color: #1387C6;
  flex-shrink: 0;
}
.vertical-text3 {
  font-size: 16px; 
  color: #333333; 
  font-weight: bold; 
  text-align: center; 
  line-height: 1.5; 
  margin-top: 30px; 
}
.contents3 {
  flex-grow: 1; 
  padding-left: 20px; 
  margin-top: 20px;
}
.contents p strong {
  font-size: 18px;
  font-weight: bold; 
}
.content-7 {
  margin-bottom: 20px; 
  padding-left: 2em; 
}
.title .online-prepare {
  color: #1582BD; 
  font-size: 24px; 
  font-weight: bold; 
  margin: 5px 0; 
}
.online-prepare-contents {
    margin-left: 9px;
}
.question{
  margin-top: 20px; 
}
.faq {
    padding: 20px;
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: -17px;
    line-height: 24px;
}
.faq-question {
  display: flex;
  align-items: center;
  margin-bottom: 10px; 
  color: #1582BD;
 margin-left: -20px;
 font-size:16px;
}
.dashed-line {
    border: none;
    border-top: 1px dashed #999;
    margin-top: 20px;
    margin-left: 42px;
    width: 96%;
}
.faq-question::before {
  content: "Q";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1582BD;
  color: white;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  margin-right: 10px; 
  flex-shrink: 0;
}
.faq-answer {
  display: flex;
  align-items: flex-start; 
  margin-top: 10px; 
 margin-left: -20px;
}
.faq-answer::before {
  content: "A";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #D8EAFE; 
  color: #1582BD;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  margin-right: 10px; 
  flex-shrink: 0; 
}
.faq-answer {
    font-size: 15px;
}
.answer-container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    gap: 10%;
    width: 120%;
    margin-bottom: -20px;
}

.left-column, .right-column {
    width: 45%;
}

.answer {
    margin-bottom: 20px; 
}

.custom-link {
    color: #4B3EB9;
    text-decoration: none;
    border-bottom: 1px solid #4B3EB9;
    padding-bottom: 0px;
    font-size: 15px;
}
.custom-link:hover {
    text-decoration: none;
    border-bottom: 2px solid #4B0082; 
    font-weight: bold;
}
.endline {
    width: 50%;
縲縲color: #707070;
    opacity: 0.5;
    margin: 50px auto;
}
.help {
    background-color: #f9f9f9; 
    width: 85%;
    margin: -30px auto;
}
.help-contentsHeader {
  background-color: #1387C6;
  color: #ffffff;
  padding: 2px 10px; 
  font-size: 18px; 
  font-weight: bold; 
  margin-top: 90px;
}
.help-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
   margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
.help-buttons {
        margin: 30px 0;
        flex-direction: column;
        align-items: center;
    }
}
.help-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #1582BD;
    border-radius: 10px;
    text-decoration: none;
    background-color: #fff;
    width: 200px;
    height: 60px;
    color: #1582BD;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
@media screen and (max-width: 768px) {
.help-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #1582BD;
    border-radius: 10px;
    text-decoration: none;
    background-color: #fff;
    width: 100%;
    max-width: 200px;
    height: 60px;
    color: #1582BD;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
}
.help-button:hover {
    background-color: #ffffff; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0.6;
}
.help-icon {
    width: 24px;
    height: auto;
}
.help-text1 ,.help-text2 {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: black;
    margin-left: 7px;
}
.help-text3 {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: black;
    margin-left: 7px;
    margin-top: 4px;
}
.help-footer {
    font-size: 14px;
    color: #666;
    text-align: center
}
@media screen and (max-width: 810px) {
.help-footer {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: center
    }
}
#commonInquiry{
    display: none;
}
.nav{
    display: none;
}
.box .p {
    font-size: 13px;
}
.answer img{
    width: 15px;
    height: auto;
}
.help_icon_text{
   display: flex;
}
.contentsbox .p {
    font-size: 13px;
}
.warning{
    color: #F81515;
    display: inline-block; 
}
.mail_copy {
     cursor: pointer;
     color: #4B3EB9;
     text-decoration: underline;
     display: inline-block;
}
.mail_copy:hover {
     color: #4B0082;
        }
</pre></body></html>