@charset "utf-8";
/* CSS Document */

#wrapper {width: 100%; min-height: 100vh; margin: 0; padding: 0; box-sizing: border-box; overflow: hidden;}


/*PC:body-------------------------------------*/
@media screen and (min-width:961px){
	.pc {display: block !important;}
	.tb {display: none !important;}
	.sp {display: none !important;}
	
	#titleLineTop {width: 100%; height: auto; margin: 20px 0 0; padding: 8px 0 0; text-align: center; font-size: 14px;}
	#titleLine {width: 100%; height: auto; margin: 0 0 20px; padding: 0 0 8px; text-align: center; font-size: 18px; font-weight: bold;font-family: 'Noto Serif JP', serif;}
	
	section {width: 60%; height: auto; margin: 0 20% 80px; padding: 0 0 35px; box-sizing: border-box; font-family: 'Noto Serif JP', serif; font-weight: 600; color: #6B401B;}
	section h3 {width: 100%; height: auto; margin: 30px auto; padding: 10px 0; font-size: 20px; text-align: center; border-radius: 8px 8px 0 0; font-weight: 600; box-sizing: border-box;}
	
	.content_box {width: 100%; height: auto; margin: 0 0 30px; padding: 16px; box-sizing: border-box;}
	
	.hint-container { width: 100%; max-width: 780px; margin: 20px auto; padding: 20px; background: #fff; }
    .hint-category { display: inline-block; background: #2D7CC5; color: #fff; padding: 4px 10px; font-size: 13px; border-radius: 4px; margin-bottom: 10px; }
    .hint-title { font-size: 24px; font-weight: bold; line-height: 1.4; margin-bottom: 20px; color: #333; }
	.hint-title a {color: #1E7E29;}
    .hint-thumb { width: 100%; margin-bottom: 30px; text-align: center; }
    .hint-thumb img {width: 100%; max-width: 120px; height: auto; border-radius: 8px; }
    
    /* 💡 エディタ（TinyMCE）から出力されるHTML用の装飾 */
    .hint-content { font-size: 16px; line-height: 1.8; color: #333; overflow: hidden; }
    .hint-content h3 { font-size: 18px; font-weight: bold; border-left: 4px solid #2D7CC5; padding-left: 10px; margin: 30px 0 15px 0; color: #2D7CC5; }
    .hint-content p { margin-bottom: 1.5em; }
    .hint-content ul, .hint-content ol { margin: 0 0 1.5em 20px; padding: 0; }
    .hint-content li { margin-bottom: 0.5em; }
    .hint-content img { max-width: 100%; height: auto; display: block; margin: 20px auto; }
	
	/* 記事 */
	.hint-category-wrapper {display: flex; align-items: center; gap: 15px; margin-bottom: 10px;}
	.hint-category {margin-bottom: 0;}
	.hint-date {font-size: 14px; color: #666; font-family: 'M PLUS 1p', sans-serif;}
	.hr {border: 0; border-top: 1px solid #eee; margin-bottom: 30px;}
	.pdf-box { background: #f8f9fa; border: 1px solid #ddd; padding: 15px; border-radius: 6px; margin-top: 40px; text-align: center; }
	.pdf-box p {margin-bottom: 10px; font-size: 14px;}
	.pdf-box a {color: #04574E; font-weight: bold; text-decoration: none;}
    .pdf-link { display: inline-block; background: #dc3545; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; }
	.hint_buttonSpc {text-align: center; margin-top: 40px;}
	.hint_buttonSpc button {padding: 10px 30px; cursor: pointer;}
	
	/* ページャー*/
	.pagination {clear: both; display: block; width: 100%; text-align: center; margin-top: 40px; padding-bottom: 20px;}
	.pagination a {display: inline-block; padding: 5px 12px 7px; margin: 0 2px; border: 1px solid #ccc; text-decoration: none; color: #333; border-radius: 4px;}
	.pagination a:hover {background: #f0f0f0;}
}

/*TB:body-------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 960px){
	.pc {display: none !important;}
	.tb {display: block !important;}
	.sp {display: none !important;}
	
	#titleLineTop {width: 100%; height: auto; margin: 30px 0 0; padding: 8px 0 0; text-align: center; font-size: 14px;}
	#titleLine {width: 100%; height: auto; margin: 0 0 30px; padding: 0 0 8px; text-align: center; font-size: 24px; font-weight: bold;}
	
	section {width: 80%; height: auto; margin: 0 10% 80px; padding: 0 0 35px; box-sizing: border-box; font-family: 'Noto Serif JP', serif; font-weight: 600; color: #6B401B;}
	section h3 {width: 100%; height: auto; margin: 30px auto; padding: 10px 0; font-size: 20px; text-align: center; border-radius: 8px 8px 0 0; font-weight: 600; box-sizing: border-box;}
	
	.content_box {width: 100%; height: auto; margin: 0 0 30px; padding: 10px; box-sizing: border-box;}
	
	.hint-container { width: 100%; max-width: 780px; margin: 20px auto; padding: 20px; background: #fff; }
    .hint-category { display: inline-block; background: #2D7CC5; color: #fff; padding: 4px 10px; font-size: 13px; border-radius: 4px; margin-bottom: 10px; }
    .hint-title { font-size: 24px; font-weight: bold; line-height: 1.4; margin-bottom: 20px; color: #333; }
	.hint-title a {color: #1E7E29;}
    .hint-thumb { width: 100%; margin-bottom: 30px; text-align: center; }
    .hint-thumb img {width: 100%; max-width: 120px; height: auto; border-radius: 8px; }
    
    /* 💡 エディタ（TinyMCE）から出力されるHTML用の装飾 */
    .hint-content { font-size: 16px; line-height: 1.8; color: #333; overflow: hidden; }
    .hint-content h3 { font-size: 18px; font-weight: bold; border-left: 4px solid #2D7CC5; padding-left: 10px; margin: 30px 0 15px 0; color: #2D7CC5; }
    .hint-content p { margin-bottom: 1.5em; }
    .hint-content ul, .hint-content ol { margin: 0 0 1.5em 20px; padding: 0; }
    .hint-content li { margin-bottom: 0.5em; }
    .hint-content img { max-width: 100%; height: auto; display: block; margin: 20px auto; }
	
	/* 記事 */
	.hint-category-wrapper {display: flex; align-items: center; gap: 15px; margin-bottom: 10px;}
	.hint-category {margin-bottom: 0;}
	.hint-date {font-size: 14px; color: #666; font-family: 'M PLUS 1p', sans-serif;}
	.hr {border: 0; border-top: 1px solid #eee; margin-bottom: 30px;}
	.pdf-box { background: #f8f9fa; border: 1px solid #ddd; padding: 15px; border-radius: 6px; margin-top: 40px; text-align: center; }
	.pdf-box p {margin-bottom: 10px; font-size: 14px;}
	.pdf-box a {color: #04574E; font-weight: bold; text-decoration: none;}
    .pdf-link { display: inline-block; background: #dc3545; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; }
	.hint_buttonSpc {text-align: center; margin-top: 40px;}
	.hint_buttonSpc button {padding: 10px 30px; cursor: pointer;}
	
	.pagination {clear: both; display: block; width: 100%; text-align: center; margin-top: 40px; padding-bottom: 20px;}
	.pagination a {display: inline-block; padding: 5px 12px 7px; margin: 0 2px; border: 1px solid #ccc; text-decoration: none; color: #333; border-radius: 4px;}
	.pagination a:hover {background: #f0f0f0;}
	
}

/*SP:body-------------------------------------*/
@media screen and (max-width: 767px){
	.pc {display: none !important;}
	.tb {display: none !important;}
	.sp {display: block !important;}
	
	#titleLineTop {width: 100%; height: auto; margin: 20px 0 0; padding: 8px 0 0; text-align: center; font-size: 14px;}
	#titleLine {width: 100%; height: auto; margin: 0 0 16px; padding: 0 0 8px; text-align: center; font-size: 18px; font-weight: bold;}
	
	section {width: 98%; height: auto; margin: 0 1% 80px; padding: 0 0 35px; box-sizing: border-box; font-family: 'Noto Serif JP', serif; font-weight: 600; color: #6B401B;}
	section h3 {width: 100%; height: auto; margin: 10px auto; padding: 10px 0; font-size: 16px; text-align: center; border-radius: 8px 8px 0 0; font-weight: 600; box-sizing: border-box;}
	
	.content_box {width: 100%; height: auto; margin: 0 0 30px; padding: 10px; box-sizing: border-box;}
	
	.hint-container { width: 100%; max-width: 780px; margin: 20px auto; padding: 20px; background: #fff; }
    .hint-category { display: inline-block; background: #2D7CC5; color: #fff; padding: 4px 10px; font-size: 13px; border-radius: 4px; margin-bottom: 10px; }
    .hint-title { font-size: 20px; font-weight: bold; line-height: 1.4; margin-bottom: 20px; color: #333; }
	.hint-title a {color: #1E7E29;}
    .hint-thumb { width: 100%; margin-bottom: 30px; text-align: center; }
    .hint-thumb img {width: 100%; max-width: 120px; height: auto; border-radius: 8px; }
    
    /* 💡 エディタ（TinyMCE）から出力されるHTML用の装飾 */
    .hint-content { font-size: 16px; line-height: 1.8; color: #333; overflow: hidden; }
    .hint-content h3 { font-size: 18px; font-weight: bold; border-left: 4px solid #2D7CC5; padding-left: 10px; margin: 30px 0 15px 0; color: #2D7CC5; }
    .hint-content p { margin-bottom: 1.5em; }
    .hint-content ul, .hint-content ol { margin: 0 0 1.5em 20px; padding: 0; }
    .hint-content li { margin-bottom: 0.5em; }
    .hint-content img { max-width: 100%; height: auto; display: block; margin: 20px auto; }
	
	/* 記事 */
	.hint-category-wrapper {display: flex; align-items: center; gap: 15px; margin-bottom: 10px;}
	.hint-category {margin-bottom: 0;}
	.hint-date {font-size: 14px; color: #666; font-family: 'M PLUS 1p', sans-serif;}
	.hr {border: 0; border-top: 1px solid #eee; margin-bottom: 30px;}
	.pdf-box { background: #f8f9fa; border: 1px solid #ddd; padding: 15px; border-radius: 6px; margin-top: 40px; text-align: center; }
	.pdf-box p {margin-bottom: 10px; font-size: 14px;}
    .pdf-link { display: inline-block; background: #dc3545; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; }
	.pdf-box a {color: #04574E; font-weight: bold; text-decoration: none;}
	.hint_buttonSpc {text-align: center; margin-top: 40px;}
	.hint_buttonSpc button {padding: 10px 30px; cursor: pointer;}
	
	.pagination {clear: both; display: block; width: 100%; text-align: center; margin-top: 40px; padding-bottom: 20px;}
	.pagination a {display: inline-block; padding: 5px 12px 7px; margin: 0 2px; border: 1px solid #ccc; text-decoration: none; color: #333; border-radius: 4px;}
	.pagination a:hover {background: #f0f0f0;}
	
}

