.sitewidth {
	max-width: 970px;
	margin: 0 auto;
}

body {
	font-family: "CI","Meiryo" ;
}

.top_logo {
	padding: 10px 0 0 160px;
}
.top_logo_left {
	float: left;
}
.top_logo_caption {
	font-size: 16px;
}
.top_logo_title {
	font-size: 21px;
	font-weight: bold;
	line-height: 2.4em;
}
.top_logo img {
	margin-top: 6px;
	margin-left: 15px;
}
@media (max-width: 767px) {
	.top_logo {
		height: 50px;
	}
	.top_logo_caption {
		font-size: 14px;
	}
	.top_logo_title {
		font-size: 14px;
	}
}

.attention {
	position: relative;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	background-color: #f8f8f8;
	width: 100%;
	padding: 14px 0 20px 50px;
	margin-top: 15px;
	text-align: left;
}
.attention img {
	position: absolute;
	top: 12px;
	left: 16px;
}
.attn_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
}
.attn_comment {
	font-size: 12px;
	line-height: 1.6em;
}

.transition_msg {
	font-size: 18px;
	/* font-weight: bold; */
	display: block;
	padding: 30px 0 0 20px;
}

.information {
	text-align: center;
	line-height: 1.8em;
	padding-bottom: 30px;
}
.form_border {
	border: 1px solid #878787;
	border-radius: 5px;
	padding: 20px 30px;
	margin-bottom: 20px
}
.form_title {
	background-color: #ffefe2;
	border-radius: 5px;
	padding: 10px 15px;
}
.form_title div {
	background-color: #fff;
	border-radius: 15px;
	color: #ff872c;
	padding: 5px 30px;
	display: inline-block;
}
.form_title span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin-left: 200px;
}
.form_comment {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.form_message {
	color: #f00;
	font-size: 12px;
}
@media (max-width: 991px) {
	.form_title span {
		margin-left: 100px;
	}
}
@media (max-width: 767px) {
	.form_title {
		text-align: center;
	}
	.form_title div {
		float: left;
	}
	.form_title span {
		margin: 10px 0 0 0;
	}
	.form_comment {
		text-align: left;
	}
}



.if_req {
	color: #f00;
	font-weight: bold;
}

.top-bottom-line {
	padding-top: 10px;
	border-top: 2px solid #ff872c;
	margin-bottom: 10px;
	border-bottom: 2px solid #ff872c;
}

.inquiry__flow {
	width: 100%;
	padding: 0 30px;
	color: #575757;
	margin-top: 25px;
	display: flex;
	list-style: none;
/*	padding-left: 0; */
}
.inquiry__flow li {
	font-size: 18px;
	text-align: center;
	background-color: #efefef;
	padding: 4px 16px;
	font-weight: bold;
	display: block;
/*	flex: 5; */
	width: 280px;
}
.inquiry__flow .active {
	background-color: #ff872c;
	color: #fff;
}
.inquiry__flow .arrow {
	flex: 1;
	border: none;
	background-color: #fff;
	margin: 4px 0 -4px 0;
}
@media(max-width: 1200px) {
	.inquiry__flow li {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.inquiry__flow li {
		padding: 4px 8px;
	}
}


.inquiryform {
	width: 100%;
	padding: 0 30px;
}
.inquiryform th {
	text-align: left;
	padding-left: 20px;
    vertical-align: middle;
	font-weight: normal;
	line-height: 1.6em;
	width: 220px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #bdbdbd;
}
.inquiryform td {
	padding: 16px 20px;
	border-bottom: 1px solid #bdbdbd;
	position: relative;
}
.inquiryform td button {
	font-size: 14px;
	padding: 4px 20px;
	margin-left: 12px;
	position: absolute;
	right: 40px;
	bottom: 20px;
}
@media (max-width: 991px) {
	.inquiryform td button {
		right: 40px;
		bottom: 90px;
	}
}
@media (max-width: 767px) {
	.inquiryform td button {
		right: 10px;
		bottom: 80px;
	}
}

.inquiryform .if_top {
	border-top: 1px solid #bdbdbd;
}
.inquiryform .if_none {
	border-bottom: 0px;
	/* padding-bottom: 0px; */
}
.inquiryform .if_guide {
	line-height: 1.6em;
}
.inquiryform .if_image td {
	border-bottom: 1px dashed #bdbdbd;
}
.inquiryform input[type="text"] {
	width: 80%;
	height: 46px;
	border-color: #809fbd;
	border-radius: 0;
}
.inquiryform #contacttel {
	width: 320px;
}
.inquiryform .indate {
	width: 50%;
	max-width: 200px;
	margin-bottom: 10px;
}
.inquiryform textarea {
	width: 100%;
	border-color: #809fbd;
	border-radius: 0;
}

@media (max-width: 767px) {
	.inquiryform th {
		width: 100%;
		padding: 10px 15px;
		float: left;
		border-bottom: none;
	}
	.inquiryform td {
		width: 100%;
		float: left;
		padding: 5px;
		border-bottom: #bababa solid 1px;
	}
	.inquiryform td input[type="text"] {
		width: 95%;
		padding: 5px;
	}
	.inquiryform #contacttel {
		width: 95%;
	}
}

