﻿/**
 * 17_mesh_fence
 * sp.css
 */
body {
    font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.title {
	background-image: url("../image_210112/title.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 150px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

h1 {
	color: #FFF;
	text-align: left;
	font-weight: 700;
	font-size: 12.5vw;
	margin-left: 10px;
	text-shadow: 3px 2px 20px #000000;
}

#catchCopy {
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	margin: 20px 10px;
}

#main .pList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main .pList li {
	width: 100%;
	margin-bottom: 20px;
	display: inline;
}

#main .pList li a {
	display: block;
}

#main .pListImg {
	text-align: center;
}

#main .pListTxt {
	position: relative;
	height: 4em;
	width: 100%;
	margin: auto;
}

#main .cols2-1.colsinbtn li{
	width: calc(50% - 5px);
    margin-right: calc(10px / 1);
    margin-bottom: 20px;
}

#main .cols2-1.colsinbtn li:nth-child(2n){
    margin-right: 0;
}

#main .cols2-1.colsinbtn li.lastbtn{
	width: 100%;
    margin-right: 0;
}

#main .ykktitle{
    margin: auto;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
}
#main .ykktitle > *:not(:first-child) {
    margin-left: 10px;
}

#main .ykktitle .ykk_rogo {
	width: 60px;
    height: auto;
    display: block;
}
#main .ykktitle .new_icon {
    width: 100px;
    height: auto;
    display: block;
}
#main .ykktitle p{
	font-size: 1.25em;
    line-height: 1.2em;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 70px);
    flex-direction: column;
    align-content: flex-start;
}
#main .ykktitle .title-span {
	
}

#main .cols2-1.fence_sims li {
    border: 1px solid #bbb;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
    #main .cols2-1.fence_sims .menu-btn-list {
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }
    #main .cols2-1.fence_sims .menu-btn-list.col-1 li {
        width: 100%;
        border:none;
        box-shadow: none;
        margin: 0;
    }

#main .pList p.listHeading {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}

#main .fsMedium {
	font-size: 16px;
	padding: 0.75em 1em;
}

table.borderGlay {
	vertical-align: middle;
	border: 1px #CCCCCC solid;
	margin: 15px auto;
}

table.borderGlay a {
	text-decoration: none;
}

table.borderGlay th,
table.borderGlay td {
	border: 1px #CCCCCC solid;
	vertical-align: middle;
	line-height: 30px;
	padding: 4px;
	text-align: center;
}

table.borderGlay th {
	font-weight: 700;
	background-color: #E16A0F;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em
}

table.borderGlay td {
	font-size: 0.9em
}

table.borderGlay td.img1 a {
	display: block;
	width: 100%;
	height: 100%;
}

table.borderGlay td.img1 a:hover {
	background-color: #fdd0ad;
}

div#wrap table.borderGlay td.img1 a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: #fdd0ad
}


.table_001_l img {
	float: left;
}

.table_001_r img {
	float: left;
}

.table_001_l .img2 img {
	float: none;
	margin: auto;
}

.table_001_r .img2 img {
	float: none;
	margin: auto;
}

#main table.borderGlay2 th,
#main table.borderGlay2 td {
	border: 1px #CCCCCC solid;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#main section {
	margin-bottom: 40px;
}

#main .mt10 {
	margin-top: 10px;
}

#main .mb20 {
	margin-bottom: 20px;
}

#main .w100 {
	width: 100%;
    height: auto;
}

#main .img_hook_bolt {
	width: 190px;
	height: 100px;
}

#main .img {
	width: 100%;
}

/* =============================================

	220428_フェンス特集_修正依頼

============================================= */

/* 共通項目
 
====================================================*/

/*--- margin ---*/
.maindesign .mb40 {margin-bottom: 40px;}

/*--- パンくず ---*/
.breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
}

.breadcrumb a {
    color: #83838f !important;
    text-decoration: none;
}

#container-all a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    zoom: 1;
    background-color: #fff;
}

