@charset "utf-8";
/*
Theme Name: Lightning Child mianet2
Theme URI:
Template: lightning
Description:miaネット用
Author:MIA
Tags: 
Version: 0.1
*/




/* -------- 基本フォントサイズ -------- */
body, html {
    font-size: 16px;
}



/* -------- 装飾 -------- */
.large {font-size: 120%;}
.bold {font-weight: bold;}
.box {
	border: solid 1px #ccc; 
	padding: 20px;
	margin-bottom: 20px;
}
.box p:last-child {margin-bottom: 0;}
.important {
	font-weight: bold;
	color: var(--red);
}
.lead_prime {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--blue);
}



/* -------- 見出し -------- */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.5rem;
	font-weight: 900;
	line-height: 1.4;
}

.mainSection-title, h2 {
	font-size: 1.5rem;
	color: #010101;
	background: #eaf3ff;
	border-top: solid 3px #337ab7;
	border-bottom: solid 3px #337ab7;
	padding: 0.5em;
}

.subSection-title, h3 {
	border-bottom: solid 3px #ccc;
	padding-bottom: 8px;
	position: relative;

}
.subSection-title:after, h3:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -3px;
	width: 30%;
	border-bottom: 3px solid #337ab7;
}




/* -------- ウィジェット -------- */
.subSection .widget {
    margin-bottom: 40px;
}



/* -------- グローバルナビ -------- */
.gMenu>li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 3px solid #2e6da4;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}




/* -------- TOP -------- */

.home .entry-body h1 {
	text-align: center;
	margin-bottom: 1.5rem;
}

.top_2col h2,
.top_2col p {
	text-align: center;
}
.top_2col h2 {
	margin-bottom: 1rem;
}
.top_2col div {
	margin-bottom: 20px;
}

/* -------- スライド -------- */
.slide-text-title{font-size:3vw;}
@media (min-width:768px){
	.slide-text-title{font-size:1.5rem;}
}



/* -------- フッター Powered by 非表示 -------- */
footer .copySection p:nth-child(2) {
	display:none !important;
}




/* -------- サービスプラン -------- */
table.service {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: 40px;
}
table.service th {
	text-align: center;
	background: #eee;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
table.service td {
	width: 50%;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}




/* -------- お申込み、お問合せ（Contact Form 7） -------- */
.required::after {
    content: "※必須";
    font-size: 12px;
    color: var(--red);
    margin-left: 5px;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="zip"],
.wpcf7 input[name="pref"],
.wpcf7 input[name="city"],
.wpcf7 input[name="your-tel"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="desired-email1"],
.wpcf7 input[name="desired-email2"],
.wpcf7 input[name="desired-email3"],
.wpcf7 input[name="add-capacity"],
.wpcf7 textarea {
    max-width: 100%;
}

span.wpcf7-not-valid-tip {
    color: var(--red);
}

.form_note {
	color: var(--gray);
}



/* -------- FAQ -------- */
dl.faq dd {margin-bottom: 40px;}




