/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	COMMON
--------------------*/
@media screen and (max-width: 640px) {
  .pc {
    display: none !important; } }

.sp {
  display: none; }
  @media screen and (min-width: 641px) {
    .sp {
      display: block; } }

/*--------------------
	VIEW
--------------------*/
#view h2.pc {
  text-align: center;
  color: #2151a7;
  font-size: 2.4rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0; }
  #view h2.pc span {
    font-size: 1.8rem; }
#view h2.sp {
  text-align: center;
  color: #2151a7;
  font-size: 1rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0 20px; }
  #view h2.sp .ccl {
    display: inline-block;
    background: #2151a7;
    color: #fff;
    padding: 6px 9px;
    border-radius: 25px;
    margin-right: 1em; }
  #view h2.sp .bgr {
    font-size: 1.5rem; }
#view .inner {
  width: 1160px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #view .inner {
      width: 96%; } }
  #view .inner .flow {
    display: grid;
    grid-template-columns: 280px 280px 190px 260px 136px; }
    #view .inner .flow li {
      width: 110%;
      clip-path: polygon(90% 0, 300px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%);
      background: #7fa6d6;
      text-align: center;
      color: #fff;
      line-height: 2.5; }
      #view .inner .flow li:first-child {
        clip-path: polygon(0% 0%, 90% 0, 300px 50%, 90% 100%, 0% 100%);
        background: #2151a7;
        text-indent: -1em; }
      #view .inner .flow li:nth-child(3) {
        clip-path: polygon(90% 0, 210px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%); }
      #view .inner .flow li:nth-child(4) {
        clip-path: polygon(90% 0, 280px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%); }
      #view .inner .flow li:last-child {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 22px 50%);
        text-indent: 1em; }
      #view .inner .flow li span {
        font-size: 1.6rem; }
  #view .inner h3 {
    font-size: 2rem;
    line-height: 1.8;
    margin: 60px 0 20px;
    border-bottom: 5px solid #ddd; }
    @media screen and (max-width: 640px) {
      #view .inner h3 {
        font-size: 1.4rem;
        margin: 20px 0 10px;
        border-bottom: 3px solid #ddd; } }
    #view .inner h3 span {
      padding-bottom: 5px;
      border-bottom: 5px solid #bba980; }
      @media screen and (max-width: 640px) {
        #view .inner h3 span {
          padding-bottom: 4px;
          border-bottom: 3px solid #bba980; } }
  #view .inner table {
    width: 100%; }
    #view .inner table thead tr th {
      text-align: center;
      font-size: 1rem;
      background: #efefef;
      padding: 10px 0;
      border: 1px solid #ccc; }
    #view .inner table tbody tr td {
      width: 10%;
      text-align: center;
      vertical-align: middle;
      padding: 10px;
      border: 1px solid #ccc; }
      #view .inner table tbody tr td:first-child {
        width: 45%; }
      #view .inner table tbody tr td:nth-child(2) {
        width: 15%;
        font-size: 1rem; }
      #view .inner table tbody tr td figuare {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 20px; }
        #view .inner table tbody tr td figuare img {
          display: block;
          width: 100px; }
        #view .inner table tbody tr td figuare figcaption {
          text-align: left;
          font-weight: bold;
          padding-top: 10px; }
          #view .inner table tbody tr td figuare figcaption span {
            display: inline-block;
            font-size: 1rem;
            font-weight: normal;
            margin-top: 10px; }
      #view .inner table tbody tr td input {
        width: 50%;
        text-align: center;
        font-size: 1.2rem;
        padding: 5px 0; }
      #view .inner table tbody tr td a {
        display: inline-block;
        background: #fff;
        color: #666;
        font-size: .8rem;
        line-height: 1.2em;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        filter: drop-shadow(2px 2px 2px #ccc);
        transition: .3s; }
        #view .inner table tbody tr td a:hover {
          text-decoration: none;
          filter: none; }
    #view .inner table tbody .tf td {
      font-size: 1rem; }
      #view .inner table tbody .tf td:first-child {
        text-align: right;
        padding: 0 20px; }
      #view .inner table tbody .tf td a {
        padding: 10px 23px; }
    #view .inner table tfoot tr {
      font-weight: bold; }
      #view .inner table tfoot tr th {
        text-align: right;
        font-size: 1.2rem;
        background: #efefef;
        padding: 15px;
        border: 1px solid #ccc; }
      #view .inner table tfoot tr td {
        text-align: center;
        border: 1px solid #ccc; }
    #view .inner table .bld {
      font-weight: bold; }
  #view .inner .boxs .box {
    padding: 2%;
    border: 1px solid #ccc;
    margin-bottom: 10px; }
    #view .inner .boxs .box figuare {
      display: grid;
      grid-template-columns: 30% 1fr;
      gap: 2%;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
      #view .inner .boxs .box figuare img {
        width: 100%; }
      #view .inner .boxs .box figuare figcaption {
        font-size: 1rem; }
        #view .inner .boxs .box figuare figcaption span {
          display: inline-block;
          font-size: .9rem;
          margin-top: 10px; }
    #view .inner .boxs .box .dtl .itm {
      text-align: right; }
      #view .inner .boxs .box .dtl .itm dt span {
        font-size: 1rem; }
      #view .inner .boxs .box .dtl .itm dd input {
        width: 50px;
        text-align: center;
        font-size: 1.2rem;
        padding: 5px 0;
        margin: 5px 0 10px; }
    #view .inner .boxs .box .dtl .sub {
      text-align: right; }
      #view .inner .boxs .box .dtl .sub dt {
        font-size: 1.2rem; }
      #view .inner .boxs .box .dtl .sub dd a {
        display: inline-block;
        text-align: center;
        background: #fff;
        color: #666;
        font-size: .8rem;
        line-height: 1.2em;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        filter: drop-shadow(1px 1px 1px #ccc);
        margin: 5px 0 10px; }
  #view .inner .boxs .ttl {
    margin: 20px 0; }
    #view .inner .boxs .ttl dl {
      display: grid;
      grid-template-columns: 40% 1fr;
      background: #efefef;
      font-size: 1.4rem;
      padding: 10px 0; }
      #view .inner .boxs .ttl dl dt {
        text-align: center;
        border-right: 1px solid #fff; }
      #view .inner .boxs .ttl dl dd {
        text-align: right;
        padding: 0 2%; }
  #view .inner .coat {
    background: #edf5fc;
    padding: 60px 0;
    margin: 60px 0; }
    @media screen and (max-width: 640px) {
      #view .inner .coat {
        padding: 20px 2%;
        margin-bottom: 60px; } }
    #view .inner .coat h3 {
      width: 960px;
      font-size: 1.5rem;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        #view .inner .coat h3 {
          width: auto;
          font-size: 1.2rem; } }
    #view .inner .coat p {
      width: 960px;
      font-size: 1rem;
      margin: 10px auto 20px; }
      @media screen and (max-width: 640px) {
        #view .inner .coat p {
          width: auto; } }
    #view .inner .coat table {
      width: 960px;
      margin: 0 auto; }
      #view .inner .coat table thead tr th {
        text-align: center;
        font-size: 1rem;
        background: #efefef;
        padding: 10px 0;
        border: 1px solid #ccc; }
      #view .inner .coat table tbody {
        background: #fff; }
        #view .inner .coat table tbody tr td {
          width: 15%;
          text-align: center;
          vertical-align: middle;
          padding: 10px;
          border: 1px solid #ccc; }
          #view .inner .coat table tbody tr td:first-child {
            width: 55%; }
          #view .inner .coat table tbody tr td:nth-child(2) {
            font-size: 1rem; }
          #view .inner .coat table tbody tr td figuare {
            display: grid;
            grid-template-columns: 100px 1fr;
            gap: 20px; }
            #view .inner .coat table tbody tr td figuare img {
              display: block;
              width: 100px; }
            #view .inner .coat table tbody tr td figuare figcaption {
              text-align: left;
              font-weight: bold;
              padding-top: 10px; }
              #view .inner .coat table tbody tr td figuare figcaption span {
                display: inline-block;
                font-size: 1rem;
                font-weight: normal;
                margin-top: 10px; }
          #view .inner .coat table tbody tr td a {
            display: inline-block;
            width: 100px;
            background: #fff;
            color: #666;
            font-size: .8rem;
            line-height: 1.2em;
            padding: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            filter: drop-shadow(2px 2px 2px #ccc);
            margin: 5px 0;
            transition: .3s; }
            #view .inner .coat table tbody tr td a:hover {
              text-decoration: none;
              filter: none; }
        #view .inner .coat table tbody .tf td {
          font-size: 1rem; }
          #view .inner .coat table tbody .tf td:first-child {
            text-align: right;
            padding: 0 20px; }
          #view .inner .coat table tbody .tf td a {
            padding: 10px 23px; }
    #view .inner .coat .box {
      background: #fff;
      padding: 2%;
      margin-bottom: 10px; }
      #view .inner .coat .box figuare {
        display: grid;
        grid-template-columns: 30% 1fr;
        gap: 2%;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        #view .inner .coat .box figuare img {
          width: 100%; }
        #view .inner .coat .box figuare figcaption {
          font-size: 1rem; }
          #view .inner .coat .box figuare figcaption span {
            display: inline-block;
            font-size: .9rem;
            margin-top: 10px; }
      #view .inner .coat .box p {
        text-align: right; }
        #view .inner .coat .box p span {
          font-size: .8rem; }
      #view .inner .coat .box ul {
        width: 280px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 130px 130px;
        gap: 20px; }
        #view .inner .coat .box ul li a {
          display: block;
          text-align: center;
          background: #fff;
          color: #666;
          font-size: 1rem;
          line-height: 1.2em;
          padding: 5px 10px;
          border: 1px solid #ccc;
          border-radius: 5px;
          filter: drop-shadow(1px 1px 1px #ccc);
          margin: 5px auto 10px; }
  #view .inner .btn {
    width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 60px auto 120px; }
    #view .inner .btn li {
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold; }
      #view .inner .btn li:first-child a {
        background: #2151a7;
        filter: drop-shadow(5px 5px 0px #7fa6d6); }
      #view .inner .btn li:last-child a {
        background: #f5a200;
        filter: drop-shadow(5px 5px 0px #fad080); }
      #view .inner .btn li a {
        display: block;
        color: #fff;
        padding: 10px 0;
        border-radius: 10px;
        transition: .3s; }
        #view .inner .btn li a:hover {
          text-decoration: none;
          filter: none; }
  #view .inner .slct {
    margin-bottom: 40px; }
    #view .inner .slct p {
      text-indent: -1em;
      padding-left: 1em; }
    #view .inner .slct .rclc {
      display: block;
      width: 100px;
      text-align: center;
      background: #fff;
      color: #666;
      font-size: .9rem;
      line-height: 1.2em;
      padding: 5px 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      filter: drop-shadow(1px 1px 1px #ccc);
      margin: 5px auto 40px; }
    #view .inner .slct ul li {
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold; }
      #view .inner .slct ul li:first-child {
        margin-bottom: 20px; }
        #view .inner .slct ul li:first-child a {
          background: #2151a7;
          filter: drop-shadow(3px 3px 0px #7fa6d6); }
      #view .inner .slct ul li:last-child a {
        background: #f5a200;
        filter: drop-shadow(3px 3px 0px #fad080); }
      #view .inner .slct ul li a {
        display: block;
        color: #fff;
        padding: 10px 0;
        border-radius: 10px;
        position: relative; }
        #view .inner .slct ul li a i {
          position: absolute;
          top: 17px;
          right: 20%; }

