@charset "UTF-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');*/

html {
    font-size: 62.5%;
    font-family:source-han-sans-japanese, sans-serif;
	line-height:  1.7;
    letter-spacing: 0.08rem; 
    font-weight: 500;
    font-style: normal;
}
body {
	line-heigt:  1.7;
}
a {
	text-decoration: none;
    color:#0987B5;
}
img {
	max-width: 100%;
	height:auto;
	vertical-align:bottom;
}
li {
    list-style: none;
}

.rollOver {
    transition: all 0.3s ease 0s;
}
.rollOver:hover {
    opacity: 0.6;
}
.brSp {
    display: none;
}
.rollOver {
    transition: all 0.3s ease 0s;
}
.rollOver:hover {
    opacity: 0.6;
}

::selection{
  color:#fff;
  background:#0987B5;
}
