@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2？family = Open + Sans：wght @ 400; 600＆ display = swap");
header {
  background: url("../images/header_bg.jpeg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 800px;
}

header div#nav {
  background: #fff;
}

header div#catchcopy {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: #fff solid 1px;
  width: 800px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

main section.bg-on {
  background-color: #eee;
}

main h3 {
  color: #a21f1f;
}

main .column-pic {
  height: 300px !important;
}

footer {
  background-color: #f4f5f6;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  min-height: 100vh;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #e26e2a;
  border: 0.1rem solid #e26e2a;
  border-radius: 5px;
  color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  height: 3.8rem;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button:focus, .button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #2e8843;
  border-color: #2e8843;
  color: #fff;
  outline: 0;
}

.button[disabled],
button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
  cursor: default;
  opacity: 0.5;
}

.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type="button"][disabled]:focus,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:focus,
input[type="submit"][disabled]:hover {
  background-color: #e26e2a;
  border-color: #e26e2a;
}

.button.button-outline,
button.button-outline,
input[type="button"].button-outline,
input[type="reset"].button-outline,
input[type="submit"].button-outline {
  background-color: transparent;
  color: #e26e2a;
}

.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type="button"].button-outline:focus,
input[type="button"].button-outline:hover,
input[type="reset"].button-outline:focus,
input[type="reset"].button-outline:hover,
input[type="submit"].button-outline:focus,
input[type="submit"].button-outline:hover {
  background-color: transparent;
  border-color: #2e8843;
  color: #2e8843;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type="button"].button-outline[disabled]:focus,
input[type="button"].button-outline[disabled]:hover,
input[type="reset"].button-outline[disabled]:focus,
input[type="reset"].button-outline[disabled]:hover,
input[type="submit"].button-outline[disabled]:focus,
input[type="submit"].button-outline[disabled]:hover {
  border-color: inherit;
  color: #e26e2a;
}

.button.button-clear,
button.button-clear,
input[type="button"].button-clear,
input[type="reset"].button-clear,
input[type="submit"].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #e26e2a;
}

.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type="button"].button-clear:focus,
input[type="button"].button-clear:hover,
input[type="reset"].button-clear:focus,
input[type="reset"].button-clear:hover,
input[type="submit"].button-clear:focus,
input[type="submit"].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #2e8843;
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type="button"].button-clear[disabled]:focus,
input[type="button"].button-clear[disabled]:hover,
input[type="reset"].button-clear[disabled]:focus,
input[type="reset"].button-clear[disabled]:hover,
input[type="submit"].button-clear[disabled]:focus,
input[type="submit"].button-clear[disabled]:hover {
  color: #e26e2a;
}

.button.button-shadow,
button.button-shadow,
input[type="button"].button-shadow,
input[type="reset"].button-shadow,
input[type="submit"].button-shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.button.button-round,
button.button-round,
input[type="button"].button-round,
input[type="reset"].button-round,
input[type="submit"].button-round {
  border-radius: 50px;
}

.button.button-3d,
button.button-3d,
input[type="button"].button-3d,
input[type="reset"].button-3d,
input[type="submit"].button-3d {
  border-bottom: rgba(0, 0, 0, 0.3) 4px solid;
  margin-bottom: 4px;
}

