@charset "Shift_JIS";


/* ---------------黒背景------------------ */
#suntory_contents,div#container {
    background-color: #004129;
}


/* ------------------------------------------------------------------------
全体のレイアウト設定
------------------------------------------------------------------------ */
#contents {
    width:888px;
    padding: 15px 35px 15px;
    border: 1px solid #3e3e3e;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
#contents {
    margin: 0;
    padding: 15px 0;
    border: none;
    width:100%;
}}

#contents .thanks_txt h2 {
    color: #333;
}

#contents_hd #outline_area h2 {
    color: #333;
}
#contents_hd #outline_area h2:before {
    content: "\0025A0";
    padding-right: 3px;
}

#contents h2.tit {
    color: #333;
}
@media screen and (max-width:767px){
.regist_form #form_wrapper h2.tit.form {
    margin-bottom: 0;
}}

#form_wrapper .box > dl, #form_wrapper .box > .field-item_wrap,
#form_wrapper .box > dl:last-child, #form_wrapper .box > .field-item_wrap:last-child,
#form_wrapper .box > dl > dt, #form_wrapper .box .field-item_wrap legend.field-item_qes,
#form_wrapper .box > dl > dd, #form_wrapper .box > .field-item_wrap .field-item_ans,
#form_wrapper .box.mm_read > dl > dt, #form_wrapper .box.mm_read .field-item_wrap .field-item_qes {
    border-color: #888;
}

#form_wrapper .box > dl > dt, #form_wrapper .box .field-item_wrap legend.field-item_qes,
#form_wrapper .box.mm_read > dl > dt {
    background-color: #eee;
}


#suntory_contents .cl_red{
	color: #E0000F;
}

#suntory_contents .pl2 {
    padding-left: 2em;
}
#suntory_contents .pl4 {
    padding-left: 4em;
}
#suntory_contents .pl7 {
    padding-left: 7em;
}

#suntory_contents .mt1{
	margin-top: 1em;
}
#suntory_contents .mt15{
	margin-top: 1.5em;
}
#suntory_contents .mt2{
	margin-top: 2em;
}

#contents_hd #outline_area ul.caution_num1 li {
    text-indent: -1.3em;
    margin-left: 1.3em;
}
#contents_hd #outline_area ul.caution_num2 li {
    text-indent: -1.7em;
    margin-left: 1.7em;
}
#contents_hd #outline_area ul.caution_num3 li {
    text-indent: -2.6em;
    margin-left: 2.6em;
}
#contents_hd #outline_area ul.caution_num3_2 li {
    text-indent: -3.2em;
    margin-left: 3.2em;
}
#contents_hd #outline_area ul.caution_num4 li {
    text-indent: -2.5em;
    margin-left: 2.5em;
}

#contents_hd #outline_area ul.caution li.faqtxt {
    text-indent: -2em;
    margin-left: 2em;
}
#contents_hd #outline_area ul.caution li.faqtxt span.kome {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
}


#form_wrapper .caut {
    color: #E0000F;
    font-weight: bold;
    padding: 0px 10px 10px;
}
@media screen and (max-width: 767px) {
#form_wrapper .caut {
    padding: 5px 10px 10px;
}}

#form_wrapper .caut ul li {
    text-indent: -1em;
    padding-left: 1em;
}

#form_wrapper .caut_bottom {
    color: #E0000F;
    font-weight: bold;
    padding: 20px 10px 0;
    width: 633px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
#form_wrapper .caut_bottom {
    width: auto;
}}


#suntory_contents #form_wrapper em.sub_dt {
    display: block;
}

#container #form_wrapper ul.caution_form {
    margin: 5px;
    color: #E0000F;
}
#container #form_wrapper ul.caution_form li {
    line-height: 1.3em;
    text-indent: -1em;
    margin-left: 1em;
    float: none;
}

#suntory_contents #enquete h3 {
    font-weight: bold;
    margin: 1.6em 0 0.5em;
}
#suntory_contents #enquete h3:first-of-type {
    margin-top: 0;
}


#suntory_contents .regist_confirm .red_box {
    border: solid 2px #E0000F;
    padding: 10px;
    color: #E0000F;
}


#contents .thanks_txt p.info.textleft {
    display: block;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 10px;
}
#contents .thanks_txt p.info.textleft.mt1 {
    margin-top: 1em;
}

#contents .thanks_txt ul.info_caution {
    font-size: 1em;
    display: block;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 10px;
}
#contents .thanks_txt ul.info_caution.mt1 {
    margin-top: 1em;
}
#contents .thanks_txt ul.info_caution li {
    text-indent: -1em;
    padding-left: 1em;
}


/*----------アコーディオン----------*/
#contents .acd1_check,
#contents .acd2_check {
  display: none;
}

#contents .acd_wrapper {
  margin: 5px;
}

#contents .acd_content {
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  overflow: hidden;
}

#contents .acd1_check:checked + .acd_wrapper .acd_content,
#contents .acd2_check:checked + .acd_wrapper .acd_content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

#contents .acd_label {
  background: #4472c4;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
  display: block;
  width: 100%;
  max-width: 25em;
  margin: 16px auto 24px;
  padding: 10px 0;
  border-radius: 1.3em;
  letter-spacing: 0.1em;
  text-align: center;
}

#contents .acd_open {
  display: block;
}
#contents .acd_open:after {
  padding-left: 5px;
  content: "\025bc";
}
#contents .acd1_check:checked + .acd_wrapper .acd_open,
#contents .acd2_check:checked + .acd_wrapper .acd_open {
  display: none;
}

#contents .acd_close {
  display: none;
}
#contents .acd_close:after {
  padding-left: 5px;
  content: "\025b2";
}
#contents .acd1_check:checked + .acd_wrapper .acd_close,
#contents .acd2_check:checked + .acd_wrapper .acd_close {
  display: block;
}


/* ---------------同意チェックボックス----------------- */
#suntory_contents #agree {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

#suntory_contents #agree span.required {
    background: #E0000F;
    border-radius: 3px;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 6px;
    vertical-align: middle;
}

#suntory_contents #agree p.er_msg_point {
    font-weight: bold;
    color: #E0000F;
    margin-bottom: 3px;
    font-size: 1.1em;
}

#suntory_contents #agree label.hover {
    background-color: #fffaaa;
}

#suntory_contents #agree ul.caution{
    margin-bottom: 10px;
    font-size: 130%;
    border: 2px solid #E0000F;
    padding: 10px;
}


/* ------------------------------------------------------------------------
　body > #suntory_contents > #container > .footer
------------------------------------------------------------------------ */
#suntory_contents .footer.pc_none {
    display: none;
}
@media screen and (max-width: 767px){
#suntory_contents .footer.pc_none {
    display: block;
    margin: 10px 5px 15px;
    padding-bottom: 10px;
}
#suntory_contents .footer.pc_none a {
    display: block;
    line-height: 0;
}
#suntory_contents .footer.pc_none img {
    width: 100%;
    height: auto;
}
}


#suntory_contents .footer.sp_none {
    margin: 0 auto 30px;
    position: relative;
    width: 960px;
    height: 366px;
    background-image: url(/btc/whisky/hakushu/cp2407242/img/footer_img.webp);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#suntory_contents .footer.sp_none a {
    position: absolute;
    display: block;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    top: 81.3%;
    left: 61.4%;
    width: 268px;
    height: 53px;
}
#suntory_contents .footer.sp_none a.hover {
    opacity: 0.1;
    background-color: #fff;
}
@media screen and (max-width: 767px){
#suntory_contents .footer.sp_none {
    display: none;
}
}
