@charset "UTF-8";
@import url("https://use.typekit.net/aob0oor.css");
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/******************************************************

base

******************************************************/
.spa-con .lead {
  margin-top: 3rem; }

.spa-col1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .spa-col1 .img {
    width: 60%;
    margin-right: 5%; }
  .spa-col1 .copy {
    width: 35%;
    margin-top: 6rem; }
  @media screen and (max-width: 768px) {
    .spa-col1 .img {
      width: 100%;
      margin-right: 0%;
      margin: auto;
      max-width: 500px; }
    .spa-col1 .copy {
      width: 100%; } }

.spa-column {
  margin-top: 6rem;
  background: #efedea;
  position: relative;
  padding: 4rem 5rem;
  display: flex;
  align-items: flex-start; }
  .spa-column:after {
    content: "";
    box-sizing: border-box;
    border: 1px solid #ababab;
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem; }
  .spa-column .copy {
    width: 61%;
    margin-right: 4%; }
    .spa-column .copy table {
      margin-top: 1rem; }
      .spa-column .copy table th, .spa-column .copy table td {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.8;
        padding-top: 1rem;
        font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt";
        vertical-align: top; }
      .spa-column .copy table th {
        white-space: nowrap;
        padding-right: 1rem; }
  .spa-column .img {
    width: 35%; }
  @media screen and (max-width: 768px) {
    .spa-column {
      flex-wrap: wrap;
      padding: 5rem 4rem; }
      .spa-column .copy {
        width: 100%;
        margin-right: 0%; }
      .spa-column .img {
        width: 100%;
        margin-top: 4rem; } }

.spa-img01 {
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 6rem;
  max-width: 80rem; }

.spa-photo01 {
  margin-top: 6rem; }
