/**
 * 15_duct
 * pc.css
 */

.title {
	background-image: url("../img/title.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 870px;
	height: 200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
    position: relative;
}

/*.title h1 {
	color: #fff;
	text-shadow: 3px 2px 20px #000;
	text-align: left;
	font-size: 52px;
	line-height: 4em;
	font-weight: 700;
	margin: 0 0 0 180px;
	letter-spacing: -0.07em;
}*/
#main h1.headingTop {
    text-align: center;
    position: absolute;
    font-size: 2.7em;
    color: #fff;
    font-weight: bold;
    top: 40%;
    left: 63%;
    width: 75%;
    text-shadow: 3px 2px 20px #000;
    transform: translate(-50%);
}
#main h1.headingTop02 {
    text-align: center;
    position: absolute;
    font-size: 2.7em;
    color: #fff;
    font-weight: bold;
    top: 32%;
    left: 61%;
    width: 75%;
    text-shadow: 3px 2px 20px #000;
    transform: translate(-50%);
}

#main .headingTopSub{
    position: absolute;
    top: 72%;
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 0;
    width: 56%;
    text-align: center;
    left: 60%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.7);
    border: 2px #a5967e dashed;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 70%);
}

#main .pc-only {
	display: inline-block;
}

#main section {
	margin-bottom: 40px;
}

#menu {
	margin-bottom: 40px;
}

#main .listHeading.subTitle{
	margin: 10px 0;
}

#main .listHeading.subTitle.center{
	text-align: center;
}

#main .listHeading.subTitle02{
	margin: 10px 0 10px 10px;
}

#main .div_03 {
	padding: 5px;
	line-height: 1.2;
	font-size: 16px;
}

#main .gImg {
	float: left;
	display: block;
	margin-right: 10px;
}

#main .floatL {
	float: left;
	width: 548px
}

#main ul.gList li {
	float: left;
	width: calc(33.33% - 7px);
	box-sizing: border-box;
	    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
#main ul.gList p.listHeading{
	font-size: 0.9em
}
#main ul.gList2 li {
	float: left;
	width: calc(50% - 10px);
}
#main a.w100 {
	width: 100%;
}
#main p.gTxt {
	line-height: 1.5;
	margin: 30px 0;
}

#main p.pTxt {
	line-height: 1.5;
}
#main .links .imgListBox{
    margin: 20px 0 0;
}
#main .links .imgList{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 27px 0 40px;
}
#main .links .imgList li{
	width: calc(33.33% - 7px);
        margin: 0 0 1em;
}
#main .links .imgList.piece2 li{
	width: calc(50% - 7px);
        margin: 0 0 1em;
}

#main .ml {
	margin: 5px 0px 5px 20px;
}

#main .mb0 {
	margin-bottom: 0px !important;
}

#main .mt15 {
	margin-top: 15px !important;
}
#main .mt20 {
	margin-top: 20px;
}

#main .mt10 {
	margin-top: 10px;
}

#main .mb5 {
	margin-bottom: 5px;
}

#main .mr10 {
	margin-right: 10px;
}

#main .mr20 {
	margin-right: 20px;
}

#main .w100 {
	width: 100%;
}

#main .w80 {
	width: 80%;
}

#main .mb0 {
	margin-bottom: 0;
}

#main .mb10 {
	margin-bottom: 10px;
}

#main .mb20 {
	margin-bottom: 20px;
}

#main .mb30 {
	margin-bottom: 30px;
}

/*diyblock.html*/
#main .table01{
	width:100%;
	text-align:center;
	border-collapse:collapse;
}
#main .table01 th{
	background-color:#f0dec8;
    padding: 10px 0;
}
#main .table01 th.diybImg{
	background-color:#fff;
}
#main .table01 th, td{
	border:#ccc solid 1px;
}
#main .table01 tr.btncell td{
	padding: 20px 10px;
}
#main .white{
	background-color:#fff;
    padding: 10px 0;
}
#main .black{
	background-color:#000;
	color:#fff;
    padding: 10px 0;
}
#main .blue{
	background-color:#1f6f8a;
	color:#fff;
    padding: 10px 0;
}
#main .green{
	background-color:#01655d;
	color:#fff;
    padding: 10px 0;
}
#main .red{
	background-color:#e84560;
	color:#fff;
    padding: 10px 0;
}
#main .btn2h {
    display: inline-block;
    padding: 0.78em 1em;
    text-decoration: none;
    color: #e16a0f !important;
    border: solid 2px #e16a0f;
    border-radius: 3px;
    transition: .4s;
    /* text-align: left; */
    font-weight: bold;
    width: 155px;
}
#main .btn2h:hover {
    background: #e16a0f !important;
    color: white !important;
}
a {
	text-decoration: none;
}

