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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*clino*/


ul { 
	list-style: none;
	padding-left:0;
} 

ul li{
	list-style: none;
}

body{
	background-color:#fff;
	color:#000;
}

img{
	vertical-align:baseline;
}

.footer {
   margin-top: 0;
   padding:0;
   background-color:transparent;
}

a{
	color:revert;
	 text-decoration: none; 
}

a:visited{
color:revert;
}

.copyright{
	margin-top:10px;
}

.wpcf7 {
	font-size:18px;
}

.wpcf7-not-valid-tip{
	font-size:12px;
}

.wpcf7 form .wpcf7-response-output {
    text-align: left;
	width:auto;
}

.wpcf7 .req{
	font-size:20px;
	color:red;
	font-weight:bold;
}

.wpcf7 .title{
	margin-top:30px;
	text-align:right;
	width:20%;
	float:left;
}

.wpcf7 input,textarea{
	margin-top:30px;
	height:40px;
	width:60%;
	border:solid 1px;
	border-radius: 0;
}

.wpcf7 input{
	height:40px;
}

.wpcf7 textarea{
	height:150px;
}

.wpcf7 input[type="checkbox"]{
	height:auto;
	width:auto;
}

.wpcf7 input[type="submit"]{
	width:100px;
	color:#fff;
	background-color:#0081c6;
	min-width:revert;
}

.wpcf7 .inp{
	padding-left:20px;
	text-align:left;
	float:left;
	width:80%;
}

.clearfix:after {
content:"";
display:block;
clear:both;
}

/*768px以下*/
@media screen and (max-width: 768px){
	
.wpcf7 .title{
	margin-left:10%;
	text-align:left;
	min-width:200px;
	float:none;
}

.wpcf7 .inp{
	padding:0;
	width:100%;
	text-align:center;
}

.wpcf7 input,textarea{
margin-top:0;
border:solid 1px;
width:80%;
	min-width:revert;
}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

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

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

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