@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body{
  background-color: #fff;
}
#header{
  background-color: #34495e;
}
.content{
  margin-top: 0;
}
#content{
  min-height: 600px;
}

/********************************** 
 ** ヘッダー
 ***********************************/
header .header-search{
  display: none;
}
.header-custom-elements{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:center;
  padding: 29px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-custom-elements > div{
  margin-top: 15px;
  margin-bottom: 15px;
}

/*検索ウィンドウのスタイル*/
.header-search{
  margin:0;
  max-width:300px;
}
.header-search aside{
  margin: 0!important;
}
.header-search form{
  margin: 0;
}

/*「ハガキDM印刷発送アプリ」のスタイル*/
.app-logo{
  color: #fff;
  display: flex;
  justify-content:left;
}
.app-logo a{
  color : inherit;
  text-decoration : none;
}
.app-logo div{
  display: inline-block;
  height: 60px;
  vertical-align:middle;
}
.app-logo-image {
  width: 60px;
  padding: 7px;
}
.app-logo-text a{
  white-space: nowrap;
}
.app-logo-text .app-name{
  font-size: 35px;
  font-weight: bold;
  padding-right: 0.5em;
  border-right: 1px solid rgb(201, 201, 201);
  
}
.app-logo-text .app-help{
  padding-left: 0.5em;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

/********************************** 
 ** 記事ページのスタイル
 ***********************************/
.article-header .entry-title{
  padding-bottom: 0.7em;
  font-size: 2.5em;
}
.post-view-article{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.post-view-article .article-main{
  width: 70%;
}
.post-view-article footer{
  width: 100%;
}
nav{
  font-size: smaller;
  width: 30%;
  padding-right: 25px;
}
nav a{
  color : inherit;
  text-decoration : none;
  text-align: center;
}
nav ul{
  list-style:  none;
  padding-left: 0em;
}
nav li{
  margin-top: 0.2em; 
  padding-left: 0.6em;
  border-left: 6px solid rgba(255, 255, 255, 0);
  color: gray;
}
nav .title{
  font-size:1.5em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;  
}
nav .related-list{
  margin-bottom: 1em;
}
nav .view-post{
  border-left: 6px solid rgb(41, 107, 182);
  color: rgb(41, 107, 182);
}
nav .cat-name{
  font-weight: bold;
  border-bottom: 1px solid rgb(203, 203, 203);
  padding-bottom: 8px;
  margin-bottom: 10px;
}

/********************************** 
 ** トップページのスタイル
 ***********************************/
.category-boxs{
  display: flex;
  flex-wrap:wrap;
  justify-content: start;
  justify-items: stretch;
}
.category-box{
  border: 1px solid rgb(219, 219, 219);
  min-width: 200px;
  width: 20%;
  height: 180px;
  margin: 2%;
  background-color: #fff;
}
.category-box:hover{
  border: 1px solid #dd6041;;
}
.category-box a{
  color : inherit;
  text-decoration : none;
  text-align: center;
  height: 100%;
  width: 100%;
  display: block;
  padding: 1em;
}
.category-box .cat-img{
  height: 35%;
}
.category-box .cat-name{
  font-weight: bold;
  color: #4c4c4c;
  height: 45%;
}
.category-box .cat-btn{
  height: 20%;
}
.category-box .cat-btn span{
  padding: 0.3em;
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 0.2em;
  background-color: #dd6041;
  font-size:0.7em;
  color: #fff;
  font-weight: bold;
}


.top-page-icons{
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.top-page-icon{
  width: 230px;
  text-align: center;
  /*background-color: rgb(32, 32, 32);*/
  border: 2px solid rgb(32, 32, 32);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 0.2em;
  margin: 1.3em;
}
.top-page-icon:hover{
  background-color: rgb(32, 32, 32);
  color: #fff;
}

.top-page-icon a{
  color : inherit;
  text-decoration : none;
  text-align: center;
  font-weight: bold;
}

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

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

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

/********************************** 
 ** フッターのスタイル
 ***********************************/
#footer{
  background-color: rgb(238, 238, 238);
}
.footer-top{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-top>div{
  padding: 1em;
}

.footer-logo{
  padding: 1em;
  width: 40%;
  min-width: 300px;
}
.footer-logo-elem{
  display: flex;
  justify-self: start;
  align-items: center;
}
.footer-logo-elem-img{
  width: 25px;
  height: 25px;
}
.footer-logo-elem-text{
  font-weight: bold;
  padding-left: 0.2em;
  color: #545454;
  letter-spacing: -0.07em
}
.footer-pick-up{
  width:30%;
  min-width: 300px;
}
.footer-pick-up>div{
  margin: 1.5em;
  margin-top: 0;
}
.footer-pick-up a{
  color : inherit;
  text-decoration : none;
  color: #545454;
  font-weight: 400;
  letter-spacing: 0.1em
}

.footer-inquiry-info{
  width:30%;
  min-width: 300px;
}
.footer-inquiry-info>div{
  width: 240px;
  text-align: center;
  margin: 1.2em;
  margin-top: 0;
}

.footer-inquiry-info .questions{
  display:none;
}

.footer-inquiry-info>div>a{
  color : inherit;
  text-decoration : none;
  display: block;
  border-radius: 2em;
  background-color: #2a2a2a;
  font-size: smaller;
  font-weight: 600;
  color: #fff;
  padding: 1em;
}

.footer-inquiry-info .tel{
  padding-top: 0.5em;
}
.footer-inquiry-info .tel .tel-num{
  font-size: 1.2em;
  font-weight: 600;
}
.footer-inquiry-info .tel .tel-supplement{
  font-size: 0.8em;
}

.footer-bottom .footer-credit{
  font-size: 0.6em;
}

/********************************** 
 ** カテゴリページのスタイル
 ***********************************/
.post-lists{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.post-list{
  padding: 1em;
  width: 50%;
}
.post-list .cat-name{
  font-size: 1.2em;
  padding-bottom: 0.7em;
  font-weight: 600;
}

.post-list a{
  text-decoration : none;
}
.post-list ul{
  list-style:  none;
  padding-left: 0em;
}
.post-list li{
  margin-top: 0.4em;
  font-size: 0.9em;
  letter-spacing: 0.1em
}
/********************************** 
 ** 検索結果ページのスタイル
 ***********************************/
.entry-card-wrap{
  margin-bottom:10px;
}
.ect-entry-card figure{
  width:17%
}
.ect-entry-card figure span{
  width:100%
}
 .ect-entry-card article img{
  display: none;
}
.entry-card-content{
  margin-left: 40%;
  margin-left: 195px;
  padding: 0;
}
.entry-card-content .admin-pv{
  display: none;
}
.entry-card-content .entry-card-meta{
  display: none;
}
