/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2023 | 01:59:37 */
.filesizetext{
	font-size:12px;
}
.wpcf7-submit {
    padding: 10px 60px;
    border: none;
	margin-top:20px;
}
.wpcf7-spinner{
	display:block!important;
	margin:10px auto!important;
}
.b-top {
    display: none;
}
.sent .b-top {
    display: block;
	text-align: center;
    margin-top: 3rem;
}
.sent .up-form,.sent .up-form-btn{
display:none;
}
.wpcf7-response-output {
    padding: 60px 10px!important;
    text-align: center;
}
.topix{
	font-size:13px;
	color:orange;
}
span.hs {
    padding: 0px 2px;
    background: red;
    color: #fff;
    margin-right: 4px;
}
@media (max-width: 798px) {
      /* 798px以下の画面サイズの場合のスタイル */
	.up-form p{
		margin:0;
	}
     .up-form table {
        display: block;
      }
      
      .up-form td {
        display: block;
      }
      
      .up-form input[type="submit"] {
        margin-top: 10px;
      }
	.up-form td:nth-child(odd) {
  background-color: #eee;
}
    }