/*-------------------------------------------
inview
-------------------------------------------*/
.fadeIn {
	opacity: 0;
	transition: 1s;
	transition-delay: 0.3s;
}
.fadeInRight {
	opacity: 0;
	transition: 1s;
	transform: translateX(30px);
	transition-delay: 0.3s;
}
.fadeInLeft {
	opacity: 0;
	transition: 1s;
	transform: translateX(-30px);
	transition-delay: 0.3s;
}
.fadeInBtm {
	opacity: 0;
	transition: 1s;
	transform: translateY(20px);
	transition-delay: 0.3s;
}
.fadeInLine {
	opacity: 0;
	transition: 0.3s;
	transform: translate(15px,-10px);
	transition-delay: 1.0s;
}
.fadeIn.is-show,
.fadeInRight.is-show,
.fadeInLeft.is-show,
.fadeInBtm.is-show,
.fadeInLine.is-show {
	opacity: 1;
	transform: translate(0,0);
}

/*-------------------------------------------
table
-------------------------------------------*/
table.table01 {
	width: 1200px;
	border-collapse:collapse;
	box-sizing: border-box;
	border: solid 1px #333333;
}
table.table01>tbody>tr>th{
	background: #F2F2F2;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 400;
	border-bottom: solid 1px #333333;
	box-sizing: border-box;
}
table.table01>tbody>tr>th:nth-child(1){
	width: 15%;
}
table.table01>tbody>tr>th:nth-child(2){
	width: 23%;
}
table.table01>tbody>tr>th:nth-child(3){
	width: 16%;
}
table.table01>tbody>tr>th:nth-child(4){
	width: 14%;
}
table.table01>tbody>tr>th:nth-child(5){
	width: 32%;
}
table.table01>tbody>tr>td{
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	font-size: 1.6rem;
	border-bottom: dotted 1px #707070;
	box-sizing: border-box;
}

.scroll_guide {
	display: none;
}

/* *********************************************************************** */
@media screen and (max-width: 1240px) {
/*-------------------------------------------
table
-------------------------------------------*/
table.table01>tbody>tr>th{
	padding: 8px 10px;
	font-size: 1.4rem;
}
table.table01>tbody>tr>td{
	padding: 8px 10px;
	font-size: 1.4rem;
}

/* .scroll */
.scroll {
	box-sizing: border-box;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 12px;
}

.scroll_guide {
	position: relative;
	margin-left: auto;
	display: block;
	padding: 20px 0 10px;
	width: 11em;
	font-size: 1.4rem;
	line-height: 1;
}
.scroll_guide::after {
	position: absolute;
	content: "";
	top: 0;
	right: 3px;
	width: 11em;
	height: 10px;
	border-bottom: 2px solid #E22F00;
	border-right: 2px solid #E22F00;
	transform: skew(45deg);
}
}

/* *********************************************************************** */
@media screen and (max-width: 1024px) {
}

/* *********************************************************************** */
@media screen and (max-width: 559px) {
}
