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

    common

================================*/
body{
  color: #505050;
  font: 400 15px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

#cont { line-height: 1.6; }

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
  text-align: left;
  width: 960px;
}

.container {
  order: 2;
  /*float: right;*/
  width: 730px;
}

#main {}
#main > *:last-child { margin-bottom: 0; }


.text--note {
  font-size: 13px;
}

.text--note.__align_right {
  display: block;
  text-align: right;
}

#sideNav {}

@media screen and (max-width: 768px) {
  .wrapper {
    display: block;
    width: 100%;
  }
  .container {
    width: 100%;
  }
}


/*
    ナビゲーション
================================*/
.localNavi {
  background-color: #fff;
  margin:30px 0 30px;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navigationList {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.navigationList__item {
  padding: 5px;
  width: 33.33%;
}

.navigationList__link {
  align-items: center;
  background-color: #666;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, .16);
  color: #fff;
  display: flex;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
  transition: opacity .3s;
}

.navigationList__link:hover {
  opacity: .7;
  text-decoration: none;
}

.navigationList__link.__theme-internal { background-color: #943732 }
.navigationList__link.__theme-external { background-color: #522F71 }
.navigationList__link.__theme-humanResource  { background-color: #88761B }

.navigationList__link::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  display: block;
  flex-shrink: 0;
  height: .7em;
  margin-left: auto;
  transform: rotate(-45deg) skew(5deg, 5deg);
  width:.7em;
}

.navigationList__num {
  border-right: 1px solid #fff;
  flex-shrink: 0;
  font-size: 14px;
  margin-right: 9px;
  padding-right: 9px;
}

.navigationList__title {}

@media screen and (max-width: 768px) {
  .navigationList__title > br { display: none; }
}

@media screen and (max-width: 599px) {
  .localNavi {
    margin: 30px 0 50px;
    position: static;
  }
  .navigationList__item { width: 100%; }
  .navigationList__link { padding: 15px 30px 15px 10px; }
}

/*
    セクション
================================*/
.sectionBox { margin-bottom: 30px; }
.sectionBox.__first { margin-top: 30px; }
.sectionBox > *:last-child { margin-bottom: 0; }

.sectionBox__item { margin-bottom: 10px; }
.sectionBox__item > *:last-child { margin-bottom: 0; }


/*
    見出し
================================*/
.headingBox {}

.headingBox--primary { margin-bottom: 20px; }

.heading__title { color: #000; }

.headingBox--primary > .heading__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.headingBox--primary > .heading__title > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 8px;
}

.headingBox--secondary {}

.headingBox--secondary > .heading__title {
  align-items: center;
  background-color: #666;
  color: #fff;
  display: flex;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 32px;
  padding: 0 20px;
  position: relative;
}

.headingBox--secondary  > .heading__title::after {
  color: rgba(248, 249, 250, 0.08);
  content: "measures";
  display: block;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
  position: absolute;
  right: 20px;
  bottom: 0;
  text-transform: uppercase;
}

.headingBox--secondary.__theme-internal > .heading__title { background-color: #943732; }
.headingBox--secondary.__theme-external > .heading__title { background-color: #522f71; }
.headingBox--secondary.__theme-humanResource > .heading__title { background-color: #88761b; }

.headingBox--secondary > .heading__title > span {
  align-items: center;
  display: flex;
  font-size: 42px;
  letter-spacing: -0.06em;
  line-height: 1.33;
  margin-right: 16px;
}

.headingBox--secondary > .heading__title > span::before {
  content: "\65bd\7b56";/* 施策 */
  display: block;
  font-size: 20px;
  letter-spacing: normal;
  /*margin-top: 23px;*/
  margin-right: 12px;
}

@media screen and (max-width:320px) {
  .headingBox--secondary > .heading__title { font-size: 28px; }
  .headingBox--secondary  > .heading__title::after { font-size: 38px; }
}

.headingBox--tertiary {}

.headingBox--tertiary > .heading__title {
  color: #2c2c2c;
  border-left: 5px solid #666;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 15px;
}

.headingBox--tertiary.__theme-internal > .heading__title { border-left-color: #943732; }
.headingBox--tertiary.__theme-external > .heading__title { border-left-color: #522f71; }
.headingBox--tertiary.__theme-humanResource > .heading__title { border-left-color: #88761b; }


/*
    リスト
================================*/
.list {}
.list > *:last-child { margin-bottom: 0; }
.list__itme {}

/* チェックマーク */
.list--hasCheckMark {
  padding-left: 1em;
}
.list--hasCheckMark__item {
  line-height: 1.5;
  margin-bottom: 5px;
  text-indent: -1em;
}
.list--hasCheckMark__item::before {
  content: "\2713";
  display: inline;
  font-size: 1em;
  margin-right: 3px;
}

/* 箇条書き */
.list--hasBullet {}

.list--hasBullet__item {
  display: flex;
}

.list--hasBullet__item::before {
  content: "\30fb";
  color: #959595;
  display: block;
}


/*
    リンク
================================*/
.linkWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

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

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

/* テキストリンク */
.link {
  color: #1558D6;
}

.link:hover,
.link:focus {
  color: #157fd6;
  text-decoration: underline;
}

/* ボタン */
.link--btn {
  align-items: center;
  background-color: #d81b1b;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.35;
  padding: 15px 3em;
  text-decoration: none;
  transition: opacity .3s;
}

.link--btn::after {
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: block;
  height: .5em;
  margin-left: 25px;
  transform: rotate(45deg);
  width: .5em;
}

.link--btn:hover,
.link--btn:focus {
  opacity: .6;
  text-decoration: none;
}

.link--btn.__hierarchyTest {
  background-color: #2a93ac;
  font-size: 16px;
}

.link--btn.__assessment {
  background-color: #2AAC7B;
  font-size: 16px;
}

.link--btn.__acessor {
  background-color: #97AC2A;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .link--btn { padding: 15px; }
}


/*
    figure
================================*/
.figureBox {
  display: flex;
  flex-wrap: wrap;
}

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

.figureBox__title {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.figureBox__title.__attention {
  color: #d81b1b;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
}

.figureBox__item {
  display: block;
}


/*
    メッセージ
================================*/
.messageBox {
  background-color: #2b6d00;
  padding: 16px 10px 10px;
}

.headingBox--message { margin-bottom: 15px; }

.headingBox--message > .heading__title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.messageBox__contents {
  background-color: #fff;
  padding: 14px 17px;
}


/*
    flex box
================================*/
.flexBox {
  display: flex;
}

.flexBox__item {
  display: flex;
}

.flexBox__inner {
  display: block;
  width: 100%;
}


/*
    施策インデックス
================================*/
.policyIndexList {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.policyIndexList__item {
  display: flex;
  padding: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .policyIndexList__item + .policyIndexList__item::before {
    border: 1px dashed #DEDEDE;
    content: "";
    display: block;
    height: 100%;
    position: relative;
    top: 0;
    left: -15px;
  }
}

.policyIndexList__body {
  display: block;
  width: 100%;
}
.policyIndexList__body > *:last-child { margin-bottom: 0; }

.policyIndexList__title {
  align-items: center;
  display: flex;
  color: #2c2c2c;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.295;
  margin-bottom: 17px;
}

.policyIndexList__title > span {
  font-size: 26px;
  margin-right: 1em;
}

.policyIndexList__title.__theme-internal {}
.policyIndexList__title.__theme-internal {}
.policyIndexList__title.__theme-internal {}

.policyIndexList__title.__theme-internal > span { color: #943732; }
.policyIndexList__title.__theme-external > span { color: #522f71; }
.policyIndexList__title.__theme-humanResource > span { color: #88761b; }

.policyIndexList__subTitle {
  background-color: #ebebeb;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;  
}

.policyIndexList__contents {
  font-size: 15px;
  line-height: 1.6;
}


/*
    テーブル
================================*/
.tableWrapper { margin-top: 30px; }
.table__scroll { display: none; }

.table {
  border-top: 4px solid #666;
  margin-bottom: 30px;
  table-layout: fixed;
  width: 100%;
}

.table.__theme-internal { border-top-color: #943732; }
.table.__theme-external { border-top-color: #522f71; }
.table.__theme-humanResource { border-top-color: #88761B; }

.table__caption {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.table th {
  background-color: #f8f9fa;
  border: 2px solid #e4e4e4;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: middle;
}

.table thead th {
  text-align: center;
}

.table td {
  border: 2px solid #e4e4e4;
  color: #505050;
  font-size: 15px;
  padding: 5px 10px;
}

.th_price { text-align: center; }

.table + .text--note { margin-top: -20px; }

.table--hierarchyTest {}
.table--hierarchyTest td { padding: 10px; }

.th_cat {}
.th_skill {} 

.table--assessmentTable {}

.th_mainItem { width: 180px; }
.th_midItem { width: 205px; }
.th_subItem {}


@media screen and (max-width: 599px) {
  .tableWrapper {
    margin: 0 0 30px;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
  }
  .table__scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 30px;
  }
  .table__scrollItem {
    align-items: center;
    color: #1583be;
    display: flex;
  }
  
  .table__scrollItem::before {
    background-color: #1583be;
    content: url("/resource/img/bup/course_map/ico_scroll.png");
    display: block;
    height: 42px;
    width: 32px;
  }
  .tableWrapper .table { width: 730px; }
  .table .th_price { font-size: 11px; }
  .th_mainItem,
  .th_midItem { width: auto; }
  .th_subItem { width: 45%; }
}


/*
    プログラム例
================================*/
.programExample { margin-bottom: 30px; }

.programExampl__title {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.programExampl__title.__hasBorder {
  border-bottom: 4px solid #d81b1b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-top: 20px;
}


/* プログラム */
.program {
  border: 1px solid #707070;
}

.program__title {
  border-bottom: 1px solid #707070;
  color: #2c2c2c;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 20px;
  text-align: center;
}

.program__contents {}

.programDetail {}

.programDetail__body { padding: 10px 20px; }
.programDetail__body:nth-of-type(2n + 1) { background-color: #f8f9fa; }
.programDetail__body:not(:last-child) { border-bottom: 1px solid #707070; }

.programDetail__title {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.programDetail__contents {}

.programList {}

.programList__item {
  padding-left: 2em;
  text-indent: -2em;
}

.programList__item.__towDigits {
  padding-left: 2.8em;
  text-indent: -2.8em;
}

.programList__item.__work {
  padding-left: 4em;
  text-indent: -4em;
}

/* コースマップ */
.courseMap {}

.courseMap.__top { margin-bottom: 30px; }
.courseMap.__mid:not(:last-child) { margin-bottom: 20px; }
.courseMap.__bottom {}

.courseMap__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.courseMap__container {}

/*
.courseMap__header.is_fixed{
  height: 42px;
  position: sticky;
  top: 0;
  z-index: 1;
  max-width: 730px;
}*/
/*.courseMap__header.is_fixed .courseMap__headerInner{
  position: sticky;
  top: 0;
  z-index: 1;
  width: 730px;
}*/

.courseMap__header {}
.courseMap__headerInner {}
.courseMap__tHeading { width: 100%; }

.courseMap__tHeading > img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

#cat_coursemap001 svg {
  height: 390px;
  width: 730px;
}
#cat_coursemap002 svg {
  height: 149px;
  width: 730px;
}

@supports(position: sticky) { 
  #cat_coursemap001 svg,
  #cat_coursemap002 svg {
  height: auto;
  width: 100%;
  }
}

.courseMap__scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.courseMap__scrollItem {
  align-items: center;
  color: #1583be;
  display: flex;
}

.courseMap__scrollItem::before {
  background-color: #1583be;
  content: url("/resource/img/bup/course_map/ico_scroll.png");
  display: block;
  height: 42px;
  width: 32px;
}

@media screen and (max-width: 599px){
  .courseMap__container {
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
  }
  .courseMap__header.is_fixed  { width: calc(95% - 20px); }
  .courseMap__tHeading > img { max-width: fit-content; }
  .courseMap__mapItem { width: 970px; }
  #cat_coursemap001 svg,
  #cat_coursemap002 svg { width: fit-content; }
}


/*
    背景色ボックス
================================*/
.emphasysBox {
  background-color: #f8f9fa;
  font-size: 14px;
  padding: 10px 15px;
}

.emphasysBox__title {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.emphasysBox .link { line-height: 1.5; }


/*
    スキルマップの作成手順
================================*/
.flowBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.flowBox__item {
  display: flex;
  flex: 1;
}

.flowBox__item:not(:last-child)::after {
  border: 8px solid transparent;
  border-right: none;
  border-left: 20px solid #943732;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  width: 0;
}

@media screen and (max-width: 599px) {
  .flowBox { flex-direction: column; }
  .flowBox__item {
    align-items: center;
    flex-direction: column;
  }
  .flowBox__item:not(:last-child)::after {
    margin: 20px auto;
    transform: rotate(90deg);
  }
}


/*
    階層別テスト
================================*/
.hierarchyTest { margin-bottom: 30px; }
.hierarchyTest > *:last-child { margin-bottom: 0; }

.hierarchyTest__title {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.hierarchyTest__item { margin-bottom: 10px; }

.borderBox {
  border: 1px solid #dedede;
  padding: 15px;
}
.borderBox > *:last-child { margin-bottom: 0; }

.borderBox__title {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.borderBox__item { margin-bottom: 20px; }


/*
    管理職育成プログラム
================================*/
.planExample {
  border: 1px solid #DEDEDE;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 30px 0;
  padding: 60px;
  position: relative;
}

.planExample::before {
  border-top: none;
  border-right: none;
  border-bottom: 30px solid transparent;
  border-left: 245px solid #D81B1B;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}

.planExample::after {
  border-top: 30px solid transparent;
  border-right: 245px solid #D81B1B;
  border-bottom: none;
  border-left: none;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
}

.planExample__title {
  color: #2c2c2c;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}

.planExample__item {
  font-feature-settings: "palt" 1;
}

.planExample__body {
  margin-top: 15px;
}

.planExampleList {}
.planExampleList > *:last-child { margin-bottom: 0; }

.planExampleList__item {}
.planExampleList__item:not(:last-child) {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.planExampleList__body {
  display: flex;
}
.planExampleList__count {
  flex-shrink: 0;
  margin-right: 15px;
}

.planExampleList__count > span {
  color: #000;
  font-family: din-2014, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.22;
}

.planExampleList__contents {}

.planExampleList__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.planExampleList__subTitle {
  font-size: 13px;
}

@media screen and (max-width: 599px) {
  .planExample{ padding: 60px 20px; }
}

@media screen and (max-width: 320px) {
  .planExampleList__count { display: none; }
}




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

    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-n { display: none !important; }
.u_d-fx { display: flex !important; }

@media screen and (max-width: 599px){
  .u_res_d-n { display: none !important; }
  .u_res_d-b { display: block !important; }
}

/* 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_pt40 { padding-top: 40px !important; }
.u_pt50 { padding-top: 50px !important; }
.u_pt100 { 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_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_pb40 { padding-bottom: 40px !important; }
.u_pb50 { padding-bottom: 50px !important; }
.u_pb100 { 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; }


/* 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; }

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


.u_sp { display: none; }

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