@charset "UTF-8";
.ir, .ir-pc {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
}
.ir a, .ir-pc a { display: block; }

/* SP -------------------- */
@media screen and (max-width: 767px) {
.ir-pc {
	overflow: visible;
	text-indent: 0;
	white-space: normal;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "メイリオ", "Meiryo", arial, century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif; }
/*----------------------------------------
	ht/ir-pc
----------------------------------------*/

.ht-ir-pc {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	background-repeat: no-repeat
}
.ht-ir-pc a { display: block; }

/* SP -------------------- */
@media screen and (max-width: 767px) {
.ht-ir-pc {
	overflow: visible;
	text-indent: 0;
	white-space: normal;
	background: none !important;
	height: auto !important;
}
}
/*--------------------------------------------------
	composition
--------------------------------------------------*/

html { font-size: 62.5%; }
body {
	color: #333;
	line-height: 1.5;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}
#container {
	width: 940px;
	margin: 40px auto;
}

/* SP -------------------- */
@media screen and (max-width: 767px) {
	#container {
		width: auto;
		margin: 10px;
	}
	#container p {
		font-size: 15px !important;
		font-size: 1.5rem !important;
	}
}
/*--------------------------------------------------
	header
--------------------------------------------------*/

#header {
	background: #76000E;
}

/* SP -------------------- */
@media screen and (max-width: 767px) {
#header {

}
}
/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/

#header .container {
	position: relative;
	width: 290px;
	height: 110px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
#header .container {
	width: 230px;
	height: 60px;
	margin: 0 auto;
	;
}
}
/*----------------------------------------
	logo
----------------------------------------*/

#header .logo {
	background: url(../img/logo.png) no-repeat center top;
	background-size: contain;
	width: 345px;
	height: 72px;
	margin: 21px auto;
	padding: 0;
	line-height: 1;
}

@media screen and (max-width: 767px) {
#header .logo {
	background: url(../img/logo.png) no-repeat center top;
	background-size: contain;
	width: 200px;
	margin: 10px auto;
	padding: 0;
	line-height: 1;
}
}
/*--------------------------------------------------------------------------------
	page-header
--------------------------------------------------------------------------------*/

.page-header {
	background-color: #E4E4E4;
	margin-bottom: 40px;
	height: 100px;
	padding: 16px 0;
}
.page-header h1 span {
	display: inline-block;
	background: rgba(255,255,255,.5);
	padding: 7px 17px;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight:normal;
	color: #2e3033;
}

