Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
achievement
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fa4eeab2
authored
Mar 01, 2020
by
Orine Matsui
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
メタ準備
parent
e357fe9f
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
120 additions
and
134 deletions
achievement-official.conohawing.com/assets/include/header.php
achievement-official.conohawing.com/business_partner/index.php
achievement-official.conohawing.com/case/iwata/index.php
achievement-official.conohawing.com/case/kanai/index.php
achievement-official.conohawing.com/case/kita/index.php
achievement-official.conohawing.com/case/kobayashi/index.php
achievement-official.conohawing.com/case/kurose/index.php
achievement-official.conohawing.com/case/mihara/index.php
achievement-official.conohawing.com/case/nagasawa/index.php
achievement-official.conohawing.com/case/watanabe/index.php
achievement-official.conohawing.com/common_previous/css/trainer.css
achievement-official.conohawing.com/contact/index.php
achievement-official.conohawing.com/faq/index.php
achievement-official.conohawing.com/marc/index.php
achievement-official.conohawing.com/member/index.php
achievement-official.conohawing.com/policy/index.php
achievement-official.conohawing.com/privacy/index.php
achievement-official.conohawing.com/service/management/bwms/index.php
achievement-official.conohawing.com/service/penetration/cpsp/index.php
achievement-official.conohawing.com/service/penetration/index.php
achievement-official.conohawing.com/service/rt/course/index.php
achievement-official.conohawing.com/service/rt/index.php
achievement-official.conohawing.com/service/rt/workshop/index.php
achievement-official.conohawing.com/service/sales/index.php
achievement-official.conohawing.com/service/top/follow/index.php
achievement-official.conohawing.com/sitemap/index.php
achievement-official.conohawing.com/trademark/index.php
achievement-official.conohawing.com/trainer/aoki/index.php
achievement-official.conohawing.com/trainer/hariu/index.php
achievement-official.conohawing.com/trainer/hashimoto/index.php
achievement-official.conohawing.com/trainer/hayase/index.php
achievement-official.conohawing.com/trainer/izumi/index.php
achievement-official.conohawing.com/trainer/jito/index.php
achievement-official.conohawing.com/trainer/kakitani/index.php
achievement-official.conohawing.com/trainer/maruyama/index.php
achievement-official.conohawing.com/trainer/murata/index.php
achievement-official.conohawing.com/trainer/nagisa/index.php
achievement-official.conohawing.com/trainer/nakano/index.php
achievement-official.conohawing.com/trainer/ohtaka/index.php
achievement-official.conohawing.com/trainer/okamoto/index.php
achievement-official.conohawing.com/trainer/sakakura/index.php
achievement-official.conohawing.com/trainer/sakata/index.php
achievement-official.conohawing.com/trainer/sato/index.php
achievement-official.conohawing.com/trainer/shigetomi/index.php
achievement-official.conohawing.com/trainer/shimamura/index.php
achievement-official.conohawing.com/trainer/takagi/index.php
achievement-official.conohawing.com/assets/include/header.php
View file @
fa4eeab2
...
...
@@ -49,7 +49,7 @@
</script>
<?php
}
?>
<?php
if
(
$pageid
==
"trainer"
)
{
?>
<?php
if
(
$pageid
==
"trainer
-aoki
"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/common_previous/js/lightcase/css/lightcase.css"
>
...
...
@@ -63,17 +63,21 @@
showCaption
:
false
});
});
</script>
<?php
}
?>
<?php
if
(
$pageid
==
"trainer"
||
$pageid
==
"trainer-sato"
||
$pageid
==
"trainer-ohtaka"
||
$pageid
==
"trainer-shimamura"
||
$pageid
==
"trainer-maruyama"
||
$pageid
==
"trainer-takagi"
||
$pageid
==
"trainer-nakano"
||
$pageid
==
"trainer-hashimoto"
||
$pageid
==
"trainer-sakata"
||
$pageid
==
"trainer-hayase"
||
$pageid
==
"trainer-kakitani"
||
$pageid
==
"trainer-murata"
||
$pageid
==
"trainer-shigetomi"
||
$pageid
==
"trainer-izumi"
||
$pageid
==
"trainer-nagisa"
||
$pageid
==
"trainer-sakakura"
||
$pageid
==
"trainer-hariu"
||
$pageid
==
"trainer-jito"
||
$pageid
==
"trainer-okamoto"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<?php
}
?>
<?php
if
(
$pageid
==
"schedule"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/schedule.css"
>
<script
type=
"text/javascript"
src=
"/common_previous/js/jquery.js"
charset=
"utf-8"
></script>
<?php
}
?>
<?php
if
(
$pageid
==
"management"
)
{
?>
<?php
if
(
$pageid
==
"management"
||
$pageid
==
"rt"
||
$pageid
==
"sales"
||
$pageid
==
"penetration"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/management.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<?php
}
?>
...
...
@@ -95,7 +99,7 @@
</script>
<?php
}
?>
<?php
if
(
$pageid
==
"
kita
"
)
{
?>
<?php
if
(
$pageid
==
"
case-kita"
||
$pageid
==
"case-kanai"
||
$pageid
==
"case-iwata"
||
$pageid
==
"case-kobayashi"
||
$pageid
==
"case-kurose"
||
$pageid
==
"case-mihara"
||
$pageid
==
"case-nagasawa"
||
$pageid
==
"case-watanabe
"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<?php
}
?>
...
...
@@ -106,7 +110,7 @@
<script
src=
"/common_previous/js/lib/jquery.matchHeight-min.js"
></script>
<?php
}
?>
<?php
if
(
$pageid
==
"atc"
||
$pageid
==
"access-tokyo"
||
$pageid
==
"access-osaka"
||
$pageid
==
"access-fukuoka"
||
$pageid
==
"access-aichi"
||
$pageid
==
"access-yokohama"
)
{
?>
<?php
if
(
$pageid
==
"atc"
||
$pageid
==
"
course"
||
$pageid
==
"workshop"
||
$pageid
==
"follow"
||
$pageid
==
"cpsp"
||
$pageid
==
"bwms"
||
$pageid
==
"
access-tokyo"
||
$pageid
==
"access-osaka"
||
$pageid
==
"access-fukuoka"
||
$pageid
==
"access-aichi"
||
$pageid
==
"access-yokohama"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<?php
}
?>
...
...
@@ -124,6 +128,17 @@
<link
rel=
"stylesheet"
href=
"/common_previous/css/service.css"
>
<?php
}
?>
<?php
if
(
$pageid
==
"other"
||
$pageid
==
"faq"
||
$pageid
==
"marc"
||
$pageid
==
"privacy"
||
$pageid
==
"policy"
||
$pageid
==
"member"
||
$pageid
==
"marc"
||
$pageid
==
"business_partner"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<?php
}
?>
<?php
if
(
$pageid
==
"contact"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/contact.css"
>
<?php
}
?>
</head>
<body
class=
"page-
<?php
echo
$pageid
;
?>
"
>
...
...
achievement-official.conohawing.com/business_partner/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
oth
er"
;
?>
<?php
$pageid
=
"
business_partn
er"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<div
class=
"p-other"
>
<div
class=
"page-other p-other"
>
<section
class=
"c-mainvisual"
>
...
...
@@ -21,7 +18,7 @@
<li
class=
"c-breadcrumb__item"
>
<
a
href=
"/member/"
><span>
月刊ビジネスパートナー
</span></a
>
<
span>
月刊ビジネスパートナー
</span
>
</li>
...
...
achievement-official.conohawing.com/case/iwata/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
ki
ta"
;
?>
<?php
$pageid
=
"
case-iwa
ta"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/case.css"
>
<div
class=
"p-case-detail"
>
...
...
achievement-official.conohawing.com/case/kanai/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
kita
"
;
?>
<?php
$pageid
=
"
case-kanai
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/case.css"
>
<div
class=
"p-case-detail"
>
...
...
achievement-official.conohawing.com/case/kita/index.php
View file @
fa4eeab2
<?php
$pageid
=
"kita"
;
?>
<?php
$pageid
=
"
case-
kita"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/case.css"
>
<div
class=
"p-case-detail"
>
...
...
achievement-official.conohawing.com/case/kobayashi/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
kita
"
;
?>
<?php
$pageid
=
"
case-kobayashi
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/case.css"
>
<div
class=
"p-case-detail"
>
...
...
achievement-official.conohawing.com/case/kurose/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
kita
"
;
?>
<?php
$pageid
=
"
case-kurose
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/case.css"
>
<div
class=
"p-case-detail"
>
...
...
achievement-official.conohawing.com/case/mihara/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
kit
a"
;
?>
<?php
$pageid
=
"
case-mihar
a"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/case.css"
>
<div
class=
"p-case-detail"
>
...
...
achievement-official.conohawing.com/case/nagasawa/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
kit
a"
;
?>
<?php
$pageid
=
"
case-nagasaw
a"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/case.css"
>
<div
class=
"p-case-detail"
>
...
...
achievement-official.conohawing.com/case/watanabe/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
kita
"
;
?>
<?php
$pageid
=
"
case-watanabe
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/case.css"
>
<div
class=
"p-case-detail"
>
...
...
achievement-official.conohawing.com/common_previous/css/trainer.css
View file @
fa4eeab2
...
...
@@ -5,6 +5,12 @@
trainer.css
======================================== */
.p-atc
.c-breadcrumb__item
a
,
.p-atc
.c-container
a
,
.p-atc
.side__txt
{
text-decoration
:
none
;
}
.c-mainvisual__video
{
background
:
#ccc
;
}
...
...
@@ -1531,3 +1537,31 @@ body {
-ms-transform
:
translateY
(
-50%
)
rotate
(
45deg
);
transform
:
translateY
(
-50%
)
rotate
(
45deg
);
}
.p-course
.p-atc-mv
{
background-image
:
url(/common_previous/img/img_hero_rt_pc.jpg)
;
}
.p-course
.p-atc7-list2
{
margin-top
:
10px
;
font-family
:
heisei-kaku-gothic-std
,
sans-serif
;
font-size
:
1.3rem
;
line-height
:
1.8rem
;
}
.p-course
.p-atc7-list2
>
li
{
margin-bottom
:
0
;
}
.p-course
.p-atc7-list2
>
li
:before
{
top
:
6px
;
}
.p-cpsp
.p-atc-mv
{
background-image
:
url(/common_previous/img/img_penetration_cpsp_mv.png)
;
}
.p-bwms
.p-atc-mv
{
background-image
:
url(/assets/img/service/management/img_penetration_bwms_mv.png)
;
}
achievement-official.conohawing.com/contact/index.php
View file @
fa4eeab2
...
...
@@ -2,10 +2,6 @@
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/contact.css"
>
<div
class=
"p-other"
>
<section
class=
"c-mainvisual"
>
...
...
@@ -22,7 +18,7 @@
<li
class=
"c-breadcrumb__item"
>
<
a
href=
"/contact/"
><span>
お問い合わせ
</span></a
>
<
span>
お問い合わせ
</span
>
</li>
...
...
achievement-official.conohawing.com/faq/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
other
"
;
?>
<?php
$pageid
=
"
faq
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<div
class=
"p-faq"
>
<div
class=
"page-other p-faq"
>
<section
class=
"c-mainvisual"
>
...
...
@@ -22,7 +17,7 @@
<li
class=
"c-breadcrumb__item"
>
<
a
href=
"/marc/"
><span>
よくある質問
</span></a
>
<
span>
よくある質問
</span
>
</li>
...
...
achievement-official.conohawing.com/marc/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
other
"
;
?>
<?php
$pageid
=
"
marc
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<div
class=
"p-other"
>
<div
class=
"page-other p-other"
>
<section
class=
"c-mainvisual"
>
...
...
@@ -21,7 +18,7 @@
<li
class=
"c-breadcrumb__item"
>
<
a
href=
"/marc/"
><span>
会員サイトMARC(マーク)のご案内
</span></a
>
<
span>
会員サイトMARC(マーク)のご案内
</span
>
</li>
...
...
achievement-official.conohawing.com/member/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
oth
er"
;
?>
<?php
$pageid
=
"
memb
er"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<div
class=
"p-other"
>
<div
class=
"page-other p-other"
>
<section
class=
"c-mainvisual"
>
...
...
@@ -21,7 +18,7 @@
<li
class=
"c-breadcrumb__item"
>
<
a
href=
"/member/"
><span>
アチーブメントクラブ会員のご案内
</span></a
>
<
span>
アチーブメントクラブ会員のご案内
</span
>
</li>
...
...
achievement-official.conohawing.com/policy/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
other
"
;
?>
<?php
$pageid
=
"
policy
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<div
class=
"p-other"
>
<div
class=
"page-other p-other"
>
<section
class=
"c-mainvisual"
>
...
...
@@ -21,7 +18,7 @@
<li
class=
"c-breadcrumb__item"
>
<
a
href=
"/marc/"
><span>
プライバシーポリシー
</span></a
>
<
span>
プライバシーポリシー
</span
>
</li>
...
...
achievement-official.conohawing.com/privacy/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
other
"
;
?>
<?php
$pageid
=
"
privacy
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<div
class=
"p-other"
>
<div
class=
"page-other p-other"
>
<section
class=
"c-mainvisual"
>
...
...
@@ -21,7 +18,7 @@
<li
class=
"c-breadcrumb__item"
>
<
a
href=
"/marc/"
><span>
個人情報保護取扱いについて
</span></a
>
<
span>
個人情報保護取扱いについて
</span
>
</li>
...
...
achievement-official.conohawing.com/service/management/bwms/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
atc
"
;
?>
<?php
$pageid
=
"
bwms
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<style
type=
"text/css"
>
.p-workshop
.p-atc-mv
{
background-image
:
url(/assets/img/service/management/img_penetration_bwms_mv.png)
;
}
</style>
<div
class=
"p-atc p-workshop"
>
<div
class=
"p-atc p-bwms"
>
<div
class=
"c-breadcrumb pc-only"
>
...
...
achievement-official.conohawing.com/service/penetration/cpsp/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
atc
"
;
?>
<?php
$pageid
=
"
cpsp
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<style
type=
"text/css"
>
.p-workshop
.p-atc-mv
{
background-image
:
url(/common_previous/img/img_penetration_cpsp_mv.png)
;
}
</style>
<div
class=
"p-atc p-workshop"
>
<div
class=
"p-atc p-cpsp"
>
<div
class=
"c-breadcrumb pc-only"
>
...
...
achievement-official.conohawing.com/service/penetration/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
management
"
;
?>
<?php
$pageid
=
"
penetration
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/service/rt/course/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
atc
"
;
?>
<?php
$pageid
=
"
course
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<style
type=
"text/css"
>
.p-course
.p-atc-mv
{
background-image
:
url(/common_previous/img/img_hero_rt_pc.jpg)
;
}
.p-course
.p-atc7-list2
{
margin-top
:
10px
;
font-family
:
heisei-kaku-gothic-std
,
sans-serif
;
font-size
:
1.3rem
;
line-height
:
1.8rem
;
}
.p-course
.p-atc7-list2
>
li
{
margin-bottom
:
0
;
}
.p-course
.p-atc7-list2
>
li
:before
{
top
:
6px
;
}
</style>
<div
class=
"p-atc p-course"
>
<div
class=
"c-breadcrumb pc-only"
>
...
...
achievement-official.conohawing.com/service/rt/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
managemen
t"
;
?>
<?php
$pageid
=
"
r
t"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/service/rt/workshop/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
atc
"
;
?>
<?php
$pageid
=
"
workshop
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/service/sales/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
management
"
;
?>
<?php
$pageid
=
"
sales
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/service/top/follow/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
atc
"
;
?>
<?php
$pageid
=
"
follow
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/sitemap/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
other
"
;
?>
<?php
$pageid
=
"
sitemap
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<div
class=
"p-other"
>
<div
class=
"page-other p-other"
>
<section
class=
"c-mainvisual"
>
...
...
@@ -21,7 +18,7 @@
<li
class=
"c-breadcrumb__item"
>
<
a
href=
"/marc/"
><span>
サイトマップ
</span></a
>
<
span>
サイトマップ
</span
>
</li>
...
...
achievement-official.conohawing.com/trademark/index.php
View file @
fa4eeab2
<?php
$pageid
=
"
other
"
;
?>
<?php
$pageid
=
"
marc
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<div
class=
"p-other"
>
<div
class=
"page-other p-other"
>
<section
class=
"c-mainvisual"
>
...
...
@@ -21,7 +18,7 @@
<li
class=
"c-breadcrumb__item"
>
<
a
href=
"/marc/"
><span>
商標について
</span></a
>
<
span>
商標について
</span
>
</li>
...
...
achievement-official.conohawing.com/trainer/aoki/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-aoki
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/hariu/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-hariu
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
@@ -55,7 +55,7 @@
<li
class=
"side__item"
><a
href=
"/trainer/hashimoto/"
class=
"side__txt"
>
橋本 拓也
</a></li>
<li
class=
"side__item"
><a
href=
"/trainer/sakata/"
class=
"side__txt"
>
坂田 健
</a></li>
<!--<li class="side__item"><a href="/trainer/hayase/" class="side__txt">早瀬 徹</a></li>-->
<
li
class=
"side__item"
><a
href=
"/trainer/kakitani/"
class=
"side__txt"
>
柿谷 正期
</a></li
>
<
!--<li class="side__item"><a href="/trainer/kakitani/" class="side__txt">柿谷 正期</a></li>--
>
</ul>
</div>
<div
class=
"side__box"
>
...
...
achievement-official.conohawing.com/trainer/hashimoto/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-hashimoto
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/hayase/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-hayase
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/izumi/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-izumi
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/jito/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-jito
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/kakitani/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-kakitani
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/maruyama/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-maruyama
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/murata/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-murata
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/nagisa/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-nagisa
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/nakano/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-nakano
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/ohtaka/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-ohtaka
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/okamoto/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-okamoto
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
@@ -69,7 +69,7 @@
<li
class=
"side__item"
><a
href=
"/trainer/sakakura/"
class=
"side__txt"
>
坂倉 央樹
</a></li>
<li
class=
"side__item"
><a
href=
"/trainer/hariu/"
class=
"side__txt"
>
針生 栄司
</a></li>
<!--<li class="side__item"><a href="/trainer/jito/" class="side__txt">地當 一郎</a></li>-->
<
li
class=
"side__item active"
><a
href=
"/trainer/okamoto/"
class=
"side__txt"
>
岡本 龍典
</a></li
>
<
!--<li class="side__item active"><a href="/trainer/okamoto/" class="side__txt">岡本 龍典</a></li>--
>
</ul>
</div>
</aside>
...
...
achievement-official.conohawing.com/trainer/sakakura/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-sakakura
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
@@ -66,7 +66,7 @@
<li
class=
"side__item"
><a
href=
"/trainer/shigetomi/"
class=
"side__txt"
>
重富 雅晴
</a></li>
<li
class=
"side__item"
><a
href=
"/trainer/izumi/"
class=
"side__txt"
>
和泉 大
</a></li>
<li
class=
"side__item"
><a
href=
"/trainer/nagisa/"
class=
"side__txt"
>
渚 知子
</a></li>
<li
class=
"side__item active"
><a
href=
"/trainer/
it
akura/"
class=
"side__txt"
>
坂倉 央樹
</a></li>
<li
class=
"side__item active"
><a
href=
"/trainer/
sak
akura/"
class=
"side__txt"
>
坂倉 央樹
</a></li>
<li
class=
"side__item"
><a
href=
"/trainer/hariu/"
class=
"side__txt"
>
針生 栄司
</a></li>
<!--<li class="side__item"><a href="/trainer/jito/" class="side__txt">地當 一郎</a></li>-->
<!--<li class="side__item"><a href="/trainer/okamoto/" class="side__txt">岡本 龍典</a></li>-->
...
...
achievement-official.conohawing.com/trainer/sakata/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-sakata
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/sato/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-sato
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/shigetomi/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-shigetomi
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/shimamura/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-shimamura
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/trainer/takagi/index.php
View file @
fa4eeab2
<?php
$pageid
=
"trainer"
;
?>
<?php
$pageid
=
"trainer
-takagi
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment