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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 下線（２重） */
.cocoon-custom-text-1 {
  text-decoration-line: underline;
  text-decoration-style: double;
  --custom-text-10-color: currentColor;
  text-decoration-color: var(--custom-text-10-color);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
/* custum text */
/* black */
.cocoon-custom-text-2{
	border-radius: .2em;
	padding: .1em .4em;
	font-size: .9em;
	font-weight: normal;
	color: white;
	background-color: #333333;
}
/* red */
.cocoon-custom-text-3{
	border-radius: .2em;
	padding: .1em .4em;
	font-size: .9em;
	font-weight: normal;
	color: white;
	background-color: #DC143C;
}
/* 濃いオレンジの太文字 */
.cocoon-custom-text-4 {
    border-radius: .2em;
    padding: .1em .4em;
    font-size: .9em;
    font-weight: bold;
    color: white;
    background-color: #FF6600; /* 濃いオレンジ */
}

/* 濃い紫の太文字 */
.cocoon-custom-text-5{
    border-radius: .2em;
    padding: .1em .4em;
    font-size: .9em;
    font-weight: bold;
    color: white;
    background-color: #800080; /* 濃い紫 */
}

/* 濃い青の太文字 */
.cocoon-custom-text-6 {
    border-radius: .2em;
    padding: .1em .4em;
    font-size: .9em;
    font-weight: bold;
    color: white;
    background-color: #0000FF; /* 濃い青 */
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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