@charset "utf-8";
/* CSS Document */
/* blog_id="165" */

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

    common

================================*/
* {
  box-sizing: border-box;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

html {
  font-size: 62.5%;
} /* 1(r)em = 10px */

body {
  color: #333;
  font-family: Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  width: 100%;
}

.contentsBox h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  /* background-image: url("../../../resource/img/contents/season-8.jpg"); */
}

.contentsBox h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 6px;
}

li {
  list-style-type: none;
}

.wrapper {
  margin: 20px auto 0;
  overflow: hidden;
  width: 980px;
}

/* ダウンロードボタン */

.btn_red {
  width: 230px;
  float: right;
  position: relative;
  background-color: #ea3636;
  border-radius: 4px;
  transition: none;
  box-shadow: 0 3px 0 #c51e0d;
  text-align: center;
  margin: 10px 0 15px 0;
}

.btn_red a {
  color: #fff;
  line-height: 43px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.btn_red:hover {
  top: 3px;
  box-shadow: none;
}

.square_btn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.square_btn:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}

@media (max-width: 768px) {
  .p_res_center {
    text-align: center;
  }
}

/* ページトップへ */
.pageTop {
  margin: 20px 0 60px;
  text-align: right;
}

.pageTop a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.pageTop a:hover {
  opacity: 0.7;
}

.pageTop a::before {
  content: "\f0aa";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 5px;
}

/*
    コンテンツ
================================*/
.container {
  float: right;
  width: 730px;
}

.headerTtl {
  margin-bottom: 20px;
}

.txtBox {
  margin-bottom: 40px;
}

.txtBox p {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: -0.05px;
  margin-bottom: 20px;
}

.borderBox {
  border: 7px solid #dddddb;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 20px;
}
.scheList {
  width: 100%;
}

.scheList li {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.scheList li > span {
  margin-right: 5px;
  padding: 1px 3px;
}

.catTag {
  margin-right: 5px;
  padding: 1px 3px;
}

.dlLink {
  width: 730px;
  overflow: hidden;
}

.dlLink h2 {
  display: inline-block;
}

/*.dlLink a {
  float: right;
  margin-top: 4px;
}*/

.iframe_box:hover {
  opacity: 0.7;
}

/*
    今月の実施事項
================================*/
.scheduleListTbl {
  border-collapse: collapse;
  font-size: 1.5rem;
  table-layout: fixed;
  width: 100%;
}

.scheduleListTbl th {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 5px;
  text-align: left;
}
.scheduleListTbl th:first-of-type {
  width: 60%;
}
.scheduleListTbl th:last-of-type {
  width: 40%;
  border-left: 1px solid #ccc;
}

.scheduleListTbl td {
  border-bottom: 1px dashed #ccc;
  padding: 5px 5px;
}

.scheduleListTbl td + td {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.scheduleListTbl tr:last-of-type > td {
  border-bottom: none;
}

/* 外部リンクのアイコン */
.extLink {
}
.extLink::after {
  content: url("/resource/img/icons/newwindow.png");
  display: inline-block;
  filter: grayscale(100%);
  margin-left: 5px;
}

/*
    テーブル（別HTML）
================================*/
.scheSlide {
  /*min-width: 500px;*/
  margin: 10px;
  width: auto;
}

.scheSlide div {
  margin: auto;
}

.scheTbl {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #333;
  table-layout: fixed;
  width: 100%;
}

.scheTbl th {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #333;
  padding: 5px;
  vertical-align: middle;
  width: 100%;
}

.scheTbl td {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5px;
  width: 100%;
}

.scheTbl td[colspan="2"],
.scheTbl td[colspan="3"] {
  vertical-align: middle;
  text-align: center;
}

.scheTbl td[colspan="5"] {
  vertical-align: middle;
}

/* 色 */
.jinji {
  color: #fff;
  background-color: #d7000f;
}

.jinzai {
  color: #fff;
  background-color: #006cb8;
}

.roumu {
  color: #fff;
  background-color: #fc2e05;
}

.fukuri {
  color: #fff;
  background-color: #e61d5e;
}

/* tr */
.jinji_cat1 {
  background-color: #f3d5d7;
}
.jinji_cat2 {
  background-color: #fadee7;
}
.jinji_cat3 {
  background-color: #d2cadf;
}

.jinzai_cat1 {
  background-color: #d1e6f2;
}
.jinzai_cat2 {
  background-color: #cee4de;
}
.jinzai_cat3 {
  background-color: #e5ecd3;
}
.jinzai_cat4 {
  background-color: #fffadf;
}

.roumu_cat1 {
  background-color: #feeed9;
}

.fukuri_cat1 {
  background-color: #fbddca;
}

/* override */
#cboxClose {
  background: url("../../img/contents/close.svg") no-repeat 0 0;
  width: 25px;
  height: 25px;
  top: -28px;
}

#cboxClose:hover {
  background-position: 0 0;
  opacity: 0.6;
}

