@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic",
    "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #111111;
  background-color: #ffffff;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
}
* {
  box-sizing: border-box;
}
body.mac_win7 * {
  font-weight: normal !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a.btn_op {
  transition: all 0.35s 0s ease;
  -webkit-transition: all 0.35s 0s ease;
}
a.btn_op:hover {
  opacity: 0.7;
  transition: all 0.35s 0s ease;
  -webkit-transition: all 0.35s 0s ease;
}
picture {
  margin: 0;
  padding: 0;
}

/*************
	標準リンク
 *************/
a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/************ クリア ************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