/*kouzai.html*/
#main .w65 {
	width: 65%;
}
#main .w25 {
	width: 25%;
}
#main .tabtn{
	text-align:right;
}

#main .backbtn{
	margin: 20px 0;
}
#main li.bdr{
	box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
	padding: 10px
}

#main h3.movie{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 25px
}
#main .howto.cols2-1 li a .linksImg img{
	width: 150px
}
#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
}

    #main .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    #main .eventbnr li{
    width: calc(50% - 10px);
    margin: 0 10px 20px 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
        align-items: center;
    }
    #main .eventbnr li a{
    display: flex;
    }
    #main .eventbnr li .linksTxt{
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    #main .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.5em 0;
	font-weight: 700;
    font-size: 1em;
}
#main .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(90% - 20px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    #main .eventbnr li .linksImg{
    margin: auto 15px auto auto;
    width: calc(30% - 20px);
    display: flex;
    align-items: center;
    }
    #main .eventbnr li .linksImg img {
    width: 100%;
}

#main h2.headingMiddle {
    margin: 40px 0 20px 0;
}
#main h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
#main h3.checkPoint .st0{fill:#aaaaaa;}
#main h3.checkPoint .st1{fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;}
#main h3.checkPoint.h2under {
    margin: 20px 0 20px 0;
}
#main h3.checkPoint span {
    margin: 0 0 0 20px;
}
#main p.subTxt{
    line-height: 1.2;
}
#main p.subTxt.headml{
    margin: 0 0 0 13%;
}
#main img.example{
    width: 100%;
}
#main ul.features{
    display: flex;
    flex-wrap: wrap;
}
#main ul.features .topic{
    list-style-type: disc;
    margin: 10px 0 10px 20px;
    width: 100%;
    font-feature-settings: "palt" 1;
}
#main .gardenracks{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#main .gardenracks .grImg{
    width: 38%;
}
#main .gardenracks .grImg img{
    width: 100%;
}
#main .gardenracks .grTxt{
    width: 60%;
}
#main .gardenracks .grTxt p{
    line-height: 1.2;
    margin: 0 0 1em 0;
}
#main .gardenracks .grTxt .grBtns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .gardenracks .grTxt .grBtns li{
    width: 48%;
}
#main .simpsonkits{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .simpsonkits li{
    width: calc(33.3% - 10px);
}
#main .simpsonkits li a img{
    width: 100%;
}
#main .simpsonkits li a.btnRadius02{
    margin: 10px 0 0 0;
}
#main .simpsonkits li .skGoods{
    display: flex;
    flex-wrap: wrap;
}
#main a.goodsLink{
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px 10px;
}
#main .goodsLink02{
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}
#main .goodsLink02 a.goodsFlex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#main .goodsLink02 a.goodsFlex img{
    width: 50%;
}
#main a.goodsFlex p.listHeading.subTitle{
    margin: 0 0 0 10px;
}
#main .goodsLink02 p{
    margin: 10px 0 0;
}
#main .featureBox{
    border: 3px solid #ea6d0d;
    margin: 30px 0;
    box-sizing: border-box;
    padding: 30px 10px 10px;
    position: relative;
}
#main .featureBox .fBTitle{
    position: absolute;
    color: #fff;
    padding: 10px 30px;
    background: #ea6d0d;
    top: -25px;
    border: 5px solid #fff;
    box-sizing: border-box;
    font-size: 1.25em;
}
#main .featureBox ul{
    display: flex;
    flex-wrap: wrap;
}
#main .featureBox ul .topic{
    list-style-type: disc;
    margin: 10px 0 10px 40px;
    width: 45%;
    font-size: 1.25em;
}
#main .goodsOver {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
}
#main .goodsOver li {
    width: calc(50% - 10px);
}
#main .goodsOver li.wide {
    width: 100%;
}
#main .goodsOver li img{
    width: 100%;
}
#main .goodsOver li ul.capture{

}
#main .goodsOver li ul.capture li{
   width: 100%;
}
#main .goodsOver li ul.capture li img{
   width: 100%;
}
#main .goodsOver li div.setsumei{

}
#main .goodsOver li div.setsumei p.listHead01{
font-size: 1.25em;
    font-weight: bold;
    padding-bottom: 0.3rem;
    margin-bottom: 0.625rem;
    line-height: 1.3;
    font-feature-settings: "palt" 1;
    text-align: left;
}
#main .goodsOver li div.setsumei p.text_summary01{
margin-bottom: 0;
    margin-top: 1em;
    font-size: 1.125rem;
    text-align: left;
}
#main .goodsOver li div.setsumei p.text_summary02{
margin-bottom: 2em;
    margin-top: 1em;
    text-align: left;
    line-height: 1.5;
}
#main div.goodsBtn{
    margin: 1em 0 0 0;
}
#main div.goodsBtn02{
    margin: 1em 0 0 0;
}
#main div.goodsBtn02 a{
    margin: 1em 0 0 0;
}
#main div.clearfix{
    margin: 0 0 80px 0;
}
#main .title_border_b-solid {
    margin: 1.5rem 0 1.25rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2em;
}
#main .title_border_b-solid span {
    border-bottom: solid 2px #000;
    padding-bottom: 0.25rem;
}
#main .imgBox06 {
    width: 100%;
    display: flex;
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .leftimg {
    width: 48%;
    text-align: center;
}
#main .leftimg div.goodsBtn{
    margin: 0 0 2em 0;
    padding: 0 3em;
}
#main .leftimg img{
    width: 100%;
}
#main .youtube{
    margin: 0 0 80px;
}
#main .breadcrumb {
box-sizing: border-box;
color: #83838f;
display: flex;
flex-wrap: wrap;
font-size: 0.875em;
line-height: 1.5;
margin-bottom: 10px;
}
#main .breadcrumb a{
color: #83838f !important;
text-decoration: none;
}
#main .ironwallfhook{
    display: flex;
    align-items: center;
}

