@charset "utf-8";

/* チャットプラス アイコン位置 */
#chatplusview.closed.chatplusview-modern.headless #outline {
    top: -100px !important;
}

h1 {
    background: #fcf9ee;
    font-size: 30px;
    padding: 10px 20px;
    font-weight: bold;
    line-height: 40px;
    color: #654632;
    letter-spacing: 0.03em;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #ccc;
}

form{
    font-size:30px;
    padding:30px
}

form div{
    font-weight: bold;
}

.topCap{
    padding: 5px 30px;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #eee;
}

input[type="text"] {
    display: block;
    width: 100%;
    border: 2px solid #787878;
    height: 80px;
    border-radius: 5px;
    margin-top:3px;
    margin-bottom:30px;
    padding-left:10px
}

textarea{
    width: 100%;
    border: 2px solid #787878;
    min-height: 200px;
    border-radius: 5px;
    margin-top:3px;
    margin-bottom:30px;
    padding:10px
}

.main{
    border-bottom: #ccc 2px solid
}

.sendBtn{
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    width: 580px;
    line-height: 80px;
    background: #fc991b;
    border-radius: 5px;
    box-shadow: 0px 4px 0px 0px #d88112;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.03em;
}

.must {
    display: inline-block;
    background: #aa0000;
    border-radius: 10px;
    padding: 6px;
    color: #fff;
    font-size: 20px;
    vertical-align: top;
    margin-left: 10px;
}

.any {
    display: inline-block;
    background: #9cd316;
    border-radius: 10px;
    padding: 6px;
    color: #fff;
    font-size: 20px;
    vertical-align: top;
    margin-left: 10px;
}

.error {
    color: #ff0000;
    font-size: 26px;
    padding: 20px;
    border: 1px solid #ee5c8d;
    background: #ffeef4;
    line-height: 36px;
    margin-bottom: 50px;
}

/* 完了画面 */
.comp{
    font-size: 26px;
    text-align: center;
    padding: 20px;
}

.comp a{
    color:#0066cc
}