@media screen and (max-width: 640px) {
	#view .inner .cart-table {
		margin: 0 0 3em;
        padding: 0 0 8em;
        display: block;
		position: relative;
	}
	#view .inner .cart-table * {
		box-sizing: border-box;
	}
	#view .inner .cart-table thead {
		display: none;
	}
	#view .inner .cart-table tbody {
		margin: 0 0 1em;
		display: grid;
		gap: 10px;
	}
	#view .inner .cart-table tbody tr.tb {
		width: 100%;
	    padding: 10px 10px 20px;
		border: 1px solid #ccc;
		box-sizing: border-box;
		display: flex;
	    gap: 10px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
	}
	#view .inner .cart-table tbody tr.tb td {
		width: fit-content !important;
        padding: 0;
        border: none;
        font-size: 14px !important;
		display: flex;
        gap: 10px;
        align-items: center;
        justify-content: flex-end;
	}
	#view .inner .cart-table tbody tr.tb td[data-label="商品名"] {
	    width: 100% !important;
	    padding: 0 0 10px;
		border-bottom: 1px solid #ccc;
	    position: relative;
	}
	#view .inner .cart-table tbody tr.tb td[data-label="商品名"] figuare {
	    gap: 10px;
	}
	#view .inner .cart-table tbody tr.tb td[data-label="商品名"] figuare figcaption {
	    padding-top: 0;
	    font-size: 16px;
	    font-weight: normal;
	}
	#view .inner .cart-table tbody tr.tb td[data-label="商品No."]::before,
	#view .inner .cart-table tbody tr.tb td[data-label="単価(税込)"]::before,
	#view .inner .cart-table tbody tr.tb td[data-label="数量"]::before,
	#view .inner .cart-table tbody tr.tb td[data-label="小計(税込)"]::before {
		content: attr(data-label);
        display: block;
	}
	#view .inner .cart-table tbody tr.tb td[data-label="数量"] input {
	    width: 70px;
	}
    #view .inner .cart-table tbody tr.tb td[data-label="小計(税込)"] {
        width: 100% !important;
		font-size: 20px !important;
        font-weight: normal;
        text-align: right;
    }
	#view .inner .cart-table tbody tr.tf {
        width: 100%;
        border: none;
        display: grid;
        gap: 10px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #view .inner .cart-table tbody tr.tf td {
        width: 100%;
        padding: 0 !important;
        border: none;
        font-size: 12px;
        text-align: center;
        display: block;
    }
    #view .inner .cart-table tbody tr.tf td a {
	    padding: 5px 30px;
	    font-size: 14px;
	    display: inline-block;
	}
	#view .inner .cart-table tfoot {
	    width: 100%;
	    background: #efefef;
	    display: block;
	}
	#view .inner .cart-table tfoot tr {
        padding: 10px;
        display: flex;
	    gap: 10px;
        align-items: center;
        justify-content: space-between;
    }
	#view .inner .cart-table tfoot tr th,
	#view .inner .cart-table tfoot tr td {
	    padding: 0;
	    border: none;
        font-size: 22px;
        font-weight: normal;
	}
}

