/*-- layout -------- --*/
.l-main {
    /*width: 960px;*/
    margin: 0 auto 20px;
    padding-bottom: 30px;
}

/*-- style -------- --*/
.tos-title {
    width: auto;
    margin: 30px 0 15px;
    padding: 0 0 16px 0;
    font-size: 24px;
    border-bottom: 2px solid #e7e7e7;
    line-height: 1.1;
}

.l-tos-container {

}
.l-tos-container h3 {
    border-bottom: 2px dotted #e7e7e7;
    line-height: 1.5;
    padding: 15px 0 5px;
}
.l-tos-container h4 {
    border-bottom: 1px solid #e7e7e7;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0;
    font-size: 16px;
}

.l-tos-container h4 span.date {
    font-weight: normal; font-size: 14px;
    float: right; margin-top: 8px;
}
.l-tos-container p {
    margin: 15px 0;
    word-break: normal;
    line-height: 1.6;
    font-size: 13px;
}
.l-tos-container img {
    max-width: 100%;
}
.l-tos-container ol {
    padding: 0;
}
.l-tos-container ol li {
    list-style: decimal outside;
    margin: 10px 50px;
    word-break: normal;
}
.l-tos-container ol li ol li {
    list-style: decimal-leading-zero outside;
    margin: 10px 50px;
    word-break: normal;
}

#company_outline h4 {
    border-bottom: 0px;
    margin: 1em 0;
    padding: 0;
}

.back_gray {
    background: #f0f0f0;
}

@media (max-width: 768px) {
    .l-tos-container ol li {
        margin: 10px;
    }

    .l-tos-container ol li ol li {
        margin: 10px 20px;
    }
}






/* トップスライダー */

.pc_slide{
    display: block;
}
.sp_slide{
    display: none;
}

@media screen and (max-width:768px) {
    .pc_slide{
        display: none;
    }
    .sp_slide{
        display: block;
    }
}



/* 利用者ガイド */

#use_in{
	margin-top: 20px;
}
#use_in .wrap .ttl2{
	margin: 0 0 40px 0;
}
#use_in .wrap .ttl2 h2{
	color: #fff;
	background: #67C945;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
    line-height: 1.5;
}

#use_in .wrap .ttl3{
	display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
}

