@charset "UTF-8";
/* CSS Document */

/*------準備中のため一時非表示（5月公開予定）-----
.siteblock-main .container {
    display: block;
}
/*公開時レイアウト修正：新着情報タイトル・新着情報・メニュー追加*/

/*
.sub-block-1 .lay-row {
    align-items: flex-end;
}

.tantou {
    margin-bottom: 0.8rem;
}
.tantou span {
    background: #0064a2;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px;
}
/*担当ブロック名改行されないように調整
@media (max-width:991px) {
.tantou {
    font-size: 11.2px;
}
}
@media (min-width:768px) and (max-width:991px) {
.tantou {
    font-size: 15px;
}
}


.sub-h2 {
    margin-bottom: 1rem !important;
}
.sub-time {
    color: #0064a2;
    font-weight: bold;
}
.sub-flex1, .sub-flex2 {
    display: flex;
    width: 100%;
}
.sub-flex1 {
    gap:40px;
    margin-top: 1.3rem;
}
.sub-flex2 {
    gap:5px
}
.sub-black-bg span {
    background: #000;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
}
.sub-black-bg {
    width: 100px;
}
/*タブレットサイズ以下
@media (max-width:991px) {
.sub-flex1 {
    flex-direction: column;
    gap: 10px;
}
}


@media (min-width: 992px) {
    .sub-block .lay-col12-xs-12.lay-col12-md-6.lay-col12-lg-6 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .sub-block .cparts-img-block.lay-img-width--max.lay-col12-xs-12.lay-col12-md-6.lay-col12-lg-6 {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

/*スマホ
@media (max-width: 767px) {
.sub-block-1 .lay-row {
    flex-direction: column-reverse;
}
/*タイプAの場合の配置修正
.type-a.sub-block-1 .lay-row {
    flex-direction: column;
}
.type-a.sub-block-1 .lay-row {
    align-items: normal;
}
.type-a .cparts-img-block {
    max-width: 300px;
}
}

/*カルーセル*/
.sub-block .slick.box {
    margin-bottom: 0px;
}



/*背景*/

.shin-left {
    left: -115px;
    top: 10px;
    transform: rotate(-11deg);
}

@media (max-width: 767px) {
.shin-left{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 550px;
    position: absolute;
    z-index: -1;
}
.shin-left {
    width: 400px;
    margin-top: -105px;
    transform: rotate(-11deg);
}
.shin-left {
    right: -85px;
    left: auto;
    transform: rotate(11deg);
}
}

@media (min-width: 1200px) {
.shin-left {
    left: -50px;
    width: 800px;
}
}






/*----------------------------スライダーバージョン（タイプB）------------------------
.type-b {
    margin-bottom: 1rem;
}
.type-b .lay-row {
    align-items: normal;
}
.type-b.sub-block .lay-col12-xs-12.lay-col12-md-6.lay-col12-lg-6 {
    flex: 0 0 55%;
    max-width: 55%;
}
.type-b.sub-block .cparts-img-block.lay-img-width--max.lay-col12-xs-12.lay-col12-md-6.lay-col12-lg-6 {
    flex: 0 0 45%;
    max-width: 45%;
}

/*分科会名と13のゴールの横並び
.sub-h2-13goal-flex {
    display: flex;
    align-items: center;
}
.sub-h2-13goal-flex-contents:nth-of-type(1) {
    width: 60%;
}
.sub-h2-13goal-flex-contents:nth-of-type(2) {
    width: 40%;
}
/*13のゴール画像サイズ
.sub-h2-13goal-flex-contents .cparts-img-block {
    max-width: 250px !important;
}
/*分科会タイトルテキストスタイル
.sub-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}
.sub-title p {
    line-height: 1.5;
}
/*開催場所
.sub-place {
    margin-bottom: 1.5rem;
}

/*-----[タブレット]------
@media (min-width:768px) and (max-width:991px) {
.sub-h2 h2 {
    font-size: 3rem;
}
.sub-title {
    margin-bottom: 0;
}
}

/*-----[スマホ]------ */
/*分科会名と13のゴールの横並び
@media (max-width:767px) {
.type-b.sub-block .lay-col12-xs-12.lay-col12-md-6.lay-col12-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.type-b.sub-block .cparts-img-block.lay-img-width--max.lay-col12-xs-12.lay-col12-md-6.lay-col12-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.sub-h2 h2 {
    font-size: 2.5rem;
}
}







/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝


分科会ページ（各分科会ごとに1ページ作成の場合）


＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.subcommittee-schedule .dec-txt--primary.dec-bg--contents {
    background: #edf8ff;
}
.subcommittee-schedule .lay-col12-xs-12.lay-col12-md-4.lay-col12-lg-4.cparts-txt-block {
    background: #fffff2;
    border-radius: 30px;
}


@media screen and (max-width: 767px) {
    .subcommittee-schedule .cparts-txt-block {
        order: 2;
        margin-top: 0px;
    }
    .subcommittee-schedule .cparts-img-block {
        order: 3;
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
.subcommittee-main-image h2 {
    font-size: 3rem;
}
}









