@charset "utf-8";


.br {display:block !important;}
.br2 {display: none !important;}

.flex {
	display: flex;
	justify-content: space-between;
}

.w80 {
	max-width: 80%;
	margin: auto;
}
.center {
}

.ttl {
    text-align: center;
    /* position: absolute; */
    margin: 0 auto 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.ttl b {
	display:block;
	font-size:1.2em;
	letter-spacing: 2px;
	padding: 20px 0;
	line-height: 2;
	color: #fff;
}

.ttl:before {
	content: "";
}


section#thanks {
	background: #8fd3f6;
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}

section#thanks p {
}
section#thanks #image {
	position:relative;
	z-index: 1;
	background-color: #ffffff;
}

section#thanks #image p {
	margin:-2% auto 0%
}

section#thanks:after {
    /* content:""; */
    /* background: #ffe1e8; */
    /* position: absolute; */
    /* width: 100%; */
    /* height: 250px; */
    /* bottom: 0; */
}

section#thanks #image p {
	margin: 0% auto 0;
	background: #333;
	color: #fff;
	font-weight: 700;
	display: flex;
	justify-content: center;
	padding: 15px 15px 15px;
	max-width: fit-content;
	font-size: .8em;
}