<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============================
    theme
================================*/

.theme_elearning .m_heading--primary::before{
  content: url(../../img/icons/bottom_open-seminar.svg);
}
.theme_elearning .m_localNav:hover{
  background: #194a72;
}
.theme_elearning .m_heading--primary{
  border-top:3px solid #194a72;
}
.theme_elearning .m_heading--secondary{
  border: 1px solid #194a72;
  color: #194a72;
}
.theme_elearning .m_heading--tertiary{
  border-bottom: 1px solid #194a72;
}
.theme_elearning .m_heading--tertiary .m_heading__ttl{
  border-left: 6px solid #194a72;
}
.theme_elearning .m_contBox .table.red dt{
  background: #194a72;
}
.theme_elearning .m_targetList li::before{
  color: #194a72;
}
.theme_elearning .m_faq__q{
  color: #194a72;
}
.theme_elearning .ucn_webinsStep{
  border-color: #194a72;
}
.theme_elearning .ucn_webinsStep_headingStr{
  background-color: #194a72;
}
.theme_elearning .ucn_webinsStep:after{
  border-top: 20px solid #194a72;
}
.theme_elearning .m_heading--secondary::before{
  text-align: center;
  line-height: 1;
  height: 1em;
  width: 1em;
  font-size: 24px;
  background: none !important;
}
.theme_elearning .m_heading--secondary#target::before{
  content: "\f007";
}
.theme_elearning .m_heading--secondary#outline::before{
  content: "\f0ce";
}
.theme_elearning .m_heading--secondary#material::before{
  content: "\f15c";
}
.theme_elearning .m_heading--secondary#host::before{
  content: "\f0f7";
}
.theme_elearning .m_heading--secondary#flow::before{
  content: "\f03a";
}
.theme_elearning .m_heading--secondary#notice::before{
  content: "\f06a";
}
.theme_elearning .m_heading--secondary#apply::before{
  content: "\f073";
}
.theme_elearning .m_heading--secondary#voice::before{
  content: "\f075";
}
.theme_elearning .m_heading--secondary#faq::before{
  content: "\f059";
}
.theme_elearning .m_heading--secondary#rel::before{
  content: "\f0c1";
}
.theme_elearning .m_localNav .m_localNav__inner{
  padding-left: 36px;
}
.theme_elearning .m_localNav .m_localNav__inner::before{
  text-align: center;
  line-height: 1;
  height: 1em;
  width: 1em;
  color: #194a72;
  font-weight: normal;
  font-size: 24px;
  font-family: fontawesome;
  background: none !important;
}
.theme_elearning .m_localNav:hover .m_localNav__inner::before{
  background: none !important;
  color: #fff;
}
.theme_elearning .m_localNav--outline .m_localNav__inner::before,
.theme_elearning .m_localNav--outline:hover .m_localNav__inner::before{
  content: "\f0ce";
}
.theme_elearning .m_localNav--material .m_localNav__inner::before,
.theme_elearning .m_localNav--material:hover .m_localNav__inner::before{
  content: "\f15c";
}
.theme_elearning .m_localNav--flow .m_localNav__inner::before,
.theme_elearning .m_localNav--flow:hover .m_localNav__inner::before{
  content: "\f03a";
}
.theme_elearning .m_localNav--apply .m_localNav__inner::before,
.theme_elearning .m_localNav--apply:hover .m_localNav__inner::before{
  content: "\f073";
}

/* ---------------
公開講座ボトムから 
------------- */
#cont { 
  line-height: normal;
}
#c3_lr {
  line-height: 1.6;
  font-size: 14px;
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
#base {
  width: 1220px;
}/* #cont{margin: 0 10px;}があるため実質1200px */
div#cont div#c3_l {
  width: 975px;
}
div#cont div#c3_lr {
  width: 750px;
}

@media screen and (max-width:768px){
  #base {
    width: 100%;
  }
  div#cont div#c3_l {
    width: 100%;
  }
  div#cont div#c3_lr {
    width: 100%;
  }
}

/* 右ナビ＿お申込みの流れ */
.p_bgcBox {
  background-color: #e8eaef;
  font-size: 14px;
  margin: 20px 0;
  padding: 10px;
}

