Commit 14217216 by Orine Matsui

メイリオとヒラギノの混同を整理。IE11の画像表示しない問題解消。テキスト修正

parent 1428d8fd
......@@ -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_top8 .btn {
.p-service_top9 .btn {
margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
.p-service_top8 .btn {
.p-service_top9 .btn {
margin-bottom: 30px;
}
}
.p-service_top8 .btn a {
.p-service_top9 .btn a {
text-align: center;
margin: 0 auto;
display: block;
......@@ -8001,7 +8028,7 @@ body {
}
@media screen and (max-width: 767px) {
.p-service_top8 .btn a {
.p-service_top9 .btn a {
width: 100%;
font-size: 1.4rem;
line-height: 1.4;
......@@ -8009,7 +8036,7 @@ body {
}
}
.p-service_top8 .btn a:after {
.p-service_top9 .btn a:after {
content: "";
width: 8px;
height: 8px;
......@@ -8024,58 +8051,63 @@ body {
}
@media screen and (max-width: 767px) {
.p-service_top8 .btn a:after {
.p-service_top9 .btn a:after {
right: 10px;
}
}
.p-service_top8 .image {
.p-service_top9 .image {
text-align: center;
}
.p-service_top9,
.p-service_top11 {
.p-service_top10,
.p-service_top12 {
padding: 73px 0 80px;
background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
.p-service_top9,
.p-service_top11 {
.p-service_top10,
.p-service_top12 {
padding: 40px 0;
}
}
.p-service_top9 .title2,
.p-service_top11 .title2 {
.p-service_top10 .title2,
.p-service_top12 .title2 {
margin-bottom: 49px;
}
.p-service_top10 {
.p-service_top11 {
padding: 73px 0 60px;
background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
.p-service_top10 {
.p-service_top11 {
padding: 40px 0;
}
}
.p-service_top10 .title2 {
.p-service_top11 .title2 {
margin-bottom: 47px;
}
.p-service_top10 .c-imgtext {
.p-service_top11 .c-imgtext {
margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
.p-service_top10 .c-imgtext {
.p-service_top11 .c-imgtext {
margin-bottom: 20px;
}
}
/*------------------------------------------------------------
/service/top/atc_sp/
......
......@@ -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>
......
......@@ -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">
......
This diff could not be displayed because it is too large.
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