<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********
base
**********/
.p_mainContainer {
  margin: 0 auto;
  width: 750px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}

@media screen and (max-width:768px) {
  .p_mainContainer { width: 100%; }
}

/**********
layout
**********/
/* 遽 */
.l_section{}
.l_section__item{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 64px;
}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 24px;
}
/* 繧ｰ繝ｪ繝�ラ */
.l_grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--feature{
  margin: -16px;
}
.l_grid--feature &gt; .l_grid__item{
  padding: 16px;
}

/**********
module
**********/
/* 繝懊ち繝ｳ */
.m_btn{
  display: flex;
  align-items: stretch;
}
.m_btn::before{
  content: "";
  display: block;
  width: 0;
}
.m_btn__target{
  display: flex;
  align-items: center;
  color: inherit;
}
.m_btn--faq{
  justify-content: flex-end;
  font-size: 20px;
}
.m_btn--faq::before{
  height: 2.5em;
}
.m_btn--faq .m_btn__target{
  font-weight: bold;
  border: 3px solid;
  padding: 0 3em;
  border-radius: 16px;
  transition: .3s opacity;
}
.m_btn--faq .m_btn__target:hover{
  opacity: .7;
}

/* 隕句�縺� */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
  line-height: 1.6;
}
.m_heading--primary{
  margin-bottom: 40px;
}
.m_heading--primary .m_heading__ttl{
  position: relative;
  padding-bottom: 24px;
  text-align: center;
  font-size: 20px;
}
.m_heading--primary .m_heading__ttl::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 120px;
  height: 6px;
  margin: 0 auto;
  border-radius: 100px;
  background: #38e496;
}
@media screen and (max-width: 599px){
  .m_heading--primary .m_heading__ttl{
    font-size: 18px;
  }
}
/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ */
.m_keyvisual{
  margin-bottom: 32px;
}
.m_keyvisual__ttl{
  line-height: 0;
  text-align: center;
}
.m_keyvisual__ttl img{
  max-width: 100%;
  height: auto;
}
/* 迚ｹ蠕ｴ */
.m_feature{
  max-width: 220px;
  margin: 0 auto;
}
.m_feature__ico{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  line-height: 0;
  text-align: center;
}
.m_feature__ico img{
  max-width: 100%;
  height: auto;
}
.m_feature__ico + .m_feature__ttl{
  margin-top: 16px;
}
.m_feature__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  min-height: calc(2em * 1.6);
}
.m_feature__note {
  font-size: 13px;
  margin: 5px 0;
  padding-left: 1em;
  text-align: right;
  text-indent: -1em;
}
@media screen and (max-width: 599px){
  .m_feature__ico{
    height: auto;
  }
  .m_feature__ttl{
    min-height: auto;
  }
}

/* 繝｡繝ｪ繝�ヨ */
.m_merit{
  display: flex;
  justify-content: center;
}
.m_merit__item{
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.m_merit__item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #38E496;
}
.m_merit__item + .m_merit__item{
  margin-top: 13px;
}

/* 驥鷹｡� */
.m_price{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  border: 1px solid #38e496;
}
.m_price__price{
  font-weight: bold;
  font-size: 18px;
}
.m_price__num{
  font-size: 36px;
}
.m_price__price + .m_price__footNotes{
  padding-left: 16px;
}
.m_price__footNote{
  position: relative;
  padding-left: 1em;
  color: #999;
  font-size: 14px;
}
.m_price__footNote::before{
  content: "窶ｻ";
  position: absolute;
  left: 0;
  display: block;
}
.m_price__footNote + .m_price__footNote{
  margin-top: 6px;
}
@media screen and (max-width: 768px){
  .m_price{
    flex-direction: column;
  }
  .m_price__price + .m_price__footNotes{
    margin-top: 16px;
    padding-left: 0;
  }
}


/* 豕ｨ諢冗せ */
.m_attention{}
.m_attention__item + .m_attention__item{
  margin-top: 20px;
}
.m_attention__ttl{
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 82px;
  font-size: 16px;
  font-weight: bold;
  height: 64px;
}
.m_attention__ttl::before{
  content: "\f058";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  font-size: 64px;
  line-height: 1;
  font-weight: normal;
  color: #38e496;
  font-family: "Font Awesome 5 Free";
}
.m_attention__ttl + .m_attention__body{
  margin-top: 16px;
}
.m_attention__body{
  padding-left: 82px;
}
.m_attention__card{
  display: flex;
  align-items: center;
  color: inherit;
  transition: .3s opacity;
}
.m_attention__card:hover{
  opacity: .7;
}
.m_attention__cardImg{
  flex: 0 0 122px;
  line-height: 0;
  border: 1px solid;
}
.m_attention__cardImg img{
  max-width: 100%;
  height: auto;
}
.m_attention__cardBody{
  flex: 1 1 auto;
  margin-left: 24px;
}
.m_attention__cardTtl{
  position:relative;
  margin-bottom: 16px;
  padding-left: 1em;
  text-decoration: underline;
  font-size: 18px;
}
.m_attention__cardTtl::before{
  content: "\f105";
  position: absolute;
  top: 3px;
  left: 0;
  font-weight: bold;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  display: block;
}
.m_attention__listItem + .m_attention__listItem{
  margin-top: 12px;
}
.m_attention__listItem{
  position: relative;
  padding-left: 26px;
}
.m_attention__listItem::before{
  content: "\f05e";
  position: absolute;
  left: 0;
  color: #e5002d;
  font-weight: bold;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
}
.m_attention__msg + .m_attention__msg{
  margin-top: 16px;
}
.m_attention__msg--em{
  color: #E51E19;
  font-weight: bold;
}
.m_attention__img {}
.m_attention__img &gt; img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 599px){
  .m_attention__ttl{
    height: auto;
    min-height: 64px;
  }
  .m_attention__cardImg{
    flex: 0 0 82px;
  }
  .m_attention__cardTtl{
    font-size: 16px;
  }
  .m_attention__body{
    padding-left: 0;
  }
}
/* 繝√ぉ繝�け繧ｷ繝ｼ繝医�繝ｩ繝�ヱ繝ｼ */
.m_chackSheetWrap{}
.m_chackSheetWrap__ttl{
  margin-bottom: 16px;
  font-weight: bold;
}

