@import url('https://fonts.googleapis.com/css2?family=Overlock:wght@400;700&display=swap');

:root {
    --main_blue: #052981;
    --middle_ble: #5671ac;
    --sheer_blue: #e6f1f8;
}


#mv {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-image: url(../img/main_sp.jpg);
    background-position: center center;
    /* 中央寄せ */
    background-repeat: no-repeat;
    /* 画像の繰り返しなし */
    background-size: cover;
}

section:nth-child(even) {
    background-color: var(--sheer_blue);
}

/*navi*/
#navi .ui-static-navigation-variant-anchor {
    background-color: var(--main_blue);
}

.ui-static-navigation-variant-anchor .ui-static-navigation-ul {
    flex-wrap: wrap;
    flex-direction: row;
}

.ui-static-navigation-item>*,
.ui-static-navigation-item [class^=ui-static-link] {
    gap: 18px;
    color: #FFF;
}

.ui-static-navigation-item .ui-static-link:hover .ui-static-navigation-text {
    color: yellow;
    text-decoration: none;
}

#navi .ui-static-icon-color-white {
    color: yellow;
}

.ui-static-navigation-item {
    width: calc((100% - 40px) / 3);
}

.ui-static-section-wrapper{padding: 30px 20px 45px;}

.ui-static-navigation-variant-anchor .ui-static-navigation-item:after {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #c0c5cc;
    position: absolute;
    top: unset;
    bottom: -10px;
}

/*キャンペーン*/
.cam_span {
    text-align: center;
    margin:10px 0 0;
}

 h3.midashi span.cam_span {
    display: inline-block;
    position: relative;
    height: 35px;
    /*リボンの高さ*/
    line-height: 33px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 30px;
    /*横の大きさ*/
    font-size: 15px;
    /*文字の大きさ*/
    background: #ea102e;
    /*塗りつぶし色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
}

h3.midashi span.cam_span2 {
    display: inline-block;
    position: relative;
    height: 35px;
    /*リボンの高さ*/
    line-height: 33px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 30px;
    /*横の大きさ*/
    font-size: 15px;
    /*文字の大きさ*/
    background: #5671ac;
    /*塗りつぶし色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
}

.cam_span:before,
.cam_span:after,
.cam_span2:before,
.cam_span2:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.cam_span:before,
.cam_span2:before {
    top: 0;
    left: 0;
    border-width: 16px 0px 19px 8px;
    border-color: transparent transparent transparent #fffddd;
    border-style: solid;
}

.cam_span:after,
.cam_span2:after {
    top: 0;
    right: 0;
    border-width: 16px 8px 19px 0px;
    border-color: transparent #fffddd transparent transparent;
    border-style: solid;
}

/*title*/
h2 {
    font-size: 1.3rem;
    letter-spacing: 1.8px;
    text-align: center;
}

h2 span {
    display: block;
    font-size: 4rem;
    color: var(--main_blue);
    line-height: 1.2em;
}

.overlock-bold {
    font-family: "Overlock", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    padding: 20px 0;
}

#title p {
    text-align: center;
}



/*各方面*/
h3.midashi {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    color: var(--main_blue);
    font-weight: bold;
}

h3.midashi span {
    display: block;
    font-size: 1rem;
}


/*スケジュール*/
.pc_flex {
    margin-bottom: 40px;
}

.col2 {
    flex: 1;
    padding: 5px;
}

.flyt_s {
    width: 100%;
    border-collapse: collapse;
}

.flyt_s caption{
    font-size:1.2rem;
    font-weight: bold;
    color: var(--main_blue);
    padding-bottom: 5px;
}

.flyt_s th {
    padding: 5px;
    background-color: var(--middle_ble);
    color: #FFF;
}

.flyt_s td {
    text-align: center;
    padding: 5px;
}

.flyt_s tr:nth-child(odd) {
    background-color: #FFF;
}

.flyt_s tr:nth-child(even) {
    background-color: #d0e2ed;
}

.ui-static-button-primary {
    background-color: var(--main_blue);
}

.btn_wrap {
    text-align: center;
    padding-top: 30px;
}

/*タグ追加*/
.item-label.sky::after {
    content: "キャンペーン対象";
    background-color: #ff4c88;
    width: 120px;
}

.item-label.news::after {
    content: "広告掲載";
    background-color: #FF9800;
}

.item-label.newsp::after {
    content: "新聞掲載";
    background-color: #FF9800;
}