

body {
    font-size: 1.4rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.l_primaryContentWrap  {
    padding-right: 14.7% !important;
    padding-left: 14.7% !important;
}
@media only screen and (max-width: 787px) {
    .l_primaryContentWrap  {
        padding-right: 3% !important;
        padding-left: 3% !important;
    }
}

.p_blogList .p_blogListItem .p_blogListItem__body .p_blogListItem__title {
  font-size: 2.0rem;
  color: #1e2e53;
}
.m_page-title-primary {
    font-size: 4.2rem !important;
}

/* ヘッダマージンエリア */
.header_margin {
    margin-top: 50px;
}

/* header */
.pankuzu {
    margin-bottom: 20px;
}
.title_area {
    width: 100%;
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    margin-bottom:20px;
    border-bottom: 2px solid #f0f0f0;
}
.title_name {
    font-size:2.5rem;
    font-weight: bold;
    align-items: center;
    display: flex;
}
.title_price {
    font-size:3.5rem;
    font-weight: bold;
    color: #ff0000;
    align-items: center;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}
.title_price span {
    font-size:2.5rem;
    font-weight: bold;
    color: #ff0000;
}

/* 画像エリア */
/*
.b-works-detail-image {
    max-width: 1300px;
    padding: 0 20px;
    margin: 15px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
*/
/* 詳細エリア */
.b-works-detail-text {
  width: 100%;
}
.b-works-detail-text .headline2 {
    font-size: 1.6rem;
    font-weight: normal;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-left: 5px solid #ff0000;
    background-color: #ececec;
}

/* 詳細エリア -> 詳細情報 */
.b-works-detail-text table {
    width: 850px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    line-height: 1.65;
}
@media screen and (max-width: 800px) {
    .b-works-detail-text table {
        width: 425px;
    }
}
.b-works-detail-text table tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b-works-detail-text table .table-tr {
  align-items: center;
  display: flex;
  width: 400px;
  border-bottom: 2px solid #e0e0e0;
}
.b-works-detail-text table .full{
  width: 100%;
}
.b-works-detail-text table th {
    text-align: left;
    font-weight: normal;
    width: 115px;
    padding: 10px 10px 5px 10px;
}
.b-works-detail-text table td {
    text-align: left;
    flex: 1;
    width: 300px;
    word-break: break-all;
    padding: 10px 10px
}

/* お問合せ */
.button_area {
    width: 100%;
    border: 1px solid #c0c0c0;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
}
.button_area .button_area_info {
    font-size: 1.7rem;
}
.button_area .button_info {
    font-size: 1.5rem;
    font-weight: bold;

    border-radius: 8px;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: none;
    max-width: 400px;
    width: 100%;
    height: 60px;
    margin: 20px auto 0px auto;
    background-color: #1E2E53;
    border: 1px solid #1E2E53;
}