.button.button-3d:hover,
button.button-3d:hover,
input[type="button"].button-3d:hover,
input[type="reset"].button-3d:hover,
input[type="submit"].button-3d:hover {
  margin: 3px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

a {
  color: #e26e2a;
  text-decoration: none;
}

a:focus, a:hover {
  color: #2e8843;
}

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
  }
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 480px) {
  h1 {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.1em;
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
}

@media screen and (max-width: 500px) {
  .only-pc {
    display: none !important;
  }
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 500px) {
  .only-sp {
    display: block !important;
  }
}

header div.h-l h3,
div.b1-l h3,
div.b1-l-right h3,
div.b1-l-left h3,
div.b1-l-top h3,
div.b1-l-under h3,
div.b2-l h3,
div.b2-l-pat1 h3,
div.b2-l-pat2 h3,
div.b2-l-pat3 h3,
footer div.f-l h3,
footer div.f-l-right h3,
footer div.f-l-left h3,
footer div.f-l-top h3,
footer div.f-l-under h3 {
  text-align: left;
}

header div.h-l img, header div.h-l p,
div.b1-l img,
div.b1-l p,
div.b1-l-right img,
div.b1-l-right p,
div.b1-l-left img,
div.b1-l-left p,
div.b1-l-top img,
div.b1-l-top p,
div.b1-l-under img,
div.b1-l-under p,
div.b2-l img,
div.b2-l p,
div.b2-l-pat1 img,
div.b2-l-pat1 p,
div.b2-l-pat2 img,
div.b2-l-pat2 p,
div.b2-l-pat3 img,
div.b2-l-pat3 p,
footer div.f-l img,
footer div.f-l p,
footer div.f-l-right img,
footer div.f-l-right p,
footer div.f-l-left img,
footer div.f-l-left p,
footer div.f-l-top img,
footer div.f-l-top p,
footer div.f-l-under img,
footer div.f-l-under p {
  margin-top: 15px;
}

header div.h-r h2,
header div.h-r h3,
header div.h-r h4,
header div.h-r h5,
div.b1-r h2,
div.b1-r h3,
div.b1-r h4,
div.b1-r h5,
div.b1-r-right h2,
div.b1-r-right h3,
div.b1-r-right h4,
div.b1-r-right h5,
div.b1-r-left h2,
div.b1-r-left h3,
div.b1-r-left h4,
div.b1-r-left h5,
div.b1-r-top h2,
div.b1-r-top h3,
div.b1-r-top h4,
div.b1-r-top h5,
div.b1-r-under h2,
div.b1-r-under h3,
div.b1-r-under h4,
div.b1-r-under h5,
div.b2-r h2,
div.b2-r h3,
div.b2-r h4,
div.b2-r h5,
div.b2-r-pat1 h2,
div.b2-r-pat1 h3,
div.b2-r-pat1 h4,
div.b2-r-pat1 h5,
div.b2-r-pat2 h2,
div.b2-r-pat2 h3,
div.b2-r-pat2 h4,
div.b2-r-pat2 h5,
div.b2-r-pat3 h2,
div.b2-r-pat3 h3,
div.b2-r-pat3 h4,
div.b2-r-pat3 h5,
footer div.f-r h2,
footer div.f-r h3,
footer div.f-r h4,
footer div.f-r h5,
footer div.f-r-right h2,
footer div.f-r-right h3,
footer div.f-r-right h4,
footer div.f-r-right h5,
footer div.f-r-left h2,
footer div.f-r-left h3,
footer div.f-r-left h4,
footer div.f-r-left h5,
footer div.f-r-top h2,
footer div.f-r-top h3,
footer div.f-r-top h4,
footer div.f-r-top h5,
footer div.f-r-under h2,
footer div.f-r-under h3,
footer div.f-r-under h4,
footer div.f-r-under h5 {
  text-align: right;
}

@media screen and (max-width: 900px) {
  header div.h-r h2,
  header div.h-r h3,
  header div.h-r h4,
  header div.h-r h5,
  div.b1-r h2,
  div.b1-r h3,
  div.b1-r h4,
  div.b1-r h5,
  div.b1-r-right h2,
  div.b1-r-right h3,
  div.b1-r-right h4,
  div.b1-r-right h5,
  div.b1-r-left h2,
  div.b1-r-left h3,
  div.b1-r-left h4,
  div.b1-r-left h5,
  div.b1-r-top h2,
  div.b1-r-top h3,
  div.b1-r-top h4,
  div.b1-r-top h5,
  div.b1-r-under h2,
  div.b1-r-under h3,
  div.b1-r-under h4,
  div.b1-r-under h5,
  div.b2-r h2,
  div.b2-r h3,
  div.b2-r h4,
  div.b2-r h5,
  div.b2-r-pat1 h2,
  div.b2-r-pat1 h3,
  div.b2-r-pat1 h4,
  div.b2-r-pat1 h5,
  div.b2-r-pat2 h2,
  div.b2-r-pat2 h3,
  div.b2-r-pat2 h4,
  div.b2-r-pat2 h5,
  div.b2-r-pat3 h2,
  div.b2-r-pat3 h3,
  div.b2-r-pat3 h4,
  div.b2-r-pat3 h5,
  footer div.f-r h2,
  footer div.f-r h3,
  footer div.f-r h4,
  footer div.f-r h5,
  footer div.f-r-right h2,
  footer div.f-r-right h3,
  footer div.f-r-right h4,
  footer div.f-r-right h5,
  footer div.f-r-left h2,
  footer div.f-r-left h3,
  footer div.f-r-left h4,
  footer div.f-r-left h5,
  footer div.f-r-top h2,
  footer div.f-r-top h3,
  footer div.f-r-top h4,
  footer div.f-r-top h5,
  footer div.f-r-under h2,
  footer div.f-r-under h3,
  footer div.f-r-under h4,
  footer div.f-r-under h5 {
    text-align: inherit;
  }
}

header div.h-r img, header div.h-r p,
div.b1-r img,
div.b1-r p,
div.b1-r-right img,
div.b1-r-right p,
div.b1-r-left img,
div.b1-r-left p,
div.b1-r-top img,
div.b1-r-top p,
div.b1-r-under img,
div.b1-r-under p,
div.b2-r img,
div.b2-r p,
div.b2-r-pat1 img,
div.b2-r-pat1 p,
div.b2-r-pat2 img,
div.b2-r-pat2 p,
div.b2-r-pat3 img,
div.b2-r-pat3 p,
footer div.f-r img,
footer div.f-r p,
footer div.f-r-right img,
footer div.f-r-right p,
footer div.f-r-left img,
footer div.f-r-left p,
footer div.f-r-top img,
footer div.f-r-top p,
footer div.f-r-under img,
footer div.f-r-under p {
  margin-top: 15px;
}

header div.h-r p {
  text-align: right;
}

header div.h-c h2,
header div.h-c h3,
header div.h-c h4,
header div.h-c h5,
div.b1-c h2,
div.b1-c h3,
div.b1-c h4,
div.b1-c h5,
div.b1-c-right h2,
div.b1-c-right h3,
div.b1-c-right h4,
div.b1-c-right h5,
div.b1-c-left h2,
div.b1-c-left h3,
div.b1-c-left h4,
div.b1-c-left h5,
div.b1-c-top h2,
div.b1-c-top h3,
div.b1-c-top h4,
div.b1-c-top h5,
div.b1-c-under h2,
div.b1-c-under h3,
div.b1-c-under h4,
div.b1-c-under h5,
div.b2-c h2,
div.b2-c h3,
div.b2-c h4,
div.b2-c h5,
div.b2-c-pat1 h2,
div.b2-c-pat1 h3,
div.b2-c-pat1 h4,
div.b2-c-pat1 h5,
div.b2-c-pat2 h2,
div.b2-c-pat2 h3,
div.b2-c-pat2 h4,
div.b2-c-pat2 h5,
div.b2-c-pat3 h2,
div.b2-c-pat3 h3,
div.b2-c-pat3 h4,
div.b2-c-pat3 h5,
footer div.f-c h2,
footer div.f-c h3,
footer div.f-c h4,
footer div.f-c h5,
footer div.f-c-right h2,
footer div.f-c-right h3,
footer div.f-c-right h4,
footer div.f-c-right h5,
footer div.f-c-left h2,
footer div.f-c-left h3,
footer div.f-c-left h4,
footer div.f-c-left h5,
footer div.f-c-top h2,
footer div.f-c-top h3,
footer div.f-c-top h4,
footer div.f-c-top h5,
footer div.f-c-under h2,
footer div.f-c-under h3,
footer div.f-c-under h4,
footer div.f-c-under h5 {
  text-align: center;
}

header div.h-c img, header div.h-c p,
div.b1-c img,
div.b1-c p,
div.b1-c-right img,
div.b1-c-right p,
div.b1-c-left img,
div.b1-c-left p,
div.b1-c-top img,
div.b1-c-top p,
div.b1-c-under img,
div.b1-c-under p,
div.b2-c img,
div.b2-c p,
div.b2-c-pat1 img,
div.b2-c-pat1 p,
div.b2-c-pat2 img,
div.b2-c-pat2 p,
div.b2-c-pat3 img,
div.b2-c-pat3 p,
footer div.f-c img,
footer div.f-c p,
footer div.f-c-right img,
footer div.f-c-right p,
footer div.f-c-left img,
footer div.f-c-left p,
footer div.f-c-top img,
footer div.f-c-top p,
footer div.f-c-under img,
footer div.f-c-under p {
  margin-top: 15px;
}

header div.h-c p {
  text-align: center;
}

div.b1-l-right div,
div.b1-l-left div,
div.b1-r-right div,
div.b1-r-left div,
div.b1-c-right div,
div.b1-c-left div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
}