/* =============================================

	関連特集
 
====================================================*/
.maindesign .eventbnr li{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0.3em;
	position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
	
.maindesign .eventbnr li .linksImg{
    margin: auto 5vw auto 3vw;
    width: 100%;
    display: flex;
    align-items: center;
}
	
.maindesign .eventbnr li a{
    display: flex!important;
    flex-direction: row-reverse;
	padding-bottom: 8px;
	padding-top: 8px;
}
	
.maindesign .eventbnr li .linksTxt p span {
    width: calc(100% - 20px);
	font-weight: normal;
    font-size: 0.8em;
	line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}

.maindesign .eventbnr li .linksTxt p.listHeading img{
	margin-bottom: 10px;
	width: 100%;
}

/* ================================================

	220726_フェンス特集_商品追加に伴うページ内容修正依頼

=================================================== */

/* 共通項目
====================================================*/
/*　タイトルデザイン　*/
.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 40px 0 10px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}

.maindesign h3.checkPoint svg{
	width: 2em;
	height: 2em;
}

.maindesign h3.checkPoint .st0{fill:#aaaaaa;}

.maindesign h3.checkPoint .st1{
	fill:none;
	stroke:#ffffff;
	stroke-width:3;
	stroke-miterlimit:10;
}

.maindesign h3.checkPoint .st2 {fill: #ffffff;}

.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}

/*　ボタンデザイン　*/
.maindesign a.orangeBtn {
    background: #EA6D0D;
}

/* margin */
.maindesign .mt20 {
	margin-top: 20px;
}

#main .maindesign .mt80 {
    margin-top: 80px;
}

/*　フォントサイズ　*/
.maindesign .nav_fs {
	font-size: 3vw;
}

/* 美WOOD　シンプルボーダーフェンス
====================================================*/
.maindesign .bi_wood {
    margin: 60px 0;
}

.maindesign .width_100 {
    width: 100%;
}

.maindesign .bi_wood_txt {
    margin-bottom: 30px;
	line-height: 1.5;
}

/*　カラーバリエーション　*/
.maindesign .bi_wood_color_contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .bi_wood_color_contents ul li {
    flex-basis: calc(100% / 2 - 10px);
	margin-bottom: 20px;
}

.maindesign .bi_wood_color_contents ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.maindesign .bi_wood_color_contents ul li img {
    width: 100%;
}

.maindesign .bi_wood_color_contents ul li p {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

/*　施工方法を動画でわかりやすくご紹介　*/
.maindesign .btnstyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	flex-direction: column;
}

.maindesign .btnstyle li {
    /*width: calc(50% - 5px);*/
	width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ababab;
    background: #f1f1f1;
    display: flex;
    overflow: hidden;
}

.maindesign .btnstyle_movie {
	width: 100%;
}

#main .maindesign .btnstyle a {
    display: flex !important;
    align-items: center;
    width: 100%;
}

