@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.top_blog {
	max-height: 400px;
	overflow-y: auto;
	text-align: left;
}
.blog_list {
  border: none !important;
}
.blog_list > div {
  border-bottom: 1px solid #ccc !important;
}
.blog_photo {

}
.blog_text {
  padding: 30px 0 !important;
  width: 100% !important;
}
.blog_text h3 {
  order: 3;
  margin-bottom: 0 !important;
  font-size: 16px !important;
}
.blog_text h3 a {
  color: #333;
  text-decoration: underline;
}
.blog_text .detail {
  display: none;
}
.blog_date {
  font-size: 16px !important;
  color: #ffffff !important;
  order: 1;
  line-height: 1em;
  padding: 10px;
  display: inline-block;
  background-color: #2C2E30;
  font-weight: bold;
}
#navigation > ul > li {
  position: relative;
}
#navigation > ul > li ul {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 38px;
  padding: 0;
}
#navigation > ul > li ul a {
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
}
#navigation > ul > li ul a span {
  font-size: 14px;
  color: #fff;
}
.mean-container .mean-nav ul li li a {
  width: 100% !important;
}
.news {
  height: 400px;
  overflow-y: scroll;
}
.news dl {
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
}
.news dl dt {
  width: 15% !important;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #2c2e30 !important;
  padding: 5px 10px !important;
  color: #fff !important;
  -ms-align-items: center !important;
  align-items: center !important;
}
.news dl dd {
  margin-left: 10px;
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  color: #333;
  width: 84% !important;
}
/*================== ○○○○.html =================*/
.qr {
  max-width: 78px;
  margin-left: 10px;
}

.home_td .box a {
  font-size: 13px;
  color: #fff;
  background: #ffc9d2;
  padding: 10px;
  display: block;
  text-align: center;
}

.btn a {
  font-size: 16px;
  color: #fff;
  background: #ffc9d2;
  padding: 15px;
  display: block;
  text-align: center;
  border-radius: 30px;
}

#header .inner #hed_info .cont {
  background: #ffc9d2;
}

.case01 h3 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #ffc9d2;
  background: #fff;
}

.case01 h3:before,
.case01 h3:after {
  position: absolute;
  content: "";
}

.case01 h3:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #ffc9d2;
  border-radius: 50%;
  background: #ffc9d2;
}

.case01 h3:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffc9d2;
}

.case01 h3 i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.case01 h3 span {
  position: relative;
  z-index: 1;
  font-size: 1.6em;
  font-weight: 500;
}

.bg-pink {
  background-color: #fdeff2;
  font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .qr {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .qr {
    display: none;
  }
  .news dl {
    display: block !important;
  }
  .news dl dt {
    width: 100% !important;
  }
  .news dl dd {
    margin-left: 0;
    width: 100% !important;
    margin-top: 5px;
    text-align: center;
    display: block;
  }
}

/*================== 2021/11/06 依頼 =================*/
#header {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}
.mean-container .mean-bar {
  position: fixed !important;
  top: 0;
}
