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

.page-textbox-thanks {
	border: 2px solid #009900;
	border-radius:10px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width:800px;
	margin-bottom: 20px;
}

.thanks-title {
	display:flex;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.thanks-title .thanks-icon {
	font-size: 46px;
	color: #009900;
	padding-right: 10px;
}
.thanks-title .thanks-word {
	flex:1;
}
.thanks-title .thanks-word h2 {
	font-size: 30px;
	color: #009900;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
.thanks-title .thanks-word .thanks-word-text{
	font-size: 14px;
	color: #666666;
}
.thanks-mail {
	font-size: 20px;
	background-color: #E7FFCE;
	border-radius:10px;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thanks-mail .mail{
	color: #006600;
}
.kanryou-img {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:500px;
}
.thanks-exbox {
	border-radius:10px;
	background-color: #F5F5F5;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	max-width:800px;
}
.thanks-exbox .thanks-exbox-title {
	font-size: 20px;
	color: #009900;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
}
.thanks-exbox .text {
	font-size: 14px;
	line-height: 1.6em;
	color: #333333;
}
.thanks-exbox .green {
	color: #009900;
}
.thanks-exbox .sub-title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
.form-block .row .form-label {
	align-items: flex-start;
}

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

.page-textbox-thanks {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thanks-title {
	display:flex;
	margin-right: 0px;
	margin-left: 0px;
}
.thanks-exbox {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

}