@charset "UTF-8";
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.sec_page {
	margin-bottom: 90px;
}

.sec_index {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: 2px solid #092929;
	color: #092929;
	text-align: center;
}

.sec_index span {
	margin-right: 10px;
}

.sec_body {
	margin: 20px 0;
}
.title_stripe {
	margin-bottom: 10px;
	padding: 8px;
	line-height: 1.2;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: url(https://www.diy-shop.jp/base/img/common/bg_stripe_gray.gif);
}

.list {
	clear: both;
}

.list > li {
}

@media print, screen and (min-width: 668px) {
	.list_c2 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.list_c2 > li {
		width: 380px;
		margin: 0 10px;
	}
	.list_c2 > li:nth-child(2n+1) {
		clear: both;
	}
	.list_c3 {
		margin-right: -7px;
		margin-left: -7px;
	}
	.list_c3 > li {
		width: 250px;
		margin: 0 7px;
	}
	.list_c3 > li:nth-child(3n+1) {
		clear: both;
	}
	.list_c4 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.list_c4 > li {
		width: 180px;
		margin: 0 10px;
	}
	.list_c4 div label {
		width: 86% !important;
	}
	.list_c4 > li:nth-child(4n+1) {
		clear: both;
	}
	.list_c5 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.list_c5 > li {
		width: 140px;
		margin: 0 10px;
	}
	.list_c5 div label {
		width: 80% !important;
	}
	.list_c5 > li:nth-child(5n+1) {
		clear: both;
	}
}


.list_inline > li {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	letter-spacing: normal;
}

@media print, screen and (min-width: 668px) {
	.list_inline.list_c4 > li {
		margin: 0 10px;
	}
	.list_inline.list_c5 > li {
		margin: 0 10px;
	}
}

.list_inline > li.no {
	min-width: 90px;
}

.list_inline > li.yes {
	min-width: 160px;
}

.list_inline div label {
	width: auto !important;
}

.list_yn li div {
	padding-right: 10px !important;
}

.list .img {
	display: block;
	margin-bottom: 8px;
	text-align: center;
}

.list .text {
	display: block;
}

.list div {
	zoom: 1;
	margin-top: 10px;
	padding: 4px 6px;
	background: #f2f2f2;
}

.list div.l2 {
	min-height: 50px;
}
.list div:before,
.list div:after {
	content: "";
	display: table;
}

.list div:after {
	clear: both;
}

.link_btn {
	font-size: 16px;
	font-weight: bold;
}

.link_btn.has_icon a:after {
	display: none;
}

.link_btn a {
	display: block;
	max-width: 380px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.2;
	color: #222;
	border: #222222 3px solid;
}

.link_btn a:after {
	padding-left: 4px;
	font-family: FontAwesome;
	content: "\f054";
}

.link_btn a:hover {
	border: 3px solid #a5001e;
	color: #a5001e;
}

.link_btn span {
	display: block;
}

.link_btn span.icon {
	height: 36px;
}

.link_btn span.label:after {
	padding-left: 4px;
	font-family: FontAwesome;
	content: "\f103";
}

.link_has_arrow a {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	font-weight: bold;
}

.link_has_arrow a:before {
	position: absolute;
	left: 0;
	top: auto;
	font-family: FontAwesome;
	content: "\f138";
	font-weight: normal;
}

.link_has_border {
	border-bottom: #222 1px solid;
	font-weight: bold;
}

.link_has_border:hover {
	border-color: #a5001e;
}
.estimate_desc {
	margin-top: 40px;
}

.estimate_desc p {
	font-weight: bold;
}

table .error {
	margin: 0 0 20px;
}

.item-group {
	padding: 16px;
	border: solid 2px #D1553D;
}
.item-group .red a {
	color: #D1553D !important;
	font-weight: bold;
	text-decoration: underline;
}
.item-group .icn {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 1px #D1553D;
	margin-bottom: 10px;
}
.btn-dtl {
	text-align:center;
	margin: 0 auto 20px;
	max-width:376px;
}
.btn-dtl a {
	display:inline-block;
	vertical-align:middle;
	color:#222;
	border:3px solid #2a2a2a;
	padding:10px 20px 7px;
	font-size:1.6rem;
	font-weight:bold;
	width:100%;
}
.btn-dtl a i {
	margin-left:7px;
}
.btn-dtl a:hover {
	border: 3px solid #a5001e;
	color: #a5001e;
}

@media screen and (max-width:640px){
.btn-dtl {
	max-width:none;
}
.btn-dtl a {
	font-size:1.4rem !important;
}
}
.select-box01 {
	width: 400px;
	margin:0 auto;
}
.select-box01 select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #A9A9A9;
	background: linear-gradient(to right, #fff 86%, #ECECEC 14%);
	font-size: 2.4rem;
	font-weight: bold;
}
.select-box01 select::-ms-expand {
    display: none;
}
.select-box01 label {
	position: relative;
}
.select-box01 label:after {
	display: block;
	font-family: FontAwesome;
	content:'\f078';
	font-size: 2.4rem;
	font-weight: bold;
	position: absolute;
	top: -19px;
	right: 18px;
	pointer-events: none;
	border-left: solid 1px #A9A9A9;
	padding: 6px 0 5px 15px;
}
@media screen and (max-width:640px){
.select-box01 {
	width: 100%;
}
.select-box01 select {
	padding: 10px;
	background: linear-gradient(to right, #fff 85%, #ECECEC 15%);
	font-size: 2.0rem;
}
.select-box01 label:after {
	font-size: 2.0rem;
	border-left: none;
	top: -70%;
	right: 5%;
	padding: 0;
}
}
.sec_box {
    border: 5px solid #f2f2f2;
    padding: 45px 55px 35px;
}
.sec_box.wd-box {
    padding: 20px;
}
.sec_box.sec_box_red {
    border: 3px solid #D1563E;
}
@media screen and (max-width:640px){
.sec_box {
    padding: 20px;
}
}
.sl-list li {
	padding-bottom: 40px;
}
@media screen and (max-width:640px){
.sl-list li {
	padding-bottom: 20px;
}
}
.od-set {
	width: 105px;
	padding: 10px;
	text-align: center;
}
.unit {
	padding-left: 5px;
}
figure {
	text-align: center;
}


#buy_header {
	margin-bottom: 30px;
	text-align: center;
}

#buy_header h3 {
	position: relative;
	max-width: 320px;
	margin: 0 auto 45px;
	padding: 7px 7px 12px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #fabe00;
}

