@charset "UTF-8";
/* CSS Document */

/*    main visual 
------------------------------------------------*/
.main_visual_01 {
	background: #ddd url(../../../privacy/images/head_image.jpg) no-repeat left center;
	background-size: cover;
}

table.normal_table tbody td {
	text-align: left!important;
}
#mainarea table td.colon {
	text-align: center!important;
}

ol.nagarerec {
	margin-left: -30px;
}
ol.nagarerec li {
	font-size: 18px;
	padding-bottom: 60px;
	margin-bottom: 20px;
	background-image: url(../../../privacy/images/arrow_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
ol.nagarerec li:last-child {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.txt_bg {
	padding: 8px 10px 5px 10px;
	background-color: #9EB3C3;
}
.txt_bg a {
	color: #FFFFFF;	
}

@media only screen and (min-width : 768px) {
/*    main visual 
------------------------------------------------*/
#mainarea table th.tb_th_w {
	min-width: 120px;
}
ol.nagarerec {
	margin-left: 40px;
	margin-right: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}
}

@media only screen and (max-width : 767px) {
/*    main visual 
------------------------------------------------*/
#mainarea table th.tb_th_w {
	min-width: 120px;
}
}
