@charset "utf-8";

/* 重複ページトップボタン非表示 */
#suntory_contents .page_top {
    display: none;
    height: 0;
}
#suntory_contents .page_top p i {
    display: none;
}
#suntory_contents #container,
#suntory_contents #container p,
#suntory_contents #container li,
#suntory_contents #container th,
#suntory_contents #container td,
#suntory_contents #container em {
    color: #000;
}
#suntory_contents #container a {
    color: #000;
}

#suntory_contents #form_wrapper p.er_msg {
    color: #E8411D;
}
#suntory_contents #form_wrapper .box dl dd p.er_msg_point {
    color: #E8411D;
}

/* font */
#suntory_contents #sma_footer li,
#suntory_contents #sma_footer li a,
#suntory_contents #sma_footer p {
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: normal;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased; 
}

/*------------------------------------------------------------
[SP] 
------------------------------------------------------------ */
@media screen and (max-width:767px){
    
    #suntory_contents #container {
        padding-bottom: 16vw;
    }
    
    #suntory_contents #contents_hd {
        font-size: 3.466666666666667vw;
        padding: 0;
    }
    
   /*------------------------------------------------------------
    [SP] title
    ------------------------------------------------------------ */
    #suntory_contents .title {
        margin: 8vw 4vw;
    }
    #suntory_contents .title h1 {
        font-size: 5.6vw;
        font-weight: normal;
        line-height: 1.5;
        margin: 0;
        text-align: center;
    }
    
    /*------------------------------------------------------------
    [SP] lead
    ------------------------------------------------------------ */
    #suntory_contents .lead {
        margin: 0 4vw 8vw;
    }
    #suntory_contents .lead p {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        font-weight: normal;
    }
    #suntory_contents .lead p + p {
        margin-top: 1em;
    }
    #suntory_contents .lead p a {
        text-decoration: none;
        border-bottom: 1px #666 solid;
        padding-bottom: 0.8vw;
        color: #000;
    }
    /*------------------------------------------------------------
    [SP] thanks_text
    ------------------------------------------------------------ */
    #suntory_contents .thanks_text {
        margin: 0 4vw 8vw;
    }
    #suntory_contents .thanks_text h2 {
        font-size: 4.8vw;
        line-height: 1.8;
        font-weight: normal;
        color: #000;
        text-align: left;
        margin: 0 0 5.6vw;
    }
    #suntory_contents .thanks_text p {
        margin: 0;
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        font-weight: normal;
    }
    #suntory_contents .thanks_text p + p {
        margin-top: 1em;
    }
    #suntory_contents #contents .thanks_text p a {
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding-bottom: 0.8vw;
        color: #000;
    }

    #suntory_contents #contents .note .btn_inquiry a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 66.666666666666667vw;
        height: 12vw;
        margin: 8vw auto;
        padding: 0;
        font-weight: normal;
        background: #A89170;
        border: none;
        border-radius: 0;
        white-space: nowrap;
        font-size: 3.733333333333333vw;
        letter-spacing: 0;
        box-shadow: none;
        color: #fff;
    }

    
    /*------------------------------------------------------------
    [SP] notice_text
    ------------------------------------------------------------ */
    #suntory_contents .notice_text {
        margin: 0 4vw 8vw;
    }
    #suntory_contents .notice_text h2 {
        font-size: 4.8vw;
        line-height: 1.8;
        font-weight: normal;
        color: #000;
        text-align: center;
        margin: 0 0 5.6vw;
    }
    #suntory_contents .notice_text p {
        margin: 0;
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        font-weight: normal;
    }
    #suntory_contents .notice_text p + p {
        margin-top: 1em;
    }
    #suntory_contents #contents .notice_text p a {
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding-bottom:  0.8vw;
        color: #000;
    }
    #suntory_contents #contents .notice_text p a:hover {
        color: #666;
        border-bottom: 1px #666 solid;
    }
    
    /*------------------------------------------------------------
    [SP] note
    ------------------------------------------------------------ */
    #suntory_contents #contents .note {
        margin: 0 4vw 8vw;
    }
    #suntory_contents #contents .note li {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        list-style: none;
    }
    #suntory_contents #container .note p + p {
        margin-top: 1em;
    }
    #suntory_contents #contents .note p {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    #suntory_contents #contents .note p a {
        text-decoration: none;
        border-bottom: 1px #666 solid;
        padding-bottom: 0.8vw;
        color: #000;
    }
    #suntory_contents #contents .note .required {
        color: #E8411D;
    }
    
    /*------------------------------------------------------------
    [SP] link_list
    ------------------------------------------------------------ */
    #suntory_contents #contents .link_list ul li {
        margin: 0 auto;
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    #suntory_contents #contents .link_list ul li + li {
        margin-top: 1em;
    }
    #suntory_contents #contents .link_list ul li a {
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding: 0 0 0.8vw;
        display: inline-block;
        color: #000;
    }
    #suntory_contents #contents .link_list ul li a:before {
        content: '';
        display: none;
    }
    
    
    /*------------------------------------------------------------
    [SP] notice
    ------------------------------------------------------------ */
    #suntory_contents .notice {
        margin: 0 4vw 0;
        padding: 8vw 4vw;
       background: #F6F4F1;
    }
    #suntory_contents .notice p {
        font-size: 3.733333333333333vw;
        line-height: 1.8;
        margin-bottom: 5.6vw;
    }
    #suntory_contents .notice dt {
        font-size: 3.466666666666667vw;
        margin-bottom: 4vw;
    }
    #suntory_contents .notice ol {
        margin: 0 0 5.6vw 2em;  
    }
    #suntory_contents .notice ol li {
        margin-bottom: 4vw;
        font-size: 3.466666666666667vw;
        line-height: 1.7;
        list-style-type: decimal;
    }    
    #suntory_contents .notice .agreement {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #suntory_contents .notice .agreement label {
        font-size: 3.733333333333333vw;
    }
    #suntory_contents .notice .agreement input {
        margin-right: 2.133333333333333vw;
    }
    #suntory_contents .notice .agreement .required {
        color: #E8411D;
        font-size: 2.933333333333333vw;
        margin-left: 2.666666666666667vw;
    }
    #suntory_contents .notice #submit_box .to_conf a {
        background: #A89170;
        color: #fff;
        font-size: 3.733333333333333vw;
        border-radius: 0;
        border: none;
        display: flex;
        width: 60vw;
        height: 12vw;
        align-items: center;
        justify-content: center;
        box-shadow: none;
    }
    #suntory_contents .notice #submit_box .to_conf.disable a {
        background: #fff;
        color: #ccc;
        pointer-events: none;
    }

    /*------------------------------------------------------------
    [SP] form_area
    ------------------------------------------------------------ */
    #suntory_contents #container.regist_confirm #contents #contents_hd p {
        margin: 0 4vw 8vw;
        font-size: 3.733333333333333vw;
        line-height: 1.5;
        font-weight: normal;
    }
    
    #suntory_contents #form_area dl {
        margin: 0 4vw;
        width: calc(100% - 8vw);
        border-top: 1px #ddd solid;
        border-bottom: none;
        border-right: none;
    }
    #suntory_contents #form_area input {
        border: 1px #999 solid;
    }
    #form_wrapper .box dl dd ul li input[type=text] {
        width: auto;
        border-radius: 0;
    }
	#form_wrapper .box li {
		line-height: 1.5;
	}
    
    #form_wrapper .box dl.email dd ul li {
        display: flex;
        align-items: center;
    }
    
    #form_wrapper .box dl.email dd ul li input[type=email] {
        width:66.666666666666667vw;
        
    }
    
    #form_wrapper .box dl dd ul li input[type=text], #form_wrapper .box dl dd ul li input[type=tel], #form_wrapper .box dl dd ul li input[type=email], #form_wrapper .box dl dd ul li input[type=password], #form_wrapper .box dl dd ul li select, #form_wrapper .box dl dd ul li textarea {
        border-radius: 0;
        box-shadow: none;
    }
    
    
    #suntory_contents #form_area select {
      -webkit-appearance: none;
      appearance: none;
    background: transparent  url(../img/arrow_down_small_gr.svg) no-repeat right 4vw center;
    background-size: 3.2vw auto;
      border: 1px #999 solid;;
      border-radius: 0;
      color: inherit;
      cursor: pointer;
      font-family: inherit;
      font-size: 3.466666666666667vw;
      padding: 0 24vw 0 5.333333333333333vw;
      width: auto;
      height: 9.6vw;

    }
    #suntory_contents #form_area select::-ms-expand {
      display: none;
    }
    #suntory_contents #form_area select:focus {
      box-shadow: none;
      outline: none;
    }

    #suntory_contents #form_area dl:last-child {
        border-bottom: 1px #ddd solid;
    }
    #suntory_contents #form_area dt{
        background: none;
        border: none;
        vertical-align: middle;
        padding: 4vw 0;
    }
    #form_wrapper .box dl.required dt:before {
        content: "";
        background: none;
        display: none;
    }
    #form_wrapper .box dl.required dt em::after {
        content: "\005fc5\009808";
        color: #E8411D;
        font-size: 12px;
        margin-left: 10px;
    }
    #form_wrapper .box dl dt em {
        font-size: 3.733333333333333vw;
        font-weight: normal;
    }
    #form_wrapper .box dl.required dt em, #form_wrapper .box.mm_read > dl.required > dt em, #form_wrapper .box > dl.mm_read.required > dt em {
        padding: 0;
    }
    #suntory_contents #form_area dd{
        background: none;
        border: none;
        vertical-align: middle;
        padding: 0 0 4vw;
    }
    
    #suntory_contents #submit_box ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #container.regist_confirm #form_wrapper #submit_box ul li.to_back {
        position: static;
    }
    #suntory_contents #submit_box ul li a,
    #suntory_contents #container.regist_confirm #form_wrapper #submit_box ul li.to_done a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 53.333333333333333vw;
        height: 12vw;
        margin: 0 0 8vw;
        padding: 0;
        font-weight: normal;
        background: #A89170;
        border: none;
        border-radius: 0;
        white-space: nowrap;
        font-size: 3.733333333333333vw;
        letter-spacing: 0;
        box-shadow: none;
        color: #fff;
    }
    #suntory_contents #container.regist_confirm #form_wrapper #submit_box ul li.to_back a {
        margin: 0;
        width: 53.333333333333333vw;
        height: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: #fff;
        border: solid 1px #A89170;
        box-shadow: none;
        font-size: 3.733333333333333vw;
        font-weight: normal;
        color: #000;
    }
    
    /*------------------------------------------------------------
    [SP] btn_list, text
    ------------------------------------------------------------ */
    #suntory_contents #form_area .btn_list {
        margin: 5.6vw auto 1.6vw;
        text-align: center;
    }
    #suntory_contents #form_area .btn_list a {
        margin: 0 auto;
        width: 48vw;
        height: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #A89170;
        box-sizing: border-box;
        padding-right: 1.6vw;
        color: #fff;
        font-size: 3.733333333333333vw;
        position: relative;
        text-decoration: none;
    }
    #suntory_contents #form_area .btn_list a::after {
        content: '';
        width: 2.4vw;
        height: 2.4vw;
        background: url(../img/icon_external_wh.svg) no-repeat 0 0;
        background-size: 2.4vw auto;
        position: absolute;
        top: 2.133333333333333vw;
        right: 2.133333333333333vw;
    }
    #suntory_contents #form_area .text {
        font-size: 3.466666666666667vw;
        line-height: 1.5;
    }
    #suntory_contents #form_area .text .note {
        display: block;
        font-size: 2.933333333333333vw;
        line-height: 1.5;
        margin: 1.333333333333333vw 0 0 0;
    }
    
    /*------------------------------------------------------------
    [SP] input_group
    ------------------------------------------------------------ */
    #suntory_contents #form_area .input_group .text {
        margin-bottom: 5.6vw;
    }
    #suntory_contents #form_area .input_group {
        margin: 0 4vw;
        padding: 4vw 0;
    }
    #suntory_contents #form_area .input_group + .input_group {
        background: url(../img/dot_line.png) repeat-x 0 0;
        background-size: auto 1px;
    }
    #suntory_contents #form_area .input_group:last-child {
        padding: 4vw 0 0;
    }
    #suntory_contents #form_area .input_group ul {
        margin: 0;
    }
    #suntory_contents #form_area .input_group li {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    #suntory_contents #form_area .input_group li.center {
        align-items: center;
    }
    #suntory_contents #form_area .input_group li em {
        margin-bottom: 2.666666666666667vw;
        white-space: nowrap;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    #suntory_contents #form_area .input_group i {
        margin-top: 2.666666666666667vw;
        display: block;
        width: 100%;
    }
    
    #suntory_contents #form_area .input_group li + li {
        margin-top: 5.6vw;
    }
    #suntory_contents #form_area .input_group input[type="text"] {
        width: auto;
    }
    #suntory_contents #form_area .input_group textarea {
        width: auto;
        border: 1px #999 solid;
    }
    
    
}

