@charset "utf-8";

/* for PC */

/*------------------------------------------------------------
  [PC] containar
------------------------------------------------------------ */
#suntory_contents #containar {
    margin: 0 auto;
    width: 960px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
    font-weight: normal;
}


/*------------------------------------------------------------
  [PC] breadcrumbs
------------------------------------------------------------ */
#suntory_contents #breadcrumbs {
    margin: 20px auto 0;
    width: 960px;
}
#suntory_contents #breadcrumbs:after { content :''; display :block; clear :both; }

#suntory_contents #breadcrumbs ol {
    margin-bottom: 5px;
    float: left;
    padding: 0;
}
#suntory_contents #breadcrumbs ol:after { content :''; display :block; clear :both; }
#suntory_contents #breadcrumbs li {
    list-style: none;
    color: #333;
    font-size: 11px;
    float: left;
}

#suntory_contents #breadcrumbs li:before {
    content: '＞';
    color: #333;
    font-size: 11px;
    margin: 0 5px;
}
#suntory_contents #breadcrumbs li:first-child:before {
    content: '';
    font-size: 0px;
    margin: 0;
}

#suntory_contents #breadcrumbs li a {
    color: #2d8fc1;
    text-decoration: none;
    position: relative;
    margin-left: 10px;
}
#suntory_contents #breadcrumbs li:first-child a {
    margin: 0;
}

#suntory_contents #breadcrumbs li a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------
  btn_print（PC）
------------------------------------------------------------ */
#suntory_contents .btn_print {
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
}
#suntory_contents .btn_print a {
    display: inline-block;
    color: #fff;
    background: #999;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1;
}
#suntory_contents .btn_print a:hover {
    opacity: .8;
}

/*------------------------------------------------------------
  [PC] title
------------------------------------------------------------ */
#suntory_contents #title {
    width: 100%;
    margin: 0 0 70px;
    padding: 0;
    color: #333;
}
#suntory_contents #title .information:after { content :''; display :block; clear :both; }

#suntory_contents #title .information {
    margin-bottom: 60px;
    display: table;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
}
#suntory_contents #title .information .date {
    display: table-cell;
}
#suntory_contents #title .information .company {
    display: table-cell;
    text-align: right;
}
#suntory_contents #title h1 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}


/*------------------------------------------------------------
  [PC] article
------------------------------------------------------------ */
#suntory_contents #article {
    font-size: 15px;
    line-height: 2;
    color: #333;
    width: 960px;/* add */
    margin: 0 auto;
}
#suntory_contents #article p {
    font-size: 15px;
}
#suntory_contents #article p.center {
    text-align: center;
}

#suntory_contents #article a {
    color: #0066aa;
    text-decoration: none;
}
#suntory_contents #article a:hover {
    text-decoration: underline;
}
#suntory_contents #article a.external {
    background: url(../img/icon_external.png) no-repeat right 0;
    background-size: 20px auto;
    padding-right: 25px;
}
#suntory_contents #article a.pdf {
    background: url(../img/icon_pdf.png) no-repeat right 0;
    background-size: 12px auto;
    padding-right: 17px;
}

#suntory_contents #article ul,
#suntory_contents #article ol {
    margin: 0 0 1em 2em;
}

#suntory_contents #article  h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    padding: 14px 20px;
}
#suntory_contents #article  h2.type01 {
    background: #def3f8;
}
#suntory_contents #article  h2.type02 {
    background: #f5f5f5;
}

#suntory_contents #article  h3 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    padding: 10px 20px;
}
#suntory_contents #article  h3.type01 {
    background: #def3f8;
}
#suntory_contents #article  h3.type02 {
    background: #f5f5f5;
}


#suntory_contents #article  dl {
    margin-bottom: 1em;
}
#suntory_contents #article  dt {
    font-weight: bold;
}


#suntory_contents #article table {
    margin-bottom: 1em;
    width: 100%;
}
#suntory_contents #article table th {
    background: #cccccc;
    padding: 10px;
    border: 1px #aaaaaa solid;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
#suntory_contents #article table td {
    padding: 10px;
    border: 1px #aaaaaa solid;
    text-align: left;
    vertical-align: top;
}

#suntory_contents #article .fig_left {
    margin: 0 auto 0 0;
    display: table;
}
#suntory_contents #article .fig_center {
    margin: 0 auto;
    display: table;
}
#suntory_contents #article .fig_right {
    margin: 0 0 0 auto;
    display: table;
}
#suntory_contents #article .fig_left div.figcaption,
#suntory_contents #article .fig_center div.figcaption,
#suntory_contents #article .fig_right div.figcaption {
    text-align: center;
    line-height: 1.5;
}

#suntory_contents #article .fig_container {
    margin: 0 auto 25px;
    display: table;
}
#suntory_contents #article .fig_container:after { content :''; display :block; clear :both; }

#suntory_contents #article .fig_container .fig_left {
    display: table-cell;
    text-align: center;
    padding: 0 50px 0 0;
}
#suntory_contents #article .fig_container .fig_right {
    display: table-cell;
    text-align: center;
    padding: 0 0 0 50px;
}

#suntory_contents #article .fig_container .fig_left div.figcaption,
#suntory_contents #article .fig_container .fig_right div.figcaption {
    text-align: center;
    line-height: 1.5;
}
#suntory_contents #article div.figure {
    margin-bottom: 25px;
}
#suntory_contents #article div.figure img {
    vertical-align: bottom;
    max-width: 100%;
}

#suntory_contents #article div.figure div.figcaption + img {
    margin-top: 10px;
}
#suntory_contents #article div.figure img + div.figcaption {
    margin-top: 10px;
}