/*--------------------
	INPUT
--------------------*/
#input h2.pc {
  text-align: center;
  color: #2151a7;
  font-size: 2.4rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0; }
  #input h2.pc span {
    font-size: 1.8rem; }
#input h2.sp {
  text-align: center;
  color: #2151a7;
  font-size: 1rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0 20px; }
  #input h2.sp .ccl {
    display: inline-block;
    background: #2151a7;
    color: #fff;
    padding: 6px 9px;
    border-radius: 25px;
    margin-right: 1em; }
  #input h2.sp .bgr {
    font-size: 1.5rem; }
#input .inner {
  width: 1160px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #input .inner {
      width: 96%; } }
  #input .inner .flow {
    display: grid;
    grid-template-columns: 280px 280px 190px 260px 136px; }
    #input .inner .flow li {
      width: 110%;
      clip-path: polygon(90% 0, 300px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%);
      background: #7fa6d6;
      text-align: center;
      color: #fff;
      line-height: 2.5; }
      #input .inner .flow li:first-child {
        clip-path: polygon(0% 0%, 90% 0, 300px 50%, 90% 100%, 0% 100%);
        text-indent: -1em; }
      #input .inner .flow li:nth-child(2) {
        background: #2151a7; }
      #input .inner .flow li:nth-child(3) {
        clip-path: polygon(90% 0, 210px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%); }
      #input .inner .flow li:nth-child(4) {
        clip-path: polygon(90% 0, 280px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%); }
      #input .inner .flow li:last-child {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 22px 50%);
        text-indent: 1em; }
      #input .inner .flow li span {
        font-size: 1.6rem; }
  #input .inner h3 {
    font-size: 2rem;
    line-height: 1.8;
    margin: 60px 0 20px;
    border-bottom: 5px solid #ddd; }
    @media screen and (max-width: 640px) {
      #input .inner h3 {
        font-size: 1.4rem;
        margin: 20px 0 10px;
        border-bottom: 3px solid #ddd; } }
    #input .inner h3 span {
      padding-bottom: 5px;
      border-bottom: 5px solid #bba980; }
      @media screen and (max-width: 640px) {
        #input .inner h3 span {
          padding-bottom: 4px;
          border-bottom: 3px solid #bba980; } }
  #input .inner .note {
    font-size: 1rem; }
    @media screen and (max-width: 640px) {
      #input .inner .note {
        font-size: .9rem; } }
    #input .inner .note span {
      color: #f00; }
  #input .inner form {
    border-top: 2px solid #ccc; }
    #input .inner form dl {
      display: grid;
      grid-template-columns: 300px 1fr;
      box-sizing: border-box;
      border-bottom: 2px solid #ccc;
      border-right: 2px solid #ccc;
      border-left: 2px solid #ccc; }
      @media screen and (max-width: 640px) {
        #input .inner form dl {
          grid-template-columns: 1fr; } }
      #input .inner form dl:nth-child(5) dt {
        line-height: 257px; }
        @media screen and (max-width: 640px) {
          #input .inner form dl:nth-child(5) dt {
            line-height: 1rem; } }
      #input .inner form dl:nth-child(10) dd {
        padding-top: 15px; }
        @media screen and (max-width: 640px) {
          #input .inner form dl:nth-child(10) dd {
            padding: 10px; } }
      #input .inner form dl dt {
        background: #efefef;
        text-align: center;
        line-height: 60px;
        border-right: 2px solid #ccc; }
        @media screen and (max-width: 640px) {
          #input .inner form dl dt {
            text-align: left;
            line-height: 1rem;
            padding: 15px 10px;
            border: NONE; } }
        #input .inner form dl dt span {
          color: #f00;
          font-size: .8rem; }
      #input .inner form dl dd {
        padding: 5px 20px; }
        @media screen and (max-width: 640px) {
          #input .inner form dl dd {
            padding: 10px; } }
        #input .inner form dl dd span {
          font-size: .9rem; }
        #input .inner form dl dd input {
          padding: 10px;
          margin: 5px; }
        #input .inner form dl dd .min {
          width: 80px; }
          @media screen and (max-width: 640px) {
            #input .inner form dl dd .min {
              width: 60px; } }
        #input .inner form dl dd .big {
          width: 500px; }
          @media screen and (max-width: 640px) {
            #input .inner form dl dd .big {
              width: 90%; } }
        #input .inner form dl dd select {
          padding: 10px;
          margin: 5px; }
    #input .inner form p {
      font-size: 1rem;
      margin-top: 10px; }
      @media screen and (max-width: 640px) {
        #input .inner form p {
          font-size: .9rem; } }
  #input .inner .questionnaire h4 {
    background: #bba980;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 0;
    border: 2px solid #ccc;
    margin-top: 40px; }
  #input .inner .questionnaire dl {
    display: grid;
    grid-template-columns: 400px 1fr;
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc; }
    @media screen and (max-width: 640px) {
      #input .inner .questionnaire dl {
        grid-template-columns: 1fr; } }
    #input .inner .questionnaire dl dt {
      background: #efefef;
      line-height: 60px;
      padding: 0 20px;
      border-right: 2px solid #ccc; }
      @media screen and (max-width: 640px) {
        #input .inner .questionnaire dl dt {
          line-height: 1rem;
          padding: 15px 10px;
          border: none; } }
      #input .inner .questionnaire dl dt span {
        color: #f00;
        font-size: .8rem; }
    #input .inner .questionnaire dl dd {
      padding: 5px 20px; }
      @media screen and (max-width: 640px) {
        #input .inner .questionnaire dl dd {
          padding: 10px; } }
      #input .inner .questionnaire dl dd span {
        font-size: .9rem; }
      #input .inner .questionnaire dl dd select {
        padding: 10px;
        margin: 5px; }
      #input .inner .questionnaire dl dd textarea {
        width: calc(100% - 30px);
        max-width: 686px;
        padding: 10px;
        margin: 5px; }
  #input .inner .btn {
    width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 60px auto 120px; }
    @media screen and (max-width: 640px) {
      #input .inner .btn {
        width: auto;
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 40px auto 60px; } }
    #input .inner .btn li {
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        #input .inner .btn li {
          font-size: 1.2rem; } }
      #input .inner .btn li:first-child a {
        background: #999;
        filter: drop-shadow(5px 5px 0px #ccc); }
      #input .inner .btn li:last-child a {
        background: #f5a200;
        filter: drop-shadow(5px 5px 0px #fad080); }
      #input .inner .btn li a {
        display: block;
        color: #fff;
        padding: 10px 0;
        border-radius: 10px;
        transition: .3s; }
        @media screen and (max-width: 640px) {
          #input .inner .btn li a {
            position: relative; } }
        #input .inner .btn li a:hover {
          text-decoration: none;
          filter: none; }
        @media screen and (max-width: 640px) {
          #input .inner .btn li a i {
            position: absolute;
            top: 17px;
            right: 20%; } }

