/**/
h2 {
	 width:960px;
	 margin:0 auto;
	 /*border-bottom:1px solid #5977a4;*/
	 padding:10px 0;
	 text-align:center;
	 font-size:250%;
	 font-weight:normal;
	 color:#464646;
 }
.attention {
	width:800px;
	margin:20px auto;
	border:1px solid #444;
	padding:15px;
	overflow:hidden;
	text-align:left;
	font-size:85%;
	line-height:1.8;
}
.attention p {
	float:left;
	width:630px;
	line-height:2.0em;
	margin-top:0.3em;
}
.attention .img {
	float:right;
	width:100px;
	margin-right:20px;
} 
.attention .img a span {
	display:block;
	font-weight:bold;
	font-size:7px;
	line-height:1.0;
	margin:0;
	padding:0;
}
span.req {
	background:#F00;
	color:#FFF;
	padding:3px;
}
.list {
	width:960px;
	margin:20px auto;
}
.list li {
	float:left;
	width:430px;
	height:120px;
	border: 1px solid #cccccc;
	padding:20px;
	margin:0 0 20px 0;
}
.list li:nth-child(2n) {
	float:right;
}
label {
	cursor:pointer;
}
.list li img {
	float:left;
	box-shadow: 0 2px 2px 2px #ddd;
	-webkit-box-shadow: 0 2px 2px 2px #ddd;
	-moz-box-shadow: 0 2px 2px 2px #ddd;
}
.list li .txt {
	float:right;
	width:330px;
}
.list li .txt strong {
	font-weight:bold;
}
.list li .txt p {
	margin:15px 0 0;
	line-height:1.6;
}
h3 {
	 width:950px;
	 margin:0 auto 5px;
	 background:#0075c0;
	 /*border-bottom:1px solid #5977a4;*/
	 padding:5px;
	 text-align:left;
	 font-size:130%;
	 font-weight:normal;
	 color:#FFF;
 }
 table {
	 width:960px;
	 margin:0 auto;
	 border-top:1px solid #999;
	 border-left:1px solid #999;
 }
table th {
	background:#deecf4;
	width:230px;
	padding:10px;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
table th span.req{
	float:right;
	font-size:85%;
}
table th:after {
	clear:right;
}
table td {
	padding:10px;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.caution {
	margin:20px auto;
	text-align:center;
	width:960px;
}
.caution p {
	margin:0 auto;
	text-align:left;
	width:600px;
	white-space:nowrap;
}
.consent{
	width:960px;
	margin:20px auto;
	background:#deecf4;
	text-align:center;
	padding:10px 0;
	color:#F00;
}
.consent label {
	color:#444;
	font-size:120%;
	font-weight:bold;
}
.result {
	width:300px;
	height:60px;
	margin:50px auto 80px;
}
#name01, #name02, #kana01, #kana02, #address01, #address02, #mail {
	width:200px;
	margin:0 3px;
}
#age, #zip01, #zip02, #tel01, #tel02, #tel03 {
	width:50px;
	margin:0 3px;
}
#comment {
	width:600px;
	height:50px;
}

/*エラー画面／確認画面／完了画面*/
.error {
	width:100%;
	margin:20px auto;
}
.conf {
	width:100%;
	margin:2px auto 30px;
}
@media screen and (min-width: 960px) {
	.error {
		width:960px;
		margin:40px auto;
	}
	.conf {
		width:960px;
		margin:40px auto 60px;
	}
}

.error p,
.conf p {
	text-align:center;
	margin:0 auto 40px;
}
.error table,
.conf table {
	border:1px solid #CCC;
}
.conf table {
	border:1px solid #CCC;
	margin-bottom:40px;
}
.error table td,
.conf table td {
	padding:30px;
	border:none;
}
.error table td pre{
	font-weight:bold;
	line-height:1.8;
	color:#F00;
	text-align:left;
}
.conf table td pre{
	font-weight:bold;
	line-height:1.8;
	text-align:left;
	margin:0 auto;
}
.conf a.btn02 {
	width:300px;
	height:60px;
	margin:0;
	padding:0;
	float:left;
	margin-right:30px;
}
.conf input.btn03 {
	width:300px;
	height:60px;
	margin:0;
	padding:0;
	float:left;
}
.thanks h3 {
	 width:950px;
	 margin:0 auto 5px;
	 background:#0075c0;
	 /*border-bottom:1px solid #5977a4;*/
	 padding:5px;
	 text-align:left;
	 font-size:130%;
	 font-weight:normal;
	 color:#FFF;
 }
.thanks p {
	width:960px;
	text-align:center;
	margin:40px auto 300px;
}


