/*=======================
パンくずリスト
=======================*/
#page_navi {
font-size: 0.75em;
font-family: 'Titillium Web', sans-serif;
position: relative;
z-index: 10;
}

#page_navi strong {
font-size: 1.1em;
}

#page_navi a {
color: #4B5654;
text-decoration: none;
}

/*=======================
サブタイトル
=======================*/
.sub_ttl h3 {
font-size: 1em;
text-align:center;
line-height: 1.6;
width: 100%;
font-family: 'Titillium Web', sans-serif;
clear: both;
}

.sub_ttl h3 strong {
border-bottom: 1px solid #4B5654;
}

/*=======================
製品一覧のサブタイトル
=======================*/
.product_sub_ttl h3 {
font-size: 1.4em;
text-align:center;
line-height: 1.6;
width: 100%;
font-family: 'Titillium Web', sans-serif;
}

.product_sub_ttl h3 strong {
border-bottom: 1px solid #4B5654;
}

@media screen and (max-width: 700px) {
.product_sub_ttl h3 {
font-size: 1.2em;
}
.product_sub_ttl h3 span {
display: block;
font-size: 0.7em;
font-weight: 400;
}
.product_sub_ttl h3 strong {
border-bottom: 0;
}
}

/*=======================
区切り線
=======================*/
.separator {
clear: both;
padding-top: 3em;
margin-bottom: 3em;
border-bottom: 1px solid #CCC;
}