@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: https://so-many-dream.com
Template: lightning
Description: lightningのリード株式会社専用子テーマ
Author: Kota Yoden
*/

/* ヘッダー動画のレイアウト調整 */
/*--------------------------------------------------

   メインビジュアルYoutube動画

--------------------------------------------------*/

.cover-wrap {
  width: 100%;
  background-image: url(http://samplesite.info/lead-kyoto.jp/wp-content/uploads/2020/11/dot.png);
  position: relative;
}

.cover-movie {
  width: 100%;
  position: relative;
  z-index: -100;
}

.cover-movie video {
  width: 100%;
}

.cover-logo img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

/* 画像の横並び */
.pageLinkBtn {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.repair, .call-center, .logistics, .large-products, .setting-and-support, .drone, .recall {
	width: 33.3333%;
	padding: 0 24px;
	border-left: 1px solid rgba(0,0,0,0.2);
}
.logistics, .drone, .recall {
	border-right: 1px solid rgba(0,0,0,0.2);
}
/*.recall {
  margin-left: auto;
  margin-right: auto;
}*/
.pageLinkBtn p {
	margin: 4px 0 0;
	padding: 0 0 5px;
	font-size: 1.2em;
}

/* スマホ版トップページから固定ページへのリンクデザイン */
@media(max-width: 800px) {
	.repair, .call-center, .logistics, .large-products, .setting-and-support, .drone, .recall {
	width: 100%;
	padding: 10px;
	border: none;
	}
}

/* h2のデザインを変更 */
h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border-top: none;
  border-bottom: none;
}

h2:before {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #c93534;
}

/* centerクラスの段落を中央揃えに */
.center {
	text-align: center;
}

/* トップ詳細を見るボタンのデザイン */
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #d55c5b;
  border: solid 2px #c93534;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #d55c5b;
  color: white;
}

/*画像の左右寄せのレイアウト調整*/
@media (max-width: 800px) {
  img.alignright {
    width: 100%;
  }
  img.alignleft {
    width: 100%;
  }
}

/*トップ新着情報のデザイン*/
/*article.media {
  border: 1px solid gray;
  padding: 12px;
  max-height: 280px;
  overflow: scroll;
}*/

/*トップウィジェットの間隔を空ける*/
div.textwidget {
  margin-top: 32px;
}

/*採用情報ボタンのデザイン*/
a.btn--leadcolor {
  color: #000;
  background-color: #c93534;
  border-bottom: 5px solid #ccc100;
}

a.btn--leadcolor:hover {
  margin-top: 3px;
  color: #000;
  background: # fff20a;
  border-bottom: 2px solid #ccc100;
}

/*トップアイコンhoverで浮かせる*/
div.prBlock_icon_outer {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0 0 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
div.prBlock_icon_outer:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

/*サイトマップのレイアウト*/
.siteContent_after {
  width: 100%;
  background-color: #c93534;
  color: white;
}
.siteContent_after .textwidget {
  margin-top: 0;
}
.sitemap_head {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.siteContent_after a {
  color: white;
}
.sitemap,
.sitemap th,
.sitemap td {
  border: none;
}
.sitemap td {
  width: 16.6666%;
}
.sitemap th, .sitemap td {
  font-size: 0.8rem;
}
.sitemap th {
  font-weight: bold;
}

/*お問い合わせバナーのレイアウト*/
.contact_banner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*フッターロゴ部の余白調整*/
.footerWidget {
  padding-top: 0;
  padding-bottom: 0;
}

/*固定ページh3のレイアウト修正*/
.entry-body h3 {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fbeeee;/*背景色*/
  border-left: solid 5px #c93534;/*左線（実線 太さ 色）*/
  border-bottom: none;
}
.entry-body h3:after {
  content: none;
}

/* お問い合わせフォームのアラートを赤字に */
.form-alert {
  color: #ff0000;
}

/* お問い合わせフォームのレイアウトを整える */
