@charset "UTF-8";
/* CSS Document */
/* title 系 */

  .case .page_title {
    margin-bottom: 2em;
  }
  .case .page_title h2 {
    font-size: 1.9em;
  }

.case-item {
    padding: 2em 0 3em;
    border-bottom: 1px solid #A3A3A3;
    margin-bottom: 2em;
}

.head {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 2em;
}


.head:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #CCCCCC;
}

.head h2 {
    font-size: 1.55em;
    line-height: 1.8;
}

.head p {
    font-size: 16px;
}


.img-bg {
    padding: 2em 1em 1.5em;
    background: #E5E5E5;
    margin-bottom: 2em;
    text-align: center;
}

.url {
    font-size: 18px;
    color: #000000;
    padding: 1em 1em 1em 2.5em;
    background: url(img/c-icon.jpg) no-repeat left center;
}

@media (max-width: 768px) {
	.head {
        padding-left: 1.5em;
    }
    .head h2{
        line-height: 1.4;
    }
}
