@charset "UTF-8";
/* CSS Document */

#form01 {
	padding: 60px 5.33% 80px;
}

#form01 h2 {
	margin-bottom: 35px;
}

#form01 p.t01 {
	padding: 30px 0 60px;
}

#form01 p.t01 a {
	color: #555;
}

#form01 table {
	width: 100%;
	border-top: 1px solid #333;
}

#form01 table td {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}

#form01 table td:first-child {
	background-color: #f0ecdf;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 90px;
	position: relative;
}

#form01 table td:first-child span.hissu {
	display: inline-block;
	line-height: 1em;
	padding: 5px;
	border-radius: 2px;
	background-color: #c01d1f;
	color: #fff;
	font-size:min(3.6vw,30px);
}

#form01 table td:first-child span.hissu {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#form01 table td:last-child span.hissu {
	margin-left: 8px;
}


/*フォームアイテム*/
#form01 table td input[type='text'],
#form01 table td input[type='number'],
#form01 table td input[type='email'],
#form01 table td input[type='tel'],
#form01 table td textarea,
#form01 table td select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

#form01 table td input[type='text'],
#form01 table td input[type='number'],
#form01 table td input[type='email'],
#form01 table td input[type='tel'],
#form01 table td textarea,
#form01 table td select {
	border: 1px solid #bcbcbc;
	padding: 20px 15px;
    font-size:min(4vw,32px);
}

#form01 table td input.t01 {
    width: calc(100% - 32px);
}

#form01 table td input.t02 {
    width: 90px;
}

#form01 table td input.t03 {
    width: calc(100% - 32px);
}

#form01 table td input.t04 {
    width: 150px;
}

#form01 table td textarea {
    width: calc(100% - 32px);
}

#form01 table td ul.radio01 li {
	padding-bottom: 20px;
}

#form01 table td ul.radio01 li:last-child {
	padding-bottom: 0;
}

#form01 table td select {
    margin: 5px 0;
}

#form01 table td .wpcf7-checkbox > span {
	display: block;
	margin-bottom: 10px;
}

#form01 table td .wpcf7-checkbox > span .wpcf7-list-item-label {
	padding-left: 5px;
}
/**/

#form01 table td img.ui-datepicker-trigger {
    margin-left: 5px;
}

#form01 table td ul.chui_t {
	padding-top: 20px;
}

#form01 table td ul.chui_t li {
	line-height: 1.8em;
	padding-left: 1em;
	position: relative;
}

#form01 table td ul.chui_t li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

#form01 table td p.chui_t02 {
	padding-top: 20px;
}

#form01 table td p.oisogi {
	padding-bottom: 40px;
	color: #f00;
}


/*送信ボタン*/
#form01 .send {
	text-align: center;
	line-height: 1.2em;
}

#form01 .send input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
	
	display: block;
	width: 80%;
	height: 40px;
	margin: 0 auto;
	border-radius: 20px;
	font-size:min(4vw,32px);
	background-color: #bea16f;
	color: #fff;
	cursor: pointer;
}


/*サンクスページ */
#thanks p {
	padding: 60px 5.33% 80px;
}