@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.sns-share,
.sns-follow {
    display: none;
}

.hljs{
  font-size: 0.9em;
  color: #222;
}
.is-code-row-number-enable pre::before{
  padding-top: 0.72em;
  width: 2em;
}
.is-code-row-number-enable pre, .is-code-row-number-enable pre#highlight-demo{
  background: #EDF4F5;
  padding-left: 2em;
}
.inline-code{
  background-color: #EDF4F5;
  padding: 0 0.3em 0.12em 0.35em;
}


.article h2 {
  font-size: 1.4em;
  padding: 5px 1px;
  margin: 2em 0 0.5em 0;
  background: none;
  border-bottom: solid 1px #ddd;
}
.article h2 + p{
  margin-top: 0em;
}

.article h3 {
  font-size: 1.2em;
  padding: 5px 1px;
  margin: 2em 0 0.5em 0;
  background: none;
  border: none;
}
.article h3 + p{
  margin-top: 0em;
}




.article h4,
.article h5,
.article h6 {
  font-size: 1.2em;
  padding: 5px 1px;
  margin: 2em 0 1em 0;
}

.commets-list div.comment-body{
  margin-bottom: 0.5em;
}
.commets-list ul.children{
  margin: 0.5em 0;
}
div.comment-content p{
  font-size: 0.95em;
  margin: 0.5em 0;
}
div.reply a.comment-reply-link{
  font-size: 0.95em;
}
div#respond p.comment-form-email, div#respond p.comment-form-url, div#respond p.comment-notes, div#respond p.comment-form-cookies-consent{
  display: none;
}

.clearfix::after{
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

div.header-container-in, div#content, .wrap{
  width: 900px;
  margin: 0 auto;
}
div#container{
  width: auto;
}

.main{
  margin: 0;
  width: 100%;
}
body.home header.article-header{
  display: none;
}

div#content{
  margin-top: 0px;
}
main#main{
  padding-top: 0px;
}

.entry-content{
  margin: 0.5em 0 2.5em 0;
}


figure.eye-catch{
  margin: 0;
}
img.eye-catch-image{
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.cat-label{
  display: none;
}

div.entry-category-tag{
  text-align: center;
  margin: 10px 0 0px 0;
  padding: 0;
  line-height: 1;
}
div.entry-categories-tags{
  margin-top: 10px;
}
div.entry-categories-tags a.cat-link, div.entry-categories-tags a.tag-link{
  font-size: 0.85em;
}
div.entry-category-tag .entry-categories-tags, div.entry-category-tag .ctdt-one-row{
  display: inline-block;
  margin: 0 0 6px 8px;
  padding: 0;
}
div.entry-category-tag div.entry-categories{
  margin: 0;
  padding: 0;
}
.entry-categories-tags > div{
  margin-bottom: 0px;
}
div.entry-category-tag a.cat-link, div.entry-category-tag a.tag-link{
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}
div.entry-category-tag a.tag-link{
  margin-right: 4px;
}
.article-footer a.cat-link, .article-footer a.tag-link{
  font-size: 11px;
  line-height: 1.5;
}

div.date-tags{
  text-align: center;
  margin: 1px 0 30px 0;
  display: block;
}

div.date-tags .post-update, div.date-tags .post-date{
  margin: 0 0.5em;
  font-size: 0.95em;
}

header.article-header{
  text-align: center;
}

h1.entry-title a{
  text-decoration: none;
}
h1 a:link, h1 a:visited{
  color: #444;
}
h1 a:hover, h1 a:active{
  color: #4E929B;
}
h1.entry-title{
  margin: 0 0 10px 0;
  padding: 10px 0 5px 0;
  display: inline-block;
  position: relative;
}
.article h1:after {
  display: none;
}
h1.entry-title:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;/*線の上下位置*/
  display: inline-block;
  width: 100px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #666;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.widget-entry-cards.not-default .a-wrap{
  margin: 0 auto;
}

#sidebar, div.tagline{
  display: none;
}

h2.related-entry-heading, h2#comments, h3.related-entry-card-title{
  font-size: 1.2em;
}
.entry-card-snippet, .related-entry-card-snippet{
  font-size: 0.85em;
  line-height: 1.4;
}
#comment-reply-btn{
  font-size: 1em;
}

.footer-bottom{
  font-size: 0.7em;
  color: #888;
  margin: 0 0 10px 0;
}


