@charset "UTF-8";

/* -- layout -- */
#main .pc {
	display: none;
}
.ct_wrap {
	margin-bottom: -15px;
}
.ct_wrap p {
	line-height: 1.64;
}
[class^="ct_section"] {
	padding: 0 10px 75px;
	position: relative;
	z-index: 1;
}
.bg_wave {
	position: relative;
}
.bg_wave::after {
	content: "";
	background: url(../img/line_wave_blue.png) repeat-x 0 0 / auto 18px;
	display: block;
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ct_lead {
	background: linear-gradient(0deg, #00ceed 0, #43aff7 100%);
	margin: 0 -10px 60px;
	padding: 0 15px;
	position: relative;
}
.ct_lead h2 {
	width: 345px;
	margin: auto;
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
}
.ct_lead p {
	overflow: hidden;
	width: 100%;
	max-width: 345px;
	margin: auto;
}
.ct_inblock {
	background-color: #fff;
	padding: 110px 15px 40px;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 70, 116, 10%);
	position: relative;
}
.ct_inblock + .ct_inblock {
	margin-top: 90px;
}
.block_title {
	background-color: #43aff7;
	width: 100%;
	height: 110px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.block_title img {
	width: 290px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.ct_case_block {
	text-align: left;
	padding: 25px 15px 30px;
}
.ct_inblock + .ct_case_block {
	margin-top: 100px;
}
.case_title {
	text-align: center;
	width: 100%;
	position: absolute;
	top: -60px;
	right: 0;
	left: 0;
}
.case_title img {
	width: auto;
	height: 43px;
}
.line_title {
	max-width: 305px;
	margin: 0 auto 20px;
}


/* -- parts -- */
.box_lead {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.642;
	text-align: left;
	margin: 25px 0;
}
.box_lead strong {
	background: linear-gradient(0deg, #fff 0, #f9fb60 2px, #f9fb60 10px, #fff 11px, #fff 100%);
}
.ct_case_block h4 {
	max-width: 394px;
	margin: 20px auto 15px;
}
.ct_case_block h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.32;
	color: #ff8a00;
	margin: 0 0 10px;
}
.ct_case_block p {
	font-size: 14px;
	line-height: 1.65;
}
.ct_case_block p.btn_case {
	text-align: right;
	margin-top: 15px;
}


/* -- button and link -- */
.btn_case a {
	font-weight: 700;
	line-height: 36px;
	color: #ff8a00;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	width: 230px;
	height: 40px;
	border: solid 2px #ff8a00;
	border-radius: 3px;
	position: relative;
}
.btn_case a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: solid 2px #ff8a00;
	border-right: solid 2px #ff8a00;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	transform: rotate(45deg);
}
.ct_tel .form a,
.btn_other a {
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	color: #fff;
	text-align: center;
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 320px;
	height: 50px;
	margin: auto;
	padding-top: 18px;
	border-radius: 5px;
	position: relative;
}


/* -- key visual -- */
.ct_kv {
	background: url(../img/bg_kv01_sp.jpg) no-repeat center center / cover;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 101.733%;
	position: relative;
}
.ct_kv.bg_wave::after {
	background-image: url(../img/line_wave_yellow.png);
}
.ct_kv h1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.ct_kv h1 img {
	width: auto;
	height: 100%;
}


/* -- anchor navi -- */
.ct_nav_anchor {
	background: url(../img/bg_navi02.png) repeat-x center 0 / 100% 189px;
	padding: 8px 10px 35px;
}
.ct_nav_anchor ul {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 355px;
	margin: 0 auto 13px;
	flex-wrap: wrap;
}
.ct_nav_anchor ul li {
	width: calc(33.333% - 8px);
	margin: 0 3px 0;
}
.ct_nav_anchor p img {
	width: auto;
	height: 35px;
}

/* -- carbon -- */
.ct_carbon_lead {
	background: linear-gradient(0deg, #00ceed 0, #43aff7 100%);
	margin: 0 -10px 60px;
	padding: 0 15px;
	position: relative;
	/* height: 14rem; */
}
.ct_carbon_lead h2 {
	width: 345px;
	margin: auto;
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
}
.ct_carbon_lead p {
	overflow: hidden;
	width: 100%;
	max-width: 345px;
	margin: auto;
	padding-top: 2rem
}
@media screen and (max-width: 375px) {
	.ct_carbon_lead h2 {
		width: 95%;
	}
	.ct_carbon_lead p {
		padding-top: 2.5rem
	}
}
.block_title_carbon {
	background-color: #43aff7;
	width: 100%;
	height: 110px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.block_title_carbon img {
	width: 360px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}


/* -- about -- */
.ct_section_about .about_tx {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.62;
	text-align: left;
	margin: 0 0 25px;
}


/* -- cost -- */
.ct_section_cost span.ct_note {
	margin-top: 10px;
}
.ct_cost_box1 {
	text-align: left;
}
.ct_cost_box1 h4 {
	max-width: 302px;
}
.cost_tx {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.65;
	text-align: left;
	margin: 20px 0 0;
}
.ct_cost_box1 dl {
	font-size: 12px;
	line-height: 1.66;
	letter-spacing: 0;
	margin: 15px 0 20px;
}
.ct_cost_box1 dl li {
	display: inline;
	margin-right: 0.5rem;
}
.ct_cost_box1 dl li::before {
	content: "●";
	color: #00c0d3;
}
.ct_cost_box2 {
	margin-top: 40px;
}
.ct_cost_box2 figure + figure {
	margin-top: 25px;
}


/* -- facility -- */
.ct_facility_box dt {
	max-width: 305px;
	margin: auto;
}
.ct_facility_box dd ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.ct_facility_box li {
	width: calc(50% - 5px);
	margin-top: 18px;
}
.ct_facility_box_1 li {
	margin-bottom: 18px;
}
.block_title_facility_sec02 {
	background-color: #43aff7;
	width: 100%;
	height: 110px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.block_title_facility_sec02 img {
	width: 360px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.ct_facility_list dl {
	font-size: 12px;
	line-height: 1.66;
	letter-spacing: 0;
	margin: 15px 0 20px;
}
.ct_facility_list dl li {
	display: inline;
	margin-right: 0.5rem;
}
.ct_facility_list dl li::before {
	content: "●";
	color: #00c0d3;
}
.facility_list {
	text-align: left;
    padding-left: 2rem;
    text-indent: -2rem;
}
.ct_facility_box01 {
	margin-top: 30px;
}
.ct_facility_indent {
	margin-top: 20px;
}
.facility_indent {
	float: left;
    margin-right: 3rem;
}

/* -- disaster -- */
.ct_disaster_lead {
	background: linear-gradient(0deg, #00ceed 0, #43aff7 100%);
	margin: 0 -10px 60px;
	padding: 0 15px;
	position: relative;
	height: 13rem;
}
.ct_disaster_lead h2 {
	width: 345px;
	margin: auto;
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
}
.ct_disaster_lead p {
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding-top: 0.7rem
}
.ct_disaster_box {
	margin: 20px 0 30px;
}
.ct_disaster_box2{
	text-align: left;
}
.ct_disaster_box2 h4{
	margin: 20px 0 20px;
}
.disaster_line_title {
	text-align: center;
	width: 100%;
	margin: 40px 0 35px;
}
.disaster_line_title_sub {
	text-align: left;
	margin: 40px 0 35px;
	max-width: 100%;
}
.ct_disaster_illust {
	padding-top: 1.5rem;
}
.disaster_tx{
	margin-bottom: 10px;
	font-weight: 700;
}
.block_title_disaster {
	background-color: #43aff7;
	width: 100%;
	height: 110px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.block_title_disaster img {
	width: 360px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 375px) {
	#disaster {
		width: 95%;
	}
}

/* -- other -- */
.ct_other {
	background: linear-gradient(0deg, #ffc636 0, #ffface 75%, #dffbff 100%);
	height: 240px;
	margin-top: -180px;
	padding: 130px 15px 0;
	position: relative;
	z-index: 0;
}
.ct_other.bg_wave::after {
	background-image: url(../img/line_wave_blue02.png);
}
.btn_other a {
	background-color: #ff8a00;
	margin-top: 18px;
	box-shadow: 0 6px 0 #d17100;
}
.btn_other a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	transform: rotate(45deg);
}
.ct_indent{
	text-indent: -1.5rem;
    padding-left: 1.5rem;
    text-align: left;
}
.ct_indent_annotation{
	text-indent: -0.8rem;
    padding-left: 0.8rem;
    text-align: left;
	margin-top: 20px;
}


/* -- contact -- */
.ct_section_contact {
	line-height: 1;
	background: #c0f4ff url(../img/bg_contact.jpg) no-repeat center bottom / auto 250px;
	padding-top: 40px;
	padding-bottom: 50px;
}
.ct_section_contact p {
	line-height: 1;
}
.ct_tel h2 {
	max-width: 355px;
	margin: 0 auto 25px;
}
.ct_tel .tel_free img {
	vertical-align: baseline;
	width: 47px;
	margin-right: 7px;
}
.ct_tel .tel_free .tel_num {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	color: #ff8a00;
}
.ct_tel .tel_mob .tel_num {
	font-size: 24px;
	font-weight: 700;
	color: #0085dd;
}
.ct_tel .tel_num + b {
	font-size: 12px;
	font-weight: 700;
	display: block;
	margin-top: 5px;
}
.ct_tel h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0 10px;
}
.ct_tel .tel_time {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.65;
	margin: 20px 0;
}
.ct_tel .form a {
	background-color: #0068c0;
	box-shadow: 0 3px 0 #004f91;
}
.ct_tel .form a img {
	height: 19px;
	margin-right: 10px;
}
.ct_office {
	background-color: #fff;
	overflow: hidden;
	margin: 50px 0 0;
	padding: 0 15px 30px;
	border-radius: 8px;
}
.ct_office h3 {
	background-color: #0085dd;
	display: block;
	margin: 0 -15px 20px;
	padding: 14px 15px;
}
.ct_office h3 img {
	width: 100%;
	max-width: 301px;
}
.ct_office table {
	font-size: 12px;
	line-height: 1.66;
	text-align: left;
	display: block;
	width: 100%;
	border-top: solid 1px #eee;
}
.ct_office tbody,
.ct_office tr,
.ct_office th,
.ct_office td {
	display: block;
}
.ct_office tr {
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}
.ct_office th {
	font-weight: 700;
	white-space: nowrap;
}
.ct_office a {
	color: #000;
	text-decoration: underline;
}


/* -- contact banner -- */
.ct_section_contact_bnr {
	background-color: #ffface;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 13px;
	position: fixed;
	bottom: -200px;
	z-index: 98;
	transition: all 0.5s ease;
}
.ct_section_contact_bnr.open {
	bottom: 0;
}
.ct_section_contact_bnr h2 {
	background-color: #ffface;
	text-align: center;
	width: 266px;
	margin: auto;
	padding: 7px 10px 0;
	border-radius: 15px 15px 0 0;
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
}
.ct_section_contact_bnr ul {
	width: 311px;
	margin: auto;
}
.ct_section_contact_bnr ul li:first-child {
	margin-bottom: 8px;
}
.ct_section_contact_bnr .time {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 8px 0;
}
.ct_section_contact_bnr .form {
	max-width: 320px;
	margin: auto;
	padding: 0 20px;
}
.ct_section_contact_bnr .form a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #0068c0;
	text-align: center;
	display: block;
	box-sizing: border-box;
	height: 40px;
	margin: auto;
	padding-top: 11px;
	border-radius: 5px;
	box-shadow: 0 4px 0 #004f91;
}
.ct_section_contact_bnr .form a img {
	vertical-align: middle;
	width: 27px;
	margin-right: 10px;
}
.ct_section_contact_bnr:not(.open) #sp_form_button {
	font-size: 0;
	color: #006dc9;
	background: #006dc9 url(/ldm/light-commercial-ecocute/about/img/icon_tel_button.png) no-repeat 3px 3px / 25px 26px;
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.ct_section_contact_bnr.open #sp_form_button {
	font-size: 0;
	color: #d6e9f7;
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 7px;
	right: 7px;
}
.ct_section_contact_bnr.open #sp_form_button::before,
.ct_section_contact_bnr.open #sp_form_button::after {
	content: "";
	background-color: #0085dd;
	width: 2px;
	height: 23px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ct_section_contact_bnr.open #sp_form_button::before {
	transform: rotate(45deg);
}
.ct_section_contact_bnr.open #sp_form_button::after {
	transform: rotate(-45deg);
}
#ct_pagetop {
	font-size: 0;
	opacity: 0;
	position: fixed;
	right: 7px;
	bottom: 52px;
	z-index: 2;
	transition: all 0.5s ease;
}
#ct_pagetop.js-appear {
	opacity: 1;
}
#ct_pagetop a {
	background: #0085dd url(../img/icon_pagetop.png) no-repeat center center / 12px 8px;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 18px;
}
.ct_section_contact_bnr.open + #ct_pagetop {
	bottom: 183px;
}
.ct_section_contact_bnr.fadeout + #ct_pagetop {
	bottom: 10px;
}

@media screen and (max-width: 360px) {
	.ct_lead p {
		padding-top: 10px;
	}
	.ct_section_contact_bnr ul {
		width: 270px;
	}
}
@media screen and (max-width: 320px) {
	.ct_tel .tel_free .tel_num {
		font-size: 30px;
	}
}



/* -- fade in -- */
.ct_nav_anchor li.fade.in:nth-of-type(2),
.ct_facility_box li.fade.in:nth-of-type(2n) {
	transition-delay: 0.15s;
}
.ct_nav_anchor li.fade.in:nth-of-type(3) {
	transition-delay: 0.3s;
}
