@charset "UTF-8";
.box-left {
  float: left;
  width: 49%; }

.box-right {
  float: right;
  width: 49%; }

.red {
  color: #ff0055;
  font-weight: bold; }

.blue {
  color: blue;
  font-weight: bold; }

.green {
  color: green;
  font-weight: bold; }

.strong {
  font-weight: bold;
  background: #f5f559; }

.txt-marker {
  background-image: linear-gradient(transparent 50%, #ffe566 50%); }

/* CSS Document */
#wrap, #footer_in {
  max-width: 960px;
  margin: auto; }

.content {
  overflow: hidden; }

/*main*/
#mainbox {
  max-width: 960px; }

#main {
  max-width: 680px;
  float: left;
  width: 70%; }

#content {
  width: 660px;
  float: left; }

/* ヘッダー
--------------------------------------------------------------------------------*/
#header-pc {
  background: #FFF;
  padding: 10px 0;
  border-top: 3px solid #038; }
  #header-pc .in {
    max-width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    #header-pc .in .h-txt {
      width: 40%;
      font-size: 12px; }
    #header-pc .in .h-logo {
      width: 30%;
      padding-right: 15px; }
      #header-pc .in .h-logo img {
        width: 100%; }
    #header-pc .in .h-people {
      width: 30%; }
  #header-pc .text-pr {
    font-size: 16px;
    padding: 6px; }

#gnavi {
  background: #2dafcf;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    #gnavi {
      margin-bottom: 0; } }
  #gnavi ul {
    max-width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid #8594ae; }
    @media only screen and (max-width: 767px) {
      #gnavi ul {
        max-width: 100%; } }
    #gnavi ul li {
      width: 25%; }
      @media only screen and (max-width: 767px) {
        #gnavi ul li {
          width: 50%; } }
      #gnavi ul li a {
        display: block;
        padding: 8px 10px;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        font-weight: normal;
        font-size: 12px;
        border-right: 1px solid #8594ae; }
        #gnavi ul li a:hover {
          color: yellow; }

#header-sp {
  background: #FFF; }
  #header-sp .h-logo {
    padding: 10px; }
    #header-sp .h-logo img {
      max-width: 200px;
      margin: 0 auto; }
    #header-sp .h-logo .text-pr {
      font-size: 16px;
      float: right;
      margin-top: -13px; }

/* TOPメインビジュアル
--------------------------------------------------------------------------------*/
.main-visual-top {
  width: 100%;
  height: 300px;
  background: url(../img/main-visual/main-visual-top-bg.jpg) no-repeat center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .main-visual-top {
      height: auto;
      padding: 20px 10px;
      margin-bottom: 0; } }
  .main-visual-top .txt-area {
    text-align: center;
    max-width: 960px;
    margin: 0 auto; }
    .main-visual-top .txt-area .title {
      width: 100%;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .main-visual-top .txt-area .title {
          font-size: 18px; } }
      .main-visual-top .txt-area .title span {
        background: #ffe566; }
    .main-visual-top .txt-area p {
      width: 100%;
      line-height: 1.7;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .main-visual-top .txt-area p {
          font-size: 12px;
          text-align: left; } }

/* #pan　パンくず
--------------------------------------------------------------------------------*/
#pan_in {
  font-size: 11px;
  color: #888;
  padding: 0 0 12px 0; }
  #pan_in a {
    font-size: 11px;
    text-decoration: none;
    font-weight: 300; }

@media only screen and (max-width: 768px) {
  #pan_in {
    padding: 5px 0; } }
/* #visual　看板画像
--------------------------------------------------------------------------------*/
#visual {
  padding: 0 0 12px 0; }

#visual_in {
  line-height: 0; }

/* #wrap
--------------------------------------------------------------------------------*/
body {
  background: #f2fcff; }

/* 仕事の悩み相談コーナーBOX
--------------------------------------------------------------------------------*/
#articlebox-qa-form {
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF;
  background: #00a2de;
  background: -webkit-linear-gradient(130deg, #00a2de 21%, #5ed5d4 78%);
  background: -moz-linear-gradient(130deg, #00a2de 21%, #5ed5d4 78%);
  background: -o-linear-gradient(130deg, #00a2de 21%, #5ed5d4 78%);
  background: -ms-linear-gradient(130deg, #00a2de 21%, #5ed5d4 78%);
  background: linear-gradient(-40deg, #00a2de 21%, #5ed5d4 78%);
  /* ∞スライダー */ }
  @media only screen and (max-width: 767px) {
    #articlebox-qa-form {
      padding: 15px;
      margin-bottom: 10px; } }
  #articlebox-qa-form .in {
    padding: 20px;
    background: #FFF; }
  #articlebox-qa-form p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px; }
    #articlebox-qa-form p span {
      color: red; }
  #articlebox-qa-form .tyui ul {
    background: #EFEFEF;
    padding: 20px 20px 20px 30px;
    margin-bottom: 20px; }
    #articlebox-qa-form .tyui ul li {
      font-size: 10px;
      line-height: 1.5;
      margin-bottom: 5px;
      list-style: disc; }
  #articlebox-qa-form .btn a {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    background: #ffa545;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 14px;
    border: none;
    border-bottom: 4px solid #db8426;
    border-radius: 3px;
    letter-spacing: 2.7px; }
  #articlebox-qa-form .loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 70px;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #FFF;
    margin-bottom: 20px; }
    #articlebox-qa-form .loopSlider .loopSliderWrap {
      top: 0;
      left: 0;
      overflow: hidden;
      position: absolute; }
      #articlebox-qa-form .loopSlider .loopSliderWrap:after {
        content: "";
        display: none;
        clear: none; }
    #articlebox-qa-form .loopSlider ul {
      height: 70px;
      float: left;
      overflow: hidden;
      padding: 10px; }
      #articlebox-qa-form .loopSlider ul li {
        width: 250px;
        height: 60px;
        float: left;
        line-height: 1.3;
        display: inline;
        overflow: hidden;
        border: 1px solid #EEE;
        background-image: linear-gradient(-45deg, #fff 25%, #FCFAF7 25%, #FCFAF7 50%, #fff 50%, #fff 75%, #FCFAF7 75%, #FCFAF7);
        background-size: 8px 8px;
        margin-right: 10px;
        padding: 10px; }
        #articlebox-qa-form .loopSlider ul li .txt {
          width: 100%; }

/* 監修者一覧BOX
--------------------------------------------------------------------------------*/
#articlebox-kansyu {
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF;
  border: 1px solid #EEE;
  border-top: 5px solid #2dafcf; }
  @media only screen and (max-width: 767px) {
    #articlebox-kansyu {
      padding: 15px;
      margin-bottom: 10px; } }
  #articlebox-kansyu .item {
    overflow: hidden; }
    #articlebox-kansyu .item .img {
      width: 20%;
      float: left; }
      #articlebox-kansyu .item .img img {
        width: 100%;
        height: auto; }
    #articlebox-kansyu .item .txt {
      width: 80%;
      float: right;
      padding-left: 20px; }
      @media only screen and (max-width: 767px) {
        #articlebox-kansyu .item .txt {
          padding-left: 15px; } }
      #articlebox-kansyu .item .txt .name {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 3px; }
        @media only screen and (max-width: 767px) {
          #articlebox-kansyu .item .txt .name {
            font-size: 16px; } }
      #articlebox-kansyu .item .txt p {
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          #articlebox-kansyu .item .txt p {
            font-size: 12px; } }

