@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;600&display=swap');
*{
	font-family: 'Noto Sans JP', sans-serif;
}
.midashi h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
    color: #706C6E;
}
.indexInformationList h2{
    	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    	font-size: 24px;    
}
.indexEbooksSubeteButton h2, .indexBooksSubeteButton h2{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.indexEbooksSubeteButton:hover h2, .indexBooksSubeteButton:hover h2{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 12px;
    font-weight: bold;
    color: #ff0060;
}
.datailsShotenList li h2{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 14px;
    font-weight: bold;
    color: #706C6E;
	transition: .3s;
}
.datailsShotenList li:hover h2{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.informationImg h2{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 14px;
    font-weight: bold;
    color: #706C6E;
}
.header h1{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 24px;
    color: #FF0060;
}
.companyProfileList h1 {
	font-size: 20px;
}
.companyProfileName h1:before {
	content: "&#9670;";
	color: rgba(255,0,96,1.00);
	font-size: 20px;
}
.item_midashi h2{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: #706C6E;
}
.item_intoduction h2, .item_sakusha h2{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 14px;
	color: #706C6E;
}
.item_midashi h2:before {
	content: "◆";
    color: #FF0060;
	margin: 0 5px 0 0;
	font-size: 18px;
}
.tokuyakuHeader h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 24px;
}
.tokuyakuHeader h2{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 500;
}
.tokuyakuMenu h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
    color: #FF0060;
}
.tokuyakuRightBody h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;	
}
.tokuyakuRightBody h2{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 12px;
}
.tokusetsuBtn h2{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 14px;
}
.contact_list h2, .confirm_list h2 {
	font-family: sans-serif;
	font-size: 18px;
    color: #FF0060;
}
.CFWText01 h1{
	font-size: 24px;
	font-weight: 600;
}
.CFWText02 h1{
	font-size: 20px;
	font-weight: 400;
}
.CFWText03 h1{
	font-size: 16px;
	font-weight: 400;
}
@media screen and (max-width: 768px){
    .tokuyakuHeaderSp h1{
    	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    	font-size: 24px;
    }
    .tokuyakuHeaderSp h2{
    	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    	font-size: 20px;
    }
    .tokuyakuMenuSp h1{
    	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    	font-size: 16px;
    	color: #fff;
    }
}