@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body{
	font-size: 16px !important;
}
.site-name-text {
    font-weight: bold;
}
.logo-text {
    padding: 20px 0 0px;
}
.header-in {display: none;}
.main {
	padding: 0px 29px 36px;
}
.content {
    margin-top: 0;
	background-color: #fff;
}
.date-tags {display: none;}
.footer-meta {display: none;}

#inputArea{}
.article h1{
	text-align: center;
	font-size: 30px;
}
.article h2{
    font-size: 24px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    border-top: 3px solid #333 !important;
    border-bottom: 3px solid #333 !important;
	margin-top: 1em;
    margin-bottom: 1em;
}
.article h3 {
    border: none;
    margin: 2em 0 0 !important;
    padding: 0;
}
@media screen and (min-width: 481px){
	.spOnly{display: none;}
	.pcOnly{display: block;}
}

input[type=submit] {
    -webkit-appearance: none;
    border: 1px solid #f4b13f;
    background-color: #ec7c2c;
    color: #fff;
    border-radius: 25px;
    font-size: 1.1em;
    margin-top: 2em;
}
input[type=submit]:hover {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    font-size: 1.1em;
    margin-top: 2em;
}

label {
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 4px 10px 0;
    display: inline-block;
    margin: 0 0 10px 0;
}
.footer-bottom-logo .site-name-text {
    display: none;
}

.wpcf7-list-item {margin: 0 1em 0 0;}
input::placeholder{color: #AAA;}

.file-button{ 
	margin: 2px 0px 4px 0;
}

.file-button::file-selector-button {
  // 「ファイルを選択」ボタンのスタイル
  font-weight: bold;
  color: white;
  background: #000;
  font-size: 14px;
  padding: 4px 10px;
  text-align: center;
}

/*調整*/
.mb5px{margin-bottom: 5px;}
.padding0{padding: 0 !important;}
.displayBlock{display: block !important;}
.mbLeft0{margin-left: 0;}
.mt3em{margin-top: 3em !important;}
textarea.height4em{height: 4em;min-height: 4em;}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	main.main, div.sidebar {padding: 0px 16px 32px;}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.spOnly{display: block;}
	.pcOnly{display: none;}
	.wpcf7-list-item {margin: 0px 1em 0 0em;}
	.body, .menu-content {
		background-color: #fff;
		font-size: 0.8em !important;
	}
    .entry-title, .article h2 {
        font-size: 20px;
        padding: 0.6em 0.8em 0;
    }
	.article h3 {
        font-size: 15px;
		margin-bottom: 3px !important;
    }
	input[type=checkbox] {
		display: block;
		align-items: center;
		float: left;
		margin: 4px 5px 0 0;
	}
	input::placeholder{font-size: 11px !important;}
	label {padding: 5px 10px 5px;}
	.article h1 {
    text-align: center;
    font-size: 25px;
    width: 12em;
    /* padding: 0; */
    margin: 0 auto;
	}
}
