@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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



.single-profile .entry-content section {
 margin:0 0 60px 0;
}


.single-profile .entry-content p {
 margin:0 0 10ox 0;
}

.single-profile article h2 {
    margin: 0 0 10px 0;
	padding: 0;
	font-size: 28px;
	background-color:white;
	color: #3a3a3a;
	font-weight:900;	
}

.single-profile article h3 {
    font-size: 20px;
    padding: 0;
    margin: 0 0 10px 0;
    border: none;
    color: #162b50;
    font-weight: 900;
}

p.lead {
    background:#f2f8fa;
	padding:10px;
}

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

	p.lead {
	font-size:13px;
	}
	.entry-content ul {
    	margin:0 0 0 2px;
	}
}



.entry-content ul.ulNor {
	padding: 5px 25px;
    background-color: #efefef;
    margin: 0 0 20px 0;
}
.entry-content ul.ulNor li {
    font-size: 16px;
}

.entry-content strong,.entry-content b {
background-image: linear-gradient(transparent 60%, #e9e7d0 60%);
    padding: 0 .15em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: .12em 2.16px;
    color: #614930;
}




.imgCenter {
    text-align:center;
	color:grey;
	font-size:12px;
}




.boxCompany {
    border-top: 1px solid #DCD8D8;
    border-bottom: 1px solid #DCD8D8;
    padding: 20px 0 10px;
    margin: 50px 0 30px;
}

.boxCompany ul.link {
    margin: 0;
	padding: 0;
}

.boxCompany ul li {
    list-style: disc;
    margin: 0 0 5px 30px;
	font-size:13px;
}

.boxProfile {
    background: #F1F1F1;
    padding: 15px;
	margin: 0;
	text-align:center;
}

.boxProfile h4 {
    font-size: 14px;
    margin: 0 0 10px 0!important;
	padding:0;
	border:none;
}
.boxProfile h4 a {
    text-decoration:none;
}


.boxProfile p {
    font-size: 12px;
}


article.profile {
    margin-bottom: 0 !important;
}

.article-footer {
        display: none;
}








.Qa-Box {
  margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  padding: 15px;
}

.Qa-Box .Qa dt {
  background: #F5F5F5;
  margin: 0 0 10px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd {
  margin: 0 0 30px 0;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699B7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #D65556;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}


table.like {
    width:100%;
}

table.like th {
    width: 100%;
    background: #F3F3F3;
    display: block;
    padding: 5px;
	text-align:left;
}
table.like td {
width: 100%;
    display: block;
    padding: 5px 10px 20px;
    background: #F9F9F9;
    border: none;
}


h2.entry-card-title {
    line-height:100%;
	margin:0 0 5px 0;
	padding: 5px 0 0 0;
	line-height:120%;
}

h2.entry-card-title span {
    font-size:92%;
}

h3.entry-card-title {
    font-size:80%;
	color:grey;
	margin:0 0 10px 0;
	line-height:120%;
}



/* コンテナに中央揃えの設定 */
.socialicon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* アイコン間のスペース */
    padding: 15px;
}

/* アイコンのサイズ調整 */
.socialicon {
    width: 40px;
    height: 40px;
}

.socialicon a {
    width: 40px;
    height: 40px;
}


ol.num{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0 0.5em 0;
}
ol.num li{
  position: relative;
  padding-left: 30px;
  line-height: 180%;
  padding: 0.5em 0.5em 0.7em 36px;
}

ol.num li:last-child {
  padding: 0.5em 0.5em 0 36px;
}

ol.num li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #D0BFA2;
  color: white;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 26px;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

ol.num li h3{
 
}


ol.num li p{
  margin:0;
}






/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

}

@media screen and (max-width: 480px) {
    .no-sp-snippet .entry-card-snippet {
        display: block;
    }
}

body {
	background: #fff;
}

.header {
	display: none;
}

.post-type-archive-profile #archive-title {
    display: none;
}

.post-type-archive-profile .post-date {
	display: none;
}

