@charset "utf-8";


/*/////// セクション2 ////////*/
.post .sec2 table {
	width: 100%;
	border: 2px solid #222;
}

.post .sec2 th, .post .sec2 td {
	border: 1px solid #222;
}

.post .sec2 .emtpy {
	background-image: linear-gradient(to right bottom, transparent calc(50% - 1px), #000 calc(50% - .5px), #000 calc(50% + .5px), transparent calc(50% + 1px), #fff);
	background-repeat: no-repeat;
}

.post .sec2 th, .post .sec2 td {
	width: 33.3%;
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
}

.post .sec2 th p {
	line-height: 1.5em !important;
	text-align: center
}

.post .sec2 tr:nth-child(2n) {
	background-color: #e8f8fc;
}

.post .sec2 .img-text01 {
	width: 320px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

@media (min-width: 480px) {	
	.post .sec2 .td-width1 {
		width: 30%;
	}
	
	.post .sec2 .td-width2 {
		width: 70%;
	}	
}

@media (min-width: 576px) {
	.post .sec2 table {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.post .sec2 .img-text01 {
		width: 420px;
	}
}

@media (min-width: 768px) {
	.post .sec2 table {
		width: 70%;
	}
	
	.post .sec2 .img-text01 {
		width: 480px;
	}
	
	
}

@media (min-width: 992px) {
	.post .sec2 table {
		width: 90%;
	}
	
	.post .sec2 .img-text01 {
		width: 420px;
	}
}

@media (min-width: 1200px) {
	.post .sec2 table {
		width: 80%;
	}
	
	.post .sec2 .img-text01 {
		width: 460px;
	}
}

/*/////// セクション3 ////////*/
.sec3 {
	margin-bottom: -30px !important;
}






