@charset "utf-8";
/* Author: Hosaka */
/* ---------------------------------------------------
	top
------------------------------------------------------ */
.top-contents {max-width: 1220px; margin: 50px auto; padding: 0 10px}
.top-contents h2 {font-size: 32px; margin-bottom: 40px;}

.top-link a {display: block; text-align: center; padding: 100px 0; border: 2px solid #333; background: #FFF; font-size: 24px; font-weight: bold;line-height: 1.4;}
.top-link a:hover {border: 2px solid #003F91; background: #003F91; color: #FFF;}

.top-contents .headline-item a{font-size:1.8rem;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape){
    .top-link a {padding: 50px 0;}
}