@charset "UTF-8";
/* ------------見出し、お問い合わせ部分---------------- */
h2.h2-a{
	background-color:#1f2a66;
}
.cl_blue{
	color: #1f2a66;
}
.unit_inq_outline {
    background: #01a1e9 none repeat scroll 0 0;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}
.unit_inq_inner {
    background: #e0f2fc none repeat scroll 0 0;
    border-radius: 3px;
    padding: 15px;
    position: relative;
}

.unit_inq_inner p{
    margin-left: 1em;
}

.unit_inq_inner p:first-child {
    margin:0;
}


/* h1ヘッダー画像出し分け(spヘッダー幅640px)
-------------------------------------------------- */

#suntory_contents h1 img.pc_none {
	display: none;
}
#suntory_contents h1 img.sp_none {
	display: block;
}

@media screen and (max-width:767px){
#suntory_contents h1 img.pc_none {
	display: block;
	max-width: 640px;
	margin: 0 auto;
}
#suntory_contents h1 img.sp_none {
	display: none;
}
}


/* ----------------LINE、サントリーID応募----------------- */

p.cl_green {
    color: #00b900;
}

.bdr_green {
    border: 1px solid #00b900;
    border-radius: 15px;
    padding: 10px;
    display: inline-block;
}

p.cl_blue_1 {
    color: #2E75B6;
}

.bdr_yellow {
    display: inline-block;
    padding: 12px 10px 13px 10px;
    border-radius: 30px;
    background: #ffde00;
}

p.center {
    text-align: center;
}

@media all and (max-width: 640px) {
    .bdr_green,.bdr_yellow {
        margin: 0 5px;
    }
}

/* ----------対象商品例 section#product------------ */
section .objex{
	font-weight: bold;
	color: #000f67;
	font-size: 100%;
}

section div.product ul{
    padding: 0;
    align-self: flex-end;
    margin:20px 0;
}

section div.product ul li{
    display: inline;
    margin: 0 10px 10px 0;
    padding: 0;
    vertical-align: bottom;
}

section div.product {
    text-align: center;
    display: flex;
    justify-content: center;
}


@media all and (max-width: 767px) {
    section div.product {
        display: block;
    }

section div.product ul{
    margin:0;
}
    section div.product{
        margin: 10px 0;
    }
}

@media all and (max-width: 377px) {
    section div.product ul li {
        margin: 0 auto 10px;
    }
}

/*======================賞品dl==============================*/
.present {
    margin: 10px 0 30px 0;
}

/*
.present dl {
	font-size: 0.9em;
    margin-bottom: 1em;
}
*/

/* ==================other======================= */
.about_present {
    padding: 0 10px;
}

.about_present p, .about_present ul, .about_present ul li {
    padding: 0;
}

ul.about {
    margin-left: 2.4em;
    padding: 0;
    font-size: 100%;
}

p.about_prize {
    margin-left: 2.5em;
    text-indent: -2.5em;
}


p {
    max-height: 100%;
}

#suntory_contents #container #contents .letter{
    margin: 1em 0;
}

#suntory_contents .caution_letter{
	font-size: 0.9em;
}
/* ---close btn--- */
#suntory_contents .apply_btn.disabled a{
	pointer-events:none;
    background-color: #9e9e9e;
}
/* ---/close btn--- */