@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  * font-size: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #2F2F2F;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
}

a {
  color: #2F2F2F;
  text-decoration: none;
}
a:hover {
  color: #005CB7;
  text-decoration: underline;
}

@media (max-width: 428px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 428px) {
  br.sp {
    display: block;
  }
}

h1 {
  position: fixed;
  max-width: 100px;
  margin: 3em 0 0 3em;
  z-index: -1;
}
@media (max-width: 990px) {
  h1 {
    position: relative;
    margin-left: 9%;
    margin-bottom: 3%;
  }
}
@media (max-width: 428px) {
  h1 {
    display: none;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2F2F2F;
}
@media (max-width: 428px) {
  h2 {
    font-size: 5.8vw;
    margin-left: 5%;
  }
}
h2 span {
  font-size: 1.2rem;
  color: #767676;
  margin-left: 10px;
  font-weight: normal;
}
@media (max-width: 428px) {
  h2 span {
    font-size: 2.5vw;
  }
}

h3 {
  font-size: 1.8rem;
  color: #005CB7;
  font-weight: bold;
  margin-bottom: 3%;
}
@media (max-width: 428px) {
  h3 {
    margin-bottom: 10%;
  }
}
h3:before {
  content: '　';
  background: url("../images/yellow-point.png") no-repeat left 5px;
  background-size: 10px 10px;
  width: 2%;
}

@media (max-width: 428px) {
  a.link_button {
    display: block;
    padding: 8% 0;
    margin-top: 20%;
    background: #EFEFEF;
    transition: all 0.3s;
  }
  a.link_button:hover {
    background: #005CB7;
    color: #fff;
    text-decoration: none;
  }
}
p.link_button {
  font-size: 1.4rem;
}
p.link_button.footer {
  max-width: 800px;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  padding: 5% 0 10%;
  margin: 10% auto 4em 20%;
}
@media (max-width: 990px) {
  p.link_button.footer {
    max-width: 82%;
    margin-left: auto;
  }
}
@media (max-width: 428px) {
  p.link_button.footer {
    border: none;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
p.link_button:before {
  content: '　';
  background: url("../images/surf-school/arrow01.png") no-repeat left center;
  background-size: 16px auto;
  padding-right: 3px;
  margin-right: 0.25em;
}
@media (max-width: 428px) {
  p.link_button:before {
    background-size: auto 12px;
    padding-right: 0;
  }
}
@media (max-width: 428px) {
  p.link_button {
    margin-top: 1em;
    margin-left: 5%;
    font-size: 1.2rem;
  }
}

.flex_02 {
  max-width: 800px;
  margin: 0 auto 4em 20%;
  padding-top: 6.5em;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 990px) {
  .flex_02 {
    max-width: 82%;
    margin-left: auto;
    padding-top: 0;
  }
}
@media (max-width: 428px) {
  .flex_02 {
    display: block;
    margin: 1em auto 2em;
    max-width: 100%;
  }
}

.commons_box {
  max-width: 800px;
  margin: 0 auto 0 20%;
}
.commons_box.border {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10%;
  padding-bottom: 5%;
}
@media (max-width: 428px) {
  .commons_box.border {
    margin-bottom: 20%;
    padding-bottom: 10%;
  }
}
@media (max-width: 990px) {
  .commons_box {
    max-width: 82%;
    margin-left: auto;
    padding-top: 0;
  }
}
@media (max-width: 428px) {
  .commons_box {
    max-width: 90%;
  }
}
.commons_box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 428px) {
  .commons_box dl {
    display: block;
  }
}
.commons_box dl dt {
  width: 50%;
}
@media (max-width: 428px) {
  .commons_box dl dt {
    width: 100%;
    margin-bottom: 1em;
  }
}
.commons_box dl dd {
  width: 45%;
}
@media (max-width: 428px) {
  .commons_box dl dd {
    width: 100%;
    text-align: center;
  }
}
.commons_box dl dd strong {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.commons_box dl dd strong.long {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  text-align: left;
}
.commons_box dl dd strong em {
  padding: 0.23em 0.63em 0.23em 0.66em;
  margin-right: 0.75em;
  background: #005CB7;
  border-radius: 100px;
  display: inline-flex;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 428px) {
  .commons_box dl dd p {
    font-size: 1.4rem;
  }
}
.commons_box span.arrow {
  display: block;
  width: 50%;
  text-align: center;
  margin: 3% 0;
}
@media (max-width: 428px) {
  .commons_box span.arrow {
    width: 100%;
    margin: 8% 0;
  }
}
.commons_box span.arrow:before {
  content: '　';
  background: url("../images/surf-school/arrow02.png") no-repeat center center;
  background-size: 21px auto;
}
.commons_box ul.school_photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .commons_box ul.school_photo {
    display: block;
  }
}
.commons_box ul.school_photo li {
  width: 50%;
  line-height: 0;
}
@media (max-width: 428px) {
  .commons_box ul.school_photo li {
    width: 100%;
  }
}

.flex_02_footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #E6E6E6;
  padding-top: 2em;
  margin: 10% auto 0 20%;
  max-width: 800px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 990px) {
  .flex_02_footer {
    margin-left: auto;
  }
}
@media (max-width: 428px) {
  .flex_02_footer {
    max-width: 90%;
    flex-wrap: wrap-reverse;
  }
}

.flex_02_footer.info, .flex_02_footer.caution {
  /*注意書き*/
  margin-bottom: 0;
}

.flex_02_footer.info div.text {
  width: 78%;
}
@media (max-width: 428px) {
  .flex_02_footer.info div.text {
    width: 100%;
  }
}

.flex_02_footer.info div.text p {
  margin-bottom: 1.5em;
}

.flex_02_footer.info div.img {
  width: 18%;
}
@media (max-width: 428px) {
  .flex_02_footer.info div.img {
    width: 30%;
    display: inline-block;
    margin: 3% auto;
  }
}

.flex_02_footer.info div.img img {
  border: 1px solid #555;
  padding: 10px;
}

.flex_02_footer.caution {
  align-items: flex-start;
  font-size: 1.2rem;
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 428px) {
  .flex_02_footer.caution {
    display: block;
    max-width: 100%;
    margin-right: 0;
  }
}

.flex_02_footer.info div.text .flex_02_footer.caution p:first-child {
  width: 50%;
}
@media (max-width: 428px) {
  .flex_02_footer.info div.text .flex_02_footer.caution p:first-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.flex_02_footer.info div.text .flex_02_footer.caution p:first-child strong {
  font-weight: bold;
  display: block;
}

span.indent {
  display: block;
  margin-top: 0.5em;
  text-indent: -0.7em;
  padding-left: 0.7em;
}

strong.attention {
  display: inline-block;
  border: 2px solid #005CB7;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
  font-weight: bold;
}
strong.attention a {
  text-decoration: underline;
  font-weight: bold;
  color: #005CB7;
}
strong.attention a:hover {
  text-decoration: none;
}
@media (max-width: 428px) {
  strong.attention .pc {
    display: none;
  }
}
strong.attention .sp {
  display: none;
}
@media (max-width: 428px) {
  strong.attention .sp {
    display: inline-block;
  }
}
