/* CSS Document */ /*==================== 講師一覧 ===================*/ #side-nav{ z-index: 999; } /*==================== bootstrap 上書き ===================*/ @media (min-width: 1200px) { } /*==================== パンくず ===================*/ .pan{ background-color: #f7f7f7; padding: 0.5% 0; border-top: 1px dotted #d2d2d2; border-bottom: 1px dotted #d2d2d2; font-size: 10px; } /*==================== mv ===================*/ #mv_teacher{ background: url(../image/access/mv_access.png) no-repeat center top; height: 272px; .teacher-h2-wrap { width: 26%; height: auto; background-color: #fff; margin-top: 8%; border-radius: 10px; padding: 1% 0 1%; h2{ font-size: 1.5rem; line-height: 1.7; } } } @media screen and (max-width:767px) { #mv_teacher { height: 170px; background-size: cover; .teacher-h2-wrap { width: 50%; margin-top: 13%; h2 { font-size: 1.2rem; font-weight: 400; } } } } /*===================一覧 ===================*/ #access-page{ margin-top: 4%; .name{ font-size: 24px; border-bottom: 1px dotted; margin-bottom: 1%; } .orange{ color: #ff8a0c; } .orange-bg{ width: 18%; display: inline-block; background-color: #ff8a0c; text-align: center; color: #fff; margin-right: 8%; } .contact-b{ margin: 4% 0 15%; } } @media screen and (max-width:767px) { }