/* CSS Document */
.title {
    border-left: 14px solid #1D5DAA;
    font-size: 16px;
    font-weight: bold;
}
.title h3 {
    margin-left: 10px;
}
.text01 {
    width: 477px;
    margin: 50px auto 10px 80px;
}
.text01 span {
    color: #C00;
}
.table_wrapper {
    width: 620px;
    margin: 0px auto;
    overflow: hidden;
}
.hidden-fields-container{
	display: none;
}
.table_wrapper table {
    width: 620px;
    font-size: 13px;
}
.table_wrapper table th {
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
    height: 33px;
    line-height: 33px;
    text-indent: 10px;
    background-color: #F4F7FB;
}
.table_wrapper table th span {
    color: #C00;
}
.table_wrapper table td input {
	box-sizing: border-box;
}
.table_wrapper table td input[type="text"], .table_wrapper table td input[type="tel"], .table_wrapper table td input[type="email"], .table_wrapper table td select {
    width: 430px;
	height: 35px;
}
.table_wrapper table td input[name="yournumber"]{
    width: calc( 430px - 1.5em );
}
.table_wrapper table td textarea {
    width: 430px;
	height: 300px;
}
.table_wrapper table td span.radiobtn {
    display: flex;
	gap: 0 10px;
}

.notes{
	margin: 15px auto 0;
	color: #C00;
	letter-spacing: 0.05em;
}

#btn_wrapper {
	margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 150px;
    overflow: hidden;
	display: flex;
	justify-content: center;
}
#btn {
    background-image: url(image/btn_send.png);
    overflow: hidden;
    border: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    width: 237px;
    height: 49px;
    margin-left: 200px;
    cursor: pointer;
}
input.wpcf7-submit{
	appearance: none;       /* ブラウザ独自のスタイルを解除 */
	-webkit-appearance: none; /* Safari/Chrome用 */
	background: none;       /* 背景をリセット */
	border: none;           /* 枠線をリセット */
	outline: none;          /* フォーカス時の輪郭線をリセット */
	padding: 0;             /* 内側余白をリセット */
	margin: 0;              /* 外側余白をリセット */
	border-radius: 0;       /* 角丸をリセット */
	box-sizing: border-box;
	/**/
    background-image: url(image/btn_send.png) ;
    width: 237px;
    height: 49px;
    cursor: pointer;
	font-size: 0;
}

/*--------------------------------------------------------*/
.none {}