@charset "utf-8";
/*
Theme Name: 株式会社メディアプラン（Lightning Child）
Theme URI: 
Template: lightning
Description: 
Author: 株式会社メディアプラン
Tags: 
Version: 0.1
*/

/**************************************************************************************************
 * 親テーマレイアウト・デザイン調整
 */
body.home .siteContent {
	padding: 0;
}

body.home .siteContent .container {
	width: 100%;
}

body.home .siteContent .col-md-12.mainSection {
	padding-left: 0;
	padding-right: 0;
}

body.home .col-md-12.mainSection > div.widget.widget_pudge,
body.home .siteContent .col-md-12.mainSection section {
	border-top: 1px solid #f1f1f1;
}

body.home .col-md-12.mainSection > div.widget.widget_pudge:nth-of-type(even),
body.home .siteContent .col-md-12.mainSection section:nth-of-type(even) {
	background-color: #f1f7f7;
}

/*
body.home .siteContent .col-md-12.mainSection section:nth-of-type(4) {
	background-image: url("./images/drone2.jpg");
}
body.home .siteContent .col-md-12.mainSection section:nth-of-type(6) {
	background-image: url("./images/krp-6.jpg");
}
body.home .siteContent .col-md-12.mainSection section:nth-of-type(4),
body.home .siteContent .col-md-12.mainSection section:nth-of-type(6) {
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% auto;
	background-attachment: fixed;
	position: relative;
}
body.home .siteContent .col-md-12.mainSection section:nth-of-type(4):before,
body.home .siteContent .col-md-12.mainSection section:nth-of-type(6):before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f1f7f7;
	opacity: 0.95;
}
*/

body.home .mainSection .widget {
	margin-bottom: 0;
}
body.home .col-md-12.mainSection > div.widget.widget_pudge > div,
body.home .siteContent .col-md-12.mainSection section > div {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 65px;
}
body.home .col-md-12.mainSection > div.widget.widget_pudge:nth-of-type(1) > div,
body.home .siteContent .col-md-12.mainSection section:nth-of-type(1) > div {
	padding-top: 0;
}

