/* CSS Document */@charset "utf-8";


/*===============================

    common

================================*/
#base{}

body{
  color: #6A6B6B;
  font: 500 16px "Helvetica Neue","Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

div#cont {
  margin: auto;
  width: 960px;
  line-height: 1.6;
}

.wrapper_main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  margin-bottom: 100px;
}

.section_box img{
  vertical-align: bottom;
}

.section_box + .section_box { margin-top: 80px; }
.section_box_second + .section_box_second{ 
  margin-top: 60px; 
}

.section_box_inner {
  margin: auto;
  width: 730px;
}

.img_logo { margin-right: 5px; }

.box_res { display: none; }
.box_res-disn { display: block; }

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

@media screen and (max-width:599px) {
  .box_res { display: block; }
  .box_res-disn { display: none; }
  .section_box + .section_box { margin-top: 60px; }
}

/* 段落 */
.text_normal {}

.text_normal + .text_normal { margin-top: 20px; }

.text_colorTxt {
  color: #0086d3;
}

.text_medium {
  font-size: 20px;
  font-weight: bold;
}

/*
    main column
================================*/
.container_main {
  width: 100%;
}

.container_inner {
}

/*
    side column
================================*/
.container_side {
  font-size: 12px;
  width: 200px;
}

@media screen and (max-width:768px){
  #base { min-width: auto; }
  .wrapper_main { width: 100%; }
  .area_heroImg { margin-bottom: 0; }
  .top_kyevisual { height: auto; }
  .top_kyevisual_image { width: 100%; }
  .container_main { width: 100%; }
  .container_side { display: none; }
}

/*
    link
================================*/
.link_normal {
  color: #052674;
  text-decoration: none;
}

.link_normal:hover {
  color: #005580;
  text-decoration: underline;
}

/* 画像リンク */
.link_bnner {}
.link_banner:hover { opacity: .6; }

@media screen and (max-width:599px) {
}