.p_list {}

.p_list_item {}

.p_list_item + .p_list_item { margin-top: 15px; }

.c_link { transition: .3s; }

.c_link:hover { text-decoration: none; opacity: .6; }

.c_link-hasIco {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
  position: relative;  
}

.c_link-hasIco.first {
  -ms-align-items: center;
  align-items: center;
}

.c_link-hasIco::before {
  color: #1583be;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  width: 20px;
}

.c_link-hasIco.flowApp::before  { content: "\f044"; }
.c_link-hasIco.faq::before { content: "\f128"; }
.c_link-hasIco.first::before { content: url("/resource/img/bup/icon_beginnerMark.gif");height: 20px; margin-left: -4px; margin-right: 8px; }
.c_link-hasIco.flowCourse::before { content: "\f51b"; }

/* 20210709 追記 */
.c_link-hasIco.flowOnlineCourse::before { content: "\f1eb"; transform:rotate(-45deg) }

.c_link-hasIco.company::before {
  content: url("/resource/img/bup/bup_icon-04.png");
  vertical-align: -4px;
}
.c_link-hasIco.search::before {
  /*content: url("/resource/img/bup/bup_icon-03.png");*/
  content: "\f002";
  vertical-align: -2px;
}

.c_link-arrow {
  color: inherit;
  position: relative;
}

.c_link-arrow::after {
  border-top: 3px solid #1583be;
  border-right: 3px solid #1583be;
  content: "";
  display: block;
  height: .5em;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: .5em;
}
/* 2020/04/07 お知らせ欄 */
.box_attention {
  border: 2px solid #1583BE;
  margin: 10px 0 20px;
}

.box_attention_ttl {
  background-color: #1583BE;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
}

.box_attention_inner {
  padding: 10px;
}

.box_attention_text {}

.box_attention_linkBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}


.box_attention_link {
  background-color: #997120;
  color: #fff;
  margin-top: 5px;
  padding: 2px 5px;
}

.box_attention_linkBox::after {
  content: "";
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 10px solid #997120;
  display: inline-block;
  margin-top: 5px;
}

/*
    新右ナビデザイン（アンカーテキスト化）
================================*/
/*Component*/
.c_media{display:table;width:100%;}
.c_media__image{display:table-cell;}
.c_media__image &gt; a &gt; img{display:block;}
.c_media__body{display:table-cell;vertical-align:top;}
.c_media__body--middle{vertical-align:middle;}

/*Project*/
.p_bup_media{margin-bottom:10px;letter-spacing:0;line-height:1.0;}
.p_bup_media__body{letter-spacing:inherit;line-height:inherit;}
.p_bup_media__link{text-decoration:none;color:inherit;letter-spacing:inherit;line-height:inherit;}
.p_bup_media__link--img:hover{opacity:0.7;}
.p_bup_media__link--txt:hover{text-decoration:underline;color:inherit;}
.p_bup_media__image{width:62px;padding-right:2px;}
.p_bup_media__cc_box{margin-bottom:5px;font-size:11px;letter-spacing:inherit;line-height:inherit;}
.p_bup_media__icon_box{width:28px;padding-right:2px;letter-spacing:inherit;line-height:inherit;}
.p_bup_media__icon{display:block;width:26px;height:26px;padding:2px;color:#fff;letter-spacing:inherit;line-height:inherit;}
.p_bup_media__cc{font-weight:bold;letter-spacing:inherit;line-height:inherit;}
.p_bup_media__ttl{font-size:14px;font-weight:bold;letter-spacing:inherit;line-height:inherit;}

/*Utility*/
.u_lsn1{letter-spacing:-1px !important;}

.u_fw-b { font-weight: bold; }
.u_td-u { text-decoration: underline; }
.u_c-red { color: red; }

.u_ta-c { text-align: center; }
.u_ta-l { text-align: left; }
.u_ta-r { text-align: right; }
.u_revIndent1em { 
  text-indent: -1em;
  padding-left: 1em;
}

/*横幅*/
.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%;}
}


/* ---------------
公開講座ボトムから ここまで
------------- */