@media (min-width: 480px) {
  div.b1-l-right div,
  div.b1-l-left div,
  div.b1-r-right div,
  div.b1-r-left div,
  div.b1-c-right div,
  div.b1-c-left div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
}

div.b1-l-right div p,
div.b1-l-right div img,
div.b1-l-left div p,
div.b1-l-left div img,
div.b1-r-right div p,
div.b1-r-right div img,
div.b1-r-left div p,
div.b1-r-left div img,
div.b1-c-right div p,
div.b1-c-right div img,
div.b1-c-left div p,
div.b1-c-left div img {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 480px) {
  div.b1-l-right div p,
  div.b1-l-right div img,
  div.b1-l-left div p,
  div.b1-l-left div img,
  div.b1-r-right div p,
  div.b1-r-right div img,
  div.b1-r-left div p,
  div.b1-r-left div img,
  div.b1-c-right div p,
  div.b1-c-right div img,
  div.b1-c-left div p,
  div.b1-c-left div img {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}

@media (min-width: 480px) {
  div.b1-l-right div img,
  div.b1-l-left div img,
  div.b1-r-right div img,
  div.b1-r-left div img,
  div.b1-c-right div img,
  div.b1-c-left div img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
}

div.b2-l div,
div.b2-r div,
div.b2-c div,
div.b2-l-pat1 div,
div.b2-l-pat2 div,
div.b2-l-pat3 div,
div.b2-r-pat1 div,
div.b2-r-pat2 div,
div.b2-r-pat3 div,
div.b2-c-pat1 div,
div.b2-c-pat2 div,
div.b2-c-pat3 div,
div.f-l-right div,
div.f-l-left div,
div.f-r-right div,
div.f-c-right div,
div.f-c-left div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
}

