/* !!! do not edit this file!!! use mdj.css --> clean-css minifier --> mdj.min.css */
@charset "UTF-8";
/*===============================================
common.css（サイト共通CSS）
===============================================*/

/*----------------------------------------------
 コメント大見出し
----------------------------------------------*/

/*-------------------- コメント中見出し --------------------*/

/* コメントインライン */

/*---------------------------------------------
 スカウト設定をしていない場合
----------------------------------------------*/
.scout_attention {
  border: 2px solid #1EB216;
  padding: 5px;
}

/*----------------------------------------------
 Googlefont
----------------------------------------------*/

.roboto {
  font-family: 'Roboto Condensed', sans-serif;
}

/*----------------------------------------------
 aタグ設定
----------------------------------------------*/

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  }
  a:link,
  a:visited {
    color: #000066;
    text-decoration: underline;
    }
  a:hover,
  a:focus {
    color: #000066;
    text-decoration: none;
    }

/*----------------------------------------------
 ライン(line00) etc
----------------------------------------------*/
.line01 {
  border-bottom: 1px solid #DFDFDF;
  }

/*----------------------------------------------
 ボーダー(border00) etc
----------------------------------------------*/
.border01 {
  border: 1px solid #DFDFDF;
  }

/*----------------------------------------------
 フォントカラー(fc_color00) etc
----------------------------------------------*/

.fc_black01 {
  color: #111111 !important;
  }
.fc_blue01 {
  color: #000066 !important;
  }
.fc_gray01 {
  color: #D4D4D4 !important;
  }
.fc_gray02 {
  color: #999999 !important;
  }
.fc_green01 {
  color: #1EB216 !important;
  }
.fc_yellow01 {
  color: #FFC42B !important;
  }
.fc_orange01 {
  color: #FF7200 !important
  }
.fc_purple01 {
  color: #C03DA9 !important;
  }
.fc_red01 {
  color: #FF1A00 !important;
  }

/*----------------------------------------------
 バックグラウンド(bg00) etc
----------------------------------------------*/

.bg01 {
  background: #FFF3D4;
  }

.bg02 {
  background: #FCEBE8;
  }

.bg03 {
  background: url(../gif/common_bg02.gif) repeat right top;
  }

.bg04 {
  background: #F8F8F8;
  }

/*-------------------- 必須設定 --------------------*/
.bg_pink01 {
  background-color: #FFC0CB !important;
  }

/*-------------------- ボタン無効 --------------------*/
.bg_gray01 {
  background-color: #CCCCCC !important;
  }

/*-------------------- チェックボックス無効 --------------------*/
.bg_gray02 {
  background-color: #999999 !important;
  }


/*----------------------------------------------
 セクション(section00) etc
----------------------------------------------*/

.section01 {
  word-break: break-word; /* DJ-2681 */
}

