@charset "UTF-8";

/*global*/
img{
    max-width : 100%;
    height : auto;
}
small{
    font-size: 0.8rem;
}
small.notice{
    font-size: 0.6rem;
}

:root {
    --bs-bg: #B0C8D1;
    --bs-bga: rgba(176,200,209,0.2);
    --bs-typo:#E23934;
    --bs-accent: #FCEE21;
    --bs-textblack: #212529;


    --bs-blue: #0d6efd;
}

/*local val*/





/*index.html*/
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
    -webkit-font-feature-settings: palt;
    font-feature-settings: palt;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: var(--bs-textblack);
}

.bg{
    background-color: var(--bs-bga);
}

header {
    padding-top: 10px;
    padding-bottom: 5px;
}

#hero{
    background-color: var(--bs-bg);
}
#kv{
    max-height: 600px;
}

div.panel{
    max-width:960px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:rgba(255,255,255,0.9);
    background-blend-mode:lighten;
}

h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--bs-typo);
    border-radius: 2px;
}

p.step {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    width: 60px;
    text-align: center;
}

p.step:before {
    content: '';
    position: absolute;
    bottom: 3.6rem;
    display: inline-block;
    width: 20px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--bs-textblack);
    border-radius: 2px;
}

p.step span.num{
    font-size: 2.6rem;
    font-weight: bold;
}
.ecbn-selection-description{
    display: none !important;
}


#test {
    color: var(--bs-blue);
}