/* よくある質問BOX
--------------------------------------------------------------------------------*/
#articlebox-qa {
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF;
  border: 1px solid #EEE;
  border-top: 5px solid #2dafcf; }
  @media only screen and (max-width: 767px) {
    #articlebox-qa {
      padding: 15px;
      margin-bottom: 10px; } }
  #articlebox-qa ul {
    margin-bottom: 20px; }
    #articlebox-qa ul li {
      border-bottom: 1px dotted #E1E1E0;
      line-height: 1.3; }
      #articlebox-qa ul li a {
        display: block;
        padding: 8px 15px 8px 25px;
        background: url(../img/icon/icon-arrow-box.png) no-repeat center left;
        background-size: 15px;
        background-position: 0;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          #articlebox-qa ul li a {
            font-size: 12px; } }
  #articlebox-qa .btn a {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    background: #ffa545;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 14px;
    border: none;
    border-bottom: 4px solid #db8426;
    border-radius: 3px;
    letter-spacing: 2.7px; }

/* 調査結果 TOP/検索
--------------------------------------------------------------------------------*/
#articlebox-risearch {
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF;
  border: 1px solid #EEE;
  border-top: 5px solid #2dafcf; }
  @media only screen and (max-width: 767px) {
    #articlebox-risearch {
      padding: 15px;
      margin-bottom: 10px; } }
  #articlebox-risearch p {
    font-size: 14px;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      #articlebox-risearch p {
        font-size: 12px; } }

/* 提携会社一覧 TOP
--------------------------------------------------------------------------------*/
#articlebox-teikei-comp {
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF;
  border: 1px solid #EEE;
  border-top: 5px solid #2dafcf; }
  @media only screen and (max-width: 767px) {
    #articlebox-teikei-comp {
      padding: 15px;
      margin-bottom: 10px;
      display: none; } }
  #articlebox-teikei-comp p {
    margin-bottom: 10px;
    font-weight: bold; }
  #articlebox-teikei-comp ul {
    overflow: hidden;
    padding-left: 20px; }
    #articlebox-teikei-comp ul li {
      width: 33.33333%;
      font-size: 12px;
      float: left;
      list-style: disc; }

/*********************　TOPサイト説明文　***********************/
.main-top-description {
  padding: 15px;
  background: #FFF;
  border: 1px solid #EEE;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .main-top-description {
      padding: 10px;
      margin-bottom: 10px; } }
  .main-top-description p {
    font-size: 16px;
    line-height: 1.6; }
    @media only screen and (max-width: 767px) {
      .main-top-description p {
        font-size: 12px; } }
  .main-top-description .btn {
    margin-top: 10px; }
    .main-top-description .btn a {
      display: block;
      padding: 10px;
      border: 2px solid #FF8000;
      background: #FFFF99;
      font-size: 14px; }

/* #main
--------------------------------------------------------------------------------*/
/* テーブル */
.looptable a {
  line-height: 0; }
.looptable h4 {
  font-size: 15px;
  margin: 0 0 4px 0; }
.looptable td {
  font-size: 12px; }
.looptable i {
  font-size: 16px;
  color: #FFAE00;
  margin: 0 4px 0 0; }
.looptable li {
  font-size: 13px;
  color: #222;
  border-top: 1px dotted #ddd;
  margin-top: 8px;
  padding-top: 8px; }
.looptable img {
  line-height: 0; }

