@charset "utf-8";

/* ------------------------------------------------------
    ▼移行に伴い追記（PC）
---------------------------------------------------------*/

/* td padding 調整 */
body.form .contents table td{
  padding: 10px !important;
}

/* 同意チェック padding 調整 */

/* 同意チェックなし */

/* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/


body.form {
	background: #FFFFFF url(../img/852da878-5041-4278-a9e1-9b67e9275d26/background.gif);
	overflow-y: scroll;
}

body.form a {
	color: #B91C22;
}
body.form #wrapper {
	width:550px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../img/852da878-5041-4278-a9e1-9b67e9275d26/header.gif) repeat-x center top;
	border-top: 10px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 10px solid #999999;
	border-left: 1px solid #999999;
	padding: 15px;
}
body.form #wrapper h1 {
	text-indent: -9999px;
	height: 110px;
	width: 92px;
	background: url(../img/852da878-5041-4278-a9e1-9b67e9275d26/item03.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}
body.form #wrapper .header h2 {
	font-weight: bold;
	color: #FFFFFF;
	background: #e60012;
	display: block;
	margin: 0px auto 10px;
	padding: 10px;
}

body.form #wrapper .contents .text1 {
	font-size: 110%;
	width: 500px;
	text-align: left;
	line-height: 140%;
	padding:10px 0;
}



body.form #wrapper .contents .text2 {
	font-size: 160%;
	font-weight: bolder;
	color: #e60012;
	padding-top: 50px;
	padding-bottom: 30px;
}

body.form #wrapper .contents .text3 {
	padding-bottom:10px;
}

body.form #wrapper .input .text3 {
	display:none;
}

body.form #wrapper .contents .form-error {
	color: #FF0000;
	font-weight: bold;
}
body.form #wrapper .contents p {
	margin-right: auto;
	margin-left: auto;
}


body.form #wrapper .contents table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 500px;
}
body.form #wrapper .contents th {
	width: 100px;
	padding: 10px;
	background: #E0E0E0;
	border: 1px dotted #000000;
	color: #000000;
	font-weight: bold;
}

body.form #wrapper .contents td {
	width: auto;
	padding: 10px;
	border: 1px dotted #000000;
	background: #FFFFFF;
}

body.form #wrapper .form-img{
	display: none;
}

/*
body.form #wrapper table #item01{
	width:146px;
}
*/
body.form .form-textarea textarea{
	height: 5em;
	width: 300px;
}
body.form #wrapper form {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px 20px;
}

/* 送信・リセットボタン */

body.form #wrapper .contents .btn-set{
	width:180px;
	height:27px;
	margin:0 auto;
	padding-left:8px;
}

body.form #wrapper .contents input.btn-send,
body.form #wrapper .input .btn-reset {
	width: 80px;
	height: 27px;
	background: #000;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	color: #fff;
	border-radius: 3px;
}

body.form #wrapper .contents .btn-send:hover,
body.form #wrapper .input .btn-reset:hover {
	opacity: .6;
}

/* 確認画面 */

body.form .confirm{
	width:100%;
	float:left;
	margin-bottom:0;
}

body.form #wrapper .confirm .text3{
	padding: 0;
  margin: 15px 0;
}

body.form .contents .attention  {
    display:none;
	}


body.form #wrapper .confirm .btn-set{
	height:27px;
	width:170px;
	margin:0 auto;
	padding-bottom:20px;
}

body.form .confirm .btn-set .link-back, 
body.form .confirm .btn-set .link-send{
	width:80px;
	float:left;
}

body.form .confirm .link-back{
	position:relative;
	left:10px;
}

body.form #wrapper .confirm input.btn-reset {
	width: 80px;
	height: 27px;
	background: #000;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	color: #fff;
	border-radius: 3px;
}

body.form #wrapper .confirm .btn-reset:hover {
	opacity: .6;
}

body.form #wrapper .footer {
	padding:0;
	clear:both;
}

body.form #wrapper .footer p.link-close{
	text-align: center;
}

body.form #wrapper .footer p.link-close a{
	display: inline-block;
}

body.form #wrapper .footer p.link-close a:hover{
	opacity: .6;
}

@media screen and (max-width: 480px){
	body.form.form #wrapper .contents table th,
    body.form.form #wrapper .contents table td{
	display:table-cell
}

body.form .btn-set input {
    margin-right: 10px;
}

body.form .confirm{
	width:auto;
}

}