@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
blockquote, dl, dd, figure, ol, ul, p, pre {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

a:active, a:focus,
button:focus, input[type="button"] {
  outline: none;
}

article, aside, details, figure, figcaption, footer, header, main, nav, section {
  display: block;
}

address, em, i {
  font-style: normal;
}

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

ol, ul {
  list-style-type: none;
  padding: 0;
}

li {
  vertical-align: top;
}

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

tr {
  vertical-align: top;
}

th, td {
  padding: 0;
}

/* リード
   ========================================================================== */
#block-lead {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
  margin: 50px 0 60px;
}

@media screen and (max-width: 1024px) {
  #block-lead {
    width: 70%;
    margin: 30px auto;
  }
}

@media screen and (max-width: 480px) {
  #block-lead {
    width: 90%;
    margin: 20px auto;
  }
}

/* 関与先さまの永続的繁栄のために
   ========================================================================== */
#block-idea {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #block-idea {
    margin-bottom: 40px;
  }
}

/* TKC全国会の事業目的
   ========================================================================== */
#block-tkc {
  counter-reset: ranking;
}

#block-tkc ol {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bolder;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #block-tkc ol {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  #block-tkc ol {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

#block-tkc li {
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #block-tkc li {
    padding-left: 50px;
  }
}

@media screen and (max-width: 480px) {
  #block-tkc li {
    padding-left: 40px;
  }
}

#block-tkc li::before {
  content: counter(ranking, decimal);
  counter-increment: ranking;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
  padding: 5px 10px;
  background: #2498ed;
}

@media screen and (max-width: 768px) {
  #block-tkc li::before {
    font-size: 18px;
    font-size: 1.125rem;
    top: 2px;
  }
}

@media screen and (max-width: 480px) {
  #block-tkc li::before {
    font-size: 16px;
    font-size: 1rem;
    top: 0;
  }
}

#inner-tkc {
  width: 640px;
  margin: 40px auto 0;
}

@media screen and (max-width: 1024px) {
  #inner-tkc {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  #inner-tkc {
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  #inner-tkc div {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #inner-tkc div {
    width: 80%;
  }
}

#inner-tkc p {
  margin: 25px 0 30px;
}

@media screen and (max-width: 480px) {
  #inner-tkc p {
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  #inner-tkc .btn-link a {
    padding-right: 50px;
    padding-left: 20px;
  }
}
