#lead {
  padding: 50px 0 100px;
}
#lead .row h2 {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
#lead .row .txt {
  letter-spacing: 0.02em;
  margin: 20px 0 0;
}
#lead .row2 {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 50px 0 0;
}
#lead .row2 .item {
  width: 147px;
  text-align: center;
}
#lead .row2 .item img {
height:105px;
}
#lead .row2 .item .tit {
  font-size: 14px;
  line-height: 2;
  margin: 11px 0 0;
  letter-spacing: 0.02em;
}
#lead .title {
  text-align: center;
  margin: 40px 0 50px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 84px 0 191px;
  }
  #lead .wrap {
    width: 896px;
  }
  #lead .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #lead .row h2 {
    font-size: 28px;
    line-height: 1.8;
    text-align: left;
  }
  #lead .row .txt {
    width: 457px;
    margin: 5px 0 0;
  }
  #lead .row2 {
    gap: 113.5px;
    margin: 77px 0 0 18px;
  }
  #lead .row2 .item {
    text-align: center;
    width: auto;
  }
  #lead .row2 .item img {
    height:196px;
    }
  #lead .row2 .item .tit {
    font-size: 20px;
  }
  #lead .title {
    margin: 60px 0 77px;
  }
  #lead .anchor-nav {
    width: 874px;
    margin: 0 auto;
  }
}

#consultation {
  padding: 10vw 0;
  position: relative;
  text-align: center;
}
#consultation::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F8F4EF;
}
#consultation:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15vw;
  background: url("../img/eitaikuyo/nayami_bg_deco.svg") no-repeat bottom center/80% auto;
  height: 30vw;
}
#consultation .title {
  margin: 0 0 30px;
  position: relative;
}
#consultation .title span {
  display: inline-block;
  color: var(--cl-main);
  background: #fff;
  border-radius: 900px;
  position: relative;
  font-size: 20px;
  line-height: 2;
  padding: 7px 30px;
  min-width: 250px;
}
#consultation .title span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17px;
  height: 15px;
  bottom: -12px;
  background: url("../img/consultation/consultation_arrow.svg") no-repeat bottom center/100% auto;
}
#consultation .list {
  position: relative;
  z-index: 2;
}
#consultation .list .item {
  width: 300px;
}
@media screen and (max-width: 767px) {
  #consultation .list .item {
    margin: 0 auto;
    max-width: 100%;
  }
  #consultation .list .item + .item {
    margin-top: 40px;
  }
}
#consultation .list .item .txt {
  position: relative;
  padding: 15px 20px;
  border-radius: 25px;
  background: #DBDBDB;
  text-align: left;
  letter-spacing: 0.02em;
}
#consultation .list .item .txt::before {
  content: "";
  position: absolute;
  background: url("../img/consultation/consultation_deco.svg") no-repeat center/100% auto;
  width: 39px;
  height: 39px;
  bottom: -47px;
  left: 56px;
}
#consultation .list .item .img {
  margin: 28px 20px 0 auto;
  width: 150px;
}
@media screen and (min-width: 768px) {
  #consultation {
    padding: 76px 0 85px;
  }
  #consultation:after {
    bottom: -118px;
    background: url("../img/eitaikuyo/nayami_bg_deco.svg") no-repeat bottom center;
    height: 236px;
  }
  #consultation .tit {
    font-size: 20px;
  }
  #consultation .title {
    margin: 0 0 79px;
  }
  #consultation .title span {
    min-width: 634px;
    font-size: 40px;
    padding: 13.5px 55px;
  }
  #consultation .title span:after {
    width: 34px;
    height: 30px;
    bottom: -24px;
  }
  #consultation .list {
    display: flex;
    justify-content: center;
    gap: 73.5px;
    margin: 0 30px;
  }
  #consultation .list .item {
    width: 311px;
    max-width: calc((100% - 147px) / 3);
  }
  #consultation .list .item .txt {
    padding: 22px 30.5px 20.5px;
    font-size: 18px;
    border-radius: 38px;
  }
  #consultation .list .item .txt::before {
    content: "";
    position: absolute;
    background: url("../img/consultation/consultation_deco.svg") no-repeat center/100% auto;
    width: 39px;
    height: 39px;
    bottom: -47px;
    left: 56px;
  }
  #consultation .list .item .img {
    margin: 28px 0 0 125px;
    width: 247px;
    max-width: calc(100% - 25px);
  }
}