/*--------------------
	CONF
--------------------*/
#conf h2.pc {
  text-align: center;
  color: #2151a7;
  font-size: 2.4rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0; }
  #conf h2.pc span {
    font-size: 1.8rem; }
#conf h2.sp {
  text-align: center;
  color: #2151a7;
  font-size: 1rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0 20px; }
  #conf h2.sp .ccl {
    display: inline-block;
    background: #2151a7;
    color: #fff;
    padding: 6px 9px;
    border-radius: 25px;
    margin-right: 1em; }
  #conf h2.sp .bgr {
    font-size: 1.5rem; }
#conf .inner {
  width: 1160px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #conf .inner {
      width: 96%; } }
  #conf .inner .flow {
    display: grid;
    grid-template-columns: 280px 280px 190px 260px 136px; }
    #conf .inner .flow li {
      width: 110%;
      clip-path: polygon(90% 0, 300px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%);
      background: #7fa6d6;
      text-align: center;
      color: #fff;
      line-height: 2.5; }
      #conf .inner .flow li:first-child {
        clip-path: polygon(0% 0%, 90% 0, 300px 50%, 90% 100%, 0% 100%);
        text-indent: -1em; }
      #conf .inner .flow li:nth-child(3) {
        clip-path: polygon(90% 0, 210px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%);
        background: #2151a7; }
      #conf .inner .flow li:nth-child(4) {
        clip-path: polygon(90% 0, 280px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%); }
      #conf .inner .flow li:last-child {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 22px 50%);
        text-indent: 1em; }
      #conf .inner .flow li span {
        font-size: 1.6rem; }
  #conf .inner h3 {
    font-size: 2rem;
    line-height: 1.8;
    margin: 60px 0 20px;
    border-bottom: 5px solid #ddd; }
    @media screen and (max-width: 640px) {
      #conf .inner h3 {
        font-size: 1.4rem;
        margin: 20px 0 10px;
        border-bottom: 3px solid #ddd; } }
    #conf .inner h3 span {
      padding-bottom: 5px;
      border-bottom: 5px solid #bba980; }
      @media screen and (max-width: 640px) {
        #conf .inner h3 span {
          padding-bottom: 4px;
          border-bottom: 3px solid #bba980; } }
  #conf .inner table {
    width: 100%; }
    #conf .inner table thead tr th {
      width: 120px;
      text-align: center;
      font-size: 1rem;
      background: #efefef;
      padding: 10px 0;
      border: 1px solid #ccc; }
      #conf .inner table thead tr th:first-child {
        width: 530px; }
      #conf .inner table thead tr th:nth-child(2) {
        width: 150px; }
    #conf .inner table tbody tr td {
      text-align: center;
      vertical-align: middle;
      padding: 10px;
      border: 1px solid #ccc; }
      #conf .inner table tbody tr td:first-child {
        text-align: left;
        padding: 10px 20px; }
    #conf .inner table tbody .tf th {
      text-align: right;
      font-size: 1rem;
      padding: 10px 20px;
      border: 1px solid #ccc; }
    #conf .inner table tbody .tf td {
      font-size: 1rem;
      text-align: right;
      padding: 10px 20px; }
    #conf .inner table tfoot tr {
      font-weight: bold; }
      #conf .inner table tfoot tr th {
        text-align: right;
        font-size: 1.2rem;
        background: #efefef;
        padding: 10px 20px;
        border: 1px solid #ccc; }
      #conf .inner table tfoot tr td {
        text-align: right;
        padding: 10px 20px;
        border: 1px solid #ccc; }
  #conf .inner .boxs .box {
    padding: 2%;
    border: 1px solid #ccc;
    margin-bottom: 10px; }
    #conf .inner .boxs .box p {
      font-size: 1rem;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
    #conf .inner .boxs .box .itm {
      text-align: right; }
      #conf .inner .boxs .box .itm li {
        font-size: .9rem; }
    #conf .inner .boxs .box .sub {
      text-align: right; }
      #conf .inner .boxs .box .sub li {
        font-size: 1rem; }
  #conf .inner .boxs .ttl {
    margin: 20px 0; }
    #conf .inner .boxs .ttl dl {
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: #efefef;
      font-size: 1.4rem;
      padding: 10px 0; }
      #conf .inner .boxs .ttl dl dt {
        text-align: center;
        border-right: 1px solid #fff; }
      #conf .inner .boxs .ttl dl dd {
        text-align: right;
        padding: 0 2%; }
  #conf .inner form {
    border-top: 2px solid #ccc; }
    #conf .inner form dl {
      display: grid;
      grid-template-columns: 300px 1fr;
      box-sizing: border-box;
      border-bottom: 2px solid #ccc;
      border-right: 2px solid #ccc;
      border-left: 2px solid #ccc; }
      @media screen and (max-width: 640px) {
        #conf .inner form dl {
          grid-template-columns: 1fr; } }
      #conf .inner form dl:nth-child(5) dt {
        padding: 34px 20px; }
        @media screen and (max-width: 640px) {
          #conf .inner form dl:nth-child(5) dt {
            line-height: 1rem;
            padding: 15px 10px; } }
      #conf .inner form dl dt {
        background: #efefef;
        text-align: center;
        padding: 20px;
        border-right: 2px solid #ccc; }
        @media screen and (max-width: 640px) {
          #conf .inner form dl dt {
            text-align: left;
            line-height: 1rem;
            padding: 15px 10px;
            border: none; } }
      #conf .inner form dl dd {
        padding: 20px; }
        @media screen and (max-width: 640px) {
          #conf .inner form dl dd {
            padding: 10px; } }
  #conf .inner .destination h4 {
    background: #bba980;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 0;
    border: 2px solid #ccc;
    margin-top: 40px; }
  #conf .inner .destination dl {
    display: grid;
    grid-template-columns: 300px 1fr;
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc; }
    @media screen and (max-width: 640px) {
      #conf .inner .destination dl {
        grid-template-columns: 1fr; } }
    #conf .inner .destination dl dt {
      background: #efefef;
      padding: 20px;
      border-right: 2px solid #ccc; }
      @media screen and (max-width: 640px) {
        #conf .inner .destination dl dt {
          line-height: 1rem;
          padding: 15px 10px;
          border: none; } }
    #conf .inner .destination dl dd {
      padding: 20px; }
      @media screen and (max-width: 640px) {
        #conf .inner .destination dl dd {
          padding: 10px; } }
  #conf .inner .questionnaire h4 {
    background: #bba980;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 0;
    border: 2px solid #ccc;
    margin-top: 40px; }
  #conf .inner .questionnaire dl {
    display: grid;
    grid-template-columns: 400px 1fr;
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc; }
    @media screen and (max-width: 640px) {
      #conf .inner .questionnaire dl {
        grid-template-columns: 1fr; } }
    #conf .inner .questionnaire dl dt {
      background: #efefef;
      padding: 20px;
      border-right: 2px solid #ccc; }
      @media screen and (max-width: 640px) {
        #conf .inner .questionnaire dl dt {
          line-height: 1rem;
          padding: 15px 10px;
          border: none; } }
    #conf .inner .questionnaire dl dd {
      padding: 20px; }
      @media screen and (max-width: 640px) {
        #conf .inner .questionnaire dl dd {
          padding: 10px; } }
  #conf .inner .note {
    text-align: center;
    margin: 40px 0; }
  #conf .inner .btn {
    width: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 40px auto 120px; }
    @media screen and (max-width: 640px) {
      #conf .inner .btn {
        width: auto;
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 40px auto 60px; } }
    #conf .inner .btn li {
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        #conf .inner .btn li {
          font-size: 1.2rem; } }
      #conf .inner .btn li:first-child a {
        background: #999;
        filter: drop-shadow(5px 5px 0px #ccc); }
      #conf .inner .btn li:last-child a {
        background: #f5a200;
        filter: drop-shadow(5px 5px 0px #fad080); }
      #conf .inner .btn li a {
        display: block;
        color: #fff;
        padding: 10px 0;
        border-radius: 10px;
        transition: .3s; }
        @media screen and (max-width: 640px) {
          #conf .inner .btn li a {
            position: relative; } }
        #conf .inner .btn li a:hover {
          text-decoration: none;
          filter: none; }
        @media screen and (max-width: 640px) {
          #conf .inner .btn li a i {
            position: absolute;
            top: 17px;
            right: 20%; } }

