@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags:
Version: 0.1.2
*/

/*-------------------------------------------*/
/* .page-header
/*-------------------------------------------*/

.single h1.entry-title:first-letter {
  color: #333;
}

.page-header { margin-top: 0; margin-bottom: 0; padding-bottom: 0; }

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	margin: 30px 0 25px;
	font-size: 32px;
}

@media (min-width: 992px) { .page-header_pageTitle, h1.page-header_pageTitle:first-child {
	margin: 30px 0 25px;
	font-size: 32px;
	} }

/**
 * フォーム
 */
.mw_wp_form_g-standard table {
	border: none;
	border-top: #ddd solid 1px;
	border-right: #ddd solid 1px;
	border-collapse: collapse;
	font-size: 100%;
	margin: 0 0 20px;
	width: 100%;
}

.mw_wp_form_g-standard table th,
.mw_wp_form_g-standard table td {
	border: none;
	border-bottom: #ddd solid 1px;
	border-left: #ddd solid 1px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px;
	vertical-align: top;
}

.mw_wp_form_g-standard table th {
	background-color: #f5f5f5;
	width: 40%;
}

.mw_wp_form_g-standard table td {
	background-color: #fff;
}

@media screen and ( max-width: 970px ) {
	.mw_wp_form_g-standard table,
	.mw_wp_form_g-standard table tbody,
	.mw_wp_form_g-standard table tr,
	.mw_wp_form_g-standard table th,
	.mw_wp_form_g-standard table td {
		display: block;
		width: auto;
	}
	.mw_wp_form_g-standard table th {
		padding: 5px 10px;
	}
	.mw_wp_form_g-standard table td {
		padding: 20px 10px;
	}
}

/**
 * 画像
 */
.mw_wp_form_g-standard .mw-wp-form_image {
	margin-top: 5px;
}

.mw_wp_form_g-standard .mw-wp-form_image img {
	max-width: 100%;
}

/**
 * 必須
 */
.mw_wp_form_g-standard .require {
	color: #b70000;
}

/**
 * 注釈
 */
.mw_wp_form_g-standard .notes {
	color: #999;
	display: block;
	font-size: 12px;
	margin: 5px 0 0;
}

/**
 * エラーメッセージ
 */
.mw_wp_form_g-standard .error {
	color: #b70000;
	display: block;
	margin: 5px 0 0;
}

/**
 * アクションボタン
 */
.mw_wp_form_g-standard .action-buttons {
}

/**
 * フォーム項目基本
 */
.mw_wp_form_g-standard input,
.mw_wp_form_g-standard select,
.mw_wp_form_g-standard textarea {
	box-sizing: border-box;
	max-width: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	width: auto;
}

/**
 * ボタン
 */
.mw_wp_form_g-standard input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.5 ),
				inset 0 15px 17px rgba( 255, 255, 255, 0.5 ),
				inset 0 -5px 12px rgba( 0, 0, 0, 0.05 );
	color: rgba( 0, 0, 0, .8 );
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.8 );
}

.mw_wp_form_g-standard input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.8 ),
				inset 0 15px 17px rgba( 255, 255, 255, 0.8 ),
				inset 0 -5px 12px rgba( 0, 0, 0, 0.02 );
}

.mw_wp_form_g-standard input[type="submit"]:focus,
.mw_wp_form_g-standard input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba( 255, 255, 255, 0.5 ),
				inset 0 2px 5px rgba( 0, 0, 0, 0.15 );
}

/**
 * 選択項目
 */
.mw_wp_form_g-standard label {
	display: inline-block;
	margin: 0 5px 0 0;
}

.mw_wp_form_g-standard label input[type="checkbox"],
.mw_wp_form_g-standard label input[type="radio"] {
	margin: 0 5px 0 0;
}

/**
 * テキスト
 */
.mw_wp_form_g-standard input[type="text"],
.mw_wp_form_g-standard input[type="password"],
.mw_wp_form_g-standard input[type="number"],
.mw_wp_form_g-standard input[type="email"],
.mw_wp_form_g-standard textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