#use_in .wrap .ttl3 h3{
/*	width: 49%;
    background: #67C945;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 5px;
	border-radius: 50px;
*/
    background: #67C945;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 5px;
    border: solid 3px #fff;
    box-sizing: border-box;
    border-radius: 50px;
    width: 49%;
}
#use_in .wrap .pc-only{
    display: inline;
}
#use_in .wrap .ttl3 a{
	width: 49%;
}
#use_in .wrap .ttl3 a:hover{
	opacity: 0.7;
    text-decoration: none;
}
#use_in .wrap .ttl3 a h3{
	background: #fff;
    color: #67C945;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 5px;
    border: solid 3px #67C945;
    box-sizing: border-box;
	width: 100%;
}
#use_in .wrap .content{
	font-size: 20px;
	line-height: 1.6;
}
#use_in .wrap .content .marker{
	font-size: 24px;
    text-align: center;
    margin: 0 0 60px 0;
    font-weight: bold;
    border: none;
}
#use_in .wrap .content .marker span{
	/* background:linear-gradient(transparent 70%, #FBBC55 60%); */
	/* border-bottom: solid 7px #00AAF1; */
}
#use_in .wrap .content .step_img{
	text-align: center;
    margin: 0 0 120px 0;
}
#use_in .wrap .content .step_img img{
	max-width: 800px;
	width:100%;
}
#use_in .wrap .content .step_area{
	margin: 0 0 100px 0;
}
#use_in .wrap .content .step_area .step01{
	display: flex;
    align-items: center;
}
#use_in .wrap .content .step_area .step01 .f_left{

}
#use_in .wrap .content .step_area .step01 .f_left .img_area{
    width: 220px;
    display: flex;
    justify-content: center;
}
#use_in .wrap .content .step_area .step01 .f_right{

}
#use_in .wrap .content .step_area .step01 .f_right h5{
	font-size: 20px;
    color: #000;
    font-weight: bold;
}
#use_in .wrap .content .step_area .step01 .f_right p{
	font-size: 18px;
    font-weight: normal;
}
#use_in .wrap .content .step_area .step02{
	display: flex;
    align-items: center;
}
#use_in .wrap .content .step_area .step02 .f_left{

}
#use_in .wrap .content .step_area .step02 .f_left .img_area{
	width: 220px;
    display: flex;
    justify-content: center;
}
#use_in .wrap .content .step_area .step02 .f_right{

}
#use_in .wrap .content .step_area .step02 .f_right h5{
	font-size: 20px;
    color: #000;
    font-weight: bold;
}
#use_in .wrap .content .step_area .step02 .f_right p{
	font-size: 18px;
    font-weight: normal;
}
#use_in .wrap .content .step_area .step03{
	display: flex;
    align-items: center;
}
#use_in .wrap .content .step_area .step03 .f_left{

}
#use_in .wrap .content .step_area .step03 .f_left .img_area{
	width: 220px;
    display: flex;
    justify-content: center;
}
#use_in .wrap .content .step_area .step03 .f_right{

}
#use_in .wrap .content .step_area .step03 .f_right h5{
	font-size: 20px;
    color: #000;
    font-weight: bold;
}
#use_in .wrap .content .step_area .step03 .f_right p{
	font-size: 18px;
    font-weight: normal;
}
#use_in .wrap .content .step_area .step03 .f_right p span{
	border-bottom: solid 1px #000;
}
#use_in .wrap .content .step_area .step04{
	display: flex;
    align-items: center;
}
#use_in .wrap .content .step_area .step04 .f_left{

}
#use_in .wrap .content .step_area .step04 .f_left .img_area{
	width: 220px;
    display: flex;
    justify-content: center;
}
#use_in .wrap .content .step_area .step04 .f_right{

}
#use_in .wrap .content .step_area .step04 .f_right h5{
	font-size: 20px;
    color: #000;
    font-weight: bold;
}
#use_in .wrap .content .step_area .step04 .f_right p{
	font-size: 18px;
    font-weight: normal;
}
#use_in .wrap .content .step_area .arrow{
	width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}
#use_in .wrap .content .bg_color{
	color: #000000;
    background: #FFFDF2;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
    text-align: left;
    margin: 0 0 40px 0;
    border: none;
}
#use_in .wrap .content .txt_area{
	margin: 0 0 120px 0;
}
#use_in .wrap .content .txt_area h5{
	font-size: 20px;
    font-weight: bold;
}
#use_in .wrap .content .txt_area h5.h5_min{
	font-size: 20px;
}
#use_in .wrap .content .txt_area h5.border_txt{
	border-bottom: solid 1px #707070;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#use_in .wrap .content .txt_area p{
	font-size: 18px;
    font-weight: normal;
    margin: 0 0 40px;
}
#use_in .wrap .content .txt_area p img{
	max-width: 500px;
	width:100%;
}
#use_in .wrap .content .txt_area p img.fee_model{
	margin: 30px 0 20px 0;
    max-width: 100%;
	width:auto;
}
#use_in .wrap .content .txt_area .step_flow{
	text-align: center;
	margin: 0 0 30px 0;
}
#use_in .wrap .content .txt_area .step_flow img.sp{
	display: none;
}
#use_in .wrap .content .txt_area p span.underLine{
	border-bottom: solid 1px #000;
}
#use_in .wrap .content .txt_area p span.f_bold{
	font-weight: bold;
}
#use_in .wrap .content .txt_area .table01{

}
#use_in .wrap .content .txt_area .table01 thead{

}
#use_in .wrap .content .txt_area .table01 thead tr{

}
#use_in .wrap .content .txt_area .table01 thead tr th{
	border: solid 1px #707070;
    background: #6B6B6B;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 1000px;
}
#use_in .wrap .content .txt_area .table01 thead tr th:nth-of-type(1) {
    border-right: solid 1px #fff;
	width:320px;
}
#use_in .wrap .content .txt_area .table01 tbody{

}
#use_in .wrap .content .txt_area .table01 tbody tr{

}
#use_in .wrap .content .txt_area .table01 tbody tr th{
	border: solid 1px #707070;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
