@charset "utf-8";

#suntory_contents .table.col4>ul>li a{

    color: #0071bf;
    text-decoration: underline;
}

/*----------------------------------------
#table
----------------------------------------*/
#suntory_contents .table.col4>ul>li:nth-child(1) {
  width: 18%
}
#suntory_contents .table.col4>ul>li:nth-child(2) {
  width: 45%
}
#suntory_contents .table.col4>ul>li:nth-child(3) {
  width: 17%

}
#suntory_contents .table.col4>ul>li:nth-child(4) {
  width: 20%
}



/*----------------------------------------
#desc_present
----------------------------------------*/
#suntory_contents #desc_present {
  display: table;
  width: 100%;
}

#suntory_contents .desc_present_contents {
  display: grid;
  grid-template-columns: 230px calc(100% - 230px);
  grid-template-rows: auto auto;
}

#suntory_contents #desc_present .ttl_desc {
  display: block;
  width: 230px;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#suntory_contents #desc_present .ttl_desc p {
  background-color: #2d1506;
  padding: 4%;
  box-sizing: border-box;
}
#suntory_contents #desc_present .ttl_desc p>span {
  display: block;
  border: 1px solid #6b4216;
  padding: 1.6em 2%;
}
#suntory_contents #desc_present .txt_desc {
  padding-left: 20px;
  vertical-align: middle;
  box-sizing: border-box;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
#suntory_contents #desc_present .txt_desc .sp_item {
  display: none;
}
#suntory_contents #desc_present .txt_desc_extra {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  padding: 20px 0 0;
}


/*----------------------------------------
#cont_present
----------------------------------------*/
#suntory_contents #cont_present {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
}
#suntory_contents h3.lead_cont {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #5fc2db;
  padding: 0.4em 2%;
}
#suntory_contents .att_cont {
  color: #ffff00;
}
#suntory_contents .ov_cont {
  display: table;
  width: 100%;
  margin-top: 1em;
}
#suntory_contents .img_cont {
  display: table-cell;
  width: 49%;
  vertical-align: middle;
  background: linear-gradient(0deg, #6b4216, #2d1506);
  color: #fff;
  border: 1px solid #2d1506;
  text-align: center;
  padding: 1em 2%;
  box-sizing: border-box;
}
#suntory_contents .img_cont .close_present {
  color: #ca0010;
  font-size: 2.2em;
  font-weight: bold;
}
#suntory_contents .img_cont .ttl {
  font-family: 'Noto Serif JP', 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6em;
}
#suntory_contents .img_cont .date {
  font-size: 1.1em;
}
#suntory_contents .txt_cont {
  display: table-cell;
  width: 51%;
  vertical-align: middle;
  padding-left: 2%;
  box-sizing: border-box;
}
#suntory_contents .txt_cont h4 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #2d1506;
  margin-bottom: 0.2em;
}
#suntory_contents .txt_cont h4:nth-child(n+2) {
  margin-top: 0.8em;
}
#suntory_contents .txt_cont dl {
  display: table;
  width: 100%;
}
#suntory_contents .txt_cont dt,
#suntory_contents .txt_cont dd {
  display: table-cell;
}
#suntory_contents .txt_cont dt {
  width: 20%;
}
#suntory_contents .txt_cont dd {
  width: 80%;
}
#suntory_contents .txt_cont dd:before {
  content: "：";
  margin-left: -1em;
}

/*----------------------------------------
#apply_present
----------------------------------------*/
#suntory_contents #apply_present {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
}
#suntory_contents .ttl_apply {
  color: #fff;
  background: linear-gradient(0deg, #694116, #2d1506);
  padding: 0.6em 2%;
  margin-bottom: 1em;
}
#suntory_contents .ttl_apply h3 {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
}
#suntory_contents .ttl_apply p {
  display: inline-block;
  font-size: 0.9em;
  padding-left: 1em;
}
#suntory_contents .ttl_apply p:before,
#suntory_contents .ttl_apply p:after {
  content: "～";
}
#suntory_contents .txt_apply {
  display: table;
  width: 100%;
}
#suntory_contents .txt_apply>div {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
}
#suntory_contents .txt_apply>div.fax {
  padding-right: 1%;
}
#suntory_contents .txt_apply>div.postcard {
  padding-left: 1%;
}
#suntory_contents .txt_apply h4 {
  display: inline-block;
  color: #fff;
  background-color: #5fc2db;
  padding: 0.4em 3%;
  margin-bottom: 0.4em;
}
#suntory_contents .txt_apply p {
  margin-bottom: 0.2em;
}
#suntory_contents .txt_apply .close_present {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #ca0010;
}
#suntory_contents .txt_apply .fax .close_present {
  background-color: #eee;
  padding: 3em 0;
}
#suntory_contents .txt_apply .postcard .close_present {
  padding: 0.6em 0;
}
#suntory_contents .txt_apply .postcard .add_apply {
  background-color: #f6eed9;
  padding: 0.6em 3%;
}

