body {
  color: #464646;
}

.image__header {
  background-image: url('/common/images/bg_visual_01.png');
}

h2 {
  margin: 2rem 0 1rem;
}

h4 {
  padding-left: 2rem;
  margin: 0;
  font-size: 18px
}

.top-warning {
  border: solid 1px #d90000;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 4px;
}

.top-banner img {
  width: auto;
  height: 376px;
  object-fit: cover;
}

.sw-Heading-type2 {
  margin: 2rem 0 32px;
}

.font_bag {
  font-size: 32px;
}

.no-border-top {
  border-top: none;
  margin-top: 2rem;
  font-weight: 700 !important;
}

.sw-Frame_QaBox-Horizontal-container {
  display: flex;
}

.sw-Frame_QaBox-Horizontal {
  padding: 16px;
  background-color: #F5F5F5;
  font-size: 18px;
  font-weight: 600;
  flex: 1 1 auto;
}

.sp-hidden {
  display: block;
}

.pc-hidden {
  display: none;
}

/* 当選者発表のstyle ここから */
.intro-wrapper {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #464646;
}

.intro-wrapper span::before {
  content: '※';
}


.header {
  padding: 20px 0 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #F0F0F0;
}

.header__img {
  width: 100%;
}

.header__text--main {
  display: flex;
  font-size: 32px;
  color: #000000;
  padding: 15px 0;
}

.header__text--sub {
  font-size: 24px;
  color: #464646;
}

.special, .first, .second {
  margin-bottom: 50px;
}

