@charset "utf-8";
/* CSS Document */

.contact-content {
	width: 640px;
  margin: 0 auto;
  text-align: left;
}

.contact-content p {
  margin-top: 30px;
}

.contact-content p:first-child {
  margin-top: 0;
}

.icn-hissu {
  display: inline-block;
  padding: 0 5px;
  background: #fb3b6f;
  color: #fff;
  font-weight: bold;
	font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
}

input[type=text] , input[type=email] , textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	color: #333333;
  font-size: 100%;
  margin-top: 10px;
}

input[type=text], input[type=email] , input[type=submit] , input[type=button]  , textarea {
	padding:	10px;
	border: 1px solid #ccc;
	width:	100%;
	box-sizing:	border-box;
}

.btn-submit {
	display: inline-block;
	font-size:	1.250em;
	border:	1px solid #B20000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	color:#fff;
	background: #B20000;
	cursor:	pointer;
}

textarea {
	height:	200px;
}

.form-btn {
  margin-top: 30px;
}

/****************/
/* エラーページ */
/****************/

p.err-cmt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.error_messe {
	color:	red;
	text-align:	center;
}

.btn-submit-err {
	display: inline-block;
	margin:	30px 0;
	padding:	20px;
	font-size:	1.000em;
	font-weight:	bold;
	border:	1px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	color:#fff;
	background: #555555;
	cursor:	pointer;
}


/***************/
/* 確認ページ */
/***************/

table.formTable {
	margin:	30px 0;
	width:	100%;
	border-collapse: collapse;
}

table.formTable th , table.formTable td {
	border: 1px solid #ddd;
	padding:	20px;
	vertical-align:	middle;
	text-align:	left;
	line-height:	1.5;
}

table.formTable th {
	background-color:	#f5f5f5;
	white-space:	nowrap;
}

table.formTable td {
	background-color:	white;
}

.box-submit-conf {
	margin:	30px 0;
	text-align:	center;
/*	display: inline-block;*/
}

.box-submit-conf input[type="submit"] {
	width:	50%;
	margin:	10px 0;
	padding:	20px;
	font-size:	1.000em;
	font-weight:	bold;
	border:	1px solid #AB0B13;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	color:#fff;
	background: #AB0B13;
	cursor:	pointer;
}

.box-submit-conf input[type="button"] {
	width:	50%;
	margin:	10px 0;
	padding:	20px;
	font-size:	1.000em;
	font-weight:	bold;
	border:	1px solid #555555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	color:#fff;
	background: #555555;
	cursor:	pointer;
}

/************************/
/* ボタンマウスオーバー */
/************************/

.btn-submit:hover,
.btn-submit-err:hover,
.box-submit-conf input[type="submit"]:hover,
.box-submit-conf input[type="button"]:hover,
.box-done-btn input[type="button"]:hover  {
	opacity: 0.6;
}

.font-pink {
	color: #FF00AE;
}

.mgb30 {
  margin-bottom: 30px;
}

/* ============================== */
/* ============================== */
/* ============================== */

@media screen and (max-width:1113px){

}

/* ============================== */
/* ============================== */
/* ============================== */

@media screen and (max-width:768px){

.contact-content {
	width: 94%;
}



}

/* ============================== */
/* ============================== */
/* ============================== */

@media screen and (max-width:480px){

.contact-content {
	width: 94%;
}



}