@media (min-width: 480px) {
  div.b2-l div,
  div.b2-r div,
  div.b2-c div,
  div.b2-l-pat1 div,
  div.b2-l-pat2 div,
  div.b2-l-pat3 div,
  div.b2-r-pat1 div,
  div.b2-r-pat2 div,
  div.b2-r-pat3 div,
  div.b2-c-pat1 div,
  div.b2-c-pat2 div,
  div.b2-c-pat3 div,
  div.f-l-right div,
  div.f-l-left div,
  div.f-r-right div,
  div.f-c-right div,
  div.f-c-left div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
}

div.b2-l div div,
div.b2-l div iframe,
div.b2-r div div,
div.b2-r div iframe,
div.b2-c div div,
div.b2-c div iframe,
div.b2-l-pat1 div div,
div.b2-l-pat1 div iframe,
div.b2-l-pat2 div div,
div.b2-l-pat2 div iframe,
div.b2-l-pat3 div div,
div.b2-l-pat3 div iframe,
div.b2-r-pat1 div div,
div.b2-r-pat1 div iframe,
div.b2-r-pat2 div div,
div.b2-r-pat2 div iframe,
div.b2-r-pat3 div div,
div.b2-r-pat3 div iframe,
div.b2-c-pat1 div div,
div.b2-c-pat1 div iframe,
div.b2-c-pat2 div div,
div.b2-c-pat2 div iframe,
div.b2-c-pat3 div div,
div.b2-c-pat3 div iframe,
div.f-l-right div div,
div.f-l-right div iframe,
div.f-l-left div div,
div.f-l-left div iframe,
div.f-r-right div div,
div.f-r-right div iframe,
div.f-c-right div div,
div.f-c-right div iframe,
div.f-c-left div div,
div.f-c-left div iframe {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 480px) {
  div.b2-l div div,
  div.b2-l div iframe,
  div.b2-r div div,
  div.b2-r div iframe,
  div.b2-c div div,
  div.b2-c div iframe,
  div.b2-l-pat1 div div,
  div.b2-l-pat1 div iframe,
  div.b2-l-pat2 div div,
  div.b2-l-pat2 div iframe,
  div.b2-l-pat3 div div,
  div.b2-l-pat3 div iframe,
  div.b2-r-pat1 div div,
  div.b2-r-pat1 div iframe,
  div.b2-r-pat2 div div,
  div.b2-r-pat2 div iframe,
  div.b2-r-pat3 div div,
  div.b2-r-pat3 div iframe,
  div.b2-c-pat1 div div,
  div.b2-c-pat1 div iframe,
  div.b2-c-pat2 div div,
  div.b2-c-pat2 div iframe,
  div.b2-c-pat3 div div,
  div.b2-c-pat3 div iframe,
  div.f-l-right div div,
  div.f-l-right div iframe,
  div.f-l-left div div,
  div.f-l-left div iframe,
  div.f-r-right div div,
  div.f-r-right div iframe,
  div.f-c-right div div,
  div.f-c-right div iframe,
  div.f-c-left div div,
  div.f-c-left div iframe {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}

div.b2-l div div h4,
div.b2-l div iframe h4,
div.b2-r div div h4,
div.b2-r div iframe h4,
div.b2-c div div h4,
div.b2-c div iframe h4,
div.b2-l-pat1 div div h4,
div.b2-l-pat1 div iframe h4,
div.b2-l-pat2 div div h4,
div.b2-l-pat2 div iframe h4,
div.b2-l-pat3 div div h4,
div.b2-l-pat3 div iframe h4,
div.b2-r-pat1 div div h4,
div.b2-r-pat1 div iframe h4,
div.b2-r-pat2 div div h4,
div.b2-r-pat2 div iframe h4,
div.b2-r-pat3 div div h4,
div.b2-r-pat3 div iframe h4,
div.b2-c-pat1 div div h4,
div.b2-c-pat1 div iframe h4,
div.b2-c-pat2 div div h4,
div.b2-c-pat2 div iframe h4,
div.b2-c-pat3 div div h4,
div.b2-c-pat3 div iframe h4,
div.f-l-right div div h4,
div.f-l-right div iframe h4,
div.f-l-left div div h4,
div.f-l-left div iframe h4,
div.f-r-right div div h4,
div.f-r-right div iframe h4,
div.f-c-right div div h4,
div.f-c-right div iframe h4,
div.f-c-left div div h4,
div.f-c-left div iframe h4 {
  margin: 20px 0;
}

div.b2-l div div img,
div.b2-l div iframe img,
div.b2-r div div img,
div.b2-r div iframe img,
div.b2-c div div img,
div.b2-c div iframe img,
div.b2-l-pat1 div div img,
div.b2-l-pat1 div iframe img,
div.b2-l-pat2 div div img,
div.b2-l-pat2 div iframe img,
div.b2-l-pat3 div div img,
div.b2-l-pat3 div iframe img,
div.b2-r-pat1 div div img,
div.b2-r-pat1 div iframe img,
div.b2-r-pat2 div div img,
div.b2-r-pat2 div iframe img,
div.b2-r-pat3 div div img,
div.b2-r-pat3 div iframe img,
div.b2-c-pat1 div div img,
div.b2-c-pat1 div iframe img,
div.b2-c-pat2 div div img,
div.b2-c-pat2 div iframe img,
div.b2-c-pat3 div div img,
div.b2-c-pat3 div iframe img,
div.f-l-right div div img,
div.f-l-right div iframe img,
div.f-l-left div div img,
div.f-l-left div iframe img,
div.f-r-right div div img,
div.f-r-right div iframe img,
div.f-c-right div div img,
div.f-c-right div iframe img,
div.f-c-left div div img,
div.f-c-left div iframe img {
  height: 300px;
  display: block;
  margin: 0 auto 20px;
}

div.b2-l-pat3 h4 + p,
div.b2-r-pat3 h4 + p,
div.b2-c-pat3 h4 + p {
  min-height: 180px;
}

footer div {
  width: 1000px;
  margin: 40px auto;
}

@media screen and (max-width: 900px) {
  footer div {
    width: 95%;
  }
}

p.btn-wrap {
  margin: 20px auto 80px;
  text-align: center;
}

p.btn-wrap a.button {
  padding: 0.5rem 4rem;
}

header {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

header div#nav {
  width: 100%;
  padding: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
}

header div#nav p {
  text-align: right;
  margin-right: 10px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 480px) {
  header div#nav p {
    margin-bottom: inherit;
    padding: 0 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 500px) {
  header div#nav p {
    margin-right: 15px;
  }
  header div#nav p a {
    font-size: 0.8em;
    padding: 5px 15px;
  }
}

