@charset "UTF-8";
/*---------------------------------
Google Font
font-family: 'Noto Sans JP', sans-serif;
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
/* width */
/*border*/
/*---------------------------------
	HTML RESET
-----------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, dl, dt, dd, ol, ul, li,
form, label, table, caption, tr, th, td, input, form, textarea, header, nav, section, article, aside, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "MS P ゴシック", MS P Gothic, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
  min-width: 320px;
  background: #FFF; }
  @media only screen and (min-width: 780px) {
    body {
      background: url("../img/bg_over.jpg") center center no-repeat fixed;
      background-size: cover; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

/*---------------------------------
	LINK
-----------------------------------*/
a {
  transition-property: all;
  transition: 0.2s linear;
  color: #000;
  cursor: pointer; }
  a:link, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: none; }
  a:hover, a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6; }

.linkb {
  position: relative; }
  .linkb a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*---------------------------------
	SET
-----------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

.inwidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 1%;
  padding-right: 1%; }

img {
  width: auto;
  height: auto;
  max-width: 100%; }

#wrapper {
  font-size: 1.5rem;
  line-height: 1.7;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  @media only screen and (min-width: 780px) {
    #wrapper {
      padding: 0 30px;
      background: #FFF;
      box-sizing: content-box; } }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.a_left {
  text-align: left; }

.a_center {
  text-align: center; }

.a_right {
  text-align: right; }
  .a_right .a_right img {
    display: inline-block; }

/*---------------------------------
	HEADER
-----------------------------------*/
/*---------------------------------
	FOOTER
-----------------------------------*/
/*---------------------------------
	common
-----------------------------------*/

/*# sourceMappingURL=base.css.map */
