@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.
04.
--------------------*/

/*----------
01.共通
----------*/


body{
-webkit-font-smoothing: antialiased;
}

*{
box-sizing: border-box;
}

*:focus {
outline: none;
}

#wrapper{
width: 100%;
overflow: hidden;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 16px;
color: #212121;
}

.pc{
display: block;
}

.sp{
display: none;
}

.contents_in{
max-width: 1014px;
width: 94%;
margin: 0 auto;
}

a{
color: #212121;
}

a:hover{
color: #212121;
}

a:link{
color: #212121;
}

img{
width: 100%;
height: auto;
display: block;
}


@media only screen and (max-width:1024px){
/*----------
01.共通
----------*/


}

@media only screen and (max-width:750px){
/*----------
01.共通
----------*/


}