/*----------------------------------------
#privacy_present
----------------------------------------*/
#suntory_contents #privacy_present {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
}
#suntory_contents .ttl_privacy {
  font-family: 'Noto Serif JP', 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #2d1506;
  margin-bottom: 0.2em;
}
#suntory_contents #privacy_present p {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1em;
}
#suntory_contents #privacy_present p:before {
  content: "※";
  margin-left: -1em;
}

/*========================================
========================================
========================================
for SP
========================================
========================================
========================================*/
@media screen and (max-width: 767px) {
#suntory_contents .table.col4 {
    overflow: auto;
}
#suntory_contents .table.col4>ul {
    width: 280%;
}
#suntory_contents #ttl_main h2 {
  width: 100%;
  background-color: #5fc2db;
  padding: 0.4em 0 0.4em 1%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.6em;
}

/*----------------------------------------
#desc_present
----------------------------------------*/
#suntory_contents #desc_present {
  width: auto;
  background-color: #2d1506;
  padding: 1.6%;
}
#suntory_contents .desc_present_contents {
  display: block;
}

#suntory_contents #desc_present>div {
  border: 1px solid #6b4216;
  padding: 1.2em 5%;
  color: #fff;
  text-align: left;
  line-height: 1.8;
}
#suntory_contents #desc_present .ttl_desc,
#suntory_contents #desc_present .ttl_desc p,
#suntory_contents #desc_present .txt_desc {
  display: block;
  width: 100%;
  padding: 0;
}
#suntory_contents #desc_present .ttl_desc {
  margin-bottom: 5%;
}
#suntory_contents #desc_present .ttl_desc p>span {
  border: none;
  padding: 0;
}
#suntory_contents #desc_present .txt_desc {
  margin-bottom: 2em;
}
#suntory_contents #desc_present .txt_desc .pc_item {
  display: none;
}
#suntory_contents #desc_present .txt_desc_extra {
  padding: 0;
}

/*----------------------------------------
#cont_present
----------------------------------------*/
#suntory_contents h3.lead_cont {
  text-align: left;
}
#suntory_contents .att_cont {
  font-size: 120%;
}
#suntory_contents .img_cont,
#suntory_contents .txt_cont {
  display: block;
  width: 100%;
}
#suntory_contents .img_cont .close_present {
  font-size: 1.8em;
}
#suntory_contents .img_cont .ttl {
  font-size: 1.2em;
}
#suntory_contents .img_cont .date {
  font-size: 1em;
}
#suntory_contents .txt_cont {
  padding-left: 0;
  margin-top: 0.8em;
}

/*----------------------------------------
#apply_present
----------------------------------------*/
#suntory_contents .ttl_apply {
  background: none;
  padding: 0;
}
#suntory_contents .ttl_apply h3 {
  display: block;
  text-align: center;
  background: linear-gradient(0deg, #694116, #2d1506);
  padding: 0.2em 0;
}
#suntory_contents .ttl_apply p {
  display: block;
  color: #2d1506;
  font-size: 1em;
  padding-left: 0;
  margin-top: 0.2em;
}
#suntory_contents .ttl_apply p:before {
  content: "";
}
#suntory_contents .ttl_apply p:after {
  content: "。";
}
#suntory_contents .txt_apply>div.fax,
#suntory_contents .txt_apply>div.postcard {
  display: block;
  width: 100%;
  padding: 0;
}
#suntory_contents .txt_apply>div:nth-child(n+2) {
  margin-top: 1.2em;
}




}
/**/
