@charset "utf-8";


article > h1 {
    background: url(/img/item/vis.jpg) no-repeat center center;
    height: 100px;
    padding-top: 32px;
}



/* -- pin
-------------------------------------------------------------------------------- */
#pin {
    text-align: left;
    padding: 0 15px 80px;
}
#pin h2 {
    font-weight: normal;
    text-align: center;
    display: block;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 50px;ssssss
}
#pin form + h2 {
    margin-top: 85px;
}
#pin h2 span {
    font-weight: 700;
    display: block;
    color: #034679;
    font-size: 25px;
}
#pin form select,
#pin form input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    display: block;
    height: 60px;
    padding: 0;
    margin: 0;
    border: none;
}
#pin form select,
#pin form input[type="text"] {
    font-size: 12px;
    background: #F5F5F5;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
#pin form select {
    background: #F5F5F5 url(/img/common/form_select_arw.png) no-repeat 95% center;
    background-size: 24px 14px;
}
#pin form input[type="submit"] {
    color: #FFF;
    font-size: 15px;
    background: #034679;
    width: 100%;
}
#pin form p {
    margin: 10px 0 38px;
    font-size: 10px;
}

/* -- twitter
-------------------------------------------------------------------------------- */
#twitter {
    background: url(/img/common/bg_twitter.jpg) no-repeat center 0;
    background-size: auto 100%;
    padding: 70px 10px 0;
    height: 580px;
}
#twitter h2 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    display: block;
    margin-bottom: 80px;
    position: relative;
}
#twitter h2:after {
    content: "";
    background: #FFF;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -7px;
}
#twitter h2 span {
    font-size: 12px;
    line-height: 1.7;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    position: absolute;
    bottom: -32px;
}
#twitter > div {
    width: 100%;
}