/* SP -------------------- */
@media screen and (max-width: 767px) {
	.page-header {
		height: auto;
		min-height: 59px;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.page-header h1 span {
		margin: auto 10px;
		padding: 8px 14px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1;
	}
}

/*--------------------------------------------------
	ebox
--------------------------------------------------*/

p { margin-bottom: 20px; }

#help p { font-size: 1.6rem; font-size: 16px; }

/*--------------------------------------------------
	button
--------------------------------------------------*/

.btn {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: baseline;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btn:hover { text-decoration: none; }
.btn:active {
	position: relative;
	top: 1px;
}

/* SP -------------------- */
@media screen and (max-width: 767px) {
.btn {
	display: block;
	width: 100%;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
}
/*--------------------------------------------------
	process
--------------------------------------------------*/

#process {
	margin-bottom: 20px;
	background-color: #161414;
	padding: .5em;
	letter-spacing: .25em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.6rem; 
	font-size: 16px;
}
#process strong { color: #BA0B07; }
/*--------------------------------------------------
	help
--------------------------------------------------*/

img.req {
	vertical-align: middle;
	margin-right: 5px;
}
/*--------------------------------------------------
	table
--------------------------------------------------*/

table {
	margin-bottom: 20px;
	width: 100%;
	font-size: 1.6rem; 
	font-size: 16px;
}
th, td {
	border-bottom: 1px solid #dae4e6;
	padding: 10px 0;
}
th {
	color: #333;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
td { text-align: left; }
td dt, td dd { float: left; }
td dt {
	width: 20px;
	margin-left: 20px;
}
td dt:first-child { margin-left: 0; }
/* req */

td.req {
	text-align: center;
	width: 73px;
	font-size: .1rem;
	font-size: 1px;
}
/* help */

td p {
	margin: 5px 0 0 0;
	font-size: 1.3rem !important;
	font-size: 13px !important;
	line-height: 1.3;
}
td p.desc { margin: 0 0 5px 0; }
span.help {
	color: #F60;
	font-size: 1.3rem !important;
	font-size: 13px !important;
}

/* SP -------------------- */
@media screen and (max-width: 767px) {
tr, th, td { display: block; }
th {
	border-bottom: none;
	padding-bottom: 0;
	float: left;
	width: 80%;
}
td.req {
	float: right;
	width: 20%;
	border-bottom: none;
	padding-bottom: 0;
}
td.text {
	clear: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
}
/*--------------------------------------------------
	form
--------------------------------------------------*/

td input, td textarea {
	padding: 3px;
	border: 1px solid #dae4e6;
	width: 400px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
td input:focus, td textarea:focus { background: #fef6e5; }

/* SP -------------------- */
@media screen and (max-width: 767px) {
td input, td textarea { width: 100%; }
}
/* label */

td label { margin-right: 10px; }
td label input {
	width: auto;
	padding: 0;
	border: none;
	margin-right: 5px;
}
/* select */

select { margin-right: 5px; }
/* individual */

input.href { width: 170px; }
#zip { width: 100px; }
#datepicker { margin-right: 5px; }
.ui-datepicker-trigger {
	background: #4d4d4d;
	border: none;
	vertical-align: top;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	cursor: pointer;
	padding: 2px 5px;
}
.ui-datepicker-trigger:hover { background: #c00; }
.ui-datepicker-trigger:active {
	position: relative;
	top: 1px;
}
.catalog-help {
	margin: 10px 0;
	background: #f2b6bb;
	padding: 5px;
}
/*--------------------------------------------------
	submit
--------------------------------------------------*/

#submit {
	line-height: 1.3;
	font-size: 1.3rem;
	font-size: 13px;
}
#submit input { margin-bottom: 5px; }
#submit p { margin-bottom: 0; }
/* reset */

#submit .reset {
	float: left;
	text-align: left;
}
#submit .reset .btn {
	background: #b3b3b3;
	padding: 2px 10px;
	color: #333;
}
#submit .reset .btn:hover, #submit .reset .btn:active { background: #949494; }
/* submit */

#submit .submit {
	float: right;
	text-align: right;
}
#submit .submit .btn {
	background: #d92b2b;
	color: #fff;
	font-size: 1.5rem;
	font-size: 15px;
}
#submit .submit .btn:hover, #submit .submit .btn:active { background: #e53935; }

@media screen and (max-width: 767px) {
#confirm #submit br { display: none; }
#submit .reset, #submit .submit {
	float: none;
	text-align: center;
}
#submit .submit { margin-bottom: 20px; }
.display-not_sp { display: none; }
}
/*--------------------------------------------------
	footer
--------------------------------------------------*/

#footer {
	font-size: 1.3rem;
	font-size: 13px;
	text-align: center;
}
/* back_home */

.back_home { margin: 20px auto 40px; }
.back_home .btn {
	background: #333333;
	color: #fff;
	padding: 5px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: boder-box;
}
.back_home .btn:hover, .back_home .btn:active { background: #ccc2ad; }
/* copyright */

.copyright {
	padding: 20px 0;
	background: #fff;
}

@media screen and (max-width: 767px) {
.back_home { margin: 20px 10px 20px; }
}
/*--------------------------------------------------
	error_message
--------------------------------------------------*/

td div.error {
	color: #fff;
	padding: 2px 10px;
	background: #f44336;
	margin-bottom: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 400px;
	font-size: 13px;
	font-size: 1.3rem;
}
.error input, .error textarea {
	background: #fff2f2;
	border-color: #f44336;
}
.error label input {
	background: none;
	border: none;
}
* html .error label { background: none; }
*+html .error label { background: none; }
/*--------------------------------------------------
	confirm
--------------------------------------------------*/

#confirm th { padding-right: 20px; }
#confirm td table {
	border: 1px solid #ccc2ad;
	margin-top: 10px;
}
#confirm td th, #confirm td td {
	vertical-align: top;
	padding: 5px;
}
#confirm td th {
	font-weight: normal;
	white-space: normal;
	background: #f2eeda;
}
#confirm td td { text-align: center; }

@media screen and (max-width: 767px) {
#confirm th {
	padding-right: 0;
	width: auto;
	float: none;
}
#confirm td {
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#confirm td th {
	width: 100%;
	text-align: center;
}
}
/*--------------------------------------------------
	ok
--------------------------------------------------*/

#ok { padding: 50px 0 !important; }

@media screen and (max-width: 767px) {
#ok { padding: 0; }
}
/*--------------------------------------------------
	error
--------------------------------------------------*/

#error { padding: 50px 0 !important; }
#error .title {
	font-size: 30px;
	font-size: 3rem;
	color: #f00;
}
#error p {
	color: #f00;
	font-weight: bold;
}
#error .btn {
	background: #f00;
	color: #fff;
	padding: 5px 20px;
}
#error .btn:hover, #error .btn:active { background: #f44336; }
