@charset "UTF-8";

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

#home_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 62.333333%;
    max-height: 748px;
    /*
  background: rgb(43,122,192);
  background: -webkit-linear-gradient(rgb(43,122,192) 0%, rgb(246,246,246) 74%, rgb(245,245,245) 100%);
  background: -o-linear-gradient(rgb(43,122,192) 0%, rgb(246,246,246) 74%, rgb(245,245,245) 100%);
  background: linear-gradient(rgb(43,122,192) 0%, rgb(246,246,246) 74%, rgb(245,245,245) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7ac0', endColorstr='#f5f5f5',GradientType=0 );
  background-image: url(../images/header_img.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  */
}


/*--------------------------------------------------------------
  Header Slider
---------------------------------------------------------------*/


/* bxslider Override */

.bx-wrapper .bx-controls {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 50%;
    left: 98%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 5px 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #aadbfe;
}


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

#home_infoarea {
    width: 1200px;
    height: 0;
    padding-bottom: 62.333333%;
}

.home_catch {
    position: relative;
    top: 75px;
    left: 75px;
    font-size: 30px;
    line-height: 2.0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}


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


/* Add 201809 */

#home_mainarea {
    top: -275px;
    width: 100%;
    margin: 0 0 -275px 0 !important;
}


/*--------------------------------------------------------------
  Top
---------------------------------------------------------------*/

#top {
    /*
  padding: 20px 0 0;
  height: 530px;
  background: rgba(255,255,255,0.3);
  */
    position: relative;
    box-sizing: border-box;
}

.menu_unit {
    width: 100%;
    margin-bottom: 45px;
}

.menu_unit_sp {
    display: none;
}

.bnr_unit {
    width: 100%;
    padding-bottom: 100px;
}

.bnr_unit_half {
    width: 49.35%;
}

.bnr_unit_half:first-of-type {
    float: left;
}

.bnr_unit_half:last-of-type {
    float: right;
}

h2.menu-heading {
    font-size: 18px;
    border-bottom: solid 1px #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.bnr_dmp {
    position: relative;
    width: 19%; 
    float: left;
    margin: 0 1.2% 0 0;
}

.bnr_dmp:hover img {
    opacity: 1;
}

.bnr_unit_half>.bnr_dmp {
    width: 48.7%;
    margin: 0 2.6% 0 0;
}

.bnr_dmp:last-child {
    margin-right: 0;
}

.bnr_dmp p {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 44px;
    color: #000000;
    overflow: hidden;
    background-color: #ffffff;
}

.bnr_dmp p a {
    color: #000000;
}

.bnr_dmp p em {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: block;
    font-size: 9px;
    color: #ffffff;
    background-color: #333;
    padding: 0 1em;
}

.bnr_dmp:last-child p em {
    background: rgba(0, 0, 0, 0.8);
}

.bnr_dmp a {
    width: 100%;
    height: 100%;
    display: block;
}

.menu_unit .bnr_dmp a img {
    position: relative;
    /* top: -44px; */
    top: 0;
}

.menu_unit .bnr_dmp:last-of-type ul {
    /* margin-top: -39px; */
    margin-top: 3px;
    float: right;
}

.menu_unit .bnr_dmp:last-of-type ul li {
    float: left;
    text-align: right;
}

.menu_unit .bnr_dmp:last-of-type ul li:last-of-type {
    margin-left: 2em;
}

.menu_unit .bnr_dmp:last-of-type ul li a {
    top: 0;
    display: inline-block;
    color: #000000;
}

.menu_unit .bnr_dmp:last-of-type ul li img {
    position: relative;
    top: 1px;
}

.bnr_dmp_heading {
    position: relative;
    font-size: 18px;
    line-height: 44px;
    text-align: left;
    color: #ffffff;
    text-indent: 0.625em;
}

.bnr_dmp_heading:after {
    content: url(../images/listmark_menu.png);
    position: absolute;
    top: 17px;
    right: 10px;
}

.bnr_dmp span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    display: block;
}

.bnr_dmp span img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bnr_dmp:first-child span {
    background: rgba(223, 219, 191, 0.5);
}

.bnr_dmp:nth-child(2) span {
    background: rgba(0, 110, 186, 0.5);
}

.bnr_dmp:nth-child(3) span {
    background: rgba(0, 186, 205, 0.5);
}

.bnr_dmp:last-child span {
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width:481px) {
    /*
  .bnr_dmp p a img {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
  }
  .bnr_dmp p a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  */
}

.bnr_dmp dl dt {
    font-size: 15px;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
    color: #000000;
}


/* Add 201709 */

.bnr_dmp dl dt a {
    color: #000000;
}

.bnr_dmp dl dd {
    font-size: 13px;
    color: #313131;
}


/* Add 201809 */

.bnr_unit small {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}


/* Add 20191203 */

.menu_unit .bnr_dmp a:hover img,
.bnr_unit .bnr_dmp a:hover img {
    opacity: 0.7;
}


/*--------------------------------------------------------------
  ミサワホームの医療・介護施設建築とは - 201809
---------------------------------------------------------------*/

#concept {
    margin-bottom: 50px;
}

ul.concept-bnr {
    width: 100%;
    margin-top: 50px;
}