.mw_wp_form_g-standard input[type="text"]:focus,
.mw_wp_form_g-standard input[type="password"]:focus,
.mw_wp_form_g-standard input[type="number"]:focus,
.mw_wp_form_g-standard input[type="email"]:focus,
.mw_wp_form_g-standard textarea:focus {
}

/**
 * 複数行テキスト
 */
.mw_wp_form_g-standard textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}

/**
 * ファイル
 */
.mw_wp_form_g-standard input[type="file"] {
	display: inline;
}

.box {
 height: 15em;
   overflow: auto;
   border: #dddddd 1px solid;
   background-color: #fff;
}

.chk{
text-align:center;
padding: 10px 0;
}

.action-buttons {
    text-align: center;
}

.news-l {
	text-align:center;
	border:none;
}
.news-l td{
	text-align:center;
	border:none;
	padding:0;
}

/*解決事例の追加情報*/
.case_dl {margin:0 0 15px;}
.case_dl div {display: flex;}
.case_dl div+div {margin-top:.5em;}
.case_dl div dt,
.case_dl div dd {
	border:none;
	margin: 0;
	padding:0;
}
.case_dl div dt::after {content:":";margin:0 5px;}
.case_dl div dd {font-weight: bold;}

/*実績読み込み*/
#resultBlc {
	margin-bottom:50px;
}
.resultBlc_in {
  display: flex;
  justify-content: center;
  margin-bottom: 30px
}
.resultBlc_in .result_case {
  border: solid 2px #293951;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url("/wp-content/themes/lightning_child_sample/assets/images/inheritance/case_bg.png") no-repeat center bottom;
  margin: 0 2.5%;
  position: relative;
  overflow: hidden;
  width: 42%
}
.resultBlc_in .result_case p {
  margin-bottom: 0
}
.resultBlc_in .result_case .case_in {
  padding: 20px 20px 80px
}
.resultBlc_in .result_case .case_in .case_dl {
  margin: 0 0 15px
}
.resultBlc_in .result_case .case_in .case_dl div {
  display: flex
}
.resultBlc_in .result_case .case_in .case_dl div dt, .resultBlc_in .result_case .case_in .case_dl div dd {
  border: none;
  margin: 0;
  padding: 0
}
.resultBlc_in .result_case .case_in .case_dl div dt:after {
  content: ":"
}
.resultBlc_in .result_case .case_in .case_dl div dd {
  font-weight: bold
}
.resultBlc_in .result_case .ttl {
  background: #293951;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: .5em;
  text-align: center
}
.resultBlc_in .result_case .caseBtn {
  border: solid 1px #062c91;
  border-radius: 5px;
  background: #fff;
  color: #062c91;
  display: block;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: .5em;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 200px
}
.resultBlc_in .result_case .caseBtn:hover {
  background: #062c91;
  color: #fff
}
.archiveBtn {
  margin: 0 auto;
  width: 250px
}
.archiveBtn a {
  background: #293951;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: .5em;
  text-align: center
}
.archiveBtn a:hover {
  opacity: .8
}
@media (max-width: 1000px) {
  .resultBlc_in {
    flex-wrap: wrap
  }
  .resultBlc_in .result_case {
    background: url("/wp-content/themes/lightning_child_sample/assets/images/inheritance/case_bg.png") no-repeat center bottom/300px;
    margin: 0 auto 20px;
    width: 90%
  }
  .resultBlc_in .result_case .case_in {
    padding: 15px 15px 80px
  }
  .resultBlc_in .result_case .case_in .case_dl {
    margin: 0 0 15px
  }
  .resultBlc_in .result_case .ttl {
    font-size: 1.8rem
  }
  .resultBlc_in .result_case .caseBtn {
    font-size: 1.6rem
  }
  .archiveBtn a {
    font-size: 1.8rem
  }
}