/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/en/
Template: lightning
Description:
Author:
Tags:
Version: 14.15.2
*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
h2,h3 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2px;
}
.entry-body {
    line-height: 1.8;
}
.global-nav-list>li:last-child a {
    text-decoration: none;
    display: block;
    background-color: #ff8400;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-left: 20px;
    width: 200px;
    font-size: 14px;
    position: relative;
}
.global-nav-list>li:last-child a:hover {
    opacity:0.9;
    transition: all 0.7s;
}
.global-nav-list>li:last-child:before {
    border-bottom: none;
}

.border {
    border: 0!important;
}
.container.site-footer-copyright p:last-child {
    display: none;
}

#header_info {
	width: 24%;
}
#header_con #site_name {
	width: 58%;
}
#head-inquiry a {
	text-decoration: none;
	display: block;
	background-color: #ff8400;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin-left: 20px;
	width: 200px;
	padding: 19px 0 18px 30px;
	margin-top: 18px;
	font-size: 14px;
	position: relative;
}
#head-inquiry a:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 14px;
	background-image: url(./assets/images/icon_mail.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	background-repeat: no-repeat;
}
#head-inquiry {
	margin-right: 10px;
}
#header_con #site_name p {
	margin-left: 10px;
}
#header_info .address {
	font-size: 11px;
}
#header_info .tel {
	font-size: 33px;
}
#head-inquiry a:hover {
	background-color: #ff9e00;
}

div#header_info .address,div#header_info .tel{
    padding: 0;
    margin: 0;
}
div#header_info {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    padding: 5px 10px;
    display: block;
    height: 75px;
    max-width: 1140px;
    width: 100%;
    text-align: right;
    }
#header_info .address,#header_info .tel {
    padding: 0;
    margin: 0;
}
nav#global-nav {
    padding-top: 80px;
    padding-bottom: 20px;
}
.header_scrolled .site-header-logo{
    display: block;
}
.site-header-container{
	position: relative;
}
p.tel.tel_link a {
    text-decoration: none;
    color: #000;
}
ul.side-bar-link{
	list-style: none;
}
ul.side-bar-link li:nth-child(1) {
    padding-left: 40px;
    background-image: url(assets/images/icon_side2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
ul.side-bar-link li:nth-child(2) {
    padding-left: 40px;
    background-image: url(assets/images/icon_side4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
ul.side-bar-link li:nth-child(3) {
    padding-left: 40px;
    background-image: url(assets/images/icon_side5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
/* 流れはscss/page-flow.scssに移動 */
/* companyはscss/page-company.scssに移動 */

h4 {
    margin-top: 50px;
}

.consent {
    display: block;
    padding: 10px;
    background-color: #eee;
    text-align: center;
    margin-bottom: 5px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #ff8400;
    width: 300px;
    margin: 0 auto;
    display: block;
    padding: 15px;
    border: 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	opacity: 0.9;
}
.mailform_privacy.confirm_none {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 50px;
}
.mailform_con dl {
    display: flex;
}
.mailform_con dl {
    display: flex;
}
.mailform_con dl dt {
    min-width: 200px;
}

.acd-check{
    display: none;
}
.acd-label{
    background: #8bc21f;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    /*background: #8bc21f;*/
    box-sizing: border-box;
    content: '\2b';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #a3a3a3;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
    color: #fff;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    background-color: #fff;
}


@media screen and (max-width: 1000px) {
	div#header_info{
		display: none;
	}
}
@media screen and (max-width: 860px) {
	.inner_s.cf {
	    display: flex;
	    text-align: left;
	    flex-wrap: wrap-reverse;
	    justify-content: center;
	}
	.inner_s.cf .img {
	    padding: 20px;
	}

}
@media screen and (max-width: 500px) {
	.wp-block-image:after {
    clear: both;
    content: '';
    width: 100%;
    display: block;
	}
	.wp-block-image .alignright {
    float: inherit;
    margin: 0 auto;
	}
	.mailform_con dl {
	    display: block;
	}
	.mailform_con dl dt {
    min-width: 100%;
	}
	h2 {
    font-size: 1.4rem;
	}
}
