@charset "UTF-8";
/*bottom*/
/*header*/
header{
	background: rgba(255,255,255,0.8);
	}

h2.bottom_h2{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 150px;
	padding-top: 200px;
	font-size: 3.571em;
	text-align: center;
	}

.h_ber_333d47{
	border-left: 10px solid #333d47;
	padding: 10px;
	font-size: 1.428em;
	}

.lead{
	text-align: center;
	font-weight: bold;
	line-height: 150%;
	}

.anchor{
	display: flex;
	}

.anchor a{
	display: block;
	width: calc((100% / 3) - 31px);
	padding: 10px 15px;
	border-top: 1px solid #333d47;
	border-left: 1px solid #333d47;
	border-bottom: 1px solid #333d47;
	position: relative;
	}
.anchor a:last-child,.anchor a:nth-child(3n){
	width: calc((100% / 3) - 32px);
	border-right: 1px solid #333d47;
	}

.anchor a:hover{
	opacity: 0.8;
	text-decoration: none;
	}

.anchor a::after{
	content: '';
	position: absolute;
	bottom: 14px;
	right: 10px;
	border-right: 7px solid transparent;
	border-top: 10px solid #333d47;
	border-left: 7px solid transparent; 
	}

/* Media Queries
==========================================================================*/
@media screen and (max-width:1025px) {
}
@media screen and (max-width:960px) {

h2.bottom_h2{
	height: 97px;
	padding-top: 78px;
	font-size: 2.5em;
	}

.h_ber_333d47{
	border-left: 5px solid #333d47;
	padding: 5px;
	font-size: 1.25em;
	}

.lead{
	text-align: left;
	}

.lead p.txt_50{
	text-align: center;
	}

.anchor{
	display: block;
	}

.anchor a{
	width: calc(100% - 20px);
	padding: 5px 10px;
	border-top: 1px solid #333d47;
	border-left: 1px solid #333d47;
	border-right: 1px solid #333d47;
	border-bottom: none;
	position: relative;
	}
.anchor a:last-child,.anchor a:nth-child(3n){
	width: calc(100% - 20px);
	}
.anchor a:last-child{
	border-bottom: 1px solid #333d47;
	}
.anchor a::after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-right: 4px solid transparent;
	border-top: 6px solid #333d47;
	border-left: 4px solid transparent; 
	}
}