/* CSS Document */
/* ================== */
body {
  font-size: 15px;
  color: #0A1317;
  line-height: 1.6;
  background: #FFF;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

.ie8 body {
  min-width: 1000px;
}

/* -----------------------------------------
                   Clearfix 
   ----------------------------------------- */
ul:after,
li:after {
  content: "";
  display: table !important;
  float: none;
  clear: both;
}

/* Color -------------- */
/* Common -------------- */
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

body {
  letter-spacing: 0.75px;
}

p {
  font-size: 15px;
  line-height: 1.6;
}

h2, h3, h4, h5 {
  letter-spacing: 0.2px;
}

/* speedo_swimclub_202403  -------------- */
.mysection {
  max-width: 900px;
  margin: 0 auto !important;
  padding: 30px 20px;
}

.lead {
  color: #0a1317;
  text-align: center;
}
.lead__main {
  font-size: 20px;
  margin: 40px auto;
  font-weight: bold;
  line-height: 1.8;
}
.lead__main span {
  font-size: 15px;
  font-weight: normal;
}
.lead__date {
  font-size: 20px !important;
  border: 1px solid;
  padding: 15px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.lead__main2 {
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.lead__main2:before {
  display: block;
  content: "";
  position: absolute;
  height: 50px;
  transform: rotate(-40deg);
  width: 1px;
  background-color: #1952fb;
  top: 5px;
  left: -20px;
}
.lead__main2:after {
  display: block;
  content: "";
  position: absolute;
  height: 50px;
  transform: rotate(40deg);
  width: 1px;
  background-color: #1952fb;
  top: 5px;
  right: -20px;
}
.lead a {
  display: block;
  text-decoration: underline !important;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.lead img {
  width: 200px;
}

@media only screen and (min-width: 760px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .contentsHeader {
    margin: 0 auto;
  }
  .mysection {
    max-width: 100%;
    padding: 60px 20px !important;
  }
  .lead {
    padding: 90px 0 0;
  }
}/*# sourceMappingURL=style.css.map */