@charset "UTF-8";
/******************************************************

topics

******************************************************/
#t_outline { font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif; font-weight: 300; -webkit-font-smoothing: antialiased; font-feature-settings: "palt"; max-width: 1000px; width: 90%; margin: auto; padding: 0 0 2rem; }
#t_outline .t_outline_caption { text-align: left; margin-top: 4rem; margin-bottom: 0.5rem; font-size: 1.3rem; color: #d1b192; }
#t_outline table { width: 100%; border: 1px solid #ccc; border-width: 1px 0 0 1px; }
#t_outline th, #t_outline td { font-weight: normal; padding: 1rem; border: 1px solid #ccc; border-width: 0 1px 1px 0; }
#t_outline th { width: 10rem; background: rgba(234, 222, 207, 0.3); }
#t_outline ul { text-align: left; font-size: 0.8rem; }
#t_outline ul strong { font-weight: normal; }
@media screen and (max-width: 640px) { #t_outline th, #t_outline td { display: block; width: 100%; height: auto; } }
