/* CSS Document */
/*============================
.main_cont
============================*/
div.main_cont article:nth-of-type(1) {
  background-image: url("../image/about/about_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom 150px;
  background-size: cover;
  padding-bottom: 30px; }

div.main_cont article:nth-of-type(2) {
  background-color: #F1F1F1;
  padding-bottom: 50px; }
  @media print, screen and (min-width: 768px) {
    div.main_cont article:nth-of-type(2) {
      padding-top: 45px;
      padding-bottom: 40px; }
      div.main_cont article:nth-of-type(2) div.inner {
        display: flex;
        align-items: center; }
        div.main_cont article:nth-of-type(2) div.inner h2 {
          flex-basis: calc(26% - 20px);
          padding: 0 10px; }
        div.main_cont article:nth-of-type(2) div.inner ol {
          flex-basis: 74%; } }

div.main_cont article div.inner h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #0E89C9;
  letter-spacing: 3px;
  margin-bottom: 45px;
  padding-top: 50px; }
  div.main_cont article div.inner h2 small {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #666666;
    margin-top: .5em; }
  @media print, screen and (min-width: 768px) {
    div.main_cont article div.inner h2 {
      padding-top: 80px; } }

div.main_cont article div.inner p {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify; }

div.main_cont article div.inner ol {
  padding-left: 1em;
  list-style: none;
  counter-reset: list; }
  div.main_cont article div.inner ol li {
    text-indent: -1em;
    font-size: 15px; }
    div.main_cont article div.inner ol li::before {
      counter-increment: list;
      content: counter(list) " ";
      color: #0E89C9; }

div.box_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  margin-top: 30px; }
  @media print, screen and (min-width: 768px) {
    div.box_wrap {
      margin-top: 75px;
      display: flex;
      justify-content: space-between; } }
  div.box_wrap div.box {
    background-color: #fff;
    border: solid 1px #0E89C9;
    padding: 15px;
    position: relative; }
    @media print, screen and (min-width: 768px) {
      div.box_wrap div.box {
        flex: 1;
        padding: 35px 60px 70px; } }
    div.box_wrap div.box + .box {
      margin-top: 15px; }
      @media print, screen and (min-width: 768px) {
        div.box_wrap div.box + .box {
          margin-top: 0;
          margin-left: 10px; } }
    div.box_wrap div.box strong {
      display: block;
      font-size: 22px;
      color: #0E89C9;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px; }
    div.box_wrap div.box p {
      font-size: 15px;
      line-height: 1.7; }
    div.box_wrap div.box ul {
      text-align: center;
      margin-top: 20px; }
      @media print, screen and (min-width: 768px) {
        div.box_wrap div.box ul {
          position: absolute;
          bottom: 20px;
          left: 0;
          width: 100%;
          padding: 0 15px;
          box-sizing: border-box; } }
      div.box_wrap div.box ul li {
        display: inline-block; }
        div.box_wrap div.box ul li + li {
          margin-left: 10px; }
        div.box_wrap div.box ul li a {
          display: inline-block;
          color: #fff;
          border-radius: 20px;
          padding: 5px 30px;
          background-color: #0E8ACA;
          padding: 5px 10px; }
          div.box_wrap div.box ul li a::before {
            content: "";
            display: inline-block;
            width: 10px;
            height: 10px;
            background-image: url("../image/cmn/link_arrow_w.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            margin-right: 10px; }

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