.cate-description {
  margin: 0 0 16px 0;
  border-bottom: 2px solid #F1F1E1; }
  .cate-description .main_inner span {
    color: red; }
  .cate-description h3 {
    font-size: 16px;
    padding: 4px 8px;
    margin: 0 0 20px 0;
    border-left: 4px solid #038; }
  .cate-description p {
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 0 0 20px 0;
    background: #FFF; }

.cate-description_in {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background: #FFF;
  padding: 16px 16px 16px 16px; }

.fl-l.wd-35 img {
  vertical-align: bottom; }

.table-txt {
  background: #ebf3ff;
  padding: 5px 10px;
  border: 1px solid #236ea0;
  margin-top: 9px; }
  .table-txt li {
    border-top: 0;
    padding-top: 0; }

/* 並び替えBOX */
.sort-btn-box {
  background: #e1e1e1;
  padding: 10px; }
  @media only screen and (max-width: 767px) {
    .sort-btn-box {
      padding: 5px 10px; } }
  .sort-btn-box .sort.desc:after {
    content: "▲"; }
  .sort-btn-box .sort.asc:after {
    content: "▼"; }
  @media only screen and (max-width: 767px) {
    .sort-btn-box span {
      font-size: 11px;
      display: block;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .sort-btn-box .btn-area {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .sort-btn-box button {
      font-size: 11px;
      padding: 1px 3px; } }

#left-box {
  float: left;
  overflow: hidden; }

/* 検索ボックス */
.cate-feature-jobsearch {
  background: #fff; }
  .cate-feature-jobsearch .box-form {
    border: 2px solid #2dafcf;
    border-radius: 5px;
    margin: 0 auto 20px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .cate-feature-jobsearch .box-form {
        width: 95%;
        margin: 20px auto; } }
    .cate-feature-jobsearch .box-form h3 {
      background: #2dafcf;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
      padding: 10px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .cate-feature-jobsearch .box-form h3 {
          font-size: 18px; } }
      .cate-feature-jobsearch .box-form h3 small {
        font-size: 80%; }
    .cate-feature-jobsearch .box-form .ttl_form {
      font-size: 16px;
      font-weight: 700;
      padding: 5px 0; }
    .cate-feature-jobsearch .box-form .main-search_in {
      padding: 10px; }
      .cate-feature-jobsearch .box-form .main-search_in ul {
        border-bottom: 1px dotted #237627;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 5px; }
        .cate-feature-jobsearch .box-form .main-search_in ul li {
          display: inline-block; }
      .cate-feature-jobsearch .box-form .main-search_in .box-select {
        border-bottom: 1px dotted #237627;
        margin-bottom: 10px;
        padding-bottom: 5px; }
      .cate-feature-jobsearch .box-form .main-search_in .select {
        appearance: none;
        background: url(../../img/icon/icon-select.png) 97% 45% no-repeat #fff;
        background-size: 20px 20px;
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
        margin: 5px 0 10px;
        padding: 10px 15px;
        width: 100%;
        -webkit-appearance: none; }
        @media only screen and (max-width: 767px) {
          .cate-feature-jobsearch .box-form .main-search_in .select {
            font-size: 12px; } }
      .cate-feature-jobsearch .box-form .main-search_in .check-radio {
        display: flex; }
        @media only screen and (max-width: 767px) {
          .cate-feature-jobsearch .box-form .main-search_in .check-radio {
            display: inherit; } }
        .cate-feature-jobsearch .box-form .main-search_in .check-radio li {
          background: #eee;
          border-radius: 20px;
          font-size: 14px;
          font-weight: 700;
          line-height: 2;
          margin: 5px;
          text-align: center;
          width: 16.6%; }
          @media only screen and (max-width: 767px) {
            .cate-feature-jobsearch .box-form .main-search_in .check-radio li {
              float: left;
              width: 21%;
              font-size: 12px; } }
          .cate-feature-jobsearch .box-form .main-search_in .check-radio li .radio-label {
            display: block; }
            .cate-feature-jobsearch .box-form .main-search_in .check-radio li .radio-label span {
              border-radius: 3px;
              cursor: pointer;
              display: block;
              padding: 5px 0; }
              @media only screen and (max-width: 767px) {
                .cate-feature-jobsearch .box-form .main-search_in .check-radio li .radio-label span {
                  padding: 5px 0; } }
          .cate-feature-jobsearch .box-form .main-search_in .check-radio li .radio-input {
            appearance: none;
            opacity: 0;
            position: absolute;
            -webkit-appearance: none; }
          .cate-feature-jobsearch .box-form .main-search_in .check-radio li .radio-input:checked + span {
            background: #f4cc2d;
            border-radius: 20px; }
      .cate-feature-jobsearch .box-form .main-search_in .check-radio.list-job {
        display: inline-block; }
        .cate-feature-jobsearch .box-form .main-search_in .check-radio.list-job li {
          width: auto; }
          .cate-feature-jobsearch .box-form .main-search_in .check-radio.list-job li .radio-label span {
            padding: 5px 25px; }
            @media only screen and (max-width: 767px) {
              .cate-feature-jobsearch .box-form .main-search_in .check-radio.list-job li .radio-label span {
                padding: 5px 20px; } }
      .cate-feature-jobsearch .box-form .main-search_in .check-checkbox {
        display: flex; }
        @media only screen and (max-width: 767px) {
          .cate-feature-jobsearch .box-form .main-search_in .check-checkbox {
            display: inherit; } }
        .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li {
          background: #eee;
          border-radius: 20px;
          font-size: 12px;
          font-weight: 700;
          line-height: 2;
          margin: 5px; }
          @media only screen and (max-width: 767px) {
            .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li {
              float: left; } }
          .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li .checkbox-label span {
            border-radius: 20px;
            cursor: pointer;
            display: block;
            padding: 5px 20px 5px 40px;
            position: relative; }
            @media only screen and (max-width: 767px) {
              .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li .checkbox-label span {
                padding: 5px 15px 5px 30px; } }
          .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li .checkbox-input {
            appearance: none;
            opacity: 0;
            position: absolute;
            -webkit-appearance: none; }
          .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li .checkbox-input + span::before {
            background: #fff;
            border: 1px solid #aaa;
            content: '';
            display: inline-block;
            height: 14px;
            left: 15px;
            margin-right: 5px;
            position: absolute;
            top: 30%;
            width: 14px; }
            @media only screen and (max-width: 767px) {
              .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li .checkbox-input + span::before {
                left: 12px;
                top: 25%; } }
          .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li .checkbox-input:focus + span::before {
            border-color: #237627; }
          .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li .checkbox-input:checked + span {
            background: #f4cc2d; }
          .cate-feature-jobsearch .box-form .main-search_in .check-checkbox li .checkbox-input:checked + span::before {
            background: url(../../img/icon/icon-checkbox.png) 0 0 no-repeat #fff;
            background-size: 12px 12px; }
    .cate-feature-jobsearch .box-form .block-search-button {
      margin: 20px  0 10px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .cate-feature-jobsearch .box-form .block-search-button {
          margin: 20px 0 0;
          padding-bottom: 10px; } }
      .cate-feature-jobsearch .box-form .block-search-button #submit-btn {
        background: #b8081d;
        border: none;
        border-radius: 5px;
        box-shadow: 0 2px 4px #8e1120;
        color: #fff !important;
        cursor: pointer;
        font-size: 20px;
        font-weight: 700;
        display: block;
        margin: 0 auto;
        padding: 20px 10px;
        text-decoration: none;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .cate-feature-jobsearch .box-form .block-search-button #submit-btn {
            width: 90%; } }

/* ボタン
-------------------------------------------------------------------------*/
.button {
  border-radius: 5px;
  text-align: center; }
  .button a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    padding: 10px; }

.box-point .fa {
  color: #0e7ac4;
  font-size: 18px;
  font-weight: bold; }
.box-point li {
  font-size: 12px; }

/* 調査結果
--------------------------------------------------------------------------------*/
.research-box {
  overflow: hidden; }

.research-section {
  width: 31%;
  float: left;
  margin: 1%; }

.research-box h3 {
  font-size: 16px;
  line-height: 1.2;
  background: url(../img/icon/icon-maru.png) no-repeat;
  padding-left: 30px;
  min-height: 20px;
  margin-bottom: 5px; }

.research-box-back {
  padding: 30px;
  text-align: right;
  font-size: 16px; }

/* Q&A(アーカイブ)
--------------------------------------------------------------------------------*/
#archive-qa {
  background: #FFF;
  padding: 30px;
  border: 1px solid #EEE; }
  @media only screen and (max-width: 767px) {
    #archive-qa {
      padding: 15px;
      border: none; } }

/* 仕事の豆知識（固定ページ）
--------------------------------------------------------------------------------*/
#page-work-knowledge {
  background: #FFF;
  padding: 30px;
  border: 1px solid #EEE;
  border-top: 5px solid #2dafcf; }
  @media only screen and (max-width: 767px) {
    #page-work-knowledge {
      padding: 15px;
      border: none; } }
  #page-work-knowledge h2 {
    margin-bottom: 20px;
    line-height: 1.3; }
  #page-work-knowledge h3 {
    font-size: 20px;
    background-color: #F3F3F3;
    padding: 10px 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #333; }
  #page-work-knowledge .item ul {
    margin-bottom: 20px; }
    #page-work-knowledge .item ul li {
      border-bottom: 1px dotted #E1E1E0;
      line-height: 1.3; }
      #page-work-knowledge .item ul li a {
        display: block;
        padding: 8px 15px 8px 25px;
        background: url(../img/icon/icon-arrow-box.png) no-repeat center left;
        background-size: 15px;
        background-position: 0;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          #page-work-knowledge .item ul li a {
            font-size: 12px; } }

/* コンタクトページ（固定ページ）
--------------------------------------------------------------------------------*/
#page-contact {
  background: #FFF;
  padding: 60px;
  border: 1px solid #EEE;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #page-contact {
      padding: 15px;
      border: none; } }
  #page-contact p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #page-contact p {
        font-size: 12px;
        margin-bottom: 20px; } }
  #page-contact > ul {
    border: 3px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 20px 10px 20px; }
    @media only screen and (max-width: 767px) {
      #page-contact > ul {
        margin-bottom: 20px; } }
    #page-contact > ul > li {
      color: #222;
      line-height: 1.6em;
      padding: 5px 20px;
      background: url(../img/icon/icon-checked.png) no-repeat 0 0;
      display: block;
      font-size: 13px;
      background-size: 20px;
      padding-left: 30px;
      margin-bottom: 5px;
      border-bottom: 1px dotted #ddd; }
      @media only screen and (max-width: 767px) {
        #page-contact > ul > li {
          background-size: 15px;
          background-position-y: 10px;
          font-size: 12px;
          padding-left: 20px; } }
      #page-contact > ul > li:last-child {
        border: none; }
  #page-contact h2 {
    padding: 15px 60px;
    background: #60b5ce;
    font-size: 1.2rem;
    color: #FFF;
    line-height: 1.2;
    margin: 0 -60px 30px -60px; }
    @media only screen and (max-width: 767px) {
      #page-contact h2 {
        margin: 0 -15px 20px -15px;
        padding: 15px; } }
  #page-contact .description {
    margin-bottom: 20px; }
  #page-contact form {
    margin-bottom: 20px; }
    #page-contact form input {
      display: block; }
  #page-contact .tyui ul {
    background: #EFEFEF;
    padding: 20px 20px 20px 30px; }
    #page-contact .tyui ul li {
      color: #222;
      font-size: 10px;
      line-height: 1.5;
      margin-bottom: 5px;
      list-style: disc; }

