@charset "UTF-8";

#main{
	margin-bottom: 100px;
}
.rinzi{
	border: 5px solid #993333;
	border-radius: 5px;
	padding: 15px;
}
.rinzi2{
	border: 5px solid #339999;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 50px;
}
#main .info p{
	text-align: left;
}
/*table*/
table{
	margin: 25px auto 10px;
}
table tr{
	text-align: center;
}
table thead th{
	width: 25%;
	padding: 5px;
	background: #3399cc;
	color: #fff;
	font-weight: bold;
	border-color: #3399cc;
	border-right: hidden;
}
table thead th:last-of-type{
	width: 50%;
	border-right: solid 1px #3399cc;
}
table tbody td{
	padding: 5px;
	background: #fff7e8;
}
table tbody tr:first-child td:last-of-type{
	text-align: left;
}
.sp_table{
	display: none;
}
/*送付先*/
.oubo-box{
	width: 90%;
	height: 100%;
	margin: 25px auto 0;
	padding: 20px;
	padding-right: 0;
	background: #eaf5fa;
	border-radius: 20px;
}
/*.oubo .oubo-box div{
	margin: auto 0;
}*/
.oubo-box p{
	font-size: 1.4em;
}
/*.oubo .oubo-box p:nth-child(1){
	margin-bottom: 15px;
}*/
/*.oubo-box p:nth-child(2){
	text-indent: 1em;
}*/

@media screen and (max-width: 767px){
	#main{
		margin-bottom: 50px;
	}

	table .pc_table{
		display: none;
	}
	table thead th{
		table-layout: fixed;
	}
	table thead tr:first-of-type th:nth-of-type(2){
		border-right: solid 1px #3399cc;
	}
	.sp_table{
		display: block;
		margin-top: -10px;
	}
	.sp_table thead th{
		table-layout: fixed;
		border-top: hidden;
	}
	.oubo-box p{
		font-size: 1.2em;
	}
	.oubo-box p:nth-child(2){
		text-indent: 0;
	}
}
/*送付先ここまで*/