@charset "utf-8";

/*--------------------------------------------------------

  johoshi
  
  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: 320px;}

/* 共通パーツ
  ========================================================================== */

/* コンテンツ枠組み
----------------------------- */
.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;
}

/* 汎用クラス
  ========================================================================== */

/* ページタイトル
----------------------------- */
.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 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 18px;
  padding: 30px 0 0;
  line-height: 1.2;
}
.nte_top_title_en {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 18px;
  padding: 30px 0 0;
  line-height: 1.2;
}
.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;
}
.firstview .title{
  padding: 65px 0 0;
}
.firstview h2{
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

.firstview .profile{
  margin: 40px 0 0;
}
.firstview .profile.photo{
  width: 309px;
  margin: 20px 0 0;
}
.firstview .profile .lead{
  padding: 6px 0 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.firstview .profile02{
  margin: 95px 10px 0 0;
}
.firstview .profile02 .lead{
	border-top: none;
}
.firstview .profile03 .lead{
  line-height: 1.5;
}

	

/* コンテンツ
----------------------------- */
#contents {
    padding: 25px 0;
    background: #f8f1e9;
}
#contents_inner {
    height: auto !important;
    min-height: 650px;
    margin: 0 auto 14px;
    max-width: 960px;
}

/* ============================================================ johoshiContent */
#johoshiContent {
  padding: 0 2% 30px;
}
#container #johoshiContent a {
  display: block;
  text-decoration: none;
}
#container #johoshiContent a:hover {
  color: #333;
}
#johoshiContent h3{
    margin: 0 0 15px;
    border-bottom: 1px solid #fa7b9c;
}

#johoshiContent .box-bg {
  display: table;
  width: 100%;
  overflow: visible;
  position: relative;
  margin: 0 0 30px;
  padding: 0;
  background: #fff;
}
#johoshiContent a:hover .box-bg {
  background: #dfdfdf;
}
#johoshiContent .box-start {
  min-height: 260px;
}
#johoshiContent .box-kyouiku {
  min-height: 220px;
}

#johoshiContent .box.detail {
  display: table-cell;
  margin: 12px 52px 12px 62px;
  padding: 20px 42px;
  vertical-align: top;
}
#johoshiContent .box.detail.linex2 {
  margin: 0 52px 0 62px;
}
#johoshiContent .box.detail a {
    display: block;
    position: relative;
    z-index: 1;
}

#johoshiContent .box.detail h4{
    padding: 0 0 5px;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: bold;
}
#johoshiContent .box.detail dt{
  position: relative;
  padding: 0 0 12px;
  font-size: 23px;
  letter-spacing: -.015em;
}
#johoshiContent .box.detaildt .num{
  padding: 0 .15em;
  font-size: 30px;
}
#johoshiContent .box.detail dt .date{
  margin: 0 0 0 .8em;
  font-size: 16px;
}
#johoshiContent .box.detail dt .unpublished{
  font-size: 25px;
  color: #e45252;
  padding-top: 5px;
  position: absolute;
  right: 70px;
}
#johoshiContent .box.detail dd{
  padding: 0 0 5px;
}

#johoshiContent .box.cover {
  display: table-cell;
  width: 220px;
  text-align: center;
  vertical-align: middle;
}
#johoshiContent .box.cover dt{
  margin: 0 0 10px;
  font-size: 16px;
}
#johoshiContent a:hover .box-bg .box.cover {
  opacity: .9;
}

#johoshiContent span.ico_new {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 5;
    color: #ffffff;
    line-height: 2em;
    font-size: 14px;
    text-align: center;
}

#johoshiContent span.ribbon {
    display: inline-block;
    position: relative;
    left: -1px;
    top: -2px;
    z-index: 5;
    margin: 0 5px 0 0;
    padding: 1px 6px 0;
    color: #fff;
    background-color: #ccc;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 18px;
    text-align: center;
    transform: rotate(0.05deg);
}
#johoshiContent span.ribbon:after {
  border-color: #ccc;
  border-right-color: transparent;
  top: 3px;
  right: 0;
  transform: rotate(90deg) scaleX(.3);
}
#johoshiContent span.ribbon:before, #johoshiContent span.ribbon:after {
  content: '';
  border: 24px solid transparent;
  position: absolute;
  z-index: -1;
}
#johoshiContent span.ribbonW66 {
    padding: 1px 0 0;
    width: 66px;
}
#johoshiContent span.ribbonW66:before, #johoshiContent span.ribbonW66:after {
  border: 33px solid transparent;
  top: -7px;
}
#johoshiContent span.ribbon.ribbonYellow {background-color: #efd24c;}
#johoshiContent span.ribbon.ribbonYellow:after {
  border-color: #efd24c;
  border-right-color: transparent;
  top: 3px;
  right: 0;
  transform: rotate(90deg) scaleX(.3);
}
#johoshiContent span.ribbon.ribbonPurple {background-color: #cd98d9;}
#johoshiContent span.ribbon.ribbonPurple:after {
  border-color: #cd98d9;
  border-right-color: transparent;
