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

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




/* CF7チェックボックスとラジオボタンを縦並びに */
span.wpcf7-list-item {
margin-top:5px;
display: block;
}

.btn01{
  font-size:22px;
  font-size:2.2rem;
/* ボタン */
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  text-align: center;
  color: #3130c1;
  background: #ffcc00;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #a58400;/*線色*/
}
.btn01:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.txtbtn {
    background: -moz-linear-gradient(top,#eee 0%,#aaa);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
    border: 1px solid #aaa;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow:1px 3px 7px 0px #666 ;
    color: #555;
    font-size: 18px;
    width:200px;
    line-height: 40px;
    font-weight: bold;
    font-family: メイリオ, Meiryo, Meiryo UI, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-shadow: 1px 1px 2px #FFF,
      -1px 1px 2px #FFF,
      1px -1px 2px #FFF,
      -1px -1px 2px #FFF,
      3px 3px 1px #666;
    padding: 5px 15px;
}

.tagmark {
  color: #ffffff ;
  background: #2b65e0;
  font-size: 5pt ;
  line-height: 6pt;
  margin:1px 1px 1px 1px;
  padding: 1px 1px 1px 1px;
}

/* 追従ボタンスタイル↓ ---------- */
.floating {
	width:800px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-right: -50%;
	animation: floating 2s infinite;
	transform: translate(-50%, 0%);
	transition: .4s;
	opacity: 1;
	visibility: visible;
}

.floating.unactive {
	opacity: 0;
	visibility: hidden;
}

@keyframes floating {
	0% {
		transform: translate(-50%, 2px);
	}
	5% {
		transform: translate(-50%, -2px);
	}
	10% {
		transform: translate(-50%, 2px);
	}
	15% {
		transform: translate(-50%, -2px);
	}
	20% {
		transform: translate(-50%, 2px);
	}
	25% {
		transform: translate(-50%, -2px);
	}
	30% {
		transform: translate(-50%, 0px);
	}
}
/* 追従ボタンスタイル↑ ---------- */

/* ReCaptchaマーク非表示 ---------- */
.grecaptcha-badge {
  visibility: hidden;
}


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

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

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