@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/


/* 実例 - スライダー */

.slide-item {
    position: relative;
}

.name-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #ffffff;
    font-size: 16px;
    padding: 0.75em 1em;
    box-sizing: border-box;
}

.header-slider-wrap {
    overflow: hidden;
}

.header-slider-wrap .bx-viewport {
    width: 910px;
    overflow: visible !important;
    height: 538px !important;
}

.slide-item a {
    width: 100%;
    height: 100%;
    display: block;
}


/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/


/* パンくず - 201809 */

.breadcrumb-list {
    position: relative;
    z-index: 2;
    margin-top: 0;
    top: 15px;
    text-shadow: 1px 1px 1px rgba(89, 87, 87, 1);
}

.breadcrumb-list a {
    color: #ffffff;
}


/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/


/* Add 201809 */

#home_mainarea {
    top: 0;
    width: 100%;
}


/*--------------------------------------------------------------
  実例TOP 検索セクション - 201809
---------------------------------------------------------------*/

#example-search {
    padding-top: 40px;
    margin-top:72px;
}

.exp-search {
    padding: 50px 0;
    /* background: #f0f2f2; */
    background: #fff;
    /* background: -moz-linear-gradient(top, #f0f2f2 0%, #ffffff 20%, #ffffff 80%, #f0f2f2 100%);
    background: -webkit-linear-gradient(top, #f0f2f2 0%, #ffffff 20%, #ffffff 80%, #f0f2f2 100%);
    background: linear-gradient(to bottom, #f0f2f2 0%, #ffffff 20%, #ffffff 80%, #f0f2f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f2', endColorstr='#f0f2f2', GradientType=0); */
}

.exp-search .bottomBox {
    border-bottom: 1px solid #414141;
    margin-top: 5px;
}


/*
.exp-search form label {
    padding-left: 20px;
}
*/


/*
.exp-search form input[type="checkbox"] {
  border: solid 1px #dbdbdb;
  display: inline-block;
  vertical-align: middle;
}
*/

.exp-search form input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    outline: 0;
}

.exp-search form input[type="text"] {
    border: solid 1px #d7d7d7;
    width: 100%;
    height: 35px;
    padding: 0 0.5em;
    box-sizing: border-box;
    background-color: #ffffff;
    background: url(../../../common_mc/images/magnifying-glass.png) no-repeat 98% 50%;
    background-size: 16px 17px;
}

.exp-search form label span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.submit-btn {
    width: 300px;
    margin: 65px auto 0;
}

.exp-search-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.search-cb {
    width: 74.666666%;
    padding-right: 4.666666%;
    font-size: 14px;
}

.search-cb dt {
    margin-bottom: 20px;
}

.scb-inner {
    border-top: solid 1px #e7e7e7;
    padding: 20px 0 20px 20px;
}

.scb-inner:last-of-type {
    border-bottom: solid 1px #e7e7e7;
}

.scb-inner ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
}


/* .scb-inner ul li:first-of-type {
    width: 55px;
} */

.scb-inner h4 {
    margin-bottom: 10px;
}

.scb-inner ul li em {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin-right: 15px;
    padding: 0.15em 0;
}

.search-word {
    width: 24%;
}

.search-word dt {
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
  実例詳細 概要 - 201809
---------------------------------------------------------------*/

#exp-summary {
    padding: 65px 0 150px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", "MS Mincho", serif;
    color: #202020;
    background: rgb(245, 251, 255);
    background: -moz-linear-gradient(top, rgba(245, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 87%, rgba(240, 242, 242, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 87%, rgba(240, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 87%, rgba(240, 242, 242, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5fbff', endColorstr='#f0f2f2', GradientType=0);
}

p.explain {
    width: 100%;
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 1.5em;
}

.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.summary-header h2 {
    width: 173px;
    height: 173px;
    color: #ffffff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.summary-header h2 span {
    /*
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  */
    font-size: 24px;
    line-height: 1.6;
    display: block;
}

.summary-header h2 small {
    font-size: 0.6em;
    display: block;
}


/* Add 201811 */

.summary-header h3 {
    margin-left: -3em;
}

.ess-heading {
    font-size: 28px;
    line-height: 1.7;
}

.summary-header ul li {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.summary-header ul li:before {
    content: "□";
    padding-right: 0.5em;
}

.summary-body {
    display: flex;
    justify-content: space-between;
    align-items: space-between;
}

.summary {
    width: 49.333333%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.summary table {
    width: 100%;
    font-size: 16px;
}

.summary table tbody th,
.summary table tbody td {
    padding: 1em 0.25em 0.25em;
    border-bottom: dashed 1px #c1c1c1;
}

.summary table tbody th {
    width: 15%;
}

.summary table tbody td.spacer {
    width: 2.7% !important;
    border-bottom: none !important;
}

.summary-body span {
    width: 44%;
}

.summary-body span img {
    width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
  実例詳細 詳細 - 201809
---------------------------------------------------------------*/

#exp-detail {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", "MS Mincho", serif;
    padding: 100px 0 70px;
    border-bottom: solid 1px #e6e6e6;
}

.detail-header {
    font-size: 28px;
    display: flex;
    align-items: center;
}

.detail-header img {
    padding-right: 30px;
}

#exp-detail p.explain {
    margin: 60px 0 80px 90px;
    width: auto;
}

.detail-photo {
    width: 100%;
    margin-bottom: 40px;
}

.detail-photo dl {
    margin: 0;
    padding: 0;
}

.detail-photo dl dt img {
    width: 100%;
}

.detail-photo dl.fw {
    width: 49.3%;
    float: left;
}

.detail-photo dl.hw {
    width: 24%;
    float: left;
}

.detail-photo dl#fw01,
.detail-photo dl#hw01 {
    margin: 0 1.3% 2.6% 0;
}

.detail-photo dl#fw02 {
    margin-right: 1.3%;
}

.detail-photo dl dd {
    font-size: 13px;
    display: block;
    padding-top: 0.5em;
}

@media screen and (min-width:480px) {
    .summary-header .title-wrap1 {
        width: 20%;
    }
    .summary-header .title-wrap2 {
        width: 60%;
    }
    .summary-header .title-wrap2 h3 {
        margin-left: -1em;
    }
    .summary-header .title-wrap3 {
        width: 20%;
        text-align: right;
    }
    .detail-header {
        line-height: 1.7em;
    }
}

.spec-box {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 0.75em 1em;
    box-sizing: border-box;
    color: #000;
}

.spec-box .wrap-icon {
    margin-bottom: 5px;
}

.spec-box .wrap-icon .list-icon {
    float: left;
    background-color: #888;
    margin-right: .5rem;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

.spec-box .wrap-icon:after {
    content: "";
    display: block;
    clear: both;
}

.spec-box .wrap-descript {
    font-size: 12px;
}

#searchCondBlock {
    display: none;
}

#searchCond {
    position: relative;
    text-align: center;
}

#searchCond .btnBlock {
    position: relative;
    cursor: pointer;
    margin: 5px auto;
}

#searchCond .sArrow {
    content: "";
    position: relative;
    right: -50%;
    /* top: -20px; */
    transition: all 0.2s ease-in-out;
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#searchCond .sArrow.open {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
