html{
    font-size:100%;
}
body{
    background-color: #ffffff;
    font-family :'Lato', 'Verdana', 'メイリオ', 'Meiryo', 'Noto Sans JP',  '游ゴシック Medium', '游ゴシック体', '-apple-system', 'BlinkMacSystemFont', 'Helvetica Neue', 'Segoe UI', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size : 1.1rem;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}
A:hover{
    color : #ffffcc;
    background-color : #0000ff;
}
a.sugi{
    display: inline-block;
    padding: 0.2em 0;
    margin:  0.6em 0.3em;
    width: 70px;
    font-size : 0.9rem;
    text-decoration: none;
    background: #ffffff;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
    text-align: center;
}
a:hover.sugi{
    color: #ffffff;
    background: #67c5ff;
}
hr.dot {
height: 2px;
border: none;
border-top: 2px #0184ee dotted;
}
hr.blue {
    height: 5px;
    background-color: #0184ee;
    width: 100%;
    border: none;

}
@media screen and (max-width: 480px) {
div.top{
    width: 95%;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
   vertical-align: bottom;
}
.br-pc{
	display:block;
}
.br-sp{
	display:none;
}
.pc{
    display: none !important;
}
.sp{
    display: block !important;
}
}

@media screen and (min-width: 481px) {
div.top{
    width: 95%;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
   vertical-align: bottom;
}
.br-pc{
	display:block;
}
.br-sp{
	display:none;
}
.pc{	 
    display: block !important;
}
.sp{
    display: none !important;
}
}

@media screen and (min-width: 768px) {
div.top{
    width: 830px;
    margin: 0px auto;
}
img {
   vertical-align: bottom;
}
.br-sp{
    display:block;
}
.br-pc{
    display:none;
}
.pc{	 
    display: block !important;
}
.sp{
    display: none !important;
}
}