@charset "utf-8";

/* CSS Document */

/* clearfix */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}


/********************

common

********************/
body {
  font-family: "游ゴシック", "yu gothic", "YuGothic", "hiragino kaku gothic pron", "ヒラギノ角ゴ pron", Meiryo, "メイリオ", sans-serif;
  width: 100%;
  color: #333;
  line-height: 1.3;
  overflow: visible!important;
  /*background: url("/resource/img/recruit/bg_main.gif") repeat;*/
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover img {
  /*opacity: .7*/
}

li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 700;
  font-family: "游ゴシック", "yu gothic", "YuGothic", "hiragino kaku gothic pron", "ヒラギノ角ゴ pron", "Meiryo", "メイリオ", sans-serif;
}

p.headline_s {
  font-size: 17px;
  margin-top: 50px;
}

ul {
  line-height: 1.5em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.dis_t {
  display: table;
  /*table-layout:fixed;*/
  width: 100%;
}

.tc {
  display: table-cell;
}

.fs14 {
  font-size: 14px;
}

h1 {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
}

.contentsh2 {
  font-size: 14px;
  background: url("/resource/img/recruit/contents_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

#newshead {
  font-size: 14px;
  background: url("/resource/img/recruit/news_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #newshead::before {
    content: "";
    display: block;
    height: 18px;
    width: 42%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #newshead::after {
    content: "";
    display: block;
    height: 18px;
    width: 42%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #newshead::before {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 42%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #newshead::after {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 42%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#mindhead {
  font-size: 14px;
  background: url("/resource/img/recruit/mind_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #mindhead::before {
    content: "";
    display: block;
    height: 18px;
    width: 42%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #mindhead::after {
    content: "";
    display: block;
    height: 18px;
    width: 42%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#mindhead::before {
  content: "";
  background: url("/resource/img/recruit/h2_bg.png") repeat-x;
  display: block;
  height: 18px;
  width: 42%;
  position: absolute;
  top: 25%;
  left: 0;
  background-size: 10px;
}

#mindhead::after {
  content: "";
  background: url("/resource/img/recruit/h2_bg.png") repeat-x;
  display: block;
  height: 18px;
  width: 42%;
  position: absolute;
  top: 25%;
  right: 0;
  background-size: 10px;
}

#findhead {
  font-size: 14px;
  background: url("/resource/img/recruit/find_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #findhead::before {
    content: "";
    display: block;
    height: 18px;
    width: 42%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #findhead::after {
    content: "";
    display: block;
    height: 18px;
    width: 42%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#findhead::before {
  content: "";
  background: url("/resource/img/recruit/h2_bg.png") repeat-x;
  display: block;
  height: 18px;
  width: 42%;
  position: absolute;
  top: 25%;
  left: 0;
  background-size: 10px;
}

#findhead::after {
  content: "";
  background: url("/resource/img/recruit/h2_bg.png") repeat-x;
  display: block;
  height: 18px;
  width: 42%;
  position: absolute;
  top: 25%;
  right: 0;
  background-size: 10px;
}

#recruithead {
  font-size: 14px;
  background: url("/resource/img/recruit/recruit_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

#contentshead {
  font-size: 14px;
  background: url("/resource/img/recruit/contents_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #contentshead::before {
    content: "";
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #contentshead::after {
    content: "";
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #contentshead::before {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #contentshead::after {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#categoryhead {
  font-size: 14px;
  background: url("/resource/img/recruit/category_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #categoryhead::before {
    content: "";
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #categoryhead::after {
    content: "";
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #categoryhead::before {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #categoryhead::after {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#peoplehead {
  font-size: 14px;
  background: url("/resource/img/recruit/people_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #peoplehead::before {
    content: "";
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #peoplehead::after {
    content: "";
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #peoplehead::before {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #peoplehead::after {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#columnhead {
  font-size: 14px;
  background: url("/resource/img/recruit/column_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #columnhead::before {
    content: "";
    display: block;
    height: 18px;
    width: 39%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #columnhead::after {
    content: "";
    display: block;
    height: 18px;
    width: 39%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #columnhead::before {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 39%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #columnhead::after {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 39%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#interviewhead {
  font-size: 14px;
  background: url("/resource/img/recruit/interview_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #interviewhead::before {
    content: "";
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #interviewhead::after {
    content: "";
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #interviewhead::before {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #interviewhead::after {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 38%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#writinghead {
  font-size: 14px;
  background: url("/resource/img/recruit/writing_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #writinghead::before {
    content: "";
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #writinghead::after {
    content: "";
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #writinghead::before {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #writinghead::after {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#skillhead {
  font-size: 14px;
  background: url("/resource/img/recruit/skill_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #skillhead::before {
    content: "";
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #skillhead::after {
    content: "";
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #skillhead::before {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #skillhead::after {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

#seminarhead {
  font-size: 14px;
  background: url("/resource/img/recruit/seminar_headline.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  #seminarhead::before {
    content: "";
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(max-width:768px) {
  #seminarhead::after {
    content: "";
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #seminarhead::before {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    left: 0;
    background-size: 10px;
  }
}

@media(min-width:768px) {
  #seminarhead::after {
    content: "";
    background: url("/resource/img/recruit/h2_bg.png") repeat-x;
    display: block;
    height: 18px;
    width: 40%;
    position: absolute;
    top: 25%;
    right: 0;
    background-size: 10px;
  }
}

.interviewh2 {
  font-size: 14px;
  background: url("/resource/img/recruit/interview.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 0;
  margin: 60px auto 20px;
  /*width:300px;*/
  text-align: center;
  min-height: 55px;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  letter-spacing: .1em;
}

h3 {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #9c9c9c;
  padding-bottom: 7px;
  letter-spacing: .1em;
}

h3::before {}

#wrapper {
  width: 100%;
  position: relative;
}

#outer_container {
  width: 100%;
  background: url("/resource/img/recruit/top5.png") no-repeat top center;
  padding-top: 550px;
}

#main_container {
  width: 100%;
  max-width: 981px;
  margin: 0 auto;
}

@media(max-width:600px) {
  #outer_container {
    width: 100%;
    background: url("/resource/img/recruit/top_resd3.png") no-repeat top center;
    padding-top: 200px;
  }
}

@media(max-width:1062px) {
  #wrapper {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #main_container .ban_l img {
    width: 100%;
    height: auto;
  }
  .tc {
    display: block;
  }
  .fl, .fr {
    float: none;
  }
  #main_container .back img {
    width: initial;
  }
}

@media(max-width:640px) {
  #main_container .contents_genre img {
    width: 100%;
    height: auto;
    opacity: .3;
  }
  .seminar_container img {
    width: 100%;
    height: auto;
  }
  #main_container img {
    width: 100%;
    height: auto;
  }
  h2::before, h2::after {
    background-image: none;
  }
}

/********************

header

********************/
/*header{width:100%;display:inline-block;vertical-align:middle;margin-bottom:10px;}
header p{display:inline-block;vertical-align:middle;margin-bottom:0;}

.header{width:100%;max-width:981px;margin:0 auto;}

nav{width:100%;max-width:937px;display:inline-block;vertical-align:-10px;}
nav .gnav{display:table;table-layout:fixed;width:100%;}
nav .gnav li{display:table-cell;vertical-align:middle;text-align:center;}*/

header {
  width: 100%;
  max-width: 981px;
  margin: 10px auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header p {
  margin-bottom: 0;
}

nav {
  width: 100%;
  margin-top: 35px;
}

nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-family: Century Gothic;
  letter-spacing: 2px;
}

nav ul.res_nav {
  display: none;
}

p.sm_switch {
  display: none;
}

@media(max-width:981px) {
  header {
    justify-content: flex-start;
    background-color: transparent;
    padding: 10px 0;
    z-index: 3;
  }
  p.sm_switch {
    display: inline-block;
    font-size: 35px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
  }
  nav {
    margin-top: 0;
  }
  .sidebar {
    background-color: #fff;
  }
  nav ul.disp {
    display: none;
  }
  nav ul.res_nav {
    display: flex;
    align-content: space-around;
    flex-direction: column;
    margin: 10px;
  }
  nav ul li {
    margin-bottom: 10px;
  }
  nav ul li span {
    font-size: 13px;
    display: block;
    letter-spacing: .8em;
  }
  nav ul li.close-sidebar {
    display: block;
    font-size: 18px;
  }
  nav ul li.close-sidebar:hover {
    cursor: pointer;
  }
  nav ul li.close-sidebar .fa {
    margin-right: 5px;
  }
  nav ul li a {
    font-size: 25px;
  }
}


/********************

contents

********************/
.contents {
  margin-bottom: 40px;
}

@media(min-width:768px) {
  .title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
  }
}

@media(max-width:768px) {
  .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
  }
}

