@charset "UTF-8";
/*******************************
message
*******************************/
@media screen and (max-width: 599px) {
  #pageMessage #title h1 {
    font-size: 150%;
    line-height: 1.4; } }
#pageMessage #container {
  padding: 4em 0 0;
  background: url("/assets/img/bg01.png") no-repeat 0 0 #fff;
  background-size: 500%; }
  @media screen and (max-width: 599px) {
    #pageMessage #container {
      padding: 2.5em 0 1px;
      background: url("/assets/img/bg01.png") no-repeat 0 0 #fff;
      background-size: cover; } }
  #pageMessage #container .wrap01 {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 599px) {
      #pageMessage #container .wrap01 {
        display: block; } }
    #pageMessage #container .wrap01 .each {
      margin-bottom: 4em;
      background: #fff;
      padding-bottom: 5em;
      position: relative; }
      @media screen and (max-width: 599px) {
        #pageMessage #container .wrap01 .each {
          padding: 1em 0;
          margin-bottom: 2.5em; } }
      #pageMessage #container .wrap01 .each.w01 {
        width: 30%;
        margin-right: 5%; }
        @media screen and (max-width: 599px) {
          #pageMessage #container .wrap01 .each.w01 {
            width: 100%;
            margin-right: 0; } }
        #pageMessage #container .wrap01 .each.w01:nth-child(5) {
          margin-right: 0; }
          @media screen and (max-width: 599px) {
            #pageMessage #container .wrap01 .each.w01:nth-child(5) {
              margin-right: 0; } }
        @media screen and (max-width: 599px) {
          #pageMessage #container .wrap01 .each.w01 .img {
            width: 50%;
            margin: 0 auto; } }
      #pageMessage #container .wrap01 .each.w02 {
        width: 47.5%; }
        @media screen and (max-width: 599px) {
          #pageMessage #container .wrap01 .each.w02 {
            width: 100%; } }
        #pageMessage #container .wrap01 .each.w02:nth-child(1) {
          margin-right: 5%; }
          @media screen and (max-width: 599px) {
            #pageMessage #container .wrap01 .each.w02:nth-child(1) {
              margin-right: 0; } }
        @media screen and (max-width: 599px) {
          #pageMessage #container .wrap01 .each.w02 .img {
            width: 92%;
            margin: 0 auto; } }
      #pageMessage #container .wrap01 .each section {
        padding: 0 1.5em; }
        #pageMessage #container .wrap01 .each section h2 {
          font-size: 1.5em;
          color: #00559d;
          font-weight: 700;
          text-align: left;
          line-height: 1.3;
          margin: 0.5em 0 0; }
          @media screen and (max-width: 599px) {
            #pageMessage #container .wrap01 .each section h2 {
              text-align: center; } }
          #pageMessage #container .wrap01 .each section h2 span {
            font-weight: 500;
            font-size: 87.5%; }
        #pageMessage #container .wrap01 .each section .txt01 {
          margin-bottom: 0.75em;
          font-size: 87.5%; }
          @media screen and (max-width: 599px) {
            #pageMessage #container .wrap01 .each section .txt01 {
              text-align: center; } }
      #pageMessage #container .wrap01 .each .open {
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 1em;
        width: 13em;
        display: block;
        background: #006EAF;
        background: -webkit-linear-gradient(left, #006eaf 0%, #00a64e 56%, #f6af00 100%);
        background: -o-linear-gradient(left, #006eaf 0%, #00a64e 56%, #f6af00 100%);
        background: linear-gradient(to right, #006eaf 0%, #00a64e 56%, #f6af00 100%);
        color: #fff;
        font-weight: 700;
        padding: 0.65em 0;
        text-align: center;
        border-radius: 500px;
        cursor: pointer;
        transition: all 0.5s ease; }
        @media screen and (max-width: 599px) {
          #pageMessage #container .wrap01 .each .open {
            position: static;
            margin: 0.75em auto 0;
            transform: none; } }
        #pageMessage #container .wrap01 .each .open:hover {
          opacity: 0.75; }

#pageMessage_popup {
  background: #fff; }
  #pageMessage_popup #container {
    padding: 2em 5% 4em;
    font-size: 1rem; }
    #pageMessage_popup #container h1 {
      font-size: 150%;
      color: #00559d;
      font-weight: 700;
      position: relative;
      margin-bottom: 0.65em; }
      #pageMessage_popup #container h1 .txt01 {
        font-weight: 500;
        font-size: 85%; }
        @media screen and (max-width: 599px) {
          #pageMessage_popup #container h1 .txt01 {
            font-size: 75%; } }
      #pageMessage_popup #container h1 .txt02 {
        font-weight: 500;
        font-size: 75%;
        margin-left: 0.25em; }
        @media screen and (max-width: 599px) {
          #pageMessage_popup #container h1 .txt02 {
            font-size: 60%; } }
      #pageMessage_popup #container h1::after {
        content: "";
        background: #006EAF;
        background: -webkit-linear-gradient(left, #006eaf 0%, #00a64e 56%, #f6af00 100%);
        background: -o-linear-gradient(left, #006eaf 0%, #00a64e 56%, #f6af00 100%);
        background: linear-gradient(to right, #006eaf 0%, #00a64e 56%, #f6af00 100%);
        display: block;
        width: 100%;
        height: 3px; }
    #pageMessage_popup #container p {
      line-height: 1.8; }
      #pageMessage_popup #container p:not(:last-child) {
        margin-bottom: 1em; }
    #pageMessage_popup #container .lead01 {
      font-weight: 700;
      font-size: 112.5%;
      margin-bottom: 1em; }
    #pageMessage_popup #container .indent p {
      text-indent: 1em; }
      #pageMessage_popup #container .indent p:not(:last-child) {
        margin-bottom: 0; }

#cboxOverlay {
  background: #57667b !important; }

#cboxContent, #cboxLoadedContent {
  background: transparent !important; }

#cboxClose {
  top: auto !important;
  bottom: 1.5em;
  left: 50%;
  transform: translate(-50%, 0);
  background: none !important;
  text-indent: 0 !important;
  width: 10em !important;
  height: auto !important;
  color: #00559d;
  border: 1px solid #00559d !important;
  font-size: 0.875rem;
  padding: 0.15em 0 0.25em !important;
  border-radius: 500px;
  font-weight: 500;
  font-family: inherit;
  transition: all 0.5s ease;
  background: none !important;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 599px) {
    #cboxClose {
      bottom: -1em;
      background: white !important;
      top: -1em !important;
      bottom: auto !important;
      left: auto !important;
      right: 0 !important;
      width: 6em !important;
      padding: 0.1em 0 0.2em !important;
      transform: none; } }
  #cboxClose::before {
    content: "×";
    font-size: 150%;
    line-height: 1;
    font-weight: 300; }
  #cboxClose:hover {
    opacity: 0.75; }
