@charset "UTF-8";


.c_button__default{
	display: block;
	background-color: #e1041b !important;
	border: 1px solid #e1041b;
	color: #fff;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	width: 240px !important;
	height: 50px;
	line-height:50px;
	margin: auto;
	transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c_button__default:hover{
	background-color: #fff !important;
	color: #e1041b;
	transform: scale(1.1);
}

/* ===============================================
CONTACT
=============================================== */

.l_contact_header{
	padding:0 5px 50px;
}
.link_guidance{
	margin-bottom: 20px;
}
.l_contact_header__box{
	background-color: #F5F5F7 !important;
	padding: 15px 20px;
}












.c_txt_linkto{
	text-align:right;
}


























#contact_form{
	font-size: 15px;
}
#contact_form h2{
	text-align: center;
	font-size: 24px!important;
	margin-bottom: 30px!important;
}
	
.contact_form__block {
	border-top: 1px dotted #c9c9c9;
	padding:15px 10px;
}

.contact_form__block:last-of-type{
	border: none;
}
.contact_form__block input.wpcf7-form-control{
	width: 100%;
	margin: 5px 0 0 0;
}


.contact_form__block .contact_form__block_address label{
	display: block;
}


.contact_form__block dt {
	position: relative;
	font-weight: bold;
	margin: 0;
	line-height: 20px;
}

.contact_form__block dt p{
	font-weight: 400;
	font-size: 80%;
	line-height: 1;
	margin-top: 5px;
}
.contact_form__block dd{
	margin-top: 10px;
	margin: 10px 0 0 0;
}
.contact_form__block dd p{
	font-size: 80%;
	text-indent: -13px;
	padding-left: 15px;
	line-height: 1.5;
}
.contact_form__block dd p:first-child{
	margin-top: 5px;
}

.contact_form__block dd div {
	margin-bottom: 8px;
}


.contact_form__block_schedule input{
	width: 140px;
}



.contact_form__block .wpcf7-text{
	height: 30px;
}



.contact_form__block .wpcf7-list-item{
	margin:0 10px 0 0;
}

.contact_form__block .wpcf7-list-item-label{
	margin-left: 3px;
}

	
.contact_form__block textarea {
  max-width: 550px;
  width: 100%;
}

.contact_form__block input.w140{
	width: 140px;
}

.contact_form__block .wpcf7-validates-as-date{
	border: solid 1px #e6e6e6;
	padding: 5px;
	font-size: 15px;
}




	
.required{
	display: inline-block;
	font-size: 10px;
	font-weight:bold;
	color: #FFF;
	background-color: #e1041b;
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	margin-right:12px;
}
.required_sp{
	display: none;
}


	
.contact_form__block .wpcf7-text{
	height: 30px;
	margin: 0;
}

.contact_form__block_schedule input{
	width: 140px;
}


.contact_form__block input.wpcf7-validates-as-tel{
	border: solid 1px #e6e6e6;
	color: #777;
	padding: 0.6em;
}

	
.wpcf7-list-item-label{
	margin-left: 3px;
}
	
select.wpcf7-select{
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}





.contact_form__block .is__name label{
	display:inline-block;
	width: 100%;
}

.contact_form__block input.p-postal-code{
	width:160px !important;
	margin-right: 10px !important;
}

.contact_form__block select.p-region{
	width:100%!important;
}
.contact_form__block select.select-prefectures{
	width:100%!important;
}
.contact_form__block input.wpcf7-validates-as-date{
	width:100%!important;
}

.contact_form__block .wpcf7-not-valid-tip{
	padding:0 3px;
	margin-top:5px;
	font-size:13px;
}
.contact_form__block_address label{
	margin-bottom:8px;
}

.contact_form__button{
	margin-top: 40px;
}
.submit__button[type="submit"]{
	display: block;
	background-color: #e1041b !important;
	border: 1px solid  #e1041b;
	color: #fff;
	font-weight: bold;
	width: 240px!important;
	height: 60px;
	margin: auto;
	border-radius: 0!important;
	transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}


.submit__button[type="submit"]:hover{
	transform: scale(1.1);
	background-color:rgba(255, 255, 255, 0.6) !important;
	color: #e1041b;
}


