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

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

    common

================================*/
html { box-sizing: border-box; }

body {}

#cont .contents_runningStory a { text-decoration: none }

#cont .contents_runningStory img { display: inline-block }

#cont .contents_runningStory li {
  list-style: none;
  line-height: 1.9em;
  font-weight: normal;
}

#cont .contents_runningStory li a { color: #007BA4 }

#cont .contents_runningStory li a:hover { opacity: 0.5 }

#wrapper {
  background-color: #FFFFFF;
  color: #303030;
  display: inline-block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 17px !important;
  height: 100%;
  line-height: 1.8;
  margin:auto;
  max-width: 730px;
  width: 100%;
  word-wrap: break-word;
}

.contents {
  /*display: inline;*/
  margin: auto 0;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: flex-start
}

/* トップ画 */
.key-visual { margin-bottom: 40px; }

.key-visual img{ max-width: 100% }

.contents-box { margin-bottom:70px }

.contents-box p {
  font-size: 1.1rem;
  letter-spacing: 0px;
  line-height: 2.2;
}

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

.fw-bold { font-weight: 700; }


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

    indexページ

================================*/
.articleBoxTtl {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 8px;
}/* h2 */

.articleBoxSubTtl a {
  color: #000000;
  font-weight: normal;
  line-height: 2.0em;
}/* h3 */

.articleBoxSubTtl a:hover { text-decoration-line: underline; }

.articleBoxSubTtl img {
  vertical-align: middle;
  padding-right: 10px;
  width: 45px;
}

/* おすすめ研修、おすすめ記事タイトル */
.featuredContTtl {
  font-size: 1.2rem;
  font-weight: normal;
  padding-bottom: 10px;
}

.article-box {
  margin-bottom: 50px;
  margin-left: 15px;
  position: relative
}

.article-img {
  margin-right:20px;
  height: 100px;
  position: relative;
  width: 150px;
}

.absolute {
  display: inline;
  font-size: 0;
  margin-bottom: -20px;
  position: absolute;
  top: -15px;
  left: -15px;
  text-align: center;
  width: 44px;
}

.absolute > span {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    display: block;
    transform: translate(-50%, -50%);
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
}



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

    記事ページ

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

/*
    記事内の見出し
================================*/
.kiji-h1 {
  font-size: 1.5rem;
  margin-bottom: 18px
}

.kiji-h1 img {
  padding-right: 10px;
  vertical-align: middle
}

.kiji-h2 {
  background-color: #EBEBEB;
  border-radius: 5px;
  font-size: 1.4rem;
  margin: 50px 0 20px;
  padding: 10px 15px 10px;
}

.kiji-h3 {
  border-bottom: 1px solid #181818;
  font-size: 1.2em;
  padding-bottom: 2px;
  margin: 30px 0 10px;
}

/*
    ページ内目次
================================*/
.toc {
  line-height: 2.0em;
  margin: 30px 0;
}

.toc li { line-height: 2.0em }


/* おすすめ記事
-----------------------------------------------*/
.featured-articles{ margin-bottom: 50px; }

.featured-articles li{
  border-bottom: dotted 2px #cccccc;
  font-size: 0.9rem;
  letter-spacing: 1px 
}

/* おすすめ研修 
-----------------------------------------------*/
.featured-seminar{ margin-bottom: 100px }

.pc { display: block}
.sp { display: none }


/* 前の記事 次の記事 
-----------------------------------------------*/
#cont .contents_runningStory .flex-kiji { overflow: hidden; }

#cont .contents_runningStory .flex-kiji ul li { display: inline-block; }

#cont .contents_runningStory .flex-kiji{ margin: 50px 0; }

#cont .contents_runningStory .flex-kiji a {
  background-color: #FF2E36;
  color: #ffffff;
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0px;
  line-height: 2.2;
  padding: 6px 100px 6px;
}

#cont .contents_runningStory .flex-kiji a:hover {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}









@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
   

  /*#wrapper{ margin: 0 10px }*/

.pc { display: none !important; }
.sp { display: block !important; }


.flex-kiji a{ padding: 10px 45px 10px; }

  }/* @media */



@media screen and (max-width: 480px) {
/* 600pxまでの幅の場合に適応される */
.flex { display:block; }

.article-img{
  width: 100%;
  height: 40%
}
.flex-kiji a{ padding: 10px 30px 10px; }

}/* @media */



