/****************************************************
 共通
*****************************************************/
body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    text-align: center;
    -webkit-text-size-adjust: 100%;
    font-family: "Meiryo UI","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.ul-box {
    margin-left: calc((100vw - 46rem) / 2);
    text-align: left;
    border: solid 1px #339900;
    border-radius: 10px;
    width: 45rem;
}

    .ul-box li {
        text-indent: -1em;
        padding-left: 3em;
        padding-right: 2rem;
    }

.ul-box2 {
    margin-left: calc((100vw - 46rem) / 2);
    text-align: left;
    border: none;
    width: 46rem;
}

    .ul-box2 li {
        text-indent: 0em;
        padding-left: 2rem;
        padding-right: 2rem;
    }

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

#wrapper {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.background {
    background: linear-gradient(to bottom, #55BB00, #ffffff);
    width: 100%;
    height: 30vh;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.background-img {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url('../../../img/back-ground.jpg');
    background-size: cover; /* 画像を画面全体に広げる */
    background-position: center; /* 画像を中央に配置 */
    background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
    width: 100%;
    height: 60vh;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

#header {
    width: 100vw;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
}

#contents {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

#footer {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/****************************************************
contents
*****************************************************/
/* 見出し */
.midashi {
    font-size: 200%;
    font-weight: bold;
    background-color: #339900;
    text-align: center;
}

.midashi2 {
    margin-top: 15px;
    text-align: center;
}

.midashi div {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}

.midashi2 span {
    color: #339900;
    font-size: 200%;
    font-weight: bold;
}

.box {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 20px;
}

.box2 {
    font-size: 14px;
    width: 750px;
    margin-top: 2px;
    margin-left: 150px;
    margin-bottom: 2px;
    line-height: 20px;
}

table {
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    border: none;
    margin: 0;
    padding: 0;
}

    table th {
        background-color: #ffffff;
        font-weight: normal;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    table tr {
        margin: 0;
        padding: 0;
    }

    table td, th {
        vertical-align: top;
        margin: 0;
        padding: 0;
    }

    table td {
        background-color: #ffffff;
        margin: 0;
        padding: 0;
    }


.container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: calc((100vw - 600px) / 2);
    margin-right: calc((100vw - 600px) / 2);
}

    .container .itemHead {
        width: 240px;
        text-align: left;
    }

    .container .itemBody {
        font-size:16px;
        width: 600px;
        text-align: left;
    }

/* ステータス表示 */
.statusBar {
    line-height: 1.8rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .statusBar .item {
        color: #339900;
        border: 1px solid #339900;
        padding-left: 1rem;
        padding-right: 1rem;
        background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .statusBar .now {
        color: #ffffff;
        background-color: #339900;
    }

    .statusBar .margin {
        color: #339900;
        font-size: 2rem;
    }
/* お申し込み・お問い合わせ先 */
.buttonArea {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.buttonStyle {
    width: 12rem;
    height: 2rem;
    background-color: #ffffff;
    border: 1px solid #339900;
    color: #339900;
    margin-top: 1rem;
}

.buttonStyleDummy {
    width: 12rem;
    height: 2rem;
}

.contact {
    width: 420px;
    margin: 20px 110px 0px;
    text-align: center;
}

    .contact div {
        text-align: center;
    }

    .contact p {
        width: 95%;
        margin: 10px auto 10px;
        line-height: 20px;
        font-size: 12px;
        text-align: left;
    }

/* ボーダー */
.border {
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0px;
}

.border2 {
    width: 45rem;
    margin-top: 10px;
    margin-left: calc((100vw - 45rem) / 2);
    border-top: 1px solid #339900;
}

.border3 {
    width: 900px;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 10px;
    border-top: 20px solid #339900;
}

/* 注意書き */
.noticeMsg {
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    line-height: 20px;
    margin: 15px, 15px, 15px, 15px;
    background-color: #FFFF00;
}

/* 注意書きエリア */
.noticeArea {
    background-color: #FFEDFF;
}

/* 必須マーク */
.hissuMark {
    color: #ff0000;
}

/* 入力例等 */
.nyuryokuRei {
    color: #ff0000;
    font-size: small;
}

/* 段落分け */
P {
    text-indent: 1em;
    margin: 0;
}

.bold500 {
    font-weight: 500;
}

.bold600 {
    font-weight: 600;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* チラシ画像 */
.imgfFlyer {
    width: 300px;
}

/* チェックボックス */
.large-checkbox input {
    transform: scale(1.5); /* 1.5倍に拡大 */
    /*width: 20px;*/ /* 追加で調整可能 */
    /*height: 20px;*/
    margin-right: 2px;
}

.large-checkbox label {
    padding-left: 12px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}
/* ラジオボタン */
.large-radio {
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}

    .large-radio tbody tr td input {
        transform: scale(1.5);
    }

    .large-radio tbody tr td label {
        padding-left: 12px;
    }



/* 参加区分 */
.rblSankaKbn input {
    margin-left: 1rem;
}

/* 同意チェック */
.acceptMsg {
    width: 900px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
    margin-left: 25px;
    line-height: 40px;
    font-size: 130%;
    color: #ffffff;
    text-align: center;
    background-color: #00b050;
    display: block;
}

.acceptFont {
    font-size: 150%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}

.linkStyle {
    color: #2854c0;
    text-decoration: underline;
}

/* 個人情報同意 */
.consentPersonalInformation {
    border: solid 2px #e8b320;
    width: 300px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: calc(50% - 150px);
    margin-bottom: 30px;
    text-align: center;
    display: inline-block;
}

.consentPersonalInformationFont {
    font-weight: bold;
    font-size: 1.2rem;
}

/****************************************************
リンク
*****************************************************/
a:link {
    color: #003366;
}

a:visited {
    color: #C91B8C;
}

/****************************************************
その他
*****************************************************/
/*  リンク画像の枠線消し */
img {
    border: none;
}

/* レイアウト左右ズレの回避設定 */
html {
    overflow: auto;
}


.midashifont {
    width: 150px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

.midashifont_top {
    width: 150px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}

.programfont {
    width: 300px;
    font-size: 16px;
    font-weight: bold;
}

.thHead {
    width: 250px;
    vertical-align: middle;
    display: block;
}

.tdBody {
    width: 450px;
    display: block;
}

.txtDefault {
    width: 25rem;
    height: 1.5rem;
}

.txtShort {
    width: 9rem;
    height: 1.5rem;
}

.txtLong {
    width: 25rem;
    height: 1.5rem;
}

.txtMultiLine {
    width: 25rem;
    height: 5rem;
}

.chkDefault {
}

.smallScreen {
    display: none;
}

.smallCenter {
}

.font-big {
    font-size: 48px;
}
.font-big2 {
    font-size: 20px;
}
.font-emphasis {
    font-size: 72px;
}

@media (max-width: 720px) {

    .background-img {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url('../../../img/back-ground.jpg');
        background-size: cover; /* 画像を画面全体に広げる */
        background-position: center; /* 画像を中央に配置 */
        background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
        width: 100%;
        height: 80vh;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* チラシ画像 */
    .imgfFlyer {
        width: 70vw;
    }

    /* お申し込み・お問い合わせ先 */
    .buttonArea {
        margin-top: 15px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 14px;
    }

    .buttonStyle {
        width: 12rem;
        height: 2.5rem;
        background-color: #ffffff;
        border: 1px solid #339900;
        color: #339900;
        margin-top: 1rem;
        font-size: 18px;
    }

    .ul-box {
        margin-left: calc((100vw - 23rem) / 2);
        text-align: left;
        border: solid 1px #339900;
        border-radius: 10px;
        width: 23rem;
    }

        .ul-box li {
            text-indent: 0em;
            padding-left: 1em;
            padding-right: 1rem;
        }

            .ul-box li.indent {
                text-indent: -1em;
                padding-left: 2em;
                padding-right: 1rem;
            }


    .ul-box2 {
        margin-left: calc((100vw - 23rem) / 2);
        text-align: left;
        border: none;
        border-radius: 10px;
        width: 23rem;
    }

        .ul-box2 li {
            text-indent: 0em;
            padding-left: 0rem;
            padding-right: 0rem;
        }

            .ul-box2 li.indent {
                text-indent: 0em;
                padding-left: 0rem;
                padding-right: 0rem;
            }

    .box {
        font-size: 14px;
        margin-top: 1px;
        margin-left: 0px;
        margin-bottom: 1px;
        line-height: 20px;
    }

    .box2 {
        font-size: 14px;
        width: 350px;
        margin-top: 1px;
        margin-left: 5px;
        margin-bottom: 1px;
        line-height: 20px;
    }

    .contact {
        width: 250px;
        margin: 10px 15px 0px;
        text-align: center;
    }

    .border2 {
        width: 22rem;
        margin-top: 10px;
        margin-left: calc((100% - 22rem) / 2);
        border-top: 1px solid #339900;
    }

    .border3 {
        width: 350px;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 10px;
        border-top: 20px solid #339900;
    }

    /* 見出し */
    .midashi {
        font-size: 160%;
        font-weight: bold;
        background-color: #339900;
        text-align: center;
    }

    .midashifont {
        width: 75px;
        font-size: 1rem;
        font-weight: bold;
        vertical-align: middle;
    }

    .midashifont_top {
        width: 75px;
        font-size: 1rem;
        font-weight: bold;
        vertical-align: top;
    }

    .midashi2 span {
        color: #339900;
        font-size: 150%;
        font-weight: bold;
    }

    .programfont {
        width: 150px;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-left: 1rem;
        margin-right: 0;
    }

        .container .itemHead {
            width: calc(100vw - 2rem);
            text-align: left;
            /*margin-left: 1rem;*/
        }

        .container .itemBody {
            width: calc(100vw - 2rem);
            text-align: left;
            /*margin-left: 2rem;*/
        }

    /* ステータス表示 */
    .statusBar {
        line-height: 1.8rem;
        font-size: 1.2rem;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

        .statusBar .margin {
            color: #339900;
            font-size: 1.5rem;
        }



    /* 参加区分 */
    .rblSankaKbn label::after {
        content: "\A";
        white-space: pre;
    }

    .rblSankaKbn input {
        margin-left: 1rem;
    }

    .acceptMsg {
        width: 350px;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
        line-height: 30px;
        font-size: 70%;
        color: #ffffff;
        text-align: center;
        background-color: #00b050;
        display: block;
    }

    .acceptFont {
        font-size: 120%;
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
        display: block;
    }

    /* 個人情報同意 */
    .consentPersonalInformation {
        border: solid 2px #e8b320;
        width: 250px;
        font-weight: bold;
        margin-top: 20px;
        margin-left: calc(50% - 125px);
        margin-bottom: 30px;
        text-align: center;
        display: inline-block;
    }

    .consentPersonalInformationFont {
        font-weight: bold;
        font-size: 1.2rem;
    }

    .thHead {
        width: 100px;
        vertical-align: middle;
        font-size: 0.8rem;
    }

    .txtDefault {
        width: calc(100vw - 5rem);
        font-size: 0.8rem;
    }

    .txtShort {
        width: calc(50vw - 1rem);
        font-size: 0.8rem;
    }

    .txtLong {
        width: calc(100vw - 5rem);
        font-size: 0.8rem;
    }

    .txtMultiLine {
        width: calc(100vw - 3rem);
        font-size: 0.8rem;
        height: 5rem;
    }

    .chkDefault {
        font-size: 0.8rem;
    }

    .nyuryokuRei {
        color: #ff0000;
        font-size: small;
        display: block;
    }

    /* 使用例：<span class="smallScreen"></span> */
    .smallScreen {
        display: block;
    }

    .smallHide {
        display: none;
    }

    .smallCenter {
        text-align: center;
    }

    #txtAcceptContents {
        font-size: 0.8rem;
    }
    .font-big {
        font-size: 24px;
    }
    .font-big2 {
        font-size: 20px;
    }
    .font-emphasis {
        font-size: 56px;
    }
}

.red {
    color: red;
}

.black {
    color: black;
}

.eventFontColor {
    color: #339900;
}