/* ---------------
layout
------------- */
/* 節 */
.l_section{}
.l_section__item{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 24px;
}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 24px;
}
.section_second + .section_second{
  margin-top: 16px;
}

/* ナビ */
.l_nav{
  display: flex;
  align-items: stretch;
}
.l_nav__item{
  display: flex;
  width: 100%;
}
.l_nav__target{
  display: block;
  width: 100%;
}
.l_nav--local{}
@media screen and (max-width: 768px){
  .l_nav--local{
    flex-wrap: wrap;
  }
  .l_nav--local .l_nav__item{
    width: 50%;
  }
}

/* ---------------
module
------------- */
/* ヒーローズエリア */
.m_herosArea{
  font-size: 0;
  font-weight: 500;
  position: relative;
}
.m_herosArea__keyVisual {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.m_herosArea__commentWrap{
  background-color: #F5EEE6;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}
.m_herosArea__comment {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding: 0 15px;
  word-break: break-all;
}
.m_herosArea__targetWrap{
  background-color: #F5EEE6;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}
.m_herosArea__targetTtl {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  word-break: break-all;
}
.m_herosArea__targetTtl img{
  width: 32px;
  height: auto;
  margin-right: 4px;
  vertical-align: -8px;
}
.m_herosArea__targetList {
  display: flex;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0;
  word-break: break-all;
  white-space: pre-wrap;
}
.m_herosArea__keyVisualLogo {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
  width: 100%;
}
.m_herosArea__aside{
  color: #c5baae;
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  font-size: 11px;
  /* test */
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.m_herosArea__image{
  background-color: #F9FDFE;
}
.m_herosArea__image--text{
  min-width: 50%;
  text-align: center;
  line-height: 0;
  background: #F5EEE6;
}
.m_herosArea__image--text img{
  width: auto;
  height: 200px;
}
.m_herosArea_code + .m_herosArea_date{
  padding-left: 16px;
}
.m_herosArea_image + .m_herosArea_aside{
  margin-top: 8px;
}
.m_herosArea_aside + .p_contentHeader{
  margin-top: 8px;
}
@media screen and (max-width: 768px){
  .m_herosArea{
    max-width: 500px;
    margin: 0 auto;
  }
  .m_herosArea__keyVisual {
    display: block;
  }
  .m_herosArea__keyVisualLogo {
    display: none;
  }
  .m_herosArea__image--text{
    max-width: 375px;
    margin: 0 auto;
  }
  .m_herosArea__image--text img{
    height: auto;
  }
  .m_herosArea__comment {
    font-size: 14px;
  }
  .m_herosArea__targetTtl {
    text-align: left;
  } 
  .m_herosArea__targetList {
    display: block;
  }
  .m_herosArea__image--text{
    min-width: auto;
  }
}

/* ナビエリア */
.m_navArea{
  margin-bottom: 20px;
}
/* ローカルナビ */
.m_localNav{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5em;
  color: inherit;
  background: #FFF8F8;
  transition: .3s color,  .3s background;
}
.m_localNav:hover{
  color: #fff;
  background: #E45A51;
}
.m_localNav__inner{
  position: relative;
  display: block;
  padding-left: 48px;
  font-weight: bold;
}
.m_localNav__inner::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 32px;
  margin: auto 0;
  line-height: 0;
}
.m_localNav--outline .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_1-1.png");
}
.m_localNav--material .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_2-1.png");
}
.m_localNav--flow .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_3-1.png");
}
.m_localNav--apply .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_4-1.png");
}
.m_localNav--goal .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_5-1.svg");
}
.m_localNav--outline:hover .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_1-2.png");
}
.m_localNav--material:hover .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_2-2.png");
}
.m_localNav--flow:hover .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_3-2.png");
}
.m_localNav--apply:hover .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_4-2.png");
}
.m_localNav--goal:hover .m_localNav__inner::before{
  content: url("../../img/partner/ucn/menu_icon_5-2.svg");
}
@media screen and (max-width: 768px){
  .m_localNav{
    font-size: 13px;
    letter-spacing: 0;;
  }
  .m_localNav__inner{
    padding-left: 40px;
  }
}
/* 見出し*/
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
  line-height: 1.4;
}
.m_heading--primary{
  position: relative;
  padding: 8px 0 8px 72px;
  border-top:3px solid #E45A51;
}
.m_heading--primary::before{
  content: url(../../img/partner/ucn/ico_ucan.png);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 64px;
}
.m_heading--primary .m_heading__ttl{
  font-size: 20px;
  letter-spacing: 0;
}
.m_heading--secondary{
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #E45A51;
  background:none;
  color: #E45A51;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  position:relative;
}
.m_heading--secondary::before {
  content: "";
  display: block;
  line-height: 0;
  width: 32px;
  height: 28px;
  margin-right: 10px;
  background: no-repeat center center / contain;
  font-family: fontawesome;
}
.m_heading--secondary .m_heading__ttl{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 4px;
}
.m_heading--secondary .m_heading__subTtl {
  display: inline-block;
  font-size: .6em;
  font-weight: normal;
  letter-spacing: 5px;
  margin-left: 5%;
  text-transform: uppercase;
}
.m_heading--secondary#targetPersons::before{
  background-image: url(../../img/partner/ucn/icon_1.png);
}
.m_heading--secondary#target::before{
  background-image: url(../../img/partner/ucn/icon_1.png);
}
.m_heading--secondary#outline::before{
  background-image: url(../../img/partner/ucn/icon_2.png);
}
.m_heading--secondary#goal::before{
  background-image: url(../../img/partner/ucn/icon_11.svg);
}
.m_heading--secondary#material::before{
  background-image: url(../../img/partner/ucn/icon_3.png);
}
.m_heading--secondary#host::before{
  background-image: url(../../img/partner/ucn/icon_4.png);
}
.m_heading--secondary#flow::before{
  background-image: url(../../img/partner/ucn/icon_12.svg);
}
.m_heading--secondary#curriculum::before{
  background-image: url(../../img/partner/ucn/icon_5.png);
}
.m_heading--secondary#notice::before{
  background-image: url(../../img/partner/ucn/icon_6.png);
}
.m_heading--secondary#apply::before{
  background-image: url(../../img/partner/ucn/icon_7.png);
}
.m_heading--secondary#applivatioFlow::before{
  content: '\f1d8';
  display: block;
  font-family: "FontAwesome";
  font-size: 1.6em;
  height: auto;
}
.m_heading--secondary#voice::before{
  background-image: url(../../img/partner/ucn/icon_8.png);
}
.m_heading--secondary#faq::before{
  background-image: url(../../img/partner/ucn/icon_9.png);
}
.m_heading--secondary#rel::before{
  background-image: url(../../img/partner/ucn/icon_10.png);
}
.m_heading--tertiary{
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #E45A51;
}
.m_heading--tertiary .m_heading__ttl{
  padding: 2px 0 2px 8px;
  border-left: 6px solid #E45A51;
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .m_heading--primary .m_heading__ttl{
    font-size: 15px;
  }
  .m_heading--secondary .m_heading__subTtl {
    display: none;
  }
}
/* コンテンツボックス（流し込み部分） */
.m_contBox{}
.m_contBox .section &gt; * + *{
  margin-top: 4px;
}
.m_contBox .section + .section{
  margin-top: 20px;
}
.m_contBox h3{
  margin-bottom: 4px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
}
.m_contBox a{
  color: #2E7FBB;
  text-decoration: underline;
  transition: .3s opacity;
}
.m_contBox a:hover{
  opacity: .7;
}
.m_contBox .table{}
.m_contBox .table dl{
  display: flex;
  align-items: stretch;
}
.m_contBox .table dl + dl{
  margin-top: 4px;
}
.m_contBox .table dt{
  flex: 0 0 216px;
  display: flex;
  align-items: center;
  padding: 1em;
  color: #fff;
  background: #BEBEBE;
}
.m_contBox .table dd{
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 1em;
  border: 1px solid #BEBEBE;
}
.m_contBox .table.red dt{
  background: #E45A51;
}
.m_contBox .table.blue dt{
  background: #4466B4;
}
.m_contBox .ico{
  padding-left: 1em;
  text-indent: -1em;
}
.m_contBox .media{}
.m_contBox .media::after{
  content: "";
  display: block;
  clear: both;
}
.m_contBox .media &gt; .img{
  float: right;
  text-align: center;
  line-height: 0;
  margin: 0 0 20px 20px;
}
.m_contBox--castAuto{
  white-space: pre-wrap;
  line-height: 1.6;
}
@media screen and (max-width: 768px){
  .m_contBox .table dt{
    flex: 0 0 160px;
  }
  .m_contBox .media &gt; .img{
    float: none;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 599px){
  .m_contBox .table dl{
    display: block;
  }
  .m_contBox .table dl + dl{
    margin-top: 12px;
  }
}
/* 対象者リスト */
.m_targetList{}
.m_targetList li{
  position: relative;
  padding-left: 24px;
}
.m_targetList li::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  display: block;
  width: 10px;
  height: 5px;
  color: #E45A51;
  border-left: 2px solid;
  transform: rotate(-45deg);
  border-bottom: 2px solid;  
}
.m_targetList li + li{
  margin-top: 6px;
}

