@charset "UTF-8";
/*============================================================
リセットCSS
============================================================*/
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1.7;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

/*===============================================
mixin
===============================================*/
/*===============================================
body
===============================================*/
p, a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
}

img {
  width: auto;
  max-width: 100%;
}

section {
  margin: -8px 0px;
}

.section_2_img {
  position: relative;
}
.section_2_img .btn {
  position: absolute;
  content: "";
  width: 80%;
  height: auto;
  top: 23%;
  left: 50%;
  transform: translate(-50%);
}