<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/**************
CSS Document
***************/
/*メインエリアCSSの上書き*/
div#cont {
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  div#cont {
    margin: 0 auto;
    width: 95%;
  }
}
/*font設定CSS*/
.mainArticle {
  font:400 16px/1.6 "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  color: #3a2a1a;
}
.mainArticle * {
  letter-spacing: 0.1em;  
}
.text-small { font-size: 13px; }

@media screen and (max-width: 599px){
  .mainArticle{
    font-size: 13px;
  }
  .text-small { font-size: 10px; }
}

/* --------------
layout
-------------- */
/* グリッド */
.l_grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--fLineup{
  margin: -10px -5px;
}
.l_grid--fLineup &gt; .l_grid__item{
  padding: 10px 5px;
}
/* F式フィールドのラッパー */
.l_fieldWrap{}
.l_fieldWrap .simple{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #333;
}

/* --------------
module
-------------- */
/* コンテンツトップ */
.mA_leading {
  padding: 0 1em;
}
.mA_leading a:hover,
.bottomBody a:hover {
  color: #46aac1;
  text-decoration: underline;
}
/******************** 調べたいキーワードを検索する ********************/
.searchKeyword {
  padding: 18px 40px;
  width: 100%;
  background: #f5f1ee;
}
.sK_ttl {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: bold;
}
.sK_input {
  padding: 8px 14px;
  width: calc(100% - 120px);
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 14px;
  backgrond-color: rgb(255,255,255)
}
.KF_input::placeholder {
  color: #999;
}
.sK_btn {
  margin-left: 8px;
  padding: 5px 14px;
  width: 100px;
  background: #333;
  border-radius: 5px;
  letter-spacing: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.sK_btn i {
  margin-right: 5px;
  font-weight: normal;
}

/* 調べたいキーワードを検索する for Tab */
@media screen and (max-width: 768px){
}
/* 調べたいキーワードを検索する for SP */
@media screen and (max-width: 599px){
  .searchKeyword { padding: 14px 10px; }
  .sK_ttl { text-align: center; font-size: 16px; }
  .sK_input, .sK_btn { font-size: 12px; }
}

/******************** キーワード検索リセット ********************/

.search_reset{
  text-align: right;
}
.search_resetBtn {
  cursor: pointer ;
}
/******************** キーワード検索結果 ********************/

.resultKeywords{
  opacity: 0;
  transform : translate(0, 100px);
}
.js_resultKeywords_active{
  opacity: 1;
  transform : translate(0, 0);
  transition : all 600ms;
}

.rK_ttl {
  padding-bottom: 6px;
  border-bottom: 3px solid #a56b3c;
  font-size: 22px;
  font-weight: bold;
  color: #a56b3c;
  letter-spacing: 0;
}

.rK_counts {
  font-size: 14px;
  color: #a56b3c;
  padding-left: 5px;
}

.rK_ttl span {
  display: inline-block;
  margin-right: 6px;
  font-size: 22px;
}
.rK_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rK_listText_target{
  color: #3a2a1a;
}
.rK_listItem{
  width: 49%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.rK_listItem &gt; a{
  position: relative;
  display: block;
  padding: .75em .5em .75em 1.5em;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #052674;
  letter-spacing: 1px;
}
.rK_listItem &gt; a::before{
  content: "";
  position: absolute;
  display: block;
  /*top: 1em;*/
  top: 42%;
  bottom: 58%;
  left: .5em;
  width: .4em;
  height: .4em;
  border-top: 1.5px solid #052674;
  border-right: 1.5px solid #052674;
  transform: rotate(45deg);
}
.rK_listItem &gt; a:hover{
  color: #46aac1;
}
.rK_listItem &gt; a:hover:before {
  border-color: #46aac1;
}
/* 採用に関するキーワード for Tab */
@media screen and (max-width: 768px){
}
/* 採用に関するキーワード for SP */
@media screen and (max-width: 599px){
  .rK_ttl { font-size: 20px; }
  .rK_ttl span { font-size: 20px; }
  .rK_list { justify-content: center; }
  .rK_listItem { width: 100%; }
}

/******************** キーワード検索結果　js_show_block or js_show_none ********************/

.js_is_showBlock{
  display: block;
}

.js_is_showNone{
  display: none;
}

/******************** Pick Up キーワード ********************/
.pickupKeywords {
  position: relative;
  padding: 22px 10px 22px 26px;
  border: 2px solid #a56b3c;
}
.pickupKeywords::before,
.pickupKeywords::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #a56b3c;
}
.pickupKeywords::before {
  top: 0;
  left: 0;
}
.pickupKeywords::after {
  bottom: 0;
  right: 0;
}
.pK_ttl {
  padding-bottom: 6px;
  border-bottom: 2px solid #a56b3c;
  font-size: 22px;
  font-weight: bold;
  color: #a56b3c;
  letter-spacing: 0;
}

.pK_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pK_list + .pK_ttl{
  margin-top: 10px;
}
.pK_listItem {
  width: 49%;
  display: flex;
  align-items: center;
}
.pK_listItem:nth-child(n+3) {
  border-top: 1px solid #ddd;
}
.pK_listItem &gt; a {
  position: relative;
  display: block;
  padding: .5em .5em .5em 1.5em;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #052674;
  letter-spacing: 1px;
}
.pK_listItem &gt; a::before {
  content: "";
  position: absolute;
  display: block;
  /*top: 1em;*/
  top: 42%;
  bottom: 58%;
  left: .5em;
  width: .4em;
  height: .4em;
  border-top: 2.5px solid #052674;
  border-right: 2.5px solid #052674;
  transform: rotate(45deg);
}
.pK_listItem &gt; a:hover {
  color: #46aac1;
}
.pK_listItem &gt; a:hover:before {
  border-color: #46aac1;
}
/* Pick Up キーワード for Tab */
@media screen and (max-width: 768px){
}
/* Pick Up キーワード for SP */
@media screen and (max-width: 599px){
  .pK_ttl { font-size:20px; }
  .pK_list { justify-content: center; }
  .pK_listItem { width: 100%; }
  .pK_listItem:nth-child(n+2) { border-top: 1px solid #ddd; }
  .pK_listItem &gt; a { font-size: 16px; }
}

/******************** カテゴリ一覧 ********************/
.categories {}
.cat_ttl,
.aK_ttl {
  padding-bottom: 6px;
  border-bottom: 3px solid #a56b3c;
  font-size: 22px;
  font-weight: bold;
  color: #a56b3c;
  letter-spacing: 0;
}
.cat_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cat_listItem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  width: 32%;
  cursor: pointer;
}
.cat_listItem:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.cat_listItem &gt; a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .5em .5em .5em 2em;
  width: 100%;
  height: 100%;
  border: 1px solid #a56b3c;
  border-radius: 4px;
  background: #f5f1ee;
  font-size: 15px;
  font-weight: bold;
  color: #3a2a1a;
}
.cat_listItem &gt; a::before {
  content: "";
  position: absolute;
  display: block;
  top: 45%;
  left: 1em;
  bottom: 55%;
  width: .3em;
  height: .3em;
  border-bottom: 1px solid #3a2a1a;
  border-right: 1px solid #3a2a1a;
  transform: rotate(45deg);
}
.cat_listItem &gt; a:hover {
  background: #a56b3c;
  color: #fff;
}
.cat_listItem &gt; a:hover:before {
  border-color: #fff;
}
/* カテゴリ一覧 for Tab */
@media screen and (max-width: 768px){
}
/* カテゴリ一覧 for SP */
@media screen and (max-width: 599px){
  .cat_ttl,
  .aK_ttl { font-size: 20px; }
  .cat_list { justify-content: space-between; }
  .cat_listItem {
    margin: 0 0 1em !important;
    width: 100%;
  }
  .cat_list{
  display: block;
  }
  .cat_listItem &gt; a{
  font-size: 14px;
  letter-spacing: 0.5px;
  }
}


