@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
}







.widget-sidebar h3 {
     position: relative;
     color: white;
     padding:0.4em 0.4em 0.4em 1.4em;
     background-color: #36932d;
	 font-size: 16px;
}
 
.widget-sidebar h3::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 18px;
     height:3px;
     background-color:white;
}




#archives-2 ul li {
	font-size: 14px;
	}

#categories-2 ul li {
	font-size: 14px;
	}



#recent-posts-2 ul li {
	font-size: 14px;
	}
#recent-posts-2 ul li span {
	font-size: 12px;
	text-align: right;
	}



#recent-comments-2 ul li {
	font-size: 14px;
	}
#recent-comments-2 ul li span {
	font-size: 12px;
	text-align: right;
	}

.comment-author-link {
	background-color: #DCDCE4;
	}










#rss-2 h3 a {
     color: white;
}
#rss-2 ul li {
	font-size: 14px;
	}
#rss-2 ul li span {
	font-size: 12px;
	text-align: right;
	}




#rss-3 h3 a {
     color: white;
}

#rss-3 ul li {
	font-size: 14px;
	}
#rss-3 ul li span {
	font-size: 12px;
	text-align: right;
	}




#text-2 {
	font-size: 14px;
	}
	
#text-3 {
	font-size: 14px;
	}












.widget-sidebar ul {
	}
.widget-sidebar ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	font-size: 16px;
	}
	
	
	
	
	
	
	
.ornament-table	tbody .head-line1 {
	}
.ornament-table	tbody tr .head-line2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}
.ornament-table	tbody .head-line3 {
	}
.ornament-table	tbody tr .head-line4 {
	}
.ornament-table	tbody tr .head-line5 {
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
	}
.ornament-table	tbody tr .head-line4 h2 {
	font-size: 18px !important;
	font-weight: bold;
	margin-top: initial;
	margin-bottom: initial;
	padding: initial;
	background-color: initial;
	color: #000;
	}
.ornament-table	tbody .tr-hline {
	}

	
.ornament-table	tbody tr .td-number {
	text-align: center;
	font-size: 14px;
	}
.ornament-table	tbody tr .td-skill {
	text-align: center;
	font-size: 14px;
	}	
	
	
	
	
	
.author-info{
  display: none;
}















/* Ads Style  ------------------------- */

/* HouseAd(ArticleInner) */

.HouseAd {
	margin: 0 0 1.75em;
}
.note.relate + .HouseAd {
	margin: -2.5em 0 1.75em;
}

.HouseAd-company {
	width: 100%;
	margin: 0 0 2em;
}

.HouseAd-company h3 {
	background-color: #36932d;
	color: #FFF !important;
	padding: 15px;
	margin-bottom: 20px;
}
.HouseAd-company svg {
}
.HouseAd-company p {
	margin: 10px 0 0;
	font-size: 14px;
}

.HouseAd-contact {
	width: 100%;
	padding: 1.15em 0.75em 0;
	background-color: #f6f6f6;
	border: 3px solid #e5e5e5;
	text-align: center;
}
.HouseAd-contact h4:before {
    content: "\f1d8";
	font-size: 116%;
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 13px;
}
.HouseAd-contact.rk h4:before {
    content: "\f07a";
    padding-right: 11px;
}
.HouseAd-contact h4 {
	width: 60%;
	color: #000;
	font-size: 100%;
	border-bottom: 0;
	margin: 0 auto 0.75em;
}
.HouseAd-contact p {
	width: 70%;
	margin: 0 auto 1em;
	line-height: 1.6;
	font-size: 14px;
}
.HouseAd-contact .contact-01 {
	width: 70%;
	line-height: 1.6;
	font-size: 14px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.HouseAd-contact .suspended {
	font-size: 90%;
	font-weight: bold;
	line-height: 2;
}
.HouseAd-contact-tel:before {
    content: "\f098";
	color: #2098d1;
	font-size: 96%;
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 8px;
}
.HouseAd-contact .HouseAd-contact-tel {
	font-size: 123%;
	text-indent: -4px;
}
.HouseAd-contact-btn {
	text-align: center;
	margin-bottom: 1.4em;
	border-radius: 3em;
	border-bottom: 5px solid #d0720f;
	background-color: #ff8401;
	text-shadow: 0px -1px 1px #666;
	width: 70%;
	padding-top: 14px;
	padding-right: 46px;
	padding-bottom: 14px;
	padding-left: 46px;
	margin-right: auto;
	margin-left: auto;
}
.HouseAd-contact-btn a {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.1;
	text-decoration: none;
}
.HouseAd-contact-btn a:hover,
.HouseAd-contact-btn a:active,
.HouseAd-contact-btn a:visited {
	color: #fff;
}
.HouseAd-contact-btn span {
	display: block;
}
.HouseAd-contact-btn .btn-note {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
}
.HouseAd-contact-btn .fa {
	margin-right: 0.25em;
}

/* Queries */
@media only screen and (max-width: 1239px) {
	.HouseAd-company p { width: 73%; } }
@media only screen and (max-width: 1029px) {
	.HouseAd-company p { width: 70%; } }
@media only screen and (max-width: 919px) {
	.HouseAd-company { margin-bottom: 1em; }
	.HouseAd-company p { width: 65%; margin-top: 0; }
	.HouseAd-contact p { width: 80%; }
	.HouseAd-contact h4 { width: 80%; } }
@media only screen and (max-width: 767px) {
	.HouseAd-company p { width: 70%; font-size: 96%; } }
@media only screen and (max-width: 640px) {
	.HouseAd-company p { width: 60%; font-size: 86%;  } }
@media only screen and (max-width: 480px) {
	.HouseAd-company p { width: 64%; margin-top: 0; }
	.HouseAd-company svg { width: 123px; height: 50px; margin: 10px 0 0 3px; }
	.HouseAd-contact p { width: 100%; font-size: 96%; }
	.HouseAd-contact h4 { width: 100%; font-size: 96% !important; } }
@media only screen and (max-width: 420px) {
	.HouseAd { margin-bottom: 1em; }
	.HouseAd-company p { width: 58%; }
	.HouseAd-company svg { margin-left: 0px; } }
@media only screen and (max-width: 375px) {
	.HouseAd-company p { width: 62%; font-size: 80%; }
	.HouseAd-company svg { width: 113px; height: 40px; }
	.HouseAd-contact p { font-size: 90%; }
	.HouseAd-contact h4 { font-size: 90% !important; }
	.HouseAd-contact h4:before { padding-right: 10px; }
	.HouseAd-contact.rk h4:before { padding-right: 10px; } }
@media only screen and (max-width: 374px) {
	.HouseAd-company p { width: 60%; }
	.HouseAd-company svg { width: 102px; height: 40px; } }