#use_in .wrap .content .txt_area .table01 tbody tr td{
	border: solid 1px #707070;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 20px;
}
#use_in .wrap .content .txt_area .t_ttl{
	display: block;
    margin: 0 0 0px 0;
}
#use_in .wrap .content .txt_area .t_ttl h5{
	font-size: 20px;
}
#use_in .wrap .content .txt_area .t_ttl p{
	margin: 0 0 0 0;
}
#use_in .wrap .content .txt_area .table02.pc{
	display: table;
	margin: 0 0 0px 0;
}
#use_in .wrap .content .txt_area .table02.pc .under600{
	display: none;
}
#use_in .wrap .content .txt_area .table02 thead{

}
#use_in .wrap .content .txt_area .table02 thead tr{

}
#use_in .wrap .content .txt_area .table02 thead tr th{
	border: solid 1px #707070;
    background: #6B6B6B;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	border-right: solid 1px #fff;
	padding: 10px 20px;
}
#use_in .wrap .content .txt_area .table02 thead tr th:nth-of-type(1) {
    border-right: solid 1px #fff;
}
#use_in .wrap .content .txt_area .table02 thead tr th:last-of-type {
    border-right: solid 1px #707070;
}
#use_in .wrap .content .txt_area .table02 thead tr th br.under1100 {
    display: none;
}
#use_in .wrap .content .txt_area .table02 tbody{

}
#use_in .wrap .content .txt_area .table02 tbody tr{

}
#use_in .wrap .content .txt_area .table02 tbody tr th{
	border: solid 1px #707070;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
}
#use_in .wrap .content .txt_area .table02 tbody tr td{
	border: solid 1px #707070;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 10px 20px;
}
#use_in .wrap .content .txt_area .t_right{
	text-align: right;
}
#use_in .wrap .content .txt_area .t_right a{
	color: #707070;
	font-size: 18px;
	display: none;
}
#use_in .wrap .content .txt_area .t_right a:hover{
	opacity: 0.7;
}
#use_in .wrap .content .txt_area .t_area.pc{
	display: flex;
    align-items: center;
	justify-content: space-between;
}
#use_in .wrap .content .txt_area .t_area.sp{
	display: none;
}
#use_in .wrap .content .txt_area .t_area.pc .table03{

}
#use_in .wrap .content .txt_area .t_area.pc .table03 thead{

}
#use_in .wrap .content .txt_area .t_area.pc .table03 thead tr{

}
#use_in .wrap .content .txt_area .t_area.pc .table03 thead tr th{
	border: solid 1px #707070;
    background: #6B6B6B;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 137px;
	border-right: solid 1px #fff;
	line-height: 1.0;
    padding: 10px 0 20px 10px;
}
#use_in .wrap .content .txt_area .t_area.pc .table03 thead tr th:last-of-type{
	border-right: solid 1px #707070;
}
#use_in .wrap .content .txt_area .t_area.pc .table03 thead tr th:nth-of-type(1){
    width: 342px;
}
#use_in .wrap .content .txt_area .t_area.pc .table03 thead tr th:nth-of-type(2) span{
	font-size: 12px;
    padding: 0 60px 0 0;
}
#use_in .wrap .content .txt_area .t_area.pc .table03 thead tr th:nth-of-type(3) span{
	font-size: 12px;
    padding: 0 75px 0 0;
}
#use_in .wrap .content .txt_area .t_area.pc .table03 thead tr th:nth-of-type(4) span{
	font-size: 12px;
    padding: 0 85px 0 0;
}
#use_in .wrap .content .txt_area .t_area.pc .table03 tbody{

}
#use_in .wrap .content .txt_area .t_area.pc .table03 tbody tr{

}
#use_in .wrap .content .txt_area .t_area.pc .table03 tbody tr th{
	border: solid 1px #707070;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
}
#use_in .wrap .content .txt_area .t_area.pc .table03 tbody tr th span{
	font-size: 25px;
}
#use_in .wrap .content .txt_area .t_area.pc .table03 tbody tr td{
	border: solid 1px #707070;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}
