@charset "utf-8";

/*--------------------------------------------------------

  category
  
  01. forPC Layout
  
  02. forSP Layout

--------------------------------------------------------*/



/********************************************************************************

  01. forPC Layout

********************************************************************************/



/* common
   ========================================================================== */
body, p, ul, h1, h2, h3, h4, dt, dd, ol {margin: 0;padding: 0;}
.ondes {color: #999;}
form {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section,summary {display: block;}
[hidden], template {display: none;}
li {list-style: none;}
dl, dt, dd {margin: 0;padding: 0;}
a {background-color: transparent;color: #000;}
a:active, a:hover, a:focus {outline: 0;}
a:hover {color: #999999;}
img {border: 0;}
html {font-size: 100%;}
body {font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size: 14px;color: #000;line-height: 1.4;-webkit-text-size-adjust: 100%;overflow-y: scroll;width: 100%; padding-top: 0 !important; min-width: 960px;}

/* 共通パーツ
  ========================================================================== */

/* コンテンツ枠組み
----------------------------- */
.nte_content_document {
  padding: 30px 0 50px;
  background:url(../img/common/bg_link.gif) repeat;
  /*min-width: 1020px;*/
}
.nte_content_document_inner {
  overflow: hidden;
  width: 900px;
  padding: 30px 30px 37px;
  margin: 0 auto 22px;
  background: #FFF;
}
/*閉じるボタン*/
.nte_btn_close {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
/*フッター*/
.nte_copy {
  padding: 20px 20px 20px 33px;
  border-left: 1px solid #D9D9D9;
  text-align: center;
}
/*ページTOPへ*/
.nte_pageTop {
  position: fixed;
  bottom: 7px;
  right: 17px;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  line-height: 0;
}

/* 汎用クラス
  ========================================================================== */

/* パンクズ
----------------------------- */
.crumb_path {
  overflow:hidden;
  margin: -5px 0 -55px;
}
.crumb_path ul li {
  float: left;
  margin-right: 6px;
  font-size:14px;
}
.crumb_path ul li a {
  margin-right: 6px;
}
.crumb_path ul li a:hover {
  text-decoration: none;
}
.crumb_path ul li.current {
  padding-right: 12px;
  margin-right: 0px;
  background: none;
}
.crumb_path ul li:after {
  content: url(../img/common/blt_crumb.gif);
  position: relative;
  top: 1px;
  padding: 0px 5px;
}
.crumb_path ul li.current:after {
  content: "";
}

/* ページタイトル
----------------------------- */
.nte_top {
  background: #FFFFFF;
  min-width: 1020px;
  border-top: 9px solid #008ed2;
}
.nte_top2 {
  height: 269px;
  background: #FFFFFF;
  min-width: 1020px;
}
.nte_top_inner {
  width: 960px;
  padding: 13px 30px 20px;
  margin: 0 auto;
  background: #FFFFFF;
}
.nte_top_inner2 {
  width: 960px;
  overflow:hidden;
  padding:20px 0;
  margin: 0 auto;
  background: #FFFFFF;
  position:relative;
}

/*太字タイトル*/
.nte_top_title {
  font-size: 27px;
  font-weight: normal;
  padding: 30px 0 0;
  line-height: 1.2;
}
.nte_top_title2 {
  padding: 20px 3px 0;
  font-size:28px;
  font-weight: bold;
  line-height: 1.9;
}
.title_top2 {
  margin:15px 0 0;
}
/*サブタイトル*/
.nte_top_title_sub {
  padding-top: 8px;
	font-size: 53.333333333%;
	display: block;
}
/*太字の上タイトル*/
.nte_top_title_sub_top {
  margin-bottom: 5px;
  font-size: 53.333333333%;
  display: block;
}
.nte_top_title_sub_top2 {
  margin: 0 -3px;
  padding: 10px 15px 0;
  background: #bee3fa;
  border-radius: 12px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
}
/* タイトル*/
.nte_article_tit {
  padding: 10px 10px 7px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 125%;
  font-weight: normal;
  background: #008ED2;
}
.nte_article_tit2 {
  padding: 6px 1px 3px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f08300;
  border-top: 6px solid #f08300;
  font-size: 150%;
  font-weight: bold;
}

/*著者名*/
.nte_top_title_author {
  margin: 7px 0 0;
  font-size: 26px;
  text-align: left;
}
.nte_top_title_author_sub {
  margin: 7px 0 2px;
  font-size: 17px;
}
.nte_top_title_author_sub img {
  margin: 0 0 -15px;
}

/* ============================================================ firstview */
.firstview_wrap{
    background: #f8f1e9;
}

.firstview {
    width: 920px;
    margin: 0 auto;
    height: 300px;
}
.firstview .title{
  float: left;
  width: 596px;
  margin: 30px 0 0 10px;
}
.firstview h2{
  font-size: 46px;
  line-height: 1.2;
}

.firstview .profile{
  float: right;
  width: 286px;
  margin: 55px 10px 0 0;
}
.firstview .profile.photo{
  width: 309px;
  margin: 20px 0 0;
}
.firstview .profile .detail{
  padding: 6px 0 0;
  border-top: 1px dotted #000;
  font-size: 12px;
  line-height: 1.8;
}
.firstview .profile02{
  margin: 95px 10px 0 0;
}
.firstview .profile02 .detail{
	border-top: none;
}
.firstview .profile03 .detail{
  line-height: 1.5;
}

	

/* コンテンツ
----------------------------- */
#contents {
    padding: 25px 0;
    background: #f8f1e9;
}
#contents_inner {
    height: auto !important;
    min-height: 650px;
    margin: 0 auto 14px;
    width: 960px;
}

/* ============================================================ seriContent */
#seriContent {
  padding: 0 20px 30px;
}
#container #seriContent a {
  display: block;
  text-decoration: none;
}
#container #seriContent a:hover {
  color: #333;
}
#seriContent h3{
    margin: 0 0 15px;
    border-bottom: 1px solid #fa7b9c;
}

