@charset "utf-8";

/*
------------------------
font
------------------------
*/

html,
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
    line-height: 30px;
}

h1 {
    font-size: 1.3em;
    line-height: 1.3em;
}

h2 {
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 4px;
    padding: 4px 8px;
}

h3 {
    position: relative;
    z-index: 0;
    font-size: 1.2em;
    line-height: 0.9em;
    margin: 16px 0 12px;
}

h4 {
    position: relative;
    z-index: 0;
    font-size: 1.1em;
    line-height: 0.8em;
    margin: 16px 0 8px;
}

input,
textarea,
select {
    font-size: 1.1em;
}

strong {
    font-weight: normal;
}

.attention {
    color: var(--accent-font-color);
    background-color: var(--accent-background-color);
    line-height: 10px;
    padding: 6px;
    border-radius: 2px;
    font-size: 0.8em;
    font-weight: normal;
}

.gray-text {
    color: #878787;
}

.small-text {
    font-size: 0.8em;
}

.attention-text {
    color: var(--accent-background-color);
}

.error {
    background-color: #FFCACA !important;
}

.message-textarea,
.error-textarea {
    color: var(--accent-background-color);
    border: solid 1px var(--accent-background-color);
    position: relative;
    z-index: 0;
    width: calc(100% - 300px);
    line-height: 20px;
    font-size: 12px;
    padding: 8px;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.message-textarea article,
.error-textarea article {
    text-align: left;
}

.message-textarea {
    background-color: #FFFFFF;
}

.error-textarea {
    background-color: var(--error-background-color);
}

.message-textarea a img,
.error-textarea a img {
    height: 20px;
    margin-right: 4px;
    float: left;
}

.message-textarea a p,
.error-textarea a p {
    display: inline-block;
    line-height: 20px;
}

.notice {
    color: var(--accent-background-color);
    background-color: var(--accent-background-color);
    display: inline-block;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    font-size: 0.8em;
    text-align: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.notice span {
    color: #FFFFFF;
    display: block;
}
