@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 見出しリセット */
/* H2 */
.article h2{
background:none;
padding: 0;
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #000080;/*下線*/
}

/* H3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
　color: #fff;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #000080;/*上線*/
  border-bottom: solid 3px #000080;/*下線*/
}

/* H4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
　border-bottom: solid 3px black;
}

/* H5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* H6 */
.article h6{
border-bottom:none;
padding: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
    content: "";
}
 
blockquote, q {/*引用符の表示が出ないようにしています*/
    quotes: "" "";
}

blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #f2f9ff;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #d2e6ff;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: center;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    color: #d2e6ff;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*ヘッダーの文字と背景の色を変える*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #1C80C8;
	color: #FFFFFF;
}

.logo-menu-button.menu-button{
	background-color: #1C80C8;
}

/*ヘッダー背景透明化*/
.header-container {
background-color: transparent;
}

/*1023px以下でロゴを消す*/
@media screen and (max-width: 1023px){
	img.site-logo-image{
		visibility: hidden;
	}
}

/*1023px以下でモバイル用のロゴ表示*/
@media screen and (max-width: 1023px){
	.logo-menu-button.menu-button{
		background-image: url(https://www.storestaff-tenshoku.com/wp-content/uploads/2021/09/ショップテン！.png);
		background-size: auto 40px;
		background-position: center;
		background-repeat: no-repeat;
}
}

.header-in .tagline {
  text-align:left;
}

.header-in .logo {
  text-align: left;
}

dl.faq dt:before,
dl.faq dd:before{
  font-size: 2em;
  margin-right: .5em;
}
dl.faq dt:before{
  content:"Q";
  color: #c80021;
}
dl.faq dd:before{
  content:"A";
  color: #0085C8;
}
dl.faq dd{
  border-bottom: 1px dotted #999;
  margin-left: 0;
}

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

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

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