/* コースのご紹介 */
.m_introduce{}
.m_introduce__lead{}
.m_introduce__lead + .m_introduce__list{
  margin-top: 8px;
}
.m_introduce__list li{
  position: relative;
  padding-left: 1em;
}
.m_introduce__list li::before{
  content: "・";
  position: absolute;
  left: 0;
  display: block;
}
.m_introduce__list li + li{
  margin-top: 4px;
}
.m_introduce__list a{
  color: #2E7FBB;
  text-decoration: underline;
  transition: .3s opacity;
}
.m_introduce__list a:hover{
  opacity: .7;
}
/*到達目標*/
.m_goalList li{    
  text-indent: -1em;
  padding-left: 1em;
}
.m_goalList li:before{
  content:"・";
  dislpay: inline-block;
}

/* FAQラッパー */
.m_faqWrap{}
.m_faqWrap__item + .m_faqWrap__item{
  margin-top: 28px;
}
/* FAQ */
.m_faq{}
.m_faq__q{
  position: relative;
  margin-bottom: 6px;
  padding: 4px 0 4px 40px;
  border-bottom: 1px dotted #333;
  color: #E45A51;
  font-weight: bold;
  font-size: 16px;
}
.m_faq__a{
  position: relative;
  padding-left: 40px;
}
.m_faq__q::before,
.m_faq__a::before{
  content: "";
  position: absolute;
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
}
.m_faq__q::before{
  content: "Q";
  top: 4px;
  left: 9px;
}
.m_faq__a::before{
  content: "A";
  top: 0;
  left: 10px;
}


