/*
guidance
---------------------------*/
#guidance .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 51px;
}
#guidance .title.kitayell .imgWrap {
  width: 125px;
  height: 65px;
}
#guidance .title.sapporoSports .imgWrap {
  width: 200px;
  height: 55px;
}
#guidance .title.sapporoSports .imgWrap img {
  -webkit-transform: scale(1.44);
          transform: scale(1.44);
}
#guidance .title .imgWrap {
  overflow: hidden;
}
#guidance .title .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#guidance .title .titleBorder {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#guidance .detail {
  margin-bottom: 30px;
}
#guidance .detail .imgWrap {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
#guidance .detail .imgWrap img {
  border-radius: 4px;
}
#guidance .detail .textWrap {
  position: relative;
  width: 100%;
  padding-top: 45px;
}
#guidance .detail .textWrap.staminaUp::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 90px;
  height: 77px;
  background: url("/img/common/icon-stamina_up.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#guidance .detail .textWrap p,
#guidance .detail .textWrap span.ib {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2.2;
  color: #031838;
}
#guidance .detail .textWrap .quotation {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #02B4E2;
}
#guidance .detail .textWrap .emphasis {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #006689;
}
#guidance .academyDetail {
  margin-bottom: 52px;
}
#guidance .academyDetail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#guidance .academyDetail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px 5px;
  background: #A0D8EF;
}
#guidance .academyDetail dt .en {
  font-size: 35px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #031838;
}
#guidance .academyDetail dt .jp {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #031838;
}
#guidance .academyDetail dd {
  width: 100%;
  padding: 20px 0;
  border-top: 3px solid #A0D8EF;
  border-bottom: 3px solid #A0D8EF;
}
#guidance .academyDetail dd p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #031838;
}
@media (min-width: 769px) {
  #guidance .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #guidance .title.kitayell .imgWrap {
    width: 140px;
    height: 80px;
  }
  #guidance .title.sapporoSports .imgWrap {
    width: 313px;
    height: 55px;
  }
  #guidance .title.sapporoSports .imgWrap img {
    -webkit-transform: scale(1.44);
            transform: scale(1.44);
  }
  #guidance .title .imgWrap {
    margin-right: 20px;
  }
  #guidance .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  #guidance .detail.textMain .imgWrap {
    width: 34%;
  }
  #guidance .detail.textMain .textWrap {
    width: 66%;
  }
  #guidance .detail .imgWrap {
    width: 38%;
    max-width: initial;
  }
  #guidance .detail .textWrap {
    width: 62%;
    padding-top: 0;
    padding-left: 30px;
  }
  #guidance .detail .textWrap.staminaUp::after {
    top: auto;
    bottom: 0;
    width: 10.5vw;
    max-width: 115px;
    height: 9vw;
    max-height: 100px;
  }
  #guidance .detail .textWrap p,
  #guidance .detail .textWrap span.ib {
    font-size: min(1.6vw, 20px);
  }
  #guidance .detail .textWrap .quotation {
    font-size: min(2.4vw, 35px);
  }
  #guidance .detail .textWrap .emphasis {
    font-size: min(2.1vw, 26px);
  }
  #guidance .academyDetail {
    margin-bottom: 52px;
  }
  #guidance .academyDetail dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #guidance .academyDetail dt {
    width: 30%;
    padding: 0;
  }
  #guidance .academyDetail dt .en {
    font-size: 40px;
  }
  #guidance .academyDetail dt .jp {
    margin-top: 16px;
    font-size: 14px;
  }
  #guidance .academyDetail dd {
    width: 70%;
    margin-left: 20px;
    padding: 32px 0;
  }
  #guidance .academyDetail dd p {
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  #guidance .academyDetail dt {
    width: 300px;
  }
  #guidance .academyDetail dt .en {
    font-size: 50px;
  }
  #guidance .academyDetail dt .jp {
    margin-top: 16px;
    font-size: 18px;
  }
  #guidance .academyDetail dd {
    width: calc(100% - 320px);
    margin-left: 20px;
    padding: 32px 0;
  }
  #guidance .academyDetail dd p {
    font-size: 20px;
  }
}

