@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

body {
    font-size: 1.1rem;
    padding-top: 0;
}

a,
a img {
    border: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

main {
    background: #e9ecef;
    padding: 2em 2em 3em;
}

header {
    position: static;
}

.sokai-heading {
    text-align: center;
    margin: 2em 0;
}

.sokai-heading h2 {
    color: #0066ab;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.sokai-heading h2:before,
.sokai-heading h2:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 6px;
    background-color: #0066ab;
    border: #fff solid 2px;
    border-radius: 5px;
}

.sokai-heading h2:before {
    left: 0;
}

.sokai-heading h2:after {
    right: 0;
}


@media (max-width: 768px) {
    .sokai-heading h2 {
        font-size: 1.4em;
    }
}

.navbar {
    background-color: #0066ab !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar a {
    color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        border-left: #fff solid 1px;
    }

    .nav-justified .nav-item {
        border-right: #fff solid 1px;
        flex: 1 0 auto;
    }
}

@media (max-width: 768px) {
    main {
        padding: 1em 1em 3em;
    }

    .navbar-expand-md .navbar-nav {
        border-top: #9a9da0 solid 1px;
        margin-top: .5em;
    }

    .nav-justified .nav-item {
        border-bottom: #9a9da0 solid 1px;
    }
}

.footer {
    background-color: #0066ab;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    font-size: 1rem;
}


input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}

/*テーブルレイアウト*/

.list-tbl dl dt {
    background: #0066ab;
    color: #ffffff;
    width: 25%;
}

.list-tbl dl dd {
    width: 75%;
}


.tbl table th {
    background: #0066ab;
    color: #ffffff;
}


/*テーブルレイアウト*/
.list-tbl {
    border-top: #ccc solid 1px;
}

.list-tbl > dl {
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
}

.list-tbl > dl > dt {
    padding: .8em;
    border-right: #ccc solid 1px;
    background: #0066ab;
    font-weight: bold;
    color: #ffffff;
    width: 250px;
}

.list-tbl > dl > dd {
    padding: .8em;
    margin: 0;
    width: calc(100% - 200px);
}


@media (max-width: 992px) {
    .list-tbl dl {
        display: block;
    }

    .list-tbl dl dt {
        width: 100%;
    }

    .list-tbl dl dd {
        width: 100%;
    }
}

.col-form-label {
    background-color: #0066ab;
    color: #fff;
    font-weight: bold;
}

.indent-text {
    text-indent: -1em;
    margin-left: 1em;
}


.page-header {
    font-size: 1.6em;
    text-align: center;
    padding: 1em 0;
    background: #879db3;
    color: #fff;
    font-weight: bold;
    border-bottom: #cccccc solid 1px;
}

.sub-header {
    color: #0066ab;
    border-left: #0066ab solid 5px;
    padding-left: .5em;
}

.corp-block {
    margin-bottom: 4em;
}

.sample-block .corp-block .corp-name {
    background: #FFE699;
    padding: .5em;
    font-size: 2em;
    font-weight: bold;
}

.sample-block .corp-block .pr-block {
    background: #FFF2CC;
    padding: 1.5em 2em;
}

.booth-tbl {
    position: relative;
}

.booth-img {
    position: absolute;
    right: 0;
    top: 55px;
    width: 300px;
    z-index: 100;
}

.pamphlet-tbl {
    position: relative;
}

.pamphlet-img {
    position: absolute;
    right: 0;
    top: 55px;
    width: 300px;
    z-index: 100;
}

@media (max-width: 1200px) {

    .booth-tbl {
        position: static;
    }

    .booth-img {
        position: static;
        width: auto;
        margin-bottom: 1em;
    }

    .pamphlet-tbl {
        position: static;
    }

    .pamphlet-img {
        position: static;
        width: auto;
        margin-bottom: 1em;
    }

}


.lecture_class {
    color: #0066ab;
}


.lecture_contents dl {
    display: flex;
}

.lecture_contents dt {
    padding: 1em;
    flex: 0 0 25%;
    color: #0066ab;
    background: #E9ECEF;
}

.lecture_contents dd {
    padding: 0 1em;
}

@media (max-width: 992px) {
    .lecture_contents dl {
        display: block;
    }

    .lecture_contents dt {
        padding: .5em;
        color: #0066ab;
        background: #E9ECEF;
    }

    .lecture_contents dd {
        padding: 1em 0;
    }
}


.top-lead {
    font-family: 'Noto Serif JP', serif;
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff,
    3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}

.facilitator {
    letter-spacing: -3.5px;
}


.width-140 {
    width: 140px;
}


.was-validated select.form-control:valid + .select2-container > span.selection > span.select2-invalid{
    border-color: #e3342f;
}