/************************************
** ホーム
************************************/
body.home .entry-content, .home p:first-child{
  line-height: 1;
  margin: 10px 0 0.9em 0;
}
body.home p{
  font-size: 0.9em;
  margin: 0 0 0.8em 0.6em;
  line-height: 1.6;
}
body.home p.head{
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 1em 0 0.4em 0.1em;
}
body.home p.contact{
  background-size: 1.5em;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 2em;
  margin-bottom: 0.4em;
  line-height: 1.5;
}
body.home p.contact-mail{
  background-image: url("http://htsuda.net/img/icon_mail2.png");
}
body.home p.contact-twitter{
  background-image: url("http://htsuda.net/img/icon_twitter2.png");
}
p.contact a, body.home a{
  color: #333;
}
p.contact a:hover, body.home a:hover{
  color: #1967d2;
}
body.home footer.article-footer{
  display: none;
}


/************************************
** 研究活動
************************************/
p.res-h1{
  font-size: 1.2em;
  font-weight: bold;
  margin: 4em 0 1.2em 0;
  padding: 0.5em 0 0.5em 0;
  border-top: solid 1px #456;
  border-bottom: solid 1px #456;
  text-align: center;
  letter-spacing: 0.03em;
  color: #173141;
}
p.res-h1:first-child{
  margin-top: 1.5em;
}

p.res-head{
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.5em 0 0.6em 0em;
  color: #173141;
  border-left: solid 3px #173141;
  line-height: 1;
  padding: 0.25em 0 0.25em 0.5em;
}
p.res-head-box{
  font-size: 1.1em;
  font-weight: bold;
  margin: 2em 0 1.5em 0em;
}
p.res-head-pub{
  font-size: 1.1em;
  font-weight: bold;
  margin: 2.1em 0 0.8em 0em;
  border-left: solid 0px #777;
  padding-left: 0em;
}

p.res-p{
  font-size: 1em;
  margin: 0 0 0.9em 0em;
  line-height: 1.7;
  color: #444;
}
p.res-pub{
  font-size: 0.9em;
  margin: 0 0 0.7em 0em;
  line-height: 1.5;
  color: #444;
}
span.res-year{
  text-decoration: underline;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

div.res-box{
  margin: 0.5em 0 1.2em 0;
  padding: 0;
  border: solid 0px #aaa;
  background-color: #fff;
}
div.res-box-img{
  float: left;
  width: 30%;
}
div.res-box-img img{
  height: 130px;
  width: 100%;
  object-fit: cover;
  border: solid 0px #ccc;
}
div.res-box-txt{
  float: right;
  width: 70%;
  padding: 0 0 0 1em;
}
p.res-box-title{
  font-size: 0.95em;
  border-bottom: solid 1px #89a;
  padding-bottom: 0.3em;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #173141;
}
p.res-box-caption{
  font-size: 0.9em;
  line-height: 1.7;
}


/************************************
** 解説記事
************************************/
p.articles-h1{
  font-size: 1.1em;
  font-weight: bold;
  margin: 2.5em 0 1em 0;
  padding: 0.4em 0 0.4em 0.2em;
  border-top: solid 1px #456;
  border-bottom: solid 1px #456;
  letter-spacing: 0.03em;
  color: #173141;
}
p.articles-h1:first-child{
  margin-top: 1.5em;
}
p.articles-head{
  font-size: 1.1em;
  font-weight: bold;
  margin: 2em 0 0.6em 0.1em;
  color: #173141;
  border-left: solid 3px #173141;
  line-height: 1;
  padding: 0.2em 0 0.2em 0.5em;
}
p.articles-head-top{
  margin-top: 1.2em;
}
p.articles-p{
  font-size: 1em;
  margin: 0 0 0.5em 0em;
  padding-left: 0.5em;
  line-height: 1.5;
  color: #444;
}



div.articles-box{
  margin: 2em 0 3em 0;
  padding: 0 1.6em;
}
div.articles-box::after{
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

div.articles-box-head{
  padding: 0 0em 0 0em;
}
div.articles-box-head p{
  font-size: 1.1em;
  border-bottom: solid 1px #89a;
  padding: 0 0 0.4em 0;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #173141;
}
div.articles-box-head p a{
  text-decoration: none;
}

div.articles-box-caption{
  float: left;
  width: 70%;
  padding: 0 2em 0 0em;
}
div.articles-box-caption p{
  font-size: 0.9em;
  line-height: 1.7;
  padding: 0;
  color: #444;
}

div.articles-box-img{
  float: right;
  width: 30%;
  margin: 0.3em 0 0 0;
}
div.articles-box-img img{
  width: 100%;
  object-fit: cover;
  border: solid 0px #ccc;
}


/************************************
** ヘッダー
************************************/
div#header-container{
  border-bottom: solid 0px #e2e2e2;
  overflow: hidden;
  margin: 0px 0 10px 0;
  padding: 12px 0 12px 0;
  background: #0F2E3D;
}

header#header{
  float: left;
}
header#header div#header-in{
  width: 100%;
}
div.logo-header{
  padding: 0px 0 0px 10px;
  line-height: 1;
}

