/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2025 | 14:21:24 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

body{
	overflow-x: hidden;
}
html{
	overflow-x: hidden;

}
p{
	margin:0;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
　　 border-radius: 10px;
    width:  100%;
}

.wpforms-confirmation-container-full {
    background: #fff !important;
    border: 2px solid #e8c4c4 !important;
}

body #content{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}