#service {
  position: relative;
  padding: 100px 0 60px;
}
#service .deco {
  width: 103.73vw;
  position: absolute;
  top: 35.867vw;
  left: 28.53vw;
}
#service .deco2 {
  position: absolute;
  width: 120vw;
  top: 75vw;
  right: -2vw;
}
#service .ttl {
  position: relative;
  margin: 0 0 40px;
}
#service .row1 {
  margin: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service .row1 .item + .item {
    margin-top: 60px;
  }
  #service .row1 .item .flex {
    flex-direction: row-reverse;
  }
}
#service .row1 .item .flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
#service .row1 .item .flex .img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
}
#service .row1 .item .flex .title {
  height: -moz-max-content;
  height: max-content;
  font-size: 24px;
  letter-spacing: 0.02em;
}
#service .row1 .item .txt {
  margin: 5vw 0 0;
}
#service .row2 {
  margin: 50px 20px 0;
  position: relative;
  z-index: 2;
}
#service .row2 .group-content {
  margin: 25px 0 0;
  font-size: 16px;
}
#service .row2 .group-content .txt {
  margin: 12px 0 0;
}
@media only screen and (max-width: 767px) {
  #service .row2 .group-content .title {
    font-size: 20px;
  }
}
#service .row2 .img {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  #service {
    padding: 181px 0 100px;
  }
  #service .deco {
    width: 1060px;
    top: 181px;
    left: calc(50% - 266px);
  }
  #service .deco2 {
    width: 1316px;
    top: 513px;
    right: calc(50% - 407px);
  }
  #service .ttl {
    position: relative;
    margin: 0 0 63px;
  }
  #service .row1 {
    max-width: calc(100% - 60px);
    width: 1022px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  #service .row1 .item {
    width: 428px;
  }
  #service .row1 .item .flex {
    height: 290px;
    justify-content: space-between;
    gap: 0;
  }
  #service .row1 .item .flex .img {
    border-radius: 50%;
    width: 290px;
    height: 290px;
  }
  #service .row1 .item .flex .title {
    font-size: 36px;
  }
  #service .row1 .item .txt {
    margin: 29px 24px 0 0;
    width:337px;
  }
  #service .row1 .item:nth-child(2) {
    margin: 91px 0 0 20px;
    width: 495px;
  }
  #service .row1 .item:nth-child(2) .txt {
    margin: 25px 0 0;
    width: 337px;
  }
  #service .row1 .item:nth-child(3) {
    margin: 11px 23px 0 0;
    width: 484px;
  }
  #service .row1 .item:nth-child(3) .txt {
    margin: 31px 0 0;
    width: 346px;
  }
  #service .row1 .item:nth-child(4) {
    margin: 111px 0 0;
    width: 452px;
  }
  #service .row1 .item:nth-child(4) .txt {
    margin: 19px 0 0;
    width: 370px;
  }
  #service .row2 {
    max-width: calc(100% - 60px);
    width: 1072px;
    margin: 104px auto 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 54px;
  }
  #service .row2 .group-content {
    margin: 0;
    width: 498px;
    font-size: 16px;
  }
  #service .row2 .img {
    width: 465px;
    height: 310px;
    max-width: calc(100% - 552px);
  }
}

#concept {
  background: #F7F3ED;
  padding: 60px 0;
}
#concept .ttl {
  margin: 12px 0 50px;
}
#concept .ttl small {
  font-size: inherit;
}
#concept .ttl .cl {
  color: #E1A210;
}
#concept .row1 {
  margin: 0 20px;
}
#concept .row1 .txt {
  margin: 25px 0 0;
}
#concept .row2 {
  margin: 50px 20px 0;
}
#concept .row2 .img {
  overflow: hidden;
  border-radius: 6px;
}
#concept .row2 .group-content {
  margin: 30px 0 0;
  font-size: 18px;
}
#concept .row2 .group-content .txt {
  margin: 14px 0 0;
  letter-spacing: 0.02em;
}
#concept .row3 {
  display: flex;
  flex-direction: column;
  margin: 60px 20px 0;
  justify-content: center;
  gap: 30px;
}
#concept .row3 .bnr a {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 4px 4px 0px rgba(244, 200, 97, 0.5);
}
#concept .row3 .bnr a img {
  opacity: 1 !important;
}
#concept .row3 .bnr a .img {
  overflow: hidden;
  border-radius: 8px;
  height: 100px;
  position: relative;
}
#concept .row3 .bnr a .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 66, 66, 0.13);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
#concept .row3 .bnr a .img:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px 0 8px 0;
  background: url("../img/shared/arrow_wh.svg") no-repeat center/10px auto, #F4BD3D;
  width: 20px;
  height: 20px;
  z-index: 2;
}
/*
#concept .row3 .bnr a .title-bnr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
#concept .row3 .bnr a .title-bnr small {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: var(--cl-main);
  margin-right: 15px;
}*/