@media (max-width: 767px)  {
	body.home .col-md-12.mainSection > div.widget.widget_pudge > div,
	body.home .col-md-12.mainSection section > div {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
}
@media (min-width: 768px)  {
	body.home .col-md-12.mainSection > div.widget.widget_pudge > div,
	body.home .col-md-12.mainSection section > div {
		width: 750px;
	}
}
@media (min-width: 992px)  {
	body.home .col-md-12.mainSection > div.widget.widget_pudge > div,
	body.home .col-md-12.mainSection section > div {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	body.home .col-md-12.mainSection > div.widget.widget_pudge > div,
	body.home .col-md-12.mainSection section > div {
		width: 1170px;
	}
}

body.home .col-md-12.mainSection > div.widget.widget_pudge h2,
body.home .widget_ltg_adv_post_list .mainSection-title,
body.home .col-md-12.mainSection section h2 {
	background-color: inherit;
	text-align: center;
}
body.home .widget_ltg_adv_post_list .mainSection-title:before {
	font-family: fontAwesome;
	content: "\f075";
	color: #afe1e1;
	margin-right: .3em;
	font-size: 200%;
}
@media (min-width: 768px)  { body.home .widget_ltg_adv_post_list .mainSection-title { font-size: 30px; } }

dt {
	font-size: 1.3em;
}

dl {
	margin-top: 0;
}

.siteContent .btn {
	margin-bottom: 5px;
}

.siteContent img {
	max-width: 100%;
}

.siteContent a img:hover {
	opacity: 0.9;
}

/* メニュー */
@media (min-width: 768px) {
	ul.gMenu > li.current-post-ancestor > a:after,
	ul.gMenu > li.current-menu-item > a:after,
	ul.gMenu > li.current-menu-parent > a:after,
	ul.gMenu > li.current-menu-ancestor > a:after,
	ul.gMenu > li.current_page_parent > a:after,
	ul.gMenu > li.current_page_ancestor > a:after {
		border-bottom-color: #fff !important;
	}
	ul.gMenu > li > a:hover:after {
		border-bottom-color: #39cec9 !important;
	}
}

/* フッター */
footer aside h1:before {
	content: "\f105";
	margin-right: 0.3em;
	font-family: fontAwesome;
	color: #a1a1a1;
}

@media (max-width: 991px)  {
	footer .container.sectionBox aside.widget {
		margin-bottom: 25px;
	}
}

.lead { font-weight: bold; }
@media (min-width: 768px) { .lead { font-size: 22px; } }
@media (max-width: 767px) { .lead { font-size: 1.2em; } }


/**************************************************************************************************
 * コンテンツ遅延表示JS用（フェードイン）
 */
body.home .siteContent .mainSection section {
	opacity: 0;
}


/**************************************************************************************************
 * 子テーマオリジナルCSS
 */

/* ウェブフォント設定 */
@font-face {
	font-family: 'NotoSansCJKjp-Light';
	src: url('./font/subset/NotoSansCJKjp-Light.eot');
	src: url('./font/subset/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
		url('./font/subset/NotoSansCJKjp-Light.woff') format('woff'),
		url('./font/subset/NotoSansCJKjp-Light.ttf') format('truetype');
}

.font-NotoSans {
	font-family: 'NotoSansCJKjp-Light';
}

body * {
	font-family: 'NotoSansCJKjp-Light';
}

a,img {
  -moz-transition: opacity .2s, text-decoration .2s, color .2s, display .2s, background-color .2s;
  -webkit-transition: opacity .2s, text-decoration .2s, color .2s, display .2s, background-color .2s;
  -o-transition: opacity .2s, text-decoration .2s, color .2s, display .2s, background-color .2s;
  -ms-transition: opacity .2s, text-decoration .2s, color .2s, display .2s, background-color .2s;
  transition: opacity .2s, text-decoration .2s, color .2s, display .2s, background-color .2s;
}

a[rel="external"]:before {
  content: "\f08e";
  display: inline-block;
  margin-right: 0.3em;
  font-family: FontAwesome;
}

.front-catch-icon {
	margin-bottom: 30px;
}

@media (max-width: 767px)  {
	.front-catch-icon .fa-stack.fa-5x {
		font-size: 2.5em;
	}
	.siteContent h2 > .fa-2x,
	body.home section h2 > .fa-2x {
		font-size: 1em;
	}
}

dl.impact dt {
	font-size: 1.4em;
	color: #13686b;
	border-left: 0;
	padding-left: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
dl.impact dt:before {
	content: "\f046";
	font-family: fontAwesome;
	margin-right: .3em;
	color: #13686b;
	font-weight: normal;
}
@media (max-width: 767px)  { dl.impact dt {
	font-size: 1.2em;
}}
dl.impact dd {
	margin-left: 5px;
}

.color-lg {
	color: #afe1e1;
}

#page-scroll-top {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}

#page-scroll-top a {
	opacity: 0.95;
	text-decoration: none;
}

#page-scroll-top a:hover {
	opacity: 0.75;
}

#sec-office .table th {
	background-color: #66CCCC;
	color: #fff;
	font-weight: 400;
}
@media (min-width: 768px) {
	#sec-office .table th {
		width: 13em;
	}
}

#sec-office .table td {
	background-color: #fff;
}

.mb-lg {
	margin-bottom: 2em;
}
.mb-sm {
	margin-bottom: 1em;
}

h4 {
	background-color: inherit;
	font-size: 22px;
	padding: 0 15px 0 0;
	vertical-align: middle;
}
h4:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 1.5em;
	background-color: #2fa8a4;
	border-radius: 4px;
	margin-right: .5em;
	vertical-align: middle;
}
@media (max-width: 767px) {
	h4 {
		font-size: 18px;
	}
}

/* PC・SP切り替え */
@media (min-width: 768px) {
	.only-sp {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.only-pc {
		display: none !important;
	}
}


/**************************************************************************************************
 * carouselフェードイン効果
 */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

