@charset "utf-8";
#ct_bg .mainContens01 p:not(.pagetop01) a {
	color: #0099ff;
}

#ct_bg .wrap01 {
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .subSection02 {
	padding: 0 15px;
}

#ct_bg .ti04 {
	display: inline-block;
	margin-top: 15px;
	padding: 4px 6px;
	background-color: #0052a4;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
}

#ct_bg .columnLayout01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start ;
	-ms-flex-align: start ;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

#ct_bg .columnLayout01 > .text01 {
	margin: 21px 0 0 20px;
}

#ct_bg .col02 {
	margin: 12px 0 0 15px;
	width: 280px;
	border: 2px solid #eb5505;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
}

#ct_bg .col02:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .col02 > .text01 {
	padding: 8px;
	background-color: #eb5505;
	color: #fff000;
	border-radius: 5px 5px 0 0;
}

#ct_bg .col02 > .text02 {
	padding: 8px;
}

#ct_bg .btn02 {
	position: relative;
	margin: 40px auto 0;
	width: 380px;
}

#ct_bg .btn02 > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .3s;
	opacity: 0;
}

#ct_bg .btn02 > a:hover:before {
	opacity: .5;
}

@media screen and (max-width: 639px) {

#ct_bg .subSection02 {
	padding: 0;
}

#ct_bg .columnLayout01 {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .columnLayout01 > .text01 {
	margin: 10px 0 0;
	width: 100%;
}

#ct_bg .ti04 {
	font-size: 94%;
}

#ct_bg .col02 {
	margin: 10px 0 0 0;
	width: 100%;
	font-size: 94%;
}

#ct_bg .btn02 {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .btn02 > a:before {
	content: none;
	transition: none;
}

}

