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

.section{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-content:center;
}

.section a{
	display: flex;
  justify-content: center;
  align-items: center;
	width:31%;
	margin:20px 1%;
	background-color: #00abba;
	color:#fff;
	font-weight:bold;
	padding:20px 30px 20px 10px;
	text-decoration:none;
	position:relative;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.75;
	min-height: 125px;
}
.section a span{
	font-size: 1.2em;
	display: block;
}
.section a:after{
	content:" ";
	background-image:url(../img/arrow.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right;
	height:1.4em;
	width:1.4em;
	font-weight:normal;
	position:absolute;
	top:calc(50% - 0.7em);
	right:10px;
}

.section a:hover{
	opacity:0.8;
}
.section p{
	margin-bottom:0px;
}

h2.ttl {
    font-size: 1.8em;
    margin: 30px auto 0 auto;
    color: #00abba;
    font-weight: bold;
    text-align: center;
}
.privacyLink{
	border-top: solid 1px #ddd;
	padding: 20px 0;
}
.privacyLink p{
	margin-bottom: 10px;
}
.contactPrivacy {
	padding: 10px;
	margin-bottom: 60px;
}
.contactPrivacy h2.ttl {
	text-align: left;
	margin: 50px auto 20px auto;
}
.contactPrivacy p {
	font-size: 100%;
	line-height: 1.75em;
	margin-bottom: 1em;
}
.contactPrivacy p span.small {
	font-size: 80%;
	display: block;
	margin-top: -5px;
	padding-left: 1.2em;
	line-height: 1.5em;
}
.contactPrivacy p img.pdfIcon {
	width: 25px;
	vertical-align: middle;
	margin-top: -5px;
}
.contactPrivacy p a {
	color: #00abba;
	text-decoration: none;
}
.contactPrivacy ul {
	list-style: disc;
	font-size: 100%;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 2em;
	padding-left: 4em;
}
.contactPrivacy ul li {
	margin-bottom: 0.75em;
}
.contactPrivacy p a:hover {
	text-decoration: underline;
}
.contactPrivacy h3 {
	font-size: 120%;
	margin: 40px auto 15px auto;
	line-height: 1.75em;
	margin-bottom: 1em;
}
.wpcf7-form-control > div{
	margin: 0 auto;
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}
@media screen and (max-width: 475px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.section a{
	    display: block;
    width: 100%;
    margin: 20px 2%;
    background-color: #00abba;
    color: #fff;
    font-weight: bold;
    padding: 30px 40px 30px 10px;
    text-decoration: none;
    position: relative;
}	
}