
/* base css  */
@media screen and (min-width: 769px) {
/* ▼ ここから */

/********** セクション **********/
.container{
	margin:0 2%;
	width:96%;
	padding-bottom:50px;
	margin-top: -40px !important;
	padding-top: 40px !important;
}
#end,#hero{
	margin:0;
	width:100%;
	padding-bottom:50px;
	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 auto 10px;
	max-width: 500px;
	padding: 10px 25px;
	transition: 0.3s ease-in-out;
	font-size: 18px;
        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: 10px 0;
	position: unset;
}
#spec table .linkbtn a:after{
	display:none;
}

/********** 終了表記 **********/
.event_end{
	padding: 30px 0 0;
}
.event_end p{
	font-size: 30px;
}
.event_end p{
	font-size: 30px;
}

/********** hタグ **********/
h2{
	text-align: center!important;
	font-size: 45px!important;
	font-weight: bold!important;
	border: 0!important;
	background: #29acb1;
	color: #fff;
	padding: 15px 0 10px!important;
	margin: 0 0 40px!important;
}
h3{
	font-size: 40px !important;
	font-weight: bold !important;
	color: #1565c0;
	padding: 10px 0 8px!important;
	margin: 20px 0 40px!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%, #ffffff 75%, #ffffff 100%);
	border-image-slice: 1;
	font-size: 20px !important;
	font-weight: bold !important;
	text-align: left;
	padding: 10px 10px 5px !important;
	margin: 60px 0 20px!important;
}
.special_h4{
	background: linear-gradient(to right, #29acb1 0%, #29acb1 75%, #ffffff 100%);
}
.attractive{
	font-size: 30px;
	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: 16px;
	margin: 0 0 10px;
	line-height: 30px;
}
.txt_left strong{
	font-size: 18px;
	font-weight: bold;
}

/********** おすすめポイント **********/
.pickuplist{
	width: 75%;
	display: block;
	margin: 20px auto;
	position: relative;
}
.pickuplist p{
	padding: 0 0 0 45px;
	border-bottom: 1px solid #7b7c7d;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	line-height: 1.7;
}
.pickuplist .li_no {
	font-size: 25px;
	line-height: 1;
	position: absolute;
	left: 10px;
	top: 4px;
}
.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: 250px;
	font-size: 20px;
	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 40px;
	margin: 20px 0 0;
}
.notes ul li{
	width: fit-content;
	float: left;
	margin: 2px 5px 0;
}
.notes_txt{
	font-size: 0.6em;
	margin-left: 0.3em;
}

/********** カラム **********/
.column_pa{
	display: inline-block;
}
.column2_50{
	width: 48%;
	padding: 5px 1%;
	margin: 15px 0;
	float: left;
}
.column2_40{
	width: 38%;
	padding: 5px 1%;
	margin: 15px 0;
	float: left;
}
.column2_60{
	width: 58%;
	padding: 5px 1%;
	margin: 15px 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;
	padding: 10px 10px 10px;
	text-align: left;
	box-sizing: border-box;
	break-inside: avoid;
}
.q_parts {
	width: 40%;
	border-bottom: none;
	background-size: 50px auto;
	margin: 20px;
	font-size: 20px;
	font-weight:bold;
}
.a_parts {
	width: 52%;
	margin: 20px;
	line-height: 1.6;
	font-size: 15px;
}

/********** 比較表 **********/
.twrap {
	overflow-y: auto;
	height: 700px;
	width: 100%;
}
.twrap table {
	width: 98%;
	margin: 0 auto 20px;
}
.twrap .sticky01 {
	position: sticky;
	top: 0;
}
.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;
}

/********** 工事の流れ **********/
#flow-date ul li {
	width:calc(90%/3);
	float:left;
	margin: 15px;
}
#flow-date p {
	font-size: 16px;
	text-align: left;
	margin: 20px auto;
	line-height:1.8em;
}
#flow-date p.flow_title {
	font-size: 20px;
	font-weight: bold;
}
#flow-detail ul li {
	width:70%;
	margin: 5px auto;
}
#flow-detail p {
	font-size: 16px;
	text-align: left;
	line-height:1.8em;
}
#flow-detail p.flow_title {
	font-size: 20px;
	font-weight: bold;
}

/********** サイズ **********/
.size_select img{
	width: calc(88% / 5);
	margin: 0 1%;
}

/********** フロート **********/
	.ac_float_menu {
		display:none
	}
	.ac_float_menu_close {
		font-weight: bold;
		position: absolute;
		top: -8px;
		right: -7px;
		z-index: 10;
		padding: 4px 8px;
		border: none;
		background-color: #f8f8f8;
		border-radius: 50%;
		width: 28px;
		height: 28px;
		cursor: pointer;
		-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
		box-shadow: 0 0 7px rgb(0 0 0 / 40%);
		box-sizing: border-box;
		font-size: 15px;
	}
	.modal-content {
		position: fixed;
		z-index: 20;
		bottom: 15px;
		right: 20px;
	}
	.modal-content .modal-content_wrapper {
		background: #fff;
		text-align: left;
		overflow-x: scroll;
		overscroll-behavior-y: none;
		background-color: #29acb1;
		color: #707070;
		width: 280px;
		overflow-x: hidden;
		overscroll-behavior-y: none;
		border-radius: 13px;
		-webkit-box-shadow: 0 0 6px rgb(0 0 0 / 20%);
		box-shadow: 0 0 6px rgb(0 0 0 / 20%);
		border: 5px solid #29acb1;
	}
	.modal-content .modal-content_wrapper ul  {
		margin-top: 60px;
		background-color: #fff;
	}
	.modal-content .modal-content_wrapper ul li {
		border-bottom:1px solid #ccc;
	}
	.modal-content .modal-content_wrapper ul li a {
		display: block;
		padding: 13px 0 13px 26px;
		font-size: 16px;
		color: #333;
		position: relative;
	}
	.modal-content .modal-content_wrapper ul li a:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 7px;
		height: 7px;
		border-top: 1px solid #808080;
		border-right: 1px solid #808080;
		-webkit-transform: rotate(45deg);
		transform: rotate(135deg);
	}
	.modal_title {
		display: flex;
		height: 60px;
		position: absolute;
		vertical-align: middle;
		padding-left: 26px;
		color: #fff;
		font-size: 16px;
		align-items: center;
		font-weight: 600;
	}
	.modal_title p {
		padding-left: 10px;
		text-align: left;
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		line-height: 22px;
		letter-spacing: 1px;
	}
	.modal-content .close_btn,
	.modal-content .close_btn2,
	.modal-content-background{
		display: none;
	}
		#page-top {
z-index: 15;
}
		#page-top a {
			background: #fff;
			text-decoration: none;
			color: #666;
			width: 140px;
			padding: 10px 20px;
			text-align: center;
			display: block;
			border-radius: 1px;
			border: 1px solid #666;
			box-sizing: border-box;
			position:relative;
		}

		#page-top img {
			position:absolute;
			top:-579px;
			left:-2px;
		}

		#page-top a:hover {
			text-decoration: none;
			background: #f0f0f0;
		}


/********** 調整 **********/
.ad_wd90{
	width:90%;
}








/* ▲ ここまで */
}
/* base css  */