.toc {
   width: 100%;
	padding: 15px 40px;
   color: #a1a1a1;
}
.toc a {
   color: #1967d2;
}

.toc-list li{
	list-style-type: decimal;
}

.toc-list li ol li{
list-style-type:    lower-alpha;
}


.article h2,.article h3,.article h4,.article h5,.article h6 {

}


h1.archive-title .fa, .far, .fas {
    display: none;
}



.sidebar,
.popular-entry-card-title{
font-size: 0.8em;
}

.sidebar {
    padding: 0;
}

.sidebar h2, .sidebar h3 {
    margin: 0 0 10px 0;
}

.post-date::before {
	content: "投稿日:";
	color:gray;
}
.post-update::before {
	content: "更新日:";
	color:gray;
}
.author-name::before {
	content: "著者:";
	color:gray;
}



.go-to-top {
    display: none !important;
}


.post-date .fa,.post-update .fa {
display:none;
}


.video-container {
	max-width: none;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #D2D2D2;
}


/* single-profile */
.single-profile .sidebar {
	display: none;
}
.single-profile .content{
	margin: 0px;
	background-image: linear-gradient(90deg, rgb(255 255 254), rgb(185 192 184) 50%, rgb(245 247 247));
}
.single-profile #content-in {
    width: 800px;
	background-color: white;
}

.single-profile .entry-content {
    margin: 0;
	padding: 15px;
}


/*834px以下*/
@media screen and (max-width: 834px){
	.single-profile .sidebar {
		display: none;
	}
	
	.single-profile #content-in {
		width: 100%;
		background-color: white;
	}
	
	.single-profile article h2 {
		font-size: 20px;
		padding: 0;
		background-color: none;
	}
	.single-profile article h3 {
    	font-size: 18px;
		margin:0 0 5px 0;
	}
	
	
}







ul.works {
    border: thin solid #fff;
    padding: 10px;
    margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

ul.works li {
    margin: 0 0 10px 20px;
}
ul.works li p {
    margin: 0;
}


ul.works h3 {
    border:none;
	font-size: 16px;
    padding: 0;
	margin:0 0 0 0;
	color: #93772a;
}




/*slider*/
.image-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 420px;
}
.slider-image {
	width: 100vw;
	height: auto;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	flex-shrink: 0;
	position: absolute;
	left: 0;
}
.slider-image.visible {
	opacity: 1;
}
					
@media screen and (max-width:834px) {
	.image-slider {
		height: 200px;
	}						
}








.toggle-container {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* チェックボックスを完全に非表示 */
input[type="checkbox"] {
    display: none;
}

/* ラベルのスタイル（toggle-labelクラス使用） */
.toggle-label {
    display: block;
    cursor: pointer;
    background-color: #3da4c2;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    user-select: none;
}

/* ラベルのホバー効果 */
.toggle-label:hover {
    background-color: #5998c8;
}

/* 隠し要素に対応するスタイル */
.toggle-content {
    display: none; /* 初期状態で非表示 */
    overflow: hidden; /* スクロールバーを防止 */
    padding: 10px;
    border-top: none;
}

/* チェックボックスがチェックされたときのスタイル */
input[type="checkbox"]:checked ~ .toggle-content {
    display: block; /* チェックされたら表示 */
}









/*slider上の名前*/
.profile-top {
	position: relative;
}
.profile-top .eye-catch {
	width: 100%;
	margin: 0;
}
.profile-top .eye-catch-image {
	width: 100%;
}
.profile-top .profile-top-text {
    position: absolute;
    bottom: 0;
    padding: 8px 8px 5px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
	font-weight: 700;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
.profile-top h1.entry-title {
    margin: 0;
	font-size:24px;
}

.profile-top h1.entry-title span {
    margin: 0;
	font-size:80%;
}

.profile-top .name {
    margin: 0;
	font-size:13px;
}

.profile-top .company {
    margin: 0;
	font-size:13px;
}



@media screen and (max-width:768px) {
	.profile-top h1.entry-title {
		padding: 0;
		font-size:18px;
	}
}