.section02 {
  position: relative;
  padding: 32px;
  border: 4px solid #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }

.section03 {
  position: relative;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F2F2F2;
  }

.section04 {
  position: relative;
  padding: 10px;
  border: 4px solid #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }

.section05 {
  position: relative;
  padding: 10px;
  border: 2px solid #1EB216;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }

.section06 {
  position: relative;
  padding: 10px;
  border: 2px solid #F23C1D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }

/*----------------------------------------------
 見出し(h0_00) etc
----------------------------------------------*/

/*-------------------- h3_00 etc --------------------*/

.h3_01 {
  padding: 24px 0px;
  line-height: 1.1;
  font-size: 24px;
  font-weight: bold;
  border-top: 4px solid #111111;
  }

.h3_02 {
  padding: 24px 0px;
  border-top: 4px solid #111111;
  border-bottom: 1px solid #111111;
  line-height: 1.1;
  font-size: 24px;
  font-weight: bold;
  }

.h3_03 {
  padding: 24px 0px;
  line-height: 1.1;
  font-size: 24px;
  border-top: 4px solid #11A0A5;
  border-bottom: 1px solid #111111;
  }

.h3_04 {
  padding: 24px 0px;
  line-height: 1.1;
  font-size: 24px;
  border-top: 4px solid #C03DA9;
  border-bottom: 1px solid #111111;
  }

.h3_05 {
  padding: 24px 0px;
  line-height: 1.1;
  font-size: 24px;
  border-top: 4px solid #FF7200;
  border-bottom: 1px solid #111111;
  }

.h3_06 {
  padding: 24px 0px;
  line-height: 1.1;
  font-size: 24px;
  border-top: 4px solid #F56075;
  border-bottom: 1px solid #111111;
  }

.h3_01 .roboto,
.h3_02 .roboto,
.h3_03 .roboto,
.h3_04 .roboto,
.h3_05 .roboto,
.h3_06 .roboto {
  font-size: 30px;
  }

.h3_03 span,
.h3_04 span,
.h3_05 span,
.h3_06 span {
  font-size: 14px;
  font-weight: normal;
  color: #999999;
  margin: 0px 0px 0px 8px;
  }

.h3_07 {
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0px 8px 0px;
  border-top: 1px solid #111111;
  line-height: 1.2em;
  }
  .h3_07 span {
    font-size: 14px;
    font-weight: normal;
    }

/*-------------------- h4_00 etc --------------------*/

.h4_01 {
  padding: 16px 0;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #DFDFDF;
  font-weight: bold;
  }

.h4_02 {
  padding: 16px 0;
  border-top: 1px solid #111111;
  color: #1eb216;
  text-align: center;
  }
  .h4_02 .icon {
    margin: 0 8px;
    vertical-align: middle;
    }

.h4_03 {
  padding: 16px 0;
  border-top: 1px solid #111111;
  font-weight: bold;
  }

/*-------------------- h5_00 etc --------------------*/

.h5_01 {
  border-left: 4px solid #11A0A5;
  font-size: 18px;
  }

.h05_02 {
  border-left: 4px solid #C03DA9;
  font-size: 18px;
  }

.h05_03 {
  border-left: 4px solid #FF7200;
  font-size: 18px;
  }

.h05_04 {
  border-left: 4px solid #F56075;
  font-size: 18px;
  }

.h05_05 {
  border-left: 4px solid #010068;
  font-size: 18px;
  }

/*-------------------- title01 --------------------*/
.title01 {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #111111;
  padding: 3px 0px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  }

.title02 {
  background: #E9E9E9;
  border-left: 4px solid #111;
  font-weight: bold;
  padding: 10px;
  }

/*----------------------------------------------
 テキストボックス(input00) etc
----------------------------------------------*/

/*-------------------- .input01　テキストボックス装飾 --------------------*/

.input01 {
  margin: 0px;
  padding: 7px 10px;
  border: 2px solid #111111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  font-weight: bold;
  }

  .input01::placeholder {
    line-height: 1.5;
  }

/*-------------------- .input02　テキストボックス装飾 --------------------*/

.input02 {
  margin: 0px;
  padding: 7px 0 7px 10px ;
  border: 2px solid #111111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  font-weight: bold;
  /*text-indent: 10px;*/
  }
  .input02:focus {
    background: #FFF596 !important;
    }


/*----------------------------------------------
 左右レイアウト記事 (entry00) etc
----------------------------------------------*/

/*-------------------- entry01 --------------------*/
/* 主に　Hot Picksなど */

.entry01 {}
  .entry01 .left {
    float: left;
    width: 110px;
    }
  .entry01 .right {
    margin: 0px 0px 0px 125px;
    }

/*-------------------- entry02 --------------------*/
/* 主に　注目ポイントなど　写真右寄せのサイズフリーレイアウト　記事回り込み */

.image-caption-text{
  display: block;
  /*background-color: #eeeeee;
  padding: 5px;
  border-radius: 5px;
  font-size: 11px;*/
}

.image-caption-text:empty{
  display: none;
}

.entry02 {}
  /* htmlレベルでもrightを先に記述 */
  .entry02 .right {
    float: right;
    text-align: left;
    padding: 0 0 10px 30px;
    }
  .entry02 .left {}

/*-------------------- entry03 --------------------*/
/* 主に　マイページの設定する、しないなどのレイアウト */

.entry03 {}
  .entry03 .left {
    float: left;
    }
  .entry03 .right {
    float: right;
    width: 250px;
    }


/*-------------------- entry04 --------------------*/
/* 主に　マイページ　５０％にするレイアウト */

.entry04 {}
  .entry04 .left {
    float: left;
    width: 50%;
    }
  .entry04 .right {
    float: right;
    width: 50%;
    }

/*-------------------- entry05 --------------------*/
/* 主に　マイページ　反転レイアウト */

.entry05 {}
  .entry05 .left {
    display: inline-block;
    }
  .entry05 .right {
    display: inline-block;
    }

/*----------------------------------------------
 テーブル(table00) etc
----------------------------------------------*/

/*-------------------- table01 --------------------*/

.table01 table {
  width: 100%;
  }
  .table01 table tr {
    border-bottom: 1px solid #DFDFDF;
    }
    .table01 table tr:last-child {
      border-bottom: none;
      }
      .table01 table th {
        padding: 8px 0px;
        }
        .table01 table th span {
          display: block;
          background: #000000;
          color: #FFFFFF;
          text-align: center;
          }
        .table01 table td {
          padding: 8px 0px 8px 24px;
          }

/*-------------------- table02 --------------------*/

.table02 table {
  width: 100%;
  }
  .table02 table tr {}
    .table02 table tr th {
      text-align: center;
      border: 1px solid #CCCCCC;
      vertical-align: middle;
      background: #000066;
      color: #FFFFFF;
      padding: 16px 0;
      }
    .table02 table tr td {
      text-align: center;
      border: 1px solid #CCCCCC;
      vertical-align: middle;
      padding: 16px 0;
      }

/*-------------------- table03 --------------------*/

.table03 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  }
  .table03 table tr * {
    vertical-align: middle;
    }
  .table03 table tr th {
    border-right: 1px solid #DFDFDF;
    padding: 4px 16px;
    vertical-align: middle;
    width: 170px;
    }
    .table03 table tr td {
      padding: 4px 16px;
      vertical-align: middle;
      }
      .table03 table tr .bdr {
        border-top: 1px solid #DFDFDF !important;
        height: 1px;
        width: 100% !important;
        border-bottom: none;
        padding: 0px;
       }
.jobs_table01.table03 table tr .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/*-------------------- table04 --------------------*/z

.table04 table {
  width: 100%;
  }
  .table04 table tr * {
    vertical-align: middle;
    }
  .table04 table tr th {
    border: 1px solid #DFDFDF;
    border-right: 1px solid #FFFFFF;
    padding: 4px 10px;
    background: #DFDFDF;
    vertical-align: middle;
    width: inherit;
    }
    .table04 table tr th:last-child {
      border-right: 1px solid #DFDFDF;
      }
    .table04 table tr td {
      border: 1px solid #DFDFDF;
      padding: 4px 16px;
      vertical-align: middle;
      }
      .table04 table tr .bdr {
        border-top: 1px solid #DFDFDF !important;
        height: 1px;
        width: 100% !important;
        border-bottom: none;
        padding: 0px;
       }

/*-------------------- table05 SPのみ使用（PC空） --------------------*/

.table05 table {
  width: 100%;
  }
  .table05 table tr {}
    .table05 table th,
    .table05 table td {}
      .table05 table th {}
      .table05 table td {}

/*-------------------- table06  --------------------*/
/* 主に　マイページトップの履歴書テーブル スマホ時スクロール表示  */

.table06 table {
  width: 100%;
  }
  .table06 table tr {}
    .table06 table th,
    .table06 table td {
      text-align: center;
      padding: 8px 10px;
      }
      .table06 table th {
        border-bottom: 1px solid #DFDFDF;
        background: #F8F8F8;
        }
      .table06 table td {
        border-bottom: 1px dashed #DFDFDF;
        }

/*-------------------- table07  --------------------*/

.table07 table {
  width: 100%;
  }
  .table07 table tr th,
  .table07 table tr td {
    padding: 8px 16px;
    border: 1px solid #DFDFDF;
    }
  .table07 table tr th {
    border-bottom: 1px solid #FFFFFF;
    background: #DFDFDF;
    }
  .table07 table tr td {
    vertical-align: middle;
    }

/*-------------------- swipe_table --------------------*/

.swipe_table_area {
  position: relative;
  }
  .swipe_table_area .swipe_table {
    width: 100% !important;
    min-height: 100px;
    }

/*----------------------------------------------
 共通ボタン(btn00) etc
----------------------------------------------*/

/*-------------------- 共通ボタン .btn01 --------------------*/

.btn01 {
  display: inline-block;
  padding: 0 50px 0 8px;
  border: 1px solid #000066;
  border-radius: 3px;
  background: url(../png/common_arrow02.png) no-repeat right 8px center;
  color: #000066;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none !important;
  }
  .btn01:hover {
    background: url(../png/common_arrow01.png) no-repeat right 8px center #000066;
    color: #ffffff;
   }

/*-------------------- 共通ボタン .btn02 --------------------*/

.btn02 {
  display: block;
  position: relative;
  height: 58px;
  -webkit-box-shadow: 0px -4px #136B09, 0px 2px rgba(00,00,00, .15);
  box-shadow: inset 0 -4px #136B09, 0px 2px rgba(00,00,00, .15);
  border-radius: 8px;
  background-color: #20A712;
  color: #FFFFFF !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0px 1px #136F0A;
  line-height: 58px;
  }
  .btn02:hover {
    background-color: #24bd1b;
    }
  .btn02:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 58px;
    border-radius: 0px 8px 8px 0px;
    background: #1A970D url(../png/common_arrow06.png) no-repeat center center;
    -webkit-box-shadow: 0px -4px #136B09;
    box-shadow: inset 0 -4px #136B09;
    content: " ";
    }
    .btn02:hover:after {
      background-color: #15AD0D;
      }

/*-------------------- 共通ボタン .btn03 --------------------*/

.btn03 {
  display: inline-block;
  border: none;
  border-bottom: 4px solid #111111;
  background: #000066;
  font-size: 14px;
  color: #FFFFFF !important;
  line-height: 28px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  }
  .btn03:hover {
    background: #111111;
    }

/*-------------------- 共通ボタン .btn04 --------------------*/

.btn04 {
  font-weight: inline-block;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  border: 1px solid #111111;
  padding: 0px 16px;
  line-height: 32px;
  display: inline-block;
  text-decoration: none;
  color: #111111;
  border-radius: 3px;
  }
  .btn04:hover {
    color: #ffffff;
    background: #111111;
    }

/*-------------------- 共通ボタン .btn05 --------------------*/
.btn05 {
  display: inline-block;
  padding: 0 40px 0 8px;
  border-radius: 3px;
  background: url(../png/common_icon20.png) no-repeat right 8px center #111111;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  text-decoration: none;
  }

/*-------------------- 共通ボタン .btn06 --------------------*/
.btn06 {
  display: inline-block;
  padding: 0 40px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000066;
  border-radius: 3px;
  background: url(../png/common_icon21.png) no-repeat right 8px center #ffffff;
  color: #000066;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  }
  .btn06:hover {
    background: url(../png/common_icon20.png) no-repeat right 8px center #000066;
    color: #ffffff;
    }

/*-------------------- 共通ボタン .btn07 --------------------*/

.btn07 {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 40px;
  -webkit-box-shadow: inset 0 -4px #cb7c00, 0 2px rgba(00,00,00, .15), inset 0 1px #ffda7a;
          box-shadow: inset 0 -4px #cb7c00, 0 2px rgba(00,00,00, .15), inset 0 1px #ffda7a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffc42b;
  border-radius: 5px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #111111;
  text-decoration: none;
  }
  .btn07:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ecaa00), to(#ffc631));
    background-image: linear-gradient(to top, #ecaa00, #ffc631);
   }

/*-------------------- 共通ボタン .btn08 --------------------*/

.btn08 {
  display: inline-block;
  margin: 0 auto;
  padding: 3px 8px;
  -webkit-box-shadow: inset 0 -4px #111111;
          box-shadow: inset 0 -4px #111111;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #000066;
  font-size: 14px;
  color: #fff !important;
  line-height: 30px;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
  }
  .btn08:disabled{
    background-color: #efefef;
    box-shadow: none;
    color: #999999!important;
    pointer-events: none;
  }
  .btn08 * {
    vertical-align: middle;
    }
  .btn08:hover {
    background: #202a83;
    }
    .btn08 span {
      display:block;
      background-image: url(../png/common_arrow20.png);
      background-repeat: no-repeat;
      background-position: right center;
      }
    .btn08.this span {
      background-image: url(../png/common_arrow21.png);
      background-repeat: no-repeat;
      background-position: right center;
      }

/*-------------------- 共通ボタン .btn09 --------------------*/

.btn09 {
  display: inline-block;
  padding: 1px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #000066;
  border-radius: 3px !important;
  background: #ffffff;
  color: #000066;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  }

/*-------------------- 共通ボタン .btn10 --------------------*/

.btn10 {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #000066;
  color: #FFFFFF !important;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 40px;
  }
  .btn10:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    ccontent: url("../common_arrow12.html");
    }

/*-------------------- 共通ボタン .btn11 --------------------*/

.btn11 {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  border-radius: 8px;
  background: #111111;
  color: #FFFFFF !important;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 40px;
  }
  .btn11:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    content: url("../png/common_arrow12.png");
    }

/*-------------------- 共通ボタン .btn12 --------------------*/

.btn12 {
  position: relative;
  display: inline-block;
  margin: 16px 10px;
  padding: 0px 0px 0px 20px;
  background: #1EB216;
  color: #FFFFFF !important;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 8px;
  line-height: 40px;
  }
  .btn12:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    content: url("../png/common_arrow12.png");
    }

/*-------------------- 共通ボタン .btn13 --------------------*/

.btn13 {
  display: inline-block;
  position: relative;
  padding: 0px 32px 0px 64px;
  border: 2px solid #000066;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  text-decoration: none !important;
  line-height: 32px;
  font-weight: bold;
  }
  .btn13:before {
    position: absolute;
    left: 0;
    width: 32px;
    background: #000066;
    color: #ffffff;
    text-align: center;
    content: "＋";
    }

/*-------------------- 共通ボタン .btn14 --------------------*/

.btn14 {
  display: inline-block;
  width: 100px;
  border-radius: 5px;
  line-height: 34px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  border: 2px solid #666666;
  color: #666666 !important;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  background: #ffffff;
}

/*-------------------- 共通ボタン .btn15 --------------------*/

.btn15 {
  display: inline-block;
  padding: 1px 10px;
  background: #FFFFFF;
  border-radius: 3px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #666666;
  vertical-align: top;
  font-size: 14px;
  line-height: 30px;
  color: #666666 !important;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  }

.btn15--middle {
  vertical-align: middle;
  }

/*-------------------- 共通ボタン .btn16 --------------------*/

.btn16 {
  display: inline-block;
  padding: 1px 16px;
  border-radius: 3px;
  background: #EFEFEF;
  color: #111111 !important;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  line-height: 32px;
  }


/*-------------------- 共通ボタン .btn17 --------------------*/

.btn17 {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-box-shadow: inset 0 -4px #111111;
          box-shadow: inset 0 -4px #111111;
  height: 52px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #000066;
  font-size: 14px;
  color: #fff !important;
  line-height: 1.3;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
  }

  .btn17 span { font-size: 10px; background: none; }


/*-------------------- 共通ボタン .btn18 --------------------*/
.btn18 {
  display: inline-block;
  padding: 2px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px !important;
  background: #d7d8e7;
  color: #000066;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  }



/*----------------------------------------------
 個別ボタン
----------------------------------------------*/

/*-------------------- 新規会員登録ボタン .btn_member_regist --------------------*/
.btn_member_regist {
  width: 184px;
  height: 64px;
  border-radius: 8px;
  -webkit-box-shadow: 0px -4px #CB7C00, 0px 2px rgba(00,00,00, .15), inset 0 1px #FFDA7A;
  box-shadow: inset 0px -4px #CB7C00, 0px 2px rgba(00,00,00, .15), inset 0 1px #FFDA7A;
  background-color: #F4B81C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#DEA000), to(#F9BC1E));
  background-image: linear-gradient(to top, #DEA000, #F9BC1E);
  cursor: pointer;
  }
  .btn_member_regist .btn_member_regist_wrap {
    position: relative;
    background: url(../png/common_icon03.png) no-repeat 0px center;
    }
    .btn_member_regist .btn_member_regist_wrap a {
      display: block;
      line-height: 64px;
      color: #FFFFFF;
      font-size: 20px;
      text-align: center;
      text-decoration: none;
      text-shadow: 0px 1px #CE7202;
      }
    .btn_member_regist .btn_member_regist_wrap .btn_member_regist_arrow {
      position: absolute;
      top: 0;
      right: 0;
      width: 16px;
      height: 64px;
      vertical-align: middle;
      -webkit-box-shadow: inset 0px -4px #CB7C00, inset 0 1px #FFDA7A;
      box-shadow: inset 0 -4px #CB7C00, inset 0 1px #FFDA7A;
      border-radius: 0px 8px 8px 0px;
      background: -webkit-gradient(linear, left bottom, left top, from(#D99607), to(#EFAA16));
      background: linear-gradient(to top, #D99607, #EFAA16);
      background: url(../png/common_arrow05.png) no-repeat center center;
      text-align: center;
      }
  .btn_member_regist:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ECAA00), to(#FFC631));
    background-image: linear-gradient(to top, #ECAA00, #FFC631);
    }
    .btn_member_regist:hover .btn_member_regist_wrap .btn_member_regist_arrow {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#ECAA00), to(#FFC631));
      background-image: linear-gradient(to top, #ECAA00, #FFC631);
      background: url(../png/common_arrow05.png) no-repeat center center;
      }

.btn_member_regist_svg {
  display: block;
  width: 184px;
  height: 64px;
}




/*-------------------- 履歴書を作成ボタン .btn_resume_create --------------------*/

.btn_resume_create {
  display: block;
  width: 184px;
  height: 64px;
  padding: 0px 0px 8px 32px;
  border-top: 2px solid #1eb216;
  border-left: 2px solid #1eb216;
  border-right: 2px solid #1eb216;
  border-bottom: 4px solid #0a8803;
  -webkit-box-shadow: inset 0 -2px #1eb216;
          box-shadow: inset 0 -2px #1eb216;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background: url(../png/common_icon01.png) no-repeat 20px center #ffffff;
  font-size: 18px;
  color: #1eb216 !important;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  line-height: 60px;
  }
  .btn_resume_create:hover {
    background: url(../png/common_icon02.png) no-repeat 20px center #1eb216;
    color: #ffffff !important;
   }

  .iphone .btn_resume_create { font-size: 0.7rem !important; }


.btn_resume_create_svg {
  display: block;
  width: 184px;
  height: 64px;
}


/*-------------------- for IE Edge --------------------*/
.btn_resume_create_svg,
.btn_member_regist_svg a { text-decoration: none !important; }


/*-------------------- 検討中フォルダ --------------------*/
.btn_folder {}
  .btn_folder span {
    padding: 0px 0px 0px 24px;
    background: url(../png/detail_icon09.png) no-repeat 0px 0px;
    }
  .btn_folder.this,
  .btn_folder:hover {
    background: #000066
    }
  .btn_folder.this span,
  .btn_folder:hover span {
    color: #FFFFFF;
    background: url(../png/detail_icon09_on.png) no-repeat 0px 0px;
    }

/*-------------------- 印刷 --------------------*/
.btn_print {}
  .btn_print span {
    padding: 0px 0px 0px 24px;
    background: url(../png/detail_icon10.png) no-repeat 0px 0px;
    }
  .btn_print.this,
  .btn_print:hover {
    background: #000066
    }
  .btn_print.this span,
  .btn_print:hover span {
    color: #FFFFFF;
    background: url(../png/detail_icon10_on.png) no-repeat 0px 0px;
    }

/*-------------------- 戻る --------------------*/
.btn_back {}
   .btn_back span {
    padding: 0px 0px 0px 16px;
    background: url(../png/common_arrow15.png) no-repeat left center;
    }
  .btn_back.this,
  .btn_back:hover {
    background: #111111;
    }
  .btn_back.this span,
  .btn_back:hover span {
    color: #FFFFFF;
    background: url(../png/common_arrow19.png) no-repeat left center;
    }


/*-------------------- 気になるボタン --------------------*/

.btn-like {
  display: inline-block;
  width: 120px;
  margin: 0 auto;
  padding: 3px 8px;
  -webkit-box-shadow: inset 0 -4px #cb7c00, 0 2px rgba(00,00,00, .15), inset 0 1px #ffda7a;
          box-shadow: inset 0 -4px #cb7c00, 0 2px rgba(00,00,00, .15), inset 0 1px #ffda7a;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #fab500;
  font-size: 14px;
  color: #331e00 !important;
  line-height: 30px;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 1px #ffc44d;
  }
  .btn-like:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ecaa00), to(#ffc631));
    background-image: linear-gradient(to top, #ecaa00, #ffc631);
   }

/*----------------- ●●件の部分 ------------------*/
.counter {
  font-weight: bold;
  }
  .counter .roboto {
    margin: 0 3px 0 0;
    font-size: 36px;
    color: #1eb216;
  }

/*----------------------------------------------
 囲枠
----------------------------------------------*/

.box01 {
  border: 1px solid #CCCCCC;
  }

/*----------------------------------------------
 .necessary_icon 必須アイコン
----------------------------------------------*/
.necessary_icon {
  display: inline-block;
  background: #e68275;
  padding: 0 5px;
  color: #ffffff;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  top: -2px;
  }

.necessary_icon_application {
  display: inline-block;
  background: #fc0;
  padding: 0 5px;
  color: #111;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  top: -2px;
  }

.necessary_icon_recommend {
  display: inline-block;
  background: #cbf4c9;
  padding: 0 5px;
  color: #111;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  top: -2px;
  }

/*----------------------------------------------
 警告枠
----------------------------------------------*/

/*-------------------- 警告 .caution01 --------------------*/
.caution01 {
  width: 1072px;
  margin: 0px auto;
  border: 1px solid #CCCCCC;
  }
  .caution01 .caution01_wrap {
    padding: 10px;
    }

/*-------------------- エラー表示 .caution01 --------------------*/
/* 主にログインエラー */
.error01 {
  margin: 0px auto;
  color: #F23C1D;
  border: 2px solid #F23C1D;
  }
  .error01 .error01_wrap {
    padding: 10px;
    }

.error_list {}
  .error_list ul {}
    .error_list ul li {
      position: relative;
      padding: 0 0 0 20px;
      }
      .error_list ul li:before {
        content: "－";
        font-weight: bold;
        position: absolute;
        left: 0;
        }

/* 語学力エラー */
.error {
  background: #f00;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px
}
.error_exp {
  padding: 10px 20px;
  color: #f00;
  font-weight: bold;
  font-size: 1.2em;
}

  h1.error { font-size: 16px; }
  .fieldWithErrors { display: inline; }

/*----------------------------------------------
 リスト表示
----------------------------------------------*/
.list01 {}
  .list01 ul {}
    .list01 ul li {
      position: relative;
      margin: 0px 0px 8px 0px;
      padding: 0px 0px 0px 15px;
      }
      .list01 ul li:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 8px;
        height: 2px;
        margin: 8px 0px 0px 0px;
        border-top: 2px solid #000168;
        }

/*----------------------------------------------
 トースト広告
----------------------------------------------*/

.toast {
  background: #1EB216;
  cursor: pointer;
  }
  .toast .toast_wrap {
    position: relative;
    width: 1072px;
    margin: 0px auto;
    }
    .toast .toast_wrap .toast_inner {
      padding: 20px 0px;
      }
      .toast .toast_wrap .toast_inner .text01,
      .toast .toast_wrap .toast_inner .text02 {
        display: inline-block;
        padding: 5px 10px;
      }
      .toast .toast_wrap .toast_inner .text01 {
        color: #111111;
        }
        .toast .toast_wrap .toast_inner .text01 a {
          color: #FFF;
          text-decoration: underline;
          }
          .toast .toast_wrap .toast_inner .text01 a:hover {
            text-decoration: none;
          }
      .toast .toast_wrap .toast_inner .text02 {
        background: #FFF;
        }
      .toast .toast_wrap .toast_inner .close {
        position: absolute;
        top: 50%;
        right: 25px;
        margin: -15px 0px 0px 0px;
        font-size: 20px;
        font-weight: bold;
        }
          .toast .toast_wrap .toast_inner .close span {
            font-size: 14px;
            font-weight: normal;
          }
          .toast .toast_wrap .toast_inner .close a {
            text-decoration: none;
          }

/*----------------------------------------------
 パンくずリスト .breadlist
----------------------------------------------*/

.breadlist {
  width: 1072px;
  margin: 16px auto 24px auto;
  font-size: 12px;
  }
.breadlist_cfair {
  margin: 15px auto 16px;
  }

  .breadlist ul li {}
    .breadlist ul li {
      float: left;
      }
      .breadlist ul li a {
        padding: 0px 20px 0px 0px;
        margin: 0px 16px 0px 0px;
        background: url(../png/common_arrow08.png) no-repeat right center;
        color: #111111 !important;
        }

/*----------------------------------------------
 ページャー .search_pager
----------------------------------------------*/

.search_pager {
  margin: 24px 0;
  }
  .search_pager ul {
    text-align: center;
    }
    .search_pager img {
      vertical-align: middle;
    }
    .search_pager li {
      display: inline-block;
      }
      .search_pager li a {
        display: inline-block;
        width: 40px;
        height: 30px;
        margin: 0 4px;
        border: 2px solid #000066;
        border-radius: 20px;
        color: #000066;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
        text-decoration: none;
        }
        .search_pager li a.this,
        .search_pager li a:hover,
        .search_pager li a.current {
          background: #000066;
          color: #ffffff;
          }
        .search_pager li.prev a,
        .search_pager li.next a {
          margin: 0;
          border: none !important;
          background: none !important;
          }

        .search_pager li.pager_dots_former,
        .search_pager li.pager_dots_latter {
          display: none;
          }

/*----------------------------------------------
サイトのチェックボックスとラジオボタンのスタイル .radioBtnLabel .checkboxLabel etc
----------------------------------------------*/

.radio_label input,
.checkbox_label input {  display: none  }
  .radio_label {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0 0 15px;
    background: url(../png/common_radio_bg_off.png) no-repeat left 3px;
    vertical-align: middle;
    cursor: pointer;
    }
  .checkbox_label {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0 0 22px;
    background: url(../png/common_check_bg_off.png) no-repeat left 3px;
    cursor: pointer;
    }
  .radio_selected {
    background: url(../png/common_radio_bg_on.png) no-repeat left 3px;
    }
  .checkbox_selected {
    background: url(../png/common_check_bg_on.png) no-repeat left 3px;
    }

/*----------------------------------------------
企業から .update_resume_message
----------------------------------------------*/
/* .update_resume_message {
  max-width: 1072px;
  font-size: 16px;
  padding: 10px;
  margin: 10px auto 0 auto;
  border: solid 2px #C3CFD9;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.update_resume_message a {
  text-decoration: none;
} */

.update_resume_message {
  max-width: 1072px;
  position: relative;
  margin: 15px auto;
  border: 1px solid navy;
  border-radius: 20px;
  color: navy;
  line-height: 1;
}

.update_resume_message::before {
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  padding: 6px;
  background-color: #20b116;
  border-radius: 50%;
  font-family: "FontAwesome";
  content: '\f0e0';
  font-size: 14px;
  color: white;
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}

.update_resume_message::after {
   content: '';
   position: absolute;
   display: block;
   z-index: 1;
   border-style: solid;
   border-color: transparent #20b116;
   border-width: 4px 0 4px 6px;
   top: 14px;
   left: 29px;
}

.update_resume_message a {
  display: block;
  padding: 10px 10px 10px 40px;
  border-radius: 20px;
  text-decoration: none !important;
  transition: .2s;
}

.update_resume_message a:hover {
  background-color: #dbf3ff;
}

.update_resume_message__title {
  padding-right: .25rem;
  font-size: .75rem;
  font-weight: bold;
  color: #20b116;
}

.update_resume_message__desc-wrap {
  display: inline-block;
  max-width: calc(100% - 110px);
  margin: 1px 0 -2px;
  padding-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update_resume_message__desc-text {
  white-space: nowrap;
  font-size: .875rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media all and (max-width: 768px) {
  .update_resume_message {
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 30px;
  }
  .update_resume_message::before {
    left: calc(50% - 85px)
  }
  .update_resume_message::after {
    left: calc(50% - 60px)
  }
  #en .update_resume_message::before {
    left: calc(50% - 90px)
  }
  #en .update_resume_message::after {
    left: calc(50% - 65px)
  }
  .update_resume_message a {
    padding: 10px 20px;
    border-radius: 30px;
  }
  .update_resume_message__title {
    display: block;
    padding: 2px 0 0 18px;
    text-align: center;
  }
  .update_resume_message__desc-wrap {
    display: block;
    margin-top: 10px;
    max-width: 100%;
  }
}

@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  100%, 75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}


/*----------------------------------------------
 キービジュアル .sub_keyvisual
----------------------------------------------*/
.sub_keyvisual {
  padding: 9px 0px 0px 0px;
  }
  .sub_keyvisual .sub_keyvisual_wrap {
    position: relative;
    width: 1072px;
    height: 64px;
    margin: 0 auto;
    background: url(../jpg/common_bg01.jpg);
    }
    .sub_keyvisual .sub_keyvisual_wrap p {
      padding: 0 0 0 90px;
      font-size: 24px;
      font-weight: bold;
      line-height: 64px;
      }

    .sub_keyvisual .sub_keyvisual_wrap img {
      position: absolute;
      left: 0;
      top: 0px;
      }

.sub_keyvisual_noimg {
  padding: 24px 0px 0px 0px;
  }
  .sub_keyvisual_noimg .sub_keyvisual_noimg_wrap {
    width: 1072px;
    margin: 0px auto;
    background: url(../jpg/common_bg01.jpg);
    }
    .sub_keyvisual_noimg .sub_keyvisual_noimg_wrap p {
      padding: 20px 30px;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.2;
      }

/*----------------------------------------------
 マイページナビ
----------------------------------------------*/
.mypage_navi {
  float: left;
  }
  .mypage_navi ul {}
    .mypage_navi ul li {
      float: left;
      border-left: 1px solid #DFDFDF;
      }
      .mypage_navi ul li:last-child {
        border-right: 1px solid #DFDFDF;
        }

.icon_mypage {
  display: inline-block;
  background: url(../png/common_icon23.png) no-repeat center 8px;
  text-decoration: none !important;
  }

.icon_message {
  display: inline-block;
  background: url(../png/common_icon24.png) no-repeat center 8px;
  text-decoration: none !important;
  }

.icon_recruit {
  display: inline-block;
  background: url(../png/common_icon25.png) no-repeat center 8px;
  text-decoration: none !important;
  }

.icon_config {
  display: inline-block;
  background: url(../png/common_icon26.png) no-repeat center 8px;
  text-decoration: none !important;
  }

  .icon_mypage span,
  .icon_message span,
  .icon_recruit span,
  .icon_config span {
    display: block;
    padding: 42px 16px 16px 16px;
    font-weight: bold;
    color: #111111;
    }

/*----------------------------------------------
 ポップアップウインドウ
----------------------------------------------*/

/*-------------------- 内部ポップアップの場合 --------------------*/
.popup_window {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  background: #FFFFFF;
  z-index: 4001;
  }
  .popup_window .popup_header {}
    .popup_window .popup_header .popup_header_wrap {
      padding: 10px 0px;
      }
       .popup_window .popup_header .popup_header_wrap img {
        height: 28px;
       }
      .popup_window .popup_header .popup_header_wrap h2 {
        padding: 10px 0px 0px 0px;
        font-size: 16px;
        font-weight: bold;
  /*text-align: right !important;*/
        }

  .popup_window .popup_content {
    height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    }

  .popup_window .popup_footer {
    background: #111111;
    color: #FFFFFF;
    }
    .popup_window .popup_footer .popup_footer_wrap {
      padding: 10px 10px;
      }
      .popup_window .popup_footer .popup_footer_wrap p {
        font-size: 12px;
        text-align: right;
        }

/*-------------------- 外部ポップアップの場合 --------------------*/
.popup_page {
  position: relative;
  z-index: 4001;
  }
  .popup_page .popup_header {
    border-bottom: 4px solid #111111;
    }
    .popup_page .popup_header .popup_header_wrap {
      padding: 20px 30px;
      }
      .popup_page .popup_header .popup_header_wrap h2 {
        padding: 10px 0px 0px 0px;
        font-size: 24px;
        font-weight: bold;
        text-align: right;
        }
      .popup_page .popup_header .popup_header_wrap img {
        width: 176px;
        height: 43px;
        }

  .popup_page .popup_content {
    padding: 30px;
    }

  .popup_page .popup_footer {
    background: #111111;
    color: #FFFFFF;
    }
    .popup_page .popup_footer .popup_footer_wrap {
      padding: 10px 30px;
      }
      .popup_page .popup_footer .popup_footer_wrap p {
        font-size: 12px;
        text-align: right;
        }

/*-------------------- 以下共通 --------------------*/



/*----------------------------------------------
 ポップアップ選択
----------------------------------------------*/
.select_list dt {
  padding: 5px 20px 5px 10px;
  position: relative;
  background: #000066;
  color: #ffffff;
  border-bottom: #ffffff 1px solid;
  font-weight: bold;
  cursor: pointer;
  }
  .select_list dt:after {
    content: url(../png/common_arrow20.png);
    position: absolute;
    right: 10px;
    }
    .select_list dt.active:after {
      content: url(../png/common_arrow21.png);
      text-align: right;
      }
  .select_list dd {
    border-top: #dfdfdf 1px solid;
    padding: 10px;
    display: none;
    }
    .select_list dd ul.left {
      float: left;
      width: 50%;
      }
    .select_list dd ul.right {
      float: right;
      width: 50%;
      }

/*企業ブロック*/
#js_leanmodal_company_block_search .box {
  margin: 10px 0;
  text-align: center;
}

#js_leanmodal_company_block_search h3 {
  padding: 5px;
  text-align: center;
  font-size: 12px;
  background: #EFEFEF;
}

#js_leanmodal_company_block_search .company_block_tip p {
  padding: 5px;
  text-align: center;
  font-size: 11px;
  border: 4px solid #EFEFEF;
  border-top: none;
}

#js_leanmodal_company_block_search .company_block_search table {
  width: 100%;
}
  #js_leanmodal_company_block_search .company_block_search th,
  #js_leanmodal_company_block_search .company_block_search td {
    padding: 5px;
    border: 2px solid #efefef;
  }
  #js_leanmodal_company_block_search .company_block_search th {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    background: #efefef;
    border-right: 2px solid #ffffff;
    width: 100px;
  }