#buy_header h3 span {
	display: block;
	margin-bottom: 3px;
}

#buy_header h3:after {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 11px solid transparent;
	border-top: 19px solid #fabe00;
	position: absolute;
	left: 50%;
	bottom: -30px;
}

#buy_header p {
	color: #a5001e;
}

.lead {
	max-width: 600px;
	margin: 0 auto 25px;
}

#delivery_area .link_has_arrow {
	max-width: 600px;
	margin: 0 auto 25px;
}

/* 配送エリアを選択します */
.delivery_area ul {
	margin: 20px auto;
	max-width: 600px;
}

.delivery_area ul li:nth-child(even) {
	background: #f6f4ee;
}

.delivery_area dl {
	display: table;
	width: 100%;
}

.delivery_area dl dt {
	display: table-cell;
	padding: 6px 10px;
	width: 25%;
}

.delivery_area dl dt label {
	display: block;
	padding: 6px;
}

.delivery_area dl dt label input {
	margin-right: 10px;
}

.delivery_area dl dd {
	display: table-cell;
}

/* 見積もりをする */
.estimate {
	margin-top: 60px;
	padding-top: 30px;
}

.estimate .p_submit {
	margin: 0 auto;
	width: 380px;
	text-align: center;
}

.estimate .p_submit input {
	border: 3px solid #222;
	padding: 10px 10px 10px 60px;
	background: #fff url(../img/estimate_icon.gif) no-repeat 45px center;
	border-radius: 0;
	font-size: 17px;
	width: 100%;
	color: #222;
	font-weight: bold;
	cursor: pointer;
}

.estimate .p_submit input:hover, .estimate .p_submit input:focus {
	border-color: #a5001e;
	background-color: #fff;
	color: #a5001e;
}

.return {
	text-align: center;
}

.return span {
	display: block;
	line-height: 1.2;
}