nav#navi{
  float: right;
  margin: 2px 0 0 0;
  background-color: transparent;
}
nav#navi div#navi-in{
  width: 100%;
}
#navi .navi-in > .menu-mobile li, .navi-in > ul li{
  height: auto;
  line-height: 2;
}
#navi .navi-in>ul>li>a{
  padding: 0 1em;
}
#navi a{
  color: #fff;
}
#navi a:hover{
  color: #000;
}
div.caption-wrap{
  border-bottom: solid 0px #555;
  padding: 0;
  font-size: 0.9em;
  letter-spacing: 0.06em;
}
#navi .navi-in > .menu-mobile li:first-child div.caption-wrap, .navi-in > ul li:first-child div.caption-wrap{
  /*letter-spacing: -0.1em;
  padding: 0 1em 0.25em 1em;*/
}



/************************************
** P5
************************************/

.categoryid-9 .under-entry-content{
	display: none;
}

div.p5-container {
	width: 860px;
	margin: 0 auto 100px auto;
	padding: 0px 10px;
	background-color: #fff;
}

div.p5-post {
	margin: 80px 0 40px 0;
}
div.p5-post_index {
	margin: 120px 0 40px 0;
}

div.p5-post h1 {
	color: #333;
	font-size: 3em;
	line-height: 1.0;
	font-weight: bold;
	margin: 0px 0 0px 0;
	text-align: center;
}
div.p5-abstract{
	margin: 60px 0 80px 0;
}
div.p5-post div.p5-abstract p{
	color: #444;
	font-size: 1.6em;
	line-height: 1.7;
	margin: 0px 0 0px 0;
	text-align: center;
	padding: 0;
	text-indent: 0em;
}

div.p5-update{
	margin: 50px 0 50px 0;
}
div.p5-post div.p5-update p{
	color: #444;
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0px 0 8px 0;
	text-align: right;
	padding: 0;
	text-indent: 0em;
}

div.p5-post h2 {
	color: #333;
	font-size: 3em;
	line-height: 1.0;
	letter-spacing: 0.05em;
	margin: 0px 0 30px 0;
}

div.p5-post h3 {
	color: #f53861;
	font-size: 2em;
	font-weight: bold;
	margin: 30px 0 0px 0;
	border: 1px solid #f53861;
	padding: 15px;
}

div.p5-post h4 {
	color: #f53861;
	font-size: 1.6em;
	font-weight: bold;
	margin: 30px 0 8px 0;
}

