@charset "UTF-8";
/*=============================================================================
  Copyright (C) Mitsubishi Estate Group
  Event Category CSS
=============================================================================*/
/******************************************************************************
  Common
******************************************************************************/
.mb40 { margin-bottom: 40px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb150 { margin-bottom: 150px !important; }
.iBlock { display: inline-block; }
.m-secL.is-event {
  padding-top: 100px;
  margin-bottom: 90px;
}
.m-secL.is-event:last-of-type {
  margin-bottom: 60px;
}
.event-call {
  margin-top: 20px;
  margin-bottom: 40px;
}
.event .m-case-point-list > li a .text span {
  display: inline;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}
.event .m-case-point-list > li a:hover .text span {
  padding-bottom: 4px;
  border-bottom-width: 0;
}
.cnt-item h3 {
  font-size: 18px;
  margin-bottom: 16px;
}
.cnt-item.cnt-web h3 {
  padding-left: 30px;
  background: url(../img/ico_web.png) no-repeat left center;
}
@media screen and (max-width: 768px){
  .m-secL.is-event {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .event .m-case-point-list > li a { text-decoration: underline; }
  .event .m-case-point-list > li a:hover { text-decoration: none; }
  .event .m-case-point-list > li a .text span {
    display: inline;
    padding-bottom: 0;
    border-bottom-width: 0;
  }
  .event .m-case-point-list > li a:hover .text span {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px){
  .mb150 { margin-bottom: 30px !important; }
  .m-indent-list.is-event {
    font-size: 14px;
  }
  .m-indent-list.is-event > li .m-indent-list-head {
    float: none;
    margin-right: 0;
  }
  .m-indent-list.is-event > li .m-indent-list-text {
    font-size: 12px;
    letter-spacing: normal;
  }
}

.event-tit1 {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 30px auto 10px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 0;
}
.event-tit1::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #bb324e;
  position: absolute;
  z-index: 0;
  top: 0;
}
.event-tit1 strong {
  display: inline-block;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #ffffff;
  font-weight: bold;
  color: #bb324e;
  position: relative;
  z-index: 10;
}
.event-tit2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.event-tit3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .event-tit1 {
    font-size: 16px;
    margin-top: 15px;
  }
  .event-tit2 { font-size: 18px; }
  .event-tit3 { font-size: 18px; }
  .event-tit3.mb70 { margin-bottom: 30px !important; }
}

.event .m-h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 20px;
  color: #333;
}

.event-btn-priority {
  display: inline-block;
  width: 120px;
  border: 1px solid #333;
  font-weight: normal;
  text-align: center;
  margin-left: 10px;
}
.event-btn-priority.is-type1 {
  border-color: #c55d08;
  background-color: #c55d08;
  color: #fff;
}
.event-btn-priority.is-type2 {
  border-color: #bb342e;
  background-color: #bb342e;
  color: #fff;
}
@media screen and (max-width: 768px){
  .event-btn-priority {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

.event-btn-list {
  display: block;
  width: 100%;
  margin: 20px auto 0;
}
.event-btn-list.is-close {
  text-align: center;
}
.event-btn-list::after {
  content: "";
  display: block;
  clear: both;
}
.event-btn-list > li {
  display: block;
  text-align: center;
  float: left;
}
.event-btn-list.is-close li {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.event-btn-list > li:first-child {
  width: 66.3636363%;
}
.event-btn-list > li:first-child a {
  display: block;
  width: 100%;
  background-color: #bb342e;
  font-size: 18px;
  color: #fff;
  padding: 15px 0;
}
.event-btn-list > li:first-child a:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.event-btn-list > li:first-child a img {
  vertical-align: middle;
  margin-right: 10px;
}
.event-btn-list > li:last-child {
  width: 32.7272727%;
  margin-left: 0.9090909%;
}
.event-tel-txt {
  line-height: 1;
  padding: 11px 5% 12px;
  background-color: #bb342e;
}
.event-tel-wrap {
  display: table;
  width: 100%;
  height: 60px;
  background-color: #f3f3f3;
}
.event-tel-wrap .event-tel-wrap-img {
  display: table-cell;
  width: 106px;
  border-right: 1px solid #333;
  text-align: center;
  vertical-align: middle;
}
.event-tel-wrap .event-tel-wrap-txt {
  display: table-cell;
  width: 254px;
  text-align: center;
  vertical-align: middle;
}
.event-tel-wrap .event-tel-wrap-txt p {
  font-size: 157.1%;
  font-weight: bold;
  line-height: 1.125;
}
.event-tel-wrap .event-tel-wrap-txt p.is-note {
  font-size: 54.5%;
  font-weight: normal;
}
.event-btn-close {
  text-align: center;
}
@media screen and (min-width: 769px){
  .event-btn-list.is-close > li:first-child {
    width: auto;
    max-width: 66.3636363%;
  }
}
@media screen and (max-width: 768px){
  .event-btn-list > li {
    float: none;
  }
  .event-btn-list > li:first-child {
    width: 100%;
  }
  .event-btn-list > li:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .event-btn-list.is-close > li:last-child {
    max-width: 540px;
  }
}
@media screen and (max-width: 767px){
  .event-btn-list {
    margin-top: 0;
  }
}

.event-bnr-lst,
.event-bnr-lst > li {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.event-bnr-lst > li {
  width: 36.3636363%;
  margin-bottom: 10px;
}
.event-bnr-lst > li + li { margin-left: 20px; }
@media screen and (max-width: 767px){
  .event-bnr-lst > li {
    display: block;
    width: 100%;
  }
  .event-bnr-lst > li + li { margin-left: 0px; }
}


.event-4col-list{
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
	margin: -6.5px;
}
.event-4col-list > li{
	width: 25%;
	padding: 6.5px;
}
@media screen and (max-width: 1030px){
  .event-4col-list > li{
    width: 33.33%;
  }
}
@media screen and (max-width: 767px){
  .event-4col-list > li{
    max-width: 350px;
    width: 100%!important;
  }
}

.event-box{
  text-align: center;
  padding: 20px 5px;
  background-color: #f6f6f6;
  height: 100%;
}


.event-btn01{
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}
.event-btn01 a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  position: relative;
  padding: 16px 5px 15px;
}
.event-btn01 a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 9px;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.event-btn01 a:hover,
.event-btn01 a:hover::before {
  border-color: #bb342e;
}

.event-btn02{
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}
.event-btn02 a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #bb342e;
  /* border: 1px solid #333; */
  /* color: #010101; */
  position: relative;
  padding: 17px 5px 16px;
}
.event-btn02 a:hover {
opacity: 0.7;
}







