#main-inner {
	padding-top: 100px;
	max-width: 800px;
	width: 100%;
}
#btm-page-top .in,#footer-inner {
	max-width: 800px;
	width: 100%;
}
.btns .fl,.btns .fr {
	width: calc(50% - 10px);
	max-width: 280px;
	margin-right: 10px;
}
.btns .fr {
	margin-right: 0px;
	margin-left: 10px;
}
.btns .fl a {
	height: 200px;
	border: 1px solid #cccccc;
	text-decoration: none;
	padding: 5px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	font-size: 14px;
}
.btns .fr a {
	height: 200px;
	border: 1px solid #cccccc;
	text-decoration: none;
	padding: 5px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	font-size: 14px;
}
.btns .fl a.active,.btns .fr a.active {

	background: #f6ebec;
}
.ct {
	font-size: 20px;
	text-align: center;
	display: none;
}
.btns .fl a .t1,.btns .fr a .t1 {
	font-size: 24px;
	line-height: 16px;
}
.btns.edit4 a .t1 {
	padding-bottom: 16px;
}
.btns.edit4 a .t5 {
	line-height: 1.3;
}
#main .btns .clearfix {
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.btns.edit,.btns.edit2 {
	margin-top: 20px;
}
.btns.edit .fl {
	width: calc(100%/3 - 10px);
} 
.btns.edit2 .fl {
	max-width: inherit;
} 
#main .btns.edit2 .fl .in {
    width: 240px;
    margin: 0 auto;
    border: solid 1px #cccccc;
}
#main .btns.edit2 .fl .in a {
	display: block;
    padding: 5px;
    text-decoration: none;
}

.btns.edit4 a{
	height: 100%;
	min-height: 100px;
	justify-content: inherit;
	padding-top: 20px;
	border-radius: 10px;
}