@charset "Shift_JIS";

/* ---------------テキストヘッダー---------------------- */
#container h1 {
    background-color: #009645;
    padding: 35px 15px;
    text-align: center;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

#contents_hd #outline_area h2 , #form_wrapper h2.tit , #contents .thanks_txt h2 {
    color: #009645;
}

#form_wrapper .box > dl, #form_wrapper .box > dl:last-child, #form_wrapper .box > dl > dt, #form_wrapper .box > dl > dd, #form_wrapper .box.mm_read > dl > dt, #form_wrapper .box > dl.mm_read > dt, #form_wrapper .box > dl.mm_read > dt {
    border-color: #009645;
}

#form_wrapper .box > dl > dt, #form_wrapper .box.mm_read > dl > dt, #form_wrapper .box > dl.mm_read > dt {
    background: #e4f2e1;
}

#form_wrapper .box.mm_read > dl > dd.bg, #form_wrapper .box > dl.mm_read > dd.bg {
    background: #e4f2e1;
}

#contents #form_wrapper .btca_box h3{
    background: #cff0c8;
}


#contents_hd #outline_area li.mt1{
    margin-top: 1em;
}

#contents_hd #outline_area ul.caution li.pl1{
    padding-left: 1em;
}

#contents .thanks_txt p.info {
    margin-bottom: 1em;
}

#contents .thanks_txt p.info:last-child {
    margin-bottom: 0;
}

#contents_hd #outline_area h2:before {
    content: "\0025a0";
    padding-right: 3px;
}

#form_wrapper .box dl dd .column_list ul.inline {
    display: inline-flex;
}

/* ------------------同意チェックボックス---------------- */
#suntory_contents #agreement {
    text-align: center;
    font-size: 14px;
	margin-bottom: 20px;
}

#suntory_contents #agreement span.required {
    background: #f00;
    border-radius: 3px;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 4px;
}

#suntory_contents #agreement p.er_msg_point {
    font-weight: bold;
    color: #f00;
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

#suntory_contents #agreement label.hover {
    background-color: #fffaaa;
}
/***-----LINEログイン関連-----***/
div#outline_area_line {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

#contents #outline_area_line p,
#contents #outline_area_line ul li{
    line-height:1.3em;
    padding-bottom: 0.2em;
}

#contents #outline_area_line ul.caution li{
    text-indent: -1em;
    margin-left: 1em;
}

.bdr_green {
    border: 1px solid #00b900;
    border-radius: 15px;
    padding: 10px;
    display: inline-block;
    margin: 1em 0 2em;
}

.bdr_green img{
    vertical-align: middle;
    max-height: 40px;
}

div#line_txt {
    font-size: 180%;
    font-weight: bold;
    background-color: #00b900;
    text-align: center;
}

div#line_txt a {
    color: #fff;
    text-decoration: underline;
}

div#line_txt2 {
    padding: 16px;
}

p#form_txt {
    font-weight: bold;
    color: #009645;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 1em;
    font-size: 140%;
}

#container p.red_text {
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

#form_wrapper .box dl dd .column_list ul li.mt1 {
    margin-top: 1em;
}
#form_wrapper .box ul.caution.red {
    font-size: 0.8em;
    margin-top: 5px;
}

#form_wrapper .box dl dd .column_list ul li.mb1 {
    margin-bottom: 1em;
}

.regist_confirm #form_wrapper .box > dl > dd li.mt1 {
    margin-top: 1em;
}


#contents_hd #outline_area h2.inline1 {
    display: inline-flex;
}

#contents_hd #outline_area h2.inline2 {
    display: inline-flex;
    margin-top: 0;
}

#suntory_contents span.red {
    color: #f00;
}

#suntory_contents li.mb1 {
    margin-bottom: 1em;
}

#suntory_contents li.mt3px {
    margin-top: 3px;
}
#suntory_contents li.mb5px {
    margin-bottom: 5px;
}
#suntory_contents li.font_s08 {
    font-size: 0.8em;
}

#contents_hd .inlineimg {
    display: inline-flex;
}

@media screen and (max-width:767px){
    #form_wrapper .box > dl.mm_read > dd.bg {
        background: #cff0c8;
    }
    #outline_area img {
        max-width: 100%;
    }
    #form_wrapper .box dl dd .column_list ul.inline {
        display: block;
    }
    div#outline_area_line {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }
	

#suntory_contents span.txtbl {
    display: block;
}

}




/* ------------------------------------------------------------------------
?@body > #suntory_contents >#sclbtn
------------------------------------------------------------------------ */

div#sclbtn,
div#sclbtn_1 {
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
}

#sclbtn p,
#sclbtn_1 p {
    color: #808080;
    font-size: 10px;
}


@media screen and (max-width: 767px){

div#sclbtn,
div#sclbtn_1  {
	border: none;
  margin-bottom: 25px;
}


#sclbtn p,
#sclbtn_1 p {
    position: static;
    text-align: center;
    margin-top: 5px;
}

br.sp_none {
    display: none;
}

#contents #sclbtn_1 img {
    max-width: 350px;
    width: 100%;
}


#form_wrapper .box#twitter dd ul li input[type=text] {
    width: 89%;
}

}

