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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/*************************************
 * オリジナル
 * ***********************************/
@media print {
body #container .widget, body #container .header-container {
display: block !important;
}
#container .footer-container {
display: block !important;
	}
}
.page .entry-title{
	display: none;
}
.content-top {
	margin-top:0;
}
body {
	background-color:#ffffff;
}
a {
    text-decoration:none; 
}
a:visited {
    color: #ffffff;
}
a:hover {
    color:#EA5506;
}
.midashi01 {
  position: relative;/*相対位置*/
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
}
.midashi01:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}
.midashi02 {
	margin-bottom:0.7em !important;
	border-bottom: solid 3px #9acd32;
 	position: relative;
	background-color:#ffffff !important;
}
.midashi02:after {
 	position: absolute;
 	content: " ";
 	display: block;
 	border-bottom: solid 3px #006400;
 	bottom: -3px;
 	width: 20%;
}

.midashi03 {
  	position: relative;
	background-color:#ffffff !important;
}

.midashi03:after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 7px;
  	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  	background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

.midashi04 {
	margin-bottom:0.7em !important;
  	position: relative;
  	padding-left: 25px !important;
	padding-bottom:0 !important;
	border:none !important;
}

.midashi04:before {
  	position: absolute;
  	content: '';
  	bottom: -3px;
  	left: 0;
  	width: 0;
  	height: 0 !important;
  	border: none;
  	border-left: solid 15px transparent;
  	border-bottom: solid 15px rgb(119, 195, 223);
}
.midashi04:after {
  	position: absolute;
  	content: '';
  	bottom: -3px;
  	left: 10px;
  	width: 100%;
  	border-bottom: solid 3px rgb(119, 195, 223);
}

.midashi05 {
	border-bottom:none !important;
	position: relative;/*相対位置*/
  	line-height: 1.4;/*行高*/
  	display: inline-block;
	margin-bottom:0.4em !important;
}

.midashi05:before, .midashi05:after { 
  	position: relative;
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
  	font-size: 1.0em;
  	color: #ff6a6a;
}
.midashi05:before {
  	content:"\f053";/*アイコン種類*/
  	padding-right: 0.5em
}
.midashi05:after {
  	content:"\f054";/*アイコン種類*/
  	padding-left: 0.5em
}
.midashi06 {
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
}

.midashi06:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.0em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/
}
.iro04:before {
  color: #ffa500;
}
.aliright {
	text-align:right;
}
.alileft {
	text-align:left !important;
}


/* Contact Form 7 */
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #f58694; /* 背景色 */
	border-radius: 5px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #7fbfff; /* 背景色 */
	border-radius: 5px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8; /* 枠線の色 */
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を見やすくする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: #eff1f5; /* 背景色 */
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%; /* 好みで60〜80%でもOK */
	height: 60px;
	border-color: #008000; /* 枠線の色 */
	background: #008000; /* ボタンの色 */
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 2px;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
/* 投稿のタイトルを非表示にする */
.wp-block-latest-posts__post-title {
  display:none;
}
/* 投稿日時を赤文字にする */
.wp-block-latest-posts__post-date {
  color:#ff0000;
}
/* 画像の上にテキストを重ねる */
.my-image-text-group {
    position: relative;
}
.my-image-text-group .wp-block-image {
    /* 画像に対するスタイルを設定 */
}
.my-image-text-group .wp-block-paragraph {
    /* テキストに対するスタイルを設定 */
    position: absolute;
    top: 20px; /* テキストの位置を調整 */
    left: 0;
    background: #f7f6f4; /* テキストの背景色を設定 */
    padding: 20px; /* テキストの余白を設定 */
}