/*----------------------------------------------
 その他
----------------------------------------------*/

#bigger_banner,
#bigger_banner * {
  text-align: center;
  }

/*----------------------------------------------
 修正2015.06.12
----------------------------------------------*/
.popup_window {
  position: relative;
  padding: 5px 10px;
  border-radius: 10px;
  background: #FFFFFF;
  z-index: 4001;
  }
  .popup_window .popup_header {}
    .popup_window .popup_header .popup_header_wrap {
      padding: 0 5px;
      }
      .popup_window .popup_header .popup_header_wrap h2 {
        padding: 5px 0 0;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        }

    .popup_window .popup_footer .popup_footer_wrap {
      padding: 5px 10px;
      }

.popup_caption {
  border-radius: 5px;
  padding: 2px 5px 0;
  }

.popup_button_area {
  margin: 10px 0;
  text-align: center;
  background: #F2F2F2;
  border-top: 4px solid #111111;
  padding: 10px;
}

.register-btn {
  display: block;
  margin: 20px auto;
  padding: .8em 3em;
  border: none;
  border-radius: 3px;
  background: #006;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
}

.member_regist_box .member_regist_box_wrap * {
  word-break: normal !important;
}

.translate-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.translate-icon img {
  width: 20px;
  height: 20px;
}

/* Put Google Invisible Recaptcha on top */
.grecaptcha-badge{
  z-index: 9999;
}

