@charset "utf-8";
/* CSS Document */


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

    common

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

* { letter-spacing: 0; }

body {
  color: #3E3A39;
  font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  text-align: left;
  width: 100%;
}


.wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 980px;
}

.container {
  float: right;
  width: 730px;
}

/* タイトル */
.tm_headerTtl {
  color: inherit;
  font-size: 25px;
  font-weight: 700;
  margin: 20px 0;
}


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

    index

================================*/
/*
    導入文
================================*/
.tm_introduction {
  font-size: 15px;
  line-height: 1.5;
  margin: -45px auto 30px;
  padding: 20px;
  text-align: center;
  width: 90%;
}


/*
    新着情報
================================*/
.tm_newInfoBox {
  background-color: #141431;
  border: 1px solid #fff;
  box-shadow: 0 0 0 8px #141431;
  color: #fff;
  margin: 0 auto 50px;
  padding: 15px;
  width: 711px;
}

.tm_newInfoBox > .tm_headerTtl { margin-top: 0; }

.tm_newInfo {
  height: 140px;
  overflow: auto;
}

.tm_newInfo_date { line-height: 1.5; }

.tm_newInfo_item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.tm_newInfo_item + .tm_newInfo_item { margin-top: 10px; }

..tm_newInfo_date { line-height: 1.5; }

.tm_newInfo_ttl {
  line-height: 1.5;
  margin-left: 15px;
}


.tm_newInfo_link {
  color: #fff;
}

.tm_newInfo_link:hover {
  color: #fff;
  text-decoration: underline;
}


/*
    研修見聞録一覧
================================*/
.tm_articleListBox {}

.tm_articleList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.tm_articleList::after {
  content: "";
  display: block;
  width: 32%;
}

.tm_articleList_item {
  background-color: #e8e8e8;
  display: flex;
  margin-bottom: 15px;
  width: 32%;
}

.tm_articleList_link {
  color: #333;
  flex-flow: column wrap;
  padding: 10px;
  transition: .3s;
  width: 100%;
}

.tm_articleList_link:hover {
  color: #333;
  opacity: .6;
  text-decoration: none;
}

/* 上部(受講日＋名前＋写真) */
.tm_dataBox {
  display: flex;
  flex-flow: row のwrap;
  justify-content: flex-start;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.tm_dataBox_img {
  margin-right: 10px;
  width: 70px;
}

.tm_dataBox_img img {
  width: 70px;
  height: auto;
}

.tm_dataBox_prof {
  font-size: 14px;
  width: auto;
}

.tm_articleList_date {
  border-bottom: 1px dotted #868686;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.tm_articleList_profile {
  line-height: 1.5;
}

/* 下部(研修タイトル) */
.tm_articleList_ttl {
  font-size: 18px;
  line-height: 1.5;
}


/*
    関連リンク
================================*/
.tm_relatedArticleListBox {}

.tm_relatedArticleList {}

.tm_relatedArticleList_item {
  font-size: 16px;
  line-height: 1.3;
}

.tm_relatedArticleList_item + .tm_relatedArticleList_item { margin-top: 10px; }



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

    下層ページ

================================*/
/*
    トップ画像＆h1
================================*/
.headline_main {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.headline_main_ttl {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: auto;
  z-index: 2;
}

.headline_main_subTtl {
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 100%;
  z-index: 2;
}


/*
    プロフィール
================================*/
 .tm_profileBox {
   border: 1px solid #ccc;
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: flex-start;
   margin: 0 0 30px;
 }
 
.tm_profileBox_img { border-right: 1px solid #ccc; }
.tm_profileBox_img > img {
  display: block;
  height: 80px;
  width: 80px;
}

.tm_profileBoxCont {
  flex: 1 1 auto;
  font-size: 16px;
}

.tm_profileBox_date {
  border-bottom: 1px dotted #ccc;
  /*font-weight: 700;*/
  margin-bottom: 5px;
  padding: 0 0 5px 20px;
}

.tm_profileBox_profile {
  line-height: 1.3;
  padding: 0 0 0 20px;
}

.tm_profileBox_profile > .u_hide { display: none; }


/*
    本文
================================*/
.tm_bodyTxt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  width: 100%;
}

.tm_bodyTxt_volume {
  border-right: 5px solid #141431;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  flex-basis: 110px;
}

.tm_bodyTxt_cont {
  flex: 1;
  padding: 5px 20px;
}

.tm_bodyTxt_cont > p {
  font-size: 15px;
  line-height: 1.5;
}

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


.tm_bodyTxt_ttl {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* リンクボタン */
.tm_linkBox {
  margin: 30px auto 50px;
  position: relative;
  width: 80%;
}

.tm_linkBox_link {
  border: 5px solid #141431;
  color: #333;
  display: block;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  transition: .3s;
}

.tm_linkBox_link:hover {
  color: #333;
  opacity: .6;
  text-decoration: none;
}


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

    ★★レスポンシブ

================================*/
@media screen and (max-width:768px) {
.wrapper { width: 100%; }

.container {
  float: none;
  width: 100%;
}

}/* @media */

@media screen and (max-width:600px) {
.tm_newInfoBox { width: 90%; }

}/* @media */

@media screen and (max-width:599px) {
.tm_articleList_item { width: 49%; }
.headline_main { font-size: 18px; }
.headline_main_ttl {
  line-height: 1.3;
  padding: 0 5px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-shadow: 
    #fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
    #fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
    #fff 0px 1px 0, #fff  0 -1px 0,/*右、左*/
    #fff -1px 0 0, #fff 1px 0 0;/*上、下*/
}
.headline_main_subTtl { display: none; }
.tm_bodyTxt_volume { flex-basis: 70px; }

}/* @media */