/* 関連リンク */
.m_recommendList{}
.m_recommendList li + li{
  margin-top: 6px;
}
.m_recommendList li{
  position: relative;
  padding-left: 1em;
}
.m_recommendList li::before{
  content: "・";
  position: absolute;
  left: 0;
  display: block;
}
.m_recommendList a{
  color: #2E7FBB;
  text-decoration: underline;
  transition: .3s opacity;
}
.m_recommendList a:hover{
  opacity: .7;
}

/* 主催会社名 */
.m_hostName{
  font-weight: bold;
  color: #f00;
}

/* 申し込み用iframe */
.ucn_applyIframe{
  line-height: 0;
}
.ucn_applyIframe__iframe{
  width: 100%;
  /*height: 55px;*/
}
@media screen and (max-width: 768px){
  .ucn_applyIframe__iframe{
    /*height: 75px;*/
  }
}
/* 申し込み補足テキストリンク */
.ucn_group_application__link{
  text-align: right;
}
.ucn_group_application__target{
  text-decoration: underline;
  color: #2E7FBB;
  transition: .3s;
}
.ucn_group_application__target:hover{
  opacity: 0.6;
}
/* 申込み方法（旧ページから移設） */
.ucn_webinsUpper{
  display: flex;
}
.ucn_webinsUpper_banner{
  width: 40%;
  padding-right: 20px;
}
.ucn_webinsUpper_bannerTarget_img{
  min-width: 256px;
}
.ucn_webinsUpper_bannerTarget:hover{ 
  transition: .3s;
  opacity: 0.6;
}
.ucn_webinsUpper_str{
  width: 60%;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 10px;
}
.ucn_webinsUpper_strLink{
  color: #136EB3;
}
.ucn_webinsUpper_strLink:hover{
  color: #136EB3;
  text-decoration: none;
  opacity: 0.6;
  transition: .3s;
}
.ucn_webinsStep{
  border: 1px solid #E2584F;
  position: relative;
  margin-top: 40px;
  padding: 30px 20px
}
.ucn_webinsStep:after{
  display: inline-block;
  position:absolute;
  content: "";
  border: 40px solid transparent;
  border-top: 20px solid #E2584F; 
  border-bottom: none;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ucn_webinsStep:last-of-type:after{
  content: none;
}
.ucn_webinsStep + .ucn_webinsStep{
  margin-top: 60px;
}
.ucn_webinsStep_heading{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 150px;
}
.ucn_webinsStep_headingStr{
  border-radius: 23px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #e66866;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  pointer-events: none;
}
.ucn_webinsStep_str{
  margin: 15px 0;
}
.ucn_webinsStep_img{
  margin-top: 10px;
}
.ucn_webinsBtn{
  text-align: center;
}
.ucn_webinsBtn_target{
  color: #fff;
  background-color: #E6002D;
  display: inline-flex;
  border-radius: 11px;
  font-size: 18px;
  font-weight: bold;
  max-width: 326px;
  width: 100%;
  height: 52px;
  justify-content: center;
  align-items: center;
}
.ucn_webinsBtn_target:hover{
  color: #fff;
  transition: .3s;
  opacity: 0.6;
  text-decoration: none;
}
.ucn_webinsBtn{
  margin-top: 50px;
}
@media screen and (max-width: 768px){
  .ucn_webinsUpper{
    display: block;
  }
  .ucn_webinsUpper_banner{
    margin: 20px auto;
    padding:0;
    width: auto;
    text-align: center;
  }
  .ucn_webinsUpper_str{
    margin: 20px auto;
    width: 80%;
    text-align: center;
  }
  .ucn_webinsUpper_strMain{
    text-align:left;
    display:inline-block;
  }
  .ucn_webinsUpper_strLink{
    text-align:left;
    display:inline-block;
  }  
}
/* 2023/03/30 お申込みの流れ */
.p_txtFlow{}
.p_txtFlow__item{
  position: relative;
  display: flex;
  align-items: stretch;
}
.p_txtFlow__heading{
  position: relative;
  flex: 0 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ccc;
}
.p_txtFlow__step{
  font-size: 15px;
  font-weight: bold;
}
.p_txtFlow__num{
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
}
.p_txtFlow__item + .p_txtFlow__item .p_txtFlow__heading::before,
.p_txtFlow__item + .p_txtFlow__item .p_txtFlow__heading::after{
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 12px;
  background: #fff;
}
.p_txtFlow__heading::before{
  left: 0;
  transform: skew(20deg) rotate(20deg) translateY(-6px);
}
.p_txtFlow__heading::after{
  right: 0;
  transform: skew(-20deg) rotate(-20deg) translateY(-6px);
}
.p_txtFlow__ttl{
  margin-bottom: 16px;
  padding: 4px 8px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}
.p_txtFlow__body{
  padding: 0 0 20px 16px;
  flex: 1 1 auto;
}
.p_txtFlow__sec{
  font-size: 13px;
}
.p_txtFlow__sec + .p_txtFlow__sec{
  margin-top: 6px;
}
.p_txtFlow__note{
  position: relative;
  padding-left: 1.2em;
  font-size: 11px;
}
.p_txtFlow__note::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}
@media screen and (max-width: 599px){
  .p_txtFlow__heading{
    flex-basis: 40px;
  }
  .p_txtFlow__step{
    font-size: 12px;
  }
  .p_txtFlow__num{
    font-size: 20px;
  }
}
.p_priceBox__schedule&gt;iframe {
    width: 100%;
}</pre></body></html>