@charset "utf-8";

/* style-notice.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Protection
 * **************************************************
 */

/* KOSMO Web
------------------------------------------------------------------- */

/* Content */
.notice .content__inner {
  margin: 70px auto 0 auto;
  padding: 0 50px;
  max-width: 1150px;
}
.notice-t span{
	color:#009e79;
}

.notice .box-green{
  margin-top:30px;
  border:5px dotted #009e79;
  padding:2em;
  border-radius:20px;
}
.notice .box-green h3{
  display:inline-block;
  background:#009e79;
  padding:5px 20px;
  color:#fff;
  margin-bottom:20px;
}

.notice .box-green img{
  max-width:100%;
}

@media screen and (max-width: 767px) {
  /* Protection
  ------------------------------------------------------------------- */
  /* Content */
  .notice .content__inner {
    margin: 50px 0 0 0;
    padding: 0 15px;
    max-width: none;
  }
}
}