.return span.icon {
	margin-bottom: 4px;
	padding-top: 40px;
	font-weight: bold;
	font-size: 18px;
	background: url(https://www.diy-shop.jp/base/img/common/icn_return.gif) no-repeat center top;
}

.return span.text {
	color: #757575;
}

.return a {
	display: block;
	max-width: 260px;
	margin: 0 auto;
	padding: 15px 10px 10px;
	border: #222 2px solid;
	color: #222;
}

.return a:hover {
	border-color: #a5001e;
}

@media screen and (max-width: 667px) {
	.sec_page {
		margin-bottom: 50px !important;
	}
	.sec_index {
		font-size: 1.8rem;
		line-height: 1.2;
		padding-bottom: 5px;
	}
	.sec_index span {
		display: block;
		margin-right: 0;
	}
	.list div input {
		vertical-align: middle;
	}
	.list div {
		padding: 4px;
		font-size: 13px;
	}
	.list div.l2 {
		min-height: 0;
	}
	.list_c2 {
		margin: 0;
	}
	.list_c2 > li {
		float: none;
		width: auto;
		max-width: 380px;
		margin: 0 auto 25px;
	}
	.list_c3,
	.list_c4,
	.list_c5 {
		margin-right: -1.5%;
		margin-left: -1.5%;
	}
	.list_c3 > li,
	.list_c4 > li,
	.list_c5 > li {
		width: 47%;
		margin: 0 1.5% 25px;
	}
	.list_c3 > li:nth-child(2n+1),
	.list_c4 > li:nth-child(2n+1),
	.list_c5 > li:nth-child(2n+1) {
		clear: both;
	}
	.list div label {
		width: 84% !important;
	}
	.list_inline > li.no div label {
		width: auto !important;
	}
	.list_yn > li div input,
	.list_yn > li div label {
		float: none;
	}
	.title_area01 p em {
		font-size: 16px;
	}
	/* 配送エリアを選択します */
	.delivery_area ul {
		width: 100%;
	}
	.delivery_area dl dt {
		padding: 3px 0;
		width: 120px;
	}
	.delivery_area dl dt label {
		padding: 6px 3px;
	}
	.delivery_area dl dt label input {
		margin-right: 3px;
	}
	.delivery_area dl dd {
		padding-left: 5px;
		font-size: 1.2rem;
		line-height: 1.2;
		vertical-align: middle;
	}
	.estimate {
		margin-top: 40px;
		padding-top: 20px;
	}
	.estimate .p_submit {
		width: 100%;
	}
	.estimate .p_submit input {
		padding-left: 45px;
		background-position: calc(50% - 120px) center;
		font-size: 1.6rem;
	}
}

/* max-width:667px */
@media screen and (max-width: 500px) {
	.list_c3 > li {
		float: none;
		width: auto;
		max-width: 250px;
		margin-right: auto;
		margin-left: auto;
	}
}


@media screen and (max-width:667px){
.completion-att {
	padding: 30px;
}

	input[type=button] {
		padding: 8px 10px;
		font-size: 1.6rem;
		width: 100%;
	}
	.cart_box .value02 .total{
		padding: 6px;
		text-align: center;
	}
		.cart_box .value02 .total #totalprice {
			font-size: 2.8rem;
			margin: 0 5px;
		}
}
.atc_color th,
.atc_color td {
	border:1px solid #9fa0a0;
	padding:5px 15px;
	font-size: 1.6rem;
	text-align: center;
}
.atc_color th {
	background-color: #E9E9E9;
}

@media screen and (max-width:667px){
.figure-box {
	padding-bottom: 20px;
}
.atc_color {
	width: auto;
	margin: 0 auto;
}
.atc_color th,
.atc_color td {
	font-size: 1.4rem;
}
}

