@charset "utf-8";

.service_red_box{
	background-image:url(../img/service/service_red_box.png);
	width:802px;
	height:55px;
	color:#FFF;
	text-align:center;
	font-size:18px;
	padding:10px 0 0 0;
	margin-bottom:35px;
}

.mb40{
	margin-bottom:40px;	
}

.country td{
	padding: 5px;
	}
	
.txt_box dd{
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	}
.txt_box dt{
	margin: 5px 5px 10px 14px;
	}
	
.cansel {
	margin: 0 30px 0 10px;
	padding: 0;
}

.cansel dt {
	margin: 0 0 10px;
	padding:0;
}

.cansel dt span {
	color: #006699;
}

.cansel dd {
	margin: 0 0 25px 10px;
	padding:0;	
	font-size: 14px;
}

.cansel dd span {
	color: #006699;
	font-weight: bold;
	font-size: 16px;
}


/*-------- スマホ対応 -----------*/

@media screen and (max-width:800px){
	.country td{
		display: inline-block;
		width: 50%;
		padding: 0;
	}
	.box_blue_m {
		margin-bottom: 40px;
	}
	.service_red_box{
		background-image: noe;
		width: 96%;
		height: auto;
		background: #c00;
		border-radius: 8px;
		font-size: 14px;
		padding: 2%;
	}
}