.title {
  color: #fff;
  display: flex;
  padding: 10px 85px 10px 0;
  height: 69px;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.title-specical {
  background-color: #D2A73A;
}

.title-first {
  background-color: #9C9C9C;
}

.title-second {
  background-color: #74542E;
}

.mark {
  font-size: 20px;
  background-image: url(/campaign/191213/images/bg_award.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% auto;
  padding: 0 0 0 8px;
  background-color: unset;
  width: 104px;
  line-height: 33px;
}

.breakdown {
  display: flex;
  align-items: center;
}

.award {
  font-size: 32px;
  margin: 0 0 0 12px;
}

.target {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.tatget--number {
  font-size: 40px;
  margin-right: 5px;
}

.target--text {
  font-size: 32px;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.content {
  display: flex;
  align-items: center;
  justify-content:center;
  flex: 0 0 32%;
  background-color: #F5F5F5;
  border: 1px solid #C8C8C8;
  padding: 37px 17px 7px;
  position: relative;
  margin-bottom: 2%;
}

.content-offset {
  margin-right: 2%;
}

.content-other {
  padding: 22px 17px;
}

.province {
  position: absolute;
  font-size: 18px;
  color: #464646;
  top: 10px;
  left: 10px;
}

.name-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.name {
  font-size: 40px;
  color: #000;
}

.name-other {
  font-size: 32px;
  color: #464646;
}

.suffix {
  font-size: 18px;
  color: #464646;
}

.text_black {
  color: #000;
}
/* 当選者発表のstyle ここまで */

table .has-list-style {
  list-style: none;
  position: relative;
  padding-left: 24px;
}

table li {
  padding-left: 16px;
}

.Campaign-item_footer {
  border: solid 1px #c8c8c8;
}

.sw-Campaign-item_container {
  margin: 64px 0 56px 0;
}

.campaign-span-1 {
  width: 87px;
  text-align: center;
  background-color: #000;
  font-size: 20px;
  margin-right: 1.2rem;
  color: #fff;
  padding: 2px 0;
  position: relative;
  z-index: 20;
}

.campaign-span-1:after {
  content: "";
  position: absolute;
  background-color: #000;
  z-index: -1;
  right: -22px;
  top: 0px;
  display: inline-block;
  width: 22px;
  height: 36px;
  clip-path: polygon(0 0, 100% 50%, 100% 50%, 0 100%);
}

.campaign-span-2 {
  margin-left: 36px;
  color: #fff;
}

p.sw-Campaign-item_campaign-title {
  color: #fff;
  margin: 0 0 0 12px;
  vertical-align: middle;
}

.Campaign-item_header {
  padding: 18px 0;
  display: flex;
  justify-self: start;
  align-items: baseline;
  width: 100%;
}

.Campaign-item_header {
  background-color: #E8641B;
  padding: 18px 0;
}

.Campaign-item_header--color-yellow {
  background-color: #D2A73A;
}

.Campaign-item_header--color-green {
  background-color: #009734;
}

.Campaign-item_header--color-blue {
  background-color: #016CAF;
}

.Campaign-item_header--color-grey {
  background-color: #9C9C9C;
}

.Campaign-item_header--color-brown {
  background-color: #74542E;
}

.label-container {
  display: flex;
  flex-wrap: wrap;
}

.age-label {
  margin: 0 .5rem .3rem 0;
  color: #fff;
  font-size: 16px;
  padding: .2rem .5rem;
}

.age-label-yellow {
  background-color: #E3A311;
}

.age-label-green {
  background-color: #3C9733;
}

.age-label-black {
  background-color: #464646;
}

.red-content-container_header {
  background-color: #dc0000;
  color: #fff;
}

.red-content-container_header_title {
  margin: 0;
  padding: 1rem;
  font-size: 18px;
  line-height: 27px;
}

.red-content-container_header_title p {
  font-weight: 600;
}

.red-content-container_footer {
  background-color: #fff;
  border-left: solid 1px #dc0000;
  border-bottom: solid 1px #dc0000;
  border-right: solid 1px #dc0000;
}

.red-content-container_link {
  background-color: #fff;
  border: solid 1px #c8c8c8;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  margin: 0 .5rem .5rem 0;
  width: calc(100% - .5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.red-content-container_link_label {
  font-size: 15px;
  background-color: #464646;
  color: #fff;
  padding: .2rem .5rem;
  margin: 0;
  width: 150px;
  min-width: 120px;
}

.red-content-container_img {
  width: calc(50% - .25rem);
}

.text {
  color: #000;
  font-weight: normal;
}

.h3__padding__top {
  padding-top: 32px;
}

.padding__top {
  padding-top: 12px;
}

.img-smaller {
  width: 40%;
}

.img-3 {
  max-width: 85%;
  display: inline;
}

.image4__col__4 {
  max-width: 14%;
}

.text_normal {
  font-weight: normal;
}

.text_medium {
  font-weight: 500;
  font-size: 40px;
}

.text {
  color: #000;
}

table th {
  width: 165px;
}

.padding_table_bottom {
  padding-bottom: 56px;
}

.sw-Table-Type1 td {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.sw-Table-Type1 td a {
  font-weight: 600;
}

.m-b-34 {
  margin-bottom: 34px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-b-36 {
  margin-bottom: 36px;
}

.m-b-57 {
  margin-bottom: 57px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-2 {
  margin-bottom: 2px;
}

.m-b-4 {
  margin-bottom: 4px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-0 {
  margin: 0;
}

.p-32 {
  padding: 32px;
}

.font-size-name {
  font-size: 32px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-24 {
  font-size: 24px;
}

.p-r-8 {
  padding-right: 8px;
}

.dummy {
  margin-top: 110px;
  width: 641px;
  height: 63px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
}

.dummy-sp {
  margin-top: 50px;
  width: 310px;
  height: 32px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
}

.dummy-text {
  width: 58px;
  height: 24px;
  color: #000000;
  opacity: 1;
  font-size: 16px;
  padding: 20px 0 20px 200px;
  position: absolute;
}

.dummy-text-sp {
  color: #000000;
  opacity: 1;
  font-size: 12px;
  position: absolute;
  padding: 4px 134px 9px 134px;
}

.dummy-text-right {
  height: 24px;
  color: #000000;
  opacity: 1;
  font-size: 16px;
  padding: 20px 0 20px 300px;
  position: absolute;
}

.m-t-56 {
  margin-top: 56px;
}

.content-footer {
  padding: 58px 24px 58px 32px;
  font-size: 16px;
}

.img-padding {
  padding: 16px 0 24px 24px;
}

.font-weight-400 {
  font-weight: 400;
}

.has-list-style:before {
  content: "●";
  position: absolute;
  font-size: 14px;
  margin-right: 8px;
  top: 1px;
  left: 0;
}

.list-style-small {
  list-style: none;
  position: relative;
  padding-left: 42px;
}

.list-style-small:before {
  content: "・";
  position: absolute;
  left: 24px;
  top: center;
}

.margin__left__12 {
  margin-left: 12px;
}

.font-size-18 {
  font-size: 18px;
  font-weight: normal;
}

.sw-Table-Type1 th {
  font-weight: 400;
  padding: 16px;
}

.padding__right_Sample {
  padding-left: 8px;
}

.sw-Frame_QaBox-Type1 {
  overflow: hidden;
  margin-bottom: 16px;
}

.sw-Frame_QaBox-Type1_Heading_custom {
  padding: 16px;
  background-color: #4D6E9B;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.td_pandding_top a:hover {
  color: #4D6E9B;
}

.text_black {
  color: #000;
}

.br-caption {
  padding-left:1em;
  text-indent:-1em;
}

.sw-Frame_QaBox-Type1_Heading_custom {
  padding: 16px;
  background-color: #4D6E9B;
  color: #fff;
  font-size: 18px;
  border-top: 2px solid #4D6E9B;
  border-right: 2px solid #4D6E9B;
  border-left: 2px solid #4D6E9B;
  border-radius: 8px 0 0 8px;
  border: 2px solid #4D6E9B;
}

.sw-Frame_QaBox-Horizontal {
  border-top: 2px solid #4D6E9B;
  border-bottom: 2px solid #4D6E9B;
  border-right: 2px solid #4D6E9B;
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width:768px) {
  .sw-Frame_QaBox-Horizontal-container {
    flex-direction: column;
    justify-content: center;
  }

  .sw-Frame_QaBox-Horizontal-container .sw-Frame_QaBox-Type1_Heading_custom {
    text-align: center;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 4px 4px 0 0;
  }

  .sw-Frame_QaBox-Horizontal-container .sw-Frame_QaBox-Horizontal {
    text-align: center;
    font-size: 16px;
    border-radius: 0 0 4px 4px;
  }

  .sp-hidden {
    display: none;
  }

  .pc-hidden {
    display: block;
  }

  .sp-flex {
    display: flex;
  }

  /* 当選者発表のstyle ここから */
  .intro-wrapper {
    font-size: 8px;
    margin: 10px 0;
  }

  .header {
    border-top: none;
  }

  .header__img {
    max-height: 49px;
    width: 100%;
  }

  .header__text--main {
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 8px 0 0;
  }

  .header__text--sub {
    font-size: 14px;
  }

  .title {
    padding: 10px 10px 10px 0;
    height: 45px;
    margin-bottom: 7px;
  }

  .mark {
    font-size: 14px;
    width: 70px;
    margin: 3px 0 0;
    line-height: 25px;
  }

  .mark1 {
    left: 40px;
    height: 27px;
  }

  .award {
    font-size: 18px;
  }

  .target {
    margin-left: 13px;
    display: inline-block;
  }

  .tatget--number {
    font-size: 24px;
  }

  .target--text {
    font-size: 18px;
  }

  .content {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
  }

  .content-offset {
    margin-right: 0;
  }

  .content-other {
    justify-content: flex-end;
  }

  .province {
    position: static;
    font-size: 12px;
  }

  .name {
    font-size: 18px;
  }

  .suffix {
    font-size: 12px;
    margin-left: 4px;
  }

  .name-other {
    font-size: 16px;
  }

  .second {
    margin: 0 0 71px;
  }
  /* 当選者発表のstyle ここまで */

  .red-content-container_link {
    font-size: 12px;
  }

  .red-content-container_link_label {
    font-size: 12px;
    width: 120px;
  }

  .red-content-container_img {
    width: calc(50% - .25rem);
  }

  .sw-Table-Type1 tr {
    display: flex;
    flex-direction: column;
  }

  .sw-Table-Type1 th {
    padding: 14px 8px;
  }

  .img-smaller {
    width: 100%;
  }

  .label-container {
    flex-wrap: nowrap;
  }

  .age-label {
    font-size: 12px;
  }

  table th {
    width: 100%;
  }

  .h3__padding__top {
    padding-top: 8px;
  }

  .sw-Campaign-item_container {
    margin: 24px 0 0 0;
  }

  .campaign-span-1 {
    width: 58px;
    font-size: 14px;
  }

  .campaign-span-1:after {
    right: -16px;
    width: 16px;
    height: 26px;
  }

  .font-size-16 {
    font-size: 16px;
  }

  .margin-right-16 {
    margin-right: 16px;
  }

  .font-size-12-sp {
    font-size: 12px;
  }

  .text_medium {
    font-weight: 500;
    font-size: 24px;
  }

  .content-footer {
    padding: 16px;
    font-size: 12px;
  }

  .img-sample {
    width: 103px;
    height: 146px;
    max-width: none;
  }

  .m-b-34-sp {
    margin-bottom: 34px;
  }

  .img-padding {
    padding: 16px 0 56px 16px;
    max-width: none;
  }

  .image4__col__4 {
    max-width: 30%;
  }

  table .has-list-style {
    padding-left: 20px;
  }

  .has-list-style:before {
    top: -1px;
  }

  table .has-list-style-none {
    list-style: none;
    padding-left: 0;
    position: inherit;
    padding-left: 24px;
  }

  .list-style-small {
    padding-left: 20px;
  }

  .list-style-small:before {
    content: "・";
    position: absolute;
    left: 8px;
    top: center;
  }

  .top-banner img {
    height: 128px;
  }

  .p-16-sp {
    padding: 16px;
  }

  .m-b-24-sp {
    margin-bottom: 24px;
  }

  .sw-Table-Type1 td {
    padding: 16px 8px;
    font-size: 12px;
  }

  .font-size-10-sp {
    font-size: 10px;
  }

  .font-size-name {
    font-size: 24px;
  }

  .font-size-18 {
    font-size: 16px;
  }

  .margin__left__12 {
    margin-left: 4px;
  }

  .m-b-60 {
    margin-bottom: 0px;
  }

  .no-border-top {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .m-b-24 {
    margin-bottom: 16px;
  }

  h2 {
    margin: 0px;
  }

  .padding_table_bottom {
    padding-bottom: 72px;
  }

  .padding__right_Sample {
    padding-left: 16px;
  }

  .sw-Frame_QaBox-Type1_Heading_custom {
    padding: 16px;
    background-color: #4D6E9B;
    color: #fff;
    font-size: 18px;
    border-top: 2px solid #4D6E9B;
    border-right: 2px solid #4D6E9B;
    border-left: 2px solid #4D6E9B;
    border-radius: 8px 8px 0 0;
    border: 2px solid #4D6E9B;
  }

  .sw-Frame_QaBox-Horizontal {
    border-bottom: 2px solid #4D6E9B;
    border-right: 2px solid #4D6E9B;
    border-left: 2px solid #4D6E9B;
    border-radius: 0 0 8px 8px;
  }
}

@media (min-width:768px) {
  .col-md-5 {
    max-width: 38.666667%;
  }

}