ul.concept-bnr li {
    width: 50%;
    float: left;
}

ul.concept-bnr li a {
    display: block;
}

ul.concept-link {
    width: 100%;
    margin-top: 25px;
}

ul.concept-link li {
    width: 25%;
    float: left;
    font-size: 12px;
    text-align: center;
}

ul.concept-link li a {
    color: #000000;
}


/*--------------------------------------------------------------
  ミサワホームの施設建築実例
  ミサワホームの開発まちづくり事業 - 201809
---------------------------------------------------------------*/

#example,
#results {
    height: 100%;
}

.er-unit {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 60px 0 50px;
}

.er-unit .quarter {
    width: 288px;
    float: left;
    margin-right: 16px;
}

.er-unit .quarter:last-child {
    margin-right: 0;
}

.er-unit .quarter h4 {
    font-size: 12px;
    font-weight: bold;
    /* color: #4d9fe2; */
    text-align: left;
    margin-bottom: 5px;
}

.er-unit .quarter ul li {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.er-unit .quarter ul li span {
    display: block;
    font-size: 14px;
    padding: 0.75em 0;
}

.er-unit .quarter ul li a {
    color: #313131!important;
}

.er-unit .quarter ul li img {
    width: 100%;
}


/*--------------------------------------------------------------
  News - 201809
---------------------------------------------------------------*/

#news {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 30px;
    background-color: #ffffff;
}

#news ul {
    text-align: left;
}

.news-unit {
    padding-top: 55px;
}

.news-unit>.three-quarter {
    float: left;
}

.news-unit>.quarter {
    float: right;
}


/* ニュースリリース・ミサワホームからのお知らせ */

.news-main {
    width: 90%;
}


/*
 .news-main:last-child {
  margin-top: 70px;
 }
 */

.news-main h2 {
    margin-bottom: 30px;
}

.news-main ul li {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    padding-left: 1.5em;
    line-height: 1.5;
    font-size: 13px;
}

.news-main ul li span,
.news-main ul li a {
    display: inline-block;
    vertical-align: top;
}

.news-main ul li span {
    position: relative;
    width: 13%;
    color: #202020;
    padding-left: 1.5%;
}

.news-main ul li span:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 10px;
    margin: 0 4px 2px 0;
    background: url("../images/listmark_menu.png") no-repeat;
    background-size: contain;
}

.news-main ul li a {
    width: 84.5%;
    color: #1e1e1e;
}


/* 続きを見る */

p.next {
    position: relative;
    width: 100%;
    text-align: right;
}

@media screen and (min-width:481px) {
    p.next:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 6px;
        height: 10px;
        margin: 0 0 2px 0;
        background: url("../images/listmark_menu.png") no-repeat;
        background-size: contain;
    }
}

p.next a {
    padding-left: 0.5em;
    color: #515151;
}


/* お見舞い　地震 */

p.omimai {
    position: absolute;
    right: 0;
    top: 444px;
}

p.omimai a {
    margin-bottom: 10px;
}


/* MISAWAについて・関連リンク */

.news-side:first-child {
    margin-bottom: 75px;
}

.news-side h2 {
    margin-bottom: 20px;
}


/* MISAWAについて */

.news-side ul.about {
    width: 100%;
    border-top: dotted 1px #848484;
}

.news-side ul.about li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: dotted 1px #848484;
    font-size: 13px;
}

.news-side ul.about li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    color: #202020;
    padding-left: 1.5em;
}

.news-side ul.about li a:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 10px;
    margin: 0 4px 2px 0;
    background: url("../images/icon/listmark.png") no-repeat;
    background-size: contain;
}


/* 関連リンク */

.news-side .related {
    width: 100%;
    border-top: dotted 1px #848484;
}

.news-side .related:last-of-type {
    margin-top: -1px;
}

.news-side .related td {
    height: 55px;
    border-bottom: dotted 1px #848484;
}

.news-side .related td:first-of-type {
    width: 50px;
    text-align: center;
}

.news-side .related td:nth-of-type(2) {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 0.5em;
}

.news-side .related td:nth-of-type(2) em {
    font-size: 11px;
}

.news-side .related td a {
    color: #202020;
}

.news-side .related td img {
    width: 40px;
    height: 40px;
}


/*--------------------------------------------------------------
  医療・介護カタログパック プレゼント - 201809
---------------------------------------------------------------*/

.catalog-present {
    width: 100%;
    background-color: #e8fcff;
    padding: 50px 0 75px;
}

.catalog-present h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 70px;
}

.catalog-unit {
    text-align: center;
}

.catalog {
    width: 33.333333%;
    float: left;
    box-sizing: border-box;
    padding: 0 5.5%;
}

.catalog dl {
    margin: 30px 0 35px;
    text-align: center;
}

.catalog dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.catalog dl dt a {
    color: #363636;
}

.catalog dl dd {
    font-size: 12px;
    line-height: 1.5;
}

.catalog dl dd ul li:before {
    content: '＞';
    padding-right: 0.5em;
}

#pickup-hospital .quarter,
#pickup-kaigo .quarter,
#pickup-child .quarter {
    margin-right: 16px;
}

#pickup-handicap .quarter {
    margin-right: 0;
}
