/* 投稿サイドメニューアーカイブcss */

.screen-reader-text {
	display:none;
}
#archives-dropdown-2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-weight:300;
	border:1px solid #cccccc;
	width:100%;
	margin-top:16px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
}

/* 投稿サイドメニューアーカイブcss　ここまで */



/* 製品情報css PC */

#product_head {
    padding-top: 4.61%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 5.38%;
}
.product_head_catch {
    line-height: 1.7em;
    font-weight: 500;
}
#product_group-select {
    margin-top: 32px;

}
.product_group-slect_each {
    margin-top: 24px;

}
.product_group-slect_each h2 {
    font-size: 20px;
    margin-bottom: 12px;
}
.product_group-slect_each h2 span {
	color: #de2526;
    margin-right: 4px;
}
.product_group-select-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.product_group-select-list li a {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    border: 0.1em solid #de2526;
    border-radius: 6px;
    text-decoration: none;
    transition: color 0.2s ease-in-out,
        background-color 0.2s ease-in-out,
        background-image 0.2s ease-in-out;
    line-height: 1em;
    font-weight: 500;
    color: #de2526;
}
.product_group-select-list li a:hover {
	background-color: #de2526;
	border-color: #de2526;
	color: #fff;
}
/* 選択中スタイル（JSやテンプレで切り替え可能） */
.product_group-select-list li a.active {
	background-color: #de2526;
	border-color: #de2526;
	color: #fff;
}
#product_listwrap {
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 6.15%;
}
#product_listwrap .content_wrap {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 12px;
    background-color: #f9f7f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 8px;
}
.product_listbox {
    margin-bottom: 56px;
}
.product_listbox .hg_h2 h2 {
    font-size: 28px;
}
.product_listbox .hg_h2 h2 .hg_deco {
    background-size: 40px auto;
}
.product_list {
    margin-top: 24px;
}
.product_list li {
    border-radius: 12px;
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.product_overview {
    width: 41.53%;
}
.product_overview h3 {
    font-size: 20px;
    padding-bottom: 12px;
    border-bottom-color: #de2526;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 24px;
    font-weight: 500;
}
.product_overview p {
    line-height: 1.7em;
}
.product_labeling {
    width: 53.07%;
}
.product_labeling table {
    width: 100%;
    border-top: 1px solid #C5BFB7;
}
.product_labeling table th {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: hsla(0,74%,51%,0.10);
    border-bottom: 1px solid #C5BFB7;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    width: 152px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 152px;
}
.product_labeling table td {
    border-bottom: 1px solid #C5BFB7;
    padding-top: 10px;
    padding-left: 16px;
    padding-bottom: 10px;
    font-size: 14px;
}
#development_jutaku-link_wrap {
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 6.15%;
}

#development_jutaku-link {
    border-radius: 12px;
    padding: 32px;
    background-color: #f9f7f4;
}
#development_jutaku-link .hg_h2 h2 {
    font-size: 20px;
}
#development_jutaku-linkbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#development_jutaku-linkbox .linkbtn {
    margin-left: 4.16%;
    margin-right: 4.16%;
    margin-top: 24px;
}

/* 製品情報css PCここまで */



@media (max-width: 700px) {
	
/* 製品情報css スマホ */


#product_head {
    padding-top: 7.69%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 9.23%;
}
.product_head_catch {
    line-height: 1.7em;
    font-weight: 500;
}
#product_group-select {
    margin-top: 32px;

}
.product_group-slect_each {
    margin-top: 24px;

}
.product_group-slect_each h2 {
    font-size: 20px;
    margin-bottom: 12px;
}
.product_group-slect_each h2 span {
	color: #de2526;
    margin-right: 4px;
}
.product_group-select-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.product_group-select-list li a {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    border: 0.1em solid #de2526;
    border-radius: 6px;
    text-decoration: none;
    transition: color 0.2s ease-in-out,
        background-color 0.2s ease-in-out,
        background-image 0.2s ease-in-out;
    line-height: 1em;
}
.product_group-select-list li a:hover {
	background-color: #de2526;
	border-color: #de2526;
	color: #fff;
}
/* 選択中スタイル（JSやテンプレで切り替え可能） */
.product_group-select-list li a.active {
	background-color: #de2526;
	color: #fff;
	border-color: #de2526;
}
#product_listwrap {
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 6.15%;
}
#product_listwrap .content_wrap {
    padding: 24px;
    border-radius: 12px;
    background-color: #f9f7f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product_listbox {
    margin-bottom: 32px;
}
.product_listbox .hg_h2 h2 {
    font-size: 24px;
}
.product_listbox .hg_h2 h2 .hg_deco {
    background-size: 32px auto;
}
.product_list {
    margin-top: 16px;
}
.product_list li {
    border-radius: 12px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 12px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.product_overview {
    width: 100%;
}
.product_overview h3 {
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom-color: #de2526;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 12px;
    font-weight: 500;
}
.product_overview p {
    line-height: 1.6em;
}
.product_labeling {
    width: 100%;
    margin-top: 16px;
}
.product_labeling table {
    width: 100%;
    border-top: 1px none #C5BFB7;
}
.product_labeling table th {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: hsla(0,74%,51%,0.10);
    border-bottom: 1px none #C5BFB7;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 152px;
    display: block;
}
.product_labeling table td {
    border-bottom: 1px none #C5BFB7;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    font-size: 14px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#development_jutaku-link_wrap {
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 12.3%;
}

#development_jutaku-link {
    border-radius: 12px;
    padding: 24px;
    background-color: #f9f7f4;
}
#development_jutaku-link .hg_h2 h2 {
    font-size: 18px;
}
#development_jutaku-linkbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#development_jutaku-linkbox .linkbtn {
    margin-left: 4.16%;
    margin-right: 4.16%;
    margin-top: 24px;
}

/* 製品情報css スマホここまで */

}

