/* CSS Document */
a.admissionl {
  color: #005cb8; }

p {
  line-height: 1.8; }

.m-lead {
  background: url(../img/admission/main_bg.jpg) no-repeat center/cover; }

@media only screen and (min-width: 769px) {
  .contents {
    padding-bottom: 20px; } }

.summary {
  font-weight: 400; }
  .summary-ttl {
    font-size: 26px;
    background: #002c64;
    color: #FFF;
    border-radius: 7px;
    padding: 16px 25px;
    margin: 0 0 10px;
    font-weight: 300;
    letter-spacing: .08em; }
    @media only screen and (max-width: 768px) {
      .summary-ttl {
        font-size: 18px;
        padding: 10px 15px;
        line-height: 1.4; } }
  .summary-block {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .summary-block {
        margin-bottom: 40px;
        margin-top: -65px;
        padding-top: 65px; } }
    @media only screen and (min-width: 769px) {
      .summary-block {
        margin-top: -110px;
        padding-top: 110px; } }
  .summary-item-wrap {
    margin-bottom: 40px; }
  .summary-item {
    display: flex;
    padding: 14px 10px;
    border-bottom: solid 1px #8298b3;
    flex-wrap: wrap; }
    .summary-item-ttl {
      font-size: 16px;
      font-weight: 400;
      padding-left: 13px;
      position: relative;
      margin-bottom: 10px; }
      .summary-item-ttl::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 5px 0px 5px;
        border-color: #005cb8 transparent transparent transparent;
        position: absolute;
        left: 0;
        top: 10px; }
    .summary-item dt {
      width: 130px; }
      @media only screen and (max-width: 768px) {
        .summary-item dt {
          width: 100%;
          margin: 0 0 15px; } }
    .summary-item dd {
      line-height: 1.5; }
    .summary-item-unit01 {
      border-bottom: dotted 2px #90a3bc;
      padding: 0 0 15px;
      margin: 0 0 10px; }
    @media only screen and (min-width: 769px) {
      .summary-item-unit02 {
        border-right: dotted 2px #90a3bc; } }
    @media only screen and (max-width: 768px) {
      .summary-item-unit02 {
        border-bottom: dotted 2px #90a3bc;
        padding-bottom: 10px; } }
    @media only screen and (min-width: 769px) {
      .summary-item-unit03 {
        padding-left: 20px; } }
    @media only screen and (max-width: 768px) {
      .summary-item-unit03 {
        padding-top: 10px; } }
    .summary-item .m-row .summary-item-unit {
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .summary-item .m-row .summary-item-unit {
          width: 100%; } }
    .summary-item-notes {
      font-size: 12px; }
      @media only screen and (max-width: 768px) {
        .summary-item-notes {
          display: block;
          text-indent: -1em;
          margin: 10px 0 0 1em; } }
  .summary-list01 li {
    margin-bottom: 8px; }
    @media only screen and (max-width: 768px) {
      .summary-list01 li {
        text-indent: -1.4em;
        padding: 0 0 0 1.4em; } }
  @media only screen and (min-width: 769px) {
    .summary .m-row.summary-list01 li {
      margin: 0 20px 0 0; } }
  .summary-list02 {
    display: flex;
    flex-wrap: wrap; }
    .summary-list02 li {
      margin: 0 15px 0 0; }
      .summary-list02 li:last-of-type {
        margin-right: 0; }
      @media only screen and (max-width: 768px) {
        .summary-list02 li {
          margin: 0 10px 15px 0; } }
    .summary-list02 a {
      display: inline-block;
      background: #005cb8;
      color: #FFF;
      padding: 4px 10px 4px 4px;
      border-radius: 20px;
      position: relative;
      transition: opacity .3s ease; }
      .summary-list02 a span {
        display: inline-block;
        color: #005cb8;
        border-radius: 20px;
        width: 50px;
        text-align: center;
        margin: 0 7px 0 0;
        position: relative;
        z-index: 1;
        background: #FFF;
        padding: 3px 0; }
      .summary-list02 a b {
        position: relative;
        z-index: 1;
        font-weight: 300; }
      .summary-list02 a:hover {
        opacity: .7; }
    .summary-list02 a.no_link {
      pointer-events: none;
      opacity: 0.5; }
  @media only screen and (min-width: 769px) {
    .summary .summary-block01 .summary-list02 li {
      margin-bottom: 15px; }
      .summary .summary-block01 .summary-list02 li:nth-of-type(n+4) {
        margin-bottom: 0; } }
  .summary-list03 {
    display: flex;
    flex-wrap: wrap; }
    .summary-list03 li {
      background: #fcf7e0;
      font-weight: 400;
      line-height: 1.6;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 18px 16px;
      margin: 0 26px 26px 0; }
      @media only screen and (max-width: 768px) {
        .summary-list03 li {
          width: 90%;
          margin: 0 auto 30px;
          font-size: 13px;
          padding: 25px 4%; }
          .summary-list03 li:last-of-type {
            margin-bottom: 0; }
            .summary-list03 li:last-of-type::after {
              display: none; } }
      .summary-list03 li span {
        position: absolute;
        display: inline-block;
        background: #e5bd00;
        color: #FFF;
        border-radius: 50%;
        top: -10px;
        left: -8px;
        width: 23px;
        height: 23px;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 768px) {
          .summary-list03 li span {
            padding: 1px 0; } }
      .summary-list03 li:after {
        content: '';
        width: 11px;
        height: 11px;
        border-top: #0a63bb 1px solid;
        border-left: #0a63bb 1px solid;
        transform: rotate(135deg);
        position: absolute;
        bottom: calc(50% - 5px);
        right: -16px; }
        @media only screen and (max-width: 768px) {
          .summary-list03 li:after {
            transform: rotate(-135deg);
            bottom: -15px;
            left: 50%; } }
    @media only screen and (min-width: 769px) {
      .summary-list03-col03 li {
        width: 318px;
        margin: 0 23px 23px 0;
        padding: 30px 16px;
        letter-spacing: -.01em; }
        .summary-list03-col03 li::after {
          right: -14px; }
        .summary-list03-col03 li:nth-of-type(3n) {
          margin-right: 0; }
          .summary-list03-col03 li:nth-of-type(3n)::after {
            display: none; } }
    @media only screen and (min-width: 769px) {
      .summary-list03-col04 li {
        width: 230px; }
        .summary-list03-col04 li:nth-of-type(4n) {
          margin-right: 0; }
          .summary-list03-col04 li:nth-of-type(4n)::after {
            display: none; } }
  .summary-download {
    background: #e8f8fd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 40px;
    padding: 35px 0; }
    @media only screen and (max-width: 768px) {
      .summary-download {
        padding: 20px 4% 5px; } }
    .summary-download dt {
      padding: 0 40px 0 30px;
      min-width: 220px;
      position: relative; }
      .summary-download dt::after {
        content: '';
        width: 11px;
        height: 11px;
        border-top: #005cb8 1px solid;
        border-left: #005cb8 1px solid;
        transform: rotate(135deg);
        position: absolute;
        bottom: calc(50% - 7px);
        right: 20px; }
        @media only screen and (max-width: 768px) {
          .summary-download dt::after {
            content: '';
            transform: rotate(-135deg);
            bottom: calc(50% - 3px);
            left: 155px; } }
      @media only screen and (max-width: 768px) {
        .summary-download dt {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; } }
    .summary-download dd {
      width: 690px; }
      @media only screen and (max-width: 768px) {
        .summary-download dd {
          width: 100%; } }
  .summary-flow dt {
    margin-bottom: 30px; }
