@charset "UTF-8";
/* 
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*/
/* CSS Document */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
  /*background: url("../images/design3.jpg") top center;
  opacity: 0.7;*/
}

a {
  color: #0068b7;
  text-decoration: none;
}

a:hover {
  color: #3ac1fa;
}

.anchor {
  display: block;
  margin-top: -210px;
  padding-top: 210px;
}

/*tel*/
[href^=tel]:hover {
  cursor: default;
}

::selection {
  background-color: #99c1da;
}

::-moz-selection {
  background-color: #99c1da;
}

body,
#mainvisual .inner,
header,
footer {
  min-width: 1220px;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  .fixed {
    position: inherit !important;
  }
}
em {
  font-weight: bold;
}

iframe {
  max-width: 100%;
}