/*--------------------
	SETTLEMENT
--------------------*/
#settlement h2.pc {
  text-align: center;
  color: #2151a7;
  font-size: 2.4rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0; }
  #settlement h2.pc span {
    font-size: 1.8rem; }
#settlement h2.sp {
  text-align: center;
  color: #2151a7;
  font-size: 1rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0 20px; }
  #settlement h2.sp .ccl {
    display: inline-block;
    background: #2151a7;
    color: #fff;
    padding: 6px 9px;
    border-radius: 25px;
    margin-right: 1em; }
  #settlement h2.sp .bgr {
    font-size: 1.5rem; }
#settlement .inner {
  width: 1160px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #settlement .inner {
      width: 96%; } }
  #settlement .inner .flow {
    display: grid;
    grid-template-columns: 280px 280px 190px 260px 136px; }
    #settlement .inner .flow li {
      width: 110%;
      clip-path: polygon(90% 0, 300px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%);
      background: #7fa6d6;
      text-align: center;
      color: #fff;
      line-height: 2.5; }
      #settlement .inner .flow li:first-child {
        clip-path: polygon(0% 0%, 90% 0, 300px 50%, 90% 100%, 0% 100%);
        text-indent: -1em; }
      #settlement .inner .flow li:nth-child(3) {
        clip-path: polygon(90% 0, 210px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%); }
      #settlement .inner .flow li:nth-child(4) {
        clip-path: polygon(90% 0, 280px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%);
        background: #2151a7; }
      #settlement .inner .flow li:last-child {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 22px 50%);
        text-indent: 1em; }
      #settlement .inner .flow li span {
        font-size: 1.6rem; }
  #settlement .inner h3 {
    text-align: center;
    color: #2151a7;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 60px 0 20px; }
    @media screen and (max-width: 640px) {
      #settlement .inner h3 {
        font-size: 1.2rem;
        margin: 40px 0 20px; } }
  #settlement .inner p {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      #settlement .inner p {
        font-size: .9rem; } }
  #settlement .inner .btn {
    width: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 60px auto 120px; }
    @media screen and (max-width: 640px) {
      #settlement .inner .btn {
        width: auto;
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 40px auto 60px; } }
    #settlement .inner .btn li {
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        #settlement .inner .btn li {
          font-size: 1.2rem; } }
      #settlement .inner .btn li:first-child a {
        background: #999;
        filter: drop-shadow(5px 5px 0px #ccc); }
      #settlement .inner .btn li:last-child a {
        background: #f5a200;
        filter: drop-shadow(5px 5px 0px #fad080); }
      #settlement .inner .btn li a {
        display: block;
        color: #fff;
        padding: 10px 0;
        border-radius: 10px;
        transition: .3s; }
        @media screen and (max-width: 640px) {
          #settlement .inner .btn li a {
            position: relative; } }
        #settlement .inner .btn li a:hover {
          text-decoration: none;
          filter: none; }
        @media screen and (max-width: 640px) {
          #settlement .inner .btn li a i {
            position: absolute;
            top: 17px;
            right: 20%; } }

