@media screen and (min-width: 800px){
    body{
        font-family: 'Noto Sans JP', sans-serif;
    }
    #icatch {
        max-width: 1200px;
        margin: 0 auto;
    }
    #icatch img{
        width: 1200px;
    }
    .wrap {
        margin: 0 auto;
        max-width: 800px;
        transform: translateY(-100px);
    }
    .elements{
        border: #0ae solid 2px;
        border-radius: 60px;
        display: flex;
        flex-direction: row;
        flex: 2;
        background: white;
    }
    .prefecture{
        display: flex;
        /* border-bottom: #c3c3c3 solid 1px; */
        height: 50px;
        flex: 3;
        background: white;
        border-radius: 60px 0 0 60px
    }
    .word{
        display: flex;
        height: 50px;
        background-color: white;
        flex: 5;
        border-radius: 0 60px 60px 0;
    
    }
    .blue-content{
        background: #fff;
        flex: 0.8;
        color: white;
        font-weight: bold;
        text-align: center;
        /* padding: 10px 0; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 8px;
    }
    .blue-content p{
        /* padding: 10px 0; */
        margin: auto;
        font-size: 18px;
    }
    .blue-content img{
        padding: 4px;
    }
    .top{
        border-radius: 60px 0 0 60px;
    }
    .bottom{
        /* border-radius: 0 0 0 10px; */
    }
    .content{
        flex: 2;
        display: inline-block;
    }
    .pc_js-input {
        flex: 1;
        border: none;
        border-radius: 4px;
        padding: 0px 0px 0px 10px;
        margin: 10px;
        outline: none;
        font-size: 18px;
        font-weight: 700;
        /* background: #F3F3F3; */
        /* border: solid #C3C3C3 1px; */
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
    }
    form{
        display: flex;
        width: 100%;
    
    }
    select{
        height: 50px;
        padding: 10px 0vw 13px 40px;
        width: 100%;
        border: none;
        /* border-bottom: #c3c3c3 solid 1px; */
        font-size: 18px;
        font-weight: 700;
        background-image: url(../img/arrrow.svg);
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        -webkit-appearance: none;
        -moz-appearance: none; 
        appearance: none;
        /* border-radius: 0 10px 0 0 ; */
        text-decoration: none;
        outline: none;
       font-family: 'Noto Sans JP', sans-serif;
    }
    #koda-space{
        padding-left: 0px;
        text-align: center;
    }
    option{
        transform: translateY(-1px);
    }
    .search{
        padding-right: 10px;
        margin: auto;
    }
    .pc_todo-btn {
        border: none;
        color: white;
        width: 100%;
        border-radius: 50%;
        background-color: #00aaee;
        padding: 10px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }
    ::placeholder {
        color: #C3C3C3;
    }
    .contents {
        background: #0ae;
        transform: translateY(-55px);
    }
    .pc_todo-btn img{
        width: 20px;
    }
    .pc_hidden{
        display: none;
    }
    .prefecture::after {
        content: '';
        position: relative;
        /* left: 50%; */
        bottom: -48%;
        display: inline-block;
        width: 36px;
        height: 2px;
        /* -webkit-transform: translateX(-50%); */
        /* transform: translateX(-50%); */
        /* rotate: inherit; */
        /* transform: rotateX(45deg); */
        transform: rotateZ(90deg);
        background-color: #0ae;
        border-radius: 2px;
    }
    

}
@media screen and (max-width: 780px){
    body{
        font-family: 'Noto Sans JP', sans-serif;
    }
    .pc_hidden{
        display: block;
    }
    .sp_hidden{
        display: none;
    }
        .wrap {
        margin: 20px 20px 10px 20px;
        /* transform: translateY(-24px); */
    }
    .elements{
        border: #c3c3c3 solid 1px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }
    .prefecture{
        display: flex;
        /* border-bottom: #c3c3c3 solid 1px; */
        height: 50px;
    }
    #prefecture{
        border-bottom: #c3c3c3 solid 1px;

    }
    .word{
        display: flex;
        height: 50px;
    
    }
    .blue-content{
        background: #00aaee;
        flex: 1.2;
        color: white;
        font-weight: bold;
        text-align: center;
        /* padding: 10px 0; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 8px;
    }
    .blue-content p{
        /* padding: 10px 0; */
        margin: auto;
        font-size: 14px;
    }
    .blue-content img{
        padding: 5px;
    }
    .top{
        border-radius: 9px 0 0 0;
    }
    .bottom{
        border-radius: 0 0 0 9px;
    }
    .content{
        flex: 2;
        display: flex;
    }
    .js-input {
        flex: 1;
        border: none;
        border-radius: 4px;
        padding: 0px 0px 0px 10px;
        margin: 6px;
        outline: none;
        font-size: 14px;
        font-weight: 700;
        background: #F3F3F3;
        border: solid #C3C3C3 1px;
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
    }
    form{
        display: flex;
        width: 100%;
    
    }
    select{
        height: 50px;
        padding: 0 0vw 0px 16px;
        width: 100%;
        border: none;
        border-bottom: #c3c3c3 solid 1px;
        font-size: 14px;
        font-weight: 700;
        background-image: url(../img/arrrow.svg);
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        -webkit-appearance: none;
        -moz-appearance: none; 
        appearance: none;
        border-radius: 0 9px 0px 0 ;
        text-decoration: none;
        outline: none;
        font-family: 'Noto Sans JP', sans-serif;
        background-color: white;
        color: #000;
        /* color: #c9c9c9; */
    }
    #kodawari{
        border-radius: 0 0 9px 0;
    }
    .search{
        padding: 10px 0px;
    }
    .todo-btn{
        border: none;
        color: white;
        width: 100%;
        border-radius: 10px;
        background-color: #00aaee;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
    }
    ::placeholder {
        color: #C3C3C3;
      }
    #space-left{
        padding: 4px 4px 4px 4px;
        padding-left: 7px;
    }
}

