header {
  background: url(/custom/img/img_custom.png) no-repeat #fff;
  background-position: center bottom;
  background-size: 330px;
  padding-top: 140px;
  height: auto;
  display: block; }
  @media screen and (max-width: 768px) {
    header {
      background-position: center bottom;
      background-size: 70%;
      padding-top: 105px; } }
  header h1 {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: #4fa7b2; }
    @media screen and (max-width: 768px) {
      header h1 {
        font-size: 30px;
        margin-top: 50px; } }

#custom {
  background: #e8f7ff; }
  #custom .inner > .flex {
    margin: 80px 0 0;
    padding: 80px 0;
    align-items: center; }
    @media screen and (max-width: 1160px) {
      #custom .inner > .flex {
        flex-flow: column-reverse; } }
    #custom .inner > .flex > div {
      width: 50%;
      min-width: 50%;
      padding: 0 60px 0 0;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 1160px) {
        #custom .inner > .flex > div {
          width: 100%;
          padding: 0; } }
      #custom .inner > .flex > div h3 {
        font-size: 32px;
        color: #4fa7b2;
        text-align: left; }
      #custom .inner > .flex > div p {
        text-align: justify;
        line-height: 2em; }
    #custom .inner > .flex figure {
      width: 50%;
      min-width: 50%;
      margin: 0; }
      @media screen and (max-width: 1160px) {
        #custom .inner > .flex figure {
          width: 100%; }
          #custom .inner > .flex figure img {
            width: 100%; } }
  #custom .riyo {
    background: #fff;
    padding: 100px 0 160px; }