#suntory_contents #article .contact_note01 {
    border: 1px #43b0d0 solid;
}
#suntory_contents #article .contact_note02 {
    border: 1px #cccccc solid;
}
#suntory_contents #article .contact_note01,
#suntory_contents #article .contact_note02 {
    margin-bottom: 50px;
    padding: 30px;
}


#suntory_contents #article .fig_container_sequence {
    margin: 0 auto 25px;
    width: 80%;
}
#suntory_contents #article .fig_container_sequence:after { content :''; display :block; clear :both; }

#suntory_contents #article .fig_container_sequence .fig_left {
    clear: both;
    width: 48%;
    float: left;
    text-align: center;
}
#suntory_contents #article .fig_container_sequence .fig_right {
    width: 48%;
    float: right;
    text-align: center;
}

#suntory_contents #article .fig_container_sequence .fig_left div.figcaption,
#suntory_contents #article .fig_container_sequence .fig_right div.figcaption {
    text-align: center;
    line-height: 1.5;
}



@media screen and (min-width:961px){
/*=============================================================
  [PC] width 961px - 
============================================================ */
    
    /*------------------------------------------------------------
      containar（PC）
    ------------------------------------------------------------ */
    #suntory_contents #containar {
     width: 100%;
     max-width: 1164px;
    }
    /*------------------------------------------------------------
      [PC] breadcrumbs
    ------------------------------------------------------------ */
    #suntory_contents #breadcrumbs {
    width: 100%;
    max-width: 1164px;
    }
    



}


@media only screen and (max-width: 767px){

/*=============================================================
  [SP] 
============================================================ */
    
/*------------------------------------------------------------
  [SP] containar
------------------------------------------------------------ */
#suntory_contents #containar {
    margin: 0 auto;
    width: auto;
}

/*------------------------------------------------------------
  [SP] breadcrumbs
------------------------------------------------------------ */
#suntory_contents #breadcrumbs {
    display: none;
    height: 0;
}
    
/*------------------------------------------------------------
   [SP] btn_print
------------------------------------------------------------ */
#suntory_contents .btn_print {
    display: none;
    height: 0;
}
/*------------------------------------------------------------
   [SP] title
------------------------------------------------------------ */
#suntory_contents #title {
    width: auto;
    margin: 0 15px 30px;
    padding: 0;
}
#suntory_contents #title .information:after { content :''; display :block; clear :both; }

#suntory_contents #title .information {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}
#suntory_contents #title .information .date {
    display: block;
    text-align: right;
}
#suntory_contents #title .information .company {
    display: block;
    text-align: right;
}
#suntory_contents #title h1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
}

/*------------------------------------------------------------
  [SP] article
------------------------------------------------------------ */
#suntory_contents #article {
    font-size: 12px;
    line-height: 2;
    width: auto;
    margin: auto;
}
#suntory_contents #article p {
    font-size: 12px;
    padding: 0 15px;
}
#suntory_contents #article a.external {
    background: url(../img/icon_external.png) no-repeat right 0;
    background-size: 16px auto;
    padding-right: 21px;
}
#suntory_contents #article a.pdf {
    background: url(../img/icon_pdf.png) no-repeat right 0;
    background-size: 12px auto;
    padding-right: 17px;
}
    
    
#suntory_contents #article ul,
#suntory_contents #article ol {
    margin: 0 0 1em calc(15px + 2em);
}
#suntory_contents #article  dl {
    margin: 0 15px 1em;
}
    
#suntory_contents #article  h2 {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 14px 20px;
}
#suntory_contents #article  h3 {
    font-size: 14px;
    font-weight: normal;
}

#suntory_contents #article table {
    margin: 0 15px 1em;
    width: auto;
    width: calc(100% - 30px);
}

#suntory_contents #article .fig_left {
    display: block;
    text-align: center;
    margin: 0 15px 15px;
    padding: 0;
}
#suntory_contents #article .fig_center {
    margin: 0 15px 15px;
    display: block;
    padding: 0;
}
#suntory_contents #article .fig_right {
    display: block;
    text-align: center;
    margin: 0 15px 15px;
    padding: 0;
}

#suntory_contents #article .fig_container {
    margin: 0;
    display: block;
}
#suntory_contents #article .fig_container .fig_left {
    display: block;
    text-align: center;
    margin: 0 15px 15px;
    padding: 0;
}
#suntory_contents #article .fig_container .fig_right {
    display: block;
    text-align: center;
    margin: 0 15px 15px;
    padding: 0;
}

#suntory_contents #article .fig_container .fig_left div.figcaption,
#suntory_contents #article .fig_container .fig_right div.figcaption {
    text-align: center;
}
#suntory_contents #article div.figure {
    margin: 0 15px 15px;
    text-align: center;
}
#suntory_contents #article div.figure img {
    margin: 0 auto;
    vertical-align: bottom;
    max-width: 100%;
}

#suntory_contents #article .contact_note01 {
    border: 1px #43b0d0 solid;
}
#suntory_contents #article .contact_note02 {
    border: 1px #cccccc solid;
}
#suntory_contents #article .contact_note01,
#suntory_contents #article .contact_note02 {
    margin: 0 15px 25px;
    padding: 15px;
} 
#suntory_contents #article .contact_note01 p,
#suntory_contents #article .contact_note02 p {
    padding: 0;
}
    
#suntory_contents #article .fig_container_sequence {
    margin: 0 15px 15px;
    width: auto;
}

#suntory_contents #article .fig_container_sequence .fig_left {
    width: auto;
    float: none;
    margin: 0 15px 15px;
}
#suntory_contents #article .fig_container_sequence .fig_right {
    width: auto;
    float: none;
    margin: 0 15px 15px;
}
    
    
}