.page_title_area {
	
	width: 100%;
	height: 100px;
	margin-bottom: 5px;
	background-color: #333333;
	border-bottom: #CCC solid 1px;
}

.page_title_area h1 {
	
	padding: 5px 20px 5px 20px;
	color: #F0F0F0;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.3em;
	font-size: 40px;
	line-height: 80px;
}

.main_area {

    margin: 0px;
    padding: 20px;

}

.subtitle {

    margin: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;

}

.subtitle h1 {

    padding-left: 30px; 
    font-family: 'mada';
    font-size: 40px;
    font-weight: 800;

}

.subtitle p {
        
    padding-top: 10px;    
    padding-left: 30px;
    padding-right: 30px;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
 
}

#lg {

    padding-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.HowTo {

    padding: 10px;
    border-bottom: solid 1px #808080;

}

.HowTo_title {

    padding: 10px;

}

.HowTo_title h1 {

    font-size: 20px;
    font-weight: 600;
    color: #F03;

}

.HowTo_content {

    padding-top: 20px;
    padding-left: 20px;

}
.HowTo_content p {
    
    font-size: 12px;
    color: #4b4b4b;
    padding-bottom: 10px;

}
   
@media screen and (min-width: 600px) {
	
	
}

@media screen and (min-width: 768px) {
	
	.footer {

		height: 110px;

	}
	
	.toggle_menu {
		display: none;
	}
	
	.nav_menu {
		
		width: 100%;
		overflow: auto;
		height: auto;
	}
	
	.nav_menu ul li {
		
		float: left;
		width: 25%;
		height: 55px;
		line-height: 55px;		
	}
	
	.nav_menu ul li a {
	
		border-top: none;
		height: 55px;
	}
	
	.nav_menu ul {
		
		list-style-type: none;
	}
	
	.nav_menu ul li ul{
		
		margin: 0;
		position: absolute;
		width: 25%;
		height: auto;
	}
	
	.nav_menu ul li:hover ul{
		
		-webkit-transition: all .5s ease;
    		-moz-transition: all .5s ease;
    		transition: all .5s ease;
	}
	
	
	.nav_menu ul li ul li {
		
        position: relative;
        left: 0;
		margin-left: 0;
		width: 100%;
		opacity: 0.8;
		
	}
	
	.nav_menu ul li ul li a{
		
		width: 100%;
		
		text-align: center;
		color: #FFFFFF;

		background-color: #333333;
	}
	
	.nav_menu ul li ul li a:hover{
		
		background-color: #fff;
		opacity: 0.9;
		color: #F03;
		
	}

    .subtitle h1 {

        letter-spacing: 0.2em;
        font-size: 48px;

    }

	.foot_adress ul li {
		font-size: 14px;
	}
	
	#copyright {
		font-size: 12px;
	}
	
}

@media screen and (min-width: 1024px) {

    .header_area {
        height: 70px;
        display: flex;
        flex-direction: row;
    }

    .logo_area {
        flex-grow: 2;
    }

    .logo {
        width: 266px;
        height: 45px;
    }

    .contact_us, .contact_us2 {
        display: block;
        margin-top: 10px;
        margin-right: 20px;
    }

    .subtitle p {
         
        padding-left: 100px;

        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
 
    }

    #lg {

        font-size: 16px;
    }

    .HowTo_title h1 {

        font-size: 24px;

    }

    .HowTo_content p {
    
        font-size: 14px;

    }
}

@media screen and (min-width: 1280px) {
	
	.nav_menu {
		
		margin: auto auto;
		width: 60%;
		overflow: auto;
		height: auto;
	}
	
	.nav_menu ul li ul{
		
		margin: 0;
		position: absolute;
		width: 15%;
		height: auto;
	}
	
}

@media screen and (min-width: 1440px) {
	
	.footer {
		height: 120px;
	}
	
	.foot_address ul li {	
		
		font-size: 16px;
		letter-spacing: 0.2em;
	}
	
	#copyright {

		font-size: 14px;
	}	

}

@media screen and (min-width: 1680px) {
	
	.wrap {
		
		width: 1680px;
		margin: 0 auto;
	}
	
	.nav_menu ul li ul{
		
		width: 252px;
	}

    .nav_menu ul li ul li {
        
        width: 252px;
    }

}
