@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#access {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#access .flex {
	display: flex;
	justify-content: space-between;
	grid: 55px;
	margin-bottom: 60px;
}
#access .flex div h2 {
	font-size: 25px;
	margin-bottom: 35px;
}
#access .flex div dl {
	display: flex;
	flex-wrap: wrap;
}
#access .flex div dl dt {
	width: 114px;
}
#access .flex div dl dd {
	width: 400px;
	margin-bottom: 20px;
}
#access .flex div dl dd a {
	color: #000;
	text-decoration: none;
}
#access .flex+.flex div {
	width: 516px;
}
#access .box {
	background-color: #F4F4EB;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 150px;
}
#access .box h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 25px;
}





main .list {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
main .list h2 {
	font-size: 27px;
}
main .list table {
	width: 805px;
	border-top: 1px solid #d0d0d0;
}
main .list table th {
	font-size: 17px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 20px;
	padding-top: 20px;
}
main .list table td {
	font-size: 17px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 20px;
	padding-top: 20px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#access {
	margin-left: 5vw;
	margin-right: 5vw;
	text-align: left;
}
#access .flex {
	margin-bottom: 10vw;
}
#access .flex div h2 {
	font-size: 6vw;
	margin-bottom: 10vw;
}
#access .flex div dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#access .flex div dl dt {
	width: 20vw;
}
#access .flex div dl dd {
	width: 60vw;
	margin-bottom: 5vw;
}
#access .flex div dl dd a {
	color: #000;
	text-decoration: none;
}
#access .flex+.flex div iframe {
	height: 60vw;
}
#access .box {
	background-color: #F4F4EB;
	padding-top: 5vw;
	padding-bottom: 5vw;
	margin-bottom: 15vw;
}
#access .box h3 {
	text-align: center;
	font-size: 6vw;
	margin-bottom: 5vw;
}





main .list {
	margin-left: 5vw;
	margin-right: 5vw;
	text-align: left;
	margin-bottom: 15vw;
}
main .list h2 {
	font-size: 6vw;
	margin-bottom: 5vw;
}
main .list table {
	border-top: 1px solid #d0d0d0;
}
main .list table th {
	font-size: 3.5vw;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 5vw;
	padding-top: 5vw;
	width: 24vw;
}
main .list table td {
	font-size: 3.5vw;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 5vw;
	padding-top: 5vw;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}