/*
venue
---------------------------*/
#venue .contents {
  margin-top: 35px;
}
#venue .contents .venueDetailWrap + .venueDetailWrap {
  margin-top: 50px;
}
#venue .contents .venueDetailWrap .venueName {
  padding: 4px 15px;
  background: #031838;
}
#venue .contents .venueDetailWrap .venueName p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #ffffff;
}
#venue .contents .venueDetailWrap .venueDetail {
  margin-top: 20px;
}
#venue .contents .venueDetailWrap .venueDetail .textWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#venue .contents .venueDetailWrap .venueDetail .textWrap dl + dl {
  margin-top: 17px;
}
#venue .contents .venueDetailWrap .venueDetail .textWrap dt {
  width: 100px;
  height: 36px;
  padding: 4px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
  background: #02B4E2;
}
#venue .contents .venueDetailWrap .venueDetail .textWrap dd {
  width: 100%;
  padding-left: 15px;
}
#venue .contents .venueDetailWrap .venueDetail .textWrap dd p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#venue .contents .venueDetailWrap .venueDetail .textWrap dd a {
  display: inline;
  color: #02B4E2;
  -webkit-text-decoration: underline dotted #02B4E2;
          text-decoration: underline dotted #02B4E2;
}
#venue .contents .venueDetailWrap .venueDetail .mapWrap {
  margin-top: 30px;
  padding: 6px;
  background: #ffffff;
  aspect-ratio: 5/3;
}
#venue .contents .venueDetailWrap .venueDetail .mapWrap iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  #venue .contents {
    margin-top: 72px;
  }
  #venue .contents .venueDetailWrap + .venueDetailWrap {
    margin-top: 100px;
  }
  #venue .contents .venueDetailWrap .venueName {
    padding: 4px 30px;
  }
  #venue .contents .venueDetailWrap .venueName p {
    font-size: 20px;
  }
  #venue .contents .venueDetailWrap .venueDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap {
    width: 43%;
    padding-right: 20px;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap dl.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap dl.col dd {
    width: 100%;
    margin-top: 10px;
    padding-left: 18px;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap dl + dl {
    margin-top: 36px;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap dt {
    height: 40px;
    font-size: 18px;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap dd {
    width: calc(100% - 100px);
    margin-top: 0;
  }
  #venue .contents .venueDetailWrap .venueDetail .mapWrap {
    width: 57%;
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  #venue .contents .venueDetailWrap .venueDetail .textWrap dt {
    width: 125px;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap dd {
    width: calc(100% - 125px);
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  #venue .contents .venueDetailWrap .venueDetail .textWrap {
    width: 50%;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap dt {
    width: 180px;
  }
  #venue .contents .venueDetailWrap .venueDetail .textWrap dd {
    width: calc(100% - 180px);
    padding-left: 40px;
  }
  #venue .contents .venueDetailWrap .venueDetail .mapWrap {
    width: 50%;
  }
}

/*
schedule
---------------------------*/
#schedule .table02 li {
  position: relative;
}
#schedule .table02 li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#schedule .table02 li > div.wd-12 {
  min-width: 80px;
}
#schedule .table02 li > div.wd-22 {
  min-width: 220px;
}
#schedule .table02 li > div.sp-wd-15 {
  min-width: 150px;
}
#schedule .table02 li > div.sp-wd-17 {
  min-width: 170px;
}
#schedule .table02 li > div.col-2 {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  height: 100px;
  z-index: 2;
}
#schedule .table02 li > div.col-left-66 {
  left: 500px;
}
#schedule .table02 li > div.col-left-78 {
  left: 580px;
}
#schedule .table02 li > div.bk-wh {
  background: #ffffff;
}
#schedule .table02 li > div.bk-gray {
  background: #F3F6F9;
}
#schedule .table02 li > div .label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#schedule .table02 li > div .label.close span {
  color: #ffffff;
  background: #DD0000;
}
#schedule .table02 li > div .label + p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#schedule .table02 li > div .label span {
  width: 80px;
  padding: 6px 0;
  background: #A0D8EF;
}
#schedule .attention {
  margin-top: 10px;
}
#schedule .attention p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#schedule .attention p .logoColor {
  color: #02B4E2;
}
#schedule .calendar {
  margin-top: 40px;
}
#schedule .calendar .imgWrap {
  margin-top: 30px;
}
@media (min-width: 769px) {
  #schedule .table02 li > div.wd-12 {
    min-width: 120px;
  }
  #schedule .table02 li > div.wd-22 {
    min-width: 220px;
  }
  #schedule .table02 li > div.col-2 {
    height: 128px;
  }
  #schedule .table02 li > div.col-left-66 {
    left: 660px;
  }
  #schedule .table02 li > div.col-left-78 {
    left: 780px;
  }
  #schedule .attention {
    margin-top: 16px;
  }
  #schedule .attention p {
    font-size: 16px;
  }
  #schedule .calendar {
    margin-top: 80px;
  }
  #schedule .calendar .imgWrap {
    margin-top: 60px;
  }
}
@media (min-width: 1000px) {
  #schedule .table02 li > div.wd-12 {
    width: 12%;
    min-width: initial;
  }
  #schedule .table02 li > div.wd-22 {
    width: 22%;
    max-width: 240px;
    min-width: initial;
  }
  #schedule .table02 li > div.col-left-66 {
    left: 66%;
  }
  #schedule .table02 li > div.col-left-78 {
    left: 78%;
  }
}

