@charset "UTF-8";

/*===================================
　PCここから
===================================*/
@media (min-width: 799px){
/*  base
===================================*/

.page_detail_tit2 .centerTit {
	width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    padding-top: 40px;
}

.page_detail_tit2 .centerTit .gpdTitTop {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
}

.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%;
    float: left;
    text-align: center;
    font-size: 31px;
    line-height: 57px;
    font-weight: bold;
}

.page_detail_tit2 .centerTit .gpdTitBottom {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.mainImage {
	width: 900px;
	height: 530px;
    margin: 0 104px;
	margin-bottom: 130px;
	background-color: #00aaaa;
}

.content {
	text-align: center;
	margin: 0 202px;
}

.content .contentTit {
	text-align: left;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 26px 0;
    font-size: 20px;
    margin-bottom: 32px;
    letter-spacing: 1px;
    font-weight: bold;
}

.content .contentBody {
	text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 10px;
    margin-bottom: 83px;
}

.content .subImage {
	width: 696px;
	height: 416px;
    margin-bottom: 100px;
	background-color: #000000;
}

.content .contentBody p {
    line-height: 40px;
}

.greenPrintingIcons {
    font-size: 11px;
    margin-top: 83px;
    margin-bottom: 83px;
}

.greenPrintingIcons ol li {
    /* liを横並び＆ブレットを消す */
    display: inline;
    list-style-type: none;
    margin: 0 3px;
}

}