.top-ser {
	margin-top: 80px;
}
.top-ser h2 {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}
.top-ser h6 {
	text-align: center;
}
.ser01img {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 60px;
}
.fea {
	background-image: url("../img/top01-bg.jpg");
	background-size: cover;
	background-position: center;
	padding: 140px 0px 80px 0;
	margin-top: -80px;
}
.fea ul {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
}
.fea ul li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px;
	color: #fff;
	text-align: center;
}
.fea ul li:nth-child(2) {
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
}
.fea ul li h6 {
	font-family: "Times New Roman", Times, "serif";
	font-size: 280%;
	position: relative;
}
.fea ul li h6::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #fff;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.fea ul li h3 {
	font-weight: bold;
	font-size: 150%;
	margin-top: 20px;
	line-height: 1.4;
}
.fea ul li h5 {
	font-family: "Times New Roman", Times, "serif";
	font-size: 90%;
}
.fea-bbb {
	max-width: 700px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 60px;
}
.fea p {
	font-weight: bold;
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 30px;
}
.btn01 a {
	padding: 15px 20px;
	background-color: #CC341F;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	border-radius: 6px;
	position: relative;
	display: block;
}
.btn01 a:hover {
	opacity: 10;
	background-color: #fff;
	color: #CC341F;
}
.btn01 a::after{
	right: 20px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.5s ;
}
.btn01 a:hover::after {
	border-top: 3px solid #CC341F;
    border-right: 3px solid #CC341F;
}



.top-at {
	max-width: 1100px;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.top-at li {
	width: 46%;
	margin-top: 80px;
}
.top-at li img {
	border-radius: 6px;
}
.top-at li a h2 {
	color: #000;
	font-size: 150%;
	font-weight: bold;
	margin-top: 10px;
	transition: 0.5s ;
}
.top-at li a:hover h2 {
	color: #CC341F;
}

.top-at li a .ya {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.top-at li a .ya::after{
	right: 10px;
	top: 50%;
	margin-top: -4px;
	position: absolute;
	content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.5s ;
}
.top-at li a:hover .ya::after{
    border-top: 3px solid #CC341F;
    border-right: 3px solid #CC341F;
}

.aka-en {
	font-family: "Times New Roman", Times, "serif";
	font-size: 90%;
	color: #CC341F;
	letter-spacing: 0.1em;
}


@media screen and ( max-width:800px )
{


.top-at {
    display: inherit;
}
.top-at li {
    width: 100%;
    margin-top: 60px;
}
.fea ul {
    display: inherit;
}
.fea ul li {
    width: 100%;
    padding: 20px 0px;
	 border-bottom: 1px solid #555555;
}
.fea ul li:nth-child(2) {
    border-left: none;
    border-right: none;
}
.fea {
    padding: 100px 0px 60px 0;
    margin-top: -80px;
}
.fea-bbb {
    margin-top: 30px;
}
.top-ser h2 {
    font-size: 160%;
    padding-left: 5%;
	padding-right: 5%;
}
.top-ser {
    margin-top: 60px;
}
	
}