/*--------------------
	COMPLETE
--------------------*/
#complete h2.pc {
  text-align: center;
  color: #2151a7;
  font-size: 2.4rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0; }
  #complete h2.pc span {
    font-size: 1.8rem; }
#complete h2.sp {
  text-align: center;
  color: #2151a7;
  font-size: 1rem;
  padding: 10px 0;
  border-top: 3px solid #2151a7;
  border-bottom: 3px solid #2151a7;
  margin: 60px 0 20px; }
  #complete h2.sp .ccl {
    display: inline-block;
    background: #2151a7;
    color: #fff;
    padding: 6px 9px;
    border-radius: 25px;
    margin-right: 1em; }
  #complete h2.sp .bgr {
    font-size: 1.5rem; }
#complete .inner {
  width: 1160px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #complete .inner {
      width: 96%; } }
  #complete .inner .flow {
    display: grid;
    grid-template-columns: 280px 280px 190px 260px 136px; }
    #complete .inner .flow li {
      width: 110%;
      clip-path: polygon(90% 0, 300px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%);
      background: #7fa6d6;
      text-align: center;
      color: #fff;
      line-height: 2.5; }
      #complete .inner .flow li:first-child {
        clip-path: polygon(0% 0%, 90% 0, 300px 50%, 90% 100%, 0% 100%);
        text-indent: -1em; }
      #complete .inner .flow li:nth-child(3) {
        clip-path: polygon(90% 0, 210px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%); }
      #complete .inner .flow li:nth-child(4) {
        clip-path: polygon(90% 0, 280px 50%, 90% 100%, 0% 100%, 22px 50%, 0% 0%); }
      #complete .inner .flow li:last-child {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 22px 50%);
        background: #2151a7;
        text-indent: 1em; }
      #complete .inner .flow li span {
        font-size: 1.6rem; }
  #complete .inner h3 {
    text-align: center;
    color: #2151a7;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 60px 0 20px; }
    @media screen and (max-width: 640px) {
      #complete .inner h3 {
        font-size: 1.2rem;
        margin: 40px 0 20px; } }
  #complete .inner p {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      #complete .inner p {
        font-size: .9rem; } }
  #complete .inner .btn {
    width: 400px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 60px auto 120px; }
    @media screen and (max-width: 640px) {
      #complete .inner .btn {
        width: auto;
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 40px auto 60px; } }
    #complete .inner .btn li {
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        #complete .inner .btn li {
          font-size: 1.2rem; } }
      #complete .inner .btn li:first-child a {
        background: #999;
        filter: drop-shadow(5px 5px 0px #ccc); }
      #complete .inner .btn li a {
        display: block;
        color: #fff;
        padding: 10px 0;
        border-radius: 10px;
        transition: .3s; }
        @media screen and (max-width: 640px) {
          #complete .inner .btn li a {
            position: relative; } }
        #complete .inner .btn li a:hover {
          text-decoration: none;
          filter: none; }
        @media screen and (max-width: 640px) {
          #complete .inner .btn li a i {
            position: absolute;
            top: 17px;
            right: 20%; } }