.maindesign .btnstyle .images {
    height: 6em;
    background: #fff;
    border-right: 1px solid #ababab;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

.maindesign .btnstyle_movie_contents .images img {
    height: 100%;
}

.maindesign .btnstyle_movie_contents .textBox {
    padding: 0.5em;
    font-weight: 700;
    line-height: 1.3em;
	text-align: center;
    margin: 0 auto;
}

.maindesign .btnstyle_movie_contents .arrow {
    background: #aaa;
    /*height: 100%;*/
    width: 2em;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.maindesign .btnstyle_movie_contents{
	display: flex;
}

/*　モーダル設定　*/
	.modalwindow{
		display:none;
		background:rgba(0,0,0,0.5);
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: 10000;
	}

	.bamiri{
		width:80%;
		height:80%;
		position: relative;
    	top: 50%;
    	left: 50%;
    	transform: translateY(-50%) translateX(-50%);
	}

.bamiri video{
	 position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;

}	
	.subwindow{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		border:0;
	}

	.modal_close{
		position: absolute;
   		top: 24vh;
    	right: 0;
		cursor:pointer;
	}

.youtube{
	position:relative;
	width:100%;
	padding-top:56.2%;
	/*margin-bottom:20px;*/
}

.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/*　施工手順　*/
.maindesign .bi_wood_sekou_info {
    display: flex;
    border: 1px solid #333;
	font-size: 92%;
	flex-direction: column;
}

.maindesign .bi_wood_sekou_info p {
    display: flex;
}

.maindesign .bi_wood_sekou_info p span {
    padding: 5px;
}

.maindesign .back_gray {
    color: #fff;
    background-color: #9fa0a0;
}

.maindesign .bi_wood_sekou_info .bi_wood_sekou_info_kougu span.small {
    font-size: 80%;
}

.maindesign .bi_wood_sekou_contents_detail {
    margin-top: 30px;
	display: flex;
	flex-direction: column;
}

.maindesign .sekou_contents_detail_txt {
   flex-basis: 73%;
}

.maindesign .sekou_contents_detail_txt h4 {
    display: flex;
}

.maindesign .detail_txt_order {
	color: #fff;
    background-color: #727171;
	text-align: center;
    padding: 7px 5px;
	flex-basis: 13%;
	line-height: 1.1;
}

.maindesign .detail_txt_order_number {
    font-size: 24px;
    font-weight: bold;
}

.maindesign .detail_txt_title {
    font-size: 25px;
    font-weight: bold;
    background-color: #eeefef;
    padding: 7px 10px;
	line-height: 1.2;
	flex-basis: 87%;
}

.maindesign .sekou_contents_detail_txt p {
    /*padding: 5px;*/
	padding: 10px 0 0;
    line-height: 1.5;
	font-size: 14px;
}

.maindesign .sekou_contents_detail_pic_1,.maindesign .sekou_contents_detail_pic_2 {
    /*margin-left: 10px;*/
    margin: 10px 0 20px;
}

.maindesign .sekou_contents_detail_pic_2 .sekou_contents_detail_pic_2_title,.maindesign .sekou_contents_detail_pic_2_2 .sekou_contents_detail_pic_2_title {
    font-weight: bold;
	margin-bottom: 10px;
}

.maindesign .sekou_contents_detail_pic_1 img,.maindesign .sekou_contents_detail_pic_2 img {
    width: 100%;
}

.maindesign .sekou_contents_detail_pic_2_2 img {
    /*width: 68%;*/
	width: 100%;
    margin: 0 auto;
    display: block;
}

.maindesign .sekou_contents_detail_pic_2_txt {
    font-size: 13px;
    margin-top: 5px;
}

/*　施工手順 spのみ　*/
.maindesign .bi_wood_sekou_info_sp table {
	width: 100%;
	cellspacing: 0;
	cellpadding: 0;
}

.maindesign .bi_wood_sekou_info_sp table tr {
	border: 1px solid #333;
}

.maindesign .bi_wood_sekou_info_sp table tr td:first-child {
    width: 35%;
    padding: 5px;
    text-align: center;
}

.maindesign .bi_wood_sekou_info_sp table tr td:nth-child(2) {
    padding: 10px 5px;
	line-height: 1.2;
}

/*　設置可能場所について　*/
.maindesign .bi_wood_sekou_secchi {
    margin-top: 50px;
}

.maindesign .bi_wood_sekou_secchi h4 {
    font-size: 1.25em;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: #333 1px solid;
}

.maindesign .bi_wood_sekou_secchi p.bi_wood_sekou_secchi_txt {
    margin-top: 15px;
	line-height: 1.5;
}

.maindesign .bi_wood_sekou_secchi_pic {
    margin-top: 30px;
}

.maindesign .bi_wood_sekou_secchi_pic ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}

.maindesign .bi_wood_sekou_secchi_pic ul li {
    flex-basis: calc(100% / 3 - 15px);
	margin-bottom: 30px;
}

.maindesign .bi_wood_sekou_secchi_pic ul li:last-child{
	margin-bottom: 0;
}

.maindesign .bi_wood_sekou_secchi_pic ul li .secchi_pic_title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}

.maindesign .bi_wood_sekou_secchi_pic ul li img {
    width: 100%;
}

.maindesign .bi_wood_sekou_secchi_pic ul li .secchi_pic_txt {
    margin-top: 7px;
    font-size: 14px;
	line-height: 1.2;
}

/* 施工手順　ご注意 */
.maindesign .bi_wood_sekou_secchi_gochuui {
    display: flex;
    justify-content: space-between;
	border: 1px solid #333;
    padding: 5px;
	margin-top: 30px;
	flex-direction: column;
}

.maindesign .gochuui_title {
    /*width: 4%;*/
	width: 100%;
    padding: 10px 0 7px 0;
    /*border-right: 1px solid #333;*/
	border-bottom: 1px solid #333;
	display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}