.agree_area{
	border-top: 1px dotted #c9c9c9;
	text-align: center;
	margin-top: 30px;
	padding: 30px 10px 0;
}
	
.address__number{
	width: 160px;
}
.address__number{
	width:160px!important;
}	
	
	
	
.wpcf7-form-control-wrap input{
	font-size: 13px;
}



#contact_success__area h2{
	margin-bottom:30px;
	text-align:center;
}

.contact_success{
	padding:40px 20px;
	border: 1px solid;
	border-image: linear-gradient(to right, #2D41B2, #F07B7B) 1;
}
.contact_success h3{
	margin-bottom:20px;
	margin-top: 50px;
	font-size:18px;
}
.contact_success h3:first-child{
	margin-top: 0;
}
.contact_success p{
	margin-bottom:5px;
	line-height:1.8;
	font-size:15px;
}
.contact_success p br{
	display:none;
}

.l_contact_success__box{
	max-width: 550px;
	margin: 50px auto;
}

.l_contact_success__box div.c_button_contact{
	border:1px solid #999 !important;
}

.l_contact_success__box a{
	border:1px solid #999 !important;
}
.l_contact_success__box p{
	margin:unset!important;
}

.l_contact_success__button{
	margin-top:30px;
}

.l_contact_success__button{
	margin-top:30px;
}




/* ===============================================
 LED RENTALL
=============================================== */


#ledrental_hero{
	position: relative;
}
#ledrental_hero::after{
	content: "";
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
}

.led_rentall__main{
	color:#fff;
}

.led_rentall__main a{
	color:#fff;
}
.led_rentall__main a:hover{
	color:#fff;
}
.led_rentall__main c_button__block:hover{
	opacity:.9;
}


.led_rentall__main h2{
	text-align:center;
}

.p_led_rentall__benefit{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:0;
	max-width:320px;
	margin:20px auto;
}

.p_led_rentall__benefit article.circle{
	background-color:rgba(255, 255, 255, 0.7);
	border-radius:100%;
	width: 100px;
	height: 100px;
	line-height:100px;
	text-align:center;
	color: #000;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:100px;
	margin:auto;
}
.led_rentall__main .inner{
	max-width:980px;
	margin:auto;
}

.led_rentall__event dt{
	text-align:center;
	font-size:24px;
	margin:10px 0;
}

.led_rentall__icon_list dl:nth-child(1) dt img{
	width:150px;}
.led_rentall__icon_list dl:nth-child(2) dt img{
	width:130px;}
.led_rentall__icon_list dl:nth-child(3) dt img{
	width:155px;}
.led_rentall__icon_list dl:nth-child(4) dt img{
	width:155px;}
.led_rentall__icon_list dl:nth-child(5) dt img{
	width:136px;}
.led_rentall__icon_list dl:nth-child(6) dt img{
	width:103px;}

