@charset "utf-8";
/*
Theme Name: Lightning Child 
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/*-------------------------------------------*/
/* .page-header
/*-------------------------------------------*/
.page-header { margin-top: 0; margin-bottom: 0; padding-bottom: 0; }

.page-header_pageTitle, h1.page-header_pageTitle:first-child { margin: 15px 0 10px; font-size: 22px;  line-height: 1.1; }

@media (min-width: 992px) { .page-header_pageTitle, h1.page-header_pageTitle:first-child { margin: 15px 0 10px; font-size: 22px; line-height: 1.1;} }

/**
 * フォーム
 */
.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: 12em;
   overflow: auto;
   border: #dddddd 1px solid;
   background-color: #fff;
}

.chk{
text-align:center;
padding: 10px 0;
}

.action-buttons {
    text-align: center;
}