.bg_lead {
  background: url(../image/bg-lead.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 30px 0 30px;
}
.bg_lead .annot {
  display: block;
  font-size: 15px;
  margin-top: 8px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.bg_lead .annot:before {
  content:'※';
}
.section_announcement {
  background:url(../image/bg.png) 50% 0% no-repeat;
  background-size: 1180px;
  padding-bottom: 90px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 160px;
  position: relative;
}
.section_announcement_h2 {
  align-items: center;
  background:url(../image/h2-bg.png) 50% 50% no-repeat;
  background-size:100%;
  display: flex;
  height: 141px;
  justify-content: center;
  left: 0;
  margin:auto;
  position: absolute;
  right: 0;
  top: 45px;
  width: 300px;
  z-index: 2;
}
.section_announcement_h2 span {
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .06em;
  margin-top: -8px;
  text-align: center;
}
.section_announcement_layout {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 875px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.section_announcement_layout > div {
  background: #fff;
  box-shadow:12px 8px 16px 0px rgba(183, 161, 57, 0.3);
  max-width: 420px;
  padding:10px;
  position: relative;
  width:48%;
}
.section_announcement_layout > div:nth-child(2n) {
  margin-left: 4%;
}
.section_announcement_layout > div:nth-child(1){
  margin-top: 0;
}
.section_announcement_layout > div:nth-child(2){
  margin-top: 100px;
}
.section_announcement_layout > div:nth-child(3){
  margin-top: -75px;
}
.section_announcement_layout > div:nth-child(4){
  margin-top: 25px;
}
.section_announcement_layout > div:nth-child(5){
  margin-top: -50px;
}
.section_announcement_layout > div:nth-child(7) {
  margin-top: -80px;
}
.section_announcement_layout > div:nth-child(9) {
  margin-top: -120px;
}
.section_announcement_layout > div:nth-child(6),
.section_announcement_layout > div:nth-child(8),
.section_announcement_layout > div:nth-child(10){
  margin-top: 25px;
}
.section_announcement_layout > div:last-child {
  margin-bottom: 40px;
}
.section_announcement_layout > div:last-child::after {
  display: block;
  background: url(../image/spacer.png) 50% 50% no-repeat;
  background-size: 100%;
  content: '';
  height: 16%;
  left: -86%;
  position: absolute;
  bottom: 2%;
  width: 54%;
  z-index: 1;
}

.section_announcement_layout > div .deco_frame_wrap {
  overflow: hidden;
  position: relative;
}
.section_announcement_layout > div .deco_frame {
  border:3px solid #000;
  border-image: linear-gradient(to bottom, #b7ca9c, #d8e3c8, #b7ca9c, #d8e4c6, #b7ca9c) 1;
  padding:35px 20px 20px;
  position: relative;
}
.section_announcement_layout > div > .deco_frame_wrap.gold .deco_frame {
  border-image: linear-gradient(to bottom, #d0a644, #fef2a6, #d0a644, #fef2a6, #d0a644) 1;
}
.section_announcement_layout > div > .deco_frame_wrap.silver .deco_frame {
  border-image: linear-gradient(to bottom, #888888, #e7e7e8, #999999, #dcdce4, #a3a2a2) 1;
}
.section_announcement_layout > div > .deco_frame_wrap.bronze .deco_frame {
  border-image: linear-gradient(to bottom, #e0a67b, #f1dbb5, #e0a67b, #f1dbb5, #e0a67b) 1;
}

.section_announcement_layout > div .deco_frame_h,
.section_announcement_layout > div .deco_frame_f {
  width: 100%;
  position: relative;
}
.section_announcement_layout > div .deco_frame_h:before,
.section_announcement_layout > div .deco_frame_h:after,
.section_announcement_layout > div .deco_frame_f:before,
.section_announcement_layout > div .deco_frame_f:after {
  background: #fff;
  border-radius: 50%;
  content:'';
  height: 38px;
  position: absolute;
  width: 38px;
  z-index: 3; 
}
.section_announcement_layout > div .deco_frame_h:before,
.section_announcement_layout > div .deco_frame_h:after {
  border:3px solid #c1d2a9;
  top: -19px;
}
.section_announcement_layout > div .deco_frame_f:before,
.section_announcement_layout > div .deco_frame_f:after {
  border:3px solid #b8cb9e;
  bottom: -19px;
}
.section_announcement_layout > div .deco_frame_h:before,
.section_announcement_layout > div .deco_frame_f:before {
  left: -19px;
}
.section_announcement_layout > div .deco_frame_h:after,
.section_announcement_layout > div .deco_frame_f:after {
  right: -19px;
}
.section_announcement_layout > div > .deco_frame_wrap.gold .deco_frame_h:before,
.section_announcement_layout > div > .deco_frame_wrap.gold .deco_frame_h:after {
  border-color:#dfbf64;
} 
.section_announcement_layout > div > .deco_frame_wrap.gold .deco_frame_f:before,
.section_announcement_layout > div > .deco_frame_wrap.gold .deco_frame_f:after {
  border-color:#e1a87d;
}
.section_announcement_layout > div > .deco_frame_wrap.silver .deco_frame_h:before,
.section_announcement_layout > div > .deco_frame_wrap.silver .deco_frame_h:after {
  border-color:#b8b7ba;
} 
.section_announcement_layout > div > .deco_frame_wrap.silver .deco_frame_f:before,
.section_announcement_layout > div > .deco_frame_wrap.silver .deco_frame_f:after {
  border-color:#8a8a8a;
}
.section_announcement_layout > div > .deco_frame_wrap.bronze .deco_frame_h:before,
.section_announcement_layout > div > .deco_frame_wrap.bronze .deco_frame_h:after {
  border-color:#e1a87d;
} 
.section_announcement_layout > div > .deco_frame_wrap.bronze .deco_frame_f:before,
.section_announcement_layout > div > .deco_frame_wrap.bronze .deco_frame_f:after {
  border-color:#e6b990;
}
.section_announcement_h3 {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.section_announcement_layout > div > .deco_frame_wrap.gold .section_announcement_h3 {
  background: url(../image/h3-bg-gold.png) 36% 0% no-repeat;
  background-size: 161px;
  height: 73px;
}
.section_announcement_layout > div > .deco_frame_wrap.silver .section_announcement_h3 {
  background: url(../image/h3-bg-silver.png) 29% 0% no-repeat;
  background-size: 164px;
  height: 80px;
}
.section_announcement_layout > div > .deco_frame_wrap.bronze .section_announcement_h3 {
  background: url(../image/h3-bg-bronze.png) 41% 0% no-repeat;
  background-size: 135px;
  height: 85px;
}
.section_announcement_h3.pattern01 {
  background: url(../image/h3-bg-01.png) 16% 0% no-repeat;
  background-size: 87px;
  height: 61px;
}
.section_announcement_h3.pattern02 {
  background: url(../image/h3-bg-02.png) 13% 0% no-repeat;
  background-size: 78px;
  height: 61px;
}

.section_announcement_h3 > .rank {
  display: block;
  font-size:48px;
  font-weight:600;
  letter-spacing: .06em;
  line-height: 1; 
  text-shadow: 2px 2px 10px rgba(255,255,255,.6),
  -2px 2px 10px rgba(255,255,255,.6),
  2px -2px 10px rgba(255,255,255,.6),
  -2px -2px 10px rgba(255,255,255,.6);
}
.section_announcement_h3 > .people {
  background: #697c4e;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  left: 50%;
  letter-spacing: .06em;
  line-height: 1;
  margin: auto;
  padding: 5px 12px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 58px;
}
.section_announcement_layout > div > .deco_frame_wrap.gold .section_announcement_h3 > .people {
  background:#a88f19;
}
.section_announcement_layout > div > .deco_frame_wrap.silver .section_announcement_h3 > .people {
  background:#697a9c;
}
.section_announcement_layout > div > .deco_frame_wrap.bronze .section_announcement_h3 > .people {
  background:#6e532d;
}
.section_announcement_price {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.3;
  margin-bottom: 5px;
  text-align: center;
}
.section_announcement_price .price {
  color:#f04713;
  font-size:36px;
  letter-spacing: .04em;
  margin-bottom: 5px;
  padding-left:8px;
  padding-right:4px;
  vertical-align: -4px;
}
.section_announcement_name {
  border-bottom:2px solid #697c4e;
  border-left:10px solid #697c4e;
  font-size:23px;
  font-weight:600;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 3px 0 2px 20px;
}
.section_announcement_layout > div > .deco_frame_wrap.gold .section_announcement_name {
  border-bottom-color:#a88f19;
  border-left-color:#a88f19;
}
.section_announcement_layout > div > .deco_frame_wrap.silver .section_announcement_name {
  border-bottom-color:#697a9c;
  border-left-color:#697a9c;
}
.section_announcement_layout > div > .deco_frame_wrap.bronze .section_announcement_name {
  border-bottom-color:#6e532d;
  border-left-color:#6e532d;
}
.section_announcement_data {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.section_announcement_data > dl {
  width: 120px;
}
.section_announcement_data > dl:not(:first-child) {
  margin-left: 20px;
}
.section_announcement_data > dl > dt {
  background:#697c4e;
  color:#fff;
  font-size:18px;
  font-weight:300;
  letter-spacing: .06em;
  line-height: 1;
  text-align: center;
  margin-bottom:5px;
  padding: 4px 5px;
}
.section_announcement_layout > div > .deco_frame_wrap.gold .section_announcement_data > dl > dt {
  background:#a88f19;
}
.section_announcement_layout > div > .deco_frame_wrap.silver .section_announcement_data > dl > dt {
  background:#697a9c;
}
.section_announcement_layout > div > .deco_frame_wrap.bronze .section_announcement_data > dl > dt {
  background:#6e532d;
}
.section_announcement_data > dl > dd {
  font-size:23px;
  font-weight:600;
  letter-spacing: .06em;
  text-align: center;
}
.section_announcement_work {
  background: #eff2ea;
  padding: 20px;
}
.section_announcement_layout > div > .deco_frame_wrap.gold .section_announcement_work {
  background: #f3f0e2;
}
.section_announcement_layout > div > .deco_frame_wrap.silver .section_announcement_work {
  background: #efeff6;
}
.section_announcement_layout > div > .deco_frame_wrap.bronze .section_announcement_work {
  background: #f4f0e9;
}
.section_announcement_location {
  margin-bottom: 15px;
  text-align: center;
}
.section_announcement_location > .pref {
  border:1px solid; 
  font-size:18px;
  font-weight:300;
  margin-right: 15px;
  padding: 2px 10px;
  vertical-align: -5px;
}
.section_announcement_location > span.location {
  font-size: 26px;
  vertical-align: top;
}
.section_announcement_pic {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  width: 100%;
}
.section_announcement_pic.h260 {
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  position: relative;
  width: auto;
}
.section_announcement_pic.h260 > img {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.section_announcement_desc {
  margin-top: 15px;
  letter-spacing: .06em;
}
.section_announcement_layout2 {
  background:#fff;
  box-shadow:12px 8px 16px 0px rgba(183, 161, 57, 0.3);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 875px;
  padding: 10px;
  width: 100%;
}

.section_announcement_layout2 .deco_frame_wrap {
  overflow: hidden;
  position: relative;
}
.section_announcement_layout2 .deco_frame {
  border:3px solid #d2d0b7;
  padding:45px 30px 50px;
  position: relative;
}
.section_announcement_layout2 .deco_frame_h:before,
.section_announcement_layout2 .deco_frame_h:after,
.section_announcement_layout2 .deco_frame_f:before,
.section_announcement_layout2 .deco_frame_f:after {
  background: #fff;
  border-radius: 50%;
  content:'';
  height: 38px;
  position: absolute;
  width: 38px;
  z-index: 3; 
}
.section_announcement_layout2 .deco_frame_h:before,
.section_announcement_layout2 .deco_frame_h:after {
  border:3px solid #c1d2a9;
  top: -19px;
}
.section_announcement_layout2 .deco_frame_f:before,
.section_announcement_layout2 .deco_frame_f:after {
  border:3px solid #b8cb9e;
  bottom: -19px;
}
.section_announcement_layout2 .deco_frame_h:before,
.section_announcement_layout2 .deco_frame_f:before {
  left: -19px;
}
.section_announcement_layout2 .deco_frame_h:after,
.section_announcement_layout2 .deco_frame_f:after {
  right: -19px;
}
.section_announcement_layout2 .section_announcement_mid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.section_announcement_layout2 .section_announcement_h3 {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  margin-bottom: 0;
}
.section_announcement_layout2 .section_announcement_h3 > .people {
  left: 0;
  margin-left: 25px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  top: 0;
}
.section_announcement_layout2 .section_announcement_price {
  margin-bottom: 0;
  margin-left: 40px;
}
.section_announcement_layout2 .section_announcement_price .price {
  color:#000;
  font-size:40px;
}
.announcement_layout2_list1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.announcement_layout2_list1 > li {
  border-bottom:1px solid #a97465;
  width: 48%;
}
.announcement_layout2_list1 > li:nth-child(2n) {
  margin-left: 4%;
}
.announcement_layout2_list1 > li:nth-child(n+3) {
  margin-top: 30px;
}
.announcement_layout2_list1 > li.green {
  border-bottom:1px solid #847f55;
}
.announcement_layout2_list1 > li .rank {
  background:#a97465;
  color:#fff;
  display: inline-block;
  font-size:23px;
  font-weight:600;
  padding: 4px 9px;
}
.announcement_layout2_list1 > li.green .rank {
  background:#847f55;
}
.announcement_layout2_list1 > li .name {
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  margin-left: 20px;
}
.box__links__related {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 910px) {
  .section_announcement_layout > div:nth-child(2) {
    margin-top: 10%;
  }
  .section_announcement_layout > div:nth-child(3) {
    margin-top: -2.75%;
  }
  .section_announcement_layout > div:nth-child(4),
  .section_announcement_layout > div:nth-child(6), 
  .section_announcement_layout > div:nth-child(8), 
  .section_announcement_layout > div:nth-child(10){
    margin-top: 4%;
  }
  .section_announcement_layout > div:nth-child(5) {
    margin-top: 0.5%;
  }
  .section_announcement_layout > div:nth-child(7) {
    margin-top: 0%;
  }
  .section_announcement_layout > div:nth-child(9) {
    margin-top: -11%;
  }
  .section_announcement_layout > div:last-child {
    margin-bottom: 8%;
  }
  .section_announcement_layout > div:last-child::after {
    bottom: -10%;
    width: 40%;
  }
  .section_announcement_location {
    align-items: center;
    display: flex;
  }
  .section_announcement_desc {
    height: 103px;
    font-size: 16px;
  }
  .section_announcement_location > span.location {
    font-size: 18px;
  }
  .announcement_layout2_list1 > li .rank {
    font-size: 20px;
  }
  .announcement_layout2_list1 > li .name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bg_lead {
    padding: 10px 0 10px;
  }
  .bg_lead .annot {
    font-size: 13px;
  }
  .section_announcement {
    padding-bottom: 20px;
    padding-top: 100px;
  }
  .section_announcement_h2 {
    width: 225px;
    top: 15px;
  }
  .section_announcement_h2 span {
    font-size: 28px;
  }
  .section_announcement_layout {
    display: block;
  }
  .section_announcement_layout > div {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .section_announcement_layout > div:nth-child(n) {
    margin-top: 25px;
  }
  .section_announcement_layout > div:nth-child(2n) {
    margin-left: auto;
  }
  .section_announcement_layout > div:first-child {
    margin-top: 0;
  }
  .section_announcement_desc {
    height: auto;
  }
  .section_announcement_h3 > .people {
    left: 70%;
  }
  .section_announcement_layout2 .deco_frame {
    padding: 40px 20px;
  }
  .section_announcement_layout2 .section_announcement_mid {
    display: block;
  }
  .section_announcement_layout2 .section_announcement_h3 > .rank {
    font-size: 40px;
    text-align: center;
    width: calc(100% - 80px);
  }
  .section_announcement_layout2 .section_announcement_h3 > .people {
    margin-left: 20px;
  }
  .section_announcement_layout2 .section_announcement_price {
    margin-left: 0;
    margin-top: 20px;
  }
  .announcement_layout2_list1 {
    display: block;
    margin-top: 20px;
  }
  .announcement_layout2_list1 > li {
    width: 100%;
  }
  .announcement_layout2_list1 > li:nth-child(n+1) {
    margin-top: 15px;
  }
  .announcement_layout2_list1 > li:nth-child(2n) {
    margin-left: 0;
  }
  .announcement_layout2_list1 > li .rank {
    font-size: 16px;
  }
  .announcement_layout2_list1 > li .name {
    font-size: 16px;
    margin-left: 12px;
  }
  .section_announcement_layout2 .section_announcement_price .price {
    font-size:36px;
  }
}