@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/permission/m_bg.png");
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 578px;
	padding-left: 100px;
	height: 120px;
	background-color: #EEEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#permission .box {
	width: 90%;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 110px;
	position: relative;
	z-index: 999;
}
#permission .box h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}
#permission .box table {
	background-color: #fff;
	border-top: 1px solid #000;
}
#permission .box table td {
	border-bottom: 1px solid #000;
	width: 49%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#permission .box table td:first-child {
	padding-left: 20px;
}
#permission .box table td:last-child {
	text-align: right;
	padding-right: 20px;
}
#permission .box table td ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
}
#permission .box table td:last-child ul {
	float: right;
}
#permission .box table td ul li {
	font-size: 24px;
	font-weight: 500;
	text-align: left;
}
#permission .box table td ul li:first-child {
	width: 100px;
}
#permission .box table td img {
	width: 56px;
	height: auto;
}











#contact {
	margin-bottom: 100px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/permission/m_bg.png");
	height: 60vh;
	border-bottom-right-radius: 20vw;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 85%;
	padding-left: 5%;
	height: 18vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 3.5vw;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 12vw;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}




#permission .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10vw;
	position: relative;
	z-index: 999;
}
#permission .box h2 {
	font-size: 6vw;
	font-weight: bold;
	margin-bottom: 5vw;
	line-height: 1.4em;
}
#permission .box table {
	background-color: #fff;
	border-top: 1px solid #000;
}
#permission .box table td {
	border-bottom: 1px solid #000;
	width: 100%;
	display: block;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
#permission .box table td {
	padding-left: 2vw;
}
#permission .box table td ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
}
#permission .box table td ul li {
	font-weight: 500;
}
#permission .box table td ul li:first-child {
	width: 17vw;
}
#permission .box table td img {
	width: 6vw;
	height: auto;
}
#permission .box table td.none {
	display: none;
}






#contact {
	margin-bottom: 20vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}