/* Password Checker / Generator */

.tl-content {
	padding: 50px 0;
	color: #243B4D;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.025em;
}
.tl-content h1,
.tl-content h2,
.tl-content h3,
.tl-content h4,
.tl-content h5 {
	color: #243B4D;
	font-weight: 700;
}

.tl-side {
	margin-top: 60px;
}

.tl-main-ttl1 {
	margin: 20px 0;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
}

.tl-info {
	max-width: 900px;
	margin: 20px auto;
	text-align: center;
}

.tl-list {
	margin: 40px 0;
	text-align: center;
}
.tl-list .row {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 50px -30px 0 -30px;
}
.tl-list .col {
	flex: 0 1 100%;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0 30px;
}
.tl-list .img {
	margin-bottom: 30px;
}
.tl-list .img img {
	display: block;
	margin: 0 auto;
}
.tl-list .txt {
	flex: 1 1 auto;
}
.tl-list .txt h2 {
	margin: 0 0 10px 0;
	color: #0364A9;
	font-size: 22px;
	line-height: 28px;
}
.tl-list .txt h2 a {
	text-decoration: none;
}
.tl-list .txt p {
	margin: 10px 0 0 0;
}
.tl-list .act {
	flex: 0 1 auto;
	margin-top: 25px;
	padding-bottom: 30px;
	border-bottom: 3px solid #008BEE;
}
.tl-list .btn {
	text-transform: none;
	background-color: #008BEE;
}
.tl-list .btn:hover,
.tl-list .btn:focus,
.tl-list .btn:active {
	background-color: #0364A9;
}

.tl-side-ttl {
	margin: 30px 0;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.tl-res {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
.tl-res ul {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 -20px;
}
.tl-res li {
	flex: 0 1 100%;
	max-width: 200px;
	margin: 0;
	padding: 20px;
	list-style-type: none;
}
.tl-res a {
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	height: 100%;
	padding: 0 0 20px 0;
	color: #243B4D;
	text-decoration: none;
	border-bottom: 2px solid #D3D8DB;
}
.tl-res a:hover,
.tl-res a:focus,
.tl-res a:active {
	opacity: 0.7;
}
.tl-res .img {
	flex: 0 1 auto;
	max-width: 32px;
	margin: 0 auto;
}
.tl-res .img img {
	display: block;
	margin: 0 auto;
}
.tl-res .txt {
	flex: 1 1 auto;
	margin-top: 20px;
}



@media only screen and (max-width: 1024px) {
	.tl-content {
		padding: 40px 0;
	}
	.tl-list .row,
	.tl-res ul {
		margin: 0 -15px;
	}
	.tl-list .col {
		padding: 0 15px;
	}
	.tl-res li {
		max-width: 180px;
		padding: 15px;
	}
	.tl-side {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.tl-content {
		padding: 30px 0;
		font-size: 14px;
		line-height: 24px;
	}
	.tl-main-ttl1 {
		margin: 15px 0;
		font-size: 24px;
		line-height: 30px;
	}
	.tl-list {
		margin: 30px 0;
	}
	.tl-list .row {
		flex-direction: column;
		align-items: stretch;
		margin: 30px 0 0 0;
	}
	.tl-list .col {
		margin-top: 30px;
		padding: 0;
	}
	.tl-list .col:first-child {
		margin-top: 0;
	}
	.tl-list .img {
		margin-bottom: 20px;
	}
	.tl-list .txt {
		flex: 0 1 auto;
	}
	.tl-list .txt h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.tl-list .act {
		margin-top: 20px;
		padding-bottom: 25px;
	}
	.tl-res {
		text-align: left;
		border-top: 1px solid #D3D8DB;
	}
	.tl-res br {
		display: none;
	}
	.tl-res ul {
		flex-direction: column;
		flex-wrap: nowrap;
		margin: 0;
	}
	.tl-res li {
		max-width: inherit;
		padding: 0;
	}
	.tl-res a {
		flex-direction: row;
		align-items: center;
		padding: 12px 0;
		border-width: 1px;
	}
	.tl-res .img {
		flex: 0 0 32px;
		width: 32px;
		margin-right: 20px;
	}
	.tl-res .txt {
		margin: 0;
	}
}