@charset "UTF-8";

/*===================================
　SPここから
===================================*/
@media (max-width: 798px ){
.page_detail_tit2 .centerTit {
	width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 40px;
}
.page_detail_tit2 .centerTit .gpdTitTop {
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 8px;
}
.page_detail_tit2 .centerTit .gpdTitTop::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    margin-left: -46px;
    margin-top: 6px;
    background: #000000;
}
.page_detail_tit2 .centerTit .gpdTitTop::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    margin-left: 14px;
    margin-top: 6px;
    background: #000000;
}
.page_detail_tit2 .centerTit .gpdTitMiddle {
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
}
.page_detail_tit2 .centerTit .gpdTitBottom {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.greenPrintingIcons {
    font-size: 11px;
    margin-bottom: 40px;
}
.greenPrintingIcons ol li {
    /* liを横並び＆ブレットを消す */
    display: inline;
    list-style-type: none;
    margin: 0 3px;
}

}