#seriContent .box-bg {
  overflow: visible;
  position: relative;
  margin: 0 0 30px;
  padding: 5px 18px 18px;
  background: #fff;
}
#seriContent a:hover .box-bg {
  background: #dfdfdf;
}

#seriContent .box {
  margin: 12px 52px 12px 62px;
}
#seriContent .box.linex2 {
  margin: 0 52px 0 62px;
}
#seriContent .box a {
    display: block;
    position: relative;
    z-index: 1;
}

#seriContent .box h4{
    padding: 0 0 5px;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: bold;
}
#seriContent .box dt{
  padding: 0 0 5px 12px;
  background: url(../img/common/bdr_wave@1.5x.png) no-repeat center bottom;
  background-size: 150% auto;
  font-size: 22px;
}
#seriContent .box dt .num{
  padding: 0 .15em;
  font-size: 30px;
}
#seriContent .box dt .date{
  margin: 0 0 0 .8em;
  font-size: 16px;
}
#seriContent .box dt .unpublished{
  font-size: 25px;
  color: #e45252;
  padding-top: 5px;
  position: absolute;
  right: 70px;
}
#seriContent span.ico_new {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 5;
    color: #ffffff;
    line-height: 2em;
    font-size: 14px;
    text-align: center;
}

#seriContent .box dd{
  padding: 0 0 5px;
}

.ico_eigorilla{
  position: absolute;
  left: 35px;
  top: 30px;
}
.SvgIcon {
  position: absolute;
  width: 0;
  height: 0; 
}
.ico_eigorilla {
  height: 57px;
  width: 37px;
}

#seriContent .substance {
}
#seriContent .substance dd {
    padding: 4px 0 0 12px;
    color: #4d4d4d;
    font-size: 29px;
}
#seriContent .substance img {
    margin: 23px 0 12px;
}

#seriContent .substance p {
  margin: 0 0 0;
  line-height: .9;
}

#seriContent .float-l {
  float:left;
}
#seriContent .float-r {
  position: relative;
  float:right;
}

.section_wrap {
  clear: both;
  margin: 0 0 -20px;
  padding: 80px 0 0;
}

.bgBeige {
  background: #faf9f4;
}

