@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
  apply_internet
-----------------------------------------------*/
#apply_internet {
background: #E7F6F6;
}
#apply_internet .button a {
position: relative;
display: block;
padding: 0.75em;
font-size: 1.5em;
font-weight: 500;
text-align: center;
color: #FFF;
background: #00A5A5;
border-radius: 8px;
}
#apply_internet .button a::after {
content: "▶";
position: absolute;
top: calc(50% - 0.75em);
right: 1em;
font-size: 0.8em;
}
#apply_internet .button a:hover {
opacity: 0.8;
}

/* download */
#apply_internet .download {
margin-top: 40px;
border: 2px solid #00A5A5;
}
#apply_internet .download .head {
padding: 0.25em;
font-size: 1.5em;
font-weight: 500;
text-align: center;
color: #FFF;
background: #00A5A5;
}
#apply_internet .download .body {
padding: 25px;
background: #FFF;
}
#apply_internet .download li:not(:first-child) {
margin-top: 25px;
}
#apply_internet .download .button a {
color: #000;
background: #FF0;
border-radius: 8px;
}
@media screen and (max-width: 767px) {
	#apply_internet .button a {
	font-size: 1.2em;
	}
	#apply_internet .download {
	margin-top: 8%;
	}
	#apply_internet .download .head {
	font-size: 1.1em;
	}
	#apply_internet .download .body {
	padding: 4%;
	background: #FFF;
	}
	#apply_internet .download li:not(:first-child) {
	margin-top: 4%;
	}
}