/*  top: 3px;*/
  right: 0;
  transform: rotate(90deg) scaleX(.3);
}
#johoshiContent span.ribbon.ribbonLightblue {background-color: #87c4d9;}
#johoshiContent span.ribbon.ribbonLightblue:after {
  border-color: #87c4d9;
  border-right-color: transparent;
  /*top: 3px;*/
  right: 0;
  transform: rotate(90deg) scaleX(.25);
}
#johoshiContent span.ribbon.ribbonGreen {background-color: #cbcc52;}
#johoshiContent span.ribbon.ribbonGreen:after {
  border-color: #cbcc52;
  border-right-color: transparent;
  /*top: 3px;*/
  right: 0;
  transform: rotate(90deg) scaleX(.25);
}
#johoshiContent span.ribbon.ribbonPink {background-color: #f39caf;}
#johoshiContent span.ribbon.ribbonPink:after {
  border-color: #f39caf;
  border-right-color: transparent;
  /*top: 3px;*/
  right: 0;
  transform: rotate(90deg) scaleX(.25);
}
#johoshiContent span.ribbon.ribbonBeige {background-color: #e9d4a0;}
#johoshiContent span.ribbon.ribbonBeige:after {
  border-color: #e9d4a0;
  border-right-color: transparent;
  right: 0;
  transform: rotate(90deg) scaleX(.25);
}

#johoshiContent .substance {
}
#johoshiContent .substance dd {
    color: #000;
    font-size: 14px;
}
#johoshiContent .substance img {
    margin: 14px 0 5px;
}

#johoshiContent .substance p {
  margin: 0 0 0;
  line-height: 1.5;
}

#johoshiContent .float-l {
  float:left;
}
#johoshiContent .float-r {
  position: relative;
  float:right;
}

.bracket {
  margin: 0 -.5em;
}

.bgGreen {
  background: #cbcc52;
}
.bgBeige {
  background: #e9d4a0;
}

/* 段落番号
----------------------------- */
.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;
}

.link.ico_nav.next:after {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0, -45%) rotate(90deg);
    content: "";
    height: 32px;
    width: 28px;
    background: url(../img/ico_nav_next@1.5x.png) no-repeat center center;
    background-size: auto 28px;
}
.link.ico_nav {
    position: relative;
    width: 65%;
    margin: 0 auto;
}
.link {
    display: block;
    margin: 8px 0;
    padding: 10px 0 8px;
    border: 1px solid #54a2c4;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}

/* ------------------ .icon_new ------------------ */
.icon_new {
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 5;
    padding: 3px 6px;
    background: #ff0000;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}
.icon_new_right {
    left: auto;
    right: -10px;
    top: -5px;
}



/********************************************************************************

  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;
}

/*太字タイトル*/
.nte_top_title_en {
    margin: 0 0 8px;
}

.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%;
  padding: 30px 0 0;
}
.firstview .profile{
  float: none;
  width: 94%;
  margin: 0 3%;
  padding: 20px 0 0;
}

/* ============================================================ johoshiContent */
#johoshiContent h3 {
    margin: 0 2% 10px;
}
#johoshiContent  h3 img{
    height: 20px;
}

#johoshiContent {
    width: 96%;
    margin: 0 2%;
    padding: 0;
}

#johoshiContent .box-bg {
    width: 100%;
    padding: 0;
}
#johoshiContent a:hover .box-bg {
  background: #fff;
}
#johoshiContent .box.detail {
    display: block;
    margin: 0;
    padding: 10px 4%;
}
#johoshiContent .box.detail.linex2 {
    margin: 12px 0;
}

#johoshiContent .box.detail.col-4 {
    margin: 5px 2% 15px;
    width: 96%;
}

#johoshiContent .box.detail.col-6 {
    min-height: 0;
    width: 94%;
}
#johoshiContent .box.detail.col-6:nth-child(even) {
    margin-left:0;
}
#johoshiContent .box.detail dt{
  padding: 0 0 10px;
}

#johoshiContent .box.detail dt .unpublished {
    font-size: 20px;
    right: 4%;
    top: -4px;
}

#johoshiContent .box.cover {
    display: block;
    width: 100%;
}
#johoshiContent .box.cover dt {
    padding: 0 0 5px;
}

#johoshiContent span.ico_new {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 5;
    color: #ffffff;
    line-height: 2em;
    font-size: 14px;
    text-align: center;
}
#johoshiContent span.ico_new img {
    height: 80px;
    width: 80px;
}

#johoshiContent span.ribbonW66 {
    padding: 1px 0 0;
}

#johoshiContent .substance {
    width: 100%;
    padding: 0;
}
#johoshiContent .substance img {
    width: 40%;
    margin: 11px 20% 5px;
}
#johoshiContent .substance img.wid56per_sp {
    width: 56%;
    margin: 11px 22% 5px;
}

#johoshiContent .substance img.ico_face_eigorilla{
    width: 47px;
}
#johoshiContent .substance p {
    float: none;
    width: 100%;
    margin: 0px 0 0;
    line-height: 1.2;
}

#johoshiContent .substance dd {
    padding: 4px 0 0;
}

#johoshiContent .link {
    display: block;
    padding: 6px 5px;
    height: auto;
}
#johoshiContent .link li {
    width: 95%;
}
#johoshiContent .link li span.ico_new{
  position: absolute;
  left: -22px;
  top: -4px;
  padding: 1px 1px 0 2px;
  color: #fff;
  font-size: 10px;
}
#johoshiContent .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;
}
#johoshiContent .link li.link01,
#johoshiContent .link li.link02 {
    padding: 5px 5px 5px 3%;
}
#johoshiContent .link li a {
    font-size: 13px;
}
#johoshiContent .link li.link01 a.ico_pulldown.active,
#johoshiContent .link li.link01 a.ico_pulldown {
    margin: 0 3px 0 0;
}
#johoshiContent .link li.link01 a.detail.ico_pulldown.active,
#johoshiContent .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 {
}

#johoshiContent .link.ico_nav {
    width: auto;
    padding: 6px 10%;
}

/* ------------------ .icon_new ------------------ */
.icon_new {
    top: 2px;
}
.icon_new_right {
    right: -6px;
    top: -12px;
}


}