/*
join
---------------------------*/
#join .detailWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#join .detailWrap + .detailWrap {
  margin-top: 50px;
}
#join .detailWrap:nth-of-type(2n+1) .textWrap {
  padding: 0 3%;
}
#join .detailWrap:nth-of-type(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#join .detailWrap:nth-of-type(2n) .textWrap {
  padding-left: 5%;
}
#join .detailWrap .textWrap {
  width: 100%;
  margin-bottom: 25px;
}
#join .detailWrap .textWrap .titleWrap {
  position: relative;
  width: 200px;
  padding: 0 18px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
#join .detailWrap .textWrap .titleWrap .slash::before {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: #02B4E2;
}
#join .detailWrap .textWrap .titleWrap .slash::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background: #02B4E2;
}
#join .detailWrap .textWrap .titleWrap .slash.left::before {
  left: 0;
}
#join .detailWrap .textWrap .titleWrap .slash.left::after {
  left: 8px;
}
#join .detailWrap .textWrap .titleWrap .slash.right::before {
  right: 0;
}
#join .detailWrap .textWrap .titleWrap .slash.right::after {
  right: 8px;
}
#join .detailWrap .textWrap .titleWrap .title {
  padding: 13px 0;
  background: #02B4E2;
}
#join .detailWrap .textWrap .titleWrap .title p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
#join .detailWrap .textWrap .detail {
  margin-top: 15px;
}
#join .detailWrap .textWrap .detail li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#join .detailWrap .textWrap .detail p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#join .detailWrap .textWrap .attention {
  margin-top: 5px;
}
#join .detailWrap .textWrap .attention p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#join .detailWrap .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 25px 4px rgba(79, 186, 218, 0.15);
          box-shadow: 0px 0px 25px 4px rgba(79, 186, 218, 0.15);
  aspect-ratio: 70/47;
}
#join .detailWrap .imgWrap.logo img {
  height: 40vw;
  max-height: 200px;
}
@media (min-width: 769px) {
  #join .detailWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #join .detailWrap + .detailWrap {
    margin-top: 67px;
  }
  #join .detailWrap:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #join .detailWrap .textWrap {
    width: 52%;
    margin-bottom: 0;
  }
  #join .detailWrap .textWrap .titleWrap {
    width: 235px;
  }
  #join .detailWrap .textWrap .titleWrap .title {
    padding: 20px 0;
  }
  #join .detailWrap .textWrap .titleWrap .title p {
    font-size: 26px;
  }
  #join .detailWrap .textWrap .detail {
    margin-top: 25px;
  }
  #join .detailWrap .textWrap .detail p {
    font-size: 20px;
  }
  #join .detailWrap .textWrap .attention {
    margin-top: 10px;
  }
  #join .detailWrap .textWrap .attention p {
    font-size: 16px;
  }
  #join .detailWrap .imgWrap {
    width: 48%;
    max-width: initial;
  }
}
@media (min-width: 1000px) {
  #join .detailWrap:nth-of-type(2n+1) .textWrap {
    padding: 0 3% 0 5%;
  }
}
@media (min-width: 1440px) {
  #join .detailWrap:nth-of-type(2n+1) .textWrap {
    padding: 0 70px 0 150px;
  }
  #join .detailWrap:nth-of-type(2n) .textWrap {
    padding-left: 70px;
  }
  #join .detailWrap .textWrap .titleWrap {
    position: relative;
    width: 270px;
  }
  #join .detailWrap .textWrap .titleWrap .title {
    padding: 20px 0;
  }
  #join .detailWrap .textWrap .titleWrap .title p {
    font-size: 30px;
  }
  #join .detailWrap .textWrap .detail {
    margin-top: 40px;
  }
  #join .detailWrap .textWrap .detail p {
    font-size: 22px;
  }
  #join .detailWrap .textWrap .attention {
    margin-top: 16px;
  }
  #join .detailWrap .textWrap .attention p {
    font-size: 18px;
  }
}