/*241203*/
#main .price_introduction {
	display: flex;
	flex-wrap: wrap;
}

#main .price_introduction li {
	border: 1px #ccc solid;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
}

#main .price_value {
padding-right: 10px;
}

#main .topic_title {
	font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0;
}


#main .price-box {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	line-height: 1.2;
}

#main .price_block {
	display: flex;
    flex-wrap: wrap;
    margin-top: 2em 0 2em;
	justify-content: flex-end;
	
}

#main .price_value .price_red {
	color: red;
	font-size: 3em;
    font-weight: bold;
}
#main .price_value .price_en {
	color: red;
	font-size: 2em;
} 
#main .price_tax {
	margin-right: 10px;
}
#main .price_introduction .btnRadius02 {
	font-size: 1em;
}

#main .price_introduction.col-01 {
	
}
#main .price_introduction.col-01 li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 1em;
}

#main .price_introduction .left-section {
	margin-right: 20px;
	width: 45%;
}

#main .price_introduction .right-section {
	
	width: 50%;
}

#main .introduction.col-01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
} 



#main .introduction.col-01 .btnRadius02 {
	border-radius: 40px;
    font-weight: bold;
    width: 50%;
    height: 100%;
    color: #FFF;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 30px auto;
    font-size: 1em;
}

#main .introduction.cols-03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
} 

#main .introduction.cols-03 li {
	width: calc(33% - 5px);
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}

#main .introduction.cols-03 .listHeading.subTitle {
	text-align: center;
	min-height: 40px;
}

#main .cols-03 .btnRadius02 {
	border-radius: 40px;
    font-weight: bold;
    width: auto;
    height: 100%;
    color: #FFF;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 0px;
    font-size: 1em;
}

#main .introduction.cols4-1 {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1em;
    }
	
#main .introduction.cols4-1 li {
	
	width: calc(25% - 5px);
	padding: 5px 5px 10px;
	border: 1px #ccc solid;
    box-sizing: border-box;
    border-radius: 5px;
    }
	


#main .introduction.cols4-1 li .btnRadius02{
	border-radius: 40px;
    font-weight: bold;
    width: auto;
    height: 100%;
    color: #FFF;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
	
}

#main .introduction.cols4-1 .listHeading.subTitle {
	text-align: center;
	min-height: 40px;
}

#main .links.cols2-1.mb20 .ironwallfhook {
	width: 100%;
	margin:0;
}

#main .introduction.cols-03.noborder li {
	border: none;
	width: calc(100% / 3);
	padding: 0;
}

#main .workleg .btnRadius02 {
	width: 50%;
	
}

#main .border-box {
	border: solid #ccc 1px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 40px;
}

#main .right-section .add-margin {
	display: flex;
	flex-direction: column;
    justify-content: space-around;
	height: 70%;
}
