/*
 Theme Name:   lightning-Child
 Template:     lightning
 Version:      1.0.0
*/

body,
p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
    }

.widget_ltg_full_wide_title_title {
	font-weight: bold!important;
}

#menu-item-206 .tel1 {
	font-size: 1.5em;
    color: #ea6c0f;
}

#menu-item-206 .tel2 {
	font-size: 0.8em;
}

@media screen and (min-width: 768px) {
    .slide-text-title {
        font-size: 3.0vw!important;
    }

}


.slide-text-title,
.slide-text-caption {
	text-shadow: 0 0 6px #000!important;
	font-weight: bold;
}

@media (min-width: 992px) {
    
p {
    font-size:20px;
    } 
    
}

footer .sectionBox {
    display:none !important;
    }

footer .copySection {
    display:block !important;
    border-top:none !important;
    }

footer .copySection p:nth-child(2) {
    display:none !important;
    }

.prBlock .prBlock_image {
    width:100% !important;
    max-width: 300px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    height:auto!important;
    margin-bottom:20px;
    }

.prBlock .prBlock_image img {
    width:100% !important;
    max-width: 300px!important;
    }

.prBlock_title {
    font-weight:bold;
    }

#ltg_full_wide_title-5 .widget_ltg_full_wide_title_outer {
	padding-bottom: 0!important;
}

.widget_ltg_full_wide_title_caption {
	font-weight: bold!important;
}

.red{
	color: #b22929; 
	border-bottom:2px solid #ffd800 ;
}


element.style {
    background-image: url(http://family-ueda.com/snow/wp-content/uploads/2020/11/bg.jpg);
    margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
	.widget_ltg_full_wide_title_outer {
        padding-top: 6em!important;
        padding-bottom: 6em!important;
}
	
}

.system {
	margin-bottom : 100px;
}

.sub-title {
    border-top:none !important;
    border-left: 4px solid #fabf15!important;
    background-color:#b22929;
    color:#fff;
    font-weight: bold;
    padding: 7px 10px 7px 20px;
    line-height: 2.5em;
    }

    .system_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        }

        .system_wrap .system_img {
            width: 40%;
            margin-right: 30px;
            }

        .system_wrap .system_explanation {
            width: 60%;
            }

            @media screen and (max-width:480px){
                .system_wrap {
                    display:block
                    }
            
                    .system_wrap .system_img {
                        width: 100%;
                        margin-right: 0;
						margin-bottom: 30px;
                        }
            
                    .system_wrap .system_explanation {
                        width: 100%;
                        }
            }

.tekiyou h4{
	color: #b22929;
                margin: 0;
                padding: 10px;
                font-weight: bold;
                display: flex;
                align-items: center;
            }

            .tekiyou p{
                text-align: center;
            }
            
            .tekiyou h4:before,
            .tekiyou h4:after {
                content: "";
                height: 1px;
                flex-grow: 1;
                background-color: #666;
            }
            
            .tekiyou h4:before {
                margin-right: 1rem;
            }
            
            .tekiyou h4:after {
                margin-left: 1rem;
            }

h3:after, .subSection-title:after {
	border-bottom: 0;
}

.jirei {
	position: static!important;
    border-bottom: 0!important;
	font-weight: bold;
	text-align: center;
	color: #b22929;
}

.tokasu {
	font-weight: bold;
	text-align: center;
	border-bottom: 0;
	color: #0877de;
}

.installation_p {
	font-size: 1em;
	font-weight: bold!important;
	text-align: center;
	margin-top: 20px;
}

.installation {
    display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    }

        .installation .installation_img {
            width: 30%;
        }

        .installation .installation_img:not(:last-child) {
            margin-right: 30px;
        }

@media screen and (max-width:480px) {
                .installation {
                    display:block
                    }
                    .installation .installation_img {
                        width: 100%;
                        margin-right: 0;
                        margin-bottom: 30px;
                        }
            }


.prBlock .prBlock_image {
    border-radius: 0!important;
}

.movie {
	margin-bottom: 100px;
}

#wp_widget_vkexunit_pr_blocks-7 .row{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
}

#wp_widget_vkexunit_pr_blocks-9 .prBlock_title,
#wp_widget_vkexunit_pr_blocks-7 .prBlock_title{
	color: #b22929!important;
}

.grecaptcha-badge { visibility: hidden; }

/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}