@charset "UTF-8";
/* CSS Document */
/*　テキストサイズ */
.text-xl{
    font-size: 20px
}






/* マージン */
.mt-10 {
    margin-top: 100px
}
.mb-n9 {
    margin-bottom: -94px
}

@media screen and (max-width:640px) {
.mt-10 {
    margin-top: 70px
}
}
.position-relative {
    position: relative;
}
/* 背景 */
.back-kon {
    background: #18153A;
}
.back-white {
    background: #fff;
}
.back-moss-green {
    background: #D6DAD9;
}
.back-gray {
    background: #F2F2F2
}
/* 角丸 */
.kado-s {
    border-radius: 2px
}
/* 文字サイズ */
.text-s {
    font-size: 13px;
    line-height: 1.2em
}
/* 文字サイズ */
.text-right {
    text-align: right
}
/* 文字 */
.text-black{
 color: #231815;
    }
.text-kon {
    color: #18153A;
}
.text-gray {
    color: #666666;
}
.text-red {
    color: #be483b;
}
.letter-spacing-s {
    letter-spacing: -0.1em
}
/* ボーダー */
.b-b-kon {
    border-bottom: #18153A 1px solid;
}
.b-b-gray {
    border-bottom: #CECECE 1px solid;
}