/* Q&A詳細
--------------------------------------------------------------------------------*/
#single-qa {
  background: #FFF;
  padding: 30px;
  border: 1px solid #EEE;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    #single-qa {
      padding: 15px;
      border: none; } }
  #single-qa h2 {
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    padding-left: 60px;
    margin: 0 0 30px 0; }
    @media only screen and (max-width: 767px) {
      #single-qa h2 {
        font-size: 18px;
        margin-bottom: 15px;
        padding: 0 0 0 50px !important; } }
    #single-qa h2:before {
      content: "Q";
      background: #222;
      color: #FFF;
      padding: 10px;
      width: 25px;
      height: 25px;
      font-size: 20px;
      text-align: center;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
      @media only screen and (max-width: 767px) {
        #single-qa h2:before {
          width: 20px;
          height: 20px;
          font-size: 16px; } }
  #single-qa .tit-kansyu {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #single-qa .tit-kansyu {
        font-size: 16px; } }
  #single-qa .a {
    padding: 30px;
    background: #fff7f1;
    border: 2px solid #ffc79d;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #single-qa .a {
        margin-bottom: 15px;
        padding: 20px; } }
    #single-qa .a p {
      font-size: 16px;
      line-height: 1.7; }

/* 案件詳細
--------------------------------------------------------------------------------*/
/*.main-txt　文章の塊を表示するとき使う*/
.main-txt_in {
  border: 1px solid #E1E1E1;
  padding: 16px;
  background: #FFF; }

.main-txt {
  margin: 0 0 16px 0;
  border-bottom: 2px solid #F1F1E1;
  background: #FFF; }
  .main-txt img {
    width: 100%;
    float: left; }
  .main-txt .main-txt_item {
    padding: 20px;
    background: #F1F1F1;
    margin-bottom: 30px; }
    .main-txt .main-txt_item .banner img {
      width: 21%; }
    .main-txt .main-txt_item .button img {
      max-width: 480px; }
    .main-txt .main-txt_item p {
      background: #FFF;
      padding: 20px;
      margin: 0 0 16px 0;
      width: 76%;
      float: right;
      line-height: 1.7em;
      font-size: 15px; }
      .main-txt .main-txt_item p .fa {
        margin-right: 10px;
        color: #0e7ac4; }
    .main-txt .main-txt_item .main-rank-1_button {
      display: block; }
      .main-txt .main-txt_item .main-rank-1_button img {
        float: none; }
  .main-txt article h5 {
    line-height: 1.3;
    background: #E1E1E1;
    margin: 0 0 16px 0;
    padding: 8px;
    background: url(../img/icon/icon-type.png) no-repeat center left;
    background-size: 22px;
    background-color: #faf8f6;
    background-position: 15px;
    border: 1px solid #DDD;
    padding-left: 50px;
    border-bottom: 2px solid #ffae00; }
  .main-txt article h4 {
    font-size: 16px;
    font-weight: bold; }
  .main-txt article h3 {
    font-size: 16px;
    padding: 12px;
    background: #F1F1F1;
    margin: 8px 0;
    border-left: 4px solid #038; }
  .main-txt article p {
    line-height: 1.7em;
    font-size: 15px;
    padding: 16px 0 24px;
    letter-spacing: 0.2px; }

@media only screen and (max-width: 768px) {
  .main-txt .main-txt_item {
    background: #FFF; }
    .main-txt .main-txt_item .detail_top {
      padding: 0%; }
    .main-txt .main-txt_item .banner {
      display: none; }
      .main-txt .main-txt_item .banner img {
        width: 100%; }
    .main-txt .main-txt_item p {
      width: 100%;
      background: #EEE;
      margin: 16px 0; } }
/* #sub
--------------------------------------------------------------------------------*/
#sub h3 {
  padding: 15px;
  background-position: 19px;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  background-color: #2dafcf;
  color: #fff; }

.sub-box {
  background: #FFF;
  margin-bottom: 15px;
  border: 1px solid #EEE;
  border-bottom: 2px solid #DDD; }

.sub-cont {
  margin: 0 0 15px 0; }
  .sub-cont a {
    text-decoration: none; }
  .sub-cont h3 {
    background: #E1E1E1;
    padding: 10px; }
  .sub-cont p {
    color: #333;
    line-height: 1.2; }
    .sub-cont p:hover {
      text-decoration: underline; }
  .sub-cont dl {
    margin: 0px 0;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0; }
  .sub-cont dt {
    margin: 0;
    float: left;
    width: 20%; }
  .sub-cont dd {
    margin: 0;
    float: right;
    width: 78%; }
    .sub-cont dd h4 {
      font-weight: 600; }
  .sub-cont li {
    border-bottom: 1px dotted #CCC;
    padding: 10px 0 10px 15px;
    background: url(../img/icon/ar_black.png) no-repeat;
    background-size: 5px;
    background-position: 3px center; }

/*　人気相談一覧 */
.sub-qa-rank ul li a {
  font-size: 12px;
  padding: 8px 0;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #E1E1E0;
  padding: 8px 15px 8px 40px; }
.sub-qa-rank ul .num1 a {
  position: relative; }
  .sub-qa-rank ul .num1 a:before {
    content: "1";
    background: #d5c37a;
    color: #FFF;
    padding: 2px 6px;
    position: absolute;
    left: 0;
    left: 10px; }
.sub-qa-rank ul .num2 a {
  position: relative; }
  .sub-qa-rank ul .num2 a:before {
    content: "2";
    background: #a7a7a7;
    color: #FFF;
    padding: 2px 6px;
    position: absolute;
    left: 0;
    left: 10px; }
.sub-qa-rank ul .num3 a {
  position: relative; }
  .sub-qa-rank ul .num3 a:before {
    content: "3";
    background: #bfa987;
    color: #FFF;
    padding: 2px 6px;
    position: absolute;
    left: 0;
    left: 10px; }
.sub-qa-rank ul .num4 a {
  position: relative; }
  .sub-qa-rank ul .num4 a:before {
    content: "4";
    background: #8babe0;
    color: #FFF;
    padding: 2px 6px;
    position: absolute;
    left: 0;
    left: 10px; }
.sub-qa-rank ul .num5 a {
  position: relative; }
  .sub-qa-rank ul .num5 a:before {
    content: "5";
    background: #8babe0;
    color: #FFF;
    padding: 2px 6px;
    position: absolute;
    left: 0;
    left: 10px; }

/*　新着相談一覧 */
.sub-qa ul li a {
  font-size: 12px;
  padding: 8px 0;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #E1E1E0;
  padding: 8px 15px 8px 40px;
  background: url(../img/icon/icon-arrow-box.png) no-repeat center left;
  background-size: 15px;
  background-position: 15px;
  color: #414141; }

/* #footer
--------------------------------------------------------------------------------*/
#footer {
  background: #777777;
  padding-bottom: 10px;
  margin-top: 40px;
  color: #FFF;
  clear: both; }

#footer_in {
  padding: 15px 0; }

.box-survey {
  margin: 20px 0;
  color: #fff; }
  .box-survey ul {
    color: #fff;
    font-size: 12px; }

.footer-content {
  background: #FFF;
  border-top: 5px solid #038;
  padding-top: 10px; }
  .footer-content .footer-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #038;
    font-size: 16px; }
  .footer-content .item {
    overflow: hidden;
    margin-bottom: 15px;
    float: left;
    width: 25%; }
    .footer-content .item li {
      width: 90%;
      border-bottom: 1px dotted #BBB; }
    .footer-content .item li a {
      text-decoration: none;
      padding: 12px 0;
      display: block;
      font-size: 13px; }
      .footer-content .item li a:hover {
        color: #236ea0;
        background: #e6f2fb; }
  .footer-content a {
    font-weight: normal; }

@media only screen and (max-width: 768px) {
  .footer-content .item {
    width: 100%; }

  .footer-content a {
    /*width: 50%;*/
    padding: 10px;
    /*border: 1px solid #DDD;*/
    height: 40px;
    font-size: 11px; } }
.footer-link {
  margin: 0 0 5px 0;
  text-align: center; }
  .footer-link li {
    padding: 0 10px 0 0px;
    font-size: 10px;
    display: inline; }
    .footer-link li a {
      color: #FFF; }

.footer-txt {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #FFF;
  text-align: center; }
  .footer-txt li {
    font-size: 12px;
    line-height: 1.4;
    color: #FFF; }

.footer-link {
  padding: 10px;
  text-align: center; }

#copyright {
  text-align: center; }

/* reページ
--------------------------------------------------------------------------------*/
#main-w-re {
  padding: 20px;
  background-color: #FFF;
  text-align: center;
  border-top: 3px solid #FEAC00; }
  #main-w-re a {
    text-decoration: none;
    color: black; }

#main-w-re-in {
  max-width: 960px;
  margin: 0 auto; }
  #main-w-re-in .box-advice {
    background: url(../img/feature/high-class/bg_advice.png) left top repeat;
    border: 3px solid #ff8945;
    border-radius: 4px;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 3rem 2rem;
    padding: 1.2rem 8rem 2rem 5rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #main-w-re-in .box-advice {
        font-size: 1rem;
        margin: 4rem 1rem 3rem;
        padding: 3.5rem .5rem 2rem; } }
    #main-w-re-in .box-advice .ttl-advice {
      position: absolute;
      left: -2.5rem;
      top: -2rem; }
      @media only screen and (max-width: 767px) {
        #main-w-re-in .box-advice .ttl-advice {
          left: 1rem;
          top: -4rem;
          width: 90px;
          height: 90px; } }
    #main-w-re-in .box-advice .img-advice {
      bottom: 0;
      right: -1rem;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        #main-w-re-in .box-advice .img-advice {
          display: none; } }
  #main-w-re-in .fwb {
    font-weight: 700; }
  #main-w-re-in .red2 {
    color: #cc2525; }
  #main-w-re-in .marker {
    background: linear-gradient(transparent 60%, #fff45c 0%); }

#main-w-re p {
  font-size: 14px;
  line-height: 1.7em;
  color: #AAA; }

#main-w-re-link p {
  color: black; }