.upload_photo {
	font-size: 14px;
	padding: 5px 0;
}
.upload_preview {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #cdcdcd;
	background-color: #ededed;
	padding: 10px 25px;
	margin-right: 12px;
}
.upload_preview .inimg {
	max-width: 100px;
	max-height: 100px;
	margin: 0 -15px;
}
.upload_preview .confimg {
	max-width: 240px;
	max-height: 240px;
	margin: 0 -15px;
}
/*
.upload_check {
	margin-left: 10px;
}
.upload_delete {
	display: inline-block;
	font-size: 14px;
	padding: 5px 30px 5px 5px;
}
*/
.upload_file {
	display: inline-block;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	background-color: #fcfcfc;
	padding: 5px 8px;
	margin-top: 10px;
/*	max-width: 400px; */
}
@media (max-width: 1199px) {
	.upload_file input[type="file"] {
		width: 450px;
	}
}
@media (max-width: 991px) {
	.upload_file input[type="file"] {
		width: 100%;
	}
}
.upload_message {
	display: inline-block;
	color: #f00;
	font-size: 12px;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.upload_message {
		font-size: 11px;
	}
}

.submitframe {
	border: 2px solid #fd4949;
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 20px 30px;
	margin-bottom: 20px;
	text-align: left;
}
.submitframe .btnsubmit {
	background-color: #c31111;
	color: #fff;
	font-size: 20px;
	border: 0px solid #fff;
	border-radius: 5px;
	padding: 20px 80px;
	text-align: center;
	margin-left: 240px;
}
.submitframe .btnclear {
	background-color: #cecece;
	color: #686868;
	font-size: 18px;
	border: 0px solid #fff;
	border-radius: 5px;
	padding: 22px 55px;
	text-align: center;
	margin-left: 30px;
}
.submitframe .btnsubmit2 {
	background-color: #c31111;
	color: #fff;
	font-size: 18px;
	border: 0px solid #fff;
	border-radius: 5px;
	padding: 20px 60px;
	text-align: center;
	margin-left: 30px;
}
.submitframe .btnreturn {
	background-color: #cecece;
	color: #686868;
	font-size: 18px;
	border: 0px solid #fff;
	border-radius: 5px;
	padding: 22px 55px;
	text-align: center;
	margin-left: 240px;
}
@media (max-width: 1199px) {
	.submitframe .btnsubmit {
		margin-left: 180px;
	}
	.submitframe .btnreturn {
		margin-left: 220px;
	}
}
@media (max-width: 991px) {
	.submitframe .btnsubmit {
		padding: 20px 60px;
		margin-left: 100px;
	}
	.submitframe .btnclear {
		padding: 20px 40px;
		margin-left: 30px;
	}
	.submitframe .btnsubmit2 {
		padding: 20px 60px;
		margin-left: 30px;
	}
	.submitframe .btnreturn {
		padding: 20px 40px;
		margin-left: 130px;
	}
}
@media (max-width: 767px) {
	.submitframe {
		text-align: center;
	}
	.submitframe .btnsubmit {
		padding: 15px 30px;
		margin: 10px;
	}
	.submitframe .btnclear {
		padding: 15px 30px;
		margin: 10px;
	}
	.submitframe .btnsubmit2 {
		padding: 20px 30px;
		margin: 10px;
	}
	.submitframe .btnreturn {
		padding: 15px 30px;
		margin: 10px;
	}
}

.confirmform {
	width: 100%;
	padding: 10px 30px;
}
.finished_msg {
	font-size: 18px;
	text-align: center;
	padding: 40px 0 20px 0;
}
@media (max-width: 767px) {
	.finished_msg {
		text-align: left;
	}
}
