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


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

    common

================================*/
body {
  color: #2F2F2F;
  font: 500 16px "Helvetica Neue","Noto Serif JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  height: 100%;
  text-align: left;
  width: 100%;
}

#base {
  width: 100%;
}

div#cont {
  background:
  url("/resource/img/training-memoirs/bg_image_s.png") no-repeat left -6% top 10%/auto,
  url("/resource/img/training-memoirs/bg_image_m.png") no-repeat left 86% top 22%/auto,
  url("/resource/img/training-memoirs/bg_image_l.png") no-repeat left -7% top 57%/auto;
  margin: auto;
}

#contentsWrapper {
  margin: auto;
  width: 940px;
}

#wrapper_main {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 940px;
}

.container {
  width: 730px;
}

/*
    contentsHeader
================================*/
/* 公開講座右ナビ用 */
#contentsSide {
  font-family:helvetica neue,noto sans jp,yu gothic,YuGothic,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,Arial,メイリオ,Meiryo,sans-serif;
  font-size: 12px;
}

#contentsSideNavi {}


/*
    contentsHeader
================================*/
.contentsHeader {
  width: 940px;
  margin: auto;
}

/* ===== トップ画 ===== */
.headingKeyvisual {}

.headingKeyvisual > img {
  height: auto;
  max-width: 100%;
}


/*
    contentsBody
================================*/
/* ===== contents body ===== */
.contentsBody {
  width: 700px;
}

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

/* ===== 段落 ===== */
.sectionBox { margin-bottom: 80px; }
.sectionBox > *:last-child { margin-bottom: 0; }

.text { margin-bottom: 20px; }

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

.imageBox {}
.imageBox__image {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}


/* ===== リンク ===== */
.linkBoxWrapper {
  display: flex;
  flex-wrap: wrap;
}
.linkBoxWrapper--align_left { justify-content: flex-start; }
.linkBoxWrapper--align_center { justify-content: center; }
.linkBoxWrapper--align_right { justify-content: flex-end; }

/* PDFのダウンロードリンク */
.contentsBody a[href$='.pdf']::after {
  color: #b30b00;
  content: "\f1c1";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  margin-left: 5px;
}

/* 記事一覧に戻るボタン */
.link--btn {
  align-items: center;
  background-color: #827251;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 1em 1.5em;
  transition: .3s;
}

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

.link--btn_previous {}
.link--btn_previous::before {
  border: 8px solid transparent;
  border-right: 12px solid currentColor;
  border-left: none;
  content: "";
  display: block;
  line-height: 1;
  margin-right: 1em;
  height: 0;
  width: 0;
}

.link--btn_next {}
.link--btn_next::after {
  border: 8px solid transparent;
  border-right: none;
  border-left: 12px solid currentColor;
  content: "";
  display: block;
  line-height: 1;
  margin-left: 1em;
  height: 0;
  width: 0;
}


@media screen and (max-width: 810px) {
  #base {
    margin: auto;
    width: 98%;
  }
  #contentsWrapper { width: 100%; }
  #wrapper_main { width: 100%; }
  .container { width: 100%; }
  .contentsHeader { width: 100%; }
  .contentsBody {
    margin: auto;
    width: 95%;
  }
  #contentsSide { display: none; }
}

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

    index

================================*/
/*
    導入文
================================*/
.introduction { margin-bottom: 90px; }
.introduction > *:last-child { margin-bottom: 0; }

.introduction__item {
  margin-bottom: 20px;
}


