/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

@font-face {
  font-family: "ZenOldMincho";
  src: url("/fonts/ZenOldMincho-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("/fonts/ZenOldMincho-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("/fonts/ZenOldMincho-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  color: #222020;
}

@media (max-width: 480px) {
  body {
    font-size: 0.875rem;
  }
}
.text-white {
  color: #fff;
}

.text-orange {
  color: #fe874e;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #318ed7;
}

.bg-gray {
  background-color: #f1f1f1;
}

.bg-secondary-light {
  background-color: #e6ecf2;
}

.bg-primary {
  background-color: #fe874e;
}

.bg-primary-light {
  background-color: #fff6f2;
}

.bg-primary-light2 {
  background-color: #ffcbb2;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}

.text-2lg {
  font-size: 1.25rem;
}

.text-1xl {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-2xl {
  font-size: 2rem;
}

.text-3xl {
  font-size: 2.5rem;
}

.text-strong {
  font-size: 130%;
}

.dots {
  position: relative;
}

.dots::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .text-md {
    font-size: 0.875rem;
  }
  .text-lg {
    font-size: 1rem;
  }
  .text-1xl {
    font-size: 1.25rem;
  }
  .text-2xl {
    font-size: 1.5rem;
  }
}
.c-head_2 {
  margin-bottom: 4rem;
}

.c-head_4 {
  margin-bottom: 1.5rem;
}

.c-text {
  line-height: 1.65;
}

@media (max-width: 768px) {
  .c-head_2 {
    margin-bottom: 3rem;
    line-height: 1.75;
  }
  .c-head_4 {
    margin-bottom: 1rem;
  }
  .c-text {
    font-size: 1rem;
  }
}
.c-under-dotsLine {
  -webkit-text-decoration: underline dotted #fff;
          text-decoration: underline dotted #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4em;
}

.c-under-dotsLine-black {
  -webkit-text-decoration: underline dotted #333;
          text-decoration: underline dotted #333;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4em;
}