.link_btn {
  background-color: #E84242;
  box-shadow: 4px 4px 0 rgba(0,0,0,.3);
  color: #fff;
  display: block;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.link_btn:hover {
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  transform: translate(4px,4px);
}

/* 楕円 */
.link-ellipse { border-radius: 25px; }

/* 矢印 */
.link_hasArw {
  align-items: center;
  display: flex;
}

.link_hasArw::before {
  border-top: 3px solid #214866;
  border-right: 3px solid #214866;
  content: "";
  display: inline-block;
  height: .5em;
  margin-right: 5px;
  transform: rotate(45deg);
  width: .5em;
}

/* お問合せリンク */
.box_contact {
  margin: 30px auto;
  width: 270px;
}

.link_contact {
  -ms-align-items: center;
  align-items: center;
  background-color: #0081C6;
  border-radius: 5px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  padding: 15px;
  text-align: center;
  transition: .3s;
  width: 100%;
}

.link_contact:hover {
  color: #fff;
  opacity: .6;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .box_link-top { display: none; }
}


/*
    list
================================*/
/* ・（中黒） */
.list_bullet {}

.list_bullet_item {
  padding-left: 1em;
  text-indent: -1em;
}

/* アイコン（チェック） */
.list_hasIco {}

.list_hasIco.check {
  text-indent: -25px;
  margin-left: 25px;
}

.list_hasIco_item {}

.list_hasIco_item + .list_hasIco_item { margin-top: 8px; }

.list_hasIco_item::before {
  content: url("../../img/contents-marketing/icon_check.jpg");
  display: inline;
  height: 15px;
  line-height: 1;
  margin-right: 10px;
  width: 19px;
}

/* アイコン（丸＋＞） */
.list_hasIco-mark {
  text-indent: -32px;
  margin-left: 32px;
}

.list_hasIco-mark_item {}

.list_hasIco-mark_item + .list_hasIco-mark_item { margin-top: 8px; }

.list_hasIco-mark_item::before {
  content: url("../../img/contents-marketing/icon_bluearrow.jpg");
  display: inline;
  height: 22px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px;
}


/* 注意書き */
.list_note { margin: 10px 0; }

.list_note_item {
  color: #666;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 599px) {
}

/*===============================

    contents header

================================*/
.container_header { 
  margin-bottom: 30px; 
}
.container_headerImage{
  position: relative;  
}
.container_headerImage_pc{
  vertical-align: bottom;
}
.container_headerImage_sp{
  display: none;
  vertical-align: bottom;
}
.container_headerStr{
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.container_headerStr_main{
  font-size: 40px;
  color: #E45A51;
  font-family: "Source Han Serif";
}
.container_headerStr_main-1305{
  letter-spacing: 4px;
}
.container_headerStr_main-158{
  letter-spacing: -1px;
  font-size: 37px;
}
.container_headerStr_sub{
  font-size: 20px;
  color: #AE8A52;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.container_header h1{}
.container_header_imgMain{
  vertical-align: bottom;
}

.heading_img { margin-bottom: 10px; }

.heading_img img {}

@media screen and (max-width: 768px) {
  .container_headerImage_wrap{
    max-height: 270px;
    overflow: hidden;
  }
  .container_headerImage_pc{
    display: none;
  }
  .container_headerImage_sp{
    display: block;
    width:100%;
  }
  .container_headerStr{
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }
  .container_headerStr_main{
    font-size: 6.5vw;
  }
  .heading_img img {
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .container_headerStr_sub{
    font-size: 18px;
  }
}
/*===============================

    contents body

================================*/
.container_body {
  margin: 0 0 0 auto;
  width: 730px;
}

.text_note {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.box_img {}
.box_img + .box_img{
  margin-top: 8px;
}
.box_img img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}


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

/*
    local navi
================================*/
.navi_main {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.navi_main_item {
  display: flex;
  flex: 1;
  justify-content: center;
}

.navi_main_item + .navi_main_item { border-left: 1px solid #333; }

.navi_main_link {
  align-items: center;
  color: currentColor;
  display: flex;
  font-size: 16px;
  justify-content: center;
  letter-spacing: 0;
  padding: 8px 3px;
  position: relative;
  text-align: center;
  width: 90%;
}

.navi_main_link:after {
  content: "";
  background-color: #E45A51;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  width: 100%;
}

.navi_main_link:hover {
  color:  #000;
  text-decoration: none;
}

.navi_main-now::after { transform: scale(1, 1); }

.navi_main_link:hover::after { transform: scale(1, 1); }


@media screen and (max-width: 768px) {
  .heading--keyVisual img {
    height: auto;
    max-width: 100%;
  }
  .navi_main:after{
    content:"";
    display: flex;
    flex: 1 1 50%;
  }
  .navi_main_item { flex: 1 1 50%; }
  .navi_main_item + .navi_main_item { border-left: none; }
}

@media screen and (max-width: 599px) {
}

/*
    コンテンツ内 navi
================================*/
.navi_cont {
  display: flex;
  align-items: stretch;
}
.navi_cont_item {
  display: flex;
  width: 100%;
  font-size: 16px;
}
.navi_cont_item::before{
  content: "";
  width: 0;
  height: 4em;
}
.navi_cont_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: inherit;
  font-weight: bold;
  background: #f2f0eb;
}
.navi_cont_link:hover {
  color: #e25452;
  background: #fff;
  text-decoration: none;
}
.navi_cont_link::before {
  content: "▼";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  color: #e25452;
  line-height: 1;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .navi_cont {
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .navi_cont_item{
    font-size: 14px;
  }
  .navi_cont_item + .navi_cont_item{
    border-top: 1px solid #ccc;
  }
  .navi_cont_item::before{
    height: 2.5em;
  }
  .navi_cont_link{
    font-weight: normal;
    background: #fff;
  }
  .navi_cont_link::before {
    content: "▼";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 6px;
    margin: auto 0;
  }
}

@media screen and (max-width: 599px) {
}


/*
    見出し
================================*/
.heading_primary {
  border-top: 1px solid #BEBEBE;
  background: #F2F0EB;
  margin-bottom: 40px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading_primaryMain{
  font-size: 25px;
  font-weight: bold;
  color: #6A6B6B;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.6;
}
.heading_primaryMain-about1306{
  letter-spacing: -1px;
}
.heading_primaryMain:before{
  content: "";
  height: 40px;
  min-width: 40px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.ucn_about .heading_primaryMain:before{ background-image: url(/resource/img/ucn/1305/img_ucn_icon_1.jpg); }
.ucn_apply .heading_primaryMain:before{ background-image: url(/resource/img/ucn/1305/img_ucn_icon_2.jpg); }
.ucn_faq .heading_primaryMain:before{ background-image: url(/resource/img/ucn/1305/img_ucn_icon_1.jpg); }
.ucn_recommended_for .heading_primaryMain:before{ background-image: url(/resource/img/ucn/1305/img_ucn_icon_3.jpg); }
.ucn_material .heading_primaryMain:before{ background-image: url(/resource/img/ucn/1305/img_ucn_icon_4.jpg); }
.ucn_schedule .heading_primaryMain:before{ background-image: url(/resource/img/ucn/1305/img_ucn_icon_6.jpg); }
.ucn_difference .heading_primaryMain:before{ background-image: url(/resource/img/ucn/1305/img_ucn_icon_5.jpg); }
.ucn_course .heading_primaryMain:before{ background-image: url(/resource/img/ucn/158/img_ucn_icon_3.jpg); }
.ucn_testOverview .heading_primaryMain:before{ background-image: url(/resource/img/ucn/1305/img_ucn_icon_2.jpg); }

.heading_primary > img {
  height: 84px;
  margin-right: 5px;
  vertical-align: -15px;
  width: 267px;
}

.heading_second {
  border-bottom: 2px solid #EA837C;
  margin-bottom: 30px;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 10px;
}
.heading_second-about1305{}
.heading_second-recommend1487{
  position:relative;
  letter-spacing: -0.9px;
}
.heading_secondMain {
  font-size: 25px;
  color: #6A6B6B;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.heading_secondMain-about1305{
  letter-spacing: -1px;
}
.heading_secondSub-recommend1487{
  position: absolute;
  top:105%;
  right: 0;
  font-size: 14px;
}

.heading_third{
  margin-bottom: 30px;
  text-align: center;
}
.heading_thirdMain{
  position: relative;
  color: #6A6B6B;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}

/* カラー文字 */
.heading_colorTxt {
  color: #0081C6;
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .heading_primary { font-size: 24px;}
}
@media screen and (max-width: 599px) {
  .heading_primaryMain {
    font-size: 22px;
  }
  .heading_secondary { width: 270px;}
  .heading_secondary:before{
    left: 10px;
  }
  .heading_secondMain{
    font-size: 20px;
    text-align: left;
  }
  .heading_secondMain > br{
    display: none;
  }
  .heading_third{
    text-align: left;
  }
}
/*
    section共通
================================*/
.heading_msg{}
.heading_msgMain{}
.heading_msgMain_attention{
  font-size: 14px;
  font-weight: normal;
  text-indent: -1rem;
  padding-left: 1rem;
}
.ucn_lineBox{
  border: 1px solid #E2584F;
  position: relative;
  margin-top: 60px;
  padding: 40px 30px
}
.ucn_lineBox_heading{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ucn_lineBox_headingStr{
  border-radius: 23px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #e66866;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  white-space: nowrap;
  pointer-events: none;
}
.ucn_lineBox_itemFlex{
  display:flex;
  justify-content: space-between;
}
.ucn_lineBox_itemFlex-reverse{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.ucn_lineBox_img{
}
.ucn_lineBox_imgMain{
  padding-right: 30px;
}
.ucn_lineBox_itemFlex-reverse .ucn_lineBox_imgMain{
  padding-right: 0;
  padding-left: 30px;
}
.ucn_lineBox_itemFlex + .ucn_lineBox_itemHeading{
  margin-top: 50px;
}
.ucn_lineBox_itemFlex-reverse + .ucn_lineBox_itemHeading{
  margin-top: 50px;
}
.ucn_lineBox_itemHeading{
  text-align: center;
  margin-bottom: 30px;
}
.ucn_lineBox_itemHeading_main{
  color: #6A6B6B;
  font-weight: bold;
  font-size: 20px;
}
.ucn_lineBox_strMain + .ucn_lineBox_strMain{
  margin-top: 20px;
}
.ucn_lineBox_itemAttention{
  margin-top: 40px;
}
.ucn_lineBox_itemAttention_main{
  font-size: 14px;
  color: #6A6B6B;
  text-indent: -1rem;
  padding-left: 1rem;
}
.ucn_item{
  margin-top: 50px;
}
.ucn_item_evenReverse_flex{
  display: flex;
  justify-content: space-between;
}
.ucn_item_evenReverse_flex-reverse{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.ucn_item + .ucn_item{
  margin-top: 50px;
}
.ucn_img{
  min-width: 350px;
}
.ucn_img_main-100per{
  width: 100%;
}
.ucn_item .ucn_str{
  padding-left: 30px;
}
.ucn_item_evenReverse_flex-reverse .ucn_str{
  padding-right: 30px;
  padding-left: 0;
}
.ucn_strMain{}
.ucn_strMain + .ucn_strMain{
  margin-top: 20px;
}
.ucn_strMain_sub{
  font-size: 14px;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-top: 10px;
}
.ucn_box{
  display:flex;
  justify-content: space-between;
}
.ucn_boxItem{
  width: 350px;
  background-color: #F2F0EB;
  padding: 0 20px 20px 20px;
}
.ucn_boxItem_heading{
  border-left: 8px solid #DA1B0F;
}
.ucn_boxItem_headingMain{
  color: #E45A51;
  font-weight: bold;
  font-size: 20px;
  padding-top: 15px;
  padding-left: 10px;
  line-height:1.1;
}
.ucn_boxItem_img{
  margin: 10px 0;
}
.ucn_boxItem_imgMain{
  width: 100%;
}
.ucn_submissionMethod{
  margin-top: 50px;
}
.ucn_submissionMethod_str{
  text-align: center;
  color: #E45A51;
  font-weight: bold;
  font-size: 18px;
}
.ucn_submissionMethod_str > br{
  display:none;
}
.ucn_submissionMethod_btn{
  text-align: center;
  margin-top: 30px;
}
.ucn_submissionMethod_btnTarget{
  color: #fff;
  background-color: #E6002D;
  display: inline-flex;
  border-radius: 11px;
  font-size: 18px;
  font-weight: bold;
  width: 400px;
  height: 52px;
  justify-content: center;
  align-items: center;
}
.ucn_submissionMethod_btnTarget:hover{
  color: #fff;
  transition: .3s;
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .ucn_img{
    min-width:auto;
    width: 48%;
  } 
  .ucn_str{
    min-width:auto;
    width: 48%;
    padding: 0;
  }
  .ucn_item .ucn_str{
    padding: 0;
  }
  .ucn_lineBox_img{
    width: 48%;
    min-width: auto;
  }
  .ucn_lineBox_imgMain{
    padding: 0;
    width: 100%;
  }
  .ucn_lineBox_itemFlex-reverse .ucn_lineBox_imgMain{
    padding: 0;
  }
  .ucn_lineBox_str{
    width: 48%;
  }
  .ucn_boxItem{ 
    width:48%;
  }
  .ucn_submissionMethod_str > br{
    display: block;  
  }
}
@media screen and (max-width: 599px){
  .ucn_lineBox{
     padding: 40px 20px;
  }
  .ucn_lineBox_headingStr{
    font-size: 16px;
    padding: 10px;
  }
  .ucn_lineBox_itemHeading{
    text-align: left;
  }
  .ucn_lineBox_itemFlex{
    display: block;
  }
  .ucn_lineBox_itemFlex-reverse{
    display: block;
  }
  .ucn_lineBox_img{
    width: 100%;
  }
  .ucn_lineBox_imgMain{
    padding: 0;
    width: 100%;
  }
  .ucn_lineBox_itemFlex-reverse .ucn_lineBox_imgMain{
    padding: 0;
  }
  .ucn_lineBox_str{
    margin-top: 15px;
    width: 100%;
  }
  .ucn_item_evenReverse_flex{
    display: block;
  }
  .ucn_item_evenReverse_flex-reverse{
    display: block;
  }
  .ucn_img{
    min-width: 100%;
  }
  .ucn_imgMain{
    width: 100%;
  }
  .ucn_item .ucn_str {
    margin-top: 15px;
    padding: 0; 
    width: 100%;
  }
  .ucn_item_evenReverse_flex-reverse .ucn_str {
    padding: 0;
  }
  .ucn_box{
    display: block;
  }
  .ucn_boxItem{
    width: 100%;
    height: auto;
    background-color: #F2F0EB;
    padding: 0 20px 20px 20px;
  }
  .ucn_boxItem + .ucn_boxItem{
    margin-top: 30px;
  }
  .ucn_boxItem_imgMain{
    width: 100%;
  }
}
@media screen and (max-width: 499px){
  .ucn_submissionMethod_btnTarget{
    width: 100%;
  }
}
@media screen and (max-width: 399px){
  .ucn_submissionMethod_str{
    font-size: 16px;
  }
  .ucn_submissionMethod_btnTarget{
    font-size: 15px;
  }
}
/*
    お申込み
================================*/
.ucn_price{
  border: 1px solid #BEBEBE;
  border-radius: 23px;
  padding: 30px;
}
.ucn_price_wrap{
  border-bottom: 3px dotted #BEBEBE;
}
.ucn_priceMain{
  display: flex;
  width: 370px;
  align-items: center;
  justify-content: space-between;
  margin:auto;
  margin-bottom: 15px;
}
.ucn_priceMain_str{}
.ucn_priceMain_strMain{
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.ucn_priceMain_strMain:before{
  content: "■";
  color: #E45A51;
}
.ucn_priceMain_num{}
.ucn_priceMain_numMain{
  font-size: 30px;
  font-weight: bold;
  color: #E45A51;
}
.ucn_priceAttention{
  width: 370px;
  margin: auto;
  margin-top: 15px;
}
.ucn_priceAttention_main{
  white-space: nowrap;
  text-indent: -1rem;
  padding-left: 1rem;
}


.ucn_apply_upperStr{
  margin: 40px 0 20px 0 ;
}
.ucn_apply_upperStr_main{
  font-size: 20px; 
  color: #E45A51;
  font-weight: bold;  
  text-align: center;
}
.ucn_tablePrice_heading{
  margin-bottom: 32px;
  color:#E66866;
  padding: 10px 20px;
  border-bottom: 1px solid #BEBEBE;
  background-color: #E66866;
}
.ucn_tablePrice_headingUpper_main{
  font-size: 22px; 
  font-weight: bold;
  color: #fff;
}
.ucn_tablePrice_headingLower{
  display: flex; 
  justify-content: space-between;
  align-items: baseline;
}
.ucn_tablePrice_headingLower_attention{
  font-size: 16px;
  color: #fff;
  padding-left: 1rem;
  text-indent: -1rem;
}
.ucn_tablePrice_headingLower_bgStr{
  color: #FAC2C3;
  font-size: 30px;
  line-height: 1;
  text-align: right;
}
.ucn_tablePrice_line{
  display: flex;
  border: 1px solid #BEBEBE;
  border-top: none;
  align-items: center;
}
.ucn_tablePrice_line-header{
  border-top: 1px solid #BEBEBE;
  background-color: #F2F0EB;
  font-size: 18px;
  font-weight: bold;
}
.ucn_tablePrice_line-header .ucn_tablePrice_lineName{
  justify-content: center;
}
.ucn_tablePrice_lineName{
  border-right: 3px dotted #BEBEBE;
  flex: 80%;
  padding: 5px 10px;
  display:flex;
  align-items: center;
}
.ucn_tablePrice_line-header .ucn_tablePrice_linePrice{
  color: #6A6B6B;
}
.ucn_tablePrice_linePrice{
  flex: 20%;
  text-align: center;
  color: #E45A51;
  font-size: 20px;
  padding: 5px 10px;
  font-weight: bold;
  align-items: center;
}

.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;
  width: 326px;
  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;
}
.ucn_aboutMaterial{
  margin-top: 70px;
}
.ucn_aboutMaterial_heading{
  border-radius: 3px;
  border: 1px solid #ccc;
}
.ucn_aboutMaterial_headingMain{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: #6A6B6B;
  font-size: 24px;
}
.ucn_aboutMaterial_img,
.ucn_aboutMaterial_str{
  width: 600px;
  margin: 30px auto;
}
.ucn_aboutMaterial_img{
  text-align: center;
}
.ucn_aboutMaterial_str_addition{
  margin: 20px 0;
}
.ucn_aboutMaterial_strMain{
  margin-top: 5px;
}
.ucn_aboutMaterial_strMain_bold{
  font-weight: bold;
}
.ucn_aboutMaterial_strMain_attention{
  font-size: 14px;
  color: #6A6B6B;
  font-weight: normal;
}
@media screen and (max-width: 768px){
  .ucn_priceMain,
  .ucn_priceAttention{}
  .ucn_priceMain{}
  .ucn_priceAttention{}
  .ucn_priceAttention_main{}
  .ucn_tablePrice_headingLower{
    display: block;
  }
  .ucn_apply_upperStr_main{
    font-size:18px;
  }
  .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;
  }
  .ucn_aboutMaterial_img,
  .ucn_aboutMaterial_str{
  width: 100%;
  }
}
@media screen and (max-width: 599px){
  .ucn_priceMain{
    display: block;
    text-align: center;
    width: auto;
  }
  .ucn_priceMain_strMain{
    text-align: inherit;  
    margin: 0;
  }
  .ucn_priceMain_numMain{
    text-align: inherit;  
    margin: 0;
  }
  .ucn_priceAttention{
    width: auto;
  }
  .ucn_priceAttention_main{
    white-space: normal;
  }
  .ucn_apply_upperStr_main{
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
  }
  .ucn_tablePrice_headingUpper_main{
    font-size: 21px;
  }
  .ucn_tablePrice_linePrice{
    font-size: 16px;
    min-width: 88px;
  }
}
@media screen and (max-width: 499px){
  .ucn_webinsBtn_target{
    width: 100%;
  }
}

/* 申し込み補足テキストリンク */
.ucn_group_application__link{
  text-align: right;
}
.ucn_group_application__target{
  transition: .3s;
  color: #2E7FBB;
  text-decoration: underline;
}
.ucn_group_application__target:hover{
  opacity: 0.6;
}

/*
    よくあるご質問
================================*/
.ucn_faqItem + .ucn_faqItem{
  margin-top: 30px;
}
.ucn_faqQ,
.ucn_faqA{
  display: flex;
  padding: 10px 20px 20px 10px;
}
.ucn_faqQ{
  border: 1px solid #ccc;
}
.ucn_faqA{
  background: #f2f0eb;
}
.ucn_faqQ_Q,
.ucn_faqA_A{
  min-width: 30px;
  display:flex;
  justify-content: center;
}
.ucn_faqQ_Q_main,
.ucn_faqA_A_main{
  font-size: 24px;
  line-height: 1;
}
.ucn_faqQ_str,
.ucn_faqA_str{
  padding-left: 10px;
}
.ucn_faqA_str{
  margin-top: 5px;
}
.ucn_faqQ_strMain{
  font-size: 18px;
  font-weight: bold;
}
.ucn_faqA_strMain{
  font-size: 14px;
}
.ucn_faqA_strMain_attention{
  font-size: 14px;
  color: #6A6B6B;
  font-weight: normal;
  margin-top: 10px;
  text-indent: -1rem;
  padding-left: 1rem;
}
.ucn_faqA_strLink{
  margin-top: 5px;
}
.ucn_faqA_strLink_target{
  font-size: 14px;
  font-weight: bold;
  color: #136EB3;
  border-bottom: 1px solid #136EB3;
}
.ucn_faqA_strLink_target:hover{
  color: #136EB3;
  text-decoration: none;
  opacity: 0.6;
  transition: .3s;
}
.ucn_related{
  border-top: 1px solid #BEBEBE;
  margin-top: 70px;
}
.ucn_relatedHeading{
  height: 37px;
  margin-top: 20px;
  border-left: 10px solid #E45A51;
  display:flex;
  align-items: center;
}
.ucn_relatedHeading_main{
  padding-left: 20px;
  font-size: 20px;
}
.ucn_relatedBullets{
  margin-top: 10px;
  margin-left: 30px;
}
.ucn_relatedBullets_item{
  text-indent: -1rem;
  padding-left: 1rem;  
}
.ucn_relatedBullets_itemTarget{
  color: #333;
}
.ucn_relatedBullets_itemTarget:hover{
  color: #333;
  transition: .3s;
  opacity: 0.6;
  text-decoration: none;
}
/*
    合格までのスケジュール
================================*/
.ucn_scheduleStep{
  border: 1px solid #E2584F;
  position: relative;
  margin-top: 60px;
  padding: 40px;
}
.ucn_scheduleStep: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_scheduleStep:last-of-type:after{
  content: none;
}
.ucn_scheduleStep + .ucn_scheduleStep{
  margin-top: 60px;
}
.ucn_scheduleStep_heading{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 150px;
}
.ucn_scheduleStep_headingStr{
  border-radius: 23px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background-color: #e66866;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  pointer-events: none;
}
.ucn_scheduleStep_headingMsg_primary{
  text-align: center;
}
.ucn_scheduleStep_headingMsg{
  margin-bottom: 40px;  
}
.ucn_scheduleStep_headingMsg_primary{
  margin-bottom: 20px;
  text-align: center;
}
.ucn_scheduleStep_headingMsg_primaryMain{
  font-size: 20px;
  font-weight: bold;
}
..ucn_scheduleStep_headingMsg__third{}
.ucn_scheduleStep_headingMsg__secondMain{}
.ucn_scheduleStep_headingMsg__third{}
.ucn_scheduleStep_headingMsg__thirdMain{
  font-weight: bold;
  color : #e25452;
}


.ucn_scheduleStep_img{}
.ucn_scheduleStep_innerItem  + .ucn_scheduleStep_innerItem{
  margin-top: 50px;
}
.ucn_scheduleStep_innerHeading{
  text-align: center;
  margin-bottom: 30px;
}
.ucn_scheduleStep_innerHeading_str{
  color: #6A6B6B;
  font-weight: bold;
  font-size: 20px;
}
.ucn_scheduleStep_boxFlex{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.ucn_scheduleStep_boxItem{
  width: 330px;
}
.ucn_scheduleStep_boxItem.ucn_scheduleStep_boxItem_bg{
  width: 300px;
}
.ucn_scheduleStep_boxItem_bg{
  background-color: rgba(230, 104, 102, 0.1);
  padding: 15px;
  position:relative;
}
.ucn_scheduleStep_boxItem_bg:before{
  content:"";
  background-image: url("/resource/img/ucn/img_ucn_icon_point.png");
  background-repeat: no-repeat;
  width: 69px;
  height: 45px;
  top: -10px;
  left: -10px;
  position:absolute;
  z-index: 1;
}
.ucn_scheduleStep_boxImg{}
.ucn_modalOpen{
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: baseline;
}
.ucn_modalOpen:hover{
  transition: 0.3s;
  opacity: 0.6;
}

.ucn_scheduleStep_boxImg_main{
  width: 330px;
}
.ucn_scheduleStep_boxImg_zoom{
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  bottom: -10px;
  right: 10px;
  background-color: rgba(204,204,204,.5);
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ucn_scheduleStep_boxItem_bg .ucn_scheduleStep_boxImg_main{
  width: 270px;
}
.ucn_scheduleStep_boxStr{
  margin-top: 10px;
}
.ucn_scheduleStep_innerFrex{
  display: flex;
  margin-top: 15px;
}
.ucn_scheduleStep_str{
  padding-left: 20px;
}
@media screen and (max-width:768px){
  .ucn_scheduleStep_boxItem{
    width: 50%;
  }
  .ucn_scheduleStep_boxItem.ucn_scheduleStep_boxItem_bg{
    width: 45%;
  }
  .ucn_scheduleStep_boxImg_main{
    width:100%;
    max-width: auto;
  }
  .ucn_scheduleStep_boxItem_bg .ucn_scheduleStep_boxImg_main{
    width: 100%;
  }
  .ucn_scheduleStep_img {
    min-width: 45%;
  }
}
@media screen and (max-width:599px){
  .ucn_scheduleStep{
    padding: 40px 20px;
  }
  .ucn_scheduleStep_boxFlex{
    display: block;
  }
  .ucn_scheduleStep_boxItem{
    min-width: 100%;
    width: auto;
  }
  .ucn_scheduleStep_boxItem + .ucn_scheduleStep_boxItem{
    margin-top:20px;
  }
  .ucn_scheduleStep_boxItem.ucn_scheduleStep_boxItem_bg{
    width: auto;
  }
  .ucn_scheduleStep_boxImg_main{
    width: 100%;
  }
  .ucn_scheduleStep_innerFrex{
    display: block;
  }
  .ucn_scheduleStep_innerHeading{
    text-align:left;
  }
  .ucn_scheduleStep_img {
    min-width: 100%;
  }
  .ucn_scheduleStep_imgMain{
    width: 100%;
  }
  .ucn_scheduleStep_str{
    padding-left: 0;
    margin-top:10px;
  }
}
@media screen and (max-width:499px){
}
/*
    ucn_bgBox テーブル表
================================*/
.ucn_bgBox{
  background: #f2f0eb;
  padding: 30px;
  margin-top: 40px;
}
.ucn_bgBox_tableLine{
  display: flex;
}
.ucn_bgBox_tableLine + .ucn_bgBox_tableLine{
  margin-top: 5px;
}
.ucn_bgBox_tableHeader{
  min-width: 29%;
  background: #e66866;
  padding:10px;
  display: flex;
  align-items: center;
}
.ucn_bgBox_tableHeader_main{
  color: #fff;
}
.ucn_bgBox_tableCont{
  min-width: 71%;
  background: #fff;
  border: 1px solid #cdc4b3;
  border-left: none;
  padding:10px;
}
.ucn_bgBox_tableCont_main{
  display: flex;
  align-items: center;
}
.ucn_bgBox_tableCont_sub{
  font-size: 14px;
  color: #6A6B6B;
  font-weight: normal;
  text-indent: -1rem;
  padding-left: 1rem;
}
.ucn_bgBox_tableCont_link{
  display: inline-block;
  color: #6A6B6B;
  text-decoration: none;
  padding-left: calc(7px + 0.5rem);
  position:relative;
}
.ucn_bgBox_tableCont_link:before{
  content:"";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  border: 5px solid transparent;
  border-left: 8px solid #e66866;
}
.ucn_bgBox_tableCont_link:hover{
  color: #6A6B6B;
  text-decoration: none;
  opacity: 0.6;
  transition: .3s;
}
.ucn_bgBox_tableCont_sub-color{
  color: #e25452;
}
.ucn_bgBox_attention{
  margin-top: 10px;
}
.ucn_bgBox_attentionMain{
  font-size: 14px;
  color: #6A6B6B;
  font-weight: normal;
  text-indent: -1rem;
  padding-left: 1rem;
}

/*
    最下部のお申込み・問い合わせボタン
================================*/
.body_btn{
  margin-top: 80px;
}
.body_btn_apply,
.body_btn_inquary{
  text-align: center;  
}
.body_btn_apply + .body_btn_inquary{
  margin-top: 15px;
}
.body_btn_apply_target,
.body_btn_inquary_target{
  display: inline-flex;
  border-radius: 11px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 326px;
  height: 52px;
  justify-content: center;
  align-items: center;
}
.body_btn_apply_target:hover,
.body_btn_inquary_target:hover{
  color: #fff;
  transition: .3s;
  opacity: 0.6;
  text-decoration: none;
}
.body_btn_apply{}
.body_btn_apply_target{
  background-color: #EB6E00;
}
.body_btn_inquary{}
.body_btn_inquary_target{
  background-color: #E6002D;
}
@media screen and (max-width:768px){
}
@media screen and (max-width:599px){
}
@media screen and (max-width:499px){
  .body_btn_apply_target,
  .body_btn_inquary_target{
    width: 100%;
  }
}
/* 左ナビ */
.side_bannerBox__img img{
  width: 100%;
}


/*
    モーダル
================================*/
.ucn_scheduleStep_boxImg_modalBg{
  background-color: rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height: 100vh;
  z-index: 1000;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.ucn_scheduleStep_boxImg_modal_close {
  text-align: right;
  cursor: pointer;
}
.ucn_scheduleStep_boxImg_closeTarget{
  width: 60px;
  height: 60px;
}
.ucn_scheduleStep_boxImg_modal{
  width: 95%;
  max-width: 997px;
  margin: auto;
  margin-top: 50px;
}
.ucn_scheduleStep_boxImg_modal_img{
  height: 380px;
  overflow: auto;
  cursor: default;
}
.ucn_scheduleStep_boxImg_modal_imgMain {
  vertical-align: bottom;
  max-width: 980px;
}
@media (min-height: 500px) {
  .ucn_scheduleStep_boxImg_modal_img{
    height: 380px;
    overflow: auto;
  }
}
@media (min-height: 600px) {
  .ucn_scheduleStep_boxImg_modal_img{
    height: 470px;
    overflow: auto;
  }
}
@media (min-height: 750px) {
  .ucn_scheduleStep_boxImg_modal_img{
    height: auto;
    overflow: auto;
  }
}
@media (min-height: 900px) {
  .ucn_scheduleStep_boxImg_modal_img{
    height: 750px;
    overflow: auto;
  }
}
@media (min-height: 1100px) {
  .ucn_scheduleStep_boxImg_modal_img{
    height: 934px;
  }
}
@media screen and (max-width: 768px){
.ucn_scheduleStep_boxImg_modal_closeTarget{
  width: 30px;
  height: 30px;
  }
}
/* Indeed求人画面イメージ モーダルjs*/
.js_modal_active{
  visibility: visible;
  opacity: 1;
}
/*
    js
================================*/
.js_modal_image{
  cursor: pointer;
}
/*
    flex box
================================*/
.box_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.box_flex-hasGutterSm  { margin: -15px; }
.box_flex-hasGutterMd { margin: -20px; }

.box_flex_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
}

.box_flex-hasGutterSm > .box_flex_inner { padding: 15px; }
.box_flex-hasGutterMd > .box_flex_inner { padding: 20px; }

.box_flex_item {}

.box_flex-full {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.box_flex-full_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}


/* 申し込み用iframe */
.ucn_applyIframe{
  line-height: 0;
}
.ucn_applyIframe__iframe{
  width: 100%;
  height: 55px;
}
@media screen and (max-width: 768px){
  .ucn_applyIframe__iframe{
    height: 75px;
  }
}


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

/* 申込の流れ */
.m_heading--secondary {
  border-bottom: 2px solid #EA837C;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 10px;
}
.m_heading--secondary > .m_heading__ttl {
  font-size: 25px;
  color: #6A6B6B;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.m_heading__subTtl { display: none; }
.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;
  }
}


/* 全力QA*/
.m_qaLink {
  text-align: center;
}
.m_qaLink__ttl {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-weight: 700;
  font-size: 20px;
}
.m_qaLink__ttl::before, .m_qaLink__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1.4em;
  height: 2px;
  margin: auto 0;
  border-radius: 100px;
  background: #333;
}
.m_qaLink__ttl::before {
  left: 0;
  transform: rotate(45deg);
}
.m_qaLink__ttl::after {
  right: 0;
  transform: rotate(-45deg);
}
.m_qaLink__target {
  transition: .3s;
}
.m_qaLink__target:hover {
  opacity: .7;
}
.u_hide {
  display: none;
}
@media screen and (max-width: 599px){
  .u_resSmInline {
    display: inline;
  }
}

/*===============================

    Utility

================================*/
/* color */
.u_color-coral { color: #ff7f50 !important; }
.u_color-rouge { color: #ec2c43 !important; }
.u_color-crimson { color: #e6002d !important; }

/* display */
.u_d-b { display: block !important; }
.u_d-fx { display: flex !important; }
@media screen and (max-width: 768px){
  .u_res_m_d-n { display: none; }
}
@media screen and (max-width: 599px){
  .u_res_d-n { display: none; }
  .u_res_d-b { display: block; }
}

/* float */
.u_fl-n { float: none !important; }
.u_fl-l { float: left !important; }
.u_fl-r { float: right !important; }

/* font-size */
.u_fz-xs { font-size: .75em !important; }
.u_fz-sm { font-size: .875em !important; }
.u_fz-md { font-size: 1em !important; }
.u_fz-lg { font-size: 1.25em !important; }
.u_fz-xl { font-size: 1.5em !important; }
.u_fz-sr { font-size: smaller !important; }
.u_fz-lr { font-size: larger !important; }

.u_fz10 { font-size: 10px !important; }
.u_fz11 { font-size: 11px !important; }
.u_fz12 { font-size: 12px !important; }
.u_fz13 { font-size: 13px !important; }
.u_fz14 { font-size: 14px !important; }
.u_fz15 { font-size: 15px !important; }
.u_fz16 { font-size: 16px !important; }
.u_fz17 { font-size: 17px !important; }
.u_fz18 { font-size: 18px !important; }
.u_fz19 { font-size: 19px !important; }
.u_fz20 { font-size: 20px !important; }

/* font-weigth */
.u_fw-b { font-weight: bold !important; }
.u_fw-n { font-weight: normal !important; }

/* line-height */
.u_lh-nm { line-height: normal !important; }
.u_lh-ih { line-height: inherit !important; }
.u_lh0 { line-height: 0 !important; }
.u_lh1 { line-height: 1 !important; }
.u_lh2 { line-height: 2 !important; }
.u_lh3 { line-height: 3 !important; }
.u_lh4 { line-height: 4 !important; }
.u_lh5 { line-height: 5 !important; }
.u_lh6 { line-height: 6 !important; }
.u_lh-xs { line-height: 1.25 !important; }
.u_lh-sm { line-height: 1.33 !important; }
.u_lh-md { line-height: 1.5 !important; }
.u_lh-lg { line-height: 1.75 !important; }
.u_lh-xl { line-height: 2 !important; }

/* padding */
.u_pt0 { padding-top: 0 !important; }
.u_pt-xs { padding-top: 0.2rem !important; }
.u_pt-sm { padding-top: 0.5rem !important; }
.u_pt-md { padding-top: 1rem !important; }
.u_pt-lg { padding-top: 1.5rem !important; }
.u_pt-xl { padding-top: 3rem !important; }

.u_pl0 { padding-left: 0 !important; }
.u_pl-xs { padding-left: 0.2rem !important; }
.u_pl-sm { padding-left: 0.5rem !important; }
.u_pl-md { padding-left: 1rem !important; }
.u_pl-lg { padding-left: 1.5rem !important; }
.u_pl-xl { padding-left: 3rem !important; }

.u_pb0 { padding-bottom: 0 !important; }
.u_pb-xs { padding-bottom: 0.2rem !important; }
.u_pb-sm { padding-bottom: 0.5rem !important; }
.u_pb-md { padding-bottom: 1rem !important; }
.u_pb-lg { padding-bottom: 1.5rem !important; }
.u_pb-xl { padding-bottom: 3rem !important; }

.u_pr0 { padding-right: 0 !important; }
.u_pr-xs { padding-right: 0.2rem !important; }
.u_pr-sm { padding-right: 0.5rem !important; }
.u_pr-md { padding-right: 1rem !important; }
.u_pr-lg { padding-right: 1.5rem !important; }
.u_pr-xl { padding-right: 3rem !important; }

.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.u_py10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.u_py20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.u_py30 { padding-top: 30px !important; padding-bottom: 30px !important; }

.u_pt5 { padding-top: 5px !important; }
.u_pt10 { padding-top: 10px !important; }
.u_pt15 { padding-top: 15px !important; }
.u_pt20 { padding-top: 20px !important; }
.u_pt30 { padding-top: 30px !important; }
.u_pt50 { padding-top: 50px !important; }
.u_pt100 { padding-top: 100px !important; }

.u_pt-5 { padding-top: -5px !important; }
.u_pt-10 { padding-top: -10px !important; }
.u_pt-15 { padding-top: -15px !important; }
.u_pt-20 { padding-top: -20px !important; }
.u_pt-30 { padding-top: -30px !important; }
.u_pt-50 { padding-top: -50px !important; }
.u_pt-100 { padding-top: -100px !important; }

.u_pl5 { padding-left: 5px !important; }
.u_pl10 { padding-left: 10px !important; }
.u_pl15 { padding-left: 15px !important; }
.u_pl20 { padding-left: 20px !important; }
.u_pl30 { padding-left: 30px !important; }
.u_pl50 { padding-left: 50px !important; }
.u_pl100 { padding-left: 100px !important; }

.u_pl-5 { padding-left: -5px !important; }
.u_pl-10 { padding-left: -10px !important; }
.u_pl-15 { padding-left: -15px !important; }
.u_pl-20 { padding-left: -20px !important; }
.u_pl-30 { padding-left: -30px !important; }
.u_pl-50 { padding-left: -50px !important; }
.u_pl-100 { padding-left: -100px !important; }

.u_pb5 { padding-bottom: 5px !important; }
.u_pb10 { padding-bottom: 10px !important; }
.u_pb15 { padding-bottom: 15px !important; }
.u_pb20 { padding-bottom: 20px !important; }
.u_pb30 { padding-bottom: 30px !important; }
.u_pb50 { padding-bottom: 50px !important; }
.u_pb100 { padding-bottom: 100px !important; }

.u_pb-5 { padding-bottom: -5px !important; }
.u_pb-10 { padding-bottom: -10px !important; }
.u_pb-15 { padding-bottom: -15px !important; }
.u_pb-20 { padding-bottom: -20px !important; }
.u_pb-30 { padding-bottom: -30px !important; }
.u_pb-50 { padding-bottom: -50px !important; }
.u_pb-100 { padding-bottom: -100px !important; }

.u_pr5 { padding-right: 5px !important; }
.u_pr10 { padding-right: 10px !important; }
.u_pr15 { padding-right: 15px !important; }
.u_pr20 { padding-right: 20px !important; }
.u_pr30 { padding-right: 30px !important; }
.u_pr50 { padding-right: 50px !important; }
.u_pr100 { padding-right: 100px !important; }

.u_pr-5 { padding-right: -5px !important; }
.u_pr-10 { padding-right: -10px !important; }
.u_pr-15 { padding-right: -15px !important; }
.u_pr-20 { padding-right: -20px !important; }
.u_pr-30 { padding-right: -30px !important; }
.u_pr-50 { padding-right: -50px !important; }
.u_pr-100 { padding-right: -100px !important; }

.u_p-a { padding: auto !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_ml0 { margin-left: 0 !important; }
.u_ml-xs { margin-left: 0.2rem !important; }
.u_ml-sm { margin-left: 0.5rem !important; }
.u_ml-md { margin-left: 1rem !important; }
.u_ml-lg { margin-left: 1.5rem !important; }
.u_ml-xl { margin-left: 3rem !important; }

.u_mb0 { margin-bottom: 0 !important; }
.u_mb-xs { margin-bottom: 0.2rem !important; }
.u_mb-sm { margin-bottom: 0.5rem !important; }
.u_mb-md { margin-bottom: 1rem !important; }
.u_mb-lg { margin-bottom: 1.5rem !important; }
.u_mb-xl { margin-bottom: 3rem !important; }

.u_mr0 { margin-right: 0 !important; }
.u_mr-xs { margin-right: 0.2rem !important; }
.u_mr-sm { margin-right: 0.5rem !important; }
.u_mr-md { margin-right: 1rem !important; }
.u_mr-lg { margin-right: 1.5rem !important; }
.u_mr-xl { margin-right: 3rem !important; }

.u_my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.u_my10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.u_my20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.u_my30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.u_mt5 { margin-top: 5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_mt-5 { margin-top: -5px !important; }
.u_mt-10 { margin-top: -10px !important; }
.u_mt-15 { margin-top: -15px !important; }
.u_mt-20 { margin-top: -20px !important; }
.u_mt-30 { margin-top: -30px !important; }
.u_mt-50 { margin-top: -50px !important; }
.u_mt-100 { margin-top: -100px !important; }

.u_ml5 { margin-left: 5px !important; }
.u_ml10 { margin-left: 10px !important; }
.u_ml15 { margin-left: 15px !important; }
.u_ml20 { margin-left: 20px !important; }
.u_ml30 { margin-left: 30px !important; }
.u_ml50 { margin-left: 50px !important; }
.u_ml100 { margin-left: 100px !important; }

.u_ml-5 { margin-left: -5px !important; }
.u_ml-10 { margin-left: -10px !important; }
.u_ml-15 { margin-left: -15px !important; }
.u_ml-20 { margin-left: -20px !important; }
.u_ml-30 { margin-left: -30px !important; }
.u_ml-50 { margin-left: -50px !important; }
.u_ml-100 { margin-left: -100px !important; }

.u_mb5 { margin-bottom: 5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb100 { margin-bottom: 100px !important; }

.u_mb-5 { margin-bottom: -5px !important; }
.u_mb-10 { margin-bottom: -10px !important; }
.u_mb-15 { margin-bottom: -15px !important; }
.u_mb-20 { margin-bottom: -20px !important; }
.u_mb-30 { margin-bottom: -30px !important; }
.u_mb-50 { margin-bottom: -50px !important; }
.u_mb-100 { margin-bottom: -100px !important; }

.u_mr5 { margin-right: 5px !important; }
.u_mr10 { margin-right: 10px !important; }
.u_mr15 { margin-right: 15px !important; }
.u_mr20 { margin-right: 20px !important; }
.u_mr30 { margin-right: 30px !important; }
.u_mr50 { margin-right: 50px !important; }
.u_mr100 { margin-right: 100px !important; }

.u_mr-5 { margin-right: -5px !important; }
.u_mr-10 { margin-right: -10px !important; }
.u_mr-15 { margin-right: -15px !important; }
.u_mr-20 { margin-right: -20px !important; }
.u_mr-30 { margin-right: -30px !important; }
.u_mr-50 { margin-right: -50px !important; }
.u_mr-100 { margin-right: -100px !important; }

.u_m-a { margin: auto !important; }

/* position */
.u_pos-r { position: relative !important; }
.u_pos-a { position: absolute !important; }

/* text-align */
.u_ta-c { text-align: center !important; }
.u_ta-r { text-align: right !important; }
.u_ta-l { text-align: left !important; }

/* text-indent */
.u_ti--1 { text-indent: -1em !important; padding-left: 1em !important; }
.u_ti-0 { text-indent: 0em !important; padding-left: 0em !important; }

/* text-decoration */
.u_td-n { text-decoration: none !important; }
.u_td-u { text-decoration: underline !important; }
.u_td-o { text-decoration: overline !important; }
.u_td-l { text-decoration: line-through !important; }

/* vertical-align */
.u_va-sup { vertical-align: super !important; }
.u_va-t { vertical-align: top !important; }
.u_va-tt { vertical-align: text-top !important; }
.u_va-m { vertical-align: middle !important; }
.u_va-bl { vertical-align: baseline !important; }
.u_va-b { vertical-align: bottom !important; }
.u_va-tb { vertical-align: text-bottom !important; }
.u_va-sub { vertical-align: sub !important; }

/* flexbox */
.u_ac-fs { align-content: flex-start !important; }
.u_ac-fe { align-content: flex-end !important; }
.u_ac-c { align-content: center !important; }
.u_ac-sb { align-content: space-between !important; }
.u_ac-sa { align-content: space-around !important; }
.u_ac-s { align-content: stretch !important; }
.u_ai-fs { align-items: flex-start !important; }
.u_ai-fe { align-items: flex-end !important; }
.u_ai-c { align-items: center !important; }
.u_ai-b { align-items: baseline !important; }
.u_ai-s { align-items: stretch !important; }
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }
.u_jc-fs { justify-content: flex-start !important; }
.u_jc-fe { justify-content: flex-end !important; }
.u_jc-c { justify-content: center !important; }
.u_jc-sb { justify-content: space-between !important; }
.u_jc-sa { justify-content: space-around !important; }
.u_fx0-1-a { flex: 0 1 auto !important; }
.u_fx1-0-a { flex: 1 0 auto !important; }
.u_fx1-1-a { flex: 1 1 auto !important; }
.u_fx0-0-a { flex: 0 0 auto !important; }
.u_fx1-0-0 { flex: 1 0 0% !important; }

/* order */
.u_ord0 { order: 0 !important; }
.u_ord1 { order: 1 !important; }
.u_ord2 { order: 2 !important; }
.u_ord3 { order: 3 !important; }
.u_ord4 { order: 4 !important; }
.u_ord5 { order: 5 !important; }
.u_ord6 { order: 6 !important; }
.u_ord9999 { order: 9999 !important; }
.u_ord-1 { order: -1 !important; }

/* table-layout */
.u_tbl-a { table-layout: auto !important; }
.u_tbl-f { table-layout: fixed !important; }

/* width */
.u_w350 { width: 350px !important; }
.u_w400 { width: 400px !important; }

.u_w40p { width: 40% !important; }
.u_w45p { width: 45% !important; }
.u_w50p { width: 50% !important; }

.u_maW70p { max-width: 70% !important; }
.u_maW75p { max-width: 75% !important; }
.u_maW80p { max-width: 80% !important; }

.sp { display: none; }

.u_hide { display: none; }

@media screen and (max-width:768px){
  .u_resMdBlock { display: block; }
}

/* JS用モーダル */
.ucn_modal_fixed_body{
  overflow: hidden;
}

.ucn_modal_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
    opacity: 0;
    transition: 0.25s ease-out;
    z-index: 99999;
}

.ucn_modal_wrapper.show {
    opacity: 1;
    pointer-events: all;
}
.ucn_modal_inner{
    position: absolute;
    max-width: 800px;
    width: 80%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0;
    transition: 0.5s ease-out;
}
.ucn_modal_image{
  max-height: 562px;
  overflow: auto;
}
.ucn_modal_image_main{
  width: 100%;
  user-select: none;
}
.ucn_modal_close{
  text-align: right;
  cursor: pointer;
}


/*
.ucn_modal_image {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0;
    transition: 0.5s ease-out;
}
*/
.ucn_modal_inner.show {
    opacity: 1;
}
.ucn_modal_image.show {
    opacity: 1;
}
@media screen and (max-height:650px){
  .ucn_modal_image{max-height: 350px;}
}
/* sideNav */
.m_sideNav_certificationBottom{
  width: 200px;  
  margin-bottom: 10px;
  float: left;
}
.m_sideNav_certificationBottom_heading{
  font-size: 14px;
  font-weight: bold;
  border-top: 2px solid #E45A51;
  padding-top: 5px;
  margin-bottom: 10px;
}
.m_sideNav_certificationBottom_link{transition: .3s;}
.m_sideNav_certificationBottom_link:hover{opacity: .7;}
@media screen and (max-width: 768px){
  .m_sideNav_certificationBottom {
    display: none;
  }
}
.insCompanyInfo{
  float : left;
}