@charset "UTF-8";
@media screen and (min-width: 768px) { .exhibitions2024 .sp { display: none !important; }
  .exhibitions2024 .pc { display: block; } }
@media screen and (max-width: 767px) { .exhibitions2024 .pc { display: none !important; }
  .exhibitions2024 .sp { display: block; } }
/* -----------------------------
** home
----------------------------- */
.exhibitions2024 img { max-width: 100%; }
.exhibitions2024 .iDown02 { background-position: left top 6px; padding: 0 0 0 21px; }
@media screen and (max-width: 767px) { .exhibitions2024 .iDown02 { background-position: left top .3vw; } }
.exhibitions2024 .iLink02 { background-position: left top 6px; padding: 0 0 0 21px; }
@media screen and (max-width: 767px) { .exhibitions2024 .iLink02 { background-position: left top 1.3vw; } }
@media screen and (max-width: 767px) { .exhibitions2024 .mt30 { margin-top: 5.2151238592vw !important; }
  .exhibitions2024 .mt40 { margin-top: 6.518904824vw !important; } }

.linkBtn { margin-top: 60px; }
@media screen and (max-width: 767px) { .linkBtn { margin-top: 5vw; } }
.linkBtn a { display: inline-block; font-size: 18px; position: relative; color: #FFF; padding: 7px 40px; background-color: #333; border-radius: 9999px; transition: all 0.2s ease-in; }
@media screen and (min-width: 768px) { .linkBtn a { min-width: 330px; } }
@media screen and (max-width: 767px) { .linkBtn a { min-width: 80%; font-size: 4vw; padding: 2vw 10vw; } }
.linkBtn a:hover { opacity: .8; color: #FFF; text-decoration: none; }
.linkBtn a:after { content: ""; display: inline-block; position: absolute; top: 50%; right: 18px; }
@media screen and (max-width: 767px) { .linkBtn a:after { right: 4vw; } }
.linkBtn a.linkArrow:after { width: 10px; height: 10px; border-style: solid; border-width: 0 2px 2px 0; border-color: #fff; transform: translateY(calc(-50% - 1px)) rotate(-45deg); }
.linkBtn a.colRed { background: #c30d24; }

.linkBtnPremium a { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 90px; min-width: 450px; padding: 0 2.5em; background: #c30d24; border-radius: 9999px; font-size: 22px; font-weight: bold; color: #fff !important; text-decoration: none !important; text-align: center; transition: all 0.2s ease-in; }
@media screen and (max-width: 767px) { .linkBtnPremium a { min-width: unset; width: 100%; padding: .4em 2em; min-height: auto; font-size: 3.6vw; } }
.linkBtnPremium a small { font-size: 16px; }
@media screen and (max-width: 767px) { .linkBtnPremium a small { font-size: 3.2vw; } }
.linkBtnPremium a:hover { opacity: .8; }
.linkBtnPremium a:after { position: absolute; content: ""; display: block; width: 10px; height: 10px; border-style: solid; border-width: 0 2px 2px 0; border-color: #fff; transform: rotate(-45deg); top: 50%; right: 20px; margin-top: -7px; }
@media screen and (max-width: 767px) { .linkBtnPremium a:after { right: 10px; } }
.linkBtnPremium.colBlk a { background-color: #333; }
.linkBtnPremium.disabled a { pointer-events: none; opacity: .25; }

.emline { background: linear-gradient(transparent 60%, #ecc9ca 60%); }

.fsl { font-size: 28px; font-weight: bold; letter-spacing: 2px; }
@media screen and (max-width: 767px) { .fsl { font-size: 6vw; } }

.listCaution { text-align: left; }
.listCaution > li { position: relative; padding-left: 3em; line-height: 1.6; font-size: 13px; }
@media screen and (max-width: 767px) { .listCaution > li { line-height: 1.3; font-size: 3.2vw; } }
.listCaution > li .listCaution_firstLetter { position: absolute; left: 0; top: 0.03em; }

.contentNavi { background-color: #FFF; color: #FFF; text-align: center; width: 100%; margin: 0 auto; padding: 10px 0; box-sizing: border-box; position: sticky; top: 0; z-index: 99; }
@media screen and (max-width: 767px) { .contentNavi { top: 0; padding: 3vw 3vw 2vw 3vw; } }
.contentNavi ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; }
@media screen and (max-width: 767px) { .contentNavi ul { gap: 2vw; } }
.contentNavi ul li a { display: block; color: #333; font-weight: bold; padding: 5px 25px 5px 12px; position: relative; transition: all 0.2s ease-in; font-size: 14px; border: 1px solid #333; border-radius: 9999px; }
@media screen and (max-width: 767px) { .contentNavi ul li a { font-size: 3.2vw; padding: 1vw 5vw 1vw 2.2vw; line-height: 1; } }
.contentNavi ul li a:before, .contentNavi ul li a:after { content: ""; display: inline-block; position: absolute; top: 50%; transition: all 0.2s ease-in; }
.contentNavi ul li a:before { width: 13px; height: 13px; background-color: #333; border-radius: 50%; right: 5px; transform: translateY(-50%); }
@media screen and (max-width: 767px) { .contentNavi ul li a:before { width: 2.8vw; height: 2.8vw; right: 1vw; } }
.contentNavi ul li a:after { width: 3px; height: 3px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; transform: translateY(calc(-50% + -1px)) rotate(45deg); right: 10px; }
@media screen and (max-width: 767px) { .contentNavi ul li a:after { width: .8vw; height: .8vw; right: 1.8vw; transform: translateY(calc(-50% + -.1vw)) rotate(45deg); } }
.contentNavi ul li a:hover { opacity: .8; }
.contentNavi ul li a:hover:before { transform: translateY(calc(-50% + 0px)); }
.contentNavi ul li a:hover:after { transform: translateY(calc(-50% + 0px)) rotate(45deg); }

.mainvisual { margin: 30px auto 0 auto; text-align: center; }
@media screen and (max-width: 767px) { .mainvisual { margin-top: 3vw; } }
.mainvisual img { margin: 0 auto; text-align: center; }

.cpContent * { box-sizing: border-box; }
.cpContent *:before, .cpContent *:after { box-sizing: border-box; }

.cpSection { padding: 80px 0 60px 0; }
@media screen and (max-width: 767px) { .cpSection { padding: 10vw 0; } }
.cpSection.bgB { background-color: #f3f4f9 !important; }
.cpSection.bgB .cpSecHead .cpSecTitle span { background-color: #f3f4f9 !important; }
.cpSection .cpSecHead { margin: 0 auto 40px auto; text-align: center; }
@media screen and (max-width: 767px) { .cpSection .cpSecHead { margin-bottom: 5vw; } }
.cpSection .cpSecHead .cpSecTitle { position: relative; }
@media screen and (max-width: 767px) { .cpSection .cpSecHead .cpSecTitle { padding: 3vw 5vw; } }
.cpSection .cpSecHead .cpSecTitle:before { content: ""; width: 100%; height: 4px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: block; background-color: #333; }
.cpSection .cpSecHead .cpSecTitle span { font-size: 30px; display: inline-block; background-color: #FFF; position: relative; z-index: 1; padding: 0 30px; }
@media screen and (max-width: 767px) { .cpSection .cpSecHead .cpSecTitle span { font-size: 6vw; padding: 0 5vw; } }
.cpSection .cpSecInner { max-width: 1240px; margin: 0 auto; text-align: center; }
@media screen and (max-width: 767px) { .cpSection .cpSecInner { width: 100%; padding: 0 5vw; } }

.cpSecLead { font-size: 18px; text-align: center; }
@media screen and (max-width: 767px) { .cpSecLead { font-size: 4vw; margin-bottom: 3vw; } }

#intro { padding: 40px 0; }
@media screen and (max-width: 767px) { #intro { padding: 4vw 0; } }
#intro .cpSecInner { padding-top: 0; }
#intro .cpSecLead { line-height: 1.7; margin-bottom: 0; }

@media screen and (max-width: 767px) { #program .cpSecLead { margin-bottom: 5vw; } }

.featurePnl { display: flex; flex-wrap: wrap; margin-top: 60px; gap: 30px; }
@media screen and (max-width: 767px) { .featurePnl { margin-top: 3vw; padding-left: 5vw; gap: 3vw; } }
.featurePnl li { background-color: #FFF; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); position: relative; padding: 50px 20px 20px 20px; border-radius: 10px; }
@media screen and (max-width: 767px) { .featurePnl li { width: 100%; padding: 3vw 3vw 3vw 17vw; text-align: left; } }
.featurePnl li.new:before { content: "NEW"; background-repeat: no-repeat; background-size: 100% 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 86 33'%3E%3Cg%3E%3Cpath fill='%23b3292c' d='M-0.000,0.163 L85.412,0.163 L67.137,32.875 L-0.000,32.875 L-0.000,0.163 Z' /%3E%3C/g%3E%3C/svg%3E"); position: absolute; top: 20px; left: 20px; padding: 3px 10px 3px 3px; line-height: 1; font-weight: 700; color: #FFF; font-size: 13px; }
@media screen and (max-width: 767px) { .featurePnl li.new:before { top: 4vw; left: 6vw; padding: .5vw 3vw .5vw .5vw; font-size: 3vw; } }
.featurePnl li .icon { width: 80px; height: 80px; background-color: #10218b; border-radius: 100%; display: flex; justify-content: center; align-items: center; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); }
@media screen and (max-width: 767px) { .featurePnl li .icon { width: 12vw; height: 12vw; top: 50%; left: -7vw; transform: translateY(-50%); }
  .featurePnl li .icon img { width: 7vw; height: 7vw; } }
.featurePnl li .text { font-size: 25px; font-weight: 700; color: #9b8450; display: inline-block; position: relative; }
.featurePnl li .text sup { font-size: 12px; color: #333; font-weight: 400; }
@media screen and (min-width: 768px) { .featurePnl li .text sup { position: absolute; top: -12px; right: -24px; } }
@media screen and (max-width: 767px) { .featurePnl li .text { text-align: left; font-size: 5vw; } }
@media screen and (min-width: 768px) { .featurePnl.col2 li { width: calc(50% - 15px); } }
@media screen and (min-width: 768px) { .featurePnl.col3 li { width: calc(32% - 10px); }
  .featurePnl.col3 li .text { font-size: 23px; } }

.reportPhoto { display: flex; flex-wrap: wrap; justify-content: center; gap: 50px; }
@media screen and (max-width: 767px) { .reportPhoto { gap: 5vw; } }
.reportPhoto li img { border-radius: 10px; }

.overViewTbl dl { display: flex; flex-wrap: wrap; align-items: baseline; gap: 20px; margin-bottom: 30px; }
@media screen and (max-width: 767px) { .overViewTbl dl { gap: 3vw; margin-bottom: 5vw; } }
@media screen and (min-width: 768px) { .overViewTbl dl.center { justify-content: center; } }
.overViewTbl dl dt { width: 100px; background-color: #333; color: #FFF; }
.overViewTbl dl dd { text-align: left; }
@media screen and (max-width: 767px) { .overViewTbl dl dd { width: 100%; } }

.entryStep { margin: 50px auto 80px auto; padding: 0 50px; }
@media screen and (max-width: 767px) { .entryStep { margin: 5vw auto; padding: 0; } }
.entryStep .stepBox { display: flex; flex-wrap: wrap; border: 4px solid #dbdeee; margin-bottom: 10px; display: flex; justify-content: flex-start; }
.entryStep .stepBox .stepNo { display: flex; justify-content: center; align-items: center; position: relative; width: 100px; }
@media screen and (max-width: 767px) { .entryStep .stepBox .stepNo { width: 15vw; } }
.entryStep .stepBox .stepNo::before { content: ""; width: 100px; height: calc(100% + 8px); background: #10218b; position: absolute; top: -4px; left: -4px; }
@media screen and (max-width: 767px) { .entryStep .stepBox .stepNo::before { width: 13vw; } }
.entryStep .stepBox .stepNo::after { content: ""; background: #10218b; height: calc(100% + 8px); width: 40px; clip-path: polygon(0 0, 100% 0%, 0 100%); position: absolute; right: -36px; top: -4px; }
@media screen and (max-width: 767px) { .entryStep .stepBox .stepNo::after { width: 10vw; right: -6.7vw; } }
.entryStep .stepBox .stepNo span { font-family: "Roboto", sans-serif; font-weight: 700; background: #FFF; position: relative; z-index: 1; width: 45px; height: 45px; border-radius: 100%; display: flex; justify-content: center; align-items: center; color: #10218b; font-size: 30px; font-style: italic; letter-spacing: 4px; }
@media screen and (max-width: 767px) { .entryStep .stepBox .stepNo span { width: 10vw; height: 10vw; font-size: 7vw; } }
.entryStep .stepBox .stepTxt { width: calc(100% - 100px); text-align: left; padding: 10px 10px 10px 50px; }
@media screen and (max-width: 767px) { .entryStep .stepBox .stepTxt { width: calc(100% - 15vw); padding: 3vw 3vw 3vw 7vw; }
  .entryStep .stepBox .stepTxt .fsL { font-size: 4vw; } }

.triangle { background: #10218b; height: 30px; width: 40px; clip-path: polygon(0 0, 100% 0, 50% 100%); margin: 0 auto 10px auto; }
@media screen and (max-width: 767px) { .triangle { height: 5vw; width: 7vw; } }

.guestList { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; }
@media screen and (max-width: 767px) { .guestList { gap: 3vw; } }
@media screen and (max-width: 767px) { .guestList li { width: 48%; } }
.guestList li .programListBox .img { margin-bottom: 10px; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); cursor: pointer; transition: all 0.2s ease-in; }
.guestList li .programListBox .img:hover { opacity: .8; }

.programBox { position: relative; padding: 30px; }
@media screen and (max-width: 767px) { .programBox { padding: 3vw; } }
.programBox .profileBox { display: flex; flex-wrap: wrap; }
.programBox .profileBox .img { width: 220px; }
@media screen and (max-width: 767px) { .programBox .profileBox .img { width: 100%; padding: 0 20vw; margin-bottom: 2vw; } }
.programBox .profileBox .profileText { width: calc(100% - 220px); padding-left: 20px; text-align: left; }
@media screen and (max-width: 767px) { .programBox .profileBox .profileText { width: 100%; padding-left: 0; } }
.programBox .profileBox .profileText .name { font-weight: bold; margin-bottom: 10px; }
@media screen and (max-width: 767px) { .programBox .profileBox .profileText .name { margin-bottom: 2vw; } }
.programBox button { position: absolute; top: 10px; right: 10px; background-color: #FFF; text-indent: -9999px; border-radius: 50%; width: 30px; height: 30px; outline: 0; border: 0; cursor: pointer; transition: all 0.2s ease-in; }
@media screen and (max-width: 767px) { .programBox button { width: 6vw; height: 6vw; top: 2vw; right: 3vw; } }
.programBox button:before, .programBox button:after { content: ""; width: 15px; height: 2px; background-color: #333; display: block; position: absolute; top: 50%; left: 50%; }
@media screen and (max-width: 767px) { .programBox button:before, .programBox button:after { width: 4vw; } }
.programBox button:before { transform: translate(-50%, -50%) rotate(45deg); }
.programBox button:after { transform: translate(-50%, -50%) rotate(-45deg); }
.programBox button:hover { opacity: .7; }

.eventPanel { margin-top: 90px; background-color: #FFF; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); padding: 40px 20px 20px 20px; position: relative; }
@media screen and (max-width: 767px) { .eventPanel { margin-top: 18vw; padding: 8vw 5vw 5vw 5vw; } }
.eventPanel .eventPanelHead { position: absolute; width: 100%; top: -30px; left: 0; }
@media screen and (max-width: 767px) { .eventPanel .eventPanelHead { top: -10vw; padding: 0 8vw; } }
.eventPanel .eventPanelHead h3 { background-color: #10218b; transform: skew(-25deg, 0deg); display: inline-block; }
@media screen and (max-width: 767px) { .eventPanel .eventPanelHead h3 { display: block; } }
.eventPanel .eventPanelHead h3 span { display: block; color: #FFF; transform: skew(25deg, 0deg); font-size: 27px; font-weight: bold; padding: 5px 30px; }
@media screen and (max-width: 767px) { .eventPanel .eventPanelHead h3 span { font-size: 4vw; padding: 1vw 6vw; line-height: 1.3; } }
@media screen and (max-width: 767px) { .eventPanel .eventPanelAtt { font-size: 3.6vw; margin-bottom: 2vw; } }
.eventPanel .eventPanelBox { display: flex; flex-wrap: wrap; }
.eventPanel .eventPanelBox .eventPanelImg { width: 200px; }
@media screen and (max-width: 767px) { .eventPanel .eventPanelBox .eventPanelImg { width: 100%; } }
.eventPanel .eventPanelBox .eventPanelDetail { width: calc(100% - 200px); padding-left: 20px; text-align: left; }
@media screen and (max-width: 767px) { .eventPanel .eventPanelBox .eventPanelDetail { width: 100%; text-align: center; padding-left: 0; } }
.eventPanel .eventPanelDate { font-size: 18px; font-weight: 500; }
@media screen and (max-width: 767px) { .eventPanel .eventPanelDate { font-size: 4vw; } }
.eventPanel .eventPanelDate span.no { font-size: 28px; }
@media screen and (max-width: 767px) { .eventPanel .eventPanelDate span.no { font-size: 5vw; } }
.eventPanel h4 { font-size: 27px; margin-top: 10px; }
@media screen and (max-width: 767px) { .eventPanel h4 { font-size: 5vw; } }
.eventPanel .eventPanelGuest { font-size: 18px; font-weight: 500; padding-left: 15px; }
@media screen and (max-width: 767px) { .eventPanel .eventPanelGuest { font-size: 4vw; display: block; } }
.eventPanel .eventPanelText { margin-top: 10px; }
@media screen and (max-width: 767px) { .eventPanel .eventPanelText { font-size: 3.6vw; text-align: left; } }
.eventPanel .linkBtn { text-align: center; }
.eventPanel .eventPanelVimeo { margin: 30px auto; }

/* faq
================================================== */
.faq { padding: 100px 0; }
@media screen and (max-width: 767px) { .faq { padding: 10vw 0; } }

.faq__item { background: #f0f0f0; border-radius: 10px; border: solid 2px #f0f0f0; overflow: hidden; }
.faq__item + .faq__item { margin-top: 20px; }

.faq__item__title, .faq__item__body { position: relative; }
.faq__item__title { padding: 0; }
.faq__item__title:focus-visible { outline: 2px solid #333; outline-offset: -2px; }
.faq__item__title > div, .faq__item__body > div { display: flex; gap: 12px; padding: 20px 70px 20px 20px; }
@media screen and (max-width: 767px) { .faq__item__title:focus {outline: none; } .faq__item__title > div, .faq__item__body > div { padding: 2vw 10vw 2vw 2vw; } }
.faq__item__title > div > i, .faq__item__body > div > i { flex: 0 0 30px; border-radius: 15px; background: #333; font-size: 16px; line-height: 30px; color: #fff; font-family: "Roboto", sans-serif; font-weight: 700; font-style: normal; text-align: center; }
@media screen and (max-width: 767px) { .faq__item__title > div > i, .faq__item__body > div > i { flex: 0 0 8vw; font-size: 4vw; line-height: 8vw; } }
.faq__item__title > div > div, .faq__item__body > div > div { flex: 1 0 0%; text-align: left; }

.faq__item__title { display: block; color: inherit; text-decoration: none; border: none; background-color: transparent; cursor: pointer; font-weight: bold; color: #333 !important; text-decoration: none !important; font-size: 100%; width: 100%; cursor: pointer;}
.faq__item__title span { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: block; width: 24px; height: 24px; }
@media screen and (max-width: 767px) { .faq__item__title span { right: 2vw; width: 4vw; height: 4vw; } }
.faq__item__title span::before, .faq__item__title span::after { display: block; content: ""; background: #333; width: 24px; height: 2px; position: absolute; top: 11px; left: 0; }
@media screen and (max-width: 767px) { .faq__item__title span::before, .faq__item__title span::after { width: 4vw; height: 0.5vw; top: 2vw; } }
.faq__item__title span::before { transition: 0.2s; transform: rotate(-90deg); }
.faq__item__title > div { align-items: center; }
.faq__item__title.current { background-color: #f3f4f9; }
.faq__item__title.current > div i { background: #10218b; }
.faq__item__title.current span::before { transform: rotate(0); }

.faq__item__body { display: none; background: #fff; }
.faq__item__body > div { align-items: flex-start; padding-right: 20px; }
.faq__item__body > div > i { background: #333; }
.faq__item__body > div > div { padding-top: .25em; }

#epsitePremium { padding-bottom: 0; }
#epsitePremium .cpSecLead { font-size: 17px; }

.footerPnl { position: fixed; bottom: -130px; left: 0; width: 100%; background-color: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); z-index: 99; padding: 20px 0; transition: all 0.2s ease-in; }
@media screen and (max-width: 767px) { .footerPnl { padding: 3vw; bottom: -50vw; } }
.footerPnl.fixed { bottom: 0; }
.footerPnl .footerPnlInner { max-width: 960px; margin: 0 auto; text-align: center; }
.footerPnl .footerPnlWrap { display: flex; flex-wrap: wrap; gap: 50px; }
@media screen and (max-width: 767px) { .footerPnl .footerPnlWrap { flex-direction: column; gap: 3vw; } }
.footerPnl .footerPnlWrap li { width: calc(50% - 25px); display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end; }
@media screen and (max-width: 767px) { .footerPnl .footerPnlWrap li { width: 100%; } }
.footerPnl .footerPnlWrap li > p { margin-bottom: 10px; }
@media screen and (max-width: 767px) { .footerPnl .footerPnlWrap li > p { margin-bottom: 1vw; font-size: 3.4vw; } }
.footerPnl .footerPnlWrap li .linkBtnPremium { width: 100%; }
.footerPnl .footerPnlWrap li .linkBtnPremium a { min-height: auto; padding: .4em 2.5em; width: 100%; min-width: 100%; font-size: 16px; }
.footerPnl .footerPnlWrap li .linkBtnPremium a small { font-size: 12px; }
@media screen and (max-width: 767px) { .footerPnl .footerPnlWrap li .linkBtnPremium a { font-size: 3.6vw; }
  .footerPnl .footerPnlWrap li .linkBtnPremium a small { font-size: 3.2vw; } }
@media screen and (min-width: 768px) { .footerPnl .footerPnlWrap li .linkBtnPremium a span.pc { display: inline-block; } }

/* エプサイト公式アプリのご案内 //移築
================================================== */
/* c-heading */
.appInfo { margin-top: 80px; }

.c-heading--seminar { margin-bottom: 1.35em; font-size: 35px; font-weight: bold; line-height: 1.2; text-align: center; }

.information__app { box-sizing: border-box; max-width: 1040px; margin: 0 auto 40px; padding: 40px; background: #fff; border: solid 10px #eae7e2; text-align: left; }

@media screen and (min-width: 768px) { .information__app__title { display: flex; gap: 22px; margin-bottom: 40px; font-weight: bold; }
  .information__app__title > div:nth-child(1) { flex: 0 0 96px; }
  .information__app__title h3 { margin-bottom: .3em; font-size: 25px; }
  .information__app__panel { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 25px; padding: 20px; border: solid 4px #c1ae84; border-radius: 10px; }
  .information__app__panel > div:nth-of-type(2) { display: contents; } }
@media screen and (max-width: 767px) { .c-heading--seminar { font-size: 4.8vw; }
  .information__app { margin-bottom: 0; padding: 4.53333vw; border-width: 1.33333vw; }
  .information__app__title { display: flex; flex-wrap: wrap; align-items: center; gap: 2.66667vw; margin-bottom: 6.66667vw; }
  .information__app__title > div:nth-of-type(1) { flex: 0 0 20.53333vw; }
  .information__app__title > div:nth-of-type(1) img { width: 100%; height: auto; }
  .information__app__title > div:nth-of-type(2) { display: contents; }
  .information__app__title > div:nth-of-type(2) h3 { flex: 0 0 53.33333vw; font-size: 4.8vw; }
  .information__app__title > div:nth-of-type(2) p { font-weight: bold; }
  .information__app__panel { display: flex; flex-wrap: wrap; gap: 4vw; margin-bottom: 4vw; padding: 4vw; border: solid 1.06667vw #c1ae84; border-radius: 2.66667vw; }
  .information__app__panel > h4 { flex: 0 0 100%; font-size: 3.73333vw; text-align: center; }
  .information__app__panel > div:nth-of-type(1) { flex: 0 0 24vw; }
  .information__app__panel > div:nth-of-type(1) img { width: 100%; height: auto; }
  .information__app__panel > div:nth-of-type(2) { flex: 0 0 38.66667vw; }
  .information__app__panel > div:nth-of-type(2) > a { display: inline-block; }
  .information__app__panel > div:nth-of-type(2) > a img { width: auto; height: 10.66667vw; }
  .information__app__panel > div:nth-of-type(2) > a:nth-child(1) { margin-bottom: 2.13333vw; } }
.c-notes > li { display: table-row; font-size: 14px; }

.c-notes > li > span { display: table-cell; vertical-align: top; }

.c-notes > li > span:nth-child(1) { white-space: nowrap; }

@media screen and (max-width: 767px) { .c-notes > li { font-size: 3.2vw; } }
.modal { max-width: 960px; }
.modal *, .modal *:before, .modal *:after { box-sizing: border-box; }
.modal .modalInner { background-color: #FFF; padding: 30px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); }
.modal .modalInner img { max-width: 100%; height: auto; }
@media screen and (max-width: 767px) { .modal .modalInner { padding: 5vw; } }
.modal.programModal { max-width: 900px; }
.modal.programModal .modalInner { padding: 0; border-radius: 20px; }

/* ========================================================================== Remodal's necessary styles ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked { overflow: hidden; touch-action: none; }

/* Anti FOUC */
.remodal, [data-remodal-id] { display: none; }

/* Necessary styles of the overlay */
.remodal-overlay { position: fixed; z-index: 9999; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper { position: fixed; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after { display: inline-block; height: 100%; margin-left: -0.05em; content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper { backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal { position: relative; outline: none; text-size-adjust: 100%; }

.remodal-is-initialized { /* Disable Anti-FOUC */ display: inline-block; }

/* ========================================================================== Remodal's default mobile first theme ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened { filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay { background: rgba(255, 255, 255, 0.9); }

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing { animation-duration: 0.3s; animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening { animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing { animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper { padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal { box-sizing: border-box; width: 100%; margin-bottom: 10px; padding: 0; transform: translate3d(0, 0, 0); color: #2b2e38; background: #fff; }

.remodal.remodal-is-opening, .remodal.remodal-is-closing { animation-duration: 0.3s; animation-fill-mode: forwards; }

.remodal.remodal-is-opening { animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing { animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after { vertical-align: middle; }

/* Close button */
.remodal-close { position: absolute; top: 0; left: 0; display: block; overflow: visible; width: 35px; height: 35px; margin: 0; padding: 0; cursor: pointer; transition: color 0.2s; text-decoration: none; color: #95979c; border: 0; outline: 0; background: transparent; }

.remodal-close:hover, .remodal-close:focus { color: #2b2e38; }

.remodal-close:before { font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important; font-size: 25px; line-height: 35px; position: absolute; top: 0; left: 0; display: block; width: 35px; content: "\00d7"; text-align: center; }

/* Dialog buttons */
.remodal-confirm, .remodal-cancel { font: inherit; display: inline-block; overflow: visible; min-width: 110px; margin: 0; padding: 12px 0; cursor: pointer; transition: background 0.2s; text-align: center; vertical-align: middle; text-decoration: none; border: 0; outline: 0; }

.remodal-confirm { color: #fff; background: #81c784; }

.remodal-confirm:hover, .remodal-confirm:focus { background: #66bb6a; }

.remodal-cancel { color: #fff; background: #005ab4; }

.remodal-cancel:hover, .remodal-cancel:focus { opacity: .8; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner { padding: 0; border: 0; }

/* Keyframes ========================================================================== */
@keyframes remodal-opening-keyframes { from { transform: scale(1.05); opacity: 0; }
  to { transform: none; opacity: 1; filter: blur(0); } }
@keyframes remodal-closing-keyframes { from { transform: scale(1); opacity: 1; }
  to { transform: scale(0.95); opacity: 0; filter: blur(0); } }
@keyframes remodal-overlay-opening-keyframes { from { opacity: 0; }
  to { opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes { from { opacity: 1; }
  to { opacity: 0; } }
/* Media queries ========================================================================== */
@media only screen and (min-width: 641px) { .remodal { max-width: 960px; } }
/* IE8 ========================================================================== */
.lt-ie9 .remodal-overlay { background: #2b2e38; }

.lt-ie9 .remodal { width: 700px; }
