@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){

/*------------------------------------------------------------
[SP] page title
------------------------------------------------------------ */
#suntory_contents .title_area {
    padding: 8vw 0 0;
    text-align: center;
}
#suntory_contents .title_area h1 {
    font-size: 5.6vw;
    font-weight: normal;
    line-height: 1;
}

/*------------------------------------------------------------
[SP] faq_nav
------------------------------------------------------------ */
#suntory_contents .faq_nav {
    margin: 12vw 4vw 0;
    width: 92vw;
}
#suntory_contents .faq_nav ul {
    height: 34.4vw;
    display:flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}
#suntory_contents .faq_nav li {
    height: 8.8vw;
    list-style: none;
    font-size: 3.466666666666667vw;
    line-height: 1.5;
    border-right: 1px #666 solid;
    padding: 0 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#suntory_contents .faq_nav li:first-child,
#suntory_contents .faq_nav li:nth-child(3),
#suntory_contents .faq_nav li:nth-child(6) {
    border-left: 1px #666 solid;
}
#suntory_contents .faq_nav li:first-child {
    margin-left: 4vw;
}
#suntory_contents .faq_nav li:nth-child(2) {
    margin-right: 4vw;
}
#suntory_contents .faq_nav li a {
    color: #000;
    text-decoration: none;
}

/*------------------------------------------------------------
[SP] faq_contents
------------------------------------------------------------ */
#suntory_contents .faq_contents {
    margin: -12vw 4vw 0;
    padding: 12vw 0 0;
}
#suntory_contents .faq_contents:last-of-type  {
    margin-bottom: 16vw;
}
#suntory_contents .faq_contents h2 {
    margin: 16vw 0 5.6vw;
    padding: 0;
    font-size: 4.8vw;
    font-weight: normal;
    line-height: 1;
}

/*------------------------------------------------------------
[SP] faq_contents Q A structure
------------------------------------------------------------ */
#suntory_contents .faq_contents h2 + dl {
    border-top: 1px solid #ccc;
}
#suntory_contents .faq_contents dl {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
#suntory_contents .faq_contents dt {
    display: block;
    margin: 0;
    padding: 5.6vw 2.4vw 4vw 12.8vw;
    height: 8vw;
    font-size: 3.73333333vw;
    line-height: 1.8;
    position: relative;
    background: url(/sma/common2020/img/faq/img_q.svg) no-repeat left top 4vw / 9.6vw;
    cursor: pointer;
}
#suntory_contents .faq_contents dt.plural {
    height: auto;
    padding-top: 4vw;
}
#suntory_contents .faq_contents dd {
    display: none;
    margin: 0;
    padding: 0.8vw 2.4vw 5.6vw 12.8vw;
    font-size: 3.46666667vw;
    line-height: 1.8;
    position: relative;
    background: url(/sma/common2020/img/faq/img_a.svg) no-repeat left top / 9.6vw;
}

/*------------------------------------------------------------
[SP] faq_contents A parts
------------------------------------------------------------ */
#suntory_contents .faq_contents dd p {
    margin-top: 4vw;
    display: block;
}
#suntory_contents .faq_contents dd p:first-of-type {
    margin-top:0;
}

#suntory_contents .faq_contents dd ul {
    list-style: none;
    margin-top: 4vw;
}
#suntory_contents .faq_contents dd li {
    font-size: 2.93333333vw;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
}
#suntory_contents .faq_contents dd a {
    padding: 0 0 0.8vw;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}
#suntory_contents .faq_contents dd p.btn {
    margin: 4vw 0 0;
    width: 60vw;
    height: 12vw;
}
#suntory_contents .faq_contents dd p.btn a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #A89170;
    border: none;
}
#suntory_contents .faq_contents dd p.btn.external a {
    padding: 0 3.2vw 0 0;
    position: relative;
}
#suntory_contents .faq_contents dd p.btn.external a::after {
    content: '';
    width: 2.4vw;
    height: 2.4vw;
    background: url(/sma/common2020/img/icon_external_wh.svg) no-repeat 0 0;
    background-size: 2.4vw auto;
    position: absolute;
    top: 1.6vw;
    right: 1.6vw;
}

}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

