@charset "UTF-8";

.col-red {
	color: #f00000;
}
.txt-small {
	font-size: .8em;
}

.indent-1 li {
	text-indent: -1em;
	padding-left: 1em;
}

.ta-c {
	text-align: center;
}


.request-con{
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
}
.request-tel{
	background: #fff;
	margin-bottom: 20px;
}

.request-tel__tel-wrap {
	position: relative;
	padding: 0 35px 10px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}
.request-tel__tel{
	width: auto;
	margin-bottom: 15px;
	background: url("/jp/densetsu/denro/enemoni/img/soft/icon_free.webp") no-repeat left 0.5em;
/*	display: inline-block;*/
	padding-right: 30px;
	padding-bottom: 10px;
	border-right: 1px solid #ccc;
}

.request-tel__note{
	position: relative;
	top: 10px;
	width: auto;
	font-size: 14px;
	padding: 0 30px 30px 30px;
}

.request-tel-tel__ttl {
	margin-bottom: 24px;
	background: #1d1d1d;
	padding: 10px;
}
.request-tel-tel__ttl span{
	display: block;
	color: #fff;
	text-align: center;
}
.request-tel-tel__ttl span.request-tel-tel__ttl01{
	font-size: 22px;
	font-weight: bold;
}
.request-tel-tel__ttl span.request-tel-tel__ttl02{
	font-size: 14px;
	display: block;
	padding: 5px;
	text-align: center;
}
.request-tel__no{
	display: block;
	font-weight: bold;
	font-size: 48px;
	text-align: left;
	line-height: 1;
	padding-left: 77px;
}
.request-tel__time{
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

.request-mail{
	background: #fff;
	padding: 25px 35px 15px;
	display: flex;
	justify-content: flex-start;
}
.request-mail__ttl{
	display: flex;
	align-items: center;
	font-size: 18px;
	position: relative;
	left: 6px;
}
.request-mail__ttl span{
	display: inline-block;
	padding-left: 50px;
	background: url("/jp/densetsu/denro/enemoni/img/soft/icon_mail.webp") no-repeat left center;
}

.note-btn-wrap {
	background: #fff;
  padding: 15px 35px 25px 35px;
}
.btn_links{
	margin-bottom: 20px;
}

.btn_links .btn_link {
	margin-right: 20px;
}

.note-wrap_list01 li{
	padding-left:1em;
	text-indent:-1em;
	margin-top: 10px;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){

	.mb-10__sp {
		margin-bottom: 10px !important;
	}
	.mb-20__sp {
		margin-bottom: 20px !important;
	}
	.mb-30__sp {
		margin-bottom: 30px !important;
	}
	.mb-40__sp {
		margin-bottom: 40px !important;
	}
	.mb-50__sp {
		margin-bottom: 50px !important;
	}
	.mb-60__sp {
		margin-bottom: 60px !important;
	}

	.request-con{
		width: 100%;
		padding: 20px;
	}
	.request-tel{
		margin-bottom: 10px;
	}

	.request-tel__tel-wrap {
		position: relative;
		padding: 0 0 10px;
		text-align: center;
		width: 100%;
		display: block;
	}
	.request-tel__tel{
		margin-bottom: 0;
		background-size: 40px auto;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		border-right: none;
		display: inline-block;
	}
	.request-tel-tel__ttl span.request-tel-tel__ttl01{
		font-size: 18px;
	}
	.request-tel-tel__ttl span.request-tel-tel__ttl02{
		font-size: 13px;
	}
	.request-tel__no{
		font-size: 30px;
		padding-left: 44px;
	}
	.request-tel__time{
		font-size: 14px;
		text-align: left;
		display: inline-block;
	}
	.request-tel__note{
		position: absolute;
		position: relative;
		top: 0;
		left: 0;
		font-size: 12px;
		padding: 0 0 5px 0;
	}
	.request-mail{
		padding: 25px 15px 10px;
		display:block;
	}
	.request-mail__ttl{
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		display:block;
		font-size: 20px;
		text-align: center;
		margin-bottom: 0;
		position: relative;
		left: 0;
	}
	.request-mail__ttl span{
		display: inline-block;
		padding-left: 35px;
		background-size: 30px auto;
	}

	.note-btn-wrap{
	  padding: 10px 15px 25px 15px;
	}

	.btn_links .btn_link {
		margin-bottom: 10px;
	}

	.btn_links .btn_link:last-child {
		margin-bottom: 0;
	}

}


/*****************************/


/* --------------------------------------------------------------------------------

 種類別商品一覧

--------------------------------------------------------------------------------*/
.lower.type .productList {
	margin-top: 15px;
}
.lower.type .productList .btn-basic {
	padding: 0;
}
.lower.type .productList .btn-basic_child {
	width: 50%;
	margin-right: 0;
	height: 75px;
	border: 1px solid #cccccc;
	border-top: none;
	margin-bottom: 0;
}
.lower.type .productList .btn-basic_child:first-child,
.lower.type .productList .btn-basic_child:nth-child(2){
	border-top: 1px solid #cccccc;
}
.lower.type .productList .btn-basic_child:nth-child(2n) {
	border-left: none;
}
.lower.type .productList .btn-basic_child a {
	border: none;
}
.lower.type .productList .btn-basic_child a p.image {
	padding: 0 0 0 5px;
	width: 46px;
}
.lower.type .productList .btn-basic_child a p.image img {
	width: 42px!important;
}
.lower.type .productList .btn-basic_child a p.text {
	margin-right: 0;
	padding-right: 15px;
	font-size: 14px;
	background-size: 8px;
}

/* 種類別商品一覧 下層共通部分
----------------------------------------*/
.lower.type .productList .column-three .column-three_image .icon {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #fff!important;
	padding: 1px 5px;
}

.lower.type .productList .column-three .column-three_image .icon.blue {
	background: #015571;
}
.lower.type .productList .column-three .column-three_image .icon.red {
	background: #e60011;
}
.lower.type .productList .column-three .column-three_image .icon.yellow {
	background: #fccf00;
	color: #010000 !important;
}

.lower.type .productList .column-three .column-three_image .icon.orange {
	background: #e8851a;
}

#container .lower.type .productList .column-three .column-three_text {
	padding-top: 8px;
}


.lower.type .productList .column-three .column-three_image p.date {
	position: absolute;
	top: 0;
	left: 3%;
	font-size: 11px;
	border: solid 1px #ff0000;
	padding: 3px 4px 2px;
	color: #ff0000 !important;
	line-height: 1;
}

.lower.type .column-three .column-three_image p.new {
	position: absolute;
	top: 0;
	left: 3%;
}
.lower.type .column-three .column-three_image p.new.new_2 .label-icon-red {
	padding: 4px 8px;
	font-size: 14px;
	font-weight: normal!important;
	background: #f00000;
	display: inline-block;
}
.lower.type .column-three a:hover .column-three_image p.new_2 .label-icon-red {
	color: #ffffff!important;
}

#container .lower.type .productList .link-blank-wh::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 13px;
	margin: 2px 0 0 5px;
	background: url(/jp/densetsu/denro/enemoni/img/soft/icon_blank_wh.webp) 0 50% no-repeat;
}