.maindesign .gochuui_title p {
	/*writing-mode: vertical-rl;*/
	writing-mode: horizontal-tb;
    /*font-size: 18px;*/
	font-size: 25px;
    font-weight: bold;
    text-align: center;
	/*padding-left: 3px;*/
	padding-left: 0.2em;
}

.maindesign .gochuui_title:before {
	content: url('');
	display: inline-block;/*忘れずに！*/
	/*width: 100%;画像の幅*/
	width: 25px;
	height: 25px;/*画像の高さ*/
	background-image: url(../image_220726/gochuui_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: center;
}

.maindesign .gochuui_txt_1 {
    flex-basis: 45%;
    /*margin-left: 10px;*/
	margin: 10px 10px 20px;
}

.maindesign .gochuui_txt_2 {
    margin: 20px 10px 10px;
}

.maindesign .gochuui_txt_1 p,.maindesign .gochuui_txt_2 p {
    line-height: 1.5;
}

.maindesign .bi_wood_sekou_secchi_gochuui .gochuui_pic {
    flex-basis: 100%;
    margin: 0 10px;
}

.maindesign .bi_wood_sekou_secchi_gochuui .gochuui_pic img {
	width: 100%;
}

.maindesign .gochuui_txt_2 p {
    font-size: 13px;
}


/* フェンス本体・柱   取付金具*/
.maindesign .bi_wood_hontai_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .bi_wood_hontai_list ul li {
    margin-bottom: 50px;
width: 100%;
}

/*.maindesign .bi_wood_hontai_list ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}*/

.maindesign .bi_wood_hontai_list ul li:last-child {
    margin-bottom: 0;
}

.maindesign .bi_wood_hontai_title  {
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.maindesign .bi_wood_hontai_pic {
    display: flex;
    justify-content: space-between;
	margin-bottom: 15px;
}


.maindesign .bi_wood_hontai_pic img {
    width: calc(100% / 2 - 10px);
}

.maindesign .bi_wood_hontai_link div:nth-child(n+1) {
    /*margin-top: 10px;*/
	margin-top: 20px;
}

.maindesign .bi_wood_hontai_link div a {
    height: 45px!important;
	flex-direction: column;
}

.maindesign .bi_wood_hontai_link_2column {
    display: flex;
    justify-content: space-between;
}

.maindesign .bi_wood_hontai_link_2column a {
	flex-basis: calc(100% / 2 - 5px);
	line-height: 1.2;
}

.maindesign .fsS {
    font-size: 0.8em;
}

.maindesign .bi_wood_kanagu_homeex {
        margin-top: 50px;
}

.maindesign .bi_wood_kanagu_homeex a {
        height: 45px!important;
}



#main .maindesign .topBtn ul li a {
	display: flex;
	align-items: center;
	height: 3.5em;
	}
.maindesign table.borderGlay th {
	   background-color: #7f4f21;
	}

/* コメリおすすめメッシュフェンス */
.maindesign .table_001_l table,.maindesign .table_001_r table {
	width: 100%;
}

/* ムービーソース */

.maindesign .frames{
	width:100%;
	max-width:900px;
	margin:auto;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	}

.maindesign .videos{
    width: 100%;
	height:100%;	
	}

.maindesign .margin_auto{
	margin:auto;
}

.maindesign .align_center{
	text-align: center;	
}

/* メッシュフェンスの取り付け方 */
.maindesign width_100 {
	width: 100%;
}

.maindesign width_60 {
	width: 60px;
}

/*コーナー金具*/
.maindesign td.corner_kanagu {
	text-align: center;
}

.maindesign td.corner_kanagu img {
	width: 249px;
	height: 157px;
}

.maindesign td.img1 a img {
	width: 30px;
	height: 30px;
}

/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示　pc3列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 10px;
}
#main .tab-menu-nav .fs-medium {
padding: 0.5rem 1.8rem 0.5rem 0.5rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
display: flex;
}
#main .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp1列表示　pc3列表示 sp1列表示---- */ 
#main .tab-menu-nav.col-1 li {
width: 100%
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items li a .feature__items--txt.sp-title {
display: flex;
align-items: center; 
}
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタン end --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
#main .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
#main .menu-btn-list li:last-child {
margin-bottom: 0 
} 
#main .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
#main .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .banner-list li {
margin-bottom: 1rem;
}
.banner-list li:last-child {
 margin-bottom: 0 
}
.banner-list p {
margin-top: 0.5rem;
line-height: 1.3; 
}
#main .banner-list p span {
margin-left: 0.5em 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
#main .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .feature__items li{
width: 100%;
margin-top: 1rem;
position: relative;
font-feature-settings: "palt"; 
}
#main .feature__items li:first-child {
margin-top: 0 
}
#main .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 12px 8px 12px 12px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
#main .feature__items li a .pickup--img{
margin: 0 10px 0 10px;
width:28% ;
}
#main .feature__items li a .feature__items--img{
margin: 0 5px 0 5px;
width:24% ;
display: flex;
align-items: center;	
}
#main .feature__items li a .feature__items--txt{
width: 76%;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.4rem;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 0.85rem;
}
/* pc3列表示 sp2列表示 */
#main .feature__items.col-3 {
}
#main .feature__items.col-3 li {
width: 48%;
margin-top: 1rem;
position: relative;
}
#main .feature__items.col-3 li:nth-child(-n+2) {
margin-top: 0 
}
#main .feature__items.col-3 li a {
padding: 8px 5px;
}
#main .feature__items.col-3 li a .feature__items--txt {
width: 62%;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 11px;
line-height: 1.3;
margin-bottom: 0.4rem;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.3;
font-size: 9px;
}
#main .feature__items.col-3 li a .future--img {
margin: 0 5px;
width: calc( 38% - 10px);
display: flex;
align-items: center;
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */

#main h4.goods_topic{
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
    border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
}
#main h4.goods_topic.blue{
    border-left: 4px solid #0B376C;
}
#main h4.goods_topic.noborder{
    border-left: none;
    padding: 0.3rem 0;
    line-height: 1.2;
}
#main .slideTable {
    overflow-x: scroll;
    margin: 0 0 60px;
}
#main .scroll-bar_top{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
#main .scroll-bar{
    width: 870px;
    height: 20px;
}
#main .cpanel-table{
        width: 870px;
        border-spacing: 0;
  border-collapse: separate;
        border: solid 1px #333;
    font-size: 0.8em;
    } 
#main .cpanel-table.shitazi{
        width: 100%;
    margin: 0 0 60px;
    } 
#main .cpanel-table.shitazi td{
        padding: 10px 0;
    } 
    #main tr.cpanel-table--back-b,#main tr.cpanel-table--back-b td.fix-block{
        background-color: #666;
        color: #fff;
    } 
    #main tr.cpanel-table--back-g,#main tr.cpanel-table--back-g td.fix-block{
        background-color: #ccc;
    } 
    #main tr.cpanel-table--back-w,#main tr.cpanel-table--back-w td.fix-block{
        background-color: #fff;
    } 
    #main .cpanel-table tr.hover-color:hover{
        background: #efefef;
    }
    #main .cpanel-table td{
        padding: 5px;
        border-right: solid 1px #333;
        border-bottom: solid 1px #333;
        border-collapse: collapse;
        line-height: 1.2;
        text-align: center;
    } 
#main .cpanel-table td .goods_area{
        background: #666;
    color: #fff;
    padding: 5px 0;
    margin: 0 0 5px;
    } 
    #main .cpanel-table td.txt-left{
        text-align: left;
    } 
    #main .cpanel-table tr:last-child td{
        border-bottom: none;
    } 
    #main .cpanel-table tr td:last-child{
        border-right: none;
    } 
    #main .cpanel-table td.fix-block{
    left: 1px;
    top: 0px;
    width: 80px;
    z-index: 1;
        font-feature-settings: "palt" 1;
        position: sticky;
    position: -webkit-sticky;
        border-left: none;
    }
    #main .cpanel-table td img{
        width: 100%;
        height: auto;
    }
    #main .cpanel-table td.fix-block::after{
        content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    height: calc(100% + 1px);
    z-index: 2;
    border-left: solid 1px #333;
    }
    #main .cpanel-table td.cell-block-01{
       width: 100px;
    }
    #main .cpanel-table td.cell-block-02{
       width: 70px;
    }
#main .cpanel-table td.cell-block-03{
       width: 50px;
    }
#main .cpanel-table td.cell-block-04{
       width: 50px;
    }
    #main .cpanel-table td.cell-block-05{
       width: 50px;
    }
