@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.navi-in > ul li {
    display: block;
    width: 176px;
    height: 30px;
	line-height: 30px;
}
.menu-item { 
	font-size: 0.9em;
}
/*ヘッダー*/
.tagline {
  width: 60%;
  margin: auto;
  padding-bottom: 1em;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.logo-image {
  padding-top: 30px;
  max-width: 280px;
  margin: auto;
}
.navi {
	 margin-top: 1em;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
#navi .item-label {
	font-size: 0.8em;
	font-weight: bold;
}
.carousel-in {
	margin-top: 1em;
    padding: 14px 10px 36px 10px;
}
/*ボディ全般*/
body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.cat-label {
    top: 0.5em;
    left: 0.5em;
    border: none;
}
.entry-card-thumb {
	max-height: 10em;
	overflow: hidden;
}
.entry-card-thumb img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
}
.entry-card-title, .related-entry-card-title {
    font-size: 18px;
    line-height: 1.6;
}
.entry-card-snippet, .related-entry-card-snippet {
    font-size: 0.8em;
    color: #7d7d7d;
    line-height: 1.7;
    height: 3.5em;
}
.related-entry-heading, .comment-title {
    margin: 10px 0;
    font-size: 20px;
}
/*ページナビ*/
.pager-post-navi {
    margin: 38px 0;
    display: flex;
    flex-direction: column;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 0 10px;
   }
.pagination-next {
	display: none;
}
.page-numbers {
    color: #333435;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: none;
    margin-left: 3px;
    line-height: 40px;
    text-align: center;
}
#main .main-widget-label {
    color: #4b4b4b;
    background-color: #fff;    
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 7px;
    margin-left: 5px;
}
#main .main-widget-label:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 28px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-image: url(https://mnrworks.com/wp-content/uploads/parts/drilldriver.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 8px;    
}
/*本文*/
.toc {
    border: 1px solid #ddd;
    font-size: 0.85em;
    line-height: 1.5;
    padding: 8px 20px;
    margin-bottom: 1em;
    display: table;
    margin: auto;
}
.article h2 {
	font-size: 1.25em;
	line-height:1.6em;
    font-weight: bold;
	position: relative;
	padding: .3em .75em;
	background-color: #fc5623;
	border-radius: 6px;
   margin-bottom: 28px;
}
.article h2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #fc5623;	
}
.article h3{
    position:relative;
    padding:4px 0 0 33px;
    font-weight: bold;
    font-size: 1.3em;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.article h3:after, 
.article h3:before{
content:''; 
height:20px; 
width:5px; 
display:block; 
background:#fc5623; 
position:absolute; 
top:7px; 
left:16px; 
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px; 
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
}
.article h3:before{
height:14px;
background:#fc5623;
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 
top:14px; 
left:6px
}

/*サイドバー*/
.plf-img {
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    height: 200px;
    margin: 0 auto 1em auto;
    width: 200px;
    text-align: left;
    background-image: url("https://mnrworks.com/wp-content/uploads/parts/m-avatar.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.sidebar-plf {
    list-style: none;
    margin-bottom: 5em;
    text-align: center;
}
.plf_fb {
    content: '';
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(https://mnrworks.com/wp-content/uploads/parts/FB-f-Logo.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.plf_twtr {
    content: '';
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(https://mnrworks.com/wp-content/uploads/parts/TW_Icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.plf_inst {
    content: '';
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(https://mnrworks.com/wp-content/uploads/parts/IG_Glyph.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.plf_mail {
    content: '';
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(https://mnrworks.com/wp-content/uploads/parts/mail.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.sidebar h3 {
    color: #4b4b4b;
    background-color: #fff;    
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 7px;
    margin-left: 5px;
}
.sidebar h3:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 28px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-image: url(https://mnrworks.com/wp-content/uploads/parts/drilldriver.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 8px;    
}
.dtree {
    font-size: 0.85em;
}
.ad-label {
	display: none;
}
/*フッター*/
.footer-bottom {
    margin: 0;
    padding: 20px;
    font-size: 14px;
    background-color: #f4ece2;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (min-width: 601px) {
.firstpage_bnr {
    max-width: 50%;
    min-width: 220px;
    float: left;
    padding: 0 2.5%;}
.firstpage_text {
/*    height: 2em;
    margin-top: -1.2em;
    padding-bottom: 1em;*/
    font-size: 0.8em;
    font-weight: 500;
    /* text-align: center; */
    }
    
@media screen and (max-width: 600px) {
.firstpage_bnr {
    width: 100%;
    padding: 1.5em 0;
	}
.firstpage_text {
    height: 2em;
    margin-top: -0.6em;
    padding-bottom: 0.5em;
    font-size: 18px;
    font-weight: bold;
    /* text-align: center; */
    }

/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
	@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}