@charset "UTF-8";

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

#home_top {
    height: 0;
    padding-bottom: 103.6%;
    max-height: initial;
    overflow: hidden;
    /*
  background-image: url(../images/header_img_sp.png);
  */
}


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


/* bxslider Override */

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


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

#home_infoarea {
    width: 100%;
    height: 0;
    padding-bottom: 103.6%;
}

.home_catch {
    top: 5%;
    left: 6.666666%;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}


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


/* Add 201809 */

#home_mainarea {
    top: -47px;
    width: initial;
    margin: 0 !important;
}

#home_mainarea a {
    color: #313131;
}

#home_mainarea dd br {
    display: block;
}

#home_mainarea dd br.off {
    display: none;
}


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

#top {
    top: 0;
    height: auto;
    padding: 0 0 10%;
    margin-bottom: 0;
}


/* Add 201809 */

.menu_unit {
    display: none;
}

.menu_unit_sp {
    display: inherit;
    width: 113.2075471%;
    margin: 0 -6.6037735% 7.5%;
    border-top: solid 1px #c6c6c6;
    background-color: #ffffff;
}

.menu_unit_sp li {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #c6c6c6;
    background-repeat: no-repeat;
    background-position: 5.8333333% 50%;
    background-size: 40px 40px;
}

.menu_unit_sp li span {
    position: relative;
    font-size: 1.25em;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5em;
}

.menu_unit_sp li:after {
    position: absolute;
    top: 41.666666%;
    right: 5.8333333%;
    content: url(../images/listmark_menu.png);
}

.menu_unit_sp li a {
    display: block;
    text-decoration: none;
}

.menu_sp01 {
    background-image: url(../images/menu_sp_thumb01.jpg);
}

.menu_sp02 {
    background-image: url(../images/menu_sp_thumb02.jpg);
}

.menu_sp03 {
    background-image: url(../images/menu_sp_thumb03.jpg);
}

.menu_sp04 {
    background-image: url(../images/menu_sp_thumb04.jpg);
}

.menu_sp05 {
    background-image: url(../images/menu_sp_thumb05.jpg);
}
.menu_sp06 {
    background-image: url(../images/menu_sp_thumb06.jpg);
}

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

.bnr_unit {
    padding-bottom: 0;
}

.bnr_unit_half {
    width: 100%;
}

.bnr_unit_half:first-of-type,
.bnr_unit_half:last-of-type {
    float: none;
}

.bnr_unit small {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}

.bnr_dmp {
    width: 48%;
    margin: 0;
    float: left;
    text-align: left;
}

.bnr_unit_half>.bnr_dmp {
    width: 49%;
    margin-right: 2%;
}

.bnr_unit_half>.bnr_dmp:last-of-type {
    margin-right: 0;
}

.bnr_dmp:nth-child(odd) {
    margin-right: 3.90625%;
}

.bnr_dmp:first-child,
.bnr_dmp:nth-child(2) {
    margin-bottom: 3.90625%
}

.bnr_dmp p {
    position: static;
    height: auto;
}

.bnr_dmp p a {
    position: static;
}

.bnr_dmp p em,
.bnr_dmp p span {
    /*
  display: none;
  */
}

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

.bnr_dmp dl dd {
    font-size: 12px;
    padding: 0;
    color: #313131;
}


/* CM-SNS */

.supplement {
    width: 100%;
    margin-top: 7.8125%;
}

.supplement h4 {
    margin-bottom: 0.75em;
}

.supplement h4 span {
    font-size: 12px;
}

.supplement h4 hr {
    border-top: solid 1px #e3e3e3;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.supplement dl {
    width: 42%;
    padding-left: 8%;
    text-align: center;
    display: inherit;
    float: left;
    margin: 6px 0 20px !important;
}

.supplement dl a {
    color: #313131!important;
}

.supplement dl dt,
.supplement dl dd {
    display: block;
}

#cm,
#sns {
    float: none;
    width: 100%;
}

#cm>.clearfix,
#sns>.clearfix {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#cm h4 span {
    width: 14%;
}

#cm h4 hr {
    left: 14%;
    width: 86%;
}

#cm a img {
    width: 100%;
}

#cm .pt {
    padding: 0 !important;
}

#cm .slick-slide:not(.slick-center) {
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
}

#sns h4 span {
    width: 17%;
}

#sns h4 hr {
    left: 17%;
    width: 83%;
}

@media screen and (max-width:375px) {
    #cm h4 span {
        width: 17%;
    }
    #cm h4 hr {
        left: 17%;
        width: 83%;
    }
    #sns h4 span {
        width: 22%;
    }
    #sns h4 hr {
        left: 22%;
        width: 78%;
    }
}

#cm dl dt {
    width: 100%;
}

#cm dl dd {
    width: 60%;
    text-align: center;
    margin-top: 5px;
    padding-left: 0;
}