#main .cpanel-table td.cell-block-06{
       width: 25%;
    background-color: #666;
        color: #fff;
    }
    #main .cpanel-table td.cell-block-point{
       width: 200px;
    }
    #main .mark{
       font-size: 2em;
    }
    #main .cpanel-table td.t-left{
        text-align: left;
    }
    #main .cpanel-table td.exp{
        width: 16em;
    }
    
    #main .cpanel-table td.fix-block:nth-child(2)::after{
        content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    }
    #main .cpanel-table td a.fs-medium{
        text-decoration: none;
        padding: 0.75em 0.85em;
        height: auto;
        width: auto;
        max-width: 10em;
        margin: 10px auto 0;
        position: relative;
    } 
    #main .cpanel-table td a.arrow-r::after{
        right: 10px;
    } 

#main p.scrolltxt {
color: #E00012;
font-weight: bold;
margin: 15px 0;
} 
#main p.scrolltxt span {
/* background-color: #FAE2DE; */
padding: 8px 6px;
font-size: 0.95em;
border: 2px solid #E00012;
box-sizing: border-box;
}

/*====================================================================
.accordion_one
====================================================================*/
.s_05 {
  margin: 30px 0;
}
.accordion_one {
  max-width: 1024px;
  margin: 30px auto 60px;
}
.accordion_one .accordion_header {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
  padding: 20px 4%;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border: 1px solid #666;
}
/*.accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}*/
.accordion_one .accordion_header:hover {
  opacity: .8;
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /*  border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #666;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
  display: none;
  padding: 1em;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  box-sizing: border-box;
}
/*.accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}*/
.accordion_one .accordion_inner .box_one {
  height: 300px;
}
.accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #969494;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
/*.accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ff9a05;
}
.accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #1c85d8;
}*/
.accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
@media screen and (max-width: 1024px) {
  .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}

.fence_cols{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.fence_cols li{
    width: 100%;
    margin: 0 0 20px;
}
.fence_cols li img{
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: auto;
}
.fence_cols li p{
    width: 100%;
    max-width: 420px;
    margin: auto;
}

.diy_material{
    padding: 0 0 0 25px;
    margin: 10px 0;
}
.diy_material li{
    font-size: 1.25em;
    margin: 0 0 10px;
    list-style-type: disc;
    width: 90%;
    max-width: 300px;
}
.diy_material li p{
    display: flex;
    justify-content: space-between;
}
.diy_material li span:first-child{
    
}
.diy_material li span:last-child{
    
}

#main .menu-btn-list.mb60 {
   margin: 1rem 0 60px;
}
.slick-prev,.slick-next{
            display: none!important;
        }

#main .border_radiuse.u30 .text-box {
	margin: 0px;
}

#main .border_radiuse.u30 .img-box-new {
	width: 50%;
	margin: 0 auto;
	position: absolute;
    bottom: 173px;
    right: 86px;
}

#main .border_radiuse.u30 a {
    position:relative;
}

#main .feature-hdg2 {
position: relative;
padding-bottom: 1.25rem;
border-bottom: 3px solid #B6B6B6;
font-size: 1.5rem;
margin-top: calc(60px - 0.6rem);
margin-bottom: calc(45px - 0.75rem);
line-height: 1.2; 
}
#main .feature-hdg2::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 8%;
display: block;
}

#main .lead-text {
font-size: 0.95em;
line-height: 1.5; 
}

#main .feature-hdg3 {
font-size: 1.25rem;
margin-top: calc(50px - 0.6rem); 
margin-bottom:calc(30px - 0.75rem); 
padding-bottom: 0.5rem;
line-height: 1.3;
border-left: 4px solid #f00;
padding: 0.3rem 1rem;
}

#main .feature-hdg3.secondary {
text-align: center;
}

#main .feature-hdg3.tertiary {
position: relative;
text-align: center;
}

#main .feature-hdg3.tertiary .marker-gray {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ddd );  
}

#main .feature-hdg3.tertiary .marker-blue {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #c4ebfa );  
}

#main .feature-hdg3.tertiary .marker-yellow {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f9ff52 );  
}

#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 .st2{fill:#ffffff;}
#main h3.checkPoint.h2under {
    margin: 20px 0 20px 0;
}
#main h3.checkPoint span {
    margin: 0 0 0 20px;
}
/* ----共通CSS---- */

