|
@@ -19,38 +19,6 @@
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
|
-// @font-face {
|
|
|
-// font-family: NSJP-100;
|
|
|
-// src: url(../font/NotoSansJP-Thin.otf);
|
|
|
-// }
|
|
|
-
|
|
|
-// @font-face {
|
|
|
-// font-family: NSJP-300;
|
|
|
-// src: url(../font/NotoSansJP-Light.otf);
|
|
|
-// }
|
|
|
-
|
|
|
-// @font-face {
|
|
|
-// font-family: 'Noto Sans TC', sans-serif;
|
|
|
-// font-weight: 400;
|
|
|
-// src: url(../font/NotoSansJP-Regular.otf);
|
|
|
-// }
|
|
|
-
|
|
|
-// @font-face {
|
|
|
-// font-family: 'Noto Sans TC', sans-serif;
|
|
|
-// font-weight: 500;
|
|
|
-// src: url(../font/NotoSansJP-Medium.otf);
|
|
|
-// }
|
|
|
-
|
|
|
-// @font-face {
|
|
|
-// font-weight: 700;
|
|
|
-// src: url(../font/NotoSansJP-Bold.otf);
|
|
|
-// }
|
|
|
-
|
|
|
-// @font-face {
|
|
|
-// font-weight: 900;
|
|
|
-// src: url(../font/NotoSansJP-Black.otf);
|
|
|
-// }
|
|
|
-
|
|
|
/* 共通樣式 start */
|
|
|
|
|
|
$desktop: 1025px;
|
|
@@ -58,6 +26,7 @@ $table: 1024px;
|
|
|
$moblie: 767px;
|
|
|
|
|
|
a {
|
|
|
+ color: #006e9a;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
@@ -3991,42 +3960,9 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
|
|
|
-// .blog_article .section-02 li:first-child,
|
|
|
-// .blog_article .section-03 li:first-child {
|
|
|
-// margin-bottom: 20px;
|
|
|
-// font-size: 20px;
|
|
|
-// font-weight: bold;
|
|
|
-// font-weight: 700;
|
|
|
-// }
|
|
|
-
|
|
|
-// .blog_article .section-03 {
|
|
|
-// padding-bottom: 10px;
|
|
|
-// border-bottom: 1px solid var(--dark-gray);
|
|
|
-// }
|
|
|
-
|
|
|
-// .blog_article .section-03 span {
|
|
|
-// line-height: 32px;
|
|
|
-// }
|
|
|
-
|
|
|
-// .blog_article .section-04 {
|
|
|
-// padding-bottom: 40px;
|
|
|
-// border-bottom: 1px solid var(--dark-gray);
|
|
|
-// }
|
|
|
-
|
|
|
-// .blog_article .section-04 h4 {
|
|
|
-// margin-top: 30px;
|
|
|
-// }
|
|
|
-
|
|
|
-// .blog_article .section-04 span {
|
|
|
-// line-height: 32px;
|
|
|
-// }
|
|
|
-
|
|
|
-// .blog_article .section-04 li:first-child {
|
|
|
-// margin-bottom: 40px;
|
|
|
-// }
|
|
|
-
|
|
|
.blog_article table {
|
|
|
width: 100%;
|
|
|
+ margin-top: 20px;
|
|
|
margin-bottom: 50px;
|
|
|
}
|
|
|
|