@charset "utf-8";
/*japan*/
body.japan #sec01 .wrap {
  max-width: 1060px;
}
body.japan #sec01 .labelttl {
  margin: 50px 0 30px;
}
body.japan .tbl_style01 th:nth-child(1) {
  width: 180px;
}
body.japan .tbl_style01 th:nth-child(2) {
  width: 280px;
}
body.japan .tbl_style01 th:nth-child(3) {
  width: 280px;
}
body.japan .tbl_style01 th:nth-child(4) {
  width: 320px;
}
body.japan .back_btn a:after {
  left: auto;
  right: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1100px){
	/*japan*/
	body.japan #sec01{
		padding-bottom: 20px;
	}
	body.japan #sec01 .wrap {
		max-width: inherit;
	}
	body.japan #sec01 .labelttl {
		margin: 30px 0;
	}
	body.japan .back_btn a:after {
		left: auto;
		right: 25px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	body.japan table#blockTable tbody tr:not(:last-child){
		border-bottom: 30px solid #fff;
	}
	body.japan table#blockTable tbody td:before{
		width: 140px;
	}
	body.japan table#blockTable tbody td .bt-content{
		width: calc(100% - 140px);
	}
	body.japan #sec01 .back_btn a{
		max-width: inherit;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	/*japan*/
	body.japan #sec01{
		padding-bottom: 0;
	}
	body.japan #sec01 .labelttl {
		margin: 6.6vw 0 5vw;
	}
	body.japan .back_btn a:after {
		right: 3.6vw;
	}

	
	body.japan table#blockTable tbody tr:not(:last-child){
		border-bottom: 5.3vw solid #fff;
	}
	body.japan table#blockTable tbody td:before{
		width: 25%;
	}
	body.japan table#blockTable tbody td .bt-content{
		width: calc(100% - 25%);
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px), print {}
@media screen\0 {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {}