*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  min-height: 100vh;
  line-height: 1.8;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

h1, h2, h3, h4 {
  line-height: 1.6;
}

button, input, label {
  line-height: 1.1;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
}

input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body, p, ul, td, th {
  margin: 0;
  padding: 0;
}

:root {
  --deep_blue: #0C3C78;
  --teal: #04879C;
  --pale_teal: #93c8d0;
  --baige: #FFF5E0;
  --pale_yellow: #f9f9e7;
  --graysh_yellow: #ede6ba;
  --pale_green: #E8EFCF;
}


body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
}

figure.no_margin {
  margin: 0;
}

code {
  background-color: #eee;
  border: 1px solid black;
  padding: 2px 4px;
  margin: 0 4px;
}

pre {
  text-indent: -0.5em;
}

pre[class*=language-] {
  border-radius: 0 0 0.5em 0.5em;
}

.cursor_pointer {
  cursor: pointer;
}

.sec_wrap {
  padding: 6.25rem 0;
}

.c_inner {
  max-width: 62.5rem;
  margin: 0 auto;
}

.sec_title {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 1.25rem 0;
}

footer {
  background: var(--pale_teal);
  margin-top: 3.75rem;
  padding: 10px 20px;
}
footer small {
  display: block;
  padding: 10px;
  text-align: center;
}
footer small a {
  text-decoration: none;
}

.mb_30 {
  margin-bottom: 30px;
}

.c_kv {
  background: var(--teal);
  padding: 5rem 0;
}

.c_kv_title_box {
  background: #fff;
  border: 4px solid #000;
  border-radius: 4px;
  box-shadow: 8px 8px 0 #000;
  padding: 1.25rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
.c_kv_title_box.column {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.c_kv_title_box img {
  vertical-align: middle;
}
.c_kv_title_box .ttl {
  font-size: 2.5rem;
  margin-top: 0;
}

.c_box {
  border: 4px solid var(--deep_blue);
  border-width: 3px 3px 6px 3px;
  border-radius: 30px;
  max-width: 80rem;
  padding: 1.25rem;
}
.c_box.desc {
  background: var(--graysh_yellow);
}
.c_box.desc + .related_post {
  margin-top: 1.25rem;
}
.c_box.related_post {
  background: var(--pale_yellow) url(../img/link_icon.svg) no-repeat left 5px center/4em;
  padding-left: 6em;
}

.c_sample_box_base {
  border: 6px solid var(--deep_blue);
  border-radius: 20px;
  margin-bottom: 80px;
}

.c_sample_box_title {
  background: var(--deep_blue);
  color: #fff;
  font-size: 1.25rem;
  margin-block-start: 0;
  padding: 1.25rem;
}

.c_sample_box_content {
  padding: 3.75rem 1.25rem;
}

.c_result_box .upper_box {
  background: var(--pale_teal);
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 6px 10px;
}
.c_result_box .result_main {
  border: 4px solid #333;
  border-radius: 0 0 10px 10px;
  padding: 30px 10px;
}

.code_wrap {
  margin-top: 30px;
}
.code_wrap .lang_name {
  background: #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
  margin: 0;
  padding: 10px 1em;
  position: relative;
  top: 0.5em;
}

.result_main p {
  margin-bottom: 1em;
}
.result_main .c_spacer {
  height: 30px;
}

.demo_list_all {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.demo_list_all a {
  margin: 0 1rem;
}/*# sourceMappingURL=style.css.map */