@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
*/

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

/*パソコン版のみ表示*/
.pc_only {
    display: block;
}
.sp_only {
    display: none!important;
}
/*見出し変更*/
.article h2 {
    padding: 16px 0px;
}
.article h3 {
    border: none;
    background: none;
    margin: 3em 0 2em 0;
    padding: 12px 0px;
    position: relative;
}
.article h4 {
    border-bottom: dashed 1px var(--LtGray_T50);
    margin: 2em 0;
	padding: 12px 0px;
}
.article h4::before {
    display: none;
}
/*リストの左側余白なくした*/
.article ol.has-list-style {
    padding-left: 0px;
}
/*リストの左側余白小さくした*/
ol, ul {
    padding-left: 30px;
}
.article ul li, .article ol li {
    margin: 0.2em 0;
}
/*リストの丸数字*/
.is-style-numeric-list-enclosed > li:before {
    color: #47585c !important;
    border: 1px solid #000;
}
[class*=is-style-numeric-list-] > li::before {
    counter-increment: list;
    content: counter(list);
    font-size: 14px;
    font-family: "arial narrow", sans-serif !important;
    font-weight: normal !important;
    width: 1em;
    height: 1em;
    left: 0;
    position: absolute;
    top: 3px;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    background: none !important;
}
/*テーブルの背景を白に統一*/
table tr:nth-of-type(2n+1) {
    background-color: #fff;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
.article h3 {
    padding: 12px 4px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
/*パソコン版のみ表示*/
.pc_only {
    display: none!important;
}
.sp_only {
    display: block!important;
}
/*スマホ版　文字大きくした*/
.body, .menu-content {
    font-size: 18px;
}
.article h4 {
    padding: 12px 0px!important;
}
/*リストの左側余白小さくした*/
.article ul li, .article ol li {
    margin: 0.2em 0;
}
}

/*=================================================
 * ContactForm7カスタマイズ
 * ================================================= */
.form-width {
	width: 100%;
}
.red {
	color:#ff0000;
}
.toi1 {
	color: #F00;
}
.wpcf7-submit {
	display: block;
	width: 500px;
	margin: 30px auto;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	line-height: 50px;
	border-radius: 5px;
	background: #38afdc url("http://drone-ibaraki.biz/wp/wp-content/uploads/2024/02/yajirushi2.png") no-repeat 95% center;
	background-size: auto auto;
	background-size: 7px 11px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
.form-width2 {
	width: 200px;
}
.form-width4 {
	height: 80px !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
}
input[type=submit] {
    line-height: 10px;
}
@media screen and (max-width:480px) {
.wpcf7-submit {
	display: block;
	width: 100%;
	margin: 30px auto;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	line-height: 50px;
	border-radius: 5px;
	background: #38afdc url("http://drone-ibaraki.biz/wp/wp-content/uploads/2024/02/yajirushi2.png") no-repeat 95% center;
	background-size: auto auto;
	background-size: 7px 11px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
}
@media screen and (min-width: 320px) {
.wpcf7-form p {
	margin-bottom: 0px;
}
}
/*=================================================
 * テーブルレスポンシブ
 * ================================================= */
section table {
	width: 100%;
	margin: 0 0 2em;
}
section th, section td {
	padding: 10px;
	border: 1px solid #818181;
}
section th {
	background: #f4f4f4;
	font-weight: normal;
}
.demo01 th {
	width: 30%;
	text-align: left;
	padding: 0 0 0 1em;
}
.demo01 th a {
	border-bottom: none;
}
@media screen and (max-width:480px) {
.demo01 {
	margin: 0 0 2em;
}
.demo01 th {
	padding: 1em;
}
.demo01 th, .demo01 td {
	width: 100%;
	display: block;
	border-top: none;
}
.demo01 tr:nth-child(1) {
	border-top: 1px solid #dcdcdc;
}
}