@media screen and (min-width: 767px){
    
body{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,HelveticaNeue,Arial,Verdana,Roboto,游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Meiryo UI,メイリオ,Meiryo,sans-serif;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
}

.wrapper {
    margin: 0 auto;
    padding: 0;
    display: flex;
}

.header{
    display: none;    
}
    
.side{
    min-width: 300px;
    background: white;
}
    .sidenavi{
        position: fixed;
        max-width: 300px;
        height: 1000px;
        margin: 0;
        background: white;
    }    
    .sidenavi img{
        width: 175px;
        height: 70px;
        margin-top: 50px;
        margin-left: 30px;
    }
    #sidenavibreadcrumb {
        position: absolute;
        top: 170px;
        left: 40px;
        width: 300px;
    }
    #sidenavibreadcrumb a{
        color: black;
        text-decoration: none;
    }
    #sidenavibreadcrumb a:hover{
        color: #ee5855;
        transition:0.3s;
    }
    #global-navi{
        margin-top: 100px;
        margin-left: 40px;        
    }
    #global-navi ul{
        padding: 0;
    }
    #global-navi li{
        line-height: 2em;
        list-style: none;
    }
    #global-navi li a{
        text-decoration: none;
        color: black;
    }
    #global-navi li a:hover {
        color: #ee5855;
        transition:0.3s;
    }
    .side-contact-wrapper{
        margin-left: 10px;
        display: flex;
    }
    #side-contact1{
        width: 60px;
        height: 60px;
        margin-top: 30px;
        margin-left: 30px;
        position: relative;
        z-index: 0;
    }
    #side-contact1:before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        transition:0.5s;
        background: #353535;
    }
    #side-contact1:after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -2;
        left:0;
        background: linear-gradient(45deg, #ee5855, #f0af6b);
    }
    #side-contact2{
        width: 60px;
        height: 60px;
        margin-top: 30px;
        margin-left: 30px;
        position: relative;
        z-index: 0;
    }
    #side-contact2:before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        transition:0.5s;
        background: #353535;
    }
    #side-contact2:after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -2;
        left:0;
        background: linear-gradient(45deg, #ee5855, #f0af6b);
    }
    #side-contact1 img{
        width: 50px;
        height: 50px;
        position: relative;
        margin: 0;
        top: 5px;
        left: 5px;
        z-index: 0;
    }
    #side-contact2 img{
        width: 50px;
        height: 50px;
        position: relative;
        margin: 0;
        top: 5px;
        left: 5px;
        z-index: 0;
    }
    #side-contact1:hover:before{
        opacity: 0;
    }
    #side-contact2:hover:before{
        opacity: 0;
    }

h1{
    text-align: center;
    margin: 0;
    color: #353535;
}
h2{
    text-align: center;
    margin-bottom: 80px;
    color: #353535;
    font-size: 1.3em;
    padding: 1.5rem 3rem;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
h3{
    padding: 0 0 0 15px;
    border-left: 10px solid #808080;
    
}

.container {
    width: 900px;
    background: #f5f5f5;
    margin-right: auto;
    margin-left: auto;
}
    
    .contact-wrapper{
        max-width: 900px;
        text-align: center;
    }
    #contact{
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #contact p{
        margin: 0;
    }
    
    .contents-wrapper{
        width: 80%;        
        margin-left: auto;
        margin-right: auto;
    }
    #formWrap{
        width: 100%;        
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    table{
        border-collapse: collapse;
        margin-left: auto;
        margin-right: auto;
    }
    th, td{
        border-bottom: solid #696969;
        border-width: thin;
        font-size: 0.8em;
        
    }
    th{
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
    th div{
        color: #ee5855;
        font-size: 0.9em;
    }
    td{
        padding: 20px;
    }
    td a{
        text-decoration: none;
        color: black;
    }
    select{
        border-radius: 0px;
    }
    input{
        border-radius: 0px;
        border-width: thin;
    }
    textarea{
        resize: vertical;
    }
    #contents1{
        width: 100%;        
        text-align: center;
    }
    #contents2{
        width: 100%;        
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #contents2 p{
        text-align: left;
    }
    #contents3{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 100px;        
        margin-left: auto;
        margin-right: auto;
    }
    .button{
        display: inline-block;
        font-size: 1em;
        text-align: center;
        cursor: pointer;
        padding: 15px 30px 15px 30px;
        background: white;
        transition: 0.3s;
        -webkit-appearance: none;
    }
    .button:hover{
        color:white;
        font-weight: bold;
        background: #353535;
    }
    input[type="checkbox" i] {
        width: 16px;
        height: 16px;
        margin: 0;
    }
    
    
    #page-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        line-height: 1;
        z-index: 99;
    }
    #page-top a {
        background-color: #353535;
        text-decoration: none;
        color: #fff;
        width: 60px;
        padding: 16px 0 22px;
        text-align: center;
        display: block;
        border-radius: 90px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
         
    }
    #page-top a:hover {
        text-decoration: none;
        background-color: #ee5855;
    }
    
    .fa, .fas {
        font-size: 22px;
    }
    
    
footer{
        max-width: 900px;
        height: 350px;
        background: #e0e0e0;
        position: relative;
    }
        #breadcrumb {
            position: absolute;
            top: 20px;
            left: 40px;            
        }
        #breadcrumb a{
            color: black;
            text-decoration: none;
        }
        #breadcrumb a:hover{
            color: #ee5855;
            transition:0.3s;
        }
        .nav-list-wrapper1 {
            position: absolute;
            top: 70px;
            left: 100px;            
        }
        .nav-list-wrapper2 {
            position: absolute;
            top: 70px;
            left: 350px;            
        }
        .nav-list-wrapper3 {
            position: absolute;
            top: 70px;
            left: 600px;            
        }
        .nav-list-wrapper4 {
            position: absolute;
            top: 250px;
            left: 100px;            
        }
        .nav-list-wrapper5 {
            position: absolute;
            top: 250px;
            left: 350px;            
        }
        #nav-list1 span{
            color: black;
            text-decoration: none;
            font-weight: bold;
        }
        #nav-list1 a{
            color: black;
            text-decoration: none;
        }
        #nav-list1 a:hover{
            color: #ee5855;
            transition:0.3s;
        }
        #nav-list1 ul{
            margin-top: 10px;
            padding: 0 0 0 10;
        }
        #nav-list1 li{
            line-height: 1.8em;
            font-size: 0.8em;
            list-style: none;
        }
                    
    .copyright{
        max-width: 900px;
        height: 50px;
        background: #e0e0e0;
    }
    .copyright p{
        padding-left: 40px;
        margin: 0;
    }
    
}