/* CSS Document */

/* 背景画像の読み込み */
.titlebox_wrapper {
    background: url("../img/main-about.jpg") no-repeat center top;
    background-size: auto auto;
    background-size: 100% 100%;
    background-size: contain;
    position: relative;
}
.about-item{
	margin-bottom: 55px;
}


.about-item p{ 
	font-size: 1.6rem;
	padding-left: 18px
	
}
.about-item-image img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding-top: 27px;
	
}

.about-item-photo_row{
	display: table;
	margin-top: 15px
}

.about-item-photo{
display: table-cell;
	vertical-align: top;
	text-align: center

}

.about-item-photo-text{
display: table-cell;
		vertical-align: top;
	text-align: left;
	padding-left: 15px;
}