/*
    見出し
================================*/
.headingPrimary {
  background-image: url("/resource/img/training-memoirs/ornament_title_bottom.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 60px;
  padding-bottom: 31px;
  text-align: center;
}

.headingPrimary--bottom {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 26px;
  position: relative;
}

.headingPrimary--bottom::before {
  content: url("/resource/img/training-memoirs/ornament_title_icon.png");
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
}

.headingPrimary--align_center {
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
}


/*
    記事一覧
================================*/
.articleListBox {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.articleListBox__item {
  display: flex;
  flex: 0 0 auto;
  padding: 10px;
  width: 100%;
}

.articleListBox__inner {
  display: flex;
  width: 100%;
}

.articleList {
  background-color: #fff;
}

.articleList__link {
  color: currentColor;
  display: flex;
  flex-direction: column;
  transition: .3s;
  width: 100%;
}

.articleList__link:hover {
  color: currentColor;
  opacity: 0.6;
  text-decoration: none;
}

.articleList__photo {
  flex: 0 0 auto;
  text-align: center;
}

.articleList__body {
  box-shadow: 1px 2px 8px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 16px;
}

.articleList__title {
  font-size: 20px;
  font-weight: bold;
  min-height: 60px;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
  padding-left: 10px;
  position: relative;
}

.articleList__title::before {
  background-color: #827251;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
}

.articleList__attribute {
  align-items: flex-start;
  background-image: url("/resource/img/training-memoirs/bg_article_attribute.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  min-height: 53px;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
}

.articleList__comment {
  border-top: 1px solid #f1f1f1;
  flex: 1 0 auto;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 25px 0 0;
  position: relative;
}

.articleList__comment::before {
  background-color: #fff;
  content: url("/resource/img/training-memoirs/icon_light-bulb.png");
  display: block;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 0;
  width: 42px;
}

.articleList__category { margin-top: auto; }

.articleCategory {}

.articleCategory__item {
  color: #a7a7a7;
  font-size: 12px;
}


/*
    関連研修
================================*/
.recommendList {}

.recommendList__item {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

.recommendList__link {
  color: currentColor;
  display: flex;
  flex-wrap: wrap;
  transition: .3s;
}

.recommendList__link:hover {
  color: currentColor;
  opacity: 0.6;
  text-decoration: none;
}

.recommendList__title {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: bold;
}

.recommendList__title::before {
  border: 8px solid transparent;
  border-right: none;
  border-left: 10px solid #827251;
  content: "";
  display: block;
  height: 0;
  margin-right: 1em;
  width: 0;
}

.targetList {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  margin-left: auto;
  width: 270px;
}

.targetList__item {
  align-items: center;
  border: 1px solid #bfbfbf;
  color: #979797;
  display: flex;
  font-size: 13px;
  justify-content: center;
  line-height: 1;
  padding: 3px;
  width: 4.5em;
}

.targetList__item.is-on {
  background-color: #827251;
  border-color: #827251;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .recommendList__title { margin-bottom: 10px; }
}

/*
    コースマップ
================================*/
.courseMap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.courseMap > *:last-child { margin-bottom: 0; }

.courseMap__item {}

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

.courseMapList__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

.courseMapList__item::before {
  border: 8px solid transparent;
  border-left: 10px solid #2F2F2F;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.courseMapList__link {
  background-color: #f5f5f5;
  display: block;
  font-family: 'noto sans jp',serif;
  padding: 5px;
  width: 100%;
  transition: .3s;
}

.courseMapList__link--hierarchy,
.courseMapList__link--hierarchy:hover { color: #c95d2f; }
.courseMapList__link--human,
.courseMapList__link--human:hover { color: #b4353d; }
.courseMapList__link--technical,
.courseMapList__link--technical:hover { color: #347d6d; }
.courseMapList__link--newnormal,
.courseMapList__link--newnormal:hover { color: #c43e69; }
.courseMapList__link--conceptual,
.courseMapList__link--conceptual:hover { color: #265ab0; }
.courseMapList__link--function,
.courseMapList__link--function:hover { color: #8f5d94; }
.courseMapList__link--dx,
.courseMapList__link--dx:hover { color: #4189ca; }

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

@media screen and (max-width: 599px) {
  .courseMap__item { margin-bottom: 10px; }
}



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

    bottom

================================*/
/*
    トップ画＋タイトル
================================*/
.headingKeyvisual--article {
  background-image: url("/resource/img/training-memoirs/topimage.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-top: calc((241 / 940) * 100%);/* 画像の高さ / 幅 * 100 */
  position: relative;
  width: 100%;
}

.headingKeyvisual--article::after {
  content: "公開講座体験記";
  display: block;
  font-family: 'Yuji Syuku', serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.25em;
  position: absolute;
  left: 5%;
  bottom: 20%;
}

.headingKeyvisual--article > span {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-size: 28px;
  max-width: 60%;
}

@media screen and (max-width: 599px) {
  .headingKeyvisual--article::after {
    font-size: 14px;
    right: 0;
    bottom: 0;
    left: auto;
    text-shadow: 
    #fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
    #fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
    #fff 0px 1px 0, #fff  0 -1px 0,/*右、左*/
    #fff -1px 0 0, #fff 1px 0 0;/*上、下*/
  }
  .headingKeyvisual--article > span {
    font-size: 16px;
    max-width: 50%;
  }
}

/*
    職種＋名前＆ひとこと
================================*/
.tm_profileBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tm_profileBoxCont {}

.tm_profileBoxCont + .tm_profileBoxCont { border-left: 2px solid #f1f1f1; }

/* ===== 職種 ===== */
.tm_profileBox_profile {
  padding-right: 70px;
}

/* ===== コメント ===== */
.tm_recommendComment {
  font-size: 16px;
  padding-left: 70px;
  position: relative;
}

.tm_recommendComment::before {
  content: url("/resource/img/training-memoirs/icon_light-bulb.png");
  display: block;
  height: 30px;
  position: absolute;
  top: -12px;
  left: 7%;
  width: 32px;
}

@media screen and (max-width: 599px){
  .tm_profileBoxCont + .tm_profileBoxCont {
    border-top: 2px solid #f1f1f1;
    border-left: none;
    margin-top: 1em;
    padding-top: 1em;
  }
  .tm_profileBox_profile { padding-right: 0; }
  .tm_recommendComment {
    display: flex;
    padding-left: 0;
  }
  .tm_recommendComment::before {
    flex: 0 0 auto;
    position: static;
  }
}

/*
    本文
================================*/
.tm_bodyTxt {
  background-color: #fff;
  box-shadow: 1px 2px 8px rgba(0,0,0,.1);
  margin: 0 0 10px auto;
  padding: 50px 20px 50px 60px;
  position: relative;
  width: 680px;
}

.tm_bodyTxt::before,
.tm_bodyTxt::after {
  border: 10px solid transparent;
  border-top: 15px solid #ECECEC;
  border-bottom: none;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 20px;
  width: 0;
}

.tm_bodyTxt::before { top: 40%; }

.tm_bodyTxt::after { bottom: 40%; }

.tm_bodyTxt_volume {
  align-items: center;
  background-color: #827251;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #827251;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 72px;
  position: absolute;
  top: -35px;
  left: -17px;
  transform: rotate(-14deg);
  visibility: hidden;
  width: 72px;
}

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

.tm_bodyTxt_cont p { margin-bottom: 20px; }

.tm_bodyTxt_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tm_footerLink { margin-top: 80px; }

.tm_linkBox {}

.tm_linkBox_link {
  align-items: baseline;
  color: currentColor;
  display: flex;
  font-size: 15px;
  margin-left: 31px;
  transition: .3s;
  width: fit-content;
}

.tm_linkBox_link:hover {
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

.tm_linkBox_link::before {
  border: 7px solid transparent;
  border-right: none;
  border-left: 10px solid #827251;
  content: "";
  display: block;
  height: 0;
  margin-right: 5px;
  width: 0;
}

@media screen and (max-width: 599px) {
  .tm_bodyTxt { width: 98%; }
}

@media screen and (max-width: 320px) {
  .tm_bodyTxt_volume {
    font-size: 16px;
    height: 58px;
    top: 0;
    left: 0;
    width: 58px;
  }
}


/*
    その他の○○研修はこちら
================================*/
.list--hasMark_angle {}
.list--hasMark_angle > *:last-child { margin-bottom: 0; }

.list--hasMark_angle > .list__item { margin-bottom: 10px; }

.list--hasMark_angle .list__link {
  align-items: baseline;
  color: currentColor;
  display: flex;
  font-size: 15px;
  margin-left: 31px;
  transition: .3s;
  width: fit-content;
}

.list--hasMark_angle .list__link:hover {
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

.list--hasMark_angle .list__link::before {
  border: 7px solid transparent;
  border-right: none;
  border-left: 10px solid #827251;
  content: "";
  display: block;
  height: 0;
  margin-right: 5px;
  width: 0;
}



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

    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-ib { display: inline-block!important; }
.u_d-fx { display: flex !important; }
.u_res_d-b { 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_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-a { margin-top: auto !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-a { margin-left: auto !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-a { margin-bottom: auto !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-a { margin-right: auto !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_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_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_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_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_w100p { width: 100% !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%;}
}

.sp { display: none; }
