/* title */
#title {
	margin-bottom:10px;
	padding: 20px 0px;
	background:#000000;
}

#title h2 {
	font-size:32px;
	line-height:1.0;
	font-weight:normal;
	color:#ffffff;
	text-align:center;	
}

/* content */
#content {
	margin:0px  auto;
	padding-bottom:70px;
	width:600px;
}

#content p.sub {
	font-size: 20px;
	line-height: 1.7;
	text-align: center;
	margin: 30px 0px 20px 0px;
}

#content p.caution {
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	margin: 30px 0px 20px 0px;
}

#content p.ttl {
	font-size: 26px;
	line-height: 1.0;
	text-align: left;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

#content ul {
	margin-bottom: 50px;
	margin-left: 20px;
}

#content li {
	font-size: 16px;
	line-height: 1.5;
	list-style: disc;
	margin-bottom: 10px;
}

/* table */
#form table {
	font-size: 16px;
	line-height:1.5;
	margin-top: 5px;
	margin-bottom: 50px;
	width: 400px;
	margin-left: 100px;
	border-collapse: collapse;
	border-spacing: 0px;
	/*border: 1px solid #cccccc;*/
}

#form td {
	padding: 15px 0px 15px 0px;
}

/* form */
.form400 {
    font-size: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
	width: 380px;
	color: #333333;
}

.text {
    font-size: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
	width: 380px;
	height: 200px;
	color: #333333;
}

input[type="radio"],
input[type="checkbox"] {
    display:none;
}

/*　ラジオボタン 未選択時の背景指定　*/
input[type="radio"] + label {
    padding:30px 20px 30px 45px;
    background:url(../../project202006/img/radio.png) no-repeat left center;
    background-size:36px 36px;
    cursor:pointer;
}
 
/*　ラジオボタン 選択時の背景指定　*/
input[type="radio"]:checked + label {
    background:url(../../project202006/img/radio_on.png) no-repeat left center;
    background-size:36px 36px;
    cursor:pointer;
}

/*　チェックボックス 未選択時の背景指定　*/
input[type="checkbox"] + label {
    padding:10px 0px 10px 45px;
    background:url(../../project202006/img/check.png) no-repeat left center;
    background-size:36px 36px;
    cursor:pointer;
}
 
/*　チェックボックス 選択時の背景指定　*/
input[type="checkbox"]:checked + label {
    background:url(../../project202006/img/check_on.png) no-repeat left center;
    background-size:36px 36px;
    cursor:pointer;
}

/* submit */
input[type="submit"] {
  -webkit-appearance: none;
}

input[type="reset"] {
  -webkit-appearance: none;
}

input[type="button"] {
  -webkit-appearance: none;
}

#submit .btn1 {
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 15px 0px;
	width: 600px;
	border-radius: 8px;
	background-color: #cc0000;
}

/* submitConf */
#submitConf .btn1 {
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 15px 0px;
	width: 400px;
	border-radius: 8px;
	background-color: #cc0000;
}

#submitConf .btn2 {
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 15px 0px;
	width: 190px;
	border-radius: 8px;
	background-color: #333333;
}

/* error */
p.errorTtl {
	font-size: 16px;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 50px;
}

#error {
	margin: 0px auto;
	width: 700px;
}

#error ul {
	margin-bottom:30px;
	margin-left:180px;
}

#error li {
	font-size:18px;
	line-height:2.0;
	color:#cc0000;
	background:url(../img/icon_must.gif) no-repeat 0px 12px;
	padding-left:15px;	
}

#error .btn1 {
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 15px 0px;
	width: 600px;
	border-radius: 8px;
	background-color: #cc0000;
}

/* thanks */
#content h3.thankyou {
	font-size: 30px;
	line-height: 1.0;
	text-align: center;
	font-weight: normal;
	margin-top: 100px;
	margin-bottom: 20px;
}

#content p.supplement {
	font-size: 16px;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 150px;
}