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;
  /* Added for modern use */
  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;
}

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;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #ffffff;
  color: #000000;
}

.sp_only {
  display: none;
}

#sidebar {
  display: none;
}

/***** パンくず *****/

/***** END｜パンくず *****/

/***** mainコンテンツ *****/
.docs_download_flex {
  display: flex;
  gap: 20px;
}

.docs_download_flex_left {
  width: 60%;
  padding: 20px;
}

.docs_download_flex_right {
  width: 40%;
}

.page_title_contents h1 {
  font-size: 2rem;
  font-weight: 700;
  list-style: 1.5;
  position: relative;
  margin-bottom: 2.5rem;
}

.docs_download h2.sub_title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 20px;
}

.page_title_contents p {
  font-size: 16px;
  list-style: 1.5;
}

.docs_download_flex_left p {
  padding: 20px 20px 20px 0;
  line-height: 1.5;
  font-size: 16px;
  color: #3b3b3b;
}

.docs_download_content_area {
  margin-top: 30px;
}

.docs_download_content_area h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  color: #fff;
  background-color: #169442;
  border-radius: 30px;
}

.docs_download_content_area ul {
  margin-top: 15px;
  padding: 10px;
}

.docs_download_content_area ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.docs_download_content_area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url('../images/check_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .docs_download_flex {
    flex-direction: column;
  }

  .docs_download_flex_left {
    width: 100%;
  }

  .docs_download_flex_right {
    width: 100%;
  }
}

/***** END｜mainコンテンツ *****/

/*****  *****/

/***** END｜ *****/

/*****  *****/

/***** END｜ *****/