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






/*----------------------------------------
com
----------------------------------------*/

/*pc*/
@media only screen and (min-width: 768px) {

.ankerLink { margin-top: -150px; padding-top: 150px;}
.nav { display: block; text-align: center; padding: 50px 0; width: 1200px; margin: auto;}
.nav ul { list-style: none; display: flex; justify-content: center;}
.nav ul li { border-left: dotted 1px #086DB0;}
.nav ul li:nth-of-type(1) { border-left: none;}
.nav ul li a { padding: 10px 20px; background: #086DB0; display: block; color: #FFF;}
.nav ul li:nth-of-type(1) a { border-radius: 5px 0 0 5px;}
.nav ul li:nth-last-of-type(1) a { border-radius: 0 5px 5px 0;}



}



/*sp*/
@media only screen and (max-width: 767px) {

.nav { display: none;}
}




