@charset "UTF-8";

/* KV ここから*/
.kv__img{
    width: 100%;
    margin-bottom: -2px;
    margin-top: 80px;
}
/* KV ここまで*/



/* コンテンツ共通部分 ここから*/
.contents__container{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 980px;
    margin: 30px auto 0;
}
.contents__group{
    background-color: #fff;
}
.contents__group-type02{
    background-color: #fff;
    padding-top: 30px;
}
.contents__section{
    margin: 0 40px;
}
.contents__wrapper-mb0{
    width: -webkit-fill-available;
    margin-bottom: 0;
}
.contents__wrapper-mb30{
    width: -webkit-fill-available;
    margin-bottom: 30px;
}
.contents__wrapper-mb70{
    width: -webkit-fill-available;
    margin-bottom: 30px;
}
.contents__wrapper-mb100{
    width: -webkit-fill-available;
    margin-bottom: 30px;
}
.contents__title{
    color: #fff;
    background-color: #8C7506;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    padding: 16px 0;
}
.contents__title-type02{
    color: #fff;
    background-color: #8C7506;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 30px;
}
.contents__title-type03{
    color: #000;
    background-color: #E8DB93;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 30px;
}
.contents__main-heading_container{
    width: 100% ;
}
.contents__main-heading_container-type02{
    width: 100% ;
    margin-bottom: 44px;
}
.contents__main-heading_container-type02:first-child{
    padding-top: 104px;
}
.contents__main-heading_wrapper{
    display: flex;
}
.contents__main-heading_wrapper-type02{
    display: flex;
}
.contents__main-heading_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
    height: 58px;
    background-color: #3451A1;
    margin-bottom: 30px;
    padding: 0 40px;
}
.contents__main-heading_box-type02{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 46px;
    background-color: #3451A1;
    padding: 0 40px;
}
.contents__main-heading_box h3, .contents__main-heading_box-type02 h3{
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 400;
}
.contents__main-heading{
    color: #3451A1;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.contents__sub-heading{
    background-color: #EBEFF8;
    color: #3451A1;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    padding: 18px 0;
}
.contents__video video{
    width: 100%;
    max-width: 640px;
    height: auto; /* アスペクト比を維持 */
    display: block;
    margin: 0 auto 30px;
}
.contents__txt-gold-mb18{
    background-color: #8C7506;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    padding: 22px 0;
}
.contents__txt-blue-mb18{
    background-color: #EBEFF8;
    color: #3451A1;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    padding: 12.5px 0;
}
.contents__txt-yellow-mb18{
	max-width: 300px;
    background-color: #F5F3CC;
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    padding: 13px 13px;
	margin: 35px auto 15px;
}
.info__txt-bold-25 + .contents__txt-yellow-mb18{
	margin: 45px auto 15px;
}
.contents__arrow{
    display: block;
    background-image: url(../img/contents__arrow.png);
    background-size: contain;
    width: 25px;
    height: 12px;
    margin: 0 auto 18px;
}
.contents__pdf--list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contents__pdf--txt{
    font-size: 1.6rem;
    text-align: left;
    font-weight: 600;
}
.contents__pdf--note{
    font-size: 1rem;
    font-weight: 600;
}
.guideline__pdf--btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #204098;
    border-radius: 9px;
    width: 274px;
    height: 70px;
}
.guideline__pdf--btn:hover{
    background-color: #3451A1;
    transition: background-color 0.3s ease;
}
.guideline__pdf--btn:hover .contents__pdf--txt, .guideline__pdf--btn:hover .contents__pdf--note {
    color: #fff;
}
.guideline__pdf-format--btn-left{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #204098;
    border-radius: 6px;
    width: 175px;
    height: 52px;
    margin-right: 22px;
}
.guideline__pdf-format--btn-left:hover{
    background-color: #3451A1;
    transition: background-color 0.3s ease;
}
.guideline__pdf-format--btn-left:hover .contents__pdf--txt {
    color: #fff;
    transition: color 0.3s ease;
}
.guideline__pdf-format--btn-right{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #204098;
    border-radius: 6px;
    width: 175px;
    height: 52px;
}
.guideline__pdf-format--btn-right:hover{
    background-color: #3451A1;
    transition: background-color 0.3s ease;
}
.guideline__pdf-format--btn-right:hover .contents__pdf--txt, .guideline__pdf-format--btn-right:hover .contents__pdf--note {
    color: #fff;
    transition: color 0.3s ease;
}
@media screen and (max-width: 1064px) {
    .contents__container {
        width: -webkit-fill-available;
        margin: 30px 32px 0;
    }
}
@media screen and (max-width: 800px) {
    .contents__main-heading_margin-type02{
        height: 80px;
    }
    .contents__main-heading_box-type02{
        height: 80px;
    }
    .contents__main-heading_container-type02::before {
        margin: 0 0 -96px -18px;
    }
}
@media screen and (max-width: 500px) {
    .contents__container {
        margin: 30px 20px 0;
    }
	.contents__wrapper-mb100{
        margin-bottom: 30px;
    }
    .contents__wrapper-mb70{
        margin-bottom: 30px;
    }
    .contents__title{
        font-size: 2.6rem;
        line-height: 1.5;
    }
    .contents__title-type02{
        font-size: 2.6rem;
        line-height: 1.5;
    }
    .contents__main-heading_margin {
        width: 14px;
        height: 38px;
        margin-left: -14px;
    }
    .contents__main-heading_box h3, .contents__main-heading_box-type02 h3{
        font-size: 1.8rem;
    }
    .contents__main-heading_box{
        height: 54px;
        padding: 0 25px;
    }
    .contents__main-heading_box h3{
        font-size: 2rem;
    }
    .contents__sub-heading{
        font-size: 1.8rem;
    }
    .contents__section{
        margin: 0 20px;
    }

}
@media screen and (max-width: 500px) {
    .contents__pdf--txt{
        font-size: 1.6rem;
    }
}
/* コンテンツ共通部分 ここまで*/


