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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.fc_Red{color:#c30;}

.form01 .information-box {
    background: #ffefe1;
    border: 1px solid #f9bfa0;}
.form01 .information-box::before {
    color: #ea5506;
    border-right: 1px solid #f9bfa0;}

.form01 dt{font-weight:bold;border-top:1px dashed #ccc;padding-top:1em;}
.form01 dt span {
	display:inline-block;
	width: 3em;
	text-align: center;
	border-radius: 4px;
	margin: 0 0.4em 0.4em 0;
	background:#ddd;}
.form01 dt span.must{background: #d30;color: #fff;}

.form01 dd{margin:0 0 1em 0 !important;}
.form01 dd input{margin-bottom:0.6em;}

.form01 input[type='submit'] {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    background-color: #3a9e2e;
    color: #fff;
    font-weight: bold;
    padding: 1.6em 0;
    font-size: 100%;
	border-radius: 4px;}


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

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

/*480px以下*/
@media screen and (max-width: 480px){
	.form01 .information-box::before {
		border: none;}
}
