/* ============
 フォント
 ========================= */
.mincyo2{
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}
/* ============
 contents
========================= */
.site-header {
	display: none!important;
}
.site-footer{
	display: none!important;
}
h2{
	font-size: 1.3rem;
	letter-spacing: .2rem;
	font-weight: blod;
	font-weight: bold!important;
	border-bottom: solid #333 1px;
}


/* ////////// iPad以上 //////////*/
@media screen and (min-width: 769px){

}

/* ////////// tablet用のみ //////////*/
@media screen and (max-width: 768px){

}

/* ////////// sp //////////*/
@media screen and (max-width: 415px){
h1 {
	font-size: 1.2rem;
}
h2 {
	font-size: 1rem;
}
}