header div#catchcopy {
  margin: 200px auto;
  padding: 40px 20px 20px;
}

@media screen and (max-width: 900px) {
  header div#catchcopy {
    width: 80%;
  }
}

main section.bg-on {
  padding: 10px 0;
}

main section div.block-layout {
  width: 900px;
  margin: 70px auto;
}

@media screen and (max-width: 900px) {
  main section div.block-layout {
    width: 95%;
  }
}

img.column-pic {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  padding: 40px 0;
  font-size: 0.9em;
}

footer h5 {
  font-weight: normal;
}

footer h5 a {
  font-size: 0.8em;
  text-decoration: underline;
  margin-left: 5px;
}

footer ul {
  list-style: none;
}

footer ul li {
  position: relative;
  text-indent: -22px;
  padding-left: 40px;
  margin: 3px 0;
}

footer ul li::before {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: auto;
}

footer ul li.mail::before {
  content: url(../images/icon_mail.svg);
  top: 2px;
}

footer ul li.tel::before {
  content: url(../images/icon_tel.svg);
  top: 0;
}

footer div.f-r,
footer div.f-r-right,
footer div.f-r-top,
footer div.f-r-under {
  text-align: right;
}

footer div.f-r ul li::before,
footer div.f-r-right ul li::before,
footer div.f-r-top ul li::before,
footer div.f-r-under ul li::before {
  margin-left: -22px;
}

footer div.f-c,
footer div.f-c-right,
footer div.f-c-left,
footer div.f-c-top,
footer div.f-c-under {
  text-align: center;
}

footer div.f-c ul li::before,
footer div.f-c-right ul li::before,
footer div.f-c-left ul li::before,
footer div.f-c-top ul li::before,
footer div.f-c-under ul li::before {
  margin-left: -40px;
}

div.b1-l-right iframe,
div.b1-l-left iframe,
div.b1-l-top iframe,
div.b1-l-under iframe,
div.b1-r-right iframe,
div.b1-r-left iframe,
div.b1-r-top iframe,
div.b1-r-under iframe,
div.b1-c-right iframe,
div.b1-c-left iframe,
div.b1-c-top iframe,
div.b1-c-under iframe,
div.f-l-top iframe,
div.f-l-under iframe,
div.f-r-top iframe,
div.f-r-under iframe,
div.f-c-top iframe,
div.f-c-under iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

div.img-3 {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

div.img-3 div {
  width: 33.2%;
}

div.img-3 div img {
  vertical-align: top;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

div.img-4 {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

div.img-4 div {
  width: 50%;
}

div.img-4 div img {
  vertical-align: top;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=layout.css.map */