#main-w-re-link a {
  text-decoration: none;
  color: #333; }
  #main-w-re-link a span {
    text-decoration: underline;
    color: #2B91C8; }

/*　ページトップへ　*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 0; }
  .pagetop a {
    display: block; }

/* タイトル関連 */
.sum-size_mid {
  background-size: 28px 28px;
  padding: 16px 0 12px 20px;
  background-position: 12px;
  font-size: 19px; }

.tit-under {
  border-bottom: 2px solid #005b74;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff; }
  .tit-under h2 {
    font-size: 14px; }
  .tit-under span {
    font-weight: bold;
    font-size: 23px; }

/* CSS Document */
@media only screen and (max-width: 750px) {
  #wrap h2 {
    line-height: 1.4;
    padding: 12px 20px 12px 12px;
    margin-top: 6px; }

  /* #head
  --------------------------------------------------------------------------------*/
  #head {
    border-bottom: 1px solid #CCC; }

  #head_in, #visual {
    padding: 0; }

  /* スマホヘッダー */
  #head-sp {
    background: #FFF;
    border-bottom: 3px solid #003388; }
    #head-sp ul {
      display: flex;
      align-items: center; }
      #head-sp ul li {
        width: 33.3333%;
        border-right: 1px solid #003388; }
        #head-sp ul li a {
          text-align: center;
          padding: 10px;
          display: block;
          font-size: 12px;
          color: #003388;
          text-decoration: none; }
      #head-sp ul .h-logo {
        border-right: 1px solid #038; }
        #head-sp ul .h-logo a {
          padding: 6px 15px; }

  ul#menu li {
    width: 80%;
    font-size: 13px;
    line-height: 1em; }
  ul.sub-menu li {
    background: #038; }

  article .detail_top {
    text-align: center; }
    article .detail_top img {
      float: none; }
    article .detail_top p.text_top {
      padding: 15px;
      margin: 10px;
      width: auto; }
    article .detail_top .main-rank_button img {
      width: 100%; }

  .main-txt article {
    margin-bottom: 0; }
    .main-txt article img {
      float: none; }

  .main-spec {
    margin-bottom: 20px; }
    .main-spec table {
      width: 90%;
      margin: 0 auto; }

  /* 調査結果 */
  .research-section {
    width: 100%;
    float: none;
    margin-bottom: 15px; }
    .research-section h3 {
      margin-bottom: 5px; }

  .research-box {
    padding: 2%; }

  .research-box-back {
    padding: 15px 15px 0 0; }

  /* main-card */
  .main-table {
    padding-bottom: 15px;
    margin-bottom: 0; }

  /*.main-search　検索関連のものに使うクラス*/
  .main-search {
    margin: 0; } }
@media only screen and (max-width: 750px) and (max-width: 768px) {
  .main-search {
    margin-bottom: 15px; } }
