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


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

    common

================================*/
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;
  letter-spacing: .1em;
}

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

.container_main {
  width: 730px;
}

.container_side {
  font-size: 12px;
  width: 200px;
}

.container_main img { vertical-align: bottom; }

.is-hide { display: none; }

#js_moreWrapper { overflow: hidden; }

/* 左ナビ上書き */
.p_megaMenu__body { z-index: 999; }


/*
    link
================================*/
.box_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 20px 0;
}

.link_normal {
  text-decoration: underline;
}

.link_normal:hover {
  text-decoration: none;
}

/* 楕円形 */
.link_ellipse {
  color: #fff;
  background: linear-gradient(to right,#b16b20,#be842f,#b16b20);
  border-radius: 25px;
  display: block;
  font-size: 14px;
  padding: 3px 10px;
  text-align: center;
  transition: .3s;
  width: 50%;
}

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

/* ボタン */
.link_btn {
  background-color: #806239;
  border-bottom: 1px solid #5a3c12;
  box-shadow: 0 5px 0 0 rgba(216, 170, 107, 1);
  color: #fff;
  display: block;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 45%;
}

.link_btn:hover {
  border-bottom: none;
  box-shadow: none;
  transform: translateY(5px);
}

.is-hide { display: none; }

@media screen and (max-width:768px){
  .container_main { width: 100%; }
  .container_side { display: none; }
}



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

    Container Header

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

.heading_img {
  margin-bottom: 30px;
}


/*
    導入テキスト
================================*/
.box_introduction {
  padding: 30px 40px;
  position: relative;
}

.box_introduction::before,
.box_introduction::after {
  position: absolute;
}

.box_introduction::before {
  content: url("../../img/new-text-communication/left_cross.png");
  display: block;
  top: 0;
  left: 0;
}

.box_introduction::after {
  content: url("../../img/new-text-communication/right_cross.png");
  display: block;
  right: 0;
  bottom: 0;
}

.box_introduction_txt {
  font-size: 13px;
  line-height: 1.4;
}


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

    Container Body

================================*/
.container_body { margin-bottom: 50px; }

.btn_more {
  background-color: #c78a37;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  margin: 30px auto;
  padding: 5px 10px;
  text-align: center;
  transition: .3s;
  width: 30%;
}

.btn_more:hover {
  opacity: .6;
}


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


/*
    見出し
================================*/
.heading_primary {
  background-color: #f8ece0;
  border-top: 5px solid #590703;
  color: #590703;
  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;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0 5px 15px;
}

.heading_primary > img { margin-left: auto; }

.heading_secondary {
  -ms-align-items: center;
  align-items: center;
  color: #000;
  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;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  justify-content: space-around;
  padding: 10px;
}

.heading_secondary > img { margin-right: 20px; }


/*
    記事情報
================================*/
.wrapper_article {
  background-color: #f7ecdf;
  border-top: 5px solid #590703;
}

.box_article {
  position: relative;
}

/*.box_article + .box_article { margin-top: 20px; }*/

.box_article:nth-of-type(2n+1):not(:first-of-type)::before {
  content: url("../../img/new-text-communication/icon_thoughts.png");
  display: block;
  position: absolute;
  top: -8.5%;
  left: 20px;
}

.box_article:nth-of-type(2n) {
  background-image: url("../../img/new-text-communication/b_contents_non_top.png"), url("../../img/new-text-communication/b_contents_bottom.png");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  padding: 12.1% 0;
}

.box_article:nth-of-type(2n)::before {
  content: url("../../img/new-text-communication/icon_thoughts.png");
  display: block;
  position: absolute;
  top: 4.5%;
  left: 20px;
}

.box_article:nth-of-type(2n):last-of-type {
  background-image: url("../../img/new-text-communication/b_contents_non_top.png");
  padding-bottom: 0;
}

.box_article_inner {
  padding: 20px 20px;
}

.box_article:nth-of-type(2n)  .box_article_inner { background-color: #fffaf3; }


/*上段*/
.box_article_upper { margin-bottom: 20px; }

.box_articleDate {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.box_articleDate.koshi::after {
  content: url("../../img/new-text-communication/logo_koshi.png");
  display: block;
}

.box_articleDate.bup::after {
  content: url("../../img/new-text-communication/logo_kokai.png");
  display: block;
  order: 2;
}

.box_articleDate.online::before {
  content: url("../../img/new-text-communication/logo_online.png");
  display: block;
  margin-left: 5px;
  order: 3;
}

.box_articleTtl {
  background-color: #fff;
}

.box_articleTtl_link {
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 110px;
  transition: .3s;
}

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

.box_articleTtl_ttl {
  -ms-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  width: 60%;
}

.box_articleTtl_ttl > span {
  display: block;
  font-size: .75em;
  font-weight: normal;
}


.box_articleTtl_img {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.box_articleTtl_img > img {
  height: auto;
  width: 100%;
}

/* 吹き出し */
.box_speechBubble {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 25px;
  margin-top: 30px;
  padding: 20px;
  position: relative;
}

.box_speechBubble::before {
  content: "";
  background-color: #fff;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;  
  display: block;
  height: 1em;
  position: absolute;
  top: -9px;
  left: 60px;
  transform: rotate(-45deg);
  width: 1em;
}

.box_speechBubble_inner {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.box_speechBubble_img {
  flex-shrink: 0;
  margin-right: 20px;
}

.box_speechBubble_text {
  line-height: 2;
  /*background-color: #fff;*/
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 95%, #848484 100%);
  background-size: 6px 100%,100% 2em;
  background-repeat: repeat-x,repeat-y;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px 1px;
}

@media screen and (max-width:599px) {
  .box_articleTtl_link { flex-direction: column-reverse; }
  .box_article:nth-of-type(2n+1):not(:first-of-type)::before { display: none; }
  .box_article:nth-of-type(2n)::before { display: none; }
  .box_articleTtl_ttl { width: 100%; }
  .box_speechBubble_inner { flex-direction: column-reverse; }
  .box_speechBubble_img { margin-right: 0; margin-top: 10px; }
}




/* ▼改修前▼ */
.link_article {
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.box_article_image {
  width: 230px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
}

.box_article_image.koshi::before {
  content: url("../../img/new-text-communication/logo_haken.jpg");
  display: block;
  margin-bottom:5px;
}

.box_article_image.bup::before {
  content: url("../../img/new-text-communication/logo_kokai.jpg");
  display: block;
  margin-bottom:5px;
}

.box_article_image.online::before {
  content: url("../../img/new-text-communication/logo_online.jpg");
  display: block;
  margin-bottom:5px;
}

.box_article_image > img{
  width: 100%;
  height: auto;
}

.box_article_info { margin-right: 20px; }

.box_article_ttl {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5px;
}

.box_article_ttl::before {
  content: url("../../img/new-text-communication/icon_pen.jpg");
  display: inline-block;
  margin-right: 10px;
}

.box_article_ttl_inner {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}

.box_article_ttl_inner > span {
  display: block;
  font-size: .8em;
}

.box_article_date {
  color: #bbb;
  font-size: 13px;
  margin-bottom: 5px;
  flex: 1;
}

.box_article_date.new::before {
  background-color: #D30000;
  color: #fff;
  content: "NEW";
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 3px 5px;
}

.box_article_date.top::before {
  background-color: #D30000;
  color: #fff;
  content: "アクセス上位";
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 3px 5px;
}


.box_article_date > i { margin-right: 5px; }

.box_article_txt {
  font-size: 14px;
  line-height: 1.4;
}


/*下段*/
.box_article_lower {}

.label_theme {
  background-color: #590703;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3px 20px;
}

.label_theme > i { margin-right: 10px; }

.list_article {}

.list_article_item {}

.list_article_item + .list_article_item { margin-top: 10px; }

.list_article_link {
  color: currentColor;
  font-size: 15px;
  display: block;
  line-height: 1;
  padding-left: 1.2em;
  transition: .3s;
}

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

.list_article_catchCopy {
  color: #6e2623;
  display: block;
  font-size: .9em;
  line-height: 1.3;
  margin-top: 5px;
}

.list_article_ttl {
  font-weight: bold;
  text-indent: -1.2em;
}

.list_article_ttl::before {
  color: #590703;
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  vertical-align: -3px;
}

@media screen and (max-width:599px){
  .link_article { flex-direction: column; }
  .box_article_image { width: 100%; }
  .box_article_info { margin-top: 10px; margin-left: 0; }
}


/*
    flex box
================================*/
.box_flex {
  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 -10px 30px;
}

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

.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;
}

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


/*
    バックナンバー
================================*/
.box_archive { margin: 20px 0; }

.box_archive_inner {}

.box_archive_inner + .box_archive_inner { margin-top: 50px; }

.heading_archive {
  color: #590703;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 10px;
}





/* ▼改修前▼ */
.heading_hasIcon {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 24px;
  margin-bottom: 20px;
}

.heading_hasIcon::before {
    content: url(../../img/new-text-communication/icon_pen.jpg);
    display: inline-block;
    margin-right: 10px;
}

.list_hasIco-angle {}

.list_hasIco-angle_item {
  padding-left: 1em;
  position: relative;
}

.list_hasIco-angle_item + .list_hasIco-angle_item { margin-top: 5px; }


.list_hasIco-angle_item::before {
  color: #590703;
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
}

.list_hasIco-angle_link {
  color: currentColor;
  font-weight: bold;
  transition: .3s;
}

.list_hasIco-angle_link:hover {
  color: currentColor;
  opacity: .6;
  text-decoration: 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-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_py0 { padding-top: 0 !important; padding-bottom: 0 !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_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_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; }

@media screen and (max-width:599px){
  .res_sm_w100p { width: 100% !important; }
}
