Commit eaa983e8 by Orine Matsui

文言微修正、画像差替、スマホメニュー調整等

parent a3ec6f67
......@@ -442,7 +442,9 @@ footer
.c-footer__list {
width: 28%;
margin-right: 5.5%;
font-family: 'a-otf-midashi-go-mb31-pr6n', 'sans-serif';
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-style: normal;
font-weight: 600;
}
@media screen and (max-width: 767px) {
......@@ -620,7 +622,9 @@ footer
text-decoration: none;
font-size: 1.3rem;
color: #fff;
font-family: 'a-otf-midashi-go-mb31-pr6n', 'sans-serif';
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-style: normal;
font-weight: 600;
}
@media screen and (max-width: 767px) {
......@@ -633,7 +637,9 @@ footer
text-align: center;
font-size: 1.3rem;
color: #fff;
font-family: 'a-otf-midashi-go-mb31-pr6n', 'sans-serif';
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-style: normal;
font-weight: 600;
}
@media screen and (max-width: 767px) {
......@@ -1030,6 +1036,7 @@ header
@media screen and (max-width: 767px) {
.c-nav-menu1 {
display: block;
margin-bottom: 50px;
}
}
......
......@@ -208,7 +208,7 @@
<ul class="c-navSP-menu">
<li><a href="/beginner/" class="c-nav-link1">初めての方へトップ</a></li>
<li><a href="/beginner/choicetheory/" class="c-nav-link1">選択理論</a></li>
<li><a href="/beginner/technology/" class="c-nav-link1">標達成の技術</a></li>
<li><a href="/beginner/technology/" class="c-nav-link1">標達成の技術</a></li>
</ul>
</div>
</li>
......
......@@ -91,8 +91,8 @@ if($pageid=="choicetheory"){
$pageurl = "https://achievement.co.jp/beginner/choicetheory/";
}
if($pageid=="technology"){
$title = "標達成の技術 | アチーブメント株式会社";
$description = "人材教育・個人コンサルティングのアチーブメントは選択理論を基礎理論とした教育で、お客様の目標達成を支援します。標達成の技術(アチーブメントテクノロジー)について掲載しています。";
$title = "標達成の技術 | アチーブメント株式会社";
$description = "人材教育・個人コンサルティングのアチーブメントは選択理論を基礎理論とした教育で、お客様の目標達成を支援します。標達成の技術(アチーブメントテクノロジー)について掲載しています。";
$pageurl = "https://achievement.co.jp/beginner/technology/";
}
if($pageid=="case"){
......
......@@ -168,8 +168,9 @@ other.css
.p-other-mv-ttl {
font-size: 3.6rem;
line-height: 1.35;
font-family: 'a-otf-midashi-go-mb31-pr6n', 'sans-serif';
font-weight: bold;
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-style: normal;
font-weight: 600;
text-align: center;
color: #fff;
padding-top: 24px;
......
......@@ -139,7 +139,7 @@
<ul class="p-sitemap-list2">
<li class="p-sitemap-list-item1"><a href="/beginner/"><span class="p-sitemap-list-item1">初めての方へ</span></a></li>
<li class="p-sitemap-list-item2"><a href="/beginner/choicetheory/"><span class="p-sitemap-list-item2">選択理論</span></a></li>
<li class="p-sitemap-list-item2"><a href="/beginner/technology/"><span class="p-sitemap-list-item2">標達成の技術</span></a></li>
<li class="p-sitemap-list-item2"><a href="/beginner/technology/"><span class="p-sitemap-list-item2">標達成の技術</span></a></li>
</ul>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment