.c-crumbs {
  display: none;
  padding: 0;
}

.p-slider_main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p-slider_main .p-txt_slider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  z-index: 3;
  text-shadow: 2px 2px #000000;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .p-slider_main .p-txt_slider {
    font-size: 25px;
    letter-spacing: 0;
    top: 40%;
  }
}
/*.p-slider_main .p-new_link_slider {
  position: absolute;
  z-index: 3;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
		  width:80px;
}*/

.p-slider_main .p-news_link_slider {
  position: absolute;
  z-index: 9;
  right: 0px;
  bottom: -36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 72px;
}

.p-slider_main .p-news_link_slider a {
	display: block;
}



@media only screen and (max-width: 768px) {
.p-slider_main .p-news_link_slider {
  position: absolute;
  z-index: 9;
  right: 1px;
  bottom: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
}
  .p-slider_main .p-news_link_slider a img{
    width:44px;
    height: 44px;
  }
}




.p-slider_main .merumaga_link_slider a ,.p-slider_main .p-other_link_slider a　,.p-slider_main .p-other_link_slider01 a　,.p-slider_main .p-other_link_slider02 a{
	display: block;
}

.p-slider_main .p-spacel_link_slider {
  position: absolute;
left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  z-index: 4;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
		  width:360px;
}




@media only screen and (max-width: 768px) {
  .p-slider_main .p-spacel_link_slider {
    width:340px;
  }
}
.p-slider_main .p-merumaga_link_slider {
  position: absolute;
  z-index: 4;
  left: 1%;
  top: 11%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
		  width:294px;
}
.p-slider_main .p-other_link_slider {
  position: absolute;
  z-index: 5;
  left: 1%;
  bottom: 0%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
		  width:294px;
}

/*  追加　*/

.p-slider_main .p-other_link_slider01 {
  position: absolute;
  z-index: 5;
  left: 1%;
  bottom: -3%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
		  width:294px;
}
.p-slider_main .p-other_link_slider02 {
  position: absolute;
  z-index: 5;
  left: 1%;
  bottom: 14%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
		  width:294px;
}

.p-slider_main .slick-dots {
  bottom: 20px;
  z-index: 3;
}

.p-slider_main .slick-dots .slick-active button:before {
  background: #1A509D;
  opacity: 1;
}

.p-slider_main .slick-dots button:before {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  content: "";
  opacity: 1;
}

.p-slider_main .p-slider {
  margin-bottom: -4px;
  position: relative;
}

.p-slider_main .p-slider .p-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .p-slider_main .p-slider {
    margin-bottom: 0;
  }
}

.p-slider_main .p-slider .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
  z-index: 3;
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .p-slider_main .p-slider .slick-prev.slick-arrow {
    left: 13.5%;
  }
}

@media only screen and (max-width: 768px) {
  .p-slider_main .p-slider .slick-prev.slick-arrow {
    left: 5%;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.p-slider_main .p-slider .slick-next.slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .p-slider_main .p-slider .slick-next.slick-arrow {
    right: 13.5%;
  }
}

@media only screen and (max-width: 768px) {
  .p-slider_main .p-slider .slick-next.slick-arrow {
    right: 5%;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.p-news_link {
  font-size: 15px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  background: #bb0101;
/*  background: #1A509D;*/
}

.p-news_link a {
  color: #FFFFFF;
  display: block;
}

.p-news_link a:before{
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 27px;
  padding-right: 25px;
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
}
.p-slider_main .p-member_link {
  font-size: 15px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  background: #5aaedc;
}

.p-slider_main .p-login_link {
  font-size: 15px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  background: #fbe41a;
}

.p-slider_main .p-news_link a ,.p-slider_main .p-member_link a{
  color: #FFFFFF;
  display: block;
}

.p-slider_main .p-login_link a {
  color: #000000;
  display: block;
}

.p-slider_main .p-news_link a:before ,.p-slider_main .p-member_link a:before ,.p-slider_main .p-login_link a:before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-left: 27px;
  padding-right: 25px;
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
}

.p-building .p-buil_col_03 {
  float: left;
  width: 33.3333%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.p-building .p-buil_col_03:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.p-building .p-buil_col_03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .p-building .p-buil_col_03 {
    width: 100%;
  }
}

.p-building .p-buil_col_03 .p-color_green {
  color: #13920F;
}

.p-building .p-buil_col_03 .p-color_blue {
  color: #1A509D;
}

.p-building .p-buil_col_03 .p-color_bink {
  color: #E0125A;
}

.p-building .p-buil_col_03 .p-color_white {
  color: #FFFFFF;
}

.p-building .p-buil_col_03 .p-color_black {
  color: #111111;
}

.p-building .p-buil_col_03 .p-color_green_02 {
  color: #23870E;
}

.p-building .p-buil_col_03 .p-content_buil {
  position: absolute;
  left: 8%;
  top: 30%;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .p-building .p-buil_col_03 .p-content_buil {
    left: 5%;
  }
}

.p-building .p-buil_col_03 .p-content_buil .p-txt_buil {
  font-size: 15.03px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .p-building .p-buil_col_03 .p-content_buil .p-txt_buil {
    font-size: 10px;
  }
}

.p-building .p-buil_col_03 .p-content_buil .p-txt_title {
  font-size: 36px;
  font-weight: 700;
  padding-right:20px;
  line-height:1.2em;
}

@media only screen and (max-width: 768px) {
  .p-building .p-buil_col_03 .p-content_buil .p-txt_title {
    font-size: 22px;
  }
}

.p-building .p-buil_col_03 .p-content_buil .p-txt_bim {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin: 2px 0 -4px;
}

/*20200819plus*/
.p-building .p-buil_col_04 {
  float: left;
  width: 25%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.p-building .p-buil_col_04:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.p-building .p-buil_col_04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .p-building .p-buil_col_04 {
    width: 100%;
  }
}

.p-building .p-buil_col_04 .p-color_green {
  color: #13920F;
}

.p-building .p-buil_col_04 .p-color_blue {
  color: #1A509D;
}

.p-building .p-buil_col_04 .p-color_bink {
  color: #E0125A;
}

.p-building .p-buil_col_04 .p-color_white {
  color: #FFFFFF;
}

.p-building .p-buil_col_04 .p-color_black {
  color: #111111;
}

.p-building .p-buil_col_04 .p-color_green_02 {
  color: #23870E;
}
.p-building .p-buil_col_04 .p-color_blue_02 {
  color: #0488b9;
}



.p-building .p-buil_col_04 .p-content_buil {
  position: absolute;
  left: 8%;
  top: 28%;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .p-building .p-buil_col_04 .p-content_buil {
    left: 5%;
  }
}
.p-building .p-buil_col_04 .p-content_buil .p-txt_buil {
  font-size: 13px;
  text-transform: uppercase;
    text-shadow: 2px  2px 1px #fff,
-2px  2px 1px #fff ,
2px -2px 1px #fff ,
-2px -2px 1px #fff ,
2px  0px 1px #fff ,
0px  2px 1px #fff ,
-2px  0px 1px #fff ,
0px -2px 1px #fff ,
3px  3px 10px #fff ,
-3px  3px 10px #fff ,
3px -3px 10px #fff ,
-3px -3px 10px #fff;

}

@media only screen and (max-width: 768px) {
  .p-building .p-buil_col_04 .p-content_buil .p-txt_buil {
    font-size: 10px;
    text-shadow: 0 0 10px #fff,0 0 15px #fff;
  }
}

.p-building .p-buil_col_04 .p-content_buil .p-txt_title {
  font-size: 27px;
  font-weight: 700;
  padding-right:20px;
  line-height:1.3em;
  text-shadow: 2px  2px 1px #fff,
-2px  2px 1px #fff ,
2px -2px 1px #fff ,
-2px -2px 1px #fff ,
2px  0px 1px #fff ,
0px  2px 1px #fff ,
-2px  0px 1px #fff ,
0px -2px 1px #fff ,
3px  3px 10px #fff ,
-3px  3px 10px #fff ,
3px -3px 10px #fff ,
-3px -3px 10px #fff;
}

@media only screen and (max-width: 768px) {
  .p-building .p-buil_col_04 .p-content_buil .p-txt_title {
    font-size: 23px;
  }
}

.p-building .p-buil_col_04 .p-content_buil .p-txt_bim {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  margin: 2px 0 -4px;
  line-height: 1.3em;
  text-shadow: 2px  2px 1px #fff,
-2px  2px 1px #fff ,
2px -2px 1px #fff ,
-2px -2px 1px #fff ,
2px  0px 1px #fff ,
0px  2px 1px #fff ,
-2px  0px 1px #fff ,
0px -2px 1px #fff ,
3px  3px 10px #fff ,
-3px  3px 10px #fff ,
3px -3px 10px #fff ,
-3px -3px 10px #fff;
}



@media only screen and (max-width: 768px) {
  .p-building .p-buil_col_04 .p-content_buil .p-txt_bim {
    font-size: 23px;
  }
}

.p-heading-support {
  text-align: center;
  font-size: 30px;
  color: #333333;
}

@media (max-width: 768px) {
  .p-heading-support {
    font-size: 18px;
  }
}

.p-heading-support span {
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .p-heading-support span {
    font-size: 10px;
  }
}

.container-fluid.c-bg-gray {
  padding: 20px 0 30px;
}

.p-list-support {
  display: inline-block;
  width: 100%;
}

.p-list-support li {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .p-list-support li {
    width: 100%;
    margin-right: 0;
  }
}

.p-list-support li:nth-child(2n) {
  margin-right: 0;
}

.p-list-support li:last-child {
  margin-bottom: 0;
}

.p-list-support li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  color: #1A509D;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  padding-right: 5px;
}

.p-list-support li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .p-list-support li a {
    font-size: 13px;
  }
}

.p-list-support li a img {
  width: auto;
  padding: 0 20px;
}

.p-ct-left {
  background-color: #1A509D;
  padding: 10px 10px 3px 10px;
  text-align: center;
}

.p-ttl-support {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.p-pb_m_18 {
  padding: 5px 0 18px;
}

@media only screen and (max-width: 768px) {
  .p-pb_m_18 {
    padding: auto;
  }
}

.p-pb_top {
  padding: 5px 0 0;
}

@media only screen and (max-width: 768px) {
  .p-pb_top {
    padding: auto;
  }
}

.list-support-right {
  display: inline-block;
  width: 100%;
}

.list-support-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
  margin-bottom: 12px;
  background-color: #FFFFFF;
  color: #1A509D;
  font-size: 14px;
}

.list-support-right li a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
}

.list-support-right li .p-user:before {
  content: "";
/*  background: url("/elv/img/new/option/pej/ico_12.png");
*/  background-size: 100% 100%;
  width: 24px;
  height: 27px;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-support-right li .p-notice:before {
  content: "";
/*  background: url("/elv/img/new/option/pej/ico_12a.png");
*/  background-size: 100% 100%;
  width: 30px;
  height: 24px;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-service .p-new_sale .p-list_sale .p-bg_01 {
  background: #547876;
}

.p-service .p-new_sale .p-list_sale .p-bg_02 {
  background: #72A9CF;
}

.p-service .p-new_sale .p-list_sale .p-bg_03 {
  background: #A1B13E;
}

.p-service .p-new_sale .p-list_sale .p-bg_04 {
  background: #9E2D28;
}

.p-service .p-new_sale .p-list_sale .p-bg_05 {
  background: #CAA229;
}

.p-service .p-new_sale .p-list_sale .p-opacity-none:hover {
  opacity: 1;
}

.p-service .p-new_sale .p-list_sale li {
  width: 50%;
  float: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.p-service .p-new_sale .p-list_sale li:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .p-service .p-new_sale .p-list_sale li {
    width: 100%;
  }
}

.p-service .p-new_sale .p-list_sale li a {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.p-service .p-new_sale .p-list_sale li a:hover .p-content_sale {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.p-service .p-new_sale .p-list_sale li a .p-img_none_sp {
  position: relative;
}

.p-service .p-new_sale .p-list_sale li a .p-img_none_sp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.p-service .p-new_sale .p-list_sale li a .p-content_sale {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 33px;
}

@media only screen and (max-width: 768px) {
  .p-service .p-new_sale .p-list_sale li a .p-content_sale {
    padding-left: 13px;
  }
}

.p-service .p-new_sale .p-list_sale li a .p-content_sale .p-txt_sale {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .p-service .p-new_sale .p-list_sale li a .p-content_sale .p-txt_sale {
    font-size: 8px;
  }
}

.p-service .p-new_sale .p-list_sale li a .p-content_sale .p-ttl_sale {
  font-weight: 700;
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  .p-service .p-new_sale .p-list_sale li a .p-content_sale .p-ttl_sale {
    font-size: 18px;
  }
}

.p-service .p-new_sale .p-list_sale li a .p-img_sale {
  width: 50%;
  float: left;
  position: relative;
}

.p-service .p-new_sale .p-list_sale li a .p-img_sale:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.p-tatemono_lab {
  position: relative;
}

.p-tatemono_lab .p-tab_link .p-tate_content {
  position: absolute;
  color: #FFFFFF;
  top: 39%;
  z-index: 3;
}

.p-tatemono_lab .p-tab_link .p-tate_content .p-txt_tate {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-tatemono_lab .p-tab_link .p-tate_content .p-txt_tate {
    font-size: 7px;
  }
}

.p-tatemono_lab .p-tab_link .p-tate_content .p-ttl_tate {
  font-size: 36px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-tatemono_lab .p-tab_link .p-tate_content .p-ttl_tate {
    font-size: 18px;
  }
}

.p-tatemono_lab .p-tab_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.p-tatemono_lab .p-tab_link:hover:before {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.p-infomation .p-link_tab {
  text-align: center;
  margin: 18px 0 31px;
}

@media only screen and (max-width: 768px) {
  .p-infomation .p-link_tab {
    margin: 16px 0;
  }
  .p-infomation .p-link_tab a {
    font-size: 12px;
  }
}

.p-infomation .tab-content {
  display: none;
}

.p-infomation .tab-content.active {
  display: block;
}

.p-infomation .p-list_tab_menu .tab .tab-menu {
  text-align: center;
}

.p-infomation .p-list_tab_menu .tab .tab-menu .active {
  border-bottom: 2px solid #0064d2;
  color: #1A509D;
}

@media only screen and (max-width: 768px) {
  .p-infomation .p-list_tab_menu .tab .tab-menu .active {
    font-size: 12px;
  }
}

.p-infomation .p-list_tab_menu .tab .tab-menu li {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 18px 22px 24px;
  font-size: 15px;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .p-infomation .p-list_tab_menu .tab .tab-menu li {
    margin: 0 11px 15px;
    font-size: 12px;
  }
}

.p-infomation .p-list_tab_menu .tab-content {
  width: 100%;
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li {
  padding: 11px 0 14px;
  min-height: 50px;
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li:nth-of-type(odd) {
  background: #E9F1F8;
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li:nth-of-type(even) {
  background: #FFFFFF;
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-date_info {
  float: left;
  color: #000000;
  font-size: 16px;
  padding-right: 24px;
}

@media only screen and (max-width: 768px) {
  .p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-date_info {
    float: none;
    font-size: 0.8125rem;
    padding-right: 5px;
  }
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-bg_info {
  float: left;
  max-height: 24px;
  min-width: 80px;
  padding: 5px 9px 5px 13px;
  background: #0064d2;
  color: #FFFFFF;
  margin-right: 35px;
  font-size: 14px;
  line-height: 16px;
}

@media only screen and (max-width: 768px) {
  .p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-bg_info {
    float: none;
    font-size: 0.8125rem !important;
    padding: 3px 9px 3px 13px;
  }
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-blue {
  background: #4CAED6;
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-info_bl_info {
  display: table-cell;
}

@media only screen and (max-width: 768px) {
  .p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-info_bl_info {
    display: block;
    padding-top: 6px;
  }
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-info_bl_info a {
  text-decoration: underline;
  color: #197FC4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 5px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-info_bl_info a {
    display: block;
    line-height: 17px;
    font-size: 0.8125rem;
    padding-left: 10px;
  }
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-info_bl_info a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6;
}

.p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-info_bl_info a:before {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  content: "\f105";
}

@media only screen and (max-width: 768px) {
  .p-infomation .p-list_tab_menu .tab-content .p-list_infomation li .p-info_bl_info a:before {
    left: -5px;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.p_emergency_main {
  background: #ECE9E9;
  padding-bottom: 40px;
  padding-top: 20px;
}

.p_emergency_main .p-emergency {
  border: 2px solid #D10000;
  background: #FFFFFF;
}

.p_emergency_main .p-emergency .p-heading_em {
  background: #D10000;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .p_emergency_main .p-emergency .p-heading_em {
    font-size: 16px;
    padding: 7px 0;
  }
}

.p_emergency_main .p-emergency .p-list_em {
  padding: 29px 32px 0 25px;
}

@media only screen and (max-width: 768px) {
  .p_emergency_main .p-emergency .p-list_em {
    padding: 29px 15px 0 15px;
  }
}

.p_emergency_main .p-emergency .p-list_em li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #999999;
}

.p_emergency_main .p-emergency .p-list_em li .p-date {
  float: left;
  display: table-cell;
  padding-right: 33px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .p_emergency_main .p-emergency .p-list_em li .p-date {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p_emergency_main .p-emergency .p-list_em li .p-date {
    float: none;
    display: block;
    padding-bottom: 5px;
  }
}

.p_emergency_main .p-emergency .p-list_em li .p-table_cl {
  display: table-cell;
}

@media only screen and (max-width: 768px) {
  .p_emergency_main .p-emergency .p-list_em li .p-table_cl {
    display: block;
  }
}

.p_emergency_main .p-emergency .p-list_em li .p-table_cl .p-ttl_em {
  font-size: 14px;
  color: #000000;
  padding-bottom: 12px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .p_emergency_main .p-emergency .p-list_em li .p-table_cl .p-ttl_em {
    font-size: 10px;
  }
}

.p_emergency_main .p-emergency .p-list_em li .p-table_cl .p-txt_em {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .p_emergency_main .p-emergency .p-list_em li .p-table_cl .p-txt_em {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p_emergency_main .p-emergency .p-list_em li .p-table_cl .p-link_em {
    line-height: 15px;
  }
}

.p_emergency_main .p-emergency .p-list_em li .p-table_cl .p-link_em:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  padding-right: 5px;
  color: #378AC8;
}

.p_emergency_main .p-emergency .p-list_em li .p-table_cl .p-link_em a {
  color: #378AC8;
  text-decoration: underline;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .p_emergency_main .p-emergency .p-list_em li .p-table_cl .p-link_em a {
    font-size: 10px;
  }
}

.p_emergency_main .p-emergency .p-list_em li .p-table_cl .p-pt_top {
  padding-top: 10px;
}

.c-submenu {
  display: none;
}

.c-bnr-column {
	display:none;
}


/* main btn-shadow */
.slick-dots li button:before
{
    box-shadow: 0 0 8px gray;
}



/* foot btn */
.top_member{
  margin-top: 30px;
  padding: 20px 0 20px 0;
  background: url('/elv/new/support/bim/img/bim_foot.png') no-repeat;
/*  background: #fad737;
*/  background-size: cover;
}

.top_member .c-txt-lead {
  text-align: center;
    color: #FFF;

/*  color: #111;
*/  font-size: .875rem;
 }
@media(min-width:768px) {
	.top_member .c-txt-lead { font-size: 1.2rem; }
}

.top_member__leadlink{
  text-decoration: underline;
  color: #FFF;
}

.top_member .c-btn-01 > a{
  border-radius: 0;
  border: none;
}

.top_member .c-btn-01 > a span{
  padding-right: 10px;
}

.top_member .c-btn-01 > a span::before{
  right: inherit;
  left: 20px;
}

.top_member .c-btn-01 .c-btn-red{
    color: #fff;
    background: #e61e1e;
}


.hide-more-md { display: inline }
@media(min-width:768px) {
	.hide-more-md { display: none; }
}
.hide-less-md { display: inline }
@media(max-width:767px) {
	.hide-less-md { display: none; }
}

.p-new-member-top-btn-01 .c-btn-01 > a {
	height:60px;
}

.p-new-member-top-btn-01 .c-btn-01 a strong {
	font-size:1rem;
}

.p-new-member-top-btn-01 .c-btn-01 {
	width:100%;
}

.p-new-member-top-btn-02 {
	background:#1a509d;
	font-size:1.2rem;
}
.p-new-member-top-btn-box {
	display:table;
	width:100%;
}
.p-new-member-top-btn-cell-01 {
	display:table-cell;
	vertical-align:middle;
}

.p-new-member-top-btn-cell-01 p {
	padding-right:10px;
}

.p-new-member-top-btn-cell-02 {
	display:table-cell;
	width:40%;
	vertical-align:middle;
}
.p-new-member-top-btn-02 span:before{
	font-family: "Font Awesome 5 Free";
	font-size:12px;
	font-weight: 700;
	line-height:1.5;
	content: "\f008";
	margin-right:5px;
}

.p-new-member-top-btn-02 a {
	color:#fff;
}






@media screen and (min-width:768px){
	.p-new-member-top-btn-01 .col-md-4:first-child {
		margin-left:17%;
	}
	.p-new-member-top-btn-01 .c-btn-01 a strong {
		font-size:1.1rem;
	}
	.p-new-member-top-height-01 {
		height:2.5em;
	}
}


.p-tatemono_link .p-tate_col_06 {
  float: left;
  width: 66.6666%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.p-tatemono_link .p-tate_col_03 {
  float: left;
  width: 33.3333%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}




/*20211023plus*/
.p-top-ttl{
  margin-bottom: 30px;
  padding-bottom: 16px;
  color: #333;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-top-ttl::after{
  content: "";
  position: relative;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 3px;
  background: #0064d2;
}

@media only screen and (max-width: 768px) {
  .p-top-ttl{
    margin-bottom: 30px;
    font-size: 21px;
    padding-bottom: 8px;
  }

  .p-top-ttl::after{
    bottom: -8px;
    width: 30px;
    height: 2px;
  }
}

.p-banner-news{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  color: #fff;
  background: #0064d2;
  transition: all .3s;
}
@media only screen and (max-width: 768px) {
.p-banner-news{
  padding: 0 15px;
}
}
.p-banner-news i{
  padding-right: 20px;
}

.p-banner-news:hover{
  text-decoration: none;
  opacity: 0.9;
}

.p-banner-news:hover span{
  text-decoration: underline;
}


.p-service{
  padding-top: 30px;
  padding-bottom: 0;
}

.p-service__item a,
.p-service__box a{
  display: block;
  transition: all .3s;
}

.p-service__item a:hover,
.p-service__box a:hover{
  opacity: 0.7;
}

.p-service__item a:hover .p-service__ttl,
.p-service__box a:hover .p-service__ttl{
  text-decoration: underline;
}

.p-service__box{
  border: 1px solid #bbb;
}

.p-service__box--facility {
  margin-top: 30px;
}

.p-service__box--facility .p-service__ttl-wrap{
  border-top: none;
}

.p-service__image{
  margin-bottom: 0;
}

.p-service__ttl-wrap {
  display: block;
  text-align: center;
  border-top: 1px solid #bbb;
}

.p-service__ttl{
  position: relative;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #1A509D;
  font-size: 18px;
}

.p-service__ttl::before {
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    content: "\f105";
}


@media only screen and (max-width: 768px) {

  .p-service__list{
    padding-right: 7px;
    padding-left: 7px;
  }

  .p-service__item{
    padding-left: 8px;
    padding-right: 8px;
  }

  .p-service__box--facility-wrap{
    /* margin-top: 30px; */
    padding-left: 8px;
    padding-right: 8px;
  }

  .p-service__box--facility{
    margin-top: 0;
  }

  .p-service__item:nth-child(n+3){
    margin-top: 20px;
  }

  .p-service__ttl{
    display: block;
    font-size: 14px;
  }

  .p-service__ttl::before{
    left: 8px;
  }
}


/* building */

.top_building{
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-building__item a{
  display: block;
  transition: all .3s;
}

.p-building__item a:hover{
  opacity: 0.7;
}

.p-building__box{
  position: relative;
}

.p-building__image{
  margin-bottom: 0;
}

.p-building__textwrap{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction:column;
  width: 100%;
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
  color: #fff;
}

.p-building__en{
  display: block;
  font-size: 12px;
}

.p-building__ttl{
  display: block;
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {

  .p-building__list{
    margin-right: 10px;
    margin-left: 10px;
  }

  .p-building__item{
    padding-left: 8px;
    padding-right: 8px;
  }

  .p-building__item:nth-child(n+3){
    margin-top: 20px;
  }

  .p-building__en{
    font-size: 11px;
  }

  .p-building__ttl{
    margin-top: 6px;
    font-size: 20px;
  }
}




/* case */

.p-case{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f2f1f4;
  overflow: hidden;
}

.p-case__slider a{
  display: block;
  transition: all .3s;
  color: inherit;
}

.p-case__slider a:hover{
  opacity: 0.7;
}

.p-case__slider .slick-prev::before{
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  color: #333;
}


.p-case__slider .slick-next::before{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  color: #333;
}

.p-case__caption{
  position: relative;
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 6px;
}

.p-case__caption::before{
  content: "\f054";
  position: absolute;
  top: 3px;
  left: 0;
  /* transform: translateY(-50%); */
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  /* font-size: 20px; */
}

.p-case__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 60px;
  margin: 0 auto 0;
  color: #fff;
  background: #0064d2;
}

.p-case__btn-inner{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.p-case__btn-inner::before{
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .p-case__caption{
    font-size: 13px;
  }

  .p-case__btn{
    height: 50px;
    margin-top: 20px;
  }
}

.p-case__btn02{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 40px auto 0;
  color: #fff;
  background: #0064d2;
    padding: 5px 10px;
}



/* infomation */

.p-infomation{
  padding-top: 30px;
  /* padding-bottom: 60px; */
  padding-bottom: 0;
}

.p-infomation .p-top-ttl{
  margin-bottom: 20px;
}



/* others */
.p-others{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #c1dff3;
}

.p-others__box a{
  display: block;
  color: inherit;
  transition: all .3s;
}

.p-others__box a:hover{
  opacity: 0.7
}

.p-others__box:nth-child(n+4){
  margin-top: 20px;
}

.p-others__image{
  margin-bottom: 10px;
}

.p-others__ttl{
  position: relative;
  padding-left: 16px;
}

.p-others__ttl::before{
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .p-others__list{
    margin-left: 10px;
    margin-right: 10px;
  }

  .p-others__box{
    padding-left: 8px;
    padding-right: 8px;
  }

  .p-others__box:nth-child(n+3){
    margin-top: 20px;
  }

  .p-others__ttl{
    font-size: 13px;
  }
}

/* tag */

.tab-content .p-list_infomation_tag li {
  padding: 10px;
  min-height: 50px;
}

.tab-content .p-list_infomation_tag li:nth-of-type(odd) {
  background: #E9F1F8;
}

.tab-content .p-list_infomation_tag li:nth-of-type(even) {
  background: #FFFFFF;
}


.p-list_infomation_tag dl{
	padding:10px 0;
}

.p-list_infomation_tag dl dt{
	font-weight:400;
}

.p-list_infomation_tag dl dd{
	margin:0;
}


@media screen and (min-width:768px){
.p-list_infomation_tag dl{
		display:table;
		width:100%;
		padding:0;
	}

	.p-list_infomation_tag dl dt{
		display:table-cell;
		width:12%;
		padding:12px 0;
		vertical-align:top;
	}

	.p-list_infomation_tag dl dd{
		display:table-cell;
		width:88%;
		box-sizing:border-box;
		vertical-align:top;
        padding:5px 0;
	}
    .p-list_infomation_tag dl dd.icon{
		display:table-cell;
		width:88%;
		padding:12px 0 12px 12px;
		box-sizing:border-box;
		vertical-align:top;
	}
}

.news_tag_link_bg{
  max-height: 24px;
  padding: 4px 12px ;
  background: #0064d2;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
   margin-top: 10px;
  margin-right: 10px;
  border-radius: 30px ;
  display: inline-block;
}
.news_tag_link_bg a, .news_tag_link_bg a:hover,　.news_tag_link_bg a:active, .news_tag_link_bg a:visited{color: #ffffff; text-decoration: none;}
.news_tag_link_bg a:hover{opacity:0.7;}


.tag_list{
  margin-top: 5px;
}

.tag_list li{
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width:769px){
.news_tag_bg, .news_tag_link_bg{font-size: 0.8125rem;}
}
  