section .intro p {
  text-align: center; }
  section .intro p a {
    color: #00597B;
    text-decoration: underline; }

section .point .point_box {
  margin-bottom: 32px; }
  section .point .point_box .ttl {
    width: 30%;
    background-color: #E4E4E4;
    border-radius: 16px;
    padding: 1.5em 1em;
    text-align: center;
    color: #00597B;
    font-size: 22px;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      section .point .point_box .ttl {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
        font-size: 18px; } }
    section .point .point_box .ttl h3 {
      font-size: 26px; }
      @media only screen and (max-width: 414px) {
        section .point .point_box .ttl h3 {
          font-size: 20px; } }
  section .point .point_box .text {
    width: 68%; }
    @media only screen and (max-width: 767px) {
      section .point .point_box .text {
        width: 100%; } }
    section .point .point_box .text table.point_tbl th {
      width: 18%;
      color: #00597B;
      font-weight: bold;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        section .point .point_box .text table.point_tbl th {
          width: 100%;
          display: block;
          border: none !important;
          padding-bottom: 0 !important; } }
    section .point .point_box .text table.point_tbl td {
      width: 82%;
      line-height: 1.8;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        section .point .point_box .text table.point_tbl td {
          width: 100%;
          display: block;
          padding-top: 5px !important; } }
    section .point .point_box .text table.point_tbl th, section .point .point_box .text table.point_tbl td {
      padding: 18px 0;
      border-bottom: 1px #707070 solid; }
      section .point .point_box .text table.point_tbl th.last, section .point .point_box .text table.point_tbl td.last {
        border: none; }
    section .point .point_box .text p.caption {
      text-align: right;
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        section .point .point_box .text p.caption {
          text-align: left; } }
      section .point .point_box .text p.caption a {
        color: #00597B;
        text-decoration: underline; }

section .point .more {
  margin-top: 52px; }
  section .point .more a {
    min-width: 450px;
    padding: 14px 0; }
    @media only screen and (max-width: 500px) {
      section .point .more a {
        min-width: auto;
        width: 100%; } }

section .flow_box {
  margin-bottom: 24px; }
  section .flow_box .number {
    width: 12%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      section .flow_box .number {
        width: 100%; } }
    section .flow_box .number:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 36px 0 36px;
      border-color: #ccc transparent transparent transparent;
      position: absolute;
      bottom: 0;
      left: calc(50% - 36px); }
      @media only screen and (max-width: 767px) {
        section .flow_box .number:before {
          display: none; } }
    section .flow_box .number:after {
      content: "";
      display: block;
      width: 30px;
      height: 98%;
      background-color: #ccc;
      position: absolute;
      top: 0;
      left: calc(50% - 15px);
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        section .flow_box .number:after {
          display: none; } }
    section .flow_box .number span {
      display: block;
      background-color: #00597B;
      color: #fff;
      font-size: 35px;
      padding: 0;
      width: 120px;
      height: 120px;
      border-radius: 20px;
      text-align: center;
      line-height: 120px;
      font-weight: bold;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        section .flow_box .number span {
          width: 100%;
          margin-bottom: 10px;
          height: auto;
          line-height: 2;
          font-size: 24px;
          border-radius: 10px; } }
    section .flow_box .number.last:before, section .flow_box .number.last:after {
      display: none; }
  section .flow_box .text {
    width: 86%;
    background-color: #EAEBF0;
    border-radius: 16px;
    padding: 2.4em; }
    @media only screen and (max-width: 767px) {
      section .flow_box .text {
        width: 100%;
        padding: 20px; } }
    section .flow_box .text h3 {
      color: #00597B;
      font-size: 26px;
      margin-bottom: 24px;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        section .flow_box .text h3 {
          line-height: 1.4;
          font-size: 22px; } }
    section .flow_box .text .mini_block {
      margin-bottom: 24px; }
      section .flow_box .text .mini_block h4 {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        margin-bottom: 6px; }
        @media only screen and (max-width: 767px) {
          section .flow_box .text .mini_block h4 {
            font-size: 18px; } }
      section .flow_box .text .mini_block ul {
        list-style-type: disc;
        padding-left: 30px; }
        section .flow_box .text .mini_block ul li {
          font-size: 16px;
          line-height: 1.8; }
          @media only screen and (max-width: 767px) {
            section .flow_box .text .mini_block ul li {
              font-size: 15px; } }
    section .flow_box .text .other {
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        section .flow_box .text .other {
          font-size: 14px; } }

section a.arrow {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-left: 26px;
  color: #00597B;
  text-decoration: underline;
  margin-left: 10px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    section a.arrow {
      line-height: 1.5; } }
  section a.arrow:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #00597B;
    border-radius: 9px;
    position: absolute;
    top: 0;
    left: 0; }
  section a.arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 5px;
    left: 6px; }

section.hani {
  background-color: #F2F6F5; }
  section.hani figure {
    text-align: center;
    margin: 24px 0 10px 0; }
  section.hani p.note {
    text-align: left;
    font-size: 12px;
    line-height: 1.8; }
  section.hani .border {
    margin-top: 62px;
    position: relative;
    border: 2px  #00597B solid;
    padding: 3em 4em 2.0em 4em; }
    @media only screen and (max-width: 560px) {
      section.hani .border {
        padding: 20px; } }
    section.hani .border h3 span {
      color: #00597B;
      font-size: 22px;
      display: table;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      top: -24px;
      left: calc(50% - 251px);
      z-index: 1;
      background-color: #EAEBF0;
      padding: 0 20px; }
      @media only screen and (max-width: 560px) {
        section.hani .border h3 span {
          position: static;
          padding: 0;
          margin-bottom: 20px;
          display: block;
          text-align: center; } }
    section.hani .border .white_box {
      background-color: #fff;
      padding: 20px 20px 20px 74px;
      border-radius: 14px;
      font-size: 20px;
      font-weight: bold;
      background-image: url(/img/about/icon_check.png);
      background-repeat: no-repeat;
      background-position: 30px 26px;
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        section.hani .border .white_box {
          background-size: 15.5px auto;
          padding: 15px 15px 15px 58px;
          font-size: 15px;
          background-position: 25px 21px; } }
      section.hani .border .white_box span {
        font-size: 16px; }
        @media only screen and (max-width: 767px) {
          section.hani .border .white_box span {
            font-size: 12px; } }

/*# sourceMappingURL=about.css.map */