/*------------------------------------------------------------
[PC] page title
------------------------------------------------------------ */
#suntory_contents .title_area {
    text-align: center;
}
#suntory_contents .title_area h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
}

/*------------------------------------------------------------
[PC] faq_nav
------------------------------------------------------------ */
#suntory_contents .faq_nav {
    margin: 50px 0 80px;
}
#suntory_contents .faq_nav ul {
    width: 700px;
    height: 90px;
    margin: 0 auto;
    display:flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}
#suntory_contents .faq_nav li {
    list-style: none;
    font-size: 14px;
    border-right: 1px #666 solid;
    padding: 8px 30px;
}
#suntory_contents .faq_nav li:first-child,
#suntory_contents .faq_nav li:nth-child(5) {
    border-left: 1px #666 solid;
}
#suntory_contents .faq_nav li a {
    color: #000;
    padding-bottom: 3px;
    text-decoration: none;
}
#suntory_contents .faq_nav li a:hover {
    border-bottom: 1px #666 solid;
}

/*------------------------------------------------------------
[PC] faq_contents
------------------------------------------------------------ */
#suntory_contents .faq_contents  {
    margin: -120px 0 80px;
    padding: 120px 0 0;
}
#suntory_contents .faq_contents:last-of-type  {
    margin-bottom: 110px;
}
#suntory_contents .faq_contents h2 {
    margin: 0 0 30px;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}

/*------------------------------------------------------------
[PC] faq_contents Q A structure
------------------------------------------------------------ */
#suntory_contents .faq_contents h2 + dl {
    border-top: 1px solid #ccc;
}
#suntory_contents .faq_contents dl {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
#suntory_contents .faq_contents dt {
    display: block;
    margin: 0;
    padding: 35px 0 25px 60px;
    height: 35px;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    background: url(/sma/common2020/img/faq/img_q.svg) no-repeat left top 25px / 45px;
    cursor: pointer;
    opacity: 1;
}
#suntory_contents .faq_contents dt.plural.pc {
    height: auto;
    padding-top: 25px;
}
#suntory_contents .faq_contents dt:hover {
    opacity: 0.75;
}
#suntory_contents .faq_contents dd {
    display: none;
    height: 35px;
    margin: 0;
    padding: 10px 0 25px 60px;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    background: url(/sma/common2020/img/faq/img_a.svg) no-repeat left top / 45px;
}
#suntory_contents .faq_contents dd.plural {
    height: auto;
    padding-top: 5px;
}


/*------------------------------------------------------------
[PC] faq_contents A parts
------------------------------------------------------------ */
#suntory_contents .faq_contents dd p {
    margin-top: 20px;
    display: block;
}
#suntory_contents .faq_contents dd p:first-of-type {
    margin-top:0;
}
#suntory_contents .faq_contents dd ul {
    list-style: none;
    margin-top: 15px;
}
#suntory_contents .faq_contents dd li {
    font-size: 12px;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
}
#suntory_contents .faq_contents dd a {
    padding: 0 0 3px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}
#suntory_contents .faq_contents dd a:hover {
    color: #666;
    border-bottom: 1px solid #666;
}
#suntory_contents .faq_contents dd .withbtn {
    width: 100%;
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
#suntory_contents .faq_contents dd .withbtn .left {
    width: 620px;
}
#suntory_contents .faq_contents dd p.btn {
    width: 240px;
    margin: 0;
}
#suntory_contents .faq_contents dd p.btn a {
    display: block;
    width: 240px;
    height: 45px;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #A89170;
    border: none;
}
#suntory_contents .faq_contents dd p.btn a:hover {
    background: #C6B59D;
}
#suntory_contents .faq_contents dd p.btn.external a {
    padding: 0 10px 0 0;
    position: relative;
}
#suntory_contents .faq_contents dd p.btn.external a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(/sma/common2020/img/icon_external_wh.svg) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    top: 8px;
    right: 8px;
}

}