/*--------------------
	SCHOOLSLIST
--------------------*/
#schoolslist .mvlow.cor {
  background: url("../img/individual/schoolslist/img_mv.jpg") no-repeat center center/cover; }
#schoolslist .content .btn {
  text-align: right; }
  #schoolslist .content .btn a {
    background: #2151a7;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    filter: drop-shadow(3px 3px 0 #ddd);
    transition: .2s; }
    #schoolslist .content .btn a:hover {
      text-decoration: none;
      filter: none; }
    #schoolslist .content .btn a i {
      margin-left: .5em; }
#schoolslist .content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin: 40px 0; }
  @media screen and (max-width: 640px) {
    #schoolslist .content ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  #schoolslist .content ul li {
    text-align: center; }
    #schoolslist .content ul li:first-child a,
	#schoolslist .content ul li:nth-child(6) a {
      background: #ef8da2; }
    #schoolslist .content ul li:first-child span,
    #schoolslist .content ul li:nth-child(6) span {
      color: #ef8da2; }
    #schoolslist .content ul li:nth-child(2) a,
    #schoolslist .content ul li:nth-child(7) a {
      background: #f5a200; }
    #schoolslist .content ul li:nth-child(2) span,
    #schoolslist .content ul li:nth-child(7) span {
      color: #f5a200; }
    #schoolslist .content ul li:nth-child(3) a,
    #schoolslist .content ul li:nth-child(8) a {
      background: #8ec443; }
    #schoolslist .content ul li:nth-child(3) span,
    #schoolslist .content ul li:nth-child(8) span {
      color: #8ec443; }
    #schoolslist .content ul li:nth-child(4) a,
    #schoolslist .content ul li:nth-child(9) a {
      background: #56b879; }
    #schoolslist .content ul li:nth-child(4) span,
    #schoolslist .content ul li:nth-child(9) span {
      color: #56b879; }
    #schoolslist .content ul li:nth-child(5) a,
    #schoolslist .content ul li:nth-child(10) a {
      background: #2cb6af; }
    #schoolslist .content ul li:nth-child(5) span,
    #schoolslist .content ul li:nth-child(10) span {
      color: #2cb6af; }

    #schoolslist .content ul li:nth-child(11) a {
      background: #0084c0; }
    #schoolslist .content ul li:nth-child(11) span {
      color: #0084c0; }

    #schoolslist .content ul li:last-child a {
      background: #2cb6af; }
    #schoolslist .content ul li:last-child span {
      color: #2cb6af; }
    #schoolslist .content ul li a {
      display: inline-block;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 1.2rem;
      font-weight: bold;
      padding: 10px 0; }
      @media screen and (max-width: 640px) {
        #schoolslist .content ul li a {
          width: 110px;
          font-size: .9rem; } }
      #schoolslist .content ul li a:hover {
        text-decoration: none; }
    #schoolslist .content ul li span {
      display: block;
      margin-top: -10px; }
	@media screen and (max-width: 640px) {
		#schoolslist .content .scrl-nav {
			display: block;
		}
		#schoolslist .content .scrl-nav li a {
			width: 100%;
			padding: 5px 0;
		}
	}
