/*
Theme Name: Lightning Child
Theme URI: sukusukulab.com
Template: lightning
Description: すくすくLAB
Author: NAKATA
Tags: 
Version: 0.5.1
*/


.common-mg-top{
	margin-top:50px;
}
.red{
	color:#ff0000;
}

.purple{
	color:#6a1792;
}

.y-b{
	background:linear-gradient(transparent 60%, #ffff00 60%);
}

.common-btn-form{
  color: #fff;
  background-color: #eb6100;
	text-decoration:none;
	border-radius:5px;
	margin:2rem 0;
	display:inline-block;
}

.common-btn-link{
    color: #fff;
    background-color: #6a1792;
    text-decoration: none;
    border-radius: 26px;
    margin: 1rem auto;
    display: block;
    padding: 8px 3em;
    width: 188px;
    text-align: center;
}

.tx-l{
	font-size:1.2em;
}

.common-btn-form:hover {
  color: #fff;
  background: #f56500;
}

.common-btn-form {
  font-size: 1.3rem;
  position: relative;
  padding: 1rem 2rem 1rem 2rem;
}

.common-btn-form i.fa {
  margin-right: 1rem;
}


.flex {
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-js-display: flex;
}

.top-message{
	font-size:35px;
}

.top-message-tx{
	flex-wrap:nowrap;
	justify-content:space-between;
}
.top-message-tx .text{
	width:50%;
}
.top-message-tx .pic{
	width:45%;
}

#top-program-box h2{
	text-align:center;	
}

.top-program-title{
	font-size:2em;
	font-weight:bold;
  position: relative;
  display: block;
  margin: 0 auto 1em auto;
	color:#000;
	text-align:center;
}
.top-program-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #6a1792;
}


.top-program {
	justify-content:space-between;
	flex-wrap:nowrap;
}
.top-program .child{
	width:48%;
}

.entry-title--post-type--page, h2{
	border-top:none;
	border-bottom:none;
}
h2.top-pro-1{
	border-top:solid 2px #ed5a2e !important;
	margin-bottom:0;
}
h2.top-pro-2{
	border-top:solid 2px #cc2a92 !important;
	margin-bottom:0;
}
h2.top-pro-3{
	border-top:solid 2px #0073bc !important;
	margin-bottom:0;
}
h2.top-pro-4{
	border-top:solid 2px #00a94d !important;
	margin-bottom:0;
}



.author{
	display:none;
}

.soudan-content{
	flex-wrap:nowrap;
	justify-content:space-between;
}

.box14{
    padding: 0.2em 0.5em;
    margin: 2em 0 6em;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box14 p {
    margin: 0 0 15px; 
    padding: 0;
}

.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.common-p{
	margin:10px 0 30px 0;
}
.step{
	display:block;
}

.left-pic{
	padding:0 20px 20px 0;	
}

.right-pic{
	padding:0 0 20px 20px;	
}
.common-bottom{
	padding-bottom:4em;
}

.box15 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}

.box15.mother{
	background: #fff8e8;
	box-shadow: 0px 0px 0px 10px #fff8e8;
}



.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}
 
.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}
 
.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}

.date{
	margin-right:15px;
}
.cat{
	margin-right:15px;
	color:#fff !important;
	background:lightblue;
	border-radius:3px;
	padding:0 2px;
	font-size:.9em;
}

/*――――「表」デザイン――――*/
 
.cform th {
	width: 25%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0px 10px 15px;
	font-weight: bolder;
	text-align:left;
	background:#eaeaea
}
 
.cform td {
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}
  
/*―――――表示―――――*/
 
.cform {
	width: 94%;
	margin: auto;
}
 
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 90%;
}
 
 
 
@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 97%;
  border: 1px solid #999;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}
 
/*――「送信ボタン」デザイン――*/
 
.submit-btn input {
	background-color:#ebbbbb;
	border:0;
	color:#ffffff;
	font-size:1.3em;
	font-weight:bolder;
	margin:0 auto;
	padding: 10px 35px;
	border-radius: 3px;
	cursor: pointer;
	text-align:center;
}
 
.submit-btn {
	text-align:center;
	margin-top:20px;
	 cursor: pointer;
}
 
.submit-btn input:hover {
	background: #6a1792;
	color: #FFFFFF;
　cursor: pointer;
}
 
 
/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.9em;
padding: 0 4px;
border-radius: 5px;
margin-right: 10px;
background: #ff0000;
color: #ffffff;
	display:inline-block
}
.copyright{
	text-align:center;
	margin:0 auto;
}

.submit-btn input{
	margin:0 auto 1em auto !important;
}
/*ーーーーーーーーーーーーーーーー*/
.vk-mobile-nav-menu-btn{
	border:none !important;
	left:unset;
	right:5px !important;
	width: 44px;
    height: 45px;
}

@media only screen and (max-width:640px) {
	body{
		font-size:4vw;
	}
	.site-header-logo img{
		margin-right:auto;
		margin-left:unset !important;
	}
	.top-message {
		font-size: 7vw;
	}
	h2 {
    font-size: 5vw;
	}
	.left-pic,
	.right-pic{
		max-width:150px;
	}
	
	.top-program{
		flex-wrap:wrap;
	}
	.top-program .child{
		width:100%;
	}
	.cform th,
	.cform td{
		font-size:4vw;
	}
	.cform th:first-child{
		border-top:solid 1px #999;
	}
}