
body{
    margin: 0px;
}

/* ヘッダー */

.header_contest{
    width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: sticky;
    top: 0;
}

.imglogo{
	height: 27px;
}


/* ここまで */

/* コンテンツ全体 */


.contents_body{
    background-color: #EBFAFE;
    color: #222;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    padding-bottom:80px;
}


/* 応募終了 */


.contest_end_all{
    background-color: #E8E8E8;
}

.contest_end_text{
    font-size: 20px;
    line-height: 35px;
    max-width: 1100px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom:30px;
    text-align:center;
}

.red{
    color: #F54F11;
}


/* メインビジュアル */


.mainvisual_all{
    background-color: #CECECE;
    margin-bottom: 80px;
}

.mainvisual_picture{
    max-width: 1100px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contest_img{
    display: block;
    width:100%;
}


/* ここまで */

/* コンテンツ全体 */


.contents_contest_all{
    max-width: 1100px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


/* 見出しデザイン */


.h1_all{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.h1_maintext{
    font-size: 40px;
    margin-bottom: 5px;
}

.h1_maintext_white{
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
}

.h1_subtext{
    font-size: 13px;
    color: #00AEFB;
}

.h1_subtext_white{
    font-size: 13px;
    color: #fff;
}



/* ここまで */

/* 募集内容 */


.offerdetails_unit{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    max-width: 100%;
    margin-bottom: 40px;
}

.poster_img{
    max-width: 510px;
}

.offerdetails_text01{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 40px;
}

.offerdetails_text02{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.offerdetails_button_text{
    display: flex;
    font-size: 16px;
    justify-content: space-evenly;
    background-color: #FFF;
    border: 2px solid #00aefb;
    color: #222;
    width: 260px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius:40px;
}


/* 作品キット */


.offerdetails_kit{
    background-color: #FFF;
    max-width: 100%;
    padding:40px;
    margin-bottom: 80px;
}

.offerdetails_kit_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h3{
    font-size: 24px;
    font-weight: 500;
    color: #00aefb;
    border-bottom: 3px solid #00aefb;
    width: fit-content;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.h3-title-white{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    border-bottom: 3px solid #fff;
    width: fit-content;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.offerdetails_kit_text01{
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 35px;
}

.offerdetails_kit_button{
    background-color: #00AEFB;
    color: #FFF;
    font-size: 18px;
    padding:20px 30px 20px 30px;
    border-radius:50px;
}


/* 応募要項 */


.guideline_all{
    background-color: #FFF;
    padding:60px;
    max-width: 100%;
    margin-bottom: 80px;
}

.guideline_details{
    margin-bottom: 30px;
    border-bottom:2px dashed #98dfff;
}

.guideline_details_end{
    border-bottom:2px dashed #98dfff;
}

h4{
    color: #00AEFB;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
}

.h4-title-white{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
}

.guideline_text{
    font-size: 16px;
    padding-bottom: 30px;
}


/* 作り方ガイド */


.guide_all{
    margin-bottom: 80px;
}


/* 過去受賞作 */


.winningworks_all{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.winningworks_item{
    margin-bottom: 60px;
}

.winningworks_img{
    max-width: 850px;
    margin-bottom: 15px;
}

.winningworks_name{
    font-size: 20px;
    text-align: center;
}


/* 事務局だより */


.news_all{
    max-width: 100%;
    margin-bottom: 40px;
}

.news_item{
    background-color: #FFF;
    padding:60px;
    margin-bottom: 60px;
}

.news_date{
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 3px solid #B2EAFF;
    margin-bottom: 20px;
    width: fit-content;
}

.news_date::before{
    content: '';
    position: absolute;
    padding-bottom: 45px;
    border-bottom: 3px solid #00AEFB;
    margin-bottom: 20px;
    width: 50px;
}

.news_img{
    width: 500px;
}

.news_text{
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.news_text_sub{
    font-size: 14px;
    padding-top: 10px;
}


/* お問い合わせ */


.contact_kit{
    background-color: #FFF;
    max-width: 100%;
    padding:40px;
}

.contact_kit_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_kit_text{
    font-size: 18px;
    line-height: 35px;
}


/* フッター */


.footer_all{
    background-color: #00AEFB;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_text{
    color: #FFF;
    font-size: 30px;
}

.footer_follow_all{
    background-color: #FFF;
    border-radius: 30px;
    padding: 30px 0px;
    width: 600px;
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_follow_text{
        font-size: 16px;
}

.sns_all{
    margin-top: 30px;
}

.sns_img{
    margin-left: 10px;
    margin-right: 10px;
}

.footer_copywrite{
    font-size: 14px;
    margin-top: 5px;
}


/* ボタン */

a{
    text-decoration: none;
}


.offerdetails_button_text:hover{
    color: #00aefb;
}

.offerdetails_kit_button:hover{
    color: #FFF;
	background-color: #222;
}


a:visited offerdetails_button_text{
    color: #222;
}

a:visited offerdetails_kit_button{
    color: #FFF;
}


/* ここまで */
/* ここから下がレスポンシブ */

/* ヘッダー */


@media screen and (max-width:768px) {
	.header_contest{
        padding-top: 15px;
        padding-bottom: 15px;
        }

@media screen and (max-width:768px) {
    .imglogo{
        height: 20px;
    }


/* コンテンツ全体 */


@media screen and (max-width:768px) {
.contents_body{
    padding-bottom:60px;
    }


/* 応募終了 */


@media screen and (max-width:768px) {
.contest_end_all{
    background-color: #E8E8E8;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width:768px) {
.contest_end_text{
    font-size: 16px;
    line-height: 25px;
}


/* メインビジュアル */


@media screen and (max-width:768px) {
.mainvisual_all{
    margin-bottom: 50px;
}


/* コンテンツ全体 */
/* 見出しデザイン */


@media screen and (max-width:768px) {
.h1_all{
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
.h1_maintext{
    font-size: 24px;
    margin-bottom: 5px;
}


/* 募集内容 */


@media screen and (max-width:768px) {
.offerdetails_unit{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    gap: 30px;
}

@media screen and (max-width:768px) {
.poster_img{
    max-width: 100%;
}

@media screen and (max-width:768px) {
.offerdetails_text01{
    font-size: 18px;
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
.offerdetails_text02{
    font-size: 15px;
}

@media screen and (max-width:768px) {
.offerdetails_pamphletbutton{
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* 作品キット */


@media screen and (max-width:768px) {
.offerdetails_kit{
    padding:30px;
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width:768px) {
h3{
    font-size: 18px;
    border-bottom: 2px solid #00aefb;
}

@media screen and (max-width:768px) {
.offerdetails_kit_button{
    font-size: 15px;
    padding:20px;
}

/* 展示会案内 */

@media screen and (max-width:768px) {
.h3-title-white{
    font-size: 18px;
    border-bottom: 2px solid #fff;
}


/* 応募要項 */


@media screen and (max-width:768px) {
.guideline_all{
    padding:30px;
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width:768px) {
.guideline_details{
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
h4{
    color: #00AEFB;
    font-size: 20px;
    margin-bottom: 15px;
}

@media screen and (max-width:768px) {
.guideline_text{
    font-size: 15px;
    padding-bottom: 20px;
}


/* 作り方ガイド */


@media screen and (max-width:768px) {
.guide_all{
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
}


/* 過去受賞作 */


@media screen and (max-width:768px) {
.winningworks_item{
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width:768px) {
.winningworks_img{
    max-width: 100%;
}

@media screen and (max-width:768px) {
.winningworks_name{
    font-size: 16px;
}


/* 事務局だより */


@media screen and (max-width:768px) {
.news_all{
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width:768px) {
.news_item{
    padding:30px;
    margin-bottom: 40px;
}

@media screen and (max-width:768px) {
.news_date{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 3px solid #B2EAFF;
    margin-bottom: 10px;
    width: fit-content;
}

@media screen and (max-width:768px) {
.news_date::before{
    content: '';
    position: absolute;
    padding-bottom: 36px;
    border-bottom: 3px solid #00AEFB;
    margin-bottom: 10px;
    width: 50px;
}

@media screen and (max-width:768px) {
.news_img{
    width: 100%;
}

@media screen and (max-width:768px) {
.news_text{
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media screen and (max-width:768px) {
.news_text_sub{
    padding-top: 5px;
}


/* お問い合わせ */


@media screen and (max-width:768px) {
.contact_kit{
    padding:30px;
    margin-left: 30px;
    margin-right: 30px;
}


/* フッター */


@media screen and (max-width:768px) {
.footer_all{
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width:768px) {
.footer_text{
    font-size: 20px;
}

@media screen and (max-width:768px) {
.footer_follow_all{
    padding: 30px 0px;
    width: 100%;
}