/*全体*/
.main_contents {
font-size: 16px !important;
}
.section_title:before {
  height: 100%;
  background-color: #c7000a;
}
.section_title:after {
  height: 8px;
  background-color: #f3980f;
}

.mg_tb20{
	margin: 20px 0 !important
}

/*余白*/
.mg-t0-b20{
	margin: 0 0 1em;
}

/*フォントサイズ*/
ul{
	margin-left: 2em
}

/*景品レイアウト*/
.prize-frame {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prize-frame::before, .prize-frame::after {
  content: "";
  display: block;
  width: 24%;
}
.prize-frame::before {
  order: 1;
}  
.prize-box {
  width: 24%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 1em;
/*  margin-right: 7px;*/
}
.prize-img {
  width: 100%;
  height: auto;
  position: relative;
}
.prize-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 64%;
}
.prize-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
}
.prize-txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  background-color: #f9f9f8;
}
.name-box{
  padding-bottom: 1em;
}
.prize-name {
  /*  display: flex;*/
  align-items: center;
  min-height: 56px;
  color: #274778;
  font-size: 1.2em;
  line-height: 1.6;
  margin: 10px 10px 0 !important;
  box-sizing: border-box;
}
.prize-name span {
  font-size: 0.8em;
}
.prize-link {
  font-size: 0.8em;
  color: #5B5B5B;
  text-align: right;
  margin: 0 10px;
}
.prize-link font{
    font-size: 0.8em;
}
.info-icon {
  font-size: 1.8em !important;
  color: #c2cdc9;
  vertical-align: bottom;
}
.prize-txt p img {
  display: block;
  width: 12.5%;
  height: auto;
  margin-right: 8px;
}
.prize-num {
  background-color: #D1EBFA;
  color: #274778;
  margin-right: 5px;
  padding: 1px 5px;
  font-weight: bold;
}
.prize-win {
  flex-grow: 1;
  margin: 0 5px;
  padding: 10px 10px 15px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.prize-nameLink {
  width: 100%;
  height: auto;
}
.prize-nameLink a {
  width: 90%;
  height: 48px;
  margin: 10px auto 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #A7E2CE;
  border-radius: 3px;
}

.prize-setname{
    font-size: 1.1em;
    background-color: #DA6A3A;
    color: #ffffff;
    padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .prize-box {
    width: 48%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .prize-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 0 0 3px;
  }
}
/*注意事項*/
.note li {
  list-style: none !important;
  text-indent: -1em;
  font-size: 0.8em;
}

/*リンクアイコン　位置*/
.material-symbols-outlined {
    vertical-align: middle;
}
/*テキストリンク　カラー*/
.link-brw {
    color: #a8340d;
    text-decoration: none !important;
}
/*お問い合わせ フレックス*/
.card__contact__wrap .card__contact__number {
    font-size: 1.6rem;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.card__contact__wrap .card__contact__number > a {
    display: block;
    margin-right: 14px;
}
@media screen and (max-width: 850px) {
    .card__contact__wrap .card__contact__number {
        font-size: 1.4rem;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
