<br />
<b>Warning</b>:  Use of undefined constant JZZF_VERSION - assumed 'JZZF_VERSION' (this will throw an Error in a future version of PHP) in <b>/home/zuborasyuhu/zuborasyuhu.com/public_html/wp/wp-content/plugins/jazzy-forms/jazzy-forms.php</b> on line <b>30</b><br />
<br />
<b>Warning</b>:  Use of undefined constant JZZF_VERSION_STRING - assumed 'JZZF_VERSION_STRING' (this will throw an Error in a future version of PHP) in <b>/home/zuborasyuhu/zuborasyuhu.com/public_html/wp/wp-content/plugins/jazzy-forms/jazzy-forms.php</b> on line <b>31</b><br />
<br />
<b>Warning</b>:  Use of undefined constant JZZF_OPTION_VERSION - assumed 'JZZF_OPTION_VERSION' (this will throw an Error in a future version of PHP) in <b>/home/zuborasyuhu/zuborasyuhu.com/public_html/wp/wp-content/plugins/jazzy-forms/jazzy-forms.php</b> on line <b>32</b><br />
<br />
<b>Warning</b>:  Use of undefined constant JZZF_ROOT - assumed 'JZZF_ROOT' (this will throw an Error in a future version of PHP) in <b>/home/zuborasyuhu/zuborasyuhu.com/public_html/wp/wp-content/plugins/jazzy-forms/jazzy-forms.php</b> on line <b>34</b><br />
<br />
<b>Warning</b>:  Use of undefined constant JZZF_GENERATED - assumed 'JZZF_GENERATED' (this will throw an Error in a future version of PHP) in <b>/home/zuborasyuhu/zuborasyuhu.com/public_html/wp/wp-content/plugins/jazzy-forms/jazzy-forms.php</b> on line <b>35</b><br />
<br />
<b>Warning</b>:  Use of undefined constant JZZF_CORE - assumed 'JZZF_CORE' (this will throw an Error in a future version of PHP) in <b>/home/zuborasyuhu/zuborasyuhu.com/public_html/wp/wp-content/plugins/jazzy-forms/jazzy-forms.php</b> on line <b>36</b><br />
<br />
<b>Warning</b>:  Use of undefined constant JZZF_BACK - assumed 'JZZF_BACK' (this will throw an Error in a future version of PHP) in <b>/home/zuborasyuhu/zuborasyuhu.com/public_html/wp/wp-content/plugins/jazzy-forms/jazzy-forms.php</b> on line <b>37</b><br />
<br />
<b>Warning</b>:  Use of undefined constant JZZF_FRONT - assumed 'JZZF_FRONT' (this will throw an Error in a future version of PHP) in <b>/home/zuborasyuhu/zuborasyuhu.com/public_html/wp/wp-content/plugins/jazzy-forms/jazzy-forms.php</b> on line <b>38</b><br />
/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/



amp-img img{
  width: 700px;
  height: auto;
}

/*
	Jetpack から移行された CSS
*/

/* ◆にチェックのリスト */
ul.list-check-square li{
  list-style-type:none;
}
 
ul.list-check-square li:before{
  content: "\f14a";
  font-family: FontAwesome;
  padding-right:0.3em;
	color: #F593AF;
}


/* １２３数字リスト */
.commets-list li:before{
    display: none !important;
}


ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #FDF1EF;
}
ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #F593AF;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}

/* 大フォルダ */
.bfile:before{
  font-family: FontAwesome;
  content: '\f07b';
	display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1.2em;/*文字の1.2倍の横幅に*/
  text-align: center;/*その中で中央寄せ*/
}

/* 小フォルダ */
.sfile:before {
  font-family: FontAwesome;
  content: '\f114';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1.2em;/*文字の1.2倍の横幅に*/
  text-align: center;/*その中で中央寄せ*/
}

/* 指マーク */
.yubi:before {
  font-family: FontAwesome;
  content: '\f0a4';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1.2em;/*文字の1.2倍の横幅に*/
  text-align: center;/*その中で中央寄せ*/
  }


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.ta1{
	width: 90%;
}

.ta1, .ta1 th, .ta1 td {
	text-align:center;
	border: 1px solid #fff8ff;
	background-color :#c1e4e9;
	color:#333;
	padding: 8px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto
}

.square_btn:after {
  content: "\f054";
	position: absolute;
	top: 50%;
  right: 10px;
	margin-top: -10px;
  font-family: FontAwesome;
}

.cho_btn:after {
  content: "\f054";
	position: absolute;
	top: 50%;
  right: 10px;
	margin-top: -10px;
  font-family: FontAwesome;
}

.setu_btn:after {
  content: "\f054";
	position: absolute;
	top: 50%;
  right: 10px;
	margin-top: -10px;
  font-family: FontAwesome;
}

.fa-2x {
	font-size: 3em;
}