/*------------------------------------------------------------
[PC] 
------------------------------------------------------------ */
@media print, screen and (min-width:768px) { 

    /*------------------------------------------------------------
    [PC] title
    ------------------------------------------------------------ */
    #suntory_contents .title {
        margin: 50px auto;
    }
    #suntory_contents .title h1 {
        font-size: 28px;
        font-weight: normal;
        line-height: 1.5;
        margin: 0;
        text-align: center;
    }
    #suntory_contents #contents {
        margin-bottom: 50px;
    }
 
    /*------------------------------------------------------------
    [PC] lead
    ------------------------------------------------------------ */
    #suntory_contents .lead {
        margin-bottom: 80px;
    }
    #suntory_contents .lead p {
        font-size: 14px;
        line-height: 1.8;
        font-weight: normal;
    }
    #suntory_contents .lead p + p {
        margin-top: 1em;
    }
    #suntory_contents #contents .lead p a {
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding-bottom: 3px;
        color: #000;
    }
    #suntory_contents #contents .lead p a:hover {
        color: #666;
        border-bottom: 1px #666 solid;
    }
    
    /*------------------------------------------------------------
    [PC] thanks_text
    ------------------------------------------------------------ */
    #suntory_contents .thanks_text {
        margin-bottom: 40px;
    }
    #suntory_contents .thanks_text h2 {
        font-size: 24px;
        line-height: 1.8;
        font-weight: normal;
        color: #000;
        text-align: left;
        margin: 0 0 30px;
    }
    #suntory_contents .thanks_text p {
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
        font-weight: normal;
    }
    #suntory_contents .thanks_text p + p {
        margin-top: 1em;
    }
    #suntory_contents #contents .thanks_text p a {
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding-bottom: 3px;
        color: #000;
    }
    #suntory_contents #contents .thanks_text p a:hover {
        color: #666;
        border-bottom: 1px #666 solid;
    }
      
    #suntory_contents #contents .note .btn_inquiry a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 45px;
        margin: 30px auto;
        padding: 0;
        font-weight: normal;
        background: #A89170;
        border: none;
        border-radius: 0;
        white-space: nowrap;
        font-size: 14px;
        letter-spacing: 0;
        box-shadow: none;
        color: #fff;
    }
    #suntory_contents #contents .note .btn_inquiry a:hover {
         background: #beac94;
        color: #fff;
        text-decoration: none;
        border: none;
    }
    
    /*------------------------------------------------------------
    [PC] notice_text
    ------------------------------------------------------------ */
    #suntory_contents .notice_text {
        width: 960px;
        margin: 0 auto 40px;
    }
    #suntory_contents .notice_text h2 {
        font-size: 24px;
        line-height: 1.8;
        font-weight: normal;
        color: #000;
        text-align: center;
        margin: 0 0 30px;
    }
    #suntory_contents .notice_text p {
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
        font-weight: normal;
    }
    #suntory_contents .notice_text p + p {
        margin-top: 1em;
    }
    #suntory_contents #contents .notice_text p a {
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding-bottom: 3px;
        color: #000;
    }
    #suntory_contents #contents .notice_text p a:hover {
        color: #666;
        border-bottom: 1px #666 solid;
    }
    
    /*------------------------------------------------------------
    [PC] note
    ------------------------------------------------------------ */
    #suntory_contents #container .note {
        margin-bottom: 30px;
        text-align: left;
    }
    #suntory_contents #container .note li {
        font-size: 14px;
        line-height: 1.8;
        list-style: none;
    }
    #suntory_contents #container .note p + p {
        margin-top: 1em;
    }
    #suntory_contents #container .note p {
        font-size: 14px;
        line-height: 1.8;
    }
    #suntory_contents #contents .note p a {
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding-bottom: 3px;
        color: #000;
    }
    #suntory_contents #contents .note p a:hover {
        border-bottom: 1px #666 solid;
        color: #666;
    }
    #suntory_contents #container .note .required {
        color: #E8411D;
    }
    
    /*------------------------------------------------------------
    [PC] link_list
    ------------------------------------------------------------ */
    #suntory_contents #contents .link_list {
        margin: 0 auto;
        width: 960px;
    }
    #suntory_contents #contents .link_list ul li {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
    }
    #suntory_contents #contents .link_list ul li + li {
        margin-top: 1em;
    }
    #suntory_contents #contents .link_list ul li a {
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding: 0 0 3px;
        color: #000;
    }
    #suntory_contents #contents .link_list ul li a:hover {
        border-bottom: 1px #666 solid;
        color: #666;
    }
    #suntory_contents #contents .link_list ul li a:before {
        content: '';
        display: none;
    }
    
    /*------------------------------------------------------------
    [PC] notice
    ------------------------------------------------------------ */
    #suntory_contents .notice {
        padding: 40px 50px;
       background: #F6F4F1;
    }
    #suntory_contents .notice p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    #suntory_contents .notice dt {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #suntory_contents .notice ol {
        margin: 0 0 20px 2em;
        
    }
    #suntory_contents .notice ol li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.7;
        list-style-type: decimal;
    }
    
    #suntory_contents .notice .agreement {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #suntory_contents .notice .agreement label {
        font-size: 16px;
    }
    #suntory_contents .notice .agreement input {
        margin-right: 10px;
    }
    #suntory_contents .notice .agreement .required {
        color: #E8411D;
        font-size: 12px;
        margin-left: 15px;
    }
    #suntory_contents .notice #submit_box .to_conf a {
        background: #A89170;
        color: #fff;
        font-size: 14px;
        border-radius: 0;
        border: none;
        display: flex;
        width: 200px;
        height: 45px;
        align-items: center;
        justify-content: center;
        box-shadow: none;
    }
    #suntory_contents .notice #submit_box .to_conf a:hover {
        background: #BEAC94;
    }
    #suntory_contents .notice #submit_box .to_conf.disable a {
        background: #fff;
        color: #ccc;
        pointer-events: none;
    }
    
    /*------------------------------------------------------------
    [PC] form_area
    ------------------------------------------------------------ */
    #suntory_contents #contents_hd {
        padding: 0;
        margin: 0 0 30px;
    }
    #suntory_contents #container.regist_confirm #contents #contents_hd p {
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
    }
    
    #suntory_contents #contents #submit_box ul li a {
        margin: 0;
    }
	#form_wrapper .box li {
		line-height: 1.5;
	}
    
    #form_wrapper .box dl dd ul li i {
        padding: 0 10px;
        font-size: 12px;
        color: #666;
        letter-spacing: -0.5px;
    }
    #suntory_contents #form_area dl {
        border-top: 1px #ddd solid;
        border-bottom: none;
        border-right: none;
    }
    #suntory_contents #form_area input {
        border: 1px #999 solid;
    }
    #form_wrapper .box dl dd ul li input[type=text] {
        width: 400px;
    }
    #suntory_contents #form_area select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
        background: transparent  url(../img/arrow_down_small_gr.svg) no-repeat right 14px center;
    background-size: 12px auto;
      border: 1px #999 solid;;
      border-radius: 0;
      color: inherit;
      cursor: pointer;
      font-family: inherit;
      font-size: 12px;
      padding: 10px 95px 10px 20px;
      width: auto;
        height: 36px;
    }
    #suntory_contents #form_area select::-ms-expand {
      display: none;
    }
    #suntory_contents #form_area select:focus {
      box-shadow: none;
      outline: none;
    }

    #suntory_contents #form_area dl:last-child {
        border-bottom: 1px #ddd solid;
    }
    #suntory_contents #form_area dt{
        background: none;
        border: none;
        vertical-align: top;
        padding: 25px 0;
    }
    #form_wrapper .box dl.required dt:before {
        content: "";
        background: none;
        display: none;
    }
    #form_wrapper .box dl.required dt em::after {
        content: "\005fc5\009808";
        color: #E8411D;
        font-size: 12px;
        margin-left: 10px;
    }
    #form_wrapper .box dl dt em {
        font-size: 16px;
        font-weight: normal;
    }
    #suntory_contents #form_area dd{
        background: none;
        border: none;
        vertical-align: middle;
        padding: 25px 0;
    }
    #suntory_contents #submit_box {
        padding: 0;
    }
    #suntory_contents #submit_box ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #container.regist_confirm #form_wrapper #submit_box ul li.to_back {
        position: static;
    }
    #suntory_contents #submit_box ul li + li {
        margin-top: 30px;
    }
    
    #suntory_contents #submit_box ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 45px;
        margin: 0 0 30px;
        padding: 0;
        font-weight: normal;
        background: #A89170;
        border: none;
        border-radius: 0;
        white-space: nowrap;
        font-size: 14px;
        letter-spacing: 0;
        box-shadow: none;
        color: #fff;
    }
    #suntory_contents #submit_box ul li a:hover {
        background: #beac94;
    }
    
    #suntory_contents #container.regist_confirm #form_wrapper #submit_box ul li.to_back a {
        margin: 0;
        width: 200px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: #fff;
        border: solid 1px #A89170;
        box-shadow: none;
        font-size: 14px;
        font-weight: normal;
        color: #000;
    }
	#suntory_contents #container.regist_confirm #form_wrapper #submit_box ul li.to_back a:hover {
		background: #beac94;
		border: solid 1px #beac94;
		color: #fff;
	}
    
    
    /*------------------------------------------------------------
    [PC] btn_list, text
    ------------------------------------------------------------ */
    #suntory_contents #form_area .btn_list {
        margin-top: 25px;
    }
    #suntory_contents #form_area .btn_list a {
        width: 200px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #A89170;
        box-sizing: border-box;
        padding-right: 5px;
        color: #fff;
        font-size: 14px;
        position: relative;
        text-decoration: none;
    }
    #suntory_contents #form_area .btn_list a::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external_wh.svg) no-repeat 0 0;
        background-size: 10px auto;
        position: absolute;
        top: 8px;
        right: 8px;
    }
    #suntory_contents #form_area .btn_list a:hover {
        background: #beac94;
    }
    
    #suntory_contents #form_area .text {
        font-size: 14px;
        line-height: 14px;
    }
    #suntory_contents #form_area .text .note {
        font-size: 12px;
        line-height: 14px;
        margin-left: 10px;
    }
    
    /*------------------------------------------------------------
    [PC] input_group
    ------------------------------------------------------------ */
    #suntory_contents #form_area .input_group .text {
        margin-bottom: 20px;
    }
    #suntory_contents #form_area .input_group {
        padding: 25px 0;
    }
    #suntory_contents #form_area .input_group + .input_group {
        background: url(../img/dot_line.png) repeat-x 0 0;
        background-size: auto 1px;
    }
    #suntory_contents #form_area .input_group:last-child {
        padding: 25px 0 0;
    }
    #suntory_contents #form_area .input_group ul {
        margin: 0 0 0 20px;
    }
    #suntory_contents #form_area .input_group li {
        display: flex;
    }
    #suntory_contents #form_area .input_group li.center {
        align-items: center;
    }
    #suntory_contents #form_area .input_group li em {
        white-space: nowrap;
        width: 140px;
        box-sizing: border-box;
    }
    #suntory_contents #form_area .input_group li + li {
        margin-top: 20px;
    }
    #suntory_contents #form_area .input_group input[type="text"] {
        width: 300px;
    }
    #suntory_contents #form_area .input_group textarea {
        width: 500px;
        width: calc(100% - 160px);
        border: 1px #999 solid;
    }
}