#concept .row3 .bnr a .title-bnr {
  position: absolute;
  left: 14px;
  top: 60%;
  transform: translateY(-50%);
  min-width: 93px;
  line-height: 2;
  font-size: 24px;
  text-align: left; /* 中央揃え解除 */
  bottom: auto;     /* bottom固定解除 */
  text-shadow:
    0 0 8px #fff,
    0 0 8px #fff,
    0 0 8px #fff;
}
#concept .row3 .bnr a .title-bnr small {
  display: block;    /* 縦並びにする */
  color: #5c8a5c;
  font-size: 16px;
  line-height: 1;
  margin-right: 0;   /* 余計な右マージン解除 */
}
@media (hover: hover) {
  #concept .row3 .bnr a:hover .img::before {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #concept {
    padding: 100px 0;
  }
  #concept .ttl {
    margin: 12px 0 88px;
  }
  #concept .row1 {
    max-width: calc(100% - 60px);
    width: 1083px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #concept .row1 .img {
    width: 567.5px;
    max-width: calc(100% - 450px);
  }
  #concept .row1 .txt {
    width: 436px;
    margin: 82px 0 0;
  }
  #concept .row2 {
    width: 900px;
    margin: 19px auto 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #concept .row2 .img {
    border-radius: 8px;
    width: 465px;
  }
  #concept .row2 .group-content {
    margin: 82px 0 0;
    width: 422px;
    font-size: 20px;
  }
  #concept .row2 .group-content .txt {
    width: 370px;
    margin: 14px 0 0 9px;
  }
  #concept .row3 {
    flex-direction: row;
    margin: 121px 30px 0;
    gap: 76px;
  }
  #concept .row3 .bnr {
    width: 502px;
    max-width: calc(50% - 38px);
  }
  #concept .row3 .bnr a {
    border-radius: 8px;
  }
  #concept .row3 .bnr a .img {
    border-radius: 8px;
    height: 136px;
  }
  #concept .row3 .bnr a .img:after {
    border-radius: 4px 0 8px 0;
    background: url("../img/shared/arrow_wh.svg") no-repeat center/10px auto, #F4BD3D;
    width: 24px;
    height: 24px;
    z-index: 2;
  }
  /*
  #concept .row3 .bnr a .title-bnr {
    bottom: 7px;
    font-size: 24px;
  }
  #concept .row3 .bnr a .title-bnr small {
    font-size: 16px;
    margin-right: 27px;
  }*/
  #concept .row3 .bnr a .title-bnr {
    left: 20px;
    text-align: left;
    font-size: 30px;
    bottom: auto; /* bottom指定の上書き防止 */
  }
  #concept .row3 .bnr a .title-bnr small {
    font-size: 19px;
    margin: 0 0 -5px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #concept .row3 .bnr a:hover .img::before {
    opacity: 1;
  }
}