#cboxLoadedContent {
  border: none;
}

#cboxContent {
  background: transparent;
  margin-top: 30px;
}

/* お問合せボックス臨時CSS */
#inquireBox_730 .inquire_mail_box .inquire_fr p.mail a {
  height: 60px;
  line-height: 40px;
}

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

    日本人材ニュース
    （blog_id="170"）
    ※必要に応じて別CSSにする※

================================*/
.headerImg {
}

.materialNewsCont {
  margin-bottom: 30px;
}

/* 更新日 */
.materialNewsUpdate {
  margin: 10px 0;
  text-align: right;
}

.materialNewsCont h1 {
  background-image: none;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.7;
}

.materialNewsCont h2 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 30px 0;
  padding: 20px 0;
}

.materialNewsCont p {
  font-size: 1.6rem;
  line-height: 1.7;
}

.materialNewsCont p + p {
  margin-top: 20px;
}

.materialNewsCont ul {
  margin-bottom: 60px;
}

.materialNewsCont ul > li + li {
  margin-top: 20px;
}

.materialNewsCont .backLink {
  margin-top: 10px;
  overflow: hidden;
}

.materialNewsBn {
  columns: 3;
}

.materialNewsCont .backLink > a {
  background-color: crimson;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: right;
  min-width: 275px;
  padding: 5px 10px;
  text-align: center;
  transition: 0.3s;
}

.materialNewsCont .backLink > a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* ウェブページ */
h1.materialNewsIndexTtl {
  background: none;
  font-size: 1.2rem;
  text-align: right;
}

.materialNewsIndex {
  border-top: 1px dashed #666;
  margin: 20px 0 50px;
}

.materialNewsIndex > dt {
  background-color: crimson;
  color: #fff;
  font-size: 1.2rem;
  float: left;
  margin: 20px 0 0;
  padding: 10px;
  text-align: center;
  width: 100px;
}

.materialNewsIndex > dd {
  padding: 30px 0 30px 130px;
  border-bottom: 1px dashed #666;
}

/* 歳時記記事内のリスト表示 */
.hrArticleTtl {
  border-left: 10px solid crimson;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px 0 5px 10px;
}

.scrollBox {
  max-height: 200px;
  overflow: auto;
}

.hrArticleList {
}

.hrArticleList li {
}

.hrArticleList li + li {
  margin-top: 10px;
}

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

    responsive

================================*/
@media (max-width: 768px) {
  #base {
    width: 98%;
    margin: 0 auto;
  }
  .wrapper {
    width: 100%;
  }
  .container {
    float: none;
    width: auto;
    padding: 0 10px;
  }
  h1 {
    font-size: 2.3rem;
  }
  .dlLink {
    width: auto;
  }
  .btn_red {
    float: none;
  }
  .sampleImage {
    display: none;
  }
  .borderBox {
    width: auto;
  }

  div#cont {
    margin: 0;
  }
}

@media screen and (max-width: 599px) {
  .materialNewsBn {
    columns: 1;
  }
}

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

    23/12/12 Maintenance

================================*/
.headerTtl_mv {
  position: relative;
}
.m_topics_box {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  z-index: 1;
}
.m_topics_box_inr {
  display: flex;
  align-items: center;
}
.m_topics_box_inr div + div {
  border-left: 1px solid #000;
}
.m_topics_box_inr div {
  color: #000;
}
.m_topics_box_inr div:nth-of-type(1) {
  font-size: 35px;
  padding-right: 15px;
}
.m_topics_box_inr div:nth-of-type(1) span {
  font-size: 25px;
}
.m_topics_box_inr div:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.3;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .m_topics_box {
    top: 5px;
    left: 5px;
    padding: 5px 10px;
  }
  .contentsBox h1 {
    font-size: 2.4rem;
  }
  .m_topics_box_inr div:nth-of-type(1) {
    font-size: 4.6vw;
    padding-right: 2vw;
    padding-top: 2.5vw;
  }
  .m_topics_box_inr div:nth-of-type(1) span {
    font-size: 3.3vw;
  }
  .m_topics_box_inr div:nth-of-type(2) {
    font-size: 2.1vw;
    line-height: 1.6;
    padding-left: 2.5vw;
  }
}
