@charset "utf-8";
body,
html {padding: 0;margin: 0;height:100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, i {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;
word-break: break-all;
word-wrap: break-word;}
:focus {outline: 0;}
ol, ul {list-style: none;}
caption{font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a{ text-decoration:none; cursor: pointer; color: #000}
a.underline-link{ text-decoration: underline}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*a:hover * {
    opacity: 0.7;
}*/
body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'hiragino kaku gothic pro', メイリオ, meiryo, 'ＭＳ Ｐゴシック', 'ms pgothic', sans-serif;
    font-size: 2.8rem;
    color: #221815;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;    
}
html {
    font-size: 62.5%;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.line {
    font-weight: bold;
    color: #167ac6;
    text-decoration: underline;
}
.inner,
.wrapper,
.content,
.footer {
    margin: 0 auto;
}
.footer,
.main-ttl,
.btn-group li {
    text-align: center;
}
.footer-about,
.main-ttl,
.campaign-ttl,
.campaign-sub-ttl,
.campaign-period,
.btn-group li a   {
    font-weight: bold;  
}
.content {
    margin-bottom: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    font-size: 2.6rem;
}
.wrapper {    
    max-width: 640px;
    background: #c8a46d;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.inner {
    padding: 0 25px 25px;
}
.end_box {
    background: #fae7cc;
    border-top-left-radius : 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius : 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    font-size: 2.6rem;
    padding: 10px;
}
.stt-ttl {
    padding: 30px 0 0;
    font-size: 2.5rem;
    color: #333;   
    line-height: 1.3;
    text-align: center;
    font-weight: bold;  
}
.yellow_box {
    border: 2px solid #f4d521;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    margin: 20px 10px 40px;
    padding: 10px;
}
.stt-area {
    padding:20px;
}
#start_view h3 {
    border-bottom: 2px dotted #f4d521;
    margin: 10px;
    padding-bottom: 10px;
    color: #323333;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
#start_view .yellow_box p {
    margin: 10px;
    color: #d2171f;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.main-ttl {
    padding: 30px 0 0;
    font-size: 3.8rem;
    color: #cc0000;   
    line-height: 1.3;  
}
.main-ttl02 {
    color: #5b3715;
}
.end-ttl-coment {
    margin: 10px auto;
    font-size: 2.4rem;
    color: #3c1101;
    text-align: center;
}
.main-ttl-coment {
    margin: 10px auto;
    font-size: 2.4rem;
}

.indent-coment {
        padding-left: 1em;
        text-indent: -1em;
}
.line_fix_btn,.tw_fix_btn,.fb_fix_btn{
    text-align: right;
    display:block;
}
.line_fix_btn a{
    color:#00c300;
    text-decoration: underline;
    font-weight: bold;
}

.tw_fix_btn a{
    color:#55acef;
    text-decoration: underline;
    font-weight: bold;
}
.fb_fix_btn a{
    color:#274b95;
    text-decoration: underline;
    font-weight: bold;
}
.ic_cp {
    vertical-align: text-top;
    margin-right: 5px;
    display: inline-block;
}
img.ic_cp {
    width: 34px;
}

.btn-group {
    margin: 60px auto 0;
    max-width: 470px;
}
.btn-group li {
    display: block;
    margin: 0 auto 44px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 3rem;
    line-height: 3;
}
.btn-group li a {
    display: table;
    width: 100%;
    color: #fff;
}
.btn-group li a span {
    display: table-cell;
    vertical-align: middle;
}
.btn-icn {
    width: 20%;
}
.btn-txt {
    width: 80%;
}
.btn-line {
    background: #00C300;
}
.btn-line:active {
    background: #00B300;
    tap-highlight-color: #00B300;
}
.btn-twitter {
    background: #55acee;
}
.btn-twitter:active {
    background: #4682c8;
    tap-highlight-color: #4682c8;
}
.btn-twitter .btn-icn {
    background: #1389ed;
}
.btn-fb {
    background: #34508f;
}
.btn-fb:active {
    background: #223869;
    tap-highlight-color: #223869;
}
.btn-fb .btn-icn {
    background: #264c95;
}
.btn-twitter .btn-icn,
.btn-fb .btn-icn {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}
.bg-line {
    background: url(../image/bg_line.png) repeat-x left top;
    padding-bottom: 6px;
}
.campaign-ttl {
    display: table;
    width: 100%;
    margin-top: 25px;
    font-size: 3.2rem;
    color: #000;
}
.campaign-ttl span {
    display: table-cell;
    vertical-align: middle;
}
.icn-rhombus {
    width:43px;
    padding-right: 2.03%;
}
.campaign-sub-ttl {
    margin-top: 11px;
    font-size: 3.0rem;
    color: #221815;
}
.campaign-period {
    margin-bottom: 32px;
    font-size: 2.8rem;
    color: #d50000;
}
.campaign-period2 {
    margin-bottom: 7px;
}
.campaign-period-info {
    margin-bottom: 62px;
}
.campaign-info {
    margin-top: 26px;
}
.campaign-info3 {
    color: #d50000;
}
.campaign-info li {
    margin-bottom: 27px;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.campaign-info li {
    padding-left: 1em;
    text-indent: -1em;
}
.campaign-info2 {
    padding-bottom: 32px;
}
.campaign-info2 li {
    margin-bottom: 22px;
}
.footer { 
    background: #5b3715;
    color: #fff;
    font-size: 2.4rem;
}
.footer-about {
    padding: 35px 0 19px;
    margin-bottom: 17px;
    font-size: 2.6rem;
    background:url(../image/bg_line_footer.png) repeat-x left bottom;
}
.footer-mail {
    display: inline-block;
    margin: 3px auto;
    color: #fff;
    text-decoration: underline;    
}
.footer-date {
    padding-bottom: 30px;
}
#page-top a {
    width: 90px;
    display: block;
}
#page-top {
    position: fixed;
    right: 0;
    bottom: 20px;
    overflow: hidden;
    z-index: 1000;
}
a:hover{
    opacity: .8;
}