@media only screen and (max-width: 750px) {
  .main-search_in {
    padding: 2%; }

  .main-search_button ul {
    background: #FFF;
    margin: 0 0 10px 0;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 0; }
  .main-search_button li {
    float: left;
    width: 50%;
    line-height: 2.2;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC; }

  .main-search_table h3 {
    font-size: 13px;
    margin: 0 0 5px 0; }
  .main-search_table ul {
    background: #FFF;
    margin: 0 0 10px 0;
    padding: 2%; }
  .main-search_table li {
    float: left;
    width: 50%;
    line-height: 2.2; }
  .main-search_table dt {
    background: #FFF;
    padding: 2%;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin: 0 0 15px 0;
    text-align: center; }

  .main-search_button ul li label {
    max-height: 45px;
    min-height: 35px;
    font-size: 12px;
    text-indent: -9999px; }
  .main-search_button ul li .click {
    padding: 4% 2% 7% 20%; }

  .check1 {
    background: url(../img/bg/bg-search-nensyu-off.png) no-repeat; }

  .list1 .click {
    background: url(../img/bg/bg-search-nensyu-on.png) no-repeat; }

  .check2 {
    background: url(../img/bg/bg-search-gaishi-off.png) no-repeat; }

  .list2 .click {
    background: url(../img/bg/bg-search-gaishi-on.png) no-repeat; }

  .check3 {
    background: url(../img/bg/bg-search-woman-off.png) no-repeat; }

  .list3 .click {
    background: url(../img/bg/bg-search-woman-on.png) no-repeat; }

  .check4 {
    background: url(../img/bg/bg-search-it-off.png) no-repeat; }

  .list4 .click {
    background: url(../img/bg/bg-search-it-on.png) no-repeat; }

  .check5 {
    background: url(../img/bg/bg-search-first-off.png) no-repeat; }

  .list5 .click {
    background: url(../img/bg/bg-search-first-on.png) no-repeat; }

  .check6 {
    background: url(../img/bg/bg-search-matome-off.png) no-repeat; }

  .list6 .click {
    background: url(../img/bg/bg-search-matome-on.png) no-repeat; }

  #test_aaa {
    width: 280px;
    height: 54px; }

  /*　検索 */
  .main-search_in {
    padding: 10px;
    background: #FFF; }

  .main-search h3 {
    background: url(../img/icon/icon-search.png) no-repeat center left;
    background-color: #038;
    color: #FFF;
    background-position: 2.5%;
    padding-left: 45px;
    margin-bottom: 0;
    line-height: 48px; }
  .main-search .sum-size_mid {
    font-size: 18px; }

  .main-search .accordion dt {
    height: auto;
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 14px;
    background: #FFF;
    margin-top: 2%;
    padding: 12px 0;
    text-align: center;
    color: #033;
    margin-bottom: 12px;
    border: 2px solid #FFAE00; }
    .main-search .accordion dt img {
      width: 20px;
      vertical-align: middle; }
  .main-search .accordion dd {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 8px;
    margin-bottom: 12px; }
  .main-search .accordion li {
    width: 50%;
    float: left; }
  .main-search .accordion ul {
    margin-bottom: 10px; }
  .main-search .accordion p {
    color: #1BA321;
    font-weight: bold;
    font-size: 13px;
    background: #E8F9E9;
    padding: 4px 8px; }
  .main-search .send {
    background: none;
    padding: 0; }

  /*　検索結果 */
  #wrap .search-kekka h2 {
    background: url(../img/icon/icon-search.png) no-repeat center left;
    background-color: #038;
    border-bottom: 3px solid #0e6712;
    color: #FFF;
    background-position: 2.5%;
    background-size: 8%;
    padding: 12px 12px 12px 48px;
    margin: 6px 0 8px 0; }

  .search-kekka {
    background: #0086ab; }
    .search-kekka th {
      background: #F3F3F3;
      color: #333; }
    .search-kekka .main-rank {
      padding: 3% 3% 2% 3%;
      border-radius: 2px;
      background: #FFF;
      border-bottom: 3px solid #9f9b8d;
      border-top: 4px solid #003388; }
      .search-kekka .main-rank .fl-l {
        width: 32%; }
      .search-kekka .main-rank .fl-r {
        width: 62%; }
    .search-kekka .main-rank_point {
      clear: both; }
      .search-kekka .main-rank_point .box-point {
        border: 1px solid #DDD;
        padding: 10px; }
        .search-kekka .main-rank_point .box-point li {
          font-size: 14px;
          line-height: 1.5em;
          color: #222;
          border-bottom: 1px dotted #ddd;
          padding-bottom: 5px;
          margin-bottom: 5px; }
    .search-kekka .main-rank h3 {
      padding: 0;
      line-height: 1.2;
      margin-bottom: 5px;
      background: none;
      margin-top: 0;
      overflow: hidden; }
      .search-kekka .main-rank h3 a {
        text-decoration: none; }
    .search-kekka .main-rank .fl-r th {
      padding: 5px 0;
      font-size: 11px;
      font-weight: bold;
      width: 48%;
      font-size: 10px; }
    .search-kekka .main-rank .fl-r td {
      padding: 3px 0;
      font-size: 11px; }
    .search-kekka .main-rank .fl-r .main-rank_in {
      padding: 0;
      margin-bottom: 5px; }
    .search-kekka .main-rank_catch {
      padding: 2%;
      width: 100%;
      margin: 2% 0;
      background: #ebf3ff;
      float: left; }
    .search-kekka .main-rank_banner {
      margin-bottom: 0; }
    .search-kekka .main-rank_catch p {
      margin-bottom: 3px;
      background-position: 0;
      line-height: 1.2em;
      display: inline-block;
      clear: both;
      font-size: 14px; }
    .search-kekka .main-rank h3 img {
      position: static;
      width: auto; }
    .search-kekka .main-rank h3 a {
      float: left;
      display: inline-block;
      font-size: 20px; }
    .search-kekka .main-rank h3 .main-rank-star {
      width: 100%;
      overflow: hidden; }
      .search-kekka .main-rank h3 .main-rank-star dt {
        width: 32%;
        margin-right: 0;
        float: left;
        font-weight: bold;
        font-size: 12px;
        padding-top: 8px;
        color: #fff;
        padding: 2px;
        background-color: #0e7ac4;
        text-align: center; }
      .search-kekka .main-rank h3 .main-rank-star dd {
        width: 59%;
        float: left;
        padding-left: 10px; }

  .kensuu {
    background: #FFF;
    color: #333;
    padding: 6px 6px 2px 6px;
    border-radius: 22px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block; }
    .kensuu span {
      font-size: 22px; }

  /*.main-txt*/
  .main-txt {
    margin: 0 0 2% 0;
    border-bottom: 1px solid #DDD;
    background: #FFF; }

  .main-txt_in {
    border: none;
    background: #FFF;
    padding: 20px; }

  .tit-orange {
    padding: 3% 3% 2% 13%; }

  .main-txt .tit-orange span {
    font-size: 22px; }

  .comp-table-sp-selectbox {
    overflow: hidden;
    padding: 2% 2% 1% 2%; }
    .comp-table-sp-selectbox p {
      width: 15%;
      float: left;
      margin-top: 5px;
      margin: 0;
      margin-right: 5px;
      padding-top: 9px;
      font-weight: bold;
      font-size: 13px; }
    .comp-table-sp-selectbox select {
      width: 52%;
      float: left;
      height: 35px;
      border: 1px solid #CCC; }
    .comp-table-sp-selectbox button {
      width: 30%;
      float: right;
      height: 35px;
      background: #FFF;
      font-weight: bold;
      border: 1px solid #CCC; }

  /* main-list */
  .main-list {
    background: #f1f1f1; }
    .main-list h3 {
      background: url(../img/icon/icon-type-on.png) no-repeat center left;
      background-position: 3.5%;
      background-color: #FFAE00;
      color: #FFF;
      padding-left: 45px;
      border-bottom: 3px solid #bf8301;
      font-size: 16px; }
    .main-list .title-green {
      margin-bottom: 0; }

  .main-list-inner {
    padding: 0; }

  .main-list .col-4 {
    width: 100%;
    float: none;
    padding: 3% 2% 1% 2%;
    background: #FFF;
    margin-bottom: 0;
    border-bottom: 1px solid #DDD; }

  .main-list-txt {
    width: 82%;
    background: url(../img/icon/icon-arow.gif) no-repeat right center;
    background-position: 98%;
    background-size: 10px;
    padding-right: 7%; }

  /* box */
  .main-list_box {
    border-bottom: 3px solid #F1F1F1; }

  .main-list_box_in {
    padding: 0; }

  .main-list_box a {
    text-decoration: none; }
  .main-list_box ul {
    padding: 0 0 0 0; }
  .main-list_box li {
    float: none;
    width: 100%;
    margin: 0px 16px 0px 0;
    border: 0px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-radius: 0px;
    background: url(../img/icon/icon-arow.gif) no-repeat 95% center #FFF; }
    .main-list_box li:last-child {
      margin-right: 0; }
    .main-list_box li:hover {
      border-bottom: 0px solid #CCC;
      border-top: 0px solid #B1B1B1;
      border-left: 0px solid #B1B1B1;
      background: #EDDAB4;
      color: #2B96CC; }
  .main-list_box dl {
    padding: 5px;
    width: 90%; }
  .main-list_box dt {
    margin: 0;
    width: 28%;
    float: left; }
  .main-list_box dd {
    margin: 0;
    width: 70%;
    font-size: 14px;
    float: right; }
    .main-list_box dd h4 {
      padding: 4px 0 0px 0;
      color: #2B96CC;
      line-height: 12px; }
      .main-list_box dd h4:hover {
        color: #2B96CC; }
    .main-list_box dd h5 {
      padding: 0 0 12px 0;
      color: #666;
      font-size: 12px;
      display: none; }
    .main-list_box dd p {
      font-size: 11px;
      color: #666;
      line-height: 16px; }

  /* .main-time */
  .main-time {
    border: none; }
    .main-time h2 {
      font-size: 12px;
      text-align: center;
      background: #1BA321;
      color: #FFF;
      padding: 4px 0;
      margin: 0 0 8px 0; }
    .main-time ul {
      margin: 0 0 8px 0; }
    .main-time li {
      padding: 8px 0; }
    .main-time .col1 p {
      font-size: 12px;
      padding: 0;
      margin: 0; }
    .main-time .col1 li {
      margin: 0; }
    .main-time h3 {
      font-size: 12px;
      line-height: 1.2;
      margin: 0 0 8px 0; }

  .main-time_count {
    font-size: 10px;
    background: #000;
    color: #FFF;
    border-radius: 3px;
    padding: 4px 12px 4px 12px; }

  .main-time_count-time {
    font-size: 14px; }

  .main-time_button {
    padding: 8px;
    background: #F1F1F1;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #CCC; }

  .col1 .main-time_count {
    padding: 4px; }

  /* 転職会社一覧ページ */
  #wrap .tensyoku-all h2 {
    text-align: center;
    padding: 12px 0; }

  .tensyoku-all .anken {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px; }
    .tensyoku-all .anken h3 {
      font-size: 18px;
      margin-bottom: 10px;
      background: #e1f2fd;
      padding: 10px; }
    .tensyoku-all .anken .main-rank_banner {
      float: left;
      width: 40%; }
    .tensyoku-all .anken .main-rank-catch {
      float: left;
      width: 56%;
      margin-left: 10px; }
      .tensyoku-all .anken .main-rank-catch a {
        text-decoration: none; }
      .tensyoku-all .anken .main-rank-catch p {
        font-size: 14px;
        color: #333; }
        .tensyoku-all .anken .main-rank-catch p:first-child {
          margin-bottom: 10px;
          color: #038;
          font-weight: bold; }
          .tensyoku-all .anken .main-rank-catch p:first-child .fa {
            margin-right: 5px; }
    .tensyoku-all .anken .main-rank-star {
      float: left;
      width: 56%;
      margin-left: 10px;
      margin-bottom: 10px; }
      .tensyoku-all .anken .main-rank-star dt {
        width: 40%; }
      .tensyoku-all .anken .main-rank-star img {
        width: 100%; } }
@media only screen and (max-width: 750px) {
  /* reページ */
  #main-w-re {
    padding: 0; }

  #main-w-re-title h2 {
    font-size: 18px;
    line-height: 1.3; }

  #main-w-re-time {
    width: 100%; }

  /* #sub
  --------------------------------------------------------------------------------*/
  #sub {
    background: #f1f1f1; } }
@media only screen and (max-width: 750px) and (max-width: 768px) {
  #sub {
    max-width: 100%; } }
@media only screen and (max-width: 750px) {
  #sub .sub-article {
    float: none;
    padding: 3% 2% 1% 2%;
    background: #FFF;
    margin-bottom: 0;
    border-bottom: 1px solid #DDD; }
    #sub .sub-article .sub-txt {
      width: 82%;
      background: url(../img/icon/icon-arow.gif) no-repeat right center;
      background-color: #FFF;
      background-position: 100%;
      background-size: 10px;
      padding-right: 7%; }
  #sub h3 {
    background: url(../img/icon/icon-rank.png) no-repeat center left;
    background-color: #2dafcf;
    color: #FFF;
    background-position: 2.5%;
    padding: 0 0 0 48px;
    margin-bottom: 0;
    line-height: 48px;
    font-size: 18px; }
  #sub h4 {
    margin-bottom: 0; }

  .bnr-today {
    width: 94%; }
    .bnr-today p {
      padding: 24% 20px 16px 30px;
      text-align: right;
      width: 56%;
      font-size: 24px; }

  .tit-under {
    border-bottom: 3px solid #012c75;
    background-color: #FFF;
    border-left: 0px solid #DDD;
    border-right: 0px solid #DDD;
    border-top: 1px solid #DDD;
    line-height: 1; }

  /*　テキストのボタン
  --------------------------------------------------------------------------*/
  .txt-button a {
    background: #F1F1F1;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #DDD;
    margin: 0 2% 2% 2%; }

  #footer {
    margin-top: 0; }

  #left-box {
    float: none; }

  #top-search .main-search, #content {
    width: 100%; }

  .main-rank_catch {
    width: 95%;
    margin: 3%;
    padding: 1%; }

  .main-rank .fl-r {
    width: 62%;
    float: right;
    margin-left: 0px; }

  #sub .sub-inner {
    padding-bottom: 3%; }

  .form dt {
    width: 100%;
    padding-bottom: 3%; }
  .form dd {
    width: 100%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee; }
    .form dd textarea {
      border: 1px solid #a6a6a6;
      width: 100%; }
  .form .submit {
    text-align: center;
    background: #038; }
    .form .submit input {
      font-size: 15px;
      color: #fff; } }
/*********************　定番コンテンツ＿非公開求人　***********************/
/*--// .addClass();で追加するcss //--*/
.fixed-navi {
  position: fixed;
  width: 960px !important;
  z-index: 2; }

@media only screen and (max-width: 768px) {
  .fixed-navi {
    width: 100% !important; } }
/*********************　アコーディオン　***********************/
#acMenu {
  margin: 8px 0; }
  #acMenu dt {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    background: url(../img/icon/icon-arrow-down.png) no-repeat right 15px center #f6f6f6;
    background-size: 18px; }
  #acMenu .click {
    background: url(../img/icon/icon-arrow-up.png) no-repeat right 15px center #f6f6f6;
    background-size: 18px; }
  #acMenu dd {
    width: 100%;
    height: auto;
    line-height: 1.4em;
    text-align: center;
    border: 1px solid #e8e8e8;
    display: none; }
    #acMenu dd label {
      display: block;
      text-align: left; }
    #acMenu dd fieldset {
      border: none; }