.led_rentall__icon_list dl dt{
	position:relative;
	height:140px;
}
.led_rentall__icon_list dl dt img{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.led_rentall__icon_list dl dd{
	margin-top:20px;
}




/* ===============================================
 NEWS
=============================================== */
.catpost-cards__cards_wrap{
	padding:50px 0;
}
.c_linkto_wrap{
	position:relative;
	background-color:#fff!important;
	box-shadow: 0 3px 3px -2px rgba(30,30,30,0.18);
	border:1px solid #F5F5F7;
	margin-bottom:30px;
}

@media screen and (min-width: 481px) {
  .catpost_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/*========= 768px〜の場合 =========*/
@media screen and (min-width:768px) {
	br.pc_br{
		display:block;}
	#announce .text__area{
		text-align:center;
	}
	.p_led_rentall__benefit{
		max-width: 620px;
		margin:20px auto;
	}
	.p_led_rentall__benefit article.circle{
		width: 190px;
		height: 190px;
		line-height:190px;
		font-size: 18px;
	}
}

/*========= 1024px〜の場合 =========*/
@media only screen and (min-width: 1024px) {
	
	.c_button__default{
		width: 240px !important;
		height: 60px;
		line-height:60px;
	}
	
	.l_contact_header__box{
		padding: 30px 50px;
	}
	
	.l_contact_header__box{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.c_linkto_wMtg{
		margin-top: 0;
	}
	
	
	.c_button_contact div p {
		font-size: 13px;
	}
	
	.c_button_contact div p:first-child {
		font-size: 30px;
	}
	
	
	.c_linkto_wMtg::after {
		top: -55px;
		right: 10px;
		border-top: 15px solid #333;
		border-left: 15px solid transparent;
	}
	
	.txt__phone{
		max-width: 270px;
	}
	.txt__wMtg{
		max-width: 340px;
	}
	
	
	
	
	
	.txt_phone__tel{
		font-size: 32px!important;
		line-height: 44px;
	}
	
	
	.txt_wMtg__ttl{
		font-size: 24px!important;
		line-height: 42px;
		margin-bottom: -2px;
	}
	
	.txt__wMtg .icon__pc span{
		font-size: 44px;
	}
	.txt__phone .icon__call span{
		font-size: 44px !important;
	}
	
	.c_txt_linkto a{
		font-size:15px;
		line-height:1.5
	}
	.c_txt_linkto a span {
		font-size: 20px;
	}
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	.contact_form__block input.w160{
		width: 160px!important;
	}
	
	
	
	
	.contact_form__block {
		display: flex;
		padding: 20px;
	}
	
	.contact_form__block input.wpcf7-form-control{
		margin: 0;
	}
	
	
	.contact_form__block dt {
		font-weight: bold;
		width: 28%;
		text-align: right;
		padding-left: 0;
		line-height: 30px;
	}
	
	
	.contact_form__block dd {
		width: 66%;
		margin: 0 0 0 6%;
	}

	
	
	
	.contact_form__block_cf{
		overflow: hidden;
	}
	.contact_form__block_cf div{
		float: left;
		margin-left: 20px;
	}
	.contact_form__block_cf div:nth-child(1){
		margin-left: 0;
	}
	
	.contact_form__block_name{
		overflow: hidden;
	}
	.contact_form__block_name div{
		float: left;
	}
	.contact_form__block_name div:nth-child(2){
		margin-left: 20px;
	}
	
	.required{
		position: absolute;
		top: 4px;
		left: 10px;
		margin:0;
		font-size:11px;
		padding: 0 6px;
  height: 22px;
  line-height: 22px;
	}
	
	
	.contact_form__block_schedule div{
		float: left;
		margin-left: 20px;
	}
	.contact_form__block_schedule div:nth-child(1){
		margin-left: 0;
	}
	
	
	
	.contact_form__block .is__name label{
		width: 80px;
	}
	
	
	.contact_form__block_address{
		display: flex;
		margin-bottom: 15px;
		line-height: 30px;
	}
	.contact_form__block_address label{
		width: 80px;
	}
	
	
	.wpcf7-form-control-wrap{
		line-height: 30px;
	}
	.contact_form__block select.select-prefectures,
	.contact_form__block select.p-region{
		width:160px!important;
	}
	.contact_form__block input.wpcf7-validates-as-date{
		width:140px!important;
	}
	
	.contact_form__block input.input__w450{
		width: 450px!important;
	}
	.contact_form__block input.input__w550{
		width: 550px!important;
	}
	.contact_form__block input.input__address{
		width: 550px!important;
	}
	.contact_form__block input.input__name{
		width: 375px!important;
	}
	.contact_form__block_address label{
		margin-bottom:0;
	}
	
	#contact_success__area h2{
		margin-bottom:50px;
	}
	.contact_success{
		padding:60px;
	}
	.contact_success p br{
		display:block;
	}
	
	
	#ledrental_hero .section_container{
		padding-top:280px;
	}
	
	
	
	
	.p_led_rentall__benefit{
		max-width: 800px;
		margin:50px auto;
	}
	
	
	
	
	
	
	.catpost_cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}
	
	

	
	
}
/*========= 1240px〜の場合 =========*/
@media screen and (min-width: 1240px) {
	
	#ledrental_hero .section_container{
		padding-bottom:124px;
	}
}
