/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2026 | 07:55:03 */
/* 入力欄全体の設定 */
.contact-form span.wpcf7-form-control-wrap {
    width: 100%;
}

input[type="text"],input[type="password"],input[type="datetime"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea {
    display: block;
    width: 100%;
    height: 56px;
	margin-top: 14px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    box-shadow: none;
    background-color: #fff;
    color: #5c6b80;
    font-size: 16px !important;
    vertical-align: middle;
    line-height: 56px;
    transition: background-color 0.24s ease-in-out;
}

/* テキストエリアの設定 */
.contact-form textarea {
    resize: vertical;
    max-width: 100%;
    min-height: 300px;
    line-height: 1.5em;
    padding: 0.5em;
    overflow: auto;
}

/* 入力欄とテキストエリア共通 */
.contact-form input, .contact-form select, .contact-form textarea {
	border: 1px solid #d8d8d8;
}

.group-first{
	border-top:none !important;
	padding-top:0 !important;
}

.contact-form .form-group{
    margin-bottom:36px;
    border-top:1px solid #d5d5d5;
    padding-top:36px;
}

.contact-form p{
    display:block;
    margin-bottom:15px;
	display:flex;
	align-items:center;
	font-weight:600;
	font-size:20px;
	    margin: 0;
}

/*「必須」文字*/
.CF7_req{
    align-items: center;
    font-size: 10px;
    padding: 0 10px;
    background: #D30000;
    color: #fff;
    margin-left: 1em;
}

.contact-form textarea{
    height:220px;
}

.contact-form .wpcf7-list-item{
    display:block;
	font-weight:400;
	margin:0;
}

.agree{
    text-align:center;
    margin-top:30px;
}

span.span-small {
    font-size: 13px;
}

/* 「送信する」ボタン */
.CF7_btn input.wpcf7-submit {
	background-color: #009FE8;
	border: 2px solid #009FE8;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	margin: 0 auto;
	padding: 15px 30px;
	transition: all 0.5s 0s ease;
}
.CF7_btn input.wpcf7-submit:hover {
  background: #fff;
	color: #009FE8;
}
.CF7_btn{
	text-align: center;
	margin: 20px 0 0 0 !important;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}

@media screen and (max-width:768px){

.contact-form{
    padding:30px 20px;
}

.submit-btn input{
    width:100%;
}

}