@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
a{
text-decoration: none;
}
.front-top-page #main .entry-title{
  display: none;
}
.page .date-tags {
display: none;
}

.site-name::before {
    content: '日本ストックイラストレーター組合';
    font-size: 24px;
    margin-bottom: 10px;
    color: #EE6666;
}
.new-entry-card-date.widget-entry-card-date.display-none {
display: block;
}

.img_wrap{
	position:relative;
	top:0;
}
.img_wrap:hover{
	top:5px;
	transition:0.3s;
}

.list-btn {
margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #e94919
}

.list-btn:hover {
  opacity: .7;
	color: #ffffff;
}
	

.acf-label {font-size: 18px;
	background-color: #FFCC99;
padding-left: 18px;
}
 .postbox-header {
background-color: #dedede;

}

/* 見出しリセット */
/* 見出し1 */
.article h1{
background:none;
padding: 0;
}

/* 見出し2 */
.article h2{
background:none;
padding: 0;
}

/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* 見出し4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}
/* 見出しデザイン */

.article h1{
	  position: relative;
  padding: 1rem 1.5rem;
  border: 3px solid #FFCF00;
}
.article h1:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border: 1px dotted #FFCF00;
}
.article h2 h2:not([class^="vp-portfolio__item-meta-title"]){
	background: #FFCF00;
	border-left: solid 10px #000;
	padding: 0.75rem 1.5rem;
color:#000;

}

.article h3{font-size: 25px;
	border-top: double 4px #FFCF00;
	border-bottom: double 4px #FFCF00;
	padding: 0.5rem 0;
}
.article h4{font-size: 25px;
	border-bottom: dashed 2px #FFCF00;
	padding: 10px 0;

}

.article h5{
border-bottom: 3px solid #000;

}

.meibo h1{
	  position: relative;
  padding: 1rem 1.5rem;
  border: 3px solid #FFCF00;
}
.article h1:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border: 1px dotted #FFCF00;
}


/*--------------------------------------
コンバージョンアップボタン 吹き出し赤色（中央寄せ）
--------------------------------------*/
.button2,
a.button2,
button.button2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.button2-c-wrap {
  margin: 30px 0;
  text-align: center;
}
a.button2-c {
  font-size: 1.15rem;
  width: 100%;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}
a.button2-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button2-c span:before,
a.button2-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button2-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.button2-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.button2-c i {
  margin-right: 0.75rem;
}

a.button2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}



/* 活動拠点カテゴリー */
.tagst01 a[href*="/base"] {
    border-radius: 3px;
    justify-content: space-around;
   align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #FFF;
   font-weight: 600;
    background: rgb(255 69 0);
   font-weight: 600;
    background: rgb(255 69 0);	
    background: linear-gradient(270deg, rgba(255 69 0) 0%, rgba(255 69 0) 100%);
}


/* 活動拠点カテゴリー */
.tagst02 a[href*="/clientwork"] {
    border-radius: 3px;
    justify-content: space-around;
   align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #FFF;
   font-weight: 600;
}
 
/* 「クライアントワーク」の背景色 */
.tagst02 a[href*="/ok"] {
    background: rgb(70 130 180);
   font-weight: 600;
    background: rgb(70 130 180);	
    background: linear-gradient(270deg, rgba(70 130 180) 0%, rgba(70 130 180) 100%);
}
 
/* 「クライアントワークNG」の背景色 */
.tagst02 a[href*="/ng"] {
     background: rgb(220 20 60);
   font-weight: 600;
    background: rgb(220 20 60);	
    background: linear-gradient(270deg, rgba(220 20 60) 0%, rgba(220 20 60) 100%);
}

/* 「クライアントワーク要相談」の背景色 */
.tagst02 a[href*="/negotiable"] {
     background: rgb(0 128 128);
   font-weight: 600;
    background: rgb(0 128 128);	
    background: linear-gradient(270deg, rgba(0 128 128) 0%, rgba(0 128 128) 100%);
}


/*--------------------
  カテゴリーウィジェット
--------------------*/
.widget_categories ul li a {
    display:block;
    border-bottom:1px dotted #f69;
    padding:5px 10px;
}


/*マウスホバー(乗った時)*/
.widget_categories ul li a:hover {
    background:#FF4500;
    color:#fff;
    transition:0.5s;
}

/*記事数の表示位置*/
.widget_categories ul li a .count {
    display:block;
    float:right;
    padding:0 8px;
    background:#f69;
    color:#fff;
    width:50px;
    text-align:center;
    font-size:14px;
    border-radius:5px;
}

/*カテゴリーウィジェット2列表示*/
.widget_categories ul{
  display: flex;
  flex-wrap: wrap;
}
.widget_categories ul li{
  width: 50%;
} 
/*カテゴリーウィジェット一部非表示*/
.cat-item.cat-item-126 {
  display: none;
}

/*--------------------
  クライアントワークウィジェット
--------------------*/
.textwidget  { transform: translate(-40px);}
 .istc { 
 list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.istc li{
  width: 50%;
} 
.istc a {
    display:block;
    border-bottom:1px dotted #f69;
    padding:5px 10px;
color:#000;

}
/*マウスホバー(乗った時)*/
.istc a:hover {
    background:#FF4500;
    color:#fff;
    transition:0.5s;
}

/*ウィジェットタイトル*/
.sidebar h3 {
  background: #FFCC00;
  box-shadow: 0px 0px 0px 2px #FF9900;
  border: dashed 1px #FFCC66;
  padding: 0.2em 0.5em;
  color: #454545;

}

/* 上にタイトルをつけた囲み枠 */
.box8 {
  margin: 1em auto;
  background: #fff3e8; /* 背景色 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22); /* 影の色 */
  width: 95%;
}

.box8-title {
  font-size: 1.1em;
  background: #FFCC00; /* タイトル背景色 */
  padding: 2px;
  text-align: center;
  color: #000; /* タイトル文字色 */
  font-weight: bold;
  letter-spacing: 0.05em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.22); /* タイトル影の色 */
}

.box8 p {
  margin: 0;
  padding: 1em;
}
}
.box-notes02 {
    margin: 10px 10px 10px 10px;
    border: 3px double #ddd;
    padding: 2px;
}


/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}
h6 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  background: #e0f3ff;
  z-index: -4;
  border-radius: 0 10px 10px;
}

h6:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

/* 見出し2 */
.article h2{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
background: transparent;/*背景色を消す*/
padding: 0;
}
.article h2 {
	border-bottom: 1px solid #FCB900;
	padding: 0.2em 0.5em;
	border-left: solid 5px #FCB900;
	}

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

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

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