@charset "utf-8";


#reserve {
	width:600px;
	margin:50px auto 20px;
}

#reserve h1 {
	padding-bottom:32px;
	background:url(../image/common/border.png) repeat-x bottom;
	text-align:center;
}

.message {
	margin-top:50px;
}

.message p {
	margin:1em 0;
}

.notice {
	border:2px solid #13469f;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 24px;
	text-align: left;
}

.note {
	margin-top: 0.5em;
	color: red;
}
.note2 {
	color: red !important;
}

.notice p,
.note,
.note2 {
	overflow: hidden;
}

.notice p span,
.note span {
	display: block;
	float: left;
	width: calc(100% - 1.5em);
}

.note2 span {
	display: block;
	float: left;
	width: calc(100% - 1em);
	font-size: 92.5%;
}

.notice p span.kome,
.note span.kome {
	width: 1em;
	padding-right: 0.5em;
}

.fm textarea.attention {
  border: 2px solid red;
}

.thanks {
	color: #F02557;
	font-size: 30px;
	font-weight: bold;
}

.table01 {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #7190c5;
	border-left: 1px solid #7190c5;
	border-right: 1px solid #7190c5;
	margin-top:50px;
}

.table01 th {
	display:inline-block;
    width: 576px;
    padding: 12px;
    font-weight:nomarl;
    vertical-align: top;
    border-bottom: 1px solid #7190c5;
	background-color:#e7ecf5;
    color: #13469f;
    text-align: left;
}

.required_icon {
	display:block;
	float:right;
	padding:2px 6px;
	background-color:#f83063;
	color:#fff;
	border-radius:4px;
}

.table01 td {
	display:inline-block;
    width: 576px;
    padding: 12px;
    vertical-align: top;
    border-bottom: 1px solid #7190c5;
    text-align: left;
}

textarea {
	display:block;
	height:300px;
	padding: 8px;
	box-sizing: border-box;
}

input[type="text"] {
	padding:8px;
	box-sizing: border-box;
}

.ip_ss {
    width: 25% !important;
}

.ip_s {
    width: 75% !important;
}

.ip_m,
.form-l {
    width: 98% !important;
}

.check {
    margin-right: 5px;
}

.bt01 {
	display:block;
	margin:32px auto;
}

.submit_btn {
	margin:32px auto;
	text-align:center;
}

.bt02 {
	float:left;
}

.bt03 {
}

.top_back {
	display:block;
	width:300px;
	height:88px;
	background-image:url(image/back_btn_sp.jpg);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:0 auto;
}



