Commit 3c1088dd by Orine Matsui

セミナーに書籍追加

parent eb9af040
......@@ -592,6 +592,76 @@ body {
}
.c-list4 {
margin-top: 30px;
}
@media screen and (max-width: 767px) {
.c-list4 {
margin-top: 0;
}
}
.c-list4__item {
width: 100%;
margin: 28px 0 0 0;
}
.c-list4__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.c-list4__img {
width: 190px;
margin: 2px 0 0;
}
@media screen and (max-width: 767px) {
.c-list4__img {
width: 38%;
margin: 1px 0 0;
}
}
.c-list4__info {
width: calc(100% - 210px);
}
@media screen and (max-width: 767px) {
.c-list4__info {
width: 58%;
}
}
.c-list4__ttl {
font-size: 2rem;
line-height: 1.24;
color: #363636;
font-weight: bold;
position: relative;
}
@media screen and (max-width: 767px) {
.c-list4__ttl {
font-size: 1.6rem;
}
}
.c-list4__txt {
font-size: 1.6rem;
line-height: 1.5;
color: #363636;
margin: 10px 0 0!important;
}
/*
------------------------------------------------------------*/
......
......@@ -88,7 +88,35 @@
また、企業研修においては、選択理論心理学をベースとした体験型のチームビルディングやモチベーション・マネジメント研修を担当。<br>
技術職と営業職の両方のキャリアがあり、営業職のみならず研究職や技術職といった<br>
理系受講生からも高い共感値と満足度を得ている。</p>
<ul class="c-list4">
<li class="c-list4__item">
<a href="https://shop.achievement.co.jp/products/detail.php?product_id=717" target="_blank" class="c-list4__inner">
<div class="c-list4__img">
<img src="/assets/img/trainer/img_trainer_aoki_book01.jpg" alt="超・達成思考">
</div>
<div class="c-list4__info">
<h4 class="c-list4__ttl">超・達成思考</h4>
<p class="c-list4__txt">数々の成功者が続出!<br>28年間続く日本一の目標達成講座のエッセンスを大公開</p>
</div>
</a>
</li>
<li class="c-list4__item">
<a href="https://shop.achievement.co.jp/products/detail.php?product_id=584" target="_blank" class="c-list4__inner">
<div class="c-list4__img">
<img src="/assets/img/trainer/img_trainer_aoki_book02.png" alt="志の力">
</div>
<div class="c-list4__info">
<h4 class="c-list4__ttl">志の力</h4>
<p class="c-list4__txt">日本の教育をリードしてきた元文部科学大臣と36万人を指導した人材教育のプロフェッショナルが伝える迷い、不安と無縁になる新・成功哲学!</p>
</div>
</a>
</li>
</ul>
</div>
</div>
</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