﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    hojo css
------------------------------------------------------------*/  

#hojoHd{
	width:100%;
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px solid #DCDDDD;
}

#hojoHd-ttl{
	color:#091E3C;
	font-size:234%;
	margin-bottom:15px;
}

#hojoHd-txt{
	color:#3E3A39;
	font-size:117%;
}

.hojoSubHd{
	color:#091E3C;
	font-size:175%;
	margin-bottom:20px;
}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 834px){

#hojoHd-ttl{ font-size:184%;}
.hojoSubHd{ font-size:150%;}

}

/* SP */
@media screen and (max-width: 480px){

#hojoHd-ttl{ font-size:150%;}
.hojoSubHd{ font-size:134%;}

}