div.p5-post h2 a:link, div.p5-post h2 a:visited { color : #333; text-decoration: none; outline:none;}
div.p5-post h2 a:hover, div.p5-post h2 a:active { color : #f53861; text-decoration: underline; outline:underline;}

div.p5-post p {
	color: #444;
	font-size: 1.6em;
	line-height: 1.7;
	margin: 0px 0 12px 0;
	padding-left: 1em;
	text-indent: 0em; /* 髯､螟� */
}

div.p5-post p img{
	margin: 10px 0 10px 0;
}

span.p5-emphc {
	font-weight: bold;
	color: #f53861;
}

span.p5-emph {
	font-weight: bold;
}

div.p5-post p.head {
	color: #222;
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: bold;
	margin: 50px 0 8px 0;
}

div.p5-post div.memo {
	background-color: #e7f1ed;
	padding: 10px 10px 2px 10px;
	margin: 0px 0 20px 0;
}

div.p5-post div.memo p{
	color: #333;
	background-color: #e7f1ed;
	font-size: 1.5em;
	line-height: 1.6;
	margin: 0px 0 8px 0;
	text-indent: 0em;
}



div.nav-p5 {
	margin: 80px 0 10px 0;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

div.p5-box {
	margin: 0 0 30px 0;
}

div.p5-box div.title {
	color: #222;
	font-size: 90%;
	line-height: 1.0;
	font-weight: bold;
	margin: 0 0 18px 0;
}
div.p5-box div.title span{
	letter-spacing: 0.04em;
	padding-bottom: 2px;
	border-bottom: 2px solid #333;
}

div.p5-box div.column {
	float: left;
	width: 300px;
	margin-right: 0px;
}
div.p5-box div.column_right {
	float: left;
	width: 260px;
	margin-right: 0px;
}

div.p5-box div.column p.head {
	color: #f53861;
	font-size: 85%;
	line-height: 1.0;
	font-weight: bold;
	margin: 10px 0 8px 0;
	text-indent: 0;
}
div.p5-box div.column p.top {
	margin-top: 0;
	text-indent: 0;
}
div.p5-box div.column p.line {
	color: #666;
	font-size: 80%;
	line-height: 1.3;
	margin: 0 0 6px 0;
	letter-spacing: -0.05em;
	text-indent: 0;
}
div.p5-box div.column p.line a:link, div.p5-box div.column p.line a:visited { color : #1166ee; text-decoration: none; outline:none;}
div.p5-box div.column p.line a:hover, div.p5-box div.column p.line a:active { color : #f53861; text-decoration: underline; outline:underline;}


p.p5-btt{
	color: #333;
	font-size: 1.5em;
	line-height: 1.0;
	margin: 30px 0 0px 0;
}
p.p5-btt a:link, p.p5-btt a:visited { color : #1166ee; text-decoration: none; outline:none;}
p.p5-btt a:hover, p.p5-btt a:active { color : #f53861; text-decoration: underline; outline:underline;}

div.p5-post p.p5-postinfo{
	text-align: right;
	color: #555;
	font-size: 1.3em;
	margin: 0px 0 0px 0;
}



div#myContainer{
	border: 5px solid #eee;
}
div#myContainer2{
	border: 5px solid #eee;
}
div#myContainer3{
	border: 5px solid #eee;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 4000px){
  
}

/*1240px以下*/
@media screen and (max-width: 1240px){
  
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  
}

/*1023px以下*/
@media screen and (max-width: 1023px){

}

/*920px以下*/
@media screen and (max-width: 920px){
  /*https://parashuto.com/rriver/responsive-web/iphone-font-size-portrait-to-landscape*/
  /*https://stackoverflow.com/questions/2710764/preserve-html-font-size-when-iphone-orientation-changes-from-portrait-to-landscap*/
  * { -webkit-text-size-adjust: none; }
  .main{
    font-size: 0.9em;
  }
  main.main {
    margin: 0;
  }
  div.header-container-in, div#content, .wrap{ 
    width: auto;
    margin: 0;
  }

  #navi .navi-in > .menu-mobile li{
    width: auto;
  }
  div.item-label{
    font-size: 0.9em;
  }

  .logo-header img{
    height: 19px;
  }
  div.logo-header{
    padding: 0px 0 2px 10px;
  }
  .logo-header .site-name-text{
    font-size: 1.5em;
  }

  div.res-box-img img{
  height: 120px;
  width: 100%;
}
}


@media screen and (max-width: 834px){
  main.main, div.sidebar{
    padding-left: 10px;
    padding-right: 10px;
  }
  div.logo-header{
    
  }


}

/*768px以下*/
@media screen and (max-width: 768px) {

  .entry-card-snippet,
  .related-entry-card-snippet {
    font-size: 0.8em;
  }

  .logo-header img{
    height: 18px;
  }

  div.res-box-img{
    width: 33%;
  }
  div.res-box-txt{
    width: 67%;
    padding: 0 0 0 0.6em;
  }

  div.articles-box{
    padding: 0;
  }
  div.articles-box-caption{
    padding-right: 1em;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  main.main, div.sidebar{
    padding-left:  0px;
    padding-right: 0px;
  }
  div.entry-content, .article-footer, div.under-entry-content{
    padding-left:  8px;
    padding-right: 8px;
  }
  div.logo-header{
    padding: 1px 0 0px 7px;
  }
  .logo-header img{
    height: 16px;
  }

  #navi .navi-in>ul>li>a{
    padding: 0 0.8em;
  }
  div#header-container{
    margin-bottom: 1px;
    padding: 18px 0 12px 0;
  }
  nav#navi{
    margin: 0px 0 0 0;
  }

  body.home .entry-content, .home p:first-child{
    margin-top: 10px;
  }

  img.eye-catch-image{
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .no-sp-snippet .entry-card-snippet{
    display: inline;
  }

  div.caption-wrap{
    padding: 0 0 0.3em 0;
  }

  body.home p{
    font-size: 0.95em;
  }
  body.home p.head{
    font-size: 1.05em;
  }

  p.res-head{
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.6em 0 0.7em 0em;
  }
  p.res-head-box{
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.6em 0 1.5em 0em;
  }
  p.res-p{
    font-size: 1.1em;
    line-height: 1.8;
    margin: 0 0 1em 0em;
  }
  p.res-pub{
    font-size: 0.9em;
    margin: 0 0 0.7em 0em;
    line-height: 1.5;
    color: #444;
  }

  div.res-box-img img{
    height: 100%;
    width: 100%;
  }
  p.res-box-title{
    font-size: 0.95em;
    line-height: 1.1;
    margin-bottom: 0.3em;
    padding-bottom: 0.2em;
  }
  p.res-box-caption{
    font-size: 0.9em;
    line-height: 1.6;
  }

  div.articles-box-caption{
    width: 60%;
    padding-right: 0.6em;
  }
  div.articles-box-img{
    width: 40%;
  }
}