/*
membershipFee
---------------------------*/
#membershipFee .table02 {
  margin-top: 51px;
}
#membershipFee .table02 li > div.wd-28 {
  width: 28%;
  min-width: 180px;
}
#membershipFee .table02 li > div.wd-32 {
  width: 32%;
  min-width: 200px;
}
#membershipFee .table02 li > div.wd-36 {
  width: 36%;
  min-width: 230px;
}
#membershipFee .table02 li > div.wd-40 {
  width: 40%;
  min-width: 280px;
}
#membershipFee .credit {
  margin-top: 40px;
}
#membershipFee .credit ul {
  margin-top: 25px;
}
#membershipFee .credit ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #031838;
}
#membershipFee .credit ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: #A0D8EF;
  border-radius: 50%;
}
#membershipFee .credit .creditImgWrap {
  margin: 10px 0 0 30px;
  width: 150px;
}
@media (min-width: 769px) {
  #membershipFee .table02 li > div.wd-28 {
    min-width: initial;
  }
  #membershipFee .table02 li > div.wd-32 {
    min-width: initial;
  }
  #membershipFee .table02 li > div.wd-36 {
    min-width: initial;
  }
  #membershipFee .table02 li > div.wd-40 {
    min-width: initial;
  }
  #membershipFee .credit {
    margin-top: 80px;
  }
  #membershipFee .credit ul {
    margin-top: 51px;
  }
  #membershipFee .credit ul li {
    padding-left: 30px;
    font-size: 18px;
  }
  #membershipFee .credit ul li::before {
    top: 11.5px;
  }
}

/*
uniform
---------------------------*/
#uniform .wrap {
  padding-top: 100px;
}
#uniform .sectionTitle {
  position: relative;
}
#uniform .sectionTitle .label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -90px;
  left: 0;
  margin: auto 0;
  width: 85px;
  height: 85px;
  background: #ffffff;
  border: 3px solid #031838;
  border-radius: 50%;
}
#uniform .sectionTitle .label p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #031838;
  text-align: center;
}
#uniform .uniformWrap {
  margin-top: 45px;
}
#uniform .uniformWrap + .uniformWrap {
  margin-top: 50px;
}
#uniform .uniformWrap .title {
  margin-bottom: 30px;
  padding-bottom: 7px;
  border-bottom: 2px solid #006689;
}
#uniform .uniformWrap .title p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #031838;
}
#uniform .uniformWrap .uniformContents .table02 {
  width: 100%;
}
#uniform .uniformWrap .uniformContents .table02 .contents li > div p {
  background: #ffffff;
}
#uniform .uniformWrap .uniformContents .table02 li > div.wd-50 {
  width: 50%;
}
#uniform .uniformWrap .uniformContents .table02 .attention {
  margin-top: 10px;
}
#uniform .uniformWrap .uniformContents .table02 .attention p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#uniform .uniformWrap .uniformContents .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 450px;
  margin: 30px auto 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 4px rgba(79, 186, 218, 0.15);
          box-shadow: 0px 0px 25px 4px rgba(79, 186, 218, 0.15);
}
#uniform .otherAttention {
  margin-top: 10px;
}
#uniform .otherAttention p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
@media (min-width: 500px) {
  #uniform .wrap {
    padding-top: 60px;
  }
  #uniform .sectionTitle .label {
    top: 0;
    bottom: 0;
    background: #ffffff;
    border: 3px solid #031838;
  }
}
@media (min-width: 769px) {
  #uniform .wrap {
    padding-top: 120px;
  }
  #uniform .sectionTitle .label {
    top: 0;
    bottom: 0;
    width: 140px;
    height: 140px;
    background: #ffffff;
    border: 3px solid #031838;
  }
  #uniform .sectionTitle .label p {
    font-size: 18px;
  }
  #uniform .uniformWrap {
    margin-top: 72px;
  }
  #uniform .uniformWrap .uniformContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #uniform .uniformWrap .uniformContents .table02 {
    width: 70%;
    max-width: initial;
    padding-right: 40px;
  }
  #uniform .uniformWrap .uniformContents .table02 .attention {
    margin-top: 16px;
  }
  #uniform .uniformWrap .uniformContents .table02 .attention p {
    font-size: 16px;
  }
  #uniform .uniformWrap .uniformContents .imgWrap {
    width: 30%;
    margin: 0;
  }
  #uniform .otherAttention {
    margin-top: 0;
  }
  #uniform .otherAttention p {
    font-size: 16px;
  }
}/*# sourceMappingURL=school-detail.css.map */