@media screen and (min-width:768px){
    /*全体*/
    *{
        font-family: "Helvetica Neue",
                    Arial,
                    "Hiragino Kaku Gothic ProN",
                    "Hiragino Sans",
                     Meiryo,
                    sans-serif;
    }
    html, body{
        margin:0;
        padding:0;
    }
    a:link{
        color: #6495ED;
        text-decoration: none;
    }
    a:visited{
        color: #981C01;
        text-decoration: none;
    }
    a:hover,a:active{
        color: #981C01;
        text-decoration: underline;
        background: #FEEBE3 url(none);
    }

    /*ヘッダー*/
    .site-header{
        background:#6495ED;
        display: flex;       
        justify-content:flex-end;
        padding: 20px;
        position: fixed;
        width: 100%;
        top: 0;
        transition: .5s;
        z-index: 999;
        height: 9vh;
        align-items: center;
    }
    .site-header .hide{
        transform: translateY(-100%);
    }
    .header-logo img{
        height: 20px;
        width: auto;
    }
    .nav{
        margin-right: 3.6em;
    }
    .nav_menu{
        display: flex;
    }
    .nav_menu_item{
        margin-left:2.4em;
        list-style-type: none;
        font-size:1.4em;
    }
    .nav_menu_item a{
        color: white;
        text-decoration: none;
    }
    .nav_menu_item a:hover{
        opacity: 0.7;
        color: white;
    }

    /*大会実施案内*/
    .title{
        width:95%;
        margin:6.0em auto 1.0em;
        text-align: center;
    }
    .title img{
        width:80%;
        height:auto;
    }
    .title p{
        font-size:1.6em;
        font-weight:bold;
        text-align: center;
        line-height: 3.0em;
    }

    /*審査発表*/
    .result{
        width: 98%;
        margin: 1.3em auto
    }
    .subhead_result{
        max-width: 35%;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }  
    .subhead_result:before,
    .subhead_result:after{
        position: absolute;
        z-index: 0;
        bottom: -10px;
        display: block;
        content: '';
        border: 1em solid #d90606;
    }
    .subhead_result:before{
        left: -30px;
        border-left-width: 15px;
        border-left-color: transparent;
    }
    .subhead_result:after{
        right: -30px;
        border-right-width: 15px;
        border-right-color: transparent;
    }
    .subhead_result p{
        position: relative;
        z-index: 1;
        display: block;
        padding: 1rem 2rem;
        color: #fff;
        background: #fa4141;
        font-size: 2.7em;
        font-weight: bold;
    }
    .subhead_result p:before,
    .subhead_result p:after{
        position: absolute;
        bottom: -10px;
        display: block;
        width: 10px;
        height: 10px;
        content: '';
        border-style: solid;
        border-color: #b70505 transparent transparent transparent;
    }
    .subhead_result p:before{
        left: 0;
        border-width: 10px 0 0 10px;
    }
    .subhead_result p:after{
        right: 0;
        border-width: 10px 10px 0 0;
    }
    .content_result{
        width: 80%;
        margin: 4.0em auto;
    }
    .content_result li{
        width: 100%;
        margin: 0 auto;
        padding: 0.9em;
    }
    .content_result li:not(:last-child){
        border-bottom: 2px dotted black;
    }
    .subhead_content_result{
        width: 80%;
        font-size: 1.6em;
        font-weight: bold;
        position: relative;/*相対位置*/
        padding: 0.4em 0.5em 0.4em 1.5em;/*アイコン分のスペース*/
        line-height: 1.4;/*行高*/
        color: #6495ED;/*文字色*/
    }
    .subhead_content_result:before{
        font-family: "Font Awesome 5 Free";/*忘れずに*/
        content: "\f138";/*アイコンのユニコード*/
        font-weight: 900;
        position: absolute;/*絶対位置*/
        font-size: 0.9em;/*サイズ*/
        left: 0.25em;/*アイコンの位置*/
        top: 0.5em;/*アイコンの位置*/
        color: #6495ED; /*アイコン色*/
    }
    .cap_content_result{
        width: 80%;
        margin: 0 auto;
    }
    .cap_content_result p{
        font-size: 1.3em;
        line-height: 1.4em;
    }

    /*大会実施要綱*/
    .main{
        width: 98%;
        margin: 1.3em auto;
    }
    .theme{
        max-width: 35%;
        margin: 0 auto;
        padding: 0.2em;
        border-top: 6px solid red;
        border-bottom: 6px solid red;
        text-align: center;
        font-size: 2.7em;
        font-weight: bold;
        color: black;
        text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 6px 6px 6px;
    }
    .guide{
        width: 95%;
        margin: 0 auto;
    }
    .assignment{
        width: 95%;
        margin: 1.3em auto;
        font-size: 1.3em;
        line-height: 1.4em;
    }
    .subhead_assignment{
        max-width: 30%;
        position: relative;
        padding: 0.5em;
        border-bottom: 4px solid black;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        margin: 0.9em 0;
    }     
    .subhead_assignment:before{
        position: absolute;
        bottom: -8px;
        left: 1em;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 12px 0 12px;
        border-style: solid;
        border-color:white transparent;
        z-index: 2;
    }  
    .subhead_assignment:after{
        position: absolute;
        bottom: -14px;
        left: 1em;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 12px 0 12px;
        border-style: solid;
        border-color: black transparent;
    }
    .flex_assignment{
        display: flex;
    }
    .kojkmioit_assignment{
        width: 50%;
        margin: 0 auto;
    }
    .subhead_kojkmioit_assignment{
        position: relative;
        text-align: center;
        padding: 1.5em;
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 1.0em;
    }
    .subhead_kojkmioit_assignment::before{
        position: absolute;
        bottom: 0.4em;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #6495ED;
    }
    .ngs_assignment{
        width: 50%;
        margin: 0 auto;
    }
    .subhead_ngs_assignment{
        position: relative;
        text-align: center;
        padding: 1.5em;
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 1.0em;
    }
    .subhead_ngs_assignment::before{
        position: absolute;
        bottom: 0.4em;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #6495ED;
    }
    .flex_pic_assignment{
        display:flex;
    }
    .pic_assignment{
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }
    .pic_assignment img{
        width: 90%;
        border: 2px solid black;
    }
    .cap_assignment{
        width: 85%;
        margin: 1.4em auto;
    }
    .cap_assignment p{
        font-size: 1.2em;
        line-height: 1.6em;
    }
    .subhead_place{
        width: 15%;
        position: relative;
        padding: 0.3em;
        border-bottom: 4px solid black;
        text-align: center;
        font-size: 1.8em;
        font-weight: bold;
        margin: 1.1em;
    }     
    .subhead_place:before{
        position: absolute;
        bottom: -8px;
        left: 1em;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 12px 0 12px;
        border-style: solid;
        border-color:white transparent;
        z-index: 2;
    }  
    .subhead_place:after{
        position: absolute;
        bottom: -14px;
        left: 1em;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 12px 0 12px;
        border-style: solid;
        border-color: black transparent;
    }
    .flex_guide{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        text-align: -webkit-center;
    }
    .place{
        width: 50%;
        margin: 1.0em auto;
    }
    .name_place{
        width: 95%;
        padding: 0.7em;
        text-align: left;
        background-color: azure;
        border-left: 9px solid #6495ED;
        font-weight: bolder;
        font-size: 1.5em;
    }
    .content{
        width: 95%;
        padding: 1.0em;
        text-align: left;
    }
    .content li{
        font-size: 1.0em;
        list-style-type: none;
        line-height: 1.5em;
    }
    .square::before{
        content: "◼️";
    }
    .flex_content{
        display: flex;
    }
    .application{
        width: 95%;
        margin: 0.5em auto;
        padding: 0.5em;
        font-size: 1.3em;
        font-weight: bold;
        line-height: 1.4em;
    }
    .due{
        width: 95%;
        border-top: 1px dotted black;
        color: red;
        padding: 1.4em;
        font-weight: bold;
        font-size: 1.1em;
    }
    .past{
        width: 95%;
        margin: 3.0em auto;
    }
    .past p{
        font-size: 1.3em;
        text-align: right;
        margin-right: 2.2em;
    }
    .flex_past{
        width: 95%;
        display: flex;
        justify-content: space-between;
        margin: 2.5em auto;
    }
    .flex_place_past{
        width: 25%;
        display: flex;
        flex-flow: column;
    }
    .place_past{
        width: 95%;
        padding: 0.9em;
        background-color: #6495ED;
        border-radius: 7px;
        color: white;
        font-weight: bold;
        font-size: 1.7em;
        text-align: center;
    }
    .time_past{
        width: 95%;
        margin: 0.1em 0;
    }
    .time_past li{
        width: 100%;
        text-align: center;
        font-size: 1.4em;
        padding: 1.1em;
    }
    .time_past li:nth-child(odd){
        background-color: aliceblue;
        border-radius: 5px;
    }
    
    /*フッター*/
    .site-footer{
        position: relative;
        margin-top: 2.4em;
        color: #fff;
    }
    .site-footer a{
        text-decoration: none;
        color: #fff;
    }
    .site-footer .top-section{
        padding: 1.6em 0.9em;
        background-color: #333;
    }
    .site-footer .top-section .flex{
        display: flex;
        justify-content: center;
    }
    .site-footer .top-section .flex .left{
        width: 50%;
        margin-left: 10vw;
    }
    .site-footer .footer-logo{
        position: relative;
        padding: 0;
        margin: 0;
        width: 100%;
        font-size: 2.2em;
        font-weight: bold;
    }
    .address{
        margin: 0.8em 0 0;
        padding: 0;
    }
    .site-footer .sns{
        margin: 1.2em 0 0 2.5em;
        padding: 0;
    }
    .site-footer .sns li{
        display: inline-block;
        margin: 0 1.2em 0 0;
        padding: 0;
        font-size: 2.2em;
    }
    .site-footer .sns li:last-child{
        margin-right: 0;
    }
    .site-footer .sns li a{
        transition: all 0.5s;
    }
    .site-footer .sns li a:hover{
        opacity: 0.7;
        transform:scale(1.2, 1.2)
    }
    .site-footer .top-section .flex .right{
        display: flex;
        width: 70%;
    }
    .navi-section{
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-left: 6vw;
    }
    .title-section{
        width: 11vw;
        min-width: 30px;
        padding: 0.5rem 2rem;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
        text-align: center;
        margin: 1em 0;
    }
    .site-footer .navi-list{
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 2em;
    }
    .site-footer .navi-list li{
        margin: 0.5em 0 0 0;
        padding: 0;
    }
    .site-footer .navi-list li:first-child{
        margin: 0;
    }
    .site-footer .navi-list a:hover,
    .site-footer .title-list a:hover{
        text-decoration: none;
        opacity: 0.7;
    }
    .site-footer .title-list{
        margin: 0 0 0.9em 0;
        padding: 0;
        font-weight: bold;
        line-height: 2em;
    }
    .site-footer .bottom-section{
        display: flex;
        padding: 1.6em 0.9em;
        background: #222;
    }
    .site-footer .copyright{
        width: 90%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

}






@media screen and (max-width:767px){
    /*全体*/
    *{
        font-family: "Helvetica Neue",
                     Arial,
                    "Hiragino Kaku Gothic ProN",
                    "Hiragino Sans",
                    Meiryo,
                    sans-serif;
    }
    html, body{
        margin:0;
        padding:0;
    }
    a:link{
        color: #6495ED;
        text-decoration: none;
    }
    a:visited{
        color: #981C01;
        text-decoration: none;
    }
    a:hover,a:active{
        color: #981C01;
        text-decoration: underline;
        background: #FEEBE3 url(none);
    }
    .nowrap{
        white-space: nowrap;
    }

    /*ヘッダー*/
    .site-header{
        background:#6495ED;
        display: flex;       
        justify-content: center;
        padding: 1.6em;
        position: fixed;
        width: 100%;
        top: 0;
        transition: .5s;
        z-index: 999;
        height: 4vh;
        align-items: center;
    }
    .site-header .hide{
        transform: translateY(-100%);
    }
    .header-logo img{
        height: 20px;
        width: auto;
    }
    .nav_menu{
        display: flex;
    }
    .nav_menu_item{
        list-style-type: none;
        font-size:1em;
        margin-left: 1.5em;
    }
    .nav_menu_item a{
        color: white;
        text-decoration: none;
    }

    /*大会実施案内*/
    .title{
        width:95%;
        margin:3.5em auto 1.0em;
        text-align: center;
    }
    .title img{
        width:100%;
        height:auto;
    }
    .title p{
        font-size:1.1em;
        font-weight:bold;
        margin: 0.7em 0.5em;
        line-height: 1.4em;
    }

    /*審査発表*/
    .result{
        width: 98%;
        margin: 2.0em auto
    }
    .subhead_result{
        max-width: 60%;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }  
    .subhead_result:before,
    .subhead_result:after{
        position: absolute;
        z-index: 0;
        bottom: -10px;
        display: block;
        content: '';
        border: 1em solid #d90606;
    }
    .subhead_result:before{
        left: -30px;
        border-left-width: 15px;
        border-left-color: transparent;
    }
    .subhead_result:after{
        right: -30px;
        border-right-width: 15px;
        border-right-color: transparent;
    }
    .subhead_result p{
        position: relative;
        z-index: 1;
        display: block;
        padding: 0.5rem 1.5rem;
        color: #fff;
        background: #fa4141;
        font-size: 1.7em;
        font-weight: bold;
    }
    .subhead_result p:before,
    .subhead_result p:after{
        position: absolute;
        bottom: -10px;
        display: block;
        width: 10px;
        height: 10px;
        content: '';
        border-style: solid;
        border-color: #b70505 transparent transparent transparent;
    }
    .subhead_result p:before{
        left: 0;
        border-width: 10px 0 0 10px;
    }
    .subhead_result p:after{
        right: 0;
        border-width: 10px 10px 0 0;
    }
    .content_result{
        width: 90%;
        margin: 1.0em auto;
    }
    .content_result li{
        width: 100%;
        margin: 0 auto;
        padding: 0.9em;
    }
    .content_result li:not(:last-child){
        border-bottom: 2px dotted black;
    }
    .subhead_content_result{
        width: 100%;
        font-size: 1.1em;
        font-weight: bold;
        position: relative;/*相対位置*/
        padding: 0.4em 0.5em 0.4em 1.5em;/*アイコン分のスペース*/
        line-height: 1.4;/*行高*/
        color: #6495ED;/*文字色*/
    }
    .subhead_content_result:before{
        font-family: "Font Awesome 5 Free";/*忘れずに*/
        content: "\f138";/*アイコンのユニコード*/
        font-weight: 900;
        position: absolute;/*絶対位置*/
        font-size: 0.9em;/*サイズ*/
        left: 0.25em;/*アイコンの位置*/
        top: 0.5em;/*アイコンの位置*/
        color: #6495ED; /*アイコン色*/
    }
    .cap_content_result{
        width: 100%;
        margin: 0 auto;
    }
    .cap_content_result p{
        font-size: 1.0em;
        line-height: 1.4em;
    }

    /*大会実施要綱*/
    .main{
        width: 98%;
        margin: 1.3em auto;
    }
    .theme{
        max-width: 80%;
        margin: 0 auto;
        padding: 0.2em;
        border-top: 4px solid red;
        border-bottom: 4px solid red;
        text-align: center;
        font-size: 2.0em;
        font-weight: bold;
        color: black;
        text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 6px 6px 6px;
    }
    .guide{
        width: 98%;
        margin: 0 auto;
    }
    .assignment{
        width: 100%;
        margin: 1.3em auto;
        font-size: 1.3em;
        line-height: 1.4em;
    }
    .subhead_assignment{
        max-width: 65%;
        position: relative;
        padding: 0.3em;
        border-bottom: 3px solid black;
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
        margin: 0.9em 0.5em;
    }     
    .subhead_assignment:before{
        position: absolute;
        bottom: -10px;
        left: 1em;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 12px 0 12px;
        border-style: solid;
        border-color:white transparent;
        z-index: 2;
    }  
    .subhead_assignment:after{
        position: absolute;
        bottom: -14px;
        left: 1em;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 12px 0 12px;
        border-style: solid;
        border-color: black transparent;
    }    
    .flex_assignment{
        display: flex;
        flex-flow: column;
        margin: 0 auto;
    }
    .kojkmioit_assignment{
        width: 95%;
        margin: 0 auto;
    }
    .subhead_kojkmioit_assignment{
        position: relative;
        text-align: center;
        padding: 1.2em;
        font-size: 1.0em;
        font-weight: bold;
        margin-bottom: 1.0em;
    }
    .subhead_kojkmioit_assignment::before{
        position: absolute;
        bottom: 0.4em;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #6495ED;
    }
    .ngs_assignment{
        width: 95%;
        margin: 0 auto;
    }
    .subhead_ngs_assignment{
        position: relative;
        text-align: center;
        padding: 1.2em;
        font-size: 1.0em;
        font-weight: bold;
        margin-bottom: 1.0em;
    }
    .subhead_ngs_assignment::before{
        position: absolute;
        bottom: 0.4em;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #6495ED;
    }
    .flex_pic_assignment{
        display:flex;
    }
    .cap_assignment{
        width: 95%;
        margin: 0 auto;
    }
    .cap_assignment p{
        font-size: 0.9em;
        line-height: 1.4em;
    }
    .pic_assignment{
        width: 100%;
        text-align: center;
        margin: 1.2em auto;
    }
    .pic_assignment img{
        width: 80%;
        border: 2px solid black;
    }
    .subhead_place{
        width: 40%;
        position: relative;
        padding: 0.2em;
        border-bottom: 3px solid black;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        margin: 1.1em;
    }     
    .subhead_place:before{
        position: absolute;
        bottom: -10px;
        left: 1em;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 12px 0 12px;
        border-style: solid;
        border-color:white transparent;
        z-index: 2;
    }  
    .subhead_place:after{
        position: absolute;
        bottom: -14px;
        left: 1em;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 12px 0 12px;
        border-style: solid;
        border-color: black transparent;
    }
    .flex_guide{
        display: flex;
        flex-flow: column;
        justify-content: center;
        text-align: center;
        text-align: -webkit-center;
    }
    .place{
        width: 100%;
        margin: 0.4em auto;
    }
    .name_place{
        width: 95%;
        padding: 0.5em;
        text-align: left;
        background-color: azure;
        border-left: 7px solid #6495ED;
        font-weight: bolder;
        font-size: 1.3em;
    }
    .content{
        width: 100%;
        padding: 1.0em;
        text-align: left;
    }
    .content li{
        font-size: 1.0em;
        list-style-type: none;
        line-height: 1.6em;
    }
    .square::before{
        content: "◼️";
    }
    .flex_content{
        display: flex;
        
    }
    .application{
        width: 100%;
        margin: 0.5em auto;
        padding: 0.5em;
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1.4em;
    }
    .due{
        width: 95%;
        border-top: 1px dotted black;
        color: red;
        padding: 1.2em;
        font-weight: bold;
        font-size: 1.1em;
    }
    .past{
        width: 95%;
        margin: 1.1em auto;
    }
    .past p{
        font-size: 1.0em;
        text-align: right;
        margin-right: 1.7em;
    }
    .flex_past{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0.5em auto;
    }
    .flex_place_past{
        width: 50%;
        display: flex;
        flex-flow: column;
        margin: 0.5em auto;
    }
    .place_past{
        width: 95%;
        padding: 0.9em;
        background-color: #6495ED;
        border-radius: 7px;
        color: white;
        font-weight: bold;
        font-size: 1.2em;
        text-align: center;
    }
    .time_past{
        width: 95%;
        margin: 0.1em 0;
    }
    .time_past li{
        width: 100%;
        text-align: center;
        font-size: 1.0em;
        padding: 1.1em;
    }
    .time_past li:nth-child(odd){
        background-color: aliceblue;
        border-radius: 5px;
    }

    /*フッター*/
    .site-footer{
        position: relative;
        margin-top: 2.4em;
        color: #fff;
    }
    .site-footer a{
        text-decoration: none;
        color: #fff;
    }
    .site-footer a:hover{
        text-decoration: underline;
    }
    .site-footer .top-section{
        padding: 1.2em;
        background: #333;
    }
    .site-footer .top-section .flex{
        display: block;
    }
    .site-footer .top-section .flex .left{
        width: 100%;
    }
    .site-footer .top-section .flex .left p{
        line-height: 1.8em;
    }
    .site-footer .footer-logo{
        font-size: 1.7em;
    }
    .address{
        font-size: 0.8em;
    }
    .site-footer .sns{
        margin: 0.5em 0 0;
        padding: 0;
    }
    .site-footer .sns li{
        display: inline-block;
        margin: 0 1em 0 0;
        padding: 0;
        font-size: 1.5em;
    }
    .site-footer .sns li:last-child{
        margin-right: 0;
    }
    .site-footer .top-section .flex .right{
        width: 100%;
    }
    .navi-section{
        display: block;
        width: 100%;
        margin: 40px 0 0;
    }
    .title-section{
        width: 40vw;
        min-width: 30px;
        padding: 0.5rem 1rem;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        text-align: center;
        margin: 1em 0;
    }
    .site-footer .navi-list{
        list-style: none;
        padding-bottom: 10px;
        border-bottom: 1px solid #444;
    }
    .site-footer .navi-list li{
        border-top: 1px solid #444;
        padding-top: 10px;
        margin-top: 10px;
        font-size: 0.8em;
    }
    .site-footer .navi-list li:first-child{
        margin: 0;
    }
    .site-footer .navi-list a:hover,
    .site-footer .title-list a:hover{
        text-decoration: none;
    }
    .site-footer .title-list{
        margin: 0 0 0.9em 0;
        padding: 0;
        font-weight: bold;
        line-height: 2em;
    }
    .site-footer .bottom-section{
        display: block;
        padding: 2.2em;
        background: #222;
    }
    .site-footer .copyright{
        width: 100%;
        text-align: center;
        font-size: 0.9em;
    }

}