@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

/* --------------------------------
   □ サイト情報(フッター)
-------------------------------- */
footer{
	padding-bottom: 80px;
}


/* --------------------------------
   □ menu
-------------------------------- */ 
.contents ul.menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
}

.contents ul.menu li{
	position: relative;
	width: 32%;
	margin-bottom: 10px;
}
.contents ul.menu li:before{
	position: absolute;
	top: 50%;
	right: 8%;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #0072BC;
	border-right: 2px solid #0072BC;
	transform: rotate(45deg);
	content: "";
	transition: 0.3s;
}

.contents ul.menu li:hover:before{
	right: 4%;
}

.contents ul.menu li a{
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 10px 0 10px 0;
	background: #fff;
	border-radius: 15px;
	color: #333;
	box-shadow: 0 2px 6px 0 rgba(0,0,0, 0.2);
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
.contents ul.menu li dl dt{
	height: 64px;
	display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.contents ul.menu li dl dd{
	height: 3.8em;
	display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}




@media only screen and
(max-width : 767px) {
	
/* --------------------------------
   □ menu
-------------------------------- */ 
.contents ul.menu{
}

.contents ul.menu li{
	width: 48%;
}
	
.contents ul.menu li a{
	font-size: 1.3rem;
}

	

}

.link_icn.blank:after{
    content: "";
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    background-image: url(/resources/img/cmn/ic_blank_blue.svg);
    background-size: 16px !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    right: -5px;
    bottom: -3px;
}
.link_icn.pdf:after{
    content: "";
    display: inline-block;
    width: 21px !important;
    height: 18px !important;
    background-image: url(/resources/img/cmn/ic_pdf.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    right: -5px;
    bottom: -2px;
}
