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
14217216
authored
Mar 03, 2020
by
Orine Matsui
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
メイリオとヒラギノの混同を整理。IE11の画像表示しない問題解消。テキスト修正
parent
1428d8fd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
58 additions
and
30 deletions
achievement-official.conohawing.com/assets/css/style.css
achievement-official.conohawing.com/assets/img/service/top/mv-img.jpg
achievement-official.conohawing.com/assets/include/header.php
achievement-official.conohawing.com/case/kita/index.php
achievement-official.conohawing.com/common_previous/css/base.css
achievement-official.conohawing.com/common_previous/css/indivisual-base.css
achievement-official.conohawing.com/assets/css/style.css
View file @
14217216
...
...
@@ -163,8 +163,12 @@ img {
}
a
{
-webkit-transition
:
0.3s
ease-in-out
;
transition
:
0.3s
ease-in-out
;
text-decoration
:
none
;
}
a
{
-webkit-transition
:
opacity
0.3s
ease-in-out
,
filter
0.1s
ease-in-out
;
transition
:
opacity
0.3s
ease-in-out
,
filter
0.1s
ease-in-out
;
}
a
:hover
{
...
...
@@ -5608,7 +5612,6 @@ body {
.p-company
.c-breadcrumb
span
{
padding
:
6px
16px
;
}
.p-company
.c-mainvisual
{
width
:
100%
;
height
:
500px
;
...
...
@@ -7386,6 +7389,8 @@ body {
.p-service_top1
.imgtext_image
{
width
:
700px
;
position
:
relative
;
z-index
:
1
;
}
@media
screen
and
(
max-width
:
767px
)
{
...
...
@@ -7401,6 +7406,8 @@ body {
margin-top
:
30px
;
background-color
:
#fff
;
padding
:
54px
58px
55px
;
position
:
relative
;
z-index
:
2
;
}
@media
screen
and
(
max-width
:
767px
)
{
...
...
@@ -7953,37 +7960,57 @@ body {
}
}
.p-service_top8
{
.p-service_top8
,
.p-service_top9
{
padding
:
72px
0
80px
;
}
.p-service_top9
{
background-color
:
#f8f8f8
;
}
.p-service_top8
.container
{
padding-left
:
140px
;
padding-right
:
140px
;
}
@media
screen
and
(
max-width
:
767px
)
{
.p-service_top8
{
.p-service_top8
.container
{
padding-left
:
0
;
padding-right
:
0
;
}
}
@media
screen
and
(
max-width
:
767px
)
{
.p-service_top8
,
.p-service_top9
{
padding
:
40px
0
;
}
}
.p-service_top8
.title2
{
.p-service_top8
.title2
,
.p-service_top9
.title2
{
margin-bottom
:
72px
;
}
@media
screen
and
(
max-width
:
767px
)
{
.p-service_top8
.title2
{
.p-service_top8
.title2
,
.p-service_top9
.title2
{
margin-bottom
:
40px
;
}
}
.p-service_top
8
.btn
{
.p-service_top
9
.btn
{
margin-bottom
:
80px
;
}
@media
screen
and
(
max-width
:
767px
)
{
.p-service_top
8
.btn
{
.p-service_top
9
.btn
{
margin-bottom
:
30px
;
}
}
.p-service_top
8
.btn
a
{
.p-service_top
9
.btn
a
{
text-align
:
center
;
margin
:
0
auto
;
display
:
block
;
...
...
@@ -8001,7 +8028,7 @@ body {
}
@media
screen
and
(
max-width
:
767px
)
{
.p-service_top
8
.btn
a
{
.p-service_top
9
.btn
a
{
width
:
100%
;
font-size
:
1.4rem
;
line-height
:
1.4
;
...
...
@@ -8009,7 +8036,7 @@ body {
}
}
.p-service_top
8
.btn
a
:after
{
.p-service_top
9
.btn
a
:after
{
content
:
""
;
width
:
8px
;
height
:
8px
;
...
...
@@ -8024,58 +8051,63 @@ body {
}
@media
screen
and
(
max-width
:
767px
)
{
.p-service_top
8
.btn
a
:after
{
.p-service_top
9
.btn
a
:after
{
right
:
10px
;
}
}
.p-service_top
8
.image
{
.p-service_top
9
.image
{
text-align
:
center
;
}
.p-service_top
9
,
.p-service_top1
1
{
.p-service_top
10
,
.p-service_top1
2
{
padding
:
73px
0
80px
;
background-color
:
#f8f8f8
;
}
@media
screen
and
(
max-width
:
767px
)
{
.p-service_top
9
,
.p-service_top1
1
{
.p-service_top
10
,
.p-service_top1
2
{
padding
:
40px
0
;
}
}
.p-service_top
9
.title2
,
.p-service_top1
1
.title2
{
.p-service_top
10
.title2
,
.p-service_top1
2
.title2
{
margin-bottom
:
49px
;
}
.p-service_top1
0
{
.p-service_top1
1
{
padding
:
73px
0
60px
;
background-color
:
#f8f8f8
;
}
@media
screen
and
(
max-width
:
767px
)
{
.p-service_top1
0
{
.p-service_top1
1
{
padding
:
40px
0
;
}
}
.p-service_top1
0
.title2
{
.p-service_top1
1
.title2
{
margin-bottom
:
47px
;
}
.p-service_top1
0
.c-imgtext
{
.p-service_top1
1
.c-imgtext
{
margin-bottom
:
38px
;
}
@media
screen
and
(
max-width
:
767px
)
{
.p-service_top1
0
.c-imgtext
{
.p-service_top1
1
.c-imgtext
{
margin-bottom
:
20px
;
}
}
/*------------------------------------------------------------
/service/top/atc_sp/
...
...
achievement-official.conohawing.com/assets/img/service/top/mv-img.jpg
View file @
14217216
472 KB
|
W:
|
H:
77.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
achievement-official.conohawing.com/assets/include/header.php
View file @
14217216
...
...
@@ -11,7 +11,6 @@
<script
src=
"/assets/js/jquery-migrate-3.0.1.min.js"
></script>
<?php
if
(
$pageid
==
"top"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/base.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/slick.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/top.css"
>
<script
type=
"text/javascript"
src=
"/common_previous/js/lib/slick.min.js"
charset=
"utf-8"
></script>
...
...
achievement-official.conohawing.com/case/kita/index.php
View file @
14217216
...
...
@@ -104,9 +104,6 @@
<p>
講演家としても人気を集め、活躍の幅を広げている
</p>
</li>
</ul>
<div
class=
"c-box__image"
>
<img
src=
"/assets/img/case/img-kita-04.jpg"
alt=
""
width=
"600"
height=
"363"
>
<p>
同業向けの講演活動も数多く行っている
</p>
</div>
</div>
</section>
<div
class=
"p-case-detail3"
>
...
...
achievement-official.conohawing.com/common_previous/css/base.css
View file @
14217216
This diff could not be displayed because it is too large.
achievement-official.conohawing.com/common_previous/css/indivisual-base.css
View file @
14217216
This diff could not be displayed because it is too large.
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