/* 段落番号
----------------------------- */
.nte_ulNum li {
  text-indent: -2em;
  padding-left: 2em;
}
.nte_ulNum li:first-child {
  margin-top: 0;
}

/* 箇条書きパターン
----------------------------- */
.nte_ulDesc li {
  text-indent: -1em;
  padding-left: 1em;
}
.nte_ulDesc li:first-child {
  margin-top: 0;
}

/*
回りこみ
「回りこみ解除」と合わせて使用
nte_flL: 左方向回りこみ
nte_flR: 右方向回りこみ
*/
.nte_flL {float: left !important;}
.nte_flR {float: right !important;}

/*
回りこみ解除
.nte_flL, .nte_flRを指定している要素の ”親要素” に指定
例)
<div class="nte_clear">
  <p class="nte_flL">◯◯</p>
  <p>aaaaaaaaaaaaaaaaaaaa</p>
</div>
*/
.nte_clear:after {
  content: "";
  display: block;
  clear: both;
}

/*
2段組
「回りこみ解除」と合わせて使用
例)
<div class="nte_clear">
  <div class="nte_col_half">
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
  </div>
  <div class="nte_col_half">
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
  </div>
</div>
*/
.nte_col_half {
  width: 430px;
  padding: 0 10px;
  float: left;
}

/*
文字列寄せ
nte_taCenter: 中央寄せ
nte_taRight : 右寄せ
nte_taLeft  : 左寄せ
*/
.nte_taCenter {text-align: center !important;}
.nte_taRight {text-align: right !important;}
.nte_taLeft {text-align: left !important;}

/*
余白
nte_m◯△
◯ 方向
　t: top
　r: right
　b: bottom
　l: left
△ 間隔
*/
.nte_mt10 {margin-top: 10px !important;}
.nte_mt20 {margin-top: 20px !important;}
.nte_mt30 {margin-top: 30px !important;}
.nte_mt40 {margin-top: 40px !important;}
.nte_mr10 {margin-right: 10px !important;}
.nte_mr20 {margin-right: 20px !important;}
.nte_mr30 {margin-right: 30px !important;}
.nte_mr40 {margin-right: 40px !important;}
.nte_ml10 {margin-left: 10px !important;}
.nte_ml20 {margin-left: 20px !important;}
.nte_ml30 {margin-left: 30px !important;}
.nte_ml40 {margin-left: 40px !important;}
.nte_mb10 {margin-bottom: 10px !important;}
.nte_mb20 {margin-bottom: 20px !important;}
.nte_mb30 {margin-bottom: 30px !important;}
.nte_mb40 {margin-bottom: 40px !important;}

/* インデント
----------------------------- */
.ind{
  text-indent: -1em;
  margin: 0 0 0 1em;
}




/********************************************************************************

  02. forSP Layout
    *横幅が667px以下の場合
  

********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {

body {min-width: 320px;}

img {
    height: auto;
    /*width: 100%;*/
}

.nte_top2 {
    height: auto;
    min-width: 0;
}

.nte_top_inner2 {
    width: 96%;
    padding: 15px 2% 20px;
}

.nte_content_document {
    padding: 30px 2% 50px;
    min-width: 0;
}
.nte_content_document_inner {
    overflow: visible;
    width: 94%;
    padding: 30px 3% 80px;
}

/* パンクズ
----------------------------- */
.crumb_path {
  overflow:hidden;
  margin: -15px 0 -95px;
}
.crumb_path ul li {
  float: left;
  margin-right: 6px;
  font-size:10px;
}
.crumb_path ul li a {
  margin-right: 6px;
}
.crumb_path ul li a:hover {
  text-decoration: none;
}
.crumb_path ul li.current {
  padding-right: 0;
}
.crumb_path ul li:after {
  content: url(../img/common/blt_crumb.gif);
  position: relative;
  top: 1px;
  padding: 0px 5px;
}
.crumb_path ul li.current:after {
  content: "";
}

/*太字タイトル*/
.nte_top_title2 {
  margin: -5px 0 0;
  padding: 0 0 0;
  line-height: 1.4;
}
.nte_top_title2--01>img{
  max-width: 497px;
}
.nte_top_title2--02>img{
  max-width: 404px;
}
.nte_top_title2--03>img{
  max-width: 501px;
}
.nte_top_title2--04>img{
  max-width: 286px;
}

.title_top2 {
  margin:15px 0 0;
}
/*太字の上タイトル*/
.nte_top_title_sub_top2 {
  display: inline-block;
  margin: 0 -3px;
  padding: 3px 3% 2px;
  width: 40%;
  max-width: 180px;
  border-radius: 20px;
}
.nte_article_tit2 {
  padding: 4px 1px 5px;
  font-size: 22px;
}

/*リード文*/
.nte_top_title_lead {
  float: none;
  width: 100%;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.8;
}

/*著者名*/
.nte_top_title_author_sub img {
  width: 150px;
  margin: 0 0 -30px;
}

/* ============================================================ firstview */
.firstview_wrap{
}
.firstview {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.firstview .title{
  float: none;
  width: 88%;
  margin: 0 6%;
}
.firstview .profile{
  float: none;
  width: 88%;
  margin: 0 6%;
  padding: 30px 0;
}

/* ============================================================ seriContent */
#seriContent h3 {
    margin: 0 2% 10px;
}
#seriContent  h3 img{
    height: 20px;
}

#seriContent {
    width: 96%;
    margin: 0 2%;
    padding: 0;
}

#seriContent .box-bg {
    padding: 5px 4% 18px;
}
#seriContent .box {
    margin: 12px 0;
    font-size: 100%;
}
#seriContent .box.linex2 {
    margin: 12px 0;
}

#seriContent .box.col-4 {
    margin: 5px 2% 15px;
    width: 96%;
}

#seriContent .box.col-6 {
    min-height: 0;
    width: 94%;
}
#seriContent .box.col-6:nth-child(even) {
    margin-left:0;
}
#seriContent .box dt{
  padding: 0 0 5px 35px;
}

.ico_eigorilla {
    transform: scale(.75);
    -webkit-transform: scale(.75);
    left: 4px;
    top: 2px;
}

#seriContent .box dt .unpublished {
    font-size: 20px;
    right: 4%;
    top: -4px;
}
#seriContent span.ico_new {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 5;
    color: #ffffff;
    line-height: 2em;
    font-size: 14px;
    text-align: center;
}
#seriContent span.ico_new img {
    height: 80px;
    width: 80px;
}

#seriContent .substance {
    width: 100%;
    padding: 0;
}
#seriContent .substance img {
    width: 60%;
    margin: 11px 20% 10px;
}
#seriContent .substance img.ico_face_eigorilla{
    width: 47px;
}
#seriContent .substance p {
    float: none;
    width: 100%;
    margin: 0px 0 0;
    line-height: 1;
}

#seriContent .substance dd {
    padding: 4px 0 0;
}

#seriContent .link {
    display: block;
    padding: 6px 5px;
    height: auto;
}
#seriContent .link li {
    width: 95%;
}
#seriContent .link li span.ico_new{
  position: absolute;
  left: -22px;
  top: -4px;
  padding: 1px 1px 0 2px;
  color: #fff;
  font-size: 10px;
}
#seriContent .link li span.ico_new:after {
    position: absolute;
    top: 50%;
    right: -4px;
    width: 0;
    height: 0;
    margin-top: 2px;
    border-width: 3px 0 3px 7px;
}
#seriContent .link li.link01,
#seriContent .link li.link02 {
    padding: 5px 5px 5px 3%;
}
#seriContent .link li a {
    font-size: 13px;
}
#seriContent .link li.link01 a.ico_pulldown.active,
#seriContent .link li.link01 a.ico_pulldown {
    margin: 0 3px 0 0;
}
#seriContent .link li.link01 a.detail.ico_pulldown.active,
#seriContent .link li.link01 a.detail.ico_pulldown{
    background-position:right 45%;
}


/* コンテンツ
----------------------------- */
#contents {
    padding: 25px 0 95px;
}
#contents_inner {
    margin-top: 0;
    width: 100%;
}

.section_wrap {
  margin: 0 0 -80px;
  padding: 110px 0 0;
}
.substance {
  height: auto !important;
  width: 100%;
}
.substance p {
}


}