:root {
  font-size: 62.5%;
}

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

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: myriad-pro, helvetica, Arial, meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

html.theme-KJ body {
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

html[lang=fr] body {
  font-family: myriad-pro, Arial, Verdana, sans-serif;
}

html[lang=ko] body {
  font-family: source-han-sans-korean, Dotum, Arial, sans-serif;
  word-break: keep-all;
}

html[lang=th] body {
  font-family: thongterm, Tahoma, Arial, sans-serif;
}

html.theme-KC body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

html.theme-KW body {
  font-family: source-han-sans-traditional, helvetica, arial, sans-serif;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace;
}

a {
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong,
em {
  font-weight: 700;
}

cite,
dfn,
em {
  font-style: normal;
}

i {
  font-style: italic;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-size: 100%;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

.resources-layout-header {
  border-bottom: 1px solid #d0d0d0;
  background: #fff;
}
.resources-layout-header-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  max-width: 1480px;
  margin-inline: auto;
  padding: 22px 20px;
  gap: 24px;
}
.resources-layout-header-logo {
  margin: 0;
  line-height: 1;
}
.resources-layout-header-logo > a {
  display: block;
  line-height: 1;
}
.resources-layout-header-logo img {
  width: 136px;
  height: auto;
}
.resources-layout-header-utilityGroup {
  justify-self: end;
}
.resources-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .resources-layout-header-content {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .resources-layout-header-logo img {
    width: 90px;
  }
}

.resources-sectionConversion {
  background: radial-gradient(50% 50% at 50% 50%, #355049 0%, #1d2c32 100%);
}
.resources-sectionConversion-content {
  max-width: 1480px;
  margin-inline: auto;
  padding: 40px 20px;
}

.resources-cardConversion {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  padding: 32px;
  gap: 40px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .resources-cardConversion {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 16px;
  }
}
.resources-cardConversion-body {
  flex: 1;
}
.resources-cardConversion-body.of-primary {
  flex: none;
  width: 100%;
  max-width: 264px;
}
@media screen and (max-width: 1023px) {
  .resources-cardConversion-body.of-primary {
    max-width: none;
  }
}
.resources-cardConversion-text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .resources-cardConversion-text {
    font-size: 15px;
  }
}

.resources-layout-footer {
  background-color: #000;
  color: #fff;
}
.resources-layout-footer-content {
  max-width: 1480px;
  margin-inline: auto;
  padding: 18px 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.resources-layout-footer-copyright {
  color: #b9bdbe;
  font-size: 12px;
}
.resources-layout-footer-copyright small {
  font-size: inherit;
}
.resources-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 16px 32px;
  font-size: 12px;
  line-height: 1.2;
  list-style: none;
}
.resources-layout-footer-list > li {
  position: relative;
}
.resources-layout-footer-list > li + li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #b9bdbe;
  content: "";
}
@media screen and (max-width: 1023px) {
  .resources-layout-footer-list > li.resources-layout-footer-copyright {
    width: 100%;
    text-align: center;
  }
  .resources-layout-footer-list > li.resources-layout-footer-copyright::before {
    content: none;
  }
}
.resources-layout-footer-list a {
  color: inherit;
  text-decoration: none;
}

.resources-button {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #277a80 0%, #66b9be 100%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .resources-button:hover {
    background: linear-gradient(90deg, #23666b 0%, #49898d 100%);
  }
}
.resources-button-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  gap: 12px;
}
.resources-button-text {
  flex: 1;
}
.resources-button[class*=of-icon-] .resources-button-body::after {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.resources-button.of-icon-inquiry .resources-button-body::after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M75%2c55.1H18.1l-13%2c19.8V12.3c0-4%2c3.2-7.2%2c7.2-7.2H75V55.1z%20M84.9%2c25.1V65H26.7l-6.5%2c10h61.7l13%2c19.8V25.1H84.9z%22%2f%3e%3c%2fsvg%3e");
}
.resources-button.of-primary {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .resources-button.of-primary {
    width: 100%;
    font-size: 14px;
  }
}
.resources-button.of-primary .resources-button-body {
  padding: 10px 40px 10px 36px;
}
@media screen and (max-width: 1023px) {
  .resources-button.of-primary .resources-button-body {
    padding: 8px 12px 8px 16px;
  }
}

.resources-listButton {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .resources-listButton {
    justify-content: center;
    gap: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .resources-listButton > li {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .resources-largeScreen-hide {
    display: none;
  }
  .resources-largeScreen-line-break {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .resources-smallScreen-hide {
    display: none;
  }
  .resources-smallScreen-line-break {
    display: block;
  }
}