/* 型番入力 */
@charset "utf-8";
/* CSS Document */
.table_wrap table {
	margin-top: 50px;
	width: 100%;
}
.table_wrap table thead th {
	vertical-align: middle;
	line-height: 1.2;
}
.table_wrap table thead th span {
	font-size: 1.2rem;
}
.table_wrap table tbody th, .table_wrap table tbody td {
	padding: 11px 0;
}
.table_wrap table tbody tr.no_pd td {
	padding: 0 !important;
}
.table_wrap table tbody th {
	font-size: 1.6rem;
}
.table_wrap table tbody tr.even {
	background-color: #f6f4ee;
}
.table_wrap table tbody td {
	vertical-align: middle;
	text-align: center;
}
.table_wrap table .td_col_3 {
	padding-right:2px;
}
.table_wrap table tbody td span {
	margin: 0 5px;
	font-size: 1.2rem;
	vertical-align: bottom;
}
.table_wrap table tbody td input[type="text"] {
	height: 40px;
	line-height: 28px;
	border: #a6a6a6 1px solid;
}
.table_wrap table tbody td :placeholder-shown {
	color: #aaa;
}
.table_wrap table tbody td ::-webkit-input-placeholder {
	color: #aaa;
}
.table_wrap table tbody td :-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
.table_wrap table tbody td ::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
.table_wrap table tbody td :-ms-input-placeholder {
	color: #aaa;
}
@media print, screen and (min-width: 668px) {
.seal_table_wrap table tr.tr_fl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.seal_table_wrap table .nb_col {
	flex: 1;
}
}
@media screen and (max-width:667px){
.seal_table_wrap table thead {
	display: none;
}
.seal_table_wrap table .nb_col {
	padding-left: 3px;
}
.table_wrap table tbody tr.even2 {
    background-color: #dcd6c3;
}
}
.table_wrap table tbody tr.even {
    background-color: #F5F3ED;
}
.seal_table_wrap table th p {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
@media print, screen and (min-width: 668px) {
.seal_table_wrap table th p {
	background-color: #F5F3ED;
	padding: 5px 0;
}
.seal_table_wrap table .td_col_1 {
	display: flex;
}
}
.seal_table_wrap table .td_col_1 div {
	letter-spacing: normal;
	vertical-align: middle;
}
.seal_table_wrap table.lixil_tb .td_col_1 div {
	padding-right: 8px;
}
.seal_table_wrap table.ykk_tb .td_col_1 div {
	padding-right: 4px;
}
@media print, screen and (min-width: 668px) {
.seal_table_wrap table .td_col_2 {
	display: flex;
}
}
.seal_table_wrap table .td_col_2 div {
	letter-spacing: normal;
	vertical-align: middle;
}
.seal_table_wrap table.lixil_tb .td_col_2 div {
	padding-right: 8px;
}
.seal_table_wrap table.ykk_tb .td_col_2 div {
	padding-right: 4px;
}
.seal_table_wrap table.ykk_tb .td_col_2 .wl01 {
	width: 53px;
}
.seal_table_wrap table.lixil_tb .td_col_3 .wl01 {
	width: 53px;
}

.seal_table_wrap table.ykk_tb .td_col_2 .wy05 {
	width: 53px;
}
.seal_table_wrap table.lixil_tb .td_col_3 .wy01 {
	width: 53px;
}
.seal_table_wrap table td input[type="text"] {
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 667px) {
.seal_table_wrap table td input[type="text"] {
	font-size: 1.6rem;
}
}
.seal_table_wrap table td input[type="text"] {
	width: auto;
}
.seal_table_wrap table td select {
	width: auto;
	height: 40px;
	padding: 0 18px 0 10px;
	line-height: 28px;
	font-weight: bold;
	border: #a6a6a6 1px solid;
	border-radius: 0;
	background-color: #fff;
	background-image: url(../img/select_arrow.gif);
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media screen and (max-width: 667px) {
.seal_table_wrap table td select {
	font-size: 1.6rem;
}
}
@media print, screen and (min-width: 668px) {
.seal_table_wrap.st1 table.ykk_tb .td_col_1 .wl01 {
	width: 118px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_1 .wl02 {
	width: 93px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_1 .wl03 {
	width: 123px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_2 .wl01 {
	width: 65px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_2 .wl02 {
	width: 113px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_2 .wl03 {
	width: 60px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_2 .wl04 {
	width: 73px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_1 .wl01 {
	width: 140px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_1 .wl02 {
	width: 110px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_1 .wl03 {
	width: 123px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_2 .wl01 {
	width: 100px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_2 .wl02 {
	width: 100px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_2 .wl03 {
	width: 70px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_2 .wy05 {
	width: 190px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_1 .wy01 {
	width: 190px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_1 .wy02 {
	width: 86px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_1 .wy03 {
	width: 65px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_1 .wy04 {
	width: 105px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_1 .wy05 {
	width: 115px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_2 .wy02 {
	width: 83px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_2 .wy03 {
	width: 58px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_2 .wy04 {
	width: 58px;
}
.seal_table_wrap.st1 table.ykk_tb .td_col_2 .wy05 {
	width: 53px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_1 .wy01 {
	width: 190px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_1 .wy02 {
	width: 95px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_1 .wy03 {
	width: 100px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_1 .wy04 {
	width: 100px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_2 .wy03 {
	width: 65px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_1 .wy06 {
	width: 65px;
}
.seal_table_wrap.st1-2 table.ykk_tb .td_col_1 .wy07 {
	width: 65px;
}
.seal_table_wrap.st1-2 table .td_col_2 .wy04 {
	width: 65px;
}
}


@media print, screen and (min-width: 668px) {
.seal_table_wrap.st1 table.lixil_tb .td_col_1 .wl01 {
	width: 118px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_1 .wl02 {
	width: 93px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_1 .wl03 {
	width: 123px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wl01 {
	width: 65px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wl02 {
	width: 113px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wl03 {
	width: 60px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wl04 {
	width: 73px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_1 .wl01 {
	width: 140px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_1 .wl02 {
	width: 110px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_1 .wl03 {
	width: 123px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_2 .wl01 {
	width: 100px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_2 .wl02 {
	width: 100px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_2 .wl03 {
	width: 70px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wy05 {
	width: 190px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_1 .wy01 {
	width: 100px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_1 .wy02 {
	width: 86px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_1 .wy03 {
	width: 65px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_1 .wy04 {
	width: 105px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wy01 {
	width: 115px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wy02 {
	width: 83px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wy03 {
	width: 58px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wy04 {
	width: 58px;
}
.seal_table_wrap.st1 table.lixil_tb .td_col_2 .wy05 {
	width: 53px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_1 .wy01 {
	width: 175px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_1 .wy02 {
	width: 95px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_2 .wy01 {
	width: 115px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_2 .wy02 {
	width: 115px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_2 .wy03 {
	width: 65px;
}
.seal_table_wrap.st1-2 table.lixil_tb .td_col_2 .wy04 {
	width: 65px;
}
}




.seal_table_wrap table td select::-ms-expand {
	display: none;
}
@media screen and (max-width: 667px) {
	.table_wrap table {
		margin-top: 20px;
	}
	.table_wrap table thead th {
		padding: 6px 0;
		font-size: 1.3rem;
	}
	.table_wrap table tbody th {
		padding: 6px 0;
		vertical-align: middle;
	}
	.table_wrap table tbody td {
		padding: 6px 0;
		vertical-align: middle;
	}
	.table_wrap table tbody td label {
		font-size: 1.2rem;
	}
	.table_wrap table tbody td .unit {
		display: none;
	}
	.table_wrap table tbody td :placeholder-shown {
		color: #aaa;
	}
	.table_wrap table tbody td ::-webkit-input-placeholder {
		color: #aaa;
	}
	.table_wrap table tbody td :-moz-placeholder {
		color: #aaa;
		opacity: 1;
	}
	.table_wrap table tbody td ::-moz-placeholder {
		color: #aaa;
		opacity: 1;
	}
	.table_wrap table tbody td :-ms-input-placeholder {
		color: #aaa;
	}
	.seal_table_wrap table {
		margin-bottom: 40px;
	}
	.seal_table_wrap table .td_col_1 {
		width: auto;
	}
	.seal_table_wrap table .td_col_1 div {
		display: block;
		padding: 5px 0;
	}
	.seal_table_wrap table .td_col_2 {
		width: 40%;
	}
	.seal_table_wrap table .td_col_2 div {
		display: block;
		padding: 5px 0;
	}
	.seal_table_wrap table td.td_col_2 p:after {
		display: none;
	}
	.seal_table_wrap table .td_col_3 {
		width: 70px;
	}
	.seal_table_wrap table th .w01 {
		width: auto;
		margin-right: 0;
	}
	.seal_table_wrap table th .w02 {
		width: auto;
		margin-right: 0;
	}
	.seal_table_wrap table th .w03 {
		width: auto;
	}
	.seal_table_wrap table td {
		padding: 6px 5px !important;
	}
	.seal_table_wrap table td input[type="text"] {
		width: 100% !important;
	}
	.seal_table_wrap table.lixil_tb td.td_col_2 input[type="text"].wy05 {
		width: 55% !important;
	}
	.seal_table_wrap table.ykk_tb td.td_col_2 input[type="text"].wy05 {
		width: 50% !important;
	}
	.seal_table_wrap table td.td_col_2 .setbox {
		text-align: right;
	}
	.seal_table_wrap table td select {
		width: 100%;
		padding: 0 16px 0 5px;
		background-position: calc(100% - 5px) center;
		background-size: 8px auto;
	}
	.seal_table_wrap table td span.unit {
		display: block;
		margin: 0;
	}
	.detail_table_wrap table tbody td input[type="text"].w01, .detail_table_wrap table tbody td input[type="text"].w02 {
		width: 50px;
	}
	.seal_att .att_list {
		float: none;
		width: auto;
	}
	.seal_att figure {
		float: none;
		text-align: center;
	}
}
.error .att_list li {
	font-weight: bold;
	color: #D1553D;
	text-align: center;
}
.error .att_list {
	padding:5px 0;
}

.notes-list li {
	padding: 3px 0;
	position: relative;
    padding-left: 14px;
}
.notes-list li:before {
	content:"・";
	vertical-align: top;
	position: absolute;
    left: 0;
}

.ami-type_box {
	background-color: #f6f4ee;
	padding: 15px;
}

.ami-type_radio {
	display: block;
	background-color: #fff;
	padding: 6px;
}

@media (max-width: 667px) {
	.sm-scroll {
		position: relative;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.sm-scroll::-webkit-scrollbar{
		height:10px;
		padding-top: 10px;
	}/*バーの太さ*/
	
	.sm-scroll::-webkit-scrollbar-track{
		background:#ccc;
	}/*バーの背景色*/
	
	.sm-scroll::-webkit-scrollbar-thumb{
		background:#fabe00;
	}/*バーの色*/
	
	.sm-scroll li {
		white-space: normal;
		width: 200px;
		display: inline-block;
	}
	
	.sm-scroll-poster::before {
		display: block;
		position: absolute;
		content: "";
		width: 150px;
		height: 150px;
		background-image: url("../img/slide.png");
		top: calc(50% - 75px);
		left: calc(50% - 75px);
	}
	.sm-scroll-poster-none::before {
		background-image:none;
	}
}
/* ------------------------------------
エラー
------------------------------------ */
/* エラー表示 */
.errors {
	margin-bottom: 60px;
	padding: 20px;
	border: #D1553D 3px solid;
	color: #D1553D;
}

.errors h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.errors h3 span {
	display: block;
	margin-bottom: 6px;
}
.errors .att_list {
	max-width: 640px;
	margin: auto;
}

.errors .att_list .link_has_arrow {
	display: inline-block;
	padding-left: 15px;
}

.errors .att_list .link_has_arrow a {
	color: #D1553D;
}

.error {
	margin: 30px 0;
	padding: 10px;
	text-align: left;
	color: #D1553D;
}
.error .att_list {
	max-width: 700px;
	margin: auto;
	font-weight: bold;
}
.error p {
	text-align: center;
	font-weight: bold;
}
.error p.has_icon:before {
	padding-right: 4px;
	font-family: FontAwesome;
	content: "\f00c";
	font-weight: normal;
}
.att_list li {
	position: relative;
	padding-left: 1.5em;
}

#error_message .att_list li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	content: "\f00c";
	font-weight: normal;
}

.att_list li.no_ico:before {
	display: none;
}

.att_list li em {
	color: #D1553D;
}
.att_list li a {
    color: #D1553D !important;
    font-weight: bold;
    text-decoration: underline;
}
/* カート
----------------------------------------------------*/
/*
input[type=button] {
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 1.8rem;
	cursor: pointer;
}

.estimate {
	border-top: 5px solid #f2f2f2;
	margin-top: 60px;
	padding-top: 30px;
}
	.estimate .estimateButton {
		border: 2px solid #222;
		background-color: #fff;
		color: #222;
		cursor: pointer;
	}
		.estimate .estimateButton:hover, .estimate .estimateButton:focus {
			border-color: #a5001e;
			background-color: #fff;
			color: #a5001e;
		}
	.estimate p {
		margin-top: 15px;
		line-height: 1.3;
	}

.cart_box {
	margin-top: 50px;
}
.cart_box .item_img {
	text-align: center;
}
.cart_box .item_detail .itemName {
	font-size: 1.6rem;
	font-weight: bold;
}

#summary {
	background-color: #f2f2f2;
	margin-top: 15px;
	padding: 10px 15px;
}
.multi_message {
	margin-left: 20px;
}

.cart_box .value01 {
	margin-top: 15px;
}
	.cart_box .value01 p {
		display: inline-block;
		color: #a5001e;
		font-size: 1.8rem;
	}
	.cart_box .value01 #utiwake {
		display: block;
	}

.cart_box .value02 {
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}
	.cart_box .value02 select {
		min-width: 80px;
	}
	.cart_box .value02 .qty label {
		margin-right: 15px;
	}
	.cart_box .value02 p {
		margin-top: 6px;
		color: #a5001e;
	}
	.cart_box .value02 .total {
		background-color: #fde8e8;
		margin-top: 15px;
		padding: 12px 20px;
		text-align: right;
	}
		.cart_box .value02 .total #totalprice {
			display: inline-block;
			margin: 0 10px;
			color: #222;
			font-size: 3.6rem;
			font-weight: bold;
			line-height: 1.0;
		}
		.cart_box .value02 .total .soryohosoku {
			font-size: 1.1rem;
		}

.cart_box .cartNote {
	border: 1px dotted #999;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 1.2rem;
}


.cart_box .intoCart {
	margin-top: 20px;
}
	.cart_box .intoCart .cartButton {
		border: 1px solid #d58512;
		background-color: #ec971f;
		width: 100%;
		color: #fff;
	}
		.cart_box .intoCart .cartButton:hover, .cart_box .cartButton:focus {
			border-color: #ec971f;
			background-color: #985f0d;
		}
		.cart_box .intoCart .cartButton[disabled] {
			border-color: #9fa0a0;
			background-color: #9fa0a0;
			cursor: not-allowed;
		}
			.cart_box .intoCart .cartButton[disabled]:hover,
			.cart_box .intoCart .cartButton[disabled]:focus {
				border-color: #9fa0a0;
				background-color: #9fa0a0;
			}
.cart_box .again {
	margin: 20px 0;
}
	.cart_box .again .againButton {
		border: 1px solid #8c8c8c;
		background-color: #fff;
		width: 100%;
	}
		.cart_box .again .againButton:hover, .cart_box .againButton:focus {
			border-color: #8c8c8c;
			background-color: #e6e6e6;
		}
*/
/* ------------------------------------
以下見積もり部分
------------------------------------ */
/* お見積もり金額 */
.sec_price_wrap {
	margin-top: 60px;
	padding-top: 50px;
}

.sec_price {
	margin: 0 auto;
}

.sec_price h3 {
	position: relative;
	max-width: 520px;
	margin: 0 auto 45px;
	padding: 15px;
	text-align: center;
	line-height: 1.2;
	font-size: 2.0rem;
	border: #f2f2f2 5px solid;
}

.sec_price h3:after {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #f2f2f2;
	position: absolute;
	left: 50%;
	bottom: -28px;
}

.sec_price h3 span {
	font-size: 1.6rem;
}

.sec_price table {
	margin: 20px auto 40px;
	width: 450px;
}

.sec_price tr {
	border-bottom: 1px dotted #999;
}

.sec_price th {
	text-align: left;
}

.sec_price td {
	color: #D1553D;
	text-align: right;
}

.sec_price .p_price_kingaku2_0 td {
	font-size: 3.2rem;
}

.sec_price .p_price_kingaku2_1 td {
	font-size: 2.8rem;
}

.sec_price .p_price_kingaku2_2 td {
	font-size: 3.6rem;
}

.sec_price .p_price_kingaku2_3 th {
	padding: 5px 10px;
}

.sec_price td span {
	margin-left: 5px;
	font-size: 1.8rem;
}

.sec_price .attention {
	max-width: 520px;
	margin: 30px auto auto;
	color: #D1553D;
	text-align: center;
}

/* お選びいただいた項目 */
.sec_price_detail {
	margin-top: 60px;
}

.sec_price_detail h3 {
	color: #092929;
	border-bottom: 2px solid #092929;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.sec_price_detail table.p_price_tbl {
	margin-top: 30px;
	width: 100%;
}

.sec_price_detail .p_price_tbl th {
	border: 1px solid #999;
	background-color: #f2f2f2;
	padding: 8px;
	font-size: 1.2rem;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
}

.sec_price_detail .p_price_tbl th.table_th {
	width: 130px;
}

.sec_price_detail .p_price_tbl td {
	border: 1px solid #999;
	padding: 8px;
	vertical-align: middle;
}

.sec_price_detail .p_price_tbl td > img {
	vertical-align: top;
	margin-left: 10px;
}

.sec_price_detail .p_price_tbl td .a_seihin_syousai_01 {
	margin-top: 15px;
}

.sec_price_detail .p_price_tbl table {
	margin-top: 8px;
	line-height: 1.2;
	width: 100%;
}
/*
.sec_price_detail .p_price_tbl table .col_1 {
	width: 32px;
}

.sec_price_detail .p_price_tbl table .col_2, .sec_price_detail .p_price_tbl table .col_3 {
	width: 140px;
}

.sec_price_detail .p_price_tbl table .col_4 {
	width: 150px;
}

.sec_price_detail .p_price_tbl table .col_5 {
	width: 150px;
}

.sec_price_detail .p_price_tbl table .col_6 {
	width: 120px;
}
*/
.sec_price_detail .p_price_tbl table th {
	background-color: #ace2f3;
	text-align: center;
}

.sec_price_detail .p_price_tbl table td {
	text-align: center;
}

.sec_price_detail .p_price_tbl table .cell_type_1 {
	background-color: #fde8e8;
	vertical-align: middle;
}

.sec_price_detail .p_price_tbl table .cell_type_2 {
	background-color: #f9e5cd;
	vertical-align: middle;
}

.sec_price_detail .p_price_tbl table .cell_type_3 {
	background-color: #f9a9a9;
	vertical-align: middle;
}

.sec_price_detail .p_price_tbl .cmp {
	color: #a5001e;
}

.sec_price .souryouprice_msg {
	font-size: 1.4rem;
}
/* 見積もりをやり直す */
.p_price_reset {
	margin-top: 80px;
}

/* カートボタン */
.intoCart {
	margin: 0 auto;
	width: 320px;
	text-align: center;
}

.intoCart .cartButton {
	border: none;
	background-color: #fcb60e;
	background-image: url(../img/cart_icon.png), url(../img/cart_arrow.png);
	background-repeat: no-repeat;
	background-position: 65px center,244px center;
	width: 100%;
	font-size: 18px;
	color: #fff;
	border-radius: 0;
	padding: 20px 10px 20px 30px;
}

.intoCart .cartButton:hover {
	transition: 0.5s;
	opacity: 0.8;
}

.cartButton:focus {
	border-color: #ec971f;
	background-color: #985f0d;
}

/* 見積もりをやり直すボタン */
.again {
	margin: 0 auto 110px;
	max-width: 380px;
	text-align: center;
}

.again .againButton {
	display: block;
	width: 100%;
	padding: 8px 10px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	border: #222 3px solid;
	background: transparent;
	border-radius: 0;
}

.again .againButton:after {
	padding-left: 4px;
	font-family: FontAwesome;
	content: "\f054";
}

.again .againButton:hover {
	color: #a5001e;
	border-color: #a5001e;
}

.againButton:focus {
	border-color: #8c8c8c;
	background-color: #e6e6e6;
}

@media (max-width: 667px) {
	/* お見積もり金額 */
	.sec_price_wrap {
		margin-top: 30px;
		padding-top: 30px;
	}
	.sec_price {
		width: 100%;
	}
	.sec_price h3 {
		font-size: 1.8rem;
	}
	.sec_price h3 span {
		font-size: 1.3rem;
	}
	.sec_price table {
		margin-bottom: 20px;
	}
}

@media (max-width: 667px) and (max-width: 500px) {
	.sec_price table {
		width: 100%;
	}
}

@media (max-width: 667px) {
	.sec_price th, .sec_price td {
		padding: 6px 0;
	}
	.sec_price .p_price_kingaku2_0 td {
		font-size: 1.6rem;
	}
	.sec_price .p_price_kingaku2_1 td {
		font-size: 1.4rem;
	}
	.sec_price .p_price_kingaku2_2 td {
		font-size: 1.8rem;
	}
	.sec_price td span {
		font-size: 1.2rem;
	}
	.sec_price .attention {
		margin-top: 20px;
	}
	/* お選びいただいた項目 */
	.sec_price_detail .p_price_tbl th.table_th {
		display: block;
		border: none;
		width: 100%;
	}
	.sec_price_detail .p_price_tbl td {
		border: 1px solid #999;
		padding: 8px 0;
		vertical-align: middle;
	}
	.sec_price_detail .p_price_tbl td.table_td {
		display: block;
		border: none;
	}
	.sec_price_detail .p_price_tbl td > img {
		vertical-align: top;
	}
	.sec_price_detail .p_price_tbl td .a_seihin_syousai_01 {
		margin-top: 15px;
	}
	.sec_price_detail .p_price_tbl table {
		margin-top: 8px;
		font-size: 1.2rem;
	}
	/*
	.sec_price_detail .p_price_tbl table .col_1 {
		width: 32px;
	}
	.sec_price_detail .p_price_tbl table .col_2, .sec_price_detail .p_price_tbl table .col_3 {
		width: 140px;
	}
	.sec_price_detail .p_price_tbl table .col_4 {
		width: 70px;
	}
	.sec_price_detail .p_price_tbl table .col_5 {
		width: 120px;
	}
	.sec_price_detail .p_price_tbl table .col_6 {
		width: 130px;
	}
	*/
	.sec_price_detail .p_price_tbl table th, .sec_price_detail .p_price_tbl table td {
		padding: 8px 2px;
		text-align: center;
	}
	.sec_price_detail .p_price_tbl table .cell_type_1 {
		background-color: #fde8e8;
		vertical-align: middle;
	}
	.sec_price_detail .p_price_tbl table .cell_type_2 {
		background-color: #fdf5eb;
		vertical-align: middle;
	}
	.sec_price_detail .p_price_tbl table .cell_type_3 {
		background-color: #D1553D;
		color: #fff;
		vertical-align: middle;
	}
	/* 薄いピンク */
	/* 薄い黄色 */
	/* ピンク */
	/* 見積もりをやり直す */
	.p_price_reset {
		margin-top: 50px;
	}
	/* カートボタン */
	.intoCart, .again {
		width: 100%;
	}
	.intoCart .cartButton {
		background-position: calc(50% - 78px) center, calc(50% + 95px) center;
	}
	/* 見積もりをやり直すボタン */
}






/* トップエラーメッセージ */
#error_message { display: none; }
#error_ct-sash,#error_ct-sash_str,
#error_nosash_str,#error_sash_str,#error_color_str,#error_ami_str,#error_haisou_area_str,#error_option_hb-type_str,#error_sec_page_step1 { display: none; }
/* STEP1 エラー */
.table_wrap table tbody tr.no_pd { display: none; }
/* 「追加で別の型番の網戸を買う」ボタンを押すと表示 */
.table_wrap table tbody tr.more_sash, div.more_sash { display: none; }
/* 「追加で別の型番の網戸を買う」ボタン(特注)を押すと表示 */
.table_wrap table tbody tr.more_ctsash { display: none; }
/* STEP1 エラーメッセージ */
.error_ct-sash_msg_new,.error_ct-sash_msg_oksash,.error_ct-sash_msg_nosash,.error_ct-sash_msg_noamido,.error_ct-sash_msg_noinp,
.error_sash_msg_noinp,.error_sash_msg_nosash { display: none; }
/* STEP2～5 */
#sec_page_step2,#sec_page_step3,#delivery_area,#home-busi { display: none; }
/* STEP1～5 エラー */
.error { display: none; }

#souryouprice_ng th p {
	padding-left: 15px;
	color: #D1553D;
}
#intoCart:disabled {
	background-color: #a6a6a6;
}