@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300&display=swap');

body {
    font-family: 'M PLUS 1p', sans-serif;
}

/* Headings
 ========================================================================== */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
    margin: 0 0 20px 0;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
    font-weight: normal;
    color: #333;
    text-transform: none;
}

/* Add margin if adjacent element */
*+h1,
*+.uk-h1,
*+h2,
*+.uk-h2,
*+h3,
*+.uk-h3,
*+h4,
*+.uk-h4,
*+h5,
*+.uk-h5,
*+h6,
*+.uk-h6 {
    margin-top: 40px;
}

/*
 * Sizes
 */
h1,
.uk-h1 {
    font-size: 1.7rem;
    line-height: 1.3;
}

h2,
.uk-h2 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h3,
.uk-h3 {
    font-size: 1.25rem;
    line-height: 1.4;
}

h4,
.uk-h4 {
    font-size: 16px;
    line-height: 1.4;
}

h5,
.uk-h5 {
    font-size: 16px;
    line-height: 1.4;
}

h6,
.uk-h6 {
    font-size: 0.875rem;
    line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

    h1,
    .uk-h1 {
        font-size: 1.7rem;
    }

    h2,
    .uk-h2 {
        font-size: 1.5rem;
    }
}


/* Basic style
 ========================================================================== */

ol {
    margin-left: 15px;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 1em;
}

.uk-table th {
    text-align: right;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 500;
    color: #999;
    text-transform: none;
}

.uk-table td {
    padding: 16px 12px;
    vertical-align: top;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-hover:hover {
    opacity: 0.8;
}

.new-line {
    display: block;
}

.color-red {
    color: rgb(124, 20, 51);
    /* #7c1433 */
}

.bg-red {
    background-color: rgb(124, 20, 51);
}

.bg-white-transparent-50 {
    background-color: rgba(255, 255, 255, .5);
}

.bg-white-transparent-80 {
    background-color: rgba(255, 255, 255, .8);
}

.bg-white-transparent-90 {
    background-color: rgba(255, 255, 255, .9);
}

.color-white {
    color: #f7f7f7;
}

.logo-svg-header {
    fill: #7c1433;
    stroke: #ffffff;
    width: 400px;
}

.logo-svg-footer {
    fill: #f8f8f8;
    width: 100px;
}

.heading-small {
    font-size: 0.8rem;
}

.text-img {
    margin-top: -2px;
}

.outline-white {
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
  }


/* 縦書き（未使用）
 ========================================================================== */

@media (min-width: 640px) {
    .tate-box {
        text-align: right;
    }

    .tate {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: left;
        display: inline-block;
    }
}


/* Button style
 ========================================================================== */

.uk-button-primary {
    background-color: #132d82;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #0f7ae5;
    color: #fff;
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #0e6dcd;
    color: #fff;
}

.uk-button-danger {
    background-color: #cc1e17;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-danger:hover,
.uk-button-danger:focus {
    background-color: #ee395b;
    color: #fff;
}

.uk-button-danger:active,
.uk-button-danger.uk-active {
    background-color: #ec2147;
    color: #fff;
}

.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5;
}


/* Back to top
 ========================================================================== */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.back-to-top:hover {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline !important;
    color: rgba(0, 0, 0, .7);
}

.back-to-top {
    color: rgba(0, 0, 0, .5);
}