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

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

/*****エントリーフォーム******/
.cent{
	text-align:center;
}
.entry_form_main{
	width:100%;
  margin: 0 auto;
	background-color:#eaeea2;
	padding:0 30px;
}
.entry_form_1 {
  position: relative;
  width: 100%;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 20px 0 0;
}
.entry_form_2 {
  position: relative;
  width: 100%;
  margin: 40px 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 20px;
}
.entry_form_1 input[type=text] {
  font: 20px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding:10px;
  transition: 0.3s;
  border: 2px solid #1b2538;
  border-radius: 4px;
  outline: none;
}
.entry_form_1 input[type=mail] {
  font: 20px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding:10px;
  transition: 0.3s;
  border: 2px solid #1b2538;
  border-radius: 4px;
  outline: none;
}
.entry_form_1 input[type=tel] {
  font: 20px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding:10px;
  transition: 0.3s;
  border: 2px solid #1b2538;
  border-radius: 4px;
  outline: none;
}
.entry_form_2 input[type=number] {
  font: 20px sans-serif;
  box-sizing: border-box;
  width: 80%;
  padding:10px;
  transition: 0.3s;
  border: 2px solid #1b2538;
  border-radius: 4px;
  outline: none;
}
select{
  font: 20px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding:10px;
  transition: 0.3s;
  border: 2px solid #1b2538;
  border-radius: 4px;
  outline: none;
  color:#909090;
}
.sai{
	font: 20px sans-serif;
	padding:10px;	
}
input[type="checkbox"]{
  position: relative;
  width: 35px;
  height: 35px;
  border: 2px solid #1b2538;
  border-radius: 4px;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"]:checked:before{
  position: absolute;
  top: 3px;
  left: -10px;
  width: 25px;
  height: 0px;
  border-right: 25px solid #000;
  border-bottom: 25px solid #000;
  content: '';
}
.entry_form_button {
  display       : inline-block;
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #909090;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #000000;    /* 枠の指定 */
}
.entry_form_button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #909090;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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