@charset "utf-8";
.form {
	border-collapse:collapse !important;
}
.tb_adds td {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.form td {
	border: 1px solid #000099;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.tb_pay td {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.clear {
	clear:both;
}
.bg_blue {
	background-color:#000099 !important;
}
.tit_form {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
p.title{
	font-size:16px;
	text-align:center;
	margin:10px auto;
}
.bn_area {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.bn_left {
	float:left;
	width:530px;
}
.bn_right {
	float:left;
	width:270px;
	text-align:center;
}
.tx_center {
	text-align:center;
}

@media screen and (min-width:640px){

.pc_none {
	display:none;
}
#sp_fnavi {
	display:none;
}
a[href^="tel:"] {
    pointer-events: none;
}

}

@media screen and (max-width:640px){
body {
	background-image: none;
}
img{
max-width: 100%;
height: auto;
}
.sp_none {
	display:none;
}
.sp_center {
	text-align: center;
}

.sp_left {
	text-align:left;
}
.wrap {
	width:100%;
}
.tb_block{
	display: block;
}
.w_100p {
	width:100%;
}
.w_94p {
	width:94%;
}
.l_cont {
	width:100%;
}
.td_privacy iframe{
	width:100%;
}
.form {
	border-collapse:collapse;
}
.form td {
	border-collapse:collapse !important;
	display: block;
	width: 96%;
	border: 1px solid #000099 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2%;
	padding-left: 2%;
	margin-top:-1px;
}
.tb_adds td {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.tb_pay td {
	width:90%;
	background-color: #FFF;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.form textarea{
	width:90%;
}
.bg_blue {
	width:100%;
	background-color:#000099 !important;
	border: 1px solid #000099 !important;
}
.bn_area {
	display: flex;
	flex-direction: column;
	width:96%;
}
.bn_left {
	order: 2;
	float:none;
	width:100%;
}
.bn_right {
	order: 1;
	float:none;
	width:100%;
	text-align:center;
}
.tel {
	margin-top:10px;
	margin-bottom:10px;
}

}