#sns dl dt {
    width: 25%;
    float: left;
    padding-left: 0;
}

#sns dl dt img {
    width: 100%;
}

#sns dl dd {
    width: 60%;
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
    margin-left: 25%;
}

#sns dl dd p {
    font-size: 13px;
}

#sns dd span {
    display: none;
}

ul.slider p {
    font-size: 15px;
}


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

#concept {
    margin-bottom: 40px;
}

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

ul.concept-bnr li {
    width: 100%;
    float: none;
}

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

ul.concept-link li {
    width: 100%;
    float: none;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}


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

.er-unit {
    padding: 30px 0 15px;
}

.er-unit .quarter {
    width: 48.5%;
    margin: 0 3% 30px 0;
}

.er-unit .quarter:nth-of-type(even) {
    margin-right: 0;
}

.er-unit .quarter ul li {
    text-align: left;
}

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


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

.news-unit {
    padding-top: 7.8125%;
}

.news-unit>.three-quarter {
    float: none;
    width: 100%;
}

.news-unit>.quarter {
    float: none;
    width: 100%;
    margin-top: 11.71875%;
}


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

.news-main {
    width: 100%;
}


/*
.news-main:last-child {
  margin-top: 11.71875%;
}
*/

.news-main ul {
    width: 90%;
}

.news-main h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

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

.news-main ul li span,
.news-main ul li a {
    display: block;
}

.news-main ul li span {
    position: relative;
    width: 100%;
    padding-left: 0.25em;
}

.news-main ul li a {
    width: 100%;
    color: #1e1e1e!important;
    padding-left: 4%;
}


/* 続きを見る */

p.next {
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background-color: #f6f6f6;
    height: 40px;
    line-height: 40px;
}

p.next:before {
    position: absolute;
    content: url("../images/listmark_menu.png");
    top: 40%;
    left: 37.5%;
}

p.next a {
    padding-left: 0;
    color: #323232!important;
    width: 100%;
    height: 100%;
    display: block;
}


/* 続きを見る */

p.next_opacity {
    position: relative;
    width: 100%;
    font-size: 13px;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.8);
    height: 40px;
    line-height: 40px;
}

p.next_opacity:before {
    position: absolute;
    content: url("../images/listmark_menu.png");
    top: 40%;
    right: 4%;
}

p.next_opacity a {
    font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    padding-left: 0;
    color: #333!important;
    width: 100%;
    height: 100%;
    display: block;
}


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

.news-side:first-child {
    margin-bottom: 11.71875%;
}

.news-side h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.news-side ul {
    font-size: 13px;
}


/* MISAWAについて */

.news-side ul.about {
    width: 100%;
    border-top: none;
}

.news-side ul.about li {
    width: 50%;
    height: 30px;
    line-height: 30px;
    border-bottom: none;
    float: left;
}

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

.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/listmark_menu.png") no-repeat;
    background-size: contain;
}


/* 関連リンク */

.news-side .related {
    width: 100%;
    float: none;
    border-top: none;
}

.news-side .related:last-of-type {
    margin: 0;
}

.news-side .related tr {
    width: 48.5%;
    float: left;
    border-top: dotted 1px #848484;
    border-bottom: dotted 1px #848484;
}

.news-side .related tr:first-of-type {
    margin-right: 3%;
}

.news-side .related tr:last-of-type {
    border-top: none;
}

.news-side .related td {
    height: 55px;
    border-bottom: none;
}

.news-side .related td:first-of-type {
    width: 55px;
}

.news-side .related td:nth-of-type(2) {
    font-size: 12px;
    line-height: 1.3;
}

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

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

@media screen and (max-width:320px) {
    .news-side .related td:nth-of-type(2) {
        font-size: 10px;
    }
    .news-side .related td:nth-of-type(2) em {
        font-size: 8px;
    }
}

#news {
    padding-bottom: 0 !important;
}


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

.catalog-present {
    position: relative;
    z-index: 1;
    padding: 10% 0 15%;
}

.catalog-present h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.catalog-unit {
    padding: 0;
    margin-bottom: 0;
}

.catalog {
    width: 100%;
    float: none;
}

.catalog:first-of-type {
    /*
  float: left;
  */
    margin-bottom: 30px;
}

.catalog:nth-of-type(2) {
    /*
  float: right;
  */
    margin-bottom: 40px;
}

.catalog:last-of-type {
    float: none;
    /*
  clear: both;
  */
    margin: 0 auto;
}

.catalog p img {
    transform: scale(0.8);
    transform-origin: center;
}

.catalog dl {
    margin: 0 0 15px;
}

.catalog dl dt {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0;
}

.catalog dl dd {
    display: none;
}

.quarter .tagSearchCond {
    height: 5rem;
}

#pickup-hospital .quarter,
#pickup-child .quarter {
    margin-right: 3%;
}

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