@charset "UTF-8";
h2.h2-a{
	background-color:#011a5c;
}

.cl_blue{
	color:#011a5c;
}
.unit_inq_outline {
    background: #daa742 none repeat scroll 0 0;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}
.unit_inq_inner {
    background: #f9f6e4 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;
}

.pl1em {
	padding-left: 1em;
}

a {
    word-break: break-word;
}

/* ----------------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: #011a5c;
	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 li img {
    margin-bottom: 10px;
}
}

@media all and (max-width: 530px) {
    section div.product ul li {
        margin: 0 auto 10px;
    }
}



/* ---close btn--- */
#suntory_contents .apply_btn.disabled a{
	pointer-events:none;
    background-color: #9e9e9e;
}
/* ---/close btn--- */