/*-----------------------------------------------*/
/*------20200115--START--------------------------*/
/*-----------------------------------------------*/
@media screen and (max-width: 960px) {
	.rsp h2 {
		 width:100% !important;
		 margin:0 auto;
		 /*border-bottom:1px solid #5977a4;*/
		 padding:10px 0;
		 text-align:center;
		 font-size:250%;
		 font-weight:normal;
		 color:#464646;
	 }
	.rsp .attention {
		width:88%;
		margin:20px 4% 20px 4%;
		border:1px solid #444;
		padding:2%;
		overflow:hidden;
		text-align:left;
		font-size:85%;
		line-height:1.8;
	}
	.rsp .list {
		width:94% !important;
		margin:20px auto;
		padding-left: 3%;
		padding-right: 3%;
	}
	.rsp .list li {
		float:none;
		width:94% !important;
		border: 1px solid #cccccc;
		padding:3%;
		height: auto;
		margin:0 0 20px 0;
	}
	.rsp .list li::after {
	  content: "";
	  display: block;
	  clear: both;
	}
	.rsp .list li:nth-child(2n) {
		float:none;
	}
	.list li img {
		float:left;
		width: 17%;
	}
	.list li.side img {
		margin-top:15px;
	}
	.list li .txt {
		float:right;
		width:80%;
	}
	.list li.side .txt {
		float:right;
		width:80%;
	}
	.rsp h3 {
		 width:94%;
		 margin:0 3% 5px 3%;
		 background:#0075c0;
		 /*border-bottom:1px solid #5977a4;*/
		 padding:5px;
		 text-align:left;
		 font-size:130%;
		 font-weight:normal;
		 color:#FFF;
	 }
	.rsp table {
		 width:94%;
		 margin:0 3% 0 3%;
		 border-top:1px solid #999;
		 border-left:1px solid #999;
	 }
	.rsp table th {
		background:#deecf4;
		width:25%;
		padding:2%;
		vertical-align:middle;
		text-align:left;
		font-weight:normal;
		border-right:1px solid #999;
		border-bottom:1px solid #999;
	}
	.rsp .caution {
		margin:20px 3% 20px 3%;
		width:96% !important;
		text-align: center;
	}
	.rsp .caution p {
		margin:0 auto;
		text-align:left;
		padding: 0 !important;
		width:100% !important;
		white-space:normal!important;
		word-break: break-all;
	}
	.rsp .consent{
		width:88%;
		margin:20px 3% 20px 3%;
		background:#deecf4;
		text-align:center;
		padding:3%;
		color:#F00;
	}
	.thanks h3 {
		 width:96%;
		 margin:0 auto 5px;
		 background:#0075c0;
		 /*border-bottom:1px solid #5977a4;*/
		 padding:2%;
		 text-align:left;
		 font-size:130%;
		 font-weight:normal;
		 color:#FFF;
	 }
	.thanks p {
		width:100%;
		text-align:center;
		margin:40px auto 300px;
	}
}
@media screen and (max-width: 830px) {
	.rsp .attention p {
		float:left;
		width:78%;
		line-height:2.0em;
		margin-top:0.3em;
	}
	.rsp .attention .img {
		float:right;
		width:20%;
		margin-right:0px;
	}
	.rsp .attention .img img {
		width: 100% !important;
	}
	.rsp table th {
		display: block;
		width:96%;
	}
	.rsp table td {
		display: block;
		width:96%;
		padding: 2%;
	}
	
}
@media screen and (max-width: 767px) {
	.rsp .attention p {
		float:none;
		width:100%;
		line-height:2.0em;
		margin-top:0.3em;
	}
	.rsp .attention .img {
		display: none;
	}
	.rsp .attention .img img {
		display: inline-block;
		width: 70px !important;
	}
	.rsp h3 {
		 width:90%;
		 margin:0 3% 5px 3%;
		 background:#0075c0;
		 /*border-bottom:1px solid #5977a4;*/
		 padding:2%;
		 text-align:left;
		 font-size:110%;
	 }
	.rsp table th {
		display: block;
		font-size: 80%;
	}
	.rsp table td {
		display: block;
		font-size: 80%;
	}
	#name01,#name02,#kana01,#kana02,#age,#address01,#address02 {
		width: 33%;
		height: 25px;
	}
	#zip01,#zip02 {
		width: 28% !important;
		height: 25px !important;
	}
	#tel01,#tel02,#tel03 {
		width: 21% !important;
		height: 25px !important;
	}
	.zipbt {
		width: 100%;
		margin-top: 8px;
	}
	#mail {
		width: 80%;
		height: 25px;
	}
	#comment {
		width: 98%;
		height: 100px;
	}
}
/*------20200115--END----------------------------*/
/*-----------------------------------------------*/