.section-shared {
  padding: 50px 0 60px;
}
.section-shared .row1 {
  margin: 0 20px 40px;
}
.section-shared .row1 .img {
  overflow: hidden;
  border-radius: 6px;
  margin: 0 0 20px;
}
.section-shared .row {
  margin: 0 20px;
}
.section-shared .row + .row {
  margin-top: 40px;
}
.section-shared .row h3 {
  font-size: 20px;
  overflow: hidden;
  margin: 0 0 20px;
}
.section-shared .row h3 span {
  display: inline-block;
  letter-spacing: 0.02em;
  position: relative;
  padding-right: 15px;
}
.section-shared .row h3 span::before {
  content: "";
  position: absolute;
  left: 100%;
  border-top: 1px dashed #C8D6BE;
  width: 100vw;
  top: 50%;
}
.section-shared .row .txt {
  letter-spacing: 0.02em;
}
.section-shared .row .list {
  margin: 27px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.section-shared .row .list li {
  background: #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: 2;
  padding: 2px 15px;
}
.section-shared .row .flex {
  margin: 28px 0 0;
}
.section-shared .row .flex .img {
  overflow: hidden;
  border-radius: 6px;
  margin: 20px 0 0;
}
.section-shared .row .flex .left dl {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.section-shared .row .flex .left dl + dl {
  margin-top: 28px;
}
.section-shared .row .flex .left dl dt {
  background: #FCFCFC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  color: #F4C861;
  font-size: 32px;
  font-weight: 500;
}
.section-shared .row .flex .left dl dd span {
  display: block;
  font-size: 18px;
  margin: 0 0 1px;
  letter-spacing: 0.02em;
}
.section-shared .row .list-item {
  margin: 28px 0 0;
}
.section-shared .row .list-item .item + .item {
  margin-top: 42px;
}
.section-shared .row .list-item .item .img {
  position: relative;
  margin: 0 10px 20px;
}
.section-shared .row .list-item .item .img span {
  position: absolute;
  border-radius: 50%;
  background: #FCFCFC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  color: #F4C861;
  font-size: 32px;
  font-weight: 500;
  top: -12px;
  left: -18px;
}
.section-shared .row .list-item .item .img img {
  border-radius: 6px;
}
.section-shared .row .list-item .item .group-content {
  margin: 0 10px;
}
.section-shared .row .list-item .item .group-content .tit {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin: 0 0 9px;
}
.section-shared .row .list-item .item .group-content .txt {
  margin: 0;
}
.section-shared .row .list-check li {
  padding: 0 0 0 35px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-shared .row .list-check li + li {
    margin-top: 15px;
  }
}
.section-shared .row .list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/consultation/icon_check.svg") no-repeat center/100% auto;
  width: 24px;
  height: 24px;
}
.section-shared .row .flex2 .img {
  overflow: hidden;
  border-radius: 6px;
}
.section-shared .row .flex2 .txt {
  margin: 20px 0 0;
}
.section-shared .row2 {
  margin: 0 20px 52px;
}
.section-shared .row2 .title {
  font-size: 20px;
  letter-spacing: 0.02em;
}
.section-shared .row2 .txt {
  margin: 15px 0 0;
}
.section-shared .row .kaimyo-case {
  border-radius: 12px;
  /* padding: 0 20px 28px; */
}
.section-shared .row .kaimyo-case + .kaimyo-case {
  margin-top: 60px;
}
.section-shared .row .kaimyo-case-name {
  display: block;
  text-align: center;
  background: #F7F3ED;
  border-radius: 6px;
  color: var(--cl-main);
  font-size: 24px;
  letter-spacing: 0.05em;
  padding: 20px 16px;
  margin: 0 0 20px;
  line-height: 1;
}
.section-shared .row .kaimyo-case-name-txt {
  white-space: nowrap;
}
.section-shared .row .kaimyo-case-date {
  display: inline-block;
  white-space: nowrap;
  font-size: 10px;
  color: var(--cl-main);
  letter-spacing: 0;
}
.section-shared .row .kaimyo-case-block + .kaimyo-case-block {
  margin-top: 18px;
}
.section-shared .row .kaimyo-case-tit {
  position: relative;
  color: var(--cl-main);
  /* font-size: 15px; */
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 18px;
  margin: 0 0 8px;
}
.section-shared .row .kaimyo-case-tit::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #F4BD3D;
}
.section-shared .row .kaimyo-case-txt {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.section-shared .row .btn-kaimyo {
  text-align: center;
  margin: 32px 0 0;
}
.section-shared .row .btn-kaimyo a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  background: #F0AC4E;
  color: #fff;
  font-family: "Shippori Antique B1";
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 12px 12px 12px 24px;
  border-radius: 999px;
  transition: opacity 0.3s ease;
}
.section-shared .row .btn-kaimyo a::after {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../img/shared/arrow.svg") no-repeat center/10px auto, #fff;
}
@media (hover: hover) {
  .section-shared .row .btn-kaimyo a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .section-shared {
    padding: 100px 0 128px;
  }
  .section-shared .row1 {
    max-width: calc(100% - 60px);
    width: 1068px;
    margin: 0 auto 51px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section-shared .row1 .img {
    border-radius: 8px;
    width: 705px;
    max-width: calc(100% - 300px);
    margin: 27px 0 0;
  }
  .section-shared .row {
    width: 896px;
    margin: 0 auto;
  }
  .section-shared .row + .row {
    margin-top: 50px;
  }
  .section-shared .row h3 {
    font-size: 24px;
  }
  .section-shared .row h3 span {
    padding-right: 20px;
  }
  .section-shared .row .txt {
    margin: 0 0 0 68px;
  }
  .section-shared .row .list {
    margin: 27px -29px 0 68px;
    display: flex;
    flex-wrap: wrap;
    gap: 21px 20px;
  }
  .section-shared .row .list li {
    font-size: 18px;
    line-height: 2;
    padding: 2px 31px;
  }
  .section-shared .row .flex {
    margin: 28px 0 0 70px;
    width: 728px;
    max-width: calc(100% - 64px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section-shared .row .flex .img {
    border-radius: 8px;
    margin: 3px 0 0;
    width: 336px;
  }
  .section-shared .row .list-item {
    margin: 28px 0 0 86px;
  }
  .section-shared .row .list-item .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-shared .row .list-item .item + .item {
    margin-top: 42px;
  }
  .section-shared .row .list-item .item .img {
    width: 343px;
    margin: 0;
  }
  .section-shared .row .list-item .item .img img {
    border-radius: 8px;
  }
  .section-shared .row .list-item .item .group-content {
    width: 440px;
    max-width: calc(100% - 374px);
    margin: 0;
  }
  .section-shared .row .list-check {
    margin: 0 0 0 90px;
  }
  #kaimyo .row .list-check {
    margin-left: 68px;
  }
  .section-shared .row .list-check li {
    padding: 0 0 0 41px;
    font-size: 18px;
    line-height: 3.2;
    position: relative;
  }
  .section-shared .row .list-check li::before {
    top: 13px;
    width: 32px;
    height: 32px;
  }
  .section-shared .row .flex2 {
    display: flex;
    gap: 27px;
    flex-direction: row-reverse;
  }
  #kaimyo .row .flex2 {
    margin-left: 68px;
  }
  .section-shared .row .flex2 .img {
    border-radius: 8px;
    width: 341px;
  }
  .section-shared .row .flex2 .txt {
    width: 460px;
    margin: 0;
  }
  .section-shared .row2 {
    width: 904px;
    margin: 0 auto 52px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-shared .row2 .title {
    margin: 0 0 0 8px;
    font-size: 24px;
  }
  .section-shared .row2 .txt {
    width: 478px;
    margin: 5px 0 0;
  }
  .section-shared .row .kaimyo-case {
    margin: 30px 0 0 68px;
    max-width: calc(100% - 68px);
  }
  .section-shared .row .kaimyo-case-name {
    font-size: 28px;
    padding: 28px 24px;
    margin-bottom: 30px;
  }
  .section-shared .row .kaimyo-case-date {
    font-size: 10px;
  }
  .section-shared .row .kaimyo-case-block + .kaimyo-case-block {
    margin-top: 24px;
  }
  .section-shared .row .kaimyo-case-tit {
    font-size: 17px;
  }
  .section-shared .row .kaimyo-case-txt {
    font-size: 15px;
  }
  .section-shared .row .btn-kaimyo {
    margin: 44px 0 0 68px;
  }
  .section-shared .row .btn-kaimyo a {
    font-size: 17px;
    padding: 15px 15px 15px 32px;
  }
  .section-shared .row .btn-kaimyo a::after {
    width: 38px;
    height: 38px;
    background: url("../img/shared/arrow.svg") no-repeat center, #fff;
  }
}

#butsudanjimai, #message, #footer {
  background: #F7F3ED;
}

@media screen and (min-width: 768px) {
  #butsudanjimai {
    padding-top: 74px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  #kaimyo {
    padding-bottom: 103px;
  }
  #kaimyo .row1 .img {
    border-radius: 0;
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  #message {
    padding-bottom: 100px;
  }
  #message .wrap {
    width: 976px;
  }
}




