@charset "utf-8";
div#thanks {
	max-width: 960px;
    width: 90%;
	margin: 50px auto;
	padding: 30px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 130%;
	line-height: 1.8;
	position: relative;
}
#thanks .lp-sec-inline > .lp-block {padding: 5vw 2vw;}
#thanks .lp-sec-inline > .lp-block > .lp-title{font-size: 2em;}
section .txt{
	text-align: center;
	height: 200px;
	background: url("../../img/bow_left.webp"),url("../../img/bow_right.webp");
	background-size:150px 200px;
	background-position:left 20px center,right 20px center;
	background-repeat:no-repeat,no-repeat;
}
#wrapper{
	position: relative;
	min-height: 100vh;
	padding-bottom: 120px;
	box-sizing: border-box;
}
#wrapper footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer{
	padding: 10px;
	text-align: center;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}
.a_center{text-align: center;}
.flex{
	width: 80%;
	max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #cecece;
}
.flex.btn_area{border:#fff;}
@media screen and (max-width: 560px){
.lp-sec-inline > .lp-block{
	padding: .5vw 2.5vw;
	margin-bottom:10%;
}
#thanks .lp-sec-inline > .lp-block > .lp-title {
	font-size: 23px;
	margin: 1em auto;
}
.lp-sec-inline.sec_info > .lp-block {padding: 0!important;}
}
.tbl-r02{
	width: 100%;
	background: #d4ebf7;
}
.tbl-r02 th {
	background: #00a3d4;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
}
.tbl-r02 td {padding: 10px;}
td {border-bottom: 1px solid #eee;}
@media screen and (max-width: 640px) {
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.tbl-r02 {
	width: 80%;
	margin: 0 auto;
}
.tbl-r02 th,
.tbl-r02 td {
	border-bottom: none;
	display: block;
	width: 100%;
}
}
h1{
	text-align: center;
	font-size: 2.3rem;
}