#use_in .wrap .content .txt_area .img_center {
    text-align: center;
}
#use_in .wrap .content .txt_area .img_center img {
    max-width: 800px;
	width:100%;
}
#use_in .wrap .content .txt_area dl {
    display: flex;
	font-size: 18px;
}
#use_in .wrap .content .txt_area dl.mb40 {
    margin: 0 0 40px 0;
}
#use_in .wrap .content .txt_area span.w220 {
    width: 220px;
    display: inline-block;
}
#use_in .wrap .content .txt_center {
    text-align: center;
    margin: 0 0 150px 0;
    font-weight: bold;
}
#use_in .wrap .content .txt_center p {
    font-size: 20px;
	margin: 0 0 45px 0;
}
#use_in .wrap .content .txt_center a {
    font-size: 20px;
    color: #fff;
    background: #00AAF1;
    padding: 19px 30px;
    border-radius: 50px;
}
#use_in .wrap .content .txt_center a:hover {
    opacity: 0.7;
    text-decoration: none;
}
#use_in .wrap .content .txt_center a img{
    margin: 0 0px 4px 30px;
}


@media screen and (max-width:1340px){
	#use_in{
		padding: 0;
    	box-sizing: border-box;
	}
}



@media screen and (max-width:1100px){
	#use_in .wrap .content .txt_area .table02 thead tr th{
		line-height: 1.2;
	}
	#use_in .wrap .content .txt_area .table02 thead tr th br.under1100{
		display: block;
	}
}