/* ----sp  h2 見出し 補足（リード文）---- */
#main .lead-text {
font-size: 0.95em;
line-height: 1.5; 
margin: 0 0 20px;
}
/* -- sp  h2 見出し 補足（リード文） end --  */


/*グレーのマーカー*/
#main .feature-hdg3.tertiary .marker-gray {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ddd );  
}
/*青色のマーカー*/
#main .feature-hdg3.tertiary .marker-blue {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #c4ebfa );  
}
/*黄色のマーカー*/
#main .feature-hdg3.tertiary .marker-yellow {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f9ff52 );  
}
/* -- sp  h3 見出し end --  */


/* ----sp  ボタン組み合わせ---- */
#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-r-gray::after {
border-color: #B6B6B6;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
#main .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 2.5em 0; 
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示　pc3列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
padding: 0.5rem 1.8rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp1列表示　pc3列表示 sp1列表示---- */ 
#main .tab-menu-nav.col-1 li {
width: 100%
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items li a .feature__items--txt.sp-title {
display: flex;
align-items: center; 
}
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタン end --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
#main .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
#main .menu-btn-list li:last-child {
margin-bottom: 0 
} 
#main .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
#main .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .banner-list li {
margin-bottom: 1rem;
}
.banner-list li:last-child {
 margin-bottom: 0 
}
.banner-list p {
margin-top: 0.5rem;
line-height: 1.3; 
}
#main .banner-list p span {
margin-left: 0.5em 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
#main .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .feature__items li{
width: 100%;
margin-top: 1rem;
position: relative;
font-feature-settings: "palt"; 
}
#main .feature__items li:first-child {
margin-top: 0 
}
#main .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 12px 8px 12px 12px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
#main .feature__items li a .pickup--img{
margin: 0 10px 0 10px;
width:28% ;
}
#main .feature__items li a .feature__items--img{
margin: 0 5px 0 5px;
width:24% ;
display: flex;
align-items: center;	
}
#main .feature__items li a .feature__items--txt{
width: 76%;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.4rem;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 0.85rem;
}
/* pc3列表示 sp2列表示 */
#main .feature__items.col-3 {
}
#main .feature__items.col-3 li {
width: 48%;
margin-top: 1rem;
position: relative;
}
#main .feature__items.col-3 li:nth-child(-n+2) {
margin-top: 0 
}
#main .feature__items.col-3 li a {
padding: 8px 5px;
}
#main .feature__items.col-3 li a .feature__items--txt {
width: 62%;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 11px;
line-height: 1.3;
margin-bottom: 0.4rem;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.3;
font-size: 9px;
}
#main .feature__items.col-3 li a .future--img {
margin: 0 5px;
width: calc( 38% - 10px);
display: flex;
align-items: center;
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */


/*250408*/
#main .super {
vertical-align: super; 
font-size: 0.6em; 
}

#main .afhc1 img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#main .afhc1 h1 {
display: block;
text-align: center;
font-size: 1.85em;
font-weight: bold;
margin-top: calc(40px - .6rem);
padding-bottom: .95rem;
line-height: 1.2;
text-shadow: none;
color: #000;
margin-left: 0;
}

#main .afhc1 .title_center {
border: 2px solid #000;
padding: 10px;
line-height: 1.5;
text-align: center;
margin-bottom: 20px;
}

#main .afhc1 .main_title {
text-align: center;
padding: 20px 10px;	
}

#main .afhc1 .bi_wood_hontai_link_2column {
display: flex;
justify-content: space-between;
flex-direction: column;
margin-bottom: 10px;
}

#main .afhc1 .section.s_05 ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;	
}

#main .afhc1 .section.s_05 ul li {
	width: calc(50% - 5px);
}

#main .afhc1 .border-txt {
	border: 1px solid #bbb;
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

#main .afhc1 table {
	width: 100%;
	text-align: center;
}

#main .afhc1 table,#main .afhc1 table td,#main .afhc1 table th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
#main .afhc1 table td,#main .afhc1 table th {
	padding: 3px;
	height: 25px;
}
#main .afhc1 table th {
	background: #ccc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}


#main .afhc1 th.width20 {
	width: 20%;
}

#main .afhc1 th.width30 {
	width: 30%;
} 