/* 最新情報 ここから*/

.news__group{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
.news__section{
    display: flex;

    padding: 0 0 20px;
}
.news__section:last-child{
    border-bottom: solid #707070 0.5px;
}
.news__date{
    font-size: 1.8rem;
    min-width: 115px;
}
.news__txt{
    font-size: 1.8rem;
    word-break: break-all;
}
.news__txt a{
    color: #3451A1;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px; /* ← お好みの値に調整可能 */
}

@media screen and (max-width: 850px) {
    .news__date, .news__txt{
        font-size: 1.6rem;
    }
}
/* 最新情報 ここまで*/


/* 公募情報：共通 ここから*/

.info__container{
    background: linear-gradient(to bottom, #C5EAFE, #F5F3CC);
    padding-bottom: 30px;
}
.info__group{
    display: flex;
}
.info__box{
    display: flex;
}
.info__txt-mb0{
    font-size: 1.8rem;
    margin-bottom: 0px;
}
.info__txt-mb20{
    font-size: 1.8rem;
}
.info__txt-mb10{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.info__txt-mb36{
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.info__txt-mb40{
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.info__txt-mb40.mt30{
	margin-top: 30px;
}
.info__txt-mb50{
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.info__txt-mb76{
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.info__txt-mb100{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
}
.info__txt-bold-20{
    font-size: 2rem;
    font-weight: 600;
}
.info__txt-bold-25{
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline; /* 下線 */
    text-decoration-thickness: 0.5em; /* 線の太さ */
    text-decoration-color: rgba(218, 232, 245, 0.8); /* 線の色 */
    text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.koubo__txt-bold-25{
    font-size: 3.6rem;
    font-weight: 600;
    color: #B22524;
    text-align: center;
    margin-bottom: 10px;
}
.contents__seminar-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contents__seminar-container .info__txt-bold-25{
    font-size: 3rem;
}
.info__txt-bold-red-mb0{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #B22524;
    margin-bottom: 30px;
}
.info__txt-bold-red-mb0 span{
    text-decoration: underline; /* 下線 */
    text-decoration-thickness: 0.5em; /* 線の太さ */
    text-decoration-color: rgba(255, 255, 0, 0.8); /* 線の色 */
    text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.info__txt-bold-red-mb0 strong{
    font-size: 3.5rem;
    font-weight: 600;
}
.info__txt-red-mb30{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    color: #B22524;
}
.info__txt--container{
    display: flex;
    justify-content: space-between;
}
.info__txt--section{
    display: flex;
    flex-direction: column;
}
.info__txt--section:first-child{
    margin-right: 30px;
}
.info__txt--group span, .info__txt--container p{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #3451A1;
}
.info__txt--group span{
    margin-right: 5px;
}
.info__txt--group{
    display: flex;
}
.info__txt--group span{
    margin-right: 4px;
}
.info__txt--hojo-group{
    display: flex;
    margin-bottom: 5px;
}
.info__txt--hojo-group span{
    font-size: 1.4rem;
    margin-right: 4px;
}
.info--asterisk{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-right: 4px;
}
.info--asterisk-red{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    color: #B22524;
    margin-right: 4px;
}
.info__txt-note{
    font-size: 1.4rem;
}
.info__txt-hojo-note{
    font-size: 1.6rem;
}
.info__chart--wrapper{
    max-width: 100%;
    margin: 0 auto;
}
.info__chart--wrapper-type02{
    max-width: 100%;
    margin: 0 auto;
}
.info__chart01{
    width: 80%;
    display: block;
    margin: 10px auto 30px;
}
.info__sub-heading{
    font-size: 2.2rem;
    color: #716A49;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
}
.info__email--container{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.info__email--txt{
    font-size: 2rem;
    font-weight: 600;
    margin-right: 25px;
}
.info__email--btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6E83B5;
    border: 3px solid #6E83B5;
    border-radius: 10px;
    padding: 10px 28px;
    margin-left: 30px;
    transition: all 0.3s ease; /* スムーズな変化を追加 */
}
.info__url--btn {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6E83B5;
    border: 3px solid #6E83B5;
    border-radius: 10px;
    margin: 30px auto 0;
    padding: 10px 28px;
    transition: all 0.3s ease; /* スムーズな変化を追加 */
}

.info__email--icon {
    width: 31px;
    height: 19px;
    background-image: url("../img/info__email--icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
    display: inline-block;
    transition: background-image 0.3s ease;
}

/* ホバー時のスタイル */
.info__email--btn:hover, .info__url--btn:hover{
    border: 3px solid #6E83B5;
    background-color: #fff;
}

/* ホバー時のアイコン変更 */
.info__email--btn:hover .info__email--icon {
    background-image: url("../img/info__email--icon-hover.png");
}

/* ホバー時のリンクカラー変更 */
.info__email--btn:hover .info__email--link, .info__url--btn:hover .info__email--link{
    color: #6E83B5;
}

.info__email--link {
    color: #fff;
    font-size: 2.5rem;
    transition: color 0.3s ease; /* スムーズな変化を追加 */
}


.info__deadline--container{
    display: flex;
    align-items: center;
    border: solid 1px #B22525;
    margin-bottom: 32px;
    padding: 20px 0 20px 40px;
}
.info__deadline--container span{
    color: #B22525;
}
.info__deadline--heading{
    font-size: 2rem;
    font-weight: 600;
    margin-right: 80px;
}
.info__deadline--bold{
    font-size: 3rem;
    font-weight: 600;
}
.info__deadline--txt{
    font-size: 2rem;
}
.info__deadline--note{
    font-size: 2rem;
    margin-left: 10px;
}
.info__template--container{
    display: flex;
    flex-direction: column;
    margin-bottom: 76px;
}
.info__template--heading{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.info__template--border{
    width: 100%;
    max-width: 658px;
    border-top: dotted #707070 3px;
    margin-bottom: 7px;
}
.info__template--border:last-child{
    margin-bottom: 0px;
}
.info__template--group{
    display: flex;
    margin-bottom: 5px;
}
.info__template-txt{
    font-size: 1.8rem;
}
.info__template-txt-type02{
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.info__template-txt-type02 strong{
    font-size: 2rem;
    color: #B22524;
}
@media screen and (max-width: 850px) {
    .info__email--container {
        align-items: flex-start;
        flex-direction: column;
    }
    .info__email--btn{
        margin: 10px 0 0;
    }
    .info__email--txt {
        margin-bottom: 12px;
    }
    .info__deadline--container {
        padding: 15px 20px;
    }
    .info__deadline--heading{
        font-size: 1.5rem;
        margin-right: 24px;
    }
    .info__deadline--bold{
        font-size: 2.2rem;
    }
    .info__deadline--txt{
        font-size: 1.5rem;
    }
    .info__template--group{
        flex-direction: column;
    }
}
@media screen and (max-width: 700px) {
    .info__chart--wrapper{
        max-width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .info__txt--container{
        flex-direction: column;
    }
    .info__txt--section:first-child{
        margin-right: 0;
    }
    .info__deadline--container {
        align-items: flex-start;
        flex-direction: column;
    }
    .info__email--link{
        font-size: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .info__container{
        padding-bottom: 30px;
    }
    .info__txt-bold-25 {
        font-size: 2rem;
    }
    .contents__seminar-container .info__txt-bold-25{
        font-size: 2rem;
    }
    .koubo__txt-bold-25{
        font-size: 2.4rem;
    }
    .info__sub-heading{
        font-size: 1.8rem;
    }
    .info__txt-mb10,
    .info__txt-mb20,
    .info__txt-mb36,
    .info__txt-mb40,
    .info__txt-mb50,
    .info__txt-mb100,
    .info__txt--container span, 
    .info__txt--container p,
    .info__template--heading,
    .info__template-txt,
    .info__txt-red-mb30
    {
        font-size: 1.6rem;
    }
    .info__txt-mb30{
        margin-bottom: 20px;
    }
    .info__txt-bold-20{
        font-size: 1.3rem;
    }

    .info__deadline--container {
        flex-direction: column;
    }
    .info__txt-bold-red-mb0{
        font-size: 2rem;
    }
    .info__deadline--note{
        margin-left: -11px;
    }
    .info__email--txt{
        font-size: 1.6rem;
    }
    .info__chart01{
        width: 80%;
        margin: 26px auto 36px;
        display: block;
    }
    .info__txt-bold-red-mb0 strong{
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 460px) {
    .info__email--btn{
        padding: 10px 23px;
    }
    .info__email--link {
        font-size: 1.6rem;
    }
    .info__email--icon {
        width: 20px;
        height: 12px;
        margin-right: 16px;
    }
}
@media screen and (max-width: 400px) {
    .info__chart01{
        width: 100%;
    }
}
/* 公募情報：共通 ここまで*/



/*公募要領・実施規程・事業概要 ここから*/
.guideline__pdf--container{
    display: flex;
    flex-direction: column;
}
.guideline__pdf--group{
    display: flex;
    justify-content: space-between;
}
.guideline__pdf--section{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.guideline__pdf--outer-wrapper{
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #707070;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.guideline__pdf--outer-wrapper:last-child{
    border-bottom: none;
}
.guideline__pdf--wrapper{
    display: flex;
    justify-content: space-between;
}
.guideline__pdf-heading--container{
    display: flex;
    align-items: center;
}
.guideline__pdf-heading--number{
    font-size: 1.6rem;
    min-width: 208px;
    margin-right: 32px;
    font-weight: 600;
}
.guideline__pdf-heading--txt{
    font-size: 1.8rem;
}
.guideline__pdf-heading--txt-type02{
    display: block;
    font-size: 1.6rem;
    margin-top: 15px;
}
.guideline__pdf-format--container{
    display: flex;
}
.guideline__apply--container{
    display: flex;
}
.guideline__template--container{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
@media screen and (max-width: 1064px) {
    .guideline__pdf--section {
        flex-direction: column;
        align-items: center;
        padding-bottom: 56px;
    }
    .guideline__pdf--btn{
        margin-bottom: 34px;
    }
}
@media screen and (max-width: 900px) {
    .guideline__pdf--wrapper {
        flex-direction: column;
    }
    .guideline__pdf-heading--number {
        min-width: auto;
    }
    .guideline__pdf-heading--container {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    .guideline__template--container{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 400px) {
    .guideline__pdf-heading--container {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* 公募要領・実施規程・事業概要 ここまで*/


/* よくあるお問い合わせ ここから*/
.contact__container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #204098;
}
.contact__group{
    width: 100%;
    max-width: 960px;
    background-color: #fff;
    margin: 30px auto;
    padding: 30px 0;
}
.contact__section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact__heading{
    background-color: #3451A1;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    padding: 18px 0;
    width: 400px;
}
.contact__heading-arrow{
    display: block;
    background-image: url(../img/contact__heading-arrow.png);
    background-size: contain;
    width: 29px;
    height: 13px;
    margin: 0 auto 20px;
}
.contact__pdf--btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #204098;
    border-radius: 9px;
    width: 298px;
    height: 56px;
    margin-bottom: 14px;
}
.contact__pdf--btn:hover{
    background-color: #3451A1;
    transition: background-color 0.3s ease;
}
.contact__pdf--btn:hover .contact__pdf--txt {
    color: #fff;
}
.contents__pdf--icon{
    width: 18px;
    margin-right: 8px;
}
.contents__expired--container {
    position: relative;
}

.contents__expired--txt {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    width: max-content;
    font-weight: 600;
    z-index: 99;
    text-align: center;
}

.contents__expired--wrapper{
  opacity: 0.15;
  pointer-events: none;
  filter: grayscale(100%);
}
.contact__pdf--txt{
    font-size: 1.8rem;
    font-weight: 600;
}
.contact__note{
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.contact__txt-mb24{
    font-size: 1.6rem;
    margin-bottom: 24px;
}
.contact__bold-mb8{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}
.contact__email{
    font-size: 3rem;
    font-weight: 600;
    color: #1E7FDE;
}
.contact__email:hover{
    color: #98ADD4;
    transition: color 0.3s ease;
}
@media screen and (max-width: 1064px) {
    .contact__group {
        width: -webkit-fill-available;
        margin: 95px 32px;
    }
}
@media screen and (max-width: 550px) {
    .contact__group {
        margin: 30px 30px;
        padding: 30px 20px 70px;
    }
    .contact__heading{
        font-size: 2rem;
        width: 80%;
    }
    .contact__txt-mb24{
        text-align: center;
    }
    .contact__email{
        font-size: 2rem;
    }
    .contents__expired--txt {
        font-size: 3rem;
    }
}
@media screen and (max-width: 400px) {
    .contact__pdf--btn{
        width: -webkit-fill-available;
    }
    .contact__heading{
        width: 100%;
    }
}
/* よくあるお問い合わせ ここまで*/


/* 公募発表 ここから*/
.koubo__container{
    margin-top: 80px;
    padding-top: 40px;
}
.koubo__section{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 980px;
    margin: 30px auto 0;
    background-color: #fff;
}
/*
.koubo__inner-section{
    margin: 0 40px 160px;

}
*/
.koubo__title{
    color: #fff;
    background-color: #8C7506;
    font-size: 3.6rem;
    font-weight: 500;
    text-align: center;
    padding: 16px;
}
.koubo__sub-title{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 30px;
}
.koubo__wrapper{
    margin: 0 40px 400px;
}
.koubo__list{
    display: flex;
}
.koubo__bold{
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
}
.koubo__txt{
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
@media screen and (max-width: 1064px) {
    .koubo__section {
        width: -webkit-fill-available;
        margin: 30px 32px 0;
    }
}
@media screen and (max-width: 500px) {
    .koubo__section {
        margin: 30px 20px 0;
    }
    .koubo__wrapper{
        margin: 0 20px 200px;
    }
    .koubo__title{
        font-size: 2.6rem;
        line-height: 1.5;
    }
    .koubo__sub-title{
        text-align: left;
    }
    .koubo__section{
        margin: 0 20px 30px;
    }
    .koubo__txt{
        font-size: 2.6rem;
    }
}
/* 公募発表 ここまで*/