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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#head-tel{
  position: absolute;
  right: 10px;
  top: 0px;
  width: 288px;
  height: 80px;
  background-image: url('images/head-tel.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}
#head-tel-smt{
  display: none;
  font-size: 0.8rem;
  background-color: black;
  color: aliceblue;
  line-height: 1.2;
  text-align: center;
}
#head-tel-smt .telnum{
  font-size: 1rem;
  font-weight: 700;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1024px){
  /*必要ならばここにコードを書く*/
#head-tel{
  display: none;
}
#head-tel-smt{
  display: block;
}
#head-tel-smt .mdnone{
  display: none;
}
}

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

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  #head-tel{
    display: none;
  }
  #head-tel-smt .mdnone{
    display: block;
  }
}

/*
  .fixed-header .site-logo-image{
	  max-width: 200px;
  }
*/
.appeal-content{
	max-width: 800px;
}

.article.info,
.entry-card.info{
	color: unset;
  background-color: unset;
  border-color: unset;
  padding: 0;
  border-radius: 0px;
  margin-bottom: 0px;
}
.mgb025{
  margin-bottom: 0.25em;
}
.required::after,.required-b::after{
  content: "必須";
  font-size: 0.8em;
  padding: 0 0.5em;
  margin-left: 0.5em;
  background-color: rgb(243, 93, 93);
  color: white;
  border-radius: 2px;
  display: inline-block;
}

td.nowrap,th.nowrap{
  white-space: nowrap;
}