/*inafuku追加分*/

@charset "UTF-8";
.notice {
  background-image: url(../images/ir/bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.notice .Breadcrumb a, .notice .Breadcrumb span {
  color: #fff;
}

.notice__header {
  margin: 0 auto;
  padding: 23px 16px 10px;
  max-width: 1150px;
}

.notice__header h1 {
  color: #fff;
  font-size: 6.13333vw;
  font-weight: 300;
  text-align: center;
}

.notice__body {
  margin: 20px auto 40px;
  padding: 0 12px;
  max-width: 1150px;
}

.notice__body.mini{
  margin-bottom: 0;
  padding-bottom: 50px;
}

.notice__title h2{
  margin: 0 0 40px;
  font-size: 5.33333vw;
  text-align: center;
	position: relative;
}

.notice__body_content {
  margin: 0 auto 36px;
  padding: 16px 16px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
}
.notice__body_content p{
  margin: 0 0 30px;
  padding: 0;
  font-size: 3.73333vw;
  line-height: 1.42;
}

.notice__body_content p.mb0{
  margin-bottom: 0;
}

.notice__body_content dl {
  margin: 0 0 45px;
}

.notice__body_content dl:last-child {
  margin-bottom: 0;
}

.notice__body_content dt {
  margin: 0 0 12px;
  padding: 0 0 2px;
  color: #00519f;
  font-size: 4.8vw;
  font-weight: 500;
  border-bottom: 2px solid #959595;
}

.notice__body_content dd {
  margin: 0;
  padding: 0;
}

.notice__body_content .link{
  color: #00519f;
}

.notice__body h2.largeTitle::after {
    content: "";
    display: block;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background-color: #165dd9;
    position: absolute;
    left: 50%;
    bottom: -20px;
}

@media print, screen and (min-width: 768px) {

  .notice__header h1 {
    font-size: 4.2em;
  }

  .notice__title h2 {
    margin: 0 auto 80px;
    padding: 0;
    font-size: 3.8em;
    text-align: center;
  }

  .notice__body {
    margin: 20px auto 92px;
  }

  .notice__body_content {
    margin: 0 auto 82px;
    padding: 56px 58px 70px;
  }

  .notice__body_content p {
    margin: 0 0 30px;
    font-size: 1.8em;
    line-height: 1.66;
  }

  .notice__body_content dl {
    margin: 0 0 60px;
  }
  .notice__body_content dt {
    margin: 0 0 28px;
    padding: 0 0 14px;
    font-size: 2.4em;
  }
}

@media print, screen and (min-width: 1024px) {
  .notice__header {
    padding: 44px 0 27px;
  }
  .notice__body {
    padding: 0;
  }
}