#main .afhc1 th.width60 {
	width: 60%;
} 

#main .afhc1 .details_table img {
	width: 50%;
	height: auto;
}
#main .afhc1 .slide-box {
	margin-bottom: 20px; 
}

#main .afhc1 .accordion_one {
   margin: 0 0 30px;
}
#main .afhc1 .s_05 {
	margin: 0;
}

#main .afhc1 .accordion_header.brown {
	background: #43433b;
    color: #fff;
	border: 2px solid #43433b;
	
}

#main .afhc1 .accordion_one .accordion_inner.brown {
	border-left: 1px solid #43433b;
    border-right: 1px solid #43433b;
    border-bottom: 1px solid #43433b;
}

#main .afhc1 .product-img.brown {
	border: 1px solid #43433b;
	border-bottom: none;
}

#main .afhc1 .accordion_header {
	background: #868b89;
    color: #fff;
	border: 2px solid #868b89;
}

#main .afhc1 .accordion_one .accordion_inner.stainless {
	border-left: 1px solid #868b89;
    border-right: 1px solid #868b89;
    border-bottom: 1px solid #868b89;
}

#main .afhc1 .product-img.stainless {
	border: 1px solid #868b89;
	border-bottom: none;
}

#main .afhc1 .accordion_header.bronze {
	background: #7a704c;
    color: #fff;
	border: 2px solid #7a704c;
}

#main .afhc1 .accordion_one .accordion_inner.bronze {
	border-left: 1px solid #7a704c;
    border-right: 1px solid #7a704c;
    border-bottom: 1px solid #7a704c;
}

#main .afhc1 .product-img.bronze {
	border: 1px solid #7a704c;
	border-bottom: none;
}

#main .afhc1 .accordion_one .accordion_header .i_box .one_i::before,
#main .afhc1 .accordion_one .accordion_header .i_box .one_i::after {
	background-color: #fff;
}

#main .afhc1 .product .border-txt {
	display: block;
    text-align: center;
}

#main .afhc1 .table-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 0 20px;
	
}

#main .afhc1 .table-box table {
	width: 50%;
}

#main .afhc1 .table-img {
	width: 100%;
}
#main .afhc1 p.caution-txt {
	text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 10px;
    background: #ED1A3A;
    border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

#main .afhc1 ul.caution-list li {
	padding-left: 1em;
	text-indent: -1em;
}

#main .afhc1 ul.caution-list li:not(:last-child) {
	margin-bottom: 15px;
}

#main .afhc1 .pick-up-h3 {
	font-size: 1.25em;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
	font-weight: bold;
}

#main .afhc1 .pick-up-p {
	display: flex;
	flex-wrap: wrap;
}

#main .afhc1 .pick-up-p p {
	font-size: 1.25em;
	font-weight: bold;
}

#main .afhc1 .pick-up-p span.ex-icon {
	background: #727171;
    padding: 10px;
    line-height: 20px;
    height: 20px;
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

#main .afhc1 .pick-up .table-box {
	margin: 10px 0 30px; 
}
#main .afhc1 ul.menu-btn-list.col-2 li {
	width:100%;
}

#main .afhc1 ul.menu-btn-list.col-2 {
	margin: 3rem 0;
}

#main .afhc1 .sp-only.scroll_supplement{
	margin: 10px 0;
}

#main .afhc1 .sp-only.scroll_supplement span {
    border: 2px solid #ff0000;
    display: inline-block;
    font-weight: bold;
    color: #ff0000;
    padding: 5px 10px;
}

#main .afhc1 .slide-box {
    overflow: hidden;
    position: relative;
    overflow-x: scroll;
    margin-bottom: 20px;
    }

#main .afhc1 .slide-box table {
   width: 500px;
    }

#main .afhc1 table.noscroll {
	width: 100%;
	margin-bottom: 30px;
}

#main .afhc1 .accordion_inner .bi_wood_hontai_link_2column a:first-child {
	margin-bottom: 10px;
}

#main .afhc1 .accordion_inner .bi_wood_hontai_link_2column:last-child,
#main .afhc1 .accordion_inner .bi_wood_hontai_link_2column:last-child a:last-child {
	margin-bottom: 0;
}

#main .afhc1 .flatbtn {
	border-radius: 2em;
}
