@charset "UTF-8";

.info {
	padding: 80px 0 175px;
}

.info_cts {
	text-align: center;
	margin-top: 80px;
}

.info_cts:first-of-type {
	margin-top: 0;
}

.info_cts_ttl {
    font-family: 'Comfortaa', cursive;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.info_cts_ttl.-item1 {
	color: #b13c3c;
}

.info_cts_ttl.-item2 {
	color: #436eb5;
}

.info_cts_txt {
	font-size: 20px;
	margin-bottom: 10px;
}

.info_cts_bnr a {
	display: inline-block;
}

.info_cts_bnr a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.info_cts_link {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #adadad;
    transition: border-bottom 0.3s;
}

.info_cts_link:hover {
    border-bottom: 1px solid transparent;
}


/* All SP & Tablet */
@media screen and (max-width:1400px) {
}

/* All SP */
@media screen and (max-width:640px) {
}