/*********************　コラム（子）　***********************/
.cat-description {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 30px; }
  .cat-description .img {
    display: inline-block;
    float: left;
    width: 30%; }
    .cat-description .img img {
      width: 100%;
      height: auto; }
  .cat-description .txt {
    float: right;
    width: 68%;
    padding: 5px 0; }
    .cat-description .txt h1 {
      font-size: 20px; }

/*********************************************************************************************************************************
                                                    スマホ
*****************************************************************************************************************************/
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .pagetop {
    background: rgba(255, 170, 0, 0.9);
    padding: 8px;
    height: 52px;
    font-size: 10px;
    color: #fff;
    right: 0;
    bottom: 0;
    text-align: right;
    margin-right: 0;
    margin-bottom: 0;
    z-index: 2; } }
@media only screen and (max-width: 768px) {
  .pagetop span {
    display: block;
    text-align: center; }

  /* オーバーレイ(複数申込) */
  #over-lay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffd500;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    display: block; }
    #over-lay p {
      text-align: center;
      font-weight: bold;
      display: block;
      margin: 0 auto;
      padding: 10px 22px 10px 10px;
      font-size: 13px; }
    #over-lay span {
      color: red; } }
p {
  line-height: 1.8em;
  font-size: 18px; }

.col-2-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .col-2-box {
      display: block; } }
  .col-2-box .item {
    width: 48.5%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .col-2-box .item {
        width: 100%;
        margin-bottom: 15px; } }
    .col-2-box .item img {
      width: 100%;
      height: auto; }