/* 1カラム */
.img_box {
  vertical-align: middle;
}

.text_box {
  width: 325px;
  vertical-align: middle;
  padding-left: 30px;
}

.text_box p:last-child {
  margin-bottom: 0;
}

.tc_r {
  padding-left: 20px;
}

/* 2カラム */
.col2 {
  width: 466px;
}

/* 3カラム */
.flex_box {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: stretch;
}

.flex_box .col3 {
  width: 295px;
  flex-basis: 230px;
  flex: 0 1 295px;
  margin-bottom: 40px;
}

.flex_box .col3_last {
  visibility: hidden;
}

.flex_box .col3_last p {
  margin-bottom: 0;
  height: 0;
}

.flex_box .col3 .title {
  font-size: 18px;
}

.data {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  font-style: oblique;
  color: #ff6100;
}

.contents_genre {
  position: relative;
  overflow: hidden;
  width: 981px;
  height: 160px;
  border-radius: 10px;
  margin: 33px 0;
}

.contents_genre:last-child {
  margin-bottom: 55px;
}

.contents_genre a {
  background-color: rgba(255, 255, 255, .75);
  border: 10px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: .8s;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.contents_genre p {
  opacity: 1;
  position: absolute;
  top: 16px;
  left: 0;
  transition: .8s;
  font-size: 25px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.contents_genre p span {
  font-family: arial;
  font-size: 45px;
}

.contents_genre a:hover {
  border: 10px solid #d76d17;
}

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

  2022/08/17 カテゴリー一覧修正版

====================*/
.bannerWrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.bannerWrapper__item {
  box-sizing: border-box;
  padding: 10px;
  width: 50%;
}

.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-sizing: border-box;
  height: 160px;
  width: 100%;
}

.banner--howTo {
  background-image: url("/resource/img/recruit/how_to_contents.jpg");
  background-position: center center;
}

.banner--skill {
  background-image: url("/resource/img/recruit/skill_contents.jpg");
  background-position: center center;
}

.banner--mind {
  background-image: url("/resource/img/recruit/mind_contents.jpg");
  background-position: center left -20px;
}

.banner--find {
  background-image: url("/resource/img/recruit/find_contents_b.jpg");
  background-position: center right -80px;
}

.banner--column {
  background-image: url("/resource/img/recruit/column_contents.jpg");
  background-position: center left;
}

.banner__link {
  align-items: center;
  background-color: rgba(255, 255, 255, .75);
  border: 10px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: arial;
  font-size: 45px;
  font-weight: bold;
  justify-content: center;
  height: 100%;
  text-transform: uppercase;
  transition: border .5s;
  width: 100%;
}

.banner__link:hover,
.banner__link:focus { border: 10px solid #d76d17; }

.banner__link > span {
  display: block;
  font-family: "游ゴシック", sans-serif;
  font-size: 25px;
  font-weight: bold;
}

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


/* ココマデ */

/*
.contents_genre a:hover{
  opacity:1;
  background-color:rgba(255, 255, 255, 0.75);
}
.contents_genre a:hover > p{
  display:block;
  opacity:1;
}
*/

.contents66 {
  width: 66%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.contents70 {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: initial;
  margin-bottom: 50px;
}

/*カテゴリー一覧 */
@media(max-width:640px) {
  .contents_genre {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 33px 0;
    width: 100%;
    height: 100%;
  }
  .contents_genre p {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .contents_genre p span {
    opacity: 1;
    font-family: arial;
    font-size: 20px;
  }
}


/* 新着情報 */
.newsBox {
  width: 100%;
  height: 330px;
  border: 1px solid #999;
  overflow: auto;
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
}

.newsBox dl {}

@media(min-width:768px) {
  .newsBox dl dt {
    float: left;
  }
}

@media(max-width:768px) {
  .newsBox dl dt {
    clear: both;
  }
}

@media(min-width:768px) {
  .newsBox dl dd {
    padding-left: 155px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-indent: -12px;
  }
}

@media(max-width:768px) {
  .newsBox dl dd {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-indent: 5px;
  }
}

.newsBox dl dd::before {
  content: "\f0da";
  font-family: FontAwesome;
  color: red;
}

@media(max-width:1062px) {
  .flex_box .col3, .text_box, .col2, .newsBox {
    width: 100%;
    box-sizing: border-box;
  }
  .img_box {
    text-align: center;
  }
  .text_box {
    padding: 0;
  }
  .rm {
    text-align: center; /* READ MORE画像 */
  }
}

@media(max-width:640px) {
  .contents66 {
    width: 100%;
  }
  .flex_box { /* 幅が640px以下になったら中央揃え */
    justify-content: center;
  }
}



/********************

インタビュー

********************/
.interview_box {
  margin: 0 auto;
}

.interview_container .flex_box {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: initial;
  margin-bottom: 50px;
}

.interview_container .flex_box p {
  margin-bottom: 0;
}

.interview_container .accent {}

.interview_container .accent {
  font-size: 25px;
  font-weight: 700;
}

.interview_container .contents {}

.interview_container .contents p {
  font-weight: 700;
  margin-bottom: 22px;
}

.interview_container .contents img {
  margin-bottom: 20px;
}
.interview_container .contents .back img {
  margin-bottom: 0px;
}


@media(max-width:1062px) {
  .interview_container, .interview_box {
    width: 100%;
  }
  .interview_container img {
    width: 100%;
    height: auto;
  }
}

@media(max-width:640px) {
  .interview_container .flex_box {
    justify-content: center;
  }
}

/********************

セミナー

********************/
.seminar_container {}

.seminar_box {
  width: 900px;
  margin: 0 auto;
}

.seminar_box h3 {
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

.seminar_box h3 .fi {
  flex: 0 0 auto;
}

.seminar_box h3::before {
  content: "";
  margin-right: 0;
}

.seminar_box h3::after {
  content: "";
  border-bottom: 3px solid #333;
  width: 70%;
  display: inline-block;
  flex: 1 1 70%;
  margin-left: 20px;
}

.program {
  width: 440px;
  border: 2px solid red;
  border-radius: 10px;
  padding: 20px;
  flex: 0 0 400px;
  margin-bottom: 20px;
}

.program dl {}

.program dl dt {
  margin-bottom: 20px;
}

.program dl dd {
  line-height: 1.5;
}

.schedule tr td {
  font-family: "游ゴシック", "yu gothic", "YuGothic", "hiragino kaku gothic pron", "ヒラギノ角ゴ pron", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.schedule_date {
  float: right;
  margin-bottom: 5px;
  margin-top: 5px;
}

.seminar_schedule {
  margin-bottom: 0;
  text-align: center;
}

.schedule_line {
  font-size: 14px;
  padding-left: 92px;
  clear: both;
  border-top: 2px dotted crimson;
  padding-top: 10px;
}



/********************

ぶらり電柱の旅

********************/
.pole_container {}

.pole_container h2 {
  padding-top: 0;
}

.pole_container h2::before, .pole_container h2::after {
  content: "";
  background: 0 0;
}

.pole_contents {
  position: relative;
}

.foot_print {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .7;
  z-index: 5;
}

.foot_print::before {
  content: url("/resource/img/recruit/foot_print.gif");
  position: absolute;
  top: 0;
  right: 0;
  opacity: .5;
  -webkit-filter: blur(1px);
  width: 935px;
  height: 1531px;
  z-index: 2;
}

.pole_container h2 {
  background-image: none;
  font-size: 50px;
  text-align: center;
  letter-spacing: 20px;
  font-family: "小塚ゴシック pr6n";
}

.pole_container h2::before {
  content: "";
}

.pole_container .contents {
  position: relative;
}

.pole_container .main_photo {}

.pole_container .main_photo p {
  display: inline-block;
  vertical-align: middle;
}

.pole_container .main_photo .photo_text {
  position: absolute;
  right: 0;
  top: 45%;
}

.pole_container .main_photo .photo_text2 {
  position: relative;
  right: -192px;
  line-height: 2;
}

.pole_container .main_photo .photo_text span {
  display: block;
  margin-bottom: 20px;
}

.pole_container .box1 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 490px;
  text-align: end;
}

.pole_container .box2 {
  display: inline-block;
  position: absolute;
  left: 150px;
  text-align: left;
}

.pole_container .box2 p {
  display: inline-block;
}

/********************

バナーリンク

********************/

.bn_link{
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
.bn_linkTarget{
  display: inline-block;
  max-width: 700px;
  transition: opacity .3s;
}
.bn_linkTarget:hover{
  opacity: .6;
}
.bn_imgMain{
  width: 100%;
  height: auto;
}

/********************

お問合せ

********************/
table.contact {
  width: 60%;
  border: 2px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto 20px;
}

table.contact th {
  border: 1px solid #ccc;
  width: 20%;
  padding: 3px;
  background-color: red;
  color: #fff;
}

table.contact td {
  border: 1px solid #ccc;
  padding: 0;
}

table.contact td input {
  border: 0;
  width: 100%;
  height: 98%;
  padding: 0 5px;
  box-sizing: border-box;
}



/********************

footer

********************/
footer {
  text-align: center;
}

footer small {
  font-size: 12px;
}

/*
    2021/12/22 記事一覧改修
================================*/
.container {}
.container--flex {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}

.card {}
.card__inner {
  padding: 27px 16px;
}

.card__link {
  display: block;
  transition: .3s;
}
.card__link:hover { opacity: .7; }


.card__image {
  position: relative;
}
.card__image::before {
  height: 38px;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 174px;
  z-index: 2;
}

.card__image > img {
  margin-bottom: 0 !important;
  height: auto;
  width: 100%;
}
.card__image > img::hover {}


.card__image--mind {}
.card__image--howTo {}
.card__image--column {}
.card__image--find {}
.card__image--skill {}

.card__image--mind::before { content: url("/resource/img/recruit/cat_mind.png"); }
.card__image--howTo::before { content: url("/resource/img/recruit/cat_how-to.png"); }
.card__image--column::before { content: url("/resource/img/recruit/cat_column.png"); }
.card__image--find::before { content: url("/resource/img/recruit/cat_find.png"); }
.card__image--skill::before { content: url("/resource/img/recruit/cat_skill.png"); }


/*.card__image--stitch {}*/
[class*="card__image--stitch"]::after {
  border: 2px dashed currentColor;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 1;
}

.card__image--stitch_pink::after { border-color: #ff7878; }
.card__image--stitch_yellow::after { border-color: #ffd063; }
.card__image--stitch_white::after { border-color: #fff; }
.card__image--stitch_black::after { border-color: #333; }
.card__image--stitch_gray::after { border-color: #bbb; }

.card__image--rounded {}
.card__image--rounded > img { border-radius: 10px; }

[class*="card__image--hasBorder"] > img {
  border: 1px solid currentColor;
}
.card__image--hasBorder_pink > img { border-color: #f09cbb; }
.card__image--hasBorder_yellow > img { border-color: #e3b000; }
.card__image--hasBorder_black > img { border-color: #333; }
.card__image--hasBorder_gray > img { border-color: #bbb; }


/*
    2021/12/22 カテゴリーフィルター
================================*/
button{/* buttonのデフォルトCSSリセット */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/* animetion */
@keyframes hide {
  0% {
    max-height: 100%;
    opacity: 1;
  }

  100% {
    opacity: 0;
    display:none;
    max-height: 0;
  }
}

@keyframes show {
  0% {
    opacity: 0;
    max-height: 0;
    display:none;
  }

  100% {
    opacity: 1;
    max-height: 100%;
  }
}

.filterList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}
.filterList__item {
  /*flex: 1;*/
}

.filterList__inner {
  margin-bottom: 0;
  padding: 10px;
}

.filterList__button {
  border-radius: 25px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 1);
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  width: 100%;
}

.filterList__button.is_current,
.filterList__button:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.filterList__button--all {
  background-color: orange;
  box-shadow: 0 3px 0 #875808;
  }
.filterList__button--mind {
  background-color: pink;
  box-shadow: 0 3px 0 #a13044;
}
.filterList__button--howto {
  background-color: gold;
  box-shadow: 0 3px 0 #897613;
}
.filterList__button--column {
  background-color: peachpuff;
  box-shadow: 0 3px 0 #975a25;
}
.filterList__button--find {
  background-color: lightgreen;
  box-shadow: 0 3px 0 #4a834a;
}
.filterList__button--skill {
  background-color: skyblue;
  box-shadow: 0 3px 0 #2d6b85;
}

.is_show {
  animation: show .3s linear 0s;
  animation-fill-mode: forwards;
  display: block;
}
.is_hide {
  animation: hide .3s linear 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}


/*
    2022/01/18 TOPへ戻る
================================*/
.toPageTop {
  align-items: flex-end;
  background-color: rgba(102, 102, 102, .7);
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  line-height: 1;
  padding: 15px 20px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.toPageTop::before {
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  color: currentColor;
  content: "";
  display: block;
  height: .6em;
  margin-right: 10px;
  transform: rotate(-45deg);
  width: .6em;
}


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

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

