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

/****************************************
	　　フォント
*****************************************/

/**------------------------------------------
  ■ ︎ Elementor見出しcssリセット
------------------------------------------**/
h2.elementor-heading-title, h3.elementor-heading-title, h4.elementor-heading-title,
.elementor-page h2, .elementor-page h3, .elementor-page h4 {
	color: initial;
	font-size: initial;
	text-shadow: initial;
	background: initial;
	border: initial;
	box-shadow: initial;
	padding: initial;
}
h2.elementor-heading-title::before, h3.elementor-heading-title::before, h4.elementor-heading-title::before, h2.elementor-heading-title::after, h3.elementor-heading-title::after, h4.elementor-heading-title::after,
.elementor-page h2::before, .elementor-page h3::before, .elementor-page h4::before ,.elementor-page h2::after, .elementor-page h3::after, .elementor-page h4::after {
	color: initial;
	font-size: initial;
	text-shadow: initial;
	background: initial;
	border: initial;
	box-shadow: initial;
	content: initial;
}

/**------------------------------------------
  ■ ︎ コンテンツ
------------------------------------------**/
.ta_center {
	text-align: center;
}

em,strong,.bold {
	font-weight: bold;
	font-style: normal !important;
}

.mark_yl {
	background: none repeat scroll 0 0 rgba(242, 212, 73, 0.4);
	font-weight: bold;
}

.mark_gr {
	background: none repeat scroll 0 0 rgba(242, 212, 73, 0.4);
	font-weight: 400;
}

.red {
	color: #f20860 !important;
}

.blue {
	color: #36B1BF !important;
}

.big {
	font-size: 20px;
}

.small {
	font-size: 12px;
}

.single ul{
	padding: 0 0 0 20px;
	line-height: 1.8;
	font-size: 14px;
	color: #434343;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.single .fa-li {
	color: #f20860;
	line-height: 1.6;
}

span.key {
	background: #5ebaba;
	color: #fff;
	padding: 1px 5px;
	border-radius: 5px;
	white-space: nowrap;
}

div.box {
	width: auto;
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    padding: 15px;
	border: solid 2px #fafafa;
	margin: 40px 0;
}

div.attention {
	width: auto;
    background: rgba(242, 8, 96, 0.1) none repeat scroll 0 0;
    padding: 15px;
	margin: 40px 0;
}


blockquote {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
   	border: 1px dashed #33BFDB;
    padding: 20px 40px;
	margin: 40px 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
}

.mb40 {
	margin-bottom: 40px;
}

table td.t_top {
 font-weight: bold;
}

/*モバイル*/
@media screen and (max-width: 375px) {
.wp-image-1411,.wp-image-1443 {
	width: 100%;
}
}

/*YouTubeレスポンシブサイズ*/
.youtube {
    position: relative;
    max-width: 80%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
}

/*フォーム*/
.form-control {
    padding: 0 12px;
}

table {
	font-weight: 600;
}

table.table-form {
    width: 100%;
    margin-bottom: 30px;
}
table.table-form th, table.table-form td {
    border-bottom: 1px solid #ccc;
    padding: 30px 20px 10px 20px;
}
table.table-form th {
    width: 20%!important;
    vertical-align: top!important;
}
table.table-form td {
    width: 80%!important;
}
table.table-form input[text], table.table-form select, table.table-form textarea {
    margin-bottom: 20px;
        width: 100%;
}
table.table-form textarea {
    border: 1px solid #ccc;
}
table.table-form select {
    padding: 0 20px;
}
table.table-form th.required::after {
    content: "*";
    color: red;
    margin-left: 3px;
}
@media screen and (max-width: 760px) {
    table.table-form th, table.table-form td { display: block; width: 100%!important; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: none; }
    table.table-form tr:last-child td { border-bottom: 1px solid #ccc; }
    table.table-form th { text-align: center; font-weight: bold; background: #f4f4f4; padding: 10px;}
}
input.back-button {
    display: inline-block;
    margin-left: 40px;
}

/*トップタイトル文字設定*/
h1.top01{
  color: #DF6AA4;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
h1.top01{
   font-size: 28px;
   color: #DF6AA4;
}
}

/*h2見出し変更*/
.mainSection-title,
h2 {
    border-top:none !important;
    border-bottom:none !important;
    background-color:#E84E8A;
    border-radius:5px;
    color:#fff;
    padding: 7px 10px 7px 20px;
    line-height: 1em;
    }

.mainSection-title:before,
h2:before {
     margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:50px;
    height:50px;
    margin-right:5px;
     background-image:url( "https://con-parentingjp.org/wp/wp-content/uploads/2017/12/logo02_10-1.png" );
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    }



/*トップページメルアド入力窓の幅変更*/
.form-control  {
    width: 60%;
}

/*トップページ申し込みバナーのレスポンシブ対応*/
@media (max-width: 700px) {
    #UserItemForm {
        width: auto;
    }
    input{
        max-width: 100%;
        height: auto;
    }
}
/*トップページ応援メッセージ*/
#pink-border {
  color: #5e5e5d;
  border: 10px dashed #fcc8d5; 
  padding: 30px; 
  background: #f7f3e2;
  margin: 2% 20% ;
}

@media screen and (max-width: 480px) {
#pink-border {
  color: #5e5e5d;
  border: 10px dashed #fcc8d5; 
  padding: 30px; 
  background: #f7f3e2;
  margin: auto ;
}
}

/*トップページプロフィールスクエア*/
.border02 {
  border: 2px solid #ccc; 
  padding: 10px; 
  margin: 10px 120px
}

@media screen and (max-width: 480px) {
.border02 {
  border: 2px solid #ccc; 
  padding: 10px; 
  margin: auto ;
}
}


/*トップページ本文レイアウト*/
.calam01 {
   padding: 0; 
   margin: 10px 80px
}

@media screen and (max-width: 480px) {
.calam01 {
   padding: 0; 
   margin: 0;
}

}