.col-2-box #balloon-1-bottom {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  min-width: 115px;
  height: 40px;
  line-height: 34px;
  font-size: 16px;
  color: #19283C;
  text-align: center;
  background: #F6F6F6;
  border: 3px solid #535353;
  z-index: 0;
  font-weight: bold;
  height: auto; }
  .col-2-box #balloon-1-bottom:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #F6F6F6 transparent transparent transparent;
    z-index: 0; }
  .col-2-box #balloon-1-bottom:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #535353 transparent transparent transparent;
    z-index: -1; }

.item-sp:last-child .item-img {
  width: 100%;
  float: none;
  margin-bottom: 10px; }

.item-sp:last-child .item-point {
  width: 100%;
  float: none; }

/* 案件詳細
--------------------------------------------------------------------------------*/
.main-single {
  margin-bottom: 64px;
  background: #FFF;
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    .main-single {
      margin-bottom: 0;
      border: none;
      padding: 16px; } }
  .main-single img {
    width: 100%;
    height: auto; }
  .main-single h1 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .main-single h1 {
        font-size: 18px; } }
  .main-single h2 {
    padding: 10px 0;
    margin: 40px 0 30px;
    font-size: 24px;
    line-height: 1.5;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222; }
    @media only screen and (max-width: 767px) {
      .main-single h2 {
        font-size: 18px;
        margin-bottom: 32px; } }
  .main-single h3 {
    margin: 35px 0 20px;
    padding: 5px 5px 5px 16px;
    font-size: 22px;
    border-left: 5px solid #222; }
    @media only screen and (max-width: 767px) {
      .main-single h3 {
        font-size: 18px;
        margin-bottom: 30px; } }
  .main-single p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 2.1; }
    @media only screen and (max-width: 767px) {
      .main-single p {
        font-size: 16px;
        margin: 16px 0 40px 0; } }
  .main-single .waku {
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 15px 20px; }
    .main-single .waku p {
      margin: 0; }
  .main-single .cv {
    margin: 20px auto 30px;
    text-align: center;
    width: 60%; }
    .main-single .cv a {
      background: #F15518;
      border-radius: 5px;
      box-shadow: 0px 6px 0px 0px #c00e12;
      color: #fff;
      display: block;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5;
      margin: 30px auto 40px;
      padding: 15px; }
  .main-single #toc_container {
    display: none; }

/*個人情報の取り扱い*/
.contact_page .subtext {
  text-align: center;
  margin: 1.5rem auto .5rem;
  font-weight: bold;
  font-size: .8rem;
  line-height: 1.4; }
.contact_page .l-container {
  margin-bottom: 2rem;
  letter-spacing: 2px; }
  .contact_page .l-container .protection {
    overflow-y: scroll;
    height: 300px;
    background: #FFF;
    padding: 1.5rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .contact_page .l-container .protection {
        padding: 0.5rem;
        padding-bottom: 0; } }
    .contact_page .l-container .protection h3 {
      font-size: 1rem;
      padding: 0.6rem;
      color: #000;
      margin: auto;
      margin-bottom: 1.5rem;
      background: #eee;
      line-height: 1.6; }
    .contact_page .l-container .protection p {
      color: #000;
      text-align: left;
      font-size: .8rem;
      font-weight: normal;
      line-height: 1.6;
      margin: auto;
      margin-bottom: 10px; }
    .contact_page .l-container .protection h4 {
      text-align: left;
      margin: auto;
      margin-bottom: .6rem;
      font-size: .9rem;
      color: #000000;
      font-weight: bold;
      line-height: 1.6;
      border: none;
      padding: 0px;
      display: block;
      background: none; }
    .contact_page .l-container .protection ul {
      margin: auto;
      margin-bottom: 2rem;
      line-height: 1.6; }
      .contact_page .l-container .protection ul li {
        margin: auto;
        font-size: .8rem;
        background: none;
        padding: 0rem;
        font-weight: normal;
        border: none;
        list-style-type: none; }
    .contact_page .l-container .protection .adress {
      border-top: 2px solid #eee;
      margin-bottom: 2.5rem; }
.contact_page .checkbox {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  font-size: .9rem;
  margin: auto;
  margin-bottom: 10px;
  letter-spacing: 2px; }
  .contact_page .checkbox input {
    display: unset !important; }
    @media only screen and (max-width: 767px) {
      .contact_page .checkbox input {
        width: 13px; } }
.contact_page .submit {
  margin: 2rem;
  text-align: center; }
  .contact_page .submit img {
    width: auto; }
  .contact_page .submit input {
    display: unset !important; }

/* //////////  全ページ表示リスト  ////////////// */
.all-list-contents .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem auto; }
  .all-list-contents .menu li {
    font-size: 16px;
    background: #fff;
    padding: 1rem;
    border: solid 1px #ccc;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .all-list-contents .menu li {
        font-size: 14px;
        width: 30%;
        padding: 1rem 0;
        margin-bottom: 0.5rem; } }
.all-list-contents .all-list {
  margin-bottom: 2rem; }
  .all-list-contents .all-list th {
    font-size: 14px; }
  .all-list-contents .all-list td {
    font-size: 14px; }
    .all-list-contents .all-list td ul {
      padding-left: 20px;
      margin-bottom: 1rem; }
      .all-list-contents .all-list td ul li {
        font-size: 14px;
        list-style: disc;
        text-align: left; }

/*# sourceMappingURL=design.css.map */

/*# sourceMappingURL=design.css.map */
