@charset "UTF-8";

/*===================================
　PCここから
===================================*/
@media (min-width: 799px){
/*  base
===================================*/
.portfolio_detail_tit{
  width: 1100px;
  height: 173px;
  margin: 0px auto 16px;
  overflow: hidden;
  position: relative;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5px 0;
  box-sizing: border-box;;;
}
.portfolio_detail_tit::before,.portfolio_detail_tit::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #000;
}
.portfolio_detail_tit::before{top: 5px;}
.portfolio_detail_tit::after{bottom: 5px;}
.portfolio_detail_tit .leftTit {
    float: left;
    width: 13%;
    height: 60%;
    margin-top: 2.9%;
    border-right: solid 1px #000;
    text-align: center;
    position: relative;
    box-sizing: border-box;;
}

.portfolio_detail_tit .leftTitInner1 {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
    padding: 5px 13px;
    margin-right: 5px;
    line-height: 17px;
    color: #000000;
}

.portfolio_detail_tit .leftTitInner2 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.portfolio_leftLogo {
    float: left;
    width: 13%;
    height: 60%;
    margin-top: 2.9%;
    border-right: solid 1px #000;
    text-align: right;
    position: relative;
    box-sizing: border-box;
}
.portfolio_leftLogo .logoTxt{
    display: inline-block;
    margin-top: 33px;
    padding-top: 85px;
    background: url(../img/ohkawa_logo.png) center no-repeat;
    background-size: 89px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2em;
}

.portfolio_detail_tit .centerTit {
	width: 76%;
    float: left;
    height: 100%;
    text-align: center;
    padding-top: 10px;
}

.portfolio_detail_tit .centerTit .ppdTit {
	width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 31px;
    line-height: 47px;
    margin-top: 23px;
    letter-spacing: 2px;
    font-weight: bold;
}

.portfolio_detail_tit .rightTit {
    float: left;
    width: 11%;
    height: 60%;
    margin-top: 2.9%;
    border-left: solid 1px #000;
    text-align: center;
    position: relative;
    box-sizing: border-box;;
}

.portfolio_detail_tit .rightTitInner {
    display: inline-block;
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: bold;
    margin-top: 35px;
    padding: 5px 13px;
    margin-right: 5px;
    color: #000000;
}

.mainImage {
    clear: both;
	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 .itemData {
    margin-bottom: 77px;
}

.content .itemDataLeft {
    float: left;
    width: 50%;
    text-align: left;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.content .itemDataLeft .itemLine {
    text-align: left;
    margin-right: 10px;
    border-bottom: solid 1px;
    border-bottom-style: dotted;
}

.content .itemDataLeft .itemLineLast {
    text-align: left;
    margin-right: 10px;
}

.content .itemDataLeft .title  {
    display:inline-block;
    width: 28%;
    font-size: 12px;
    margin: 10px 0;
    border-right: solid 1px;
}

.content .itemDataLeft .data  {
    display: inline-block;
    vertical-align: middle;
    width: 62%;
    margin-right: 10px;
    font-size: 12px;
    margin: 0 13px 0;
}

.content .itemDataRight {
    width: 50%;
    margin-left: 50%;
    text-align: left;
    border-left: solid 1px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.content .itemDataRight .itemLine {
    text-align: left;
    margin-left: 10px;
    border-bottom: solid 1px;
    border-bottom-style: dotted;
}

.content .itemDataRight .itemLineLast {
    text-align: left;
    margin-left: 10px;
}

.content .itemDataRight .title  {
    display:inline-block;
    width: 34%;
    font-size: 12px;
    margin: 10px 0;
    border-right: solid 1px;
}

.content .itemDataRight .data  {
    width: 66%;
    margin-right: 10px;
    font-size: 12px;
    margin: 0 13px 0;
}

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

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

.related_posts_tit {
    clear: both;
    border-top: solid 2px #000;
    border-bottom: solid 1px #000;
    padding: 24px 0;
    text-align: center;}

.related_posts_tit .mainTit {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
}

.related_posts_tit .subTit {
    font-size: 11px;
    font-weight: bold;
    margin-top: 7px;
}

}