#schoolslist .content h4 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    #schoolslist .content h4 {
      font-size: 1.2rem; } }
  #schoolslist .content h4 span {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    padding: 10px 200px 10px 30px; }
    @media screen and (max-width: 640px) {
      #schoolslist .content h4 span {
        padding: 6px 150px 6px 15px;
        display: block;
    padding-right: 0; } }
#schoolslist .content dl {
  display: grid;
  grid-template-columns: 1fr 220px;
  padding: 15px 0 15px 30px;
  border-bottom: 2px dashed #ccc;
  margin-top: 10px; }
  @media screen and (max-width: 640px) {
    #schoolslist .content dl {
      /*grid-template-columns: 1fr 180px;*/
      grid-template-columns: 1fr;
      padding: 10px 0 10px 15px; } }
  #schoolslist .content dl dt span {
    margin-right: 50px; }
    @media screen and (max-width: 640px) {
      #schoolslist .content dl dt span {
        margin-right: 1em; } }
  #schoolslist .content dl dd {
    font-size: .9rem; }
    @media screen and (max-width: 640px) {
      #schoolslist .content dl dd {
        font-size: .7rem;
        text-align: right; } }
    #schoolslist .content dl dd a {
      background: #efefef;
      padding: 10px;
      border-radius: 5px;
      filter: drop-shadow(2px 2px 0 #ccc);
      transition: .2s; }
      @media screen and (max-width: 640px) {
        #schoolslist .content dl dd a {
          display: inline-block;
          padding: 5px 10px;
          margin-top: 1em; } }
      #schoolslist .content dl dd a:hover {
        text-decoration: none;
        filter: none; }
      #schoolslist .content dl dd a i {
        margin-left: .5em; }
#schoolslist .content #kindergarten {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #kindergarten h4 {
    border-color: #ef8da2; }
    #schoolslist .content #kindergarten h4 span {
      background: #ef8da2; }



#schoolslist .content #kindergarten2 {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #kindergarten2 h4 {
    border-color: #ef8da2; }
    #schoolslist .content #kindergarten2 h4 span {
      background: #ef8da2; }


#schoolslist .content #elementary {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #elementary h4 {
    border-color: #f5a200; }
    #schoolslist .content #elementary h4 span {
      background: #f5a200; }
#schoolslist .content #elementary2 {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #elementary2 h4 {
    border-color: #f5a200; }
    #schoolslist .content #elementary2 h4 span {
      background: #f5a200; }
#schoolslist .content #elementary3 {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #elementary3 h4 {
    border-color: #f5a200; }
    #schoolslist .content #elementary3 h4 span {
      background: #f5a200; }

#schoolslist .content #junior-high {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #junior-high h4 {
    border-color: #8ec443; }
    #schoolslist .content #junior-high h4 span {
      background: #8ec443; }

#schoolslist .content #junior-high2 {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #junior-high2 h4 {
    border-color: #8ec443; }
    #schoolslist .content #junior-high2 h4 span {
      background: #8ec443; }


#schoolslist .content #high {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #high h4 {
    border-color: #56b879; }
    #schoolslist .content #high h4 span {
      background: #56b879; }


#schoolslist .content #high2 {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #high2 h4 {
    border-color: #56b879; }
    #schoolslist .content #high2 h4 span {
      background: #56b879; }

#schoolslist .content #university {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #university h4 {
    border-color: #2cb6af; }
    #schoolslist .content #university h4 span {
      background: #2cb6af; }

#schoolslist .content #university2 {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #university2 h4 {
    border-color: #2cb6af; }
    #schoolslist .content #university2 h4 span {
      background: #2cb6af; }

#schoolslist .content #high-transfer {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #high-transfer h4 {
    border-color: #2cb6af; }
    #schoolslist .content #high-transfer h4 span {
      background: #2cb6af; }

#schoolslist .content #high-transfer2 {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #high-transfer2 h4 {
    border-color: #2cb6af; }
    #schoolslist .content #high-transfer2 h4 span {
      background: #2cb6af; }

#schoolslist .content #junior-high-transfer {
  margin-top: 60px;
  margin-bottom: 60px; }
  #schoolslist .content #junior-high-transfer h4 {
    border-color: #0084c0; }
    #schoolslist .content #junior-high-transfer h4 span {
      background: #0084c0; }