@media screen and (max-width:950px){
	#use_in .wrap .ttl2 {
		margin: 0 0 30px 0;
	}
	#use_in .wrap .ttl2 h2 {
		font-size: 24px;
	}
	#use_in .wrap .ttl3 {
		margin: 0 0 30px 0;
	}
	#use_in .wrap .ttl3 h3{
		font-size: 20px;
    	border: solid 3px #67C945;
	}
	#use_in .wrap .ttl3 a h3 {
		font-size: 20px;
	}
	#use_in .wrap .content .marker{
		font-size: 20px;
		margin: 0 0 30px 0;
	}
	#use_in .wrap .content .step_img{
		margin: 0 0 60px 0;
	}
	#use_in .wrap .content .step_area {
		margin: 0 0 60px 0;
	}
	#use_in .wrap .content .step_area .step01 .f_right h5{
		font-size: 20px;
	}
	#use_in .wrap .content .step_area .step01 .f_right p {
		font-size: 18px;
	}
	#use_in .wrap .content .step_area .step02 .f_right h5{
		font-size: 20px;
	}
	#use_in .wrap .content .step_area .step02 .f_right p {
		font-size: 18px;
	}
	#use_in .wrap .content .step_area .step03 .f_right h5{
		font-size: 20px;
	}
	#use_in .wrap .content .step_area .step03 .f_right p {
		font-size: 18px;
	}
	#use_in .wrap .content .step_area .step04 .f_right h5{
		font-size: 20px;
	}
	#use_in .wrap .content .step_area .step04 .f_right p {
		font-size: 18px;
	}
	#use_in .wrap .content .step_area .step01 .f_left .img_area{
		width: 100px;
		justify-content: left;
	}
	#use_in .wrap .content .step_area .step01 .f_left .img_area img{
		width: 70px;
	}
	#use_in .wrap .content .step_area .step02 .f_left .img_area{
		width: 100px;
		justify-content: left;
	}

	#use_in .wrap .content .step_area .step02 .f_left .img_area img{
		width: 70px;
	}
	#use_in .wrap .content .step_area .step03 .f_left .img_area{
		width: 100px;
		justify-content: left;
	}
	#use_in .wrap .content .step_area .step03 .f_left .img_area img{
		width: 60px;
    	margin: 0 5px;
	}
	#use_in .wrap .content .step_area .step04 .f_left .img_area{
		width: 100px;
		justify-content: left;
	}
	#use_in .wrap .content .step_area .step04 .f_left .img_area img{
		width: 70px;
	}
	#use_in .wrap .content .step_area .arrow{
		width: 70px;
	}
	#use_in .wrap .content .bg_color{
		font-size: 20px;
		margin: 0 0 30px 0;
	}
	#use_in .wrap .content .txt_area {
		margin: 0 0 60px 0;
	}
	#use_in .wrap .content .txt_area p {
		font-size: 18px;
		margin: 0 0 30px;
	}
	#use_in .wrap .content .txt_area h5 {
		font-size: 20px;
	}
	#use_in .wrap .content .txt_area h5.h5_min{
		font-size: 20px;
	}
	#use_in .wrap .content .txt_area .table02 thead tr th {
		font-size: 18px;
	}
	#use_in .wrap .content .txt_area .table02 tbody tr th {
		font-size: 18px;
	}
	#use_in .wrap .content .txt_area .table02 tbody tr td {
		font-size: 18px;
	}
	#use_in .wrap .content .txt_area .t_right {
		text-align: left;
	}
	#use_in .wrap .content .txt_area .t_right a {
		font-size: 16px;
	}
	#use_in .wrap .content .txt_area dl{
		font-size: 18px;
	}
	#use_in .wrap .content .txt_center p{
		font-size: 18px;
	}
	#use_in .wrap .content .txt_center a {
		font-size: 18px;
		padding: 15px 30px;
	}
	#use_in .wrap .content .txt_center a img{
		margin: 0 0px 4px 30px;
	}
}



@media screen and (max-width:760px){
    #use_in .wrap .pc-only{
        display: none;
    }
	#use_in .wrap .ttl2 h2 {
		font-size: 20px;
	}
	#use_in .wrap .ttl3 h3{
		font-size: 20px;
	}
	#use_in .wrap .ttl3 a h3 {
		font-size: 20px;
	}
	#use_in .wrap .content .marker{
		font-size: 20px;
	}
	#use_in .wrap .content .step_area .step01 .f_right h5{
		font-size: 20px;
	}
	#use_in .wrap .content .step_area .step01 .f_right p {
		font-size: 16px;
	}
	#use_in .wrap .content .step_area .step02 .f_right h5{
		font-size: 20px;
	}
	#use_in .wrap .content .step_area .step02 .f_right p {
		font-size: 16px;
	}
	#use_in .wrap .content .step_area .step03 .f_right h5{
		font-size: 20px;
	}
	#use_in .wrap .content .step_area .step03 .f_right p {
		font-size: 16px;
	}
	#use_in .wrap .content .step_area .step04 .f_right h5{
		font-size: 20px;
	}
	#use_in .wrap .content .step_area .step04 .f_right p {
		font-size: 16px;
	}
	#use_in .wrap .content .bg_color{
		font-size: 20px;
	}
	#use_in .wrap .content .txt_area p {
		font-size: 16px;
	}
	#use_in .wrap .content .txt_area h5 {
		font-size: 18px;
	}
	#use_in .wrap .content .txt_area h5.h5_min{
		font-size: 18px;
	}
	#use_in .wrap .content .txt_area .table02 thead tr th {
		font-size: 16px;
	}
	#use_in .wrap .content .txt_area .table02 tbody tr th {
		font-size: 16px;
	}
	#use_in .wrap .content .txt_area .table02 tbody tr td {
		font-size: 16px;
	}
	#use_in .wrap .content .txt_area dl{
		font-size: 16px;
	}
	#use_in .wrap .content .txt_center p{
		font-size: 16px;
	}
	#use_in .wrap .content .txt_center a {
		font-size: 16px;
		padding: 15px 30px;
	}
	#use_in .wrap .content .txt_center a img{
		margin: 0 0px 3px 30px;
	}
}



