
/* base css  */
@media screen and (max-width: 768px) {
/* ▼ ここから */

/********** セクション **********/
.container{
	margin:0 0 40px;
	width:100%;
	margin-top: -20px !important;
	padding-top: 20px !important;
}
.container section{
	margin:0 2%;
	width:96%;
}
#end,#hero{
	margin:0;
	width:100%;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
#features img{
	width:90%;
}

/********** リンクボタン **********/
.linkbtn a{
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 20px 20px 0;
	max-width: 500px;
	padding: 10px 25px;
	transition: 0.3s ease-in-out;
	font-size: 13px;
        letter-spacing: 1px;
}
.linkbtn a:after{
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.linkbtn a:link,.linkbtn a:visited,.linkbtn a:active,.linkbtn a:hover{
	text-decoration: none;
}
.linkbtn a:hover:after{
	right: 1.4rem;
}
.green_item a{
	background: #70c13f;
	color: #ffffff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}
.green_item a:hover{
	opacity: 0.7;
}
.green_item a:link,.green_item a:visited,.green_item a:active,.green_item a:hover{
	color: #ffffff;
}
.blue_item a{
	background: #1976d2;
	color: #ffffff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}
.blue_item a:hover{
	background: #0d47a1;
}
.blue_item a:link,.blue_item a:visited,.blue_item a:active,.blue_item a:hover{
	color: #ffffff;
}
.blue_sub a{
	background: #e3f2fd;
	color: #1565c0;
	border: 1px solid #90caf9;
}
.blue_sub a:hover{
	background: #bbdefb;
	color: #0d47a1;
}
.blue_sub a:link,.blue_sub a:visited,.blue_sub a:active,.blue_sub a:hover{
	color: #1565c0;
}
.gray_sub a{
	background: #757575;
	color: #ffffff;
	border: 1px solid #b5b5b5;
}
.gray_sub a:hover{
	background: #b5b5b5;
}
.gray_sub a:link,.gray_sub a:visited,.gray_sub a:active,.gray_sub a:hover{
	color: #ffffff;
}
#spec table .linkbtn a{
	margin: 0;
	padding: 5px 0;
	position: unset;
}
#spec table .linkbtn a:after{
	display:none;
}


/********** 終了表記 **********/
.event_end{
	padding: 20px 0 10px;
}
.event_end p{
	font-size: 15px;
}

/********** hタグ **********/
h2{
	text-align: center!important;
	font-size: 25px!important;
	font-weight: bold!important;
	border: 0!important;
	background: #29acb1;
	color: #fff;
	padding: 15px 0 10px!important;
	margin: 40px 0!important;
}

h3{
	font-size: 22px !important;
	font-weight: bold !important;
	color: #1565c0;
	padding: 15px 0 10px!important;
	margin: 60px 0 20px!important;
	border-left: 0!important;
	border-bottom: 3px solid #90caf9!important;
	text-align: center!important;
	background: #eaf6ff!important;
}
h4,.special_h4{
	color: #fff;
	border-left: 0 !important;
	border-bottom: 4px solid;
	background: linear-gradient(to right, #29acb1 0%, #29acb1 75%, #ffffff 100%);
	border-image-slice: 1;
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: left;
	padding: 10px 10px 5px !important;
	margin: 60px 0 20px!important;
}
.special_h4{
	margin: 30px 0 10px!important;
}
.attractive{
	font-size: 20px;
	margin: 20px 0;
}
.attractive strong{
	background: linear-gradient(0deg, yellow 0%, yellow 40%, #fff 40%, #fff 100%);
	color: #e60012;
	font-weight: bold;
	padding: 0 5px;
}
.txt_left{
	text-align:left;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 25px;
}
.txt_center{
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 25px;
}

/********** おすすめポイント **********/
.pickuplist{
	display: block;
	margin: 20px auto;
	position: relative;
}
.pickuplist p{
	padding: 0 45px 5px;
	border-bottom: 1px solid #7b7c7d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	text-align:left;
}
.pickuplist .li_no {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	left: 10px;
	top: 3px;
}
.pickuplist::after{
	background: url(/bc/resources4/sp/common/img/ico_arrow.png) no-repeat right 9px center;
	background-size: 8px auto;
	content: "";
	display: inline-block;
	width: 30px;
	height: 10px;
	transform: rotate(90deg);
	position: absolute;
	top: 10px;
	right: 0px;
}
.pickuplist:hover{
	text-decoration: none;
}

/********** アンカーリンク **********/
.navi{
	margin: 20px auto;
}
.navi ul{
	list-style: none;
}
.navi ul li{
	display: inline-block;
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #fff;
	margin: 10px;
	position: relative;
}
.navi ul li a{
	display: block;
	color: #241a08;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #241a08;
	padding-right: 40px;
}
.navi ul li a:hover{
	text-decoration:none;
	background:#e9e9e9;
}
.arrow_uw:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #241a08;
	border-right: solid 2px #241a08;
	transform: rotate(45deg);
	position: absolute;
	top: -7px;
	right: 25px;
	bottom: 0;
	margin: auto;
}

/********** 注釈 **********/
.notes{
	background: #f5f5f5;
	display: inline-block;
	width: 90%;
	text-align: left;
	padding: 10px;
	margin: 20px 0 0;
	font-size: 0.8em;
	line-height: 15px;
}
.notes ul li{
	width: fit-content;
	float: left;
	margin: 2px 5px 0;
}
.notes_txt{
	font-size: 0.7em;
	margin-left: 0.3em;
}

/********** カラム **********/
.column_pa{
	display: inline-block;
	margin-top:10px;
}
.column2_40,.column2_60{
	width: 94%;
	padding: 0 10px;
	margin: 0;
	float: left;
}
.column2_50{
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

/********** Q&A **********/
.qa_block{
	columns: auto 1;
	gap: 20px 20px;
}
.qa_parts {
	display: flex;
	flex-wrap: wrap;
	border-bottom: #aaa 1px solid;
	text-align: left;
	box-sizing: border-box;
	break-inside: avoid;
}
.q_parts {
	width: 100%;
	border-bottom: none;
	background-size: 50px auto;
	margin: 20px 20px 0;
	font-size: 16px;
	font-weight:bold;
}
.a_parts {
	width: 100%;
	margin: 20px;
	line-height: 1.6;
	font-size: 14px;
}

/********** 比較表 **********/
.scroll_txt {
	text-align: right;
	margin: 0px 10px 10px;
	font-size: 0.8em;
}
.twrap {
	overflow-y: auto;
	height: 500px;
	width: 100%;
}
.twrap table {
	width: 98%;
	margin: 0;
}
.twrap .sticky01 {
	position: sticky;
	top: 0;
	z-index:190;
}
.twrap .sticky01 img{
	max-height: 80px;
}
.twrap .other {
	background: #ffffff;
	color: #524e4d;
	font-weight: 400;
	font-size: 14px;
	vertical-align: top;
}
.twrap .sale {
	background: #fffacd;
	color: #e60012;
	font-weight: 400;
	font-size: 14px;
	vertical-align: top;
}
.twrap .sale a {
	color: #e60012;
}
.twrap .sticky01::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ccc;
	pointer-events: none;
}
.twrap table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.twrap_x{
	overflow-x:scroll;
	width:100%;
}
.twrap_x table{
	width:700px;
	margin-bottom:5px;
}
.twrap_x .sticky01{
	position:sticky;
	left:0;
}
.series-selector{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	width: 94%;
	margin: 0 2% 20px 4%;
}
.series-selector label{
	width: calc(100% / 3);
	margin-bottom: 10px;
}
.is-hidden {
	display: none;
}

/********** フロート **********/
	.ac_float_menu {
		position: fixed;
		z-index: 120;
		bottom: 25px;
		right: 19px;
	}
	.ac_float_menu .ac_float_menu_btn {
		width: 240px;
		box-sizing: border-box;
		background-color: #3FC18D;
		border-radius: 53px;
		border: 2px solid #fff;
		box-shadow: 0 0 6px rgb(0 0 0 / 20%);
	}
	.ac_float_menu .ac_float_menu_btn_in {
		display: flex;
		padding: 13px;
	}
	.ac_float_menu .ac_float_menu_btn_in p {
		padding-left: 35px;
		text-align: left;
		font-size: 17px;
		font-weight: 600;
		color: #fff;
		line-height: 23px;
	}
	.ac_float_menu .ac_float_menu_btn_in img {
		height: fit-content;
	}
	.ac_float_menu .ac_float_menu_close {
		position: absolute;
		top: -2px;
		right: -4px;
		z-index: 10;
		width: 28px;
		height: 28px;
		padding: 4px 8px;
		border: none;
		border-radius: 50%;
		background-color: #f8f8f8;
		box-shadow: 0 0 7px rgb(0 0 0 / 40%);
		cursor: pointer;
		font-weight: bold;
		font-size: 15px;
		vertical-align: middle;
		box-sizing: border-box;
	}
	/*モーダルウィンドウ */
	.modal-content {
		position: fixed;
		z-index: 200;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: none;
		background: #fff;
		color: #707070;
		width: 88%;
		overflow-x: scroll;
		overscroll-behavior-y: none;
		border-radius: 13px;
	}
	.modal-content_wrapper {
		background-color: #3FC18D;
		text-align: left;
		overflow-x: scroll;
		overscroll-behavior-y: none;
	}
	.modal-content_wrapper ul {
		margin-top: 50px;
		background-color: #fff;
	}
	.modal-content_wrapper ul li {
		border-bottom: 1px solid #ccc;
	}
	.modal-content_wrapper ul li a {
		display: block;
		padding: 13px 0 13px 26px;
		font-size: 14px;
		color: #333;
		position: relative;
	}
	.modal-content_wrapper ul li a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
		width: 7px;
		height: 7px;
		border-top: 1px solid #808080;
		border-right: 1px solid #808080;
		transform: rotate(135deg);
		vertical-align: middle;
	}
	.modal_title {
		position: absolute;
		display: flex;
		align-items: center;
		height: 52px;
		padding-left: 26px;
		color: #fff;
		font-size: 15px;
	}
	.modal-content .close_btn {
		display: block;
		width: 50%;
		margin: 18px auto;
		padding: 8px;
		border: 1px solid #777;
		background-color: #fff;
		color: #777;
		font-size: 15px;
		border-radius: 22px;
		text-align: center;
	}
	.modal-content .close_btn2 {
		position: absolute;
		top: 0;
		right: 0;
		width: 44px;
		height: 50px;
		font-size: 20px;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	/*モーダル背景オーバーレイ */
	.modal-content-background {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 120;
		display: none;
	}

/*工事の流れ */
#flow-date ul {
	display: flex;
	flex-wrap: wrap;
	gap:5%;
	justify-content: center;
}
#flow-date ul li {
	width: 45%;
	margin-bottom: 30px;
}
#flow-date p {
	text-align: left;
}
#flow-date p.flow_title {
	font-weight: bold;
}
#flow-detail ul {
	text-align: left;
	width: 80%;
	margin: auto;
}

/*調整 */
.ad_wd95{
	width:95%;
}





/* ▲ ここまで */
}
/* base css  */
