/* header シマプロ　追加*/

/* ヘッダーrogo */


 


#top-head {
    width: 100%;
    line-height: 1;
    z-index: 999;
	background: #fff;

    .inner {
    width: clamp(320px, 90%, 1050px);
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
}
#top-head a,
#top-head {
    text-decoration: none;
	color:#333;
}

#top-head img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

#top-head p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top-head p span{
font-weight: bold;
line-height: 65px;

}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	padding:10px 0;
	height:70px;
}

/*#top-head .logo img{
    width:489px;
}*/

@media
only screen and (max-width : 786px){

#top-head .logo {
height: 40px;
}

#top-head h1 span{
font-size: 0.9em;
line-height: 1.3em;
}
	
}

footer .container{
    max-width: 1080px!important;
    width: 100%;
    }

.Annotation{
    width: 100%;
    background-color: #f1f4f4;
    .inner{
        max-width: 920px;
        padding: 20px min( 2vw , 10px);
        margin: 0 auto;
    }
    br{
        display: none;
    }

    p{
       text-align: center;
       font-size: 14px;
       line-height: 1.4em;
    }
 @media screen and (max-width: 768px) {
                br{
                    display: block;
                }
                p{
                    text-align: left;
                }
            
    }

}