/******************** 採用に関するキーワード &amp; プレ版キーワード一覧リスト部 ********************/
.cR_ttl {
  padding: 16px 26px;
  background: #f5f1ee;
  font-size: 18px;
  font-weight: bold;
}
.cR_ttl span {
  display: inline-block;
  margin-right: 6px;
  font-size: 22px;
}
.cR_list,
.aK_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cR_listItem,
.aK_listItem{
  width: 49%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.cR_listItem &gt; a,
.aK_listItem &gt; a {
  position: relative;
  display: block;
  padding: .75em .5em .75em 1.5em;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #052674;
  letter-spacing: 1px;
}
.cR_listItem &gt; a::before,
.aK_listItem &gt; a::before {
  content: "";
  position: absolute;
  display: block;
  /*top: 1em;*/
  top: 42%;
  bottom: 58%;
  left: .5em;
  width: .4em;
  height: .4em;
  border-top: 1.5px solid #052674;
  border-right: 1.5px solid #052674;
  transform: rotate(45deg);
}
.cR_listItem &gt; a:hover,
.aK_listItem &gt; a:hover {
  color: #46aac1;
}
.cR_listItem &gt; a:hover:before,
.aK_listItem &gt; a:hover:before {
  border-color: #46aac1;
}
/* 採用に関するキーワード for Tab */
@media screen and (max-width: 768px){
}
/* 採用に関するキーワード for SP */
@media screen and (max-width: 599px){
  .cR_ttl { font-size: 16px; text-align: center; }
  .cR_ttl span { font-size: 20px; }
  .cR_list { justify-content: center; }
  .cR_listItem { width: 100%; }
  .aK_list { justify-content: center; }
  .aK_listItem { width: 100%; }
}

/******************** おすすめコラム ********************/
.rC_ttl {
  padding-bottom: 6px;
  border-bottom: 2px solid #a56b3c;
  font-size: 22px;
  font-weight: bold;
  color: #a56b3c;
  letter-spacing: 0;
}
.rC_ttl i {
  font-size: 120%;
}
.rC_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rC_listItem a {
  transition: .2s;
}
.rC_listItem a:hover {
  opacity: .7;
  transition: .3s;
}
/* おすすめコラム for Tab */
@media screen and (max-width: 768px){
  .rC_list { justify-content: space-around; }
  .rC_listItem {
    margin-bottom: 1.5%;
    width: 31%;
    max-width: 220px;
  }
  .rC_listItem:nth-child(3n-1) {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* おすすめコラム for SP */
@media screen and (max-width: 599px){
  .rC_list { justify-content: space-around; }
  .rC_listItem:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .rC_listItem {
    max-width: 180px;
    min-width: 145px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/********************----- 詳細（下層）ページ -----********************/
.bottomHeadding {}
.bH_date {
  margin-bottom: 14px;
  font-size: 14px;
  color: #aaa;
  text-align: right;
}

.bH_list {
  display: flex;
  flex-wrap: wrap;
}
.bH_listItem {
  margin-right: 7px;
  margin-bottom: 7px;
}
.bH_listItem &gt; a {
  display: block;
  padding: 0 1em;
  background-color: #f5f1ee;
  border: 1px solid #a56b3c;
  border-radius: 3px;
  font-size: 14px;
  color: #3a2a1a;
}
.bH_listItem &gt; a:hover {
  background: #a56b3c;
  color: #fff;
}
.bH_ttl {
  padding-bottom: 11px;
  border-bottom: 1px solid #3a2a1a;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.bottomBody &gt; p+p {
  margin-top: 1em;
}
.bottomBody &gt; h2+p,
.bottomBody &gt; p+h2{
  margin-top: 1em;
}
.bottomBody &gt; h2{
  font-weight: bold;
}
/******************** インソースのおすすめするサービス ********************/
.recommendService {
  position: relative;
  border: 1px solid #ddd;
  border-top: none;
  padding: 18px 24px 10px;
}
.recommendService::before {
  position: absolute;
  top: 0;
  left: -1px;
  content: "";
  display: block;
  height: 6px;
  width: calc(100% + 2px);
  background-color: #a56b3c;
}
.rS_ttl {
  margin-bottom: 14px;
  font-size: 18px;
  color: #a56b3c;
}
.rS_listItem{
  display: flex;
  align-items: center;
}
.rS_listItem &gt; a {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding: 0 .5em 0 1.5em;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #052674;
  letter-spacing: 1px;
}
.rS_listItem &gt; a small {
  font-size: 14px;
  font-weight: normal;
}
.rS_listItem &gt; a::before {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  bottom: 58%;
  left: .5em;
  width: .4em;
  height: .4em;
  border-top: 1.5px solid #052674;
  border-right: 1.5px solid #052674;
  transform: rotate(45deg);
}
.rS_listItem &gt; a:hover {
  color: #46aac1;
}
.rS_listItem &gt; a:hover:before {
  border-color: #46aac1;
}
/* おすすめするサービス for Tab */
@media screen and (max-width: 768px){
}
/* おすすめするサービス for SP */
@media screen and (max-width: 599px){
  .bH_date { font-size: 11px; }
  .bH_listItem { margin-right: 5px; margin-bottom: 5px; }
  .bH_listItem &gt; a { font-size: 12px; }
  .bH_ttl { font-size: 20px;}
  .recommendService {
    padding: 18px 8px 10px;
  }
  .rS_listItem &gt; a {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .rS_listItem &gt; a small {
    font-size: 12px;
  }
}

/* 一覧へ戻るボタン */
.returnMenu {
  margin: 0 auto;
  width: 300px;
}
.returnMenu &gt; a {
  position: relative;
  display: block;
  padding: 10px 0 10px 20px;
  background: #a56b3c;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: .2s;
}
.returnMenu &gt; a:hover {
  opacity: .7;
  transition: .3s;
}
.returnMenu &gt; a::before {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  bottom: 58%;
  left: 20px;
  width: .4em;
  height: .4em;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
}

.u_inBlk { display: inline-block; }
.u_padR05em { padding-right: 0.5em; }


/* キーワード一覧（左ナビ用） */
.LeftNaviKeyword {
margin-bottom: 16px;
font:400 14px/1.6 "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
letter-spacing: 1px;
}
.LeftNaviKeywordTtl {
padding: 6px 1em;
background: #f5f1ee;
font-weight:bold;
color: #3a2a1a;
}
.LeftNaviKeywordList {}
.LeftNaviKeywordList &gt; li {
  border-bottom: 1px solid #ddd;
}
.LeftNaviKeywordList &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 8px 0 9px 18px;
  color: #3a2a1a;
  font-weight: 500;
  transition: .1s opacity;
}
.LeftNaviKeywordList &gt; li &gt; a:hover {
  opacity: .6;
  transition: .3s opacity;
}
.LeftNaviKeywordList &gt; li &gt; a::before {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  transform: rotate(45deg);
}

/********************  F-Grid用のボタン ********************/
.m_fBtn{
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  font-size: 14px;
}
.m_fBtn::before{
  content: "";
  display: block;
  height: 2em;
}

.m_fBtn__target{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  border: 1px solid #8F141B;
  border-radius: 4px;
  color: #8F141B;
  transition: .3s opacity;
}
.m_fBtn__target:hover{
  opacity: .7;
}


/********************  F-Gridカード（大）のラッパー ********************/
.m_fCardLgWrap{}
.m_fCardLgWrap__card{}
.m_fCardLgWrap__card + .m_fCardLgWrap__footer{
  margin-top: 16px;
}

/********************  F-Gridカード（大） ********************/
.m_fCardLg{
  display: block;
  width: 100%;
  color: inherit;
  transition: opacity .3s;
}
.m_fCardLg:hover{
  opacity: .7;
}
.m_fCardLg__ttl{
  position: relative;
  margin-bottom: 4px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 14px;
  height: calc(14px * 2 * 1.4);
  overflow: hidden;
}
.m_fCardLg__ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(14px * 1.4);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_fCardLg__body{}
.m_fCardLg__infos{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.m_fCardLg__infosWrap{}
.m_fCardLg__info{
  font-size: 10px;
  padding: 0 3px;
}
.m_fCardLg__info--type{
  color: #666;
}
.m_fCardLg__info--type::before{
  display: block;
  color: #666;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  font-size: 10px;
  min-width: 40px;
  text-align: center;
}
.m_fCardLg__info--date{
  color: #d66c00;
}
.m_fCardLg__infosWrap + .m_fCardLg__img{
  margin-top: 5px;
}
.m_fCardLg__img{
  line-height: 0;
  text-align: center;
}
.m_fCardLg__img img{
  max-width: 100%;
  height: auto;
}
.m_fCardLg__img + .m_fCardLg__cont{
  margin-top: 10px;
}
.m_fCardLg__infosWrap + .m_fCardLg__cont{
  margin-top: 10px;
}
.m_fCardLg__cont{
  position: relative;
  max-height: calc(12px * 4 * 1.6);
  line-height: 1.6;
  font-size: 12px;
  overflow: hidden;
}
.m_fCardLg__cont::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(12px * 1.6);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
@media screen and (max-width: 768px){
  .m_fCardLg__ttl{
    height: auto;
    max-height: calc(14px * 2 * 1.4);
  }
}

/********************  F-Gridカード（小） ********************/
.m_fCardMd{
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  transition: opacity .3s;
}
.m_fCardMd:hover{
  opacity: .7;
}
.m_fCardMd__body{
  flex: 1 1 auto;
}
.m_fCardMd__ttl{
  position: relative;
  height: calc(12px * 2 * 1.5);
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
}
.m_fCardMd__ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(12px * 1.5);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_fCardMd__infosWrap{}
.m_fCardMd__infos{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.m_fCardMd__info{
  font-size: 10px;
  padding: 0 3px;
}
.m_fCardMd__info--type{
  color: #666;
}
.m_fCardMd__info--type::before{
  display: block;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  font-size: 10px;
  min-width: 40px;
  text-align: center;
}
.m_fCardMd__info--date{
  color: #d66c00;
}
.m_fCardMd__body + .m_fCardMd__img{
  margin-left: 4px;
}
.m_fCardMd__img{
  flex: 0 0 86px;
  line-height: 0;
  text-align: center;
}
.m_fCardMd__img img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .m_fCardMd__ttl{
    height: auto;
    max-height: calc(12px * 2 * 1.5);
  }
}


/********************  F-Gridラベル ********************/
[service_type=douga]::before {
  content: "\52d5\753b\95a2\9023"!important;
  color: #cc2d5e!important;
  background: none!important;
}
[service_type=middle]::before {
  content: "\307e\3068\3081"!important;
  color: #842e30!important;
  background: none!important;
}
[service_type=haken]::before {
  content: "\6D3E\9063"!important;
  color: #842e30!important;
  background: none!important;
}
[service_type=bup]::before {
  content: "\516C\958B"!important;
  color: #0c3f71!important;
  background: none!important;
}
[service_type=other]::before {
  content: "\4ed6\ff7b\ff70\ff8b\ff9e\ff7d"!important;
  color: #e6002d!important;
  background: none!important;
}
[service_type=it]::before {
  content: "IT\FF7B\FF70\FF8B\FF9E\FF7D"!important;
  color: #008d79!important;
  background: none!important;
}
[service_type=free]::before {
  content: "\7121\6599\FF7E\FF90\FF85\FF70"!important;
  color: #333!important;
  background: none!important;
}
[service_type=cont]::before {
  content: "\8AAD\307F\7269"!important;
  color: #0c3f71!important;
  background: none!important;
}
[service_type=consul]::before {
  content: "\30B3\30F3\30B5\30EB"!important;
  color: #7a614f!important;
  background: none!important;
}


/**********
utility
**********/
/* 幅 */
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col25{width:20%;}
.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_mt5{
  margin-top: 5px;
}
.u_mt10{
  margin-top: 10px;
}
.u_mt15{
  margin-top: 15px;
}</pre></body></html>