/* 繝√ぉ繝�け繧ｷ繝ｼ繝� */
.m_chackSheet{
  padding: 24px;
  background: #fcf8e9;
}
.m_chackSheet__item + .m_chackSheet__item{
  border-top: 1px solid;
}
.m_chackSheet__item{
  position: relative; 
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 0 8px 48px;
  box-sizing: content-box;
}
.m_chackSheet__item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: auto 0;
  border: 2px solid;
  background: #fff;
}

/* 繧ｹ繧ｿ繧､繝ｫ */
.m_style{}
.m_style__ttl{
  position: relative;
  margin-bottom: 8px;
  padding-left: 4em;
  font-weight: bold;
}
.m_style__ttl::before{
  content: "\f005\f005\f005";
  position: absolute;
  top: 3px;
  left: 0;
  font-family: "Font Awesome 5 Free";
}
.m_style__ttl--2::before{
  content: "\f005\f005";
}
.m_style__ttl--2::after{
  content: "\f005";
  position: absolute;
  top: 4px;
  left: 32px;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
.m_style__footer{
  margin-top: 8px;
}

/* 繧医￥縺ゅｋ縺碑ｳｪ蝠上Λ繝�ヱ繝ｼ */
.m_faqWrap{}
.m_faqWrap__body{}
.m_faqWrap__item + .m_faqWrap__item{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid;
}
.m_faqWrap__body + .m_faqWrap__footer{
  margin-top: 40px;
}
.m_faqWrap__footer{
  font-size: 14px;
  text-decoration: underline;
}
.m_faqWrap__link{
  color: #3452E6;
}

/* 繧医￥縺ゅｋ縺碑ｳｪ蝠� */
.m_faq{}
.m_faq__q{
  position: relative;
  min-height: 40px;
  padding-top: 10px;
  padding-left: 56px;
  font-weight: bold;
  font-size: 14px;
}
.m_faq__q::before{
  content: url(/resource/img/digitaltext/icon_q.svg);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  line-height: 0;
}
.m_faq__q + .m_faq__a{
  margin-top: 16px;
}
.m_faq__a{
  position: relative;
  min-height: 40px;
  padding-top: 10px;
  padding-left: 56px;
  font-size: 14px;
}
.m_faq__a::before{
  content: url(/resource/img/digitaltext/icon_a.svg);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  line-height: 0;
}

/* 閼壽ｳｨ */
.m_footnote{
  position: relative;
  padding-left: 1em;
  font-size: 13px;
  color: #777;
}
.m_footnote::before{
  content: "窶ｻ";
  position: absolute;
  left: 0;
  display: block;
}

/* 繝輔ャ繧ｿ繝ｼ */
.m_footer{}
.m_footer__item + .m_footer__item{
  margin-top: 16px;
}

/* 繝ｪ繝ｳ繧ｯ */
.m_link {
  display: flex;
}
.m_link--align_left { justify-content: flex-start; }
.m_link--align_right { justify-content: flex-end; }
.m_link--align_center { justify-content: center; }

.m_link__textLink {
  color: #052674;
  text-decoration: none;
}

.m_link__textLink:focus,
.m_link__textLink:hover {
  color: #054c7e;
  text-decoration: underline;
}

.m_link__dlLink {
  background-image: url("/resource/img/new_bup/middle/schedule/east_pdf.svg");
  border-color: #fff;
  background-position: 3px 5px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border: 1px solid #006a72;
  display: flex;
  justify-content: center;
  line-height: normal;
  padding: 6px 3px 6px 27px;
  position: relative;
}

.m_link__dlLink:hover {
  background-color: #006a72;
  background-image: url("/resource/img/new_bup/middle/schedule/white_pdf.svg");
  color: #fff;
}

.m_link__dlLink::after {
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #006a72 transparent transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
}


/**********
utility
**********/
/*讓ｪ蟷�*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

/* 繧ｪ繝ｼ繝繝ｼ */
.u_ord1{
  order: 1;
}
.u_ord2{
  order: 2;
}
.u_ord3{
  order: 3;
}

/* 髢馴囮 */
.u_mb64{
  margin-bottom: 64px;
}</pre></body></html>