@media screen and (max-width:600px){
	#use #sysWrap .crumb {
		margin: 20px auto;
	}
	#use_in .wrap .ttl2 {
		margin: 0 0 50px 0;
	}
	#use_in .wrap .ttl2 h2 {
		color: #fff;
		background: #67C945;
		font-size: 20px;
		font-weight: bold;
		padding: 5px;
		text-align: center;
	}
	#use_in .wrap .content {
		font-size: 14px;
		line-height: 1.8;
	}
	#use_in .wrap .content .txt_area .table02.pc .under600{
		display: block;
	}
	#use_in .wrap .content .txt_area .table02 thead tr th{
		font-size: 14px;
		padding: 10px 10px;
	}
	#use_in .wrap .content .txt_area .table02 tbody tr td{
		font-size: 14px;
    	line-height: 1.2;
		padding: 10px 10px;
	}


	#use_in .wrap .content .step_area .step01 .f_left .img_area img {
		width: 38px;
	}
	#use_in .wrap .content .step_area .step01 .f_right p {
		font-size: 14px;
	}
	#use_in .wrap .content .step_area .step01{
		display: flex;
		align-items: start;
	}
	#use_in .wrap .content .step_area .step01 .f_left .img_area{
		width: 70px;
		display: flex;
		justify-content: flex-start;
	}
	#use_in .wrap .content .step_area .step02 .f_left .img_area img {
		width: 38px;
	}
	#use_in .wrap .content .step_area .step02 .f_right p {
		font-size: 14px;
	}
	#use_in .wrap .content .step_area .step02{
		display: flex;
		align-items: start;
	}
	#use_in .wrap .content .step_area .step02 .f_left .img_area{
		width: 70px;
		display: flex;
		justify-content: flex-start;
	}
	#use_in .wrap .content .step_area .step03 .f_left .img_area img {
		width: 31px;
	}
	#use_in .wrap .content .step_area .step03 .f_right p {
		font-size: 14px;
	}
	#use_in .wrap .content .step_area .step03{
		display: flex;
		align-items: start;
	}
	#use_in .wrap .content .step_area .step03 .f_left .img_area{
		width: 70px;
		display: flex;
		justify-content: flex-start;
	}
	#use_in .wrap .content .step_area .step04 .f_left .img_area img {
		width: 47px;
	}
	#use_in .wrap .content .step_area .step04 .f_right p {
		font-size: 14px;
	}
	#use_in .wrap .content .step_area .step04{
		display: flex;
		align-items: start;
	}
	#use_in .wrap .content .step_area .step04 .f_left .img_area{
		width: 70px;
		display: flex;
		justify-content: flex-start;
	}

	#use_in .wrap .content .step_area .arrow{
		display: none;
	}

	#use_in .wrap .content .txt_area p {
		font-size: 14px;
	}
	#use_in .wrap .content .txt_area .step_flow img.pc{
		display: none;
	}
	#use_in .wrap .content .txt_area .step_flow img.sp{
		display: block;
	}

	#use_in .wrap .content .txt_area span.w220 {
    width: 150px;
    display: inline-block;
	}
	#use_in .wrap .content .bg_color {
		font-size: 17px;
	}
	#use_in .wrap .content .txt_area h5 {
		font-size: 17px;
	}

	.bold-16{
		font-size: 16px;
		font-weight: bold;
	}
}


