body {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

label, h1, span, p, dd {
    color: #797979;
}

.block-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group.required label:after {
    content: "*";
    color: red;
}

.arrow_box {
    display: none;
    position: absolute;
    padding: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #333;
    color: #fff;
    z-index: 1;
    top: 32px;
    left: -65px;
    width: 150px;
    height: auto;
    font-size: 0.9em;
}

.arrow_box:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: #333;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}

.alert {
    padding: .375rem .75rem;
    margin-bottom: 0;
}

.accordion-wrap {
    border-bottom: 1px solid #ddba4d;
    display: block!important;
    width: 80%;
}

.accordion-item {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 24px;
}

.accordion-header {
    transition: ease-in-out 100ms;
    text-align: center;
}

.accordion-text {
    width: 100%;
    display: none;
    padding-top: 5px;
    padding-bottom: 20px;
}

.fa {
    transition: ease-in-out 300ms;
}

.rotate-fa {
    transform: rotate(180deg);
}

.accordion-header .fa {
    float: right;
    line-height: 35px;
}

.accordion-gold {
    color: #ddba4d;
}

.accordion-no-bar {
    border-bottom: 0;
}

.sns-area {
    margin: 0 12px 36px 12px;
}

.sns-area > span {
    margin: 0 12px 12px 12px;
}

.twitter-btn a {
    color: #1DA1F2;
}

.facebook-btn a {
    color: #3b5998;
}

.line-btn a {
    color: #00B900;
}

.twitter-btn a:hover {
    color: #1DA1F2;
    opacity: 0.7;
}

.facebook-btn a:hover {
    color: #3b5998;
    opacity: 0.7;
}

.line-btn a:hover {
    color: #00B900;
    opacity: 0.7;
}
