@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 {
    overflow: hidden;
    height: 10px;
    padding: 10px 6px 2px;
    font-size: 10px;
    line-height: 14px;
}

h2 {
    position: relative;
    z-index: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 24px 1.5% 10px;
    padding-left: 16px;
    border-left: solid 5px #3E82CB;
}

h3 {
    position: relative;
    z-index: 0;
    font-size: 1.2em;
    line-height: 1em;
    margin: 16px 0 8px;
    padding-left: 1.5%;
    border-left: solid 3px;
}

h4 {
    position: relative;
    z-index: 0;
    font-size: 1.1em;
    line-height: 0.9em;
    margin: 16px 0 8px;
    padding-left: 1.5%;
    border-left: solid 3px;
}

strong {
    font-weight: normal;
}

.attention,
.any {
    line-height: 10px;
    padding: 6px;
    border-radius: 2px;
    font-size: 0.8em;
    font-weight: normal;
    color: #FFFFFF;
}

.attention {
    background-color: #D82930;
}

.any {
    background-color: #3664EA;
}

.gray-text {
    color: #878787;
}

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

.attention-text {
    color: #D82930;
}

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

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

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