/*-----------------------------------------
Information Page Layouts (DJ-2721)
-----------------------------------------*/
.information-head {
  position: relative;
  width: 80%;
  max-width: 1072px;
  margin: 30px auto 10px;
  padding: 10px;
}

.information-head h2 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.information-body {
  position: relative;
  width: 80%;
  max-width: 768px;
  margin: 0 auto;
  padding: 20px;
  border: 4px solid #111;
}

.information-body h3,
.information-body h4,
.information-body h5,
.information-body h6 {
  margin-bottom: .25rem;
}

.information-body h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

.information-body h4 {
  font-size: 1rem;
  font-weight: 700;
}

.information-body h5 {
  font-size: 1rem;
  font-weight: 400;
}

.information-body h6 {
  font-size: .875rem;
  font-weight: 400;
}

.information-body p {
  margin-bottom: .25rem;
  font-size: 1rem;
}

.information-body hr {
  margin: 20px 0;
  height: 1px;
  border: none;
  background-color: #111;
}

.information-body .text-large {
  font-size: 1.125rem;
}

.information-body .text-small {
  font-size: .875rem;
}

.information-body .text-center {
  text-align: center;
}

.text-center {
  text-align: center;
}

/*-----------------------------------------
Amazon Campaign (DJ-2821)
-----------------------------------------*/
.label-campaign {
  padding: 5px 10px;
  border: 1px solid #1EB216;
  border-radius: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #1EB216;
}

.w-100 { width: 100%; }
