@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#main {
	max-width: 1000px;
    margin: 0 auto;
}

#content-top {
	margin-top: 0 !important;
}

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title,
.post-3 .entry-title,
.post-19 .entry-title,
.post-21 .entry-title,
.post-23 .entry-title,
.post-25 .entry-title,
.post-27 .entry-title,
.post-29 .entry-title, 
.post-31 .entry-title,
.post-33 .entry-title,
.post-35 .entry-title, 
.post-37 .entry-title, 
.post-39 .entry-title {
  display: none;
}

.post-2 .date-tags,
.post-3 .date-tags,
.post-19 .date-tags,
.post-21 .date-tags,
.post-23 .date-tags,
.post-25 .date-tags,
.post-27 .date-tags,
.post-29 .date-tags,
.post-31 .date-tags, 
.post-33 .date-tags,
.post-35 .date-tags,
.post-37 .date-tags,
.post-39 .date-tags {
display: none;
}

.article h2 {
  position: relative;
  color: #FFF;
  padding: .8em;
  background: linear-gradient(rgba(50,50,50,.9) 0%, rgba(50,50,50,.85)  50%, rgba(50,50,50,1)  50%) ;
}

###header-container {
	height: 100px;
}

###header-container-in {
	padding-top: 20px;
}

#breadcrumb {
	display: none;
}

ol.list_creative,
ol.list_salesPromotion,
ol.list_craftsmanship {
    padding:0px 1rem;
    list-style-type: none;
    counter-reset:number;
}
ol.list_creative li,
ol.list_salesPromotion li,
ol.list_craftsmanship li {
    color:#FFFFFF;
    margin:3px 0px;
    padding:5px 10px;
}

ol.list_creative li {
    background:#e95613;
}

ol.list_salesPromotion li {
    background:#dc3b9a;
}

ol.list_craftsmanship li {
	background:#e50112;
}

ol.list_creative li:before,
ol.list_salesPromotion li:before,
ol.list_craftsmanship li:before{
    color:#FFFFFF;
    content : "0" counter(number) " |";
    counter-increment: number;
    margin-right:10px;
	font-size: 22px;
	font-weight: bold;
}

ol.top_ol_list {
	padding-left: 0;
}

/*ビジョン・事業領域ページ*/
.micAndLogo{
    position: relative;
}

.childLogo{
    position: absolute;
    top: 43%;
    left: 53%;
	border: solid 1px #777777; /* 色：グレー */
	opacity: 0.8;
}

/*投稿一覧ページ　PV数非表示*/
.admin-pv {
	display: none;
}

/*問い合わせフォーム*/
#contactForm_501 th {
	width: 20% !important;
}

#contactForm_501 p {
	margin-bottom: 0px !important;
}

#contactForm_501 span.test {
	display: inline-block;
    width: 100%;	
}

input.wpcf7-submit {
	width: 20%;


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

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

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