/**
* 施工イメージコンポーネント
*/
.c-construction-list {
    margin: 60px 0 0;
}

.c-construction-list>*+* {
    margin-top: 120px;
}

.c-construction-content {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 28px;
    grid-auto-flow: dense;
}

.c-construction-title {
    padding-bottom: 32px;
    border-bottom: 1px solid #D6DCE0;
}

.c-construction-title-text {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.c-construction-content-info {
    grid-column: 1;
    line-height: 2;
}

.c-construction-content-info p {
    font-size: 16px;
    line-height: 2;
}

.c-construction-content-info-scene,
.c-construction-content-info-product {
    margin: 0;
    padding: .5em 1em !important;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none !important;
    border-radius: 4px;
}

.c-construction-content-info-scene {
    background: #EF811D;
}

.c-construction-content-info-product {
    background: #00ACF4;
}

.c-construction-content-info-product-item {
    margin: .5rem 0 0 !important;
}

.c-construction-content-image {
    margin: 32px 0 0;
    grid-column: 2;
}

.c-construction-content-image.slider {
    display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.c-construction-content-image.slider > div {
	position: sticky;
	top: 0;
	height: fit-content;
    width: 400px; /* jsで動的に変更する */
	max-width: 90vw;
}

.c-construction-content-image.slider .thumbnail img {
	object-fit: cover;
	max-height: 120px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity .3s ease;
}

.c-construction-content-image.slider .thumbnail img:hover {
	opacity: 0.9;
}

.c-construction-content-image.slider .slick-current .thumbnail img {
	opacity: 1;
}

.c-construction-content-image img {
    position: sticky;
    top: 0;
    width: 100%;
		object-fit: cover;
		height: 450px;
}


.c-construction-content-info-tag-item a {
    background: #F4FBFF;
    color: #36C0F9;
    border-radius: 4px;
    border: 1px solid #36C0F9;
    padding: .2em 1em;
    font-size: .8rem;
}

.c-construction-content-info-tag-item a:hover {
    background: #36C0F9;
    color: #fff;
}


/* カテゴリーナビ */
.c-construction-category-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 60px 0 0;
}

.c-construction-category-nav-item {
    position: relative;
    background: #F4FBFF;
    border-radius: 4px;
    border: 1px solid #36C0F9;
    padding: .5em 1em;
}

.c-construction-category-nav-item:hover {
    background: #cfecff;
}

.c-construction-category-nav-item a {
    font-size: .8rem;
    color: #36C0F9;
}

.c-construction-category-nav-item a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.c-construction-category-nav-item:hover,
.c-construction-category-nav-item.is-current {
    background: #36C0F9;
}

.c-construction-category-nav-item:hover a {
    color: #fff;
}

.c-construction-category-nav-item.is-current a {
    pointer-events: none;
    color: #fff;
}

.c-construction-portfolio-banner {
    margin-bottom: 5em;
}

@media screen and (max-width: 768px) {
    .c-construction-title {
        padding-bottom: 16px;
    }

    .c-construction-content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .c-construction-content-list>*+* {
        margin-top: 32px;
    }

    .c-construction-content-image,
    .c-construction-content-info {
        grid-column: auto; /* グリッド列の指定をリセット */
    }

    .c-construction-content-image {
        margin-top: 16px;
        order: -1; /* 画像を先に表示 */
    }

	.c-construction-content-image.slider {
		margin-bottom: 50px; /* 要調整 */
	}

    .c-construction-content-info p {
        font-size: 13px;
    }

    /* カテゴリーナビ */
    .c-construction-category-nav-list {
        gap: 16px;
        margin: 32px 0 0;
    }
}

.title {
  width: 100%; /* 必要に応じて調整 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.title a {
  display: block; /* a要素をブロック化してh2の幅いっぱいにする */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}