/* CSS Document */

@charset "utf-8";

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

    common

================================*/
html { scroll-behavior: smooth; }
body{
  color: #333;
  font: 400 16px "Helvetica Neue","Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
}

#base{
  width: auto;
  min-width: 1220px;
}

div#cont {
  margin: auto;
  width: 960px;
}

.wrapper_main {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 100%;
}
.wrapper_main > *:last-child { margin-bottom: 0; }

/*
    フレックスボックス
================================*/
.l_nps_glid{
  display:flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .m_about_course .l_nps_glid{
    display: block;
  }
}
@media screen and (max-width: 599px){
  .m_effect .l_nps_glid{
    display: block;
  } 
}

/* ========== 画像 ========== */
.imageBoxWrapper {
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 10px;
}

.imageBox {
  display: flex;
  flex-wrap: wrap;
}

.imageBox--align_left { justify-content: flex-start; }
.imageBox--align_center { justify-content: center; }
.imageBox--align_right { justify-content: flex-end; }

.imageBox--caption {
  font-size: 13px;
  font-weight: bold;
}

.imageBox__img {
  /*border-radius: 10px;*/
  display: block;
  height: auto;
  max-width: 100%;
}


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

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

/* 段落 */


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


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

.list--sideNavi {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.list--sideNavi__item {}

.list--sideNavi__item + .list--sideNavi__item { border-top: 1px solid #707070; }

.list--sideNavi__link {
  color: currentColor;
  display: block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
  font-weight: 500;
}

.list--sideNavi__link:hover {
  color: currentColor;
  transition: .3s;
  opacity: 0.6;
  text-decoration: none;
}


@media screen and (max-width:768px){
  #base { min-width: auto; }
  .wrapper { width: 100%; }
  .container_side { display: none; }
}


/*
    link
================================*/
.linkWrapper {
  display: flex;
  flex-wrap: wrap;
}
.linkWrapper--align_left { justify-content: flex-start; }
.linkWrapper--align_center { justify-content: center; }
.linkWrapper--align_right { justify-content: flex-end; }

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

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

/* ▶マーク */
.link--hasMark_angle {
  color: #052674;
  display: block;
  padding-left: 15px;
  position: relative;
	text-decoration: none;
}

.link--hasMark_angle::before {
  border: 6px solid transparent;
  border-left: 11px solid #4AC997;
  border-right: 0;
  content: "";
  display: block;
  height: 0;
  margin-right: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
}

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



/*
    list
================================*/
.list--hasMark { margin-bottom: 30px; }

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

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


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

    contents header

================================*/
.container_header { margin-bottom: 30px; }

.container_header h1 { margin-bottom: 20px; }

.container_header h1 > img {
  display: block;
}

/*
    ナビ
================================*/
.list--navi {
  border-right: 2px dotted #707070;
  border-left: 2px dotted #707070;
  display: flex;
  flex-wrap: wrap;
}

.list--navi__item {
  display: flex;
  flex: 1;
  justify-content: center;
}

.list--navi__item + .list--navi__item { border-left: 2px dotted #707070; }

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

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

.list--navi__link:hover {
  color: #0D57A7;
  text-decoration: none;
}

.list--navi__link:hover::after { transform: scale(1, 1); }

.list--navi__link > br{
  display: none;
}

@media screen and (max-width: 768px) {
  .heading--keyVisual img {
    height: auto;
    max-width: 100%;
  }
  .list--navi__link > br{
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .list--navi:after{
    content:"";
    flex: 1 1 50%;
  }
  .list--navi__item { flex: 1 1 50%; }
  .list--navi__item + .list--navi__item { border-left: none; }
  .list--navi__link > br{ display: none; }
}


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

    contents body

================================*/
.container_body { width: 730px; }
.container_body > *:last-child { margin-bottom: 0; }

.sectionBox { margin-bottom: 70px; }

.m_nps_item{ margin-top: 15px;}
.m_nps_normalText { 
  font-size: 15px;
  margin-bottom: 10px; 
}
.m_nps_normalText_sub{ 
  font-size: 14px;
  color: #7B7B7B; 
  text-indent: -1rem;
  padding-left: 1rem;
}
.m_nps_btn{
  text-align: center;
  margin: 60px 0;
}
.m_nps_btnMain{
  background: linear-gradient(to right ,#0A72E6,#12ADD6);
  color: #fff;
  border-radius: 30px;
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  line-height: 1;
  padding: 11px 10px;
  width: 284px;
}
.m_nps_btnMain:hover{
  background: linear-gradient(#007AFF,#007AFF);
  opacity: 0.6;
  transition: .3s;
  color: #fff;
  text-decoration: none;
}

.u_text--comment {
  color: #999;
  font-size: 14px;
}
.u_text--hasIndent_1em {
  padding-left: 1em;
  text-indent: -1em;
}


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

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

/*
    見出し
================================*/
.m_headingPrimary{
  color: #0D57A7;
  display: flex;
  font-size: 24px;
  font-weight: bold;
}

.m_headingPrimary:before {
  content: url("/resource/img/nco/nps_e-learning/icon_heading.png");
  display: block;
  height: auto;
  line-height: 1;
  padding-right: 5px;
}

.m_headingSecondary {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
}

@media screen and (max-width: 599px) {
  .headingPrimary { line-height: 1.2; }
}


/*
    NPS(ネットプロモータースコア)とは？
================================*/
.m_about{}
.m_about_course{}

.m_about_course_2colItem{
  width: 363px;
  display: flex;
  margin-top: 30px;
}
.m_about_course_2colItem_inner{
  width: 356px;
  border: 2px solid #0D57A7;
  border-radius: 5px;
  box-shadow: 7px 7px rgba(10, 114, 230,.2);
}
.m_about_course_2colItem_img{
  text-align: center;
  padding: 20px;
}
.m_about_course_2colItem_colorBg{
  background-color: #0D57A7;
  padding-top: 5px;
  padding-bottom: 5px; 
}
.m_about_course_2colItem_whiteBg{
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_about_course_2colItem_colorBg,
.m_about_course_2colItem_whiteBg{
  padding-left: 20px;
  padding-right: 20px;
}
.m_about_course_2colItem_colorBg_text{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .m_about_course_2colItem{
    margin: 30px auto 0;
    width: 100%;
  }
  .m_about_course_2colItem_inner{
    width: 100%;
  }
  .m_about_course_2colItem_colorBg{
    text-align: center;
  }
  .m_about_course_2colItem_colorBg_text{
    text-align: left;
    display: inline-block;
  }
  .m_about_course_2colItem_colorBg_text > br{
    display: none;
  }
}


/*
    特長
================================*/
.m_feature{}
.m_feature_listItem{
  position: relative;
}
.m_feature_listItem_num{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.m_feature_listItem_numPoint{
  font-size: 12px;
  font-weight: bold;
  color: #0D57A7;
}
.m_feature_listItem_numMain{
  font-size: 56px;
  font-weight: bold;
  color: #0D57A7;
  font-family: 'Roboto', sans-serif;
  line-height: 0.8;
}
.m_feature_listItem_headingMain,
.m_feature_listItem_text{
  padding-left: 45px;
}
.m_feature_listItem_heading{
  position: relative;
  padding-top:18px;
}
.m_feature_listItem_heading:after{
  content: "";
  background: linear-gradient(to left ,#0A72E6,#A0DEEF);
  height: 6px;
  width: 76%;
  display: block;
}
.m_feature_listItem_headingMain{
  font-size: 18px;
  font-weight: bold;
  color: #0D57A7;
}
.m_feature_listItem_text{
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .m_feature_listItem_heading:after{
    width: 100%;
  }
}

/*
    導入効果
================================*/
.m_effect{}
.m_effect_listItem{
  width: 216px;
}
.m_effect .m_nps_normalText{
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .m_effect_listItem + .m_effect_listItem{
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .m_effect_listItem + .m_effect_listItem{
    margin-left: 0px;
    margin-top: 20px;
  }
  .m_effect_listItem{
    width: auto;
    display: flex;
  }
  .m_effect_listItem_img{
    text-align: center;  
    min-width: 150px;
    max-width: 150px;
  }
  .m_effect_listItem_text{
    padding-left: 10px;
  }
}

/*
    概要
================================*/
.m_overview{}
.m_overview .m_nps_normalText{
  font-weight: 500;
}
.m_overview-pc{
  display: block;
}
.m_overview-sp{
  display: none;
}
.m_overview_topHeading,
.m_overview_line {
  display: flex;
  justify-content: space-between;
}
.m_overview_courseType-license,
.m_overview_courseType-basic{
  width: 287px;
}
.m_overview_topHeading_courseType,
.m_overview_line_sideHeading,
.m_overview_line_courseType{
  padding: 10px;
}

.m_overview_topHeading_courseType.m_overview_courseType-license{
  background-color: #3D79B9;
}
.m_overview_topHeading_courseType.m_overview_courseType-basic{
  background-color: #F3876C;
}
.m_overview_topHeading_courseType_text{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.m_overview_topHeading_courseType{
  border-radius: 5px 5px 0 0 ;
  text-align: center;
}
.m_overview_topHeading_empty,
.m_overview_line_sideHeading{
  min-width: 152px;
}
.m_overview_line_sideHeading{
  background-color:#0D57A7;
  border-bottom: 2px dotted #fff;
  display: flex;
  align-items: center;
}
.m_overview_line:last-of-type .m_overview_line_sideHeading{
  border-bottom: none;
}
.m_overview_line_sideHeading_text{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.m_overview_line_courseType.m_overview_courseType-license{
  border-left: 2px solid #3D79B9;
  border-right:  2px solid #3D79B9;
}
.m_overview_line_courseType.m_overview_courseType-basic{
  border-left: 2px solid #F3876C;
  border-right:  2px solid #F3876C;
}
.m_overview_line:last-of-type .m_overview_line_courseType.m_overview_courseType-license{
  border-bottom: 2px solid #3D79B9;
}
.m_overview_line:last-of-type .m_overview_line_courseType.m_overview_courseType-basic{
  border-bottom: 2px solid #F3876C;
}
.m_overview_line_courseType{
  border-bottom: 2px dotted #707070;
}
.m_overview_line:last-of-type .m_overview_line_courseType{
  border-bottom: none;
}
.m_overview_goal .m_overview_line_courseType_text,
.m_overview_method .m_overview_line_courseType_text{
  text-align: center;
}
.m_overview_time .m_overview_line_courseType,
.m_overview_expense .m_overview_line_courseType,
.m_overview_conditions .m_overview_line_courseType,
.m_overview_term .m_overview_line_courseType{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.m_overview_conditions .m_overview_line_courseType_text{
  text-align: center;
}
.m_overview_method .m_overview_line_courseType_text.m_nps_normalText{
  margin-bottom: 0;
}
.m_overview_mokuji .m_overview_line_courseType_text{
  text-indent: -85px;
  padding-left: 85px;
  margin-bottom: 0;
}
.m_overview_goal .m_overview_line_courseType_text:last-of-type,
.m_overview_mokuji .m_overview_line_courseType_text:last-of-type{
  margin-bottom: 0;
}
.m_overview_mokuji .m_overview_line_courseType_text > br{
  display: none;
}
.m_overview_conditions .m_overview_line_courseType_text_brackets{
  text-align: center;
  font-size: 17px;
  letter-spacing: -1px;
}
@media screen and (max-width:768px){
  .m_overview_topHeading_empty, .m_overview_line_sideHeading{
    min-width: 118px;
    width: 118px;
  }
  .m_overview_line_sideHeading_text{
    font-size: 14px;
  }
  .m_overview_courseType-license, .m_overview_courseType-basic{
    width: 100%;
    margin-left: 2px;
  }
  .m_overview_mokuji .m_overview_line_courseType_text > br{
    display: none;
  }
}
@media screen and (max-width:599px){
  .m_overview-pc{
    display: none;
  }
  .m_overview-sp{
    display: block;
  }
  .m_overview_table + .m_overview_table{
    margin-top: 20px;
  }
  .m_overview_topHeading_empty, .m_overview_line_sideHeading{
    min-width: 90px;
    width: 90px;
  }
  .m_overview_line_sideHeading_text{
    font-size: 14px;
  }
  .m_overview_courseType-license, .m_overview_courseType-basic{
    width: 100%;
  }
}
/*
    申込方法
================================*/
.m_apply{}
.m_apply .m_nps_normalText{
  font-weight: 500;
}
.m_apply_list{margin-top: 20px}
.m_apply_listItem + .m_apply_listItem{
  margin-top: 30px;
}
.m_apply_listItem_text{
  margin-bottom: 20px;
}
.m_apply_webinsBtn_main:after{
  content: url("/resource/img/nco/nps_e-learning/icon_login.png");
  padding-left: 10px;
}

/*
    よくあるご質問
================================*/
.m_faq_list{
  padding: 0 20px 20px 20px;  
  background-color: #F6FAFF;
}
.m_faq_listItem {
  padding: 15px 0;
  border-bottom: 2px dotted #707070;
}
.m_faq_listItem_Q_text,
.m_faq_listItem_A_text{
  padding-top: 7px;
}
.m_faq_listItem_Q {
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #0D57A7;
  line-height: 1.2;
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
}
.m_faq_listItem_Q:before {
  content: url("/resource/img/nco/nps_e-learning/icon_q.png");
  display: block;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}
.m_faq_listItem_A {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}
.m_faq_listItem_A:before {
  content: url("/resource/img/nco/nps_e-learning/icon_a.png");
  display: block;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}
.m_faq_listItem_A_text.m_nps_normalText{
  margin-bottom: 0;
}
.m_faq_listItem_A_link{
  color: #0D1BD6;
  text-decoration: underline;
}
.m_faq_listItem_A_link:hover{
  transition: .3s;
  opacity: 0.6;
  color: #0D1BD6;
}
@media screen and (max-width: 599px) {}
/*===============================

    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: 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; }
.u_fx1-1-0 { flex: 1 1 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; }

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