@charset "utf-8";
/* CSS Document */

@media screen and (max-width:899px){

}

@media screen and (max-width:767px){
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none;
}
.fixedcontainer{
	width: 96%;
}
.main{
	height: 50vw;
}
.main .fixedcontainer{
	height: 50vw;
}
.container-in{
	width: 96%;
	padding: 10% 0;
}
.service{
	margin-bottom: 15%;
}
.main-txt {
    bottom: 20px;
    font-size: 20px;
}
footer {
    padding: 20px 0 40px;
}
}

@media screen and (max-width:650px){
.logo-img {
    padding: 20px 0;
}

.main-txt {
    font-size: 18px;
}
.copyright{
	text-align: center;
}
footer {
    padding: 20px 0;
}
}

@media screen and (max-width:570px){
.visible-500{
	display:block;
}
.hidden-500{
	display:none;
}
.logo-img img{
	width: 50%;
	max-width: 237px;
}
.service dt{
	float: none;
	width: 100%;
}
.service dd{
	float: none;
	width: 100%;
}
.service {
    margin: 0 auto;
    margin-bottom: 15%;
    width: 280px;
}
.title{
	margin-bottom: 10px;
}
.about dt{
	padding: 10px 0 10px 5px;
}
.about dd{
	padding: 10px 0 10px 5px;
}
.main-txt {
    font-size: 16px;
}
.main {
    height: 55vw;
}
.main .fixedcontainer{
    height: 55vw;
}
}


@media screen and (max-width:420px){
.logo-img{
	padding: 10px 0;
}
.about dt{
	width: 100%;
	display: block;
	font-weight: bold;
}
.about dd{
	width: 100%;
	display: block;
}
}