@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  margin-bottom: 56px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* --------------------------
 変数
-------------------------- */
/* base width */
/* color */
/* breakpoint */
/* --------------------------
  extend用style
-------------------------- */
.l-footer-lower a {
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}
.l-footer-lower a:hover {
  text-decoration: none;
  border-bottom-color: rgba(238, 140, 21, 0.8);
}

/* --------------------------
 base
-------------------------- */
@font-face {
  font-family: MyYuGothic;
  font-weight: normal;
  src: local(YuGothic-Medium),
       local("Yu Gothic Medium");
}
@font-face {
  font-family: MyYuGothic;
  font-weight: bold;
  src: local(YuGothic-Bold),
       local("Yu Gothic");
}
body {
  color: #000;
  font: 16px/1.7 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, MyYuGothic, "Helvetica Neue", "Segoe UI", "メイリオ", "Meiryo", "sans-serif";
  font-weight: 400;
}
.is-menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

html :where(img) {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #EE8C15;
}

/* --------------------------
 break piont
-------------------------- */
/* --------------------------
 include専用mixin
-------------------------- */
/* --------------------------
 header
-------------------------- */
.l-header {
  background: #EE8C15;
}
.l-header-inner {
  display: grid;
  align-items: center;
  grid-template: "plus-logo . menu" auto/210px 32px 1fr;
  max-width: 1216px;
  margin: 0 auto;
  padding: 16px;
}
.l-header-plus-logo {
  grid-area: plus-logo;
}
.l-header-plus-logo a {
  display: inline-block;
}
.l-header-btn {
  display: none;
}
.l-header-menu {
  grid-area: menu;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875em;
  font-weight: bold;
}
.l-header-menu__list {
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-gap: 14px;
}
.l-header-menu__list:hover li a:not(:hover) {
  opacity: 0.6;
}
.l-header-menu__item a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-header-menu__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: height 0.2s;
}
.l-header-menu__item a:hover::after {
  height: 4px;
}
.l-header-menu__item img {
  margin-left: 4px;
}
.l-header-logo {
  grid-area: logo;
  flex-shrink: 0;
}
.l-header-logo a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  background: #fff;
}

/* --------------------------
 footer
-------------------------- */
.l-footer {
  background: #EE8C15;
}
.l-footer-upper {
  display: grid;
  align-items: center;
  grid-template: "plus-logo . menu" auto/210px 32px 1fr;
  max-width: 1216px;
  margin: 0 auto;
  padding: 32px 16px;
}
.l-footer-plus-logo {
  grid-area: plus-logo;
}
.l-footer-plus-logo a {
  display: inline-block;
}
.l-footer-menu {
  grid-area: menu;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875em;
  font-weight: bold;
}
.l-footer-menu__list {
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-gap: 14px;
}
.l-footer-menu__list:hover li a:not(:hover) {
  opacity: 0.6;
}
.l-footer-menu__item a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer-menu__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: height 0.2s;
}
.l-footer-menu__item a:hover::after {
  height: 4px;
}
.l-footer-menu__item img {
  margin-left: 4px;
}
.l-footer-logo {
  grid-area: logo;
  flex-shrink: 0;
}
.l-footer-logo a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  background: #fff;
}
.l-footer-lower {
  padding: 0 16px;
}
.l-footer-lower a {
  padding-bottom: 5px;
  color: #fff;
  text-decoration: none;
}
.l-footer-lower a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.l-footer-lower__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: center;
}
.l-footer-lower__item {
  font-size: 0.75em;
}
.l-footer-copy {
  padding: 32px 16px 24px;
  color: #fff;
  text-align: center;
}
.l-footer-copy small {
  font-size: 0.75em;
}

/* --------------------------
 column layout
-------------------------- */
.l-1col {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 16px;
}

.l-1col-wide {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
}

.l-2col {
  display: grid;
  grid-template-columns: 896px 1fr;
  grid-gap: 32px;
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 16px;
}

/* --------------------------
 side fixed layout
-------------------------- */
.l-has-side-form {
  display: grid;
  grid-template-columns: 1fr 320px;
}
.l-has-side-form__main-inner {
  max-width: calc(1216px - (304px - (100vw - 1216px) / 2));
  margin-left: auto;
}
.l-has-side-form__side {
  height: 100%;
}

/* --------------------------
 icon
-------------------------- */
svg.icon {
  vertical-align: middle;
}

.icon-download {
  width: 14px;
  height: 16px;
  fill: #fff;
}

.icon_ex_link {
  width: 14px;
  height: 12px;
  fill: #fff;
}
.icon_ex_link--orange {
  fill: #EE8C15;
}

.icon_arrow_line_right {
  width: 16px;
  height: 16px;
  fill: #EE8C15;
}

.icon_search {
  width: 14px;
  height: 14px;
  fill: #EE8C15;
}

.icon_pause {
  width: 7px;
  height: 9px;
  fill: #BCBCBC;
}

.icon_play {
  width: 7px;
  height: 9px;
  fill: #EE8C15;
}

.icon_arrow_backward_w {
  width: 11px;
  height: 12px;
  fill: #000;
}

.icon_arrow_backward {
  width: 7px;
  height: 12px;
  fill: #000;
}

.icon_arrow_forward_w {
  width: 11px;
  height: 12px;
  fill: #000;
}

.icon_arrow_forward {
  width: 7px;
  height: 12px;
  fill: #000;
}

.icon_arrow-dropdown {
  width: 16px;
  height: 16px;
  fill: #000;
}

.icon_arrow_bottom_w {
  width: 16px;
  height: 16px;
  fill: #EE8C15;
}

/* --------------------------
 headline
-------------------------- */
.c-plus-headline {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 8px solid;
  color: #EE8C15;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
}
.c-contents-list + .c-plus-headline {
  margin-top: 40px;
}

.c-plus-headline--has-add {
  display: flex;
  align-items: center;
}
.c-plus-headline--has-add-item {
  position: relative;
  display: flex;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  align-items: center;
  margin-left: 20px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.c-plus-headline--has-add-item span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EE8C15;
  opacity: 0;
}
.c-plus-headline--has-add-item:hover span::after {
  opacity: 1;
}
.c-plus-headline--has-add-item svg[class^=icon] {
  margin-left: 4px;
}

.c-plus-headline--has-icon {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
}
.c-plus-headline--has-icon-item {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.c-plus-headline-secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #EE8C15;
}
.c-plus-headline-secondary-ttl {
  color: #EE8C15;
  font-size: 1.125em;
  font-weight: bold;
}
.c-contents-list + .c-plus-headline-secondary {
  margin-top: 17px;
}

.c-plus-headline-page {
  margin-top: 58px;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4;
}
.c-plus-headline-page__txt {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 0.875em;
}

/* --------------------------
 breadcrumb
-------------------------- */
.c-breadcrumb {
  display: flex;
  gap: 1em;
  max-width: 1216px;
  margin: 0 auto;
  padding: 24px 16px 0;
  font-size: 0.75em;
  overflow-x: scroll;
  overflow-y: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb-item:not(:first-child)::before {
  content: ">";
  margin-right: 1em;
}
.c-breadcrumb-item a {
  color: #000;
  text-decoration: none;
}
.c-breadcrumb-item a:hover {
  text-decoration: underline;
}

/* --------------------------
 button
-------------------------- */
.c-button {
  display: inline-block;
  border: none;
  background: #8FC7C9;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  transition: background 0.3s;
}
.c-button--small {
  font-size: 0.75em;
  padding: 6px 10px;
}
.c-button--middle {
  font-size: 0.875em;
  padding: 12px 16px;
}
.c-button span {
  vertical-align: middle;
}
.c-button:hover {
  background: #43ABAF;
}
.c-button--arrow {
  position: relative;
  padding-right: 30px;
}
.c-button--arrow svg.icon_arrow_forward {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 5px;
  height: 9px;
  margin-top: -4px;
  fill: #fff;
}

/* --------------------------
 search form
-------------------------- */
.c-search-form {
  display: grid;
  width: 212px;
  grid-template-columns: 1fr 32px;
  border: 1px solid #EE8C15;
  font-size: 0.875em;
}
.c-search-form-input {
  min-width: 0;
  max-width: none;
  padding: 9px;
  border: none;
  background: none;
}
.c-search-form-input:focus {
  outline: none;
  background: #FDF4DB;
}
.c-search-form-input:focus + .c-search-form-submit, .c-search-form-input:focus ~ .c-search-form-submit {
  background: #FDF4DB;
}
.c-search-form-submit {
  padding: 9px;
  border: none;
  background: none;
}

/* --------------------------
 article contents list
-------------------------- */
.c-contents-list {
  display: grid;
  grid-gap: 16px;
}
.c-contents-list + .c-contents-list {
  margin-top: 32px;
}
.c-plus-headline-page + .c-contents-list, .c-plus-headline-page + #hs_cos_wrapper_main_content .hs_cos_wrapper .c-contents-list:first-child, .c-plus-headline-page + template + .c-contents-list  {
  margin-top: 32px;
}
.c-contents-list-item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.c-contents-list-item__img {
  position: relative;
  text-align: center;
}
.c-contents-list-item__img > img {
  width: 288px;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-contents-list--4col .c-contents-list-item__img > img {
  width: 212px;
  height: 106px;
}

.c-contents-list-item__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
  background: #000;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
}
.c-contents-list-item__free {
  position: absolute;
  top: 8px;
  right: 8px;
}
.c-contents-list-item__txt {
  line-height: 1.58;
  word-break: break-all;
}
.c-contents-list-item__ranking {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.c-contents-list--3col {
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
}
.c-contents-list--3col .c-contents-list-item__txt {
  padding: 12px;
  font-size: 0.875em;
}
.c-contents-list--4col {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
.c-contents-list--4col .c-contents-list-item__txt {
  padding: 9px;
  font-size: 0.75em;
}
.c-contents-list--side {
  grid-template-columns: 1fr;
  margin-top: 16px;
}
.c-contents-list--side .c-contents-list-item__txt {
  padding: 12px;
  font-size: 0.875em;
}

/* --------------------------
 paging
-------------------------- */
.c-paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
  padding: 0 16px;
}
.c-paging-item {
  display: grid;
  align-items: center;
  justify-content: center;
}
.c-paging-item--is-current {
  font-weight: bold;
  color: #EE8C15;
}
.c-paging-item a, .c-paging-item span {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}
.c-paging-item a {
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  transition: background 0.2s;
}
.c-paging-item a:hover {
  background: #EEB10A;
}
.c-paging-item svg {
  vertical-align: initial;
}
.hs-search-results .c-paging-item a {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* --------------------------
 background colog
-------------------------- */
.c-bg-color, .hs-landing-page {
  background-color: #F2F2F2;
}

/* --------------------------
 study (download contents)
-------------------------- */
.p-study-contents {
  margin-top: 56px;
  background: #F2F2F2;
}
.p-study-contents-inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 64px 16px;
}
.p-study-contents-txt {
  margin-top: 16px;
  font-size: 0.875em;
}
.p-study-contents__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 16px;
}
.p-study-contents__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
}
.p-study-contents__item-thumb {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #EEB10A;
}
.p-study-contents__item-ttl {
  font-size: 0.875em;
  font-weight: bold;
}
.p-study-contents__item-ttl > span {
  margin-right: 8px;
}
.p-study-contents__item-txt {
  margin-top: 8px;
  font-size: 0.75em;
}

/* --------------------------
 top page
-------------------------- */
.p-top-slider {
  width: 100%;
  height: 320px;
}
.p-top-slider-wrapper {
  background: #F2F2F2;
  padding: 32px 0 16px;
  overflow: hidden;
}
.p-top-slider-slide {
  width: 640px;
  height: 320px;
}
.p-top-slider-slide a {
  display: block;
  position: relative;
}
.p-top-slider-slide__text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  align-items: center;
  width: 100%;
  height: 96px;
  box-sizing: border-box;
  padding: 12px 28px;
  background: rgba(0, 0, 0, 0.4);
}
.p-top-slider-slide__text p {
  color: #fff;
}
.p-top-slider-button-next, .p-top-slider-button-prev {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-slider-button-next svg, .p-top-slider-button-prev svg {
  fill: #EE8C15;
}
.p-top-slider-button-next {
  left: calc(50% + 320px + 8px);
}
.p-top-slider-button-prev {
  right: calc(50% + 320px + 8px);
}
.p-top-slider-pagination {
  display: inline-block;
  width: auto !important;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.p-top-slider-pagination > * {
  vertical-align: middle;
}
.p-top-slider-pagination-wrapper {
  margin-top: 12px;
  line-height: 1;
  text-align: center;
}
.p-top-slider-pagination-pause {
  display: inline-block;
  cursor: pointer;
}
.p-top-slider-pagination-pause .icon_play {
  display: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #BCBCBC;
  opacity: 2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #EE8C15;
}

.p-top-contents {
  margin-top: 60px;
}
.p-top-contents__headline-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* --------------------------
 article page
-------------------------- */
.p-article {
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 16px;
}
.p-article-contents {
  margin-top: 24px;
}
.p-article-mv img {
  width: 100%;
  height: auto;
}
.p-article-header {
  margin: 40px 0;
}
.p-article-header__badge {
  display: inline-block;
  margin-bottom: 32px;
}
.p-article-header__badge a {
  padding: 6px 8px;
  background: #000;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  text-decoration: none;
}
.p-article-header__badge a:hover {
  text-decoration: none;
}
.p-article-header__shoulder {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.4;
}
.p-article-header__ttl {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4;
}
.p-article-body * {
  word-break: break-all;
}
.p-article-body h1,
.p-article-body h2 {
  margin: 56px 0 12px;
  color: #EE8C15 !important;
  font-size: 1.25em !important;
  font-weight: bold;
}
.p-article-body h2 span {
  color: inherit !important;
  font-size: inherit !important;
}
.p-article-body h3,
.p-article-body h4,
.p-article-body h5,
.p-article-body h6 {
  margin: 56px 0 12px;
  color: #EE8C15 !important;
  font-size: 1em !important;
  font-weight: bold;
}
.p-article-body h3 span,
.p-article-body h4 span,
.p-article-body h5 span,
.p-article-body h6 span {
  color: inherit !important;
  font-size: inherit !important;
}
.p-article-body p,
.p-article-body ul,
.p-article-body ol,
.p-article-body dl {
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 2;
}
.p-article-body p:only-child {
  margin: 0;
}
.p-article-body img,
.p-article-body picture,
.p-article-body figure {
  display: block;
  margin: 56px 0;
}
.p-article-body picture > img,
.p-article-body figure > img {
  margin: 0;
}
.p-article-body figcaption {
  margin-top: 16px;
  font-size: 0.75em;
  color: #777;
}
.p-article-body hr {
  margin: 56px 10%;
  border: none;
  border: 1px solid #EE8C15;
}
.p-article-body ul,
.p-article-body ol {
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.p-article-body ul,
.p-article-body ul > li {
  list-style: disc;
}
.p-article-body ol,
.p-article-body ol > li {
  list-style: decimal;
}
.p-article-body dd {
  padding-left: 1em;
}
.p-article-body strong {
  font-weight: bold;
}
.p-article-body em {
  font-style: italic;
}
.p-article-body table {
  width: 100%;
  margin: 56px 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #071E5B;
}
.p-article-body table thead tr {
  font-size: 0.875em;
  background: #071E5B;
  color: #fff;
}
.p-article-body table tbody tr {
  font-size: 0.875em;
}
.p-article-body table tbody tr:nth-child(even) {
  background-color: #eee;
}
.p-article-body table th, .p-article-body table td {
  padding: 8px;
}
.p-article-body blockquote {
  margin: 56px 0;
  padding: 24px;
  background-color: #f8f8f8;
  border-left: 4px solid #ccc;
  font-style: italic;
}
.p-article-srv-links {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.p-article-srv-links a {
  color: #000;
  text-decoration: none;
}
.p-article-srv-links__item {
  display: grid;
  grid-template-columns: 288px 1fr;
  border: 1px solid #000;
}
.p-article-srv-links__img {
  position: relative;
}
.p-article-srv-links__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
  background: #000;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
}
.p-article-srv-links__txt {
  display: grid;
  align-items: center;
  justify-content: center;
}
.p-article-srv-links__txt-inner {
  padding: 8px 24px;
}
.p-article-srv-links__txt p {
  margin-bottom: 8px;
  font-size: 0.875em;
  line-height: 1.5;
}
.p-article-srv-links .c-button {
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 30px;
}
.p-article-tags {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding: 8px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-article-tags__cat {
  flex-shrink: 0;
  display: inline-block;
}
.p-article-tags__cat a {
  padding: 6px 8px;
  background: #000;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  text-decoration: none;
}
.p-article-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.p-article-tags__item {
  font-size: 0.75em;
}
.p-article-tags__item a {
  color: #000;
  text-decoration: none;
}
.p-article-tags__item a:hover {
  text-decoration: underline;
}
.p-article-footer {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-article-footer-author {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  grid-gap: 8px;
  color: #000;
  text-decoration: none;
}
.p-article-footer-author p {
  font-size: 0.75em;
}
.p-article-footer-sns__list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(3, auto);
}

/* --------------------------
 study page
-------------------------- */
.p-study-list {
  padding-bottom: 56px;
}
.p-study-list-item {
  padding-bottom: 16px;
  background: #fff;
}
.p-study-list-item__img img {
  width: 100%;
}
.p-study-list-item__ttl {
  padding: 12px 12px 0;
  display: grid;
  align-items: center;
  grid-gap: 8px;
  grid-template-columns: 40px 1fr;
}
.p-study-list-item__ttl-icon {
  display: grid;
  align-items: center;
  justify-content: center;
  background: #EE8C15;
  width: 40px;
  height: 40px;
}
.p-study-list-item__ttl p {
  font-weight: bold;
}
.p-study-list-item__doc {
  padding: 8px 12px 24px;
  font-size: 0.75em;
  line-height: 1.58;
}
.p-study-list-item .c-button {
  display: block;
  width: calc(100% - 24px);
  box-sizing: border-box;
  margin: 0 auto;
}

/* --------------------------
 download page
-------------------------- */
.p-dl-slider {
  width: 576px;
  height: 322px;
}
.p-dl-slider-wrapper {
  position: relative;
  width: 576px;
  margin: 32px auto 0;
  padding: 0 48px;
}
.p-dl-slider-button-next, .p-dl-slider-button-prev {
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  margin-top: -12px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-dl-slider-button-next svg, .p-dl-slider-button-prev svg {
  fill: #EE8C15;
}
.p-dl-slider-button-next {
  right: 0;
}
.p-dl-slider-button-prev {
  left: 0;
}
.p-dl-slider-pagination {
  display: inline-block;
  width: auto !important;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.p-dl-slider-pagination > * {
  vertical-align: middle;
}
.p-dl-slider-pagination-wrapper {
  margin-top: 12px;
  line-height: 1;
  text-align: center;
}

.p-dl-contents {
  margin-top: 40px;
  padding-bottom: 56px;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 16px;
}
.p-dl-contents__img {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #EE8C15;
}
.p-dl-contents__txt > * {
  margin-bottom: 1em;
  font-size: 0.875em;
}
.p-dl-contents__txt ul,
.p-dl-contents__txt li {
  list-style: disc;
}
.p-dl-contents__txt ul {
  padding-left: 1.5em;
}

.p-dl-side {
  box-sizing: border-box;
  padding: 24px 20px 40px;
  background: #E0E0E0;
}
.p-dl-side-ttl, .hs_cos_wrapper.form-title {
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
}

/* --------------------------
 thanks page
-------------------------- */
.p-thanks {
  padding-top: 120px;
  padding-bottom: 40px;
}
.p-thanks-ttl {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.p-thanks-txt {
  margin-top: 32px;
  text-align: center;
}
.p-thanks-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.p-thanks-links .c-button {
  width: 224px;
  max-width: 100%;
}

/* --------------------------
 error page
-------------------------- */
.p-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 293px);
  box-sizing: border-box;
  padding: 48px 16px;
}
.p-error-ttl {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.p-error-txt {
  margin-top: 32px;
  text-align: center;
}
.p-error-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.p-error-links .c-button {
  width: 224px;
  max-width: 100%;
}
@media screen and (min-width: 860px) {
  .l-header-plus-logo a {
    transition: opacity 0.3s;
  }
  .l-header-plus-logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .l-header-plus-logo a:hover * {
    text-decoration: none;
  }
  .l-header-logo a {
    transition: opacity 0.3s;
  }
  .l-header-logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .l-header-logo a:hover * {
    text-decoration: none;
  }
  .l-footer-plus-logo a {
    transition: opacity 0.3s;
  }
  .l-footer-plus-logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .l-footer-plus-logo a:hover * {
    text-decoration: none;
  }
  .l-footer-logo a {
    transition: opacity 0.3s;
  }
  .l-footer-logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .l-footer-logo a:hover * {
    text-decoration: none;
  }
  .c-contents-list-item a {
    transition: opacity 0.3s;
  }
  .c-contents-list-item a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .c-contents-list-item a:hover * {
    text-decoration: none;
  }
  .p-article-header__badge a:hover {
    transition: opacity 0.3s;
  }
  .p-article-header__badge a:hover:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .p-article-header__badge a:hover:hover * {
    text-decoration: none;
  }
  .p-article-srv-links a {
    transition: opacity 0.3s;
  }
  .p-article-srv-links a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .p-article-srv-links a:hover * {
    text-decoration: none;
  }
  .p-article-tags__cat a:hover {
    transition: opacity 0.3s;
  }
  .p-article-tags__cat a:hover:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .p-article-tags__cat a:hover:hover * {
    text-decoration: none;
  }
  .p-article-footer-author {
    transition: opacity 0.3s;
  }
  .p-article-footer-author:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .p-article-footer-author:hover * {
    text-decoration: none;
  }
  .p-article-footer-sns a {
    transition: opacity 0.3s;
  }
  .p-article-footer-sns a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .p-article-footer-sns a:hover * {
    text-decoration: none;
  }
}
@media screen and (max-width: 1216px) {
  .l-header-inner {
    grid-template: "plus-logo" auto "menu" auto/1fr;
  }
  .l-header-menu {
    gap: 24px;
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .l-header-menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px;
  }
  .l-header-menu__item a {
    padding-bottom: 1px;
  }
  .l-header-logo {
    text-align: right;
  }
  .l-footer-upper {
    grid-template: "plus-logo" auto "menu" auto/1fr;
  }
  .l-footer-menu {
    gap: 24px;
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .l-footer-menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px;
  }
  .l-footer-menu__item a {
    padding-bottom: 1px;
  }
  .l-footer-logo {
    text-align: right;
  }
  .l-2col {
    grid-template-columns: 3.1fr 1fr;
  }
  .l-has-side-form {
    grid-template-columns: 1fr;
  }
  .l-has-side-form__main-inner {
    max-width: none;
  }
  .c-contents-list--3col {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
@media screen and (max-width: 599px) {
  .l-header-inner {
    display: block;
    height: 46px;
  }
  .l-header-plus-logo {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .l-header-btn {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    padding: 0;
    border: none;
    background: #EEB10A;
  }
  .l-header-btn > span {
    position: absolute;
    left: 8px;
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    opacity: 1;
    transition: all 0.4s;
  }
  .l-header-btn > span:nth-of-type(1) {
    top: 12px;
  }
  .l-header-btn > span:nth-of-type(2) {
    top: 22px;
  }
  .l-header-btn > span:nth-of-type(3) {
    top: 32px;
  }
  .l-header-btn.is-menuOpen span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
  }
  .l-header-btn.is-menuOpen span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-btn.is-menuOpen span:nth-of-type(3) {
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
  }
  .l-header-menu {
    position: absolute;
    top: 78px;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    margin-top: 0;
    padding: 0;
    border-top: none;
    background: #EE8C15;
    font-size: 1em;
    overflow: hidden;
    transition: height 0.2s;
    z-index: 100;
  }
  .l-header-menu > * {
    height: 0;
    overflow: hidden;
  }
  .l-header-menu.is-menuOpen {
    height: calc(100vh - 78px);
    padding-bottom: 24px;
    overflow-y: scroll;
  }
  .l-header-menu.is-menuOpen > * {
    height: auto;
  }
  .l-header-menu__list {
    flex-direction: column;
    gap: 0;
  }
  .l-header-menu__list:hover li a:not(:hover) {
    opacity: 1;
  }
  .l-header-menu__item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1;
  }
  .l-header-menu__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .l-header-menu__item a {
    display: block;
    padding: 18px 16px;
    text-align: center;
  }
  .l-header-menu__item a::after {
    content: none;
  }
  .l-header-logo {
    margin: 24px 16px 0;
    text-align: center;
  }
  .l-header-logo img {
    width: 150px;
  }
  .l-footer-upper {
    padding-bottom: 24px;
  }
  .l-footer-menu {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    padding-top: 24px;
  }
  .l-footer-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-footer-menu__list:hover li a:not(:hover) {
    opacity: 1;
  }
  .l-footer-logo {
    text-align: left;
  }
  .l-footer-lower {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .l-footer-lower__list {
    flex-direction: column;
    gap: 12px;
  }
  .c-search-form {
    width: 80vw;
    margin: 0 auto;
    font-size: 16px;
  }
  .c-paging {
    gap: 4px;
  }
  .c-paging-item a, .c-paging-item span {
    width: auto;
    height: 20px;
    padding: 0 6px;
    border: none;
  }
  .p-study-contents-inner {
    padding: 40px 16px;
  }
  .p-study-contents__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
  .p-study-contents__item-ttl > span {
    display: block;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .p-top-contents {
    margin-top: 32px;
  }
  .p-top-contents__headline-wrap {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .p-article {
    margin-bottom: 56px;
    padding: 0;
  }
  .p-article-mv {
    margin-right: -16px;
    margin-left: -16px;
  }
  .p-article-header {
    margin: 24px 0;
  }
  .p-article-body h1,
.p-article-body h2,
.p-article-body h3,
.p-article-body h4,
.p-article-body h5,
.p-article-body h6 {
    margin: 32px 0 12px;
  }
  .p-article-body p,
.p-article-body ul,
.p-article-body ol,
.p-article-body dl {
    margin-bottom: 1em;
  }
  .p-article-body img,
.p-article-body picture,
.p-article-body figure {
    margin: 32px 0;
  }
  .p-article-body figcaption {
    margin-top: 8px;
  }
  .p-article-body hr {
    margin: 32px 10%;
  }
  .p-article-body table {
    margin: 32px 0;
  }
  .p-article-body blockquote {
    margin: 32px 0;
    padding: 12px;
  }
  .p-article-srv-links {
    grid-gap: 24px;
  }
  .p-article-srv-links__item {
    grid-template-columns: 1fr;
  }
  .p-article-srv-links__img img {
    width: 100%;
  }
  .p-article-srv-links__txt-inner {
    padding: 16px;
  }
  .p-article-srv-links .c-button {
    width: 70%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  .p-article-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .p-article-footer-sns__list {
    justify-content: center;
  }
  .p-thanks-ttl, .p-thanks-txt {
    text-align: left;
  }
}
@media screen and (max-width: 859px) {
  .l-2col {
    grid-template-columns: 1fr;
  }
  .c-plus-headline-page {
    margin-top: 24px;
    font-size: 1.5em;
  }
  .c-breadcrumb {
    padding-top: 16px;
  }
  .c-contents-list--side {
    grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
  }
  .c-contents-list--4col .c-contents-list-item__txt {
    padding: 12px;
    font-size: 0.875em;
  }
  .c-paging {
    margin-top: 26px;
  }
  .p-thanks {
    padding-top: 64px;
    padding-bottom: 24px;
  }
  .p-thanks-ttl {
    margin-top: 24px;
    font-size: 1.5em;
  }
  .p-thanks-links {
    flex-direction: column;
  }
  .p-error-ttl {
    font-size: 1.5em;
    text-align: left;
  }
  .p-error-txt {
    text-align: left;
  }
  .p-error-links {
    flex-direction: column;
  }
}
@media screen and (min-width: 1856px) {
  .l-has-side-form__main {
    padding-left: 320px;
  }
  .l-has-side-form__main-inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 467px) {
  .c-contents-list-item__img > img, .c-contents-list--4col .c-contents-list-item__img > img {
    width: calc(100vw - 32px);
    height: calc((100vw - 32px) / 2);
  }
  .c-contents-list--3col, .c-contents-list--4col {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 720px) {
  .p-top-slider {
    height: auto;
  }
  .p-top-slider-wrapper {
    padding-top: 0;
  }
  .p-top-slider-slide {
    width: 100%;
    height: auto;
  }
  .p-top-slider-slide__text {
    height: auto;
    font-size: 0.9em;
    line-height: 1.4;
  }
  .p-top-slider-slide__text p {
    font-size: 0.975em;
  }
  .p-top-slider-slide img {
    width: 100%;
  }
  .p-top-slider-button-next {
    left: auto;
    right: 8px;
  }
  .p-top-slider-button-prev {
    right: auto;
    left: 8px;
  }
}
@media screen and (max-width: 576px) {
  .p-dl-slider {
    width: calc(100vw - 32px);
    height: auto;
  }
  .p-dl-slider-wrapper {
    width: calc(100vw - 32px);
    padding: 0;
  }
  .p-dl-slider-button-next {
    right: 8px;
  }
  .p-dl-slider-button-prev {
    left: 8px;
  }
}

/* search result */
#main-content .search-empty {
    margin-top: 32px;
    text-align: center;
}

/* text contents */
.p-text-contents {
  margin-top: 24px;
  margin-bottom: 80px;
}
.p-text-contents * {
  word-break: break-all;
}
.p-text-contents dl, .p-text-contents ol, .p-text-contents p, .p-text-contents ul {
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 2;
}
.p-text-contents__overview p {
    margin-bottom: 64px;
}
.p-text-contents h1, .p-text-contents h2, .p-text-contents h3, .p-text-contents h4, .p-text-contents h5, .p-text-contents h6 {
    margin-bottom: 0.5em;
}
.p-text-contents__bold {
    font-weight: 700;
}
@media screen and (max-width: 599px) {
  .p-text-contents {
    margin-bottom: 48px;
  }
}

/* --------------------------
 document parts
-------------------------- */
.p-document {
  padding: 72px 0 40px;
  background: #D69D00;
  margin-bottom: -56px;
}
.c-breadcrumb-wrap + .p-document, .c-breadcrumb-wrap + .hs_cos_wrapper .p-document  {
  margin-top: 16px;
}
.p-document__inner {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
  max-width: 896px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
}
.p-document__body {
  padding: 40px 40px 32px;
  background: #fff;
}
.p-document__ttl {
  font-weight: bold;
}
.p-document__txt {
  max-width: 256px;
  margin: 24px auto;
}
.p-document .c-button {
  display: block;
  max-width: 256px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-document {
    padding: 48px 0;
  }
  .p-document__inner {
    grid-template-columns: 1fr;
  }
  .p-document__img {
    text-align: center;
  }
  .p-document .c-button {
    margin: 0 auto;
  }
}
@charset "UTF-8";
#main-content .hs-form * {
  box-sizing: border-box;
}
#main-content .hs-form fieldset {
  max-width: 640px !important;
  margin: 0 auto !important;
}
#main-content .hs-form .hs-form-field {
  margin-bottom: 24px;
}
#main-content .hs-form .hs-form-field a {
  color: #000;
}
#main-content .hs-form fieldset.form-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
#main-content .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
#main-content .hs-form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
#main-content .hs-form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}
#main-content .hs-form .hs-form-required {
  margin-left: 4px;
  color: #EE3F15;
}
#main-content .hs-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.3;
}
#main-content .hs-form label:not(.hs-error-msg) {
  color: #000;
  font-weight: bold;
}
#main-content .hs-form .hs-field-desc {
  margin-bottom: 10px;
  margin: 0 0 6px;
  color: #666;
  font-size: 10px;
}
#main-content .hs-form .hs-field-desc.legend {
  font-size: 10px;
}
#main-content .hs-form .hs-error-msgs {
  margin: 4px 0 0;
}
#main-content .hs-form .hs-error-msgs, #main-content .hs-form .hs-error-msgs li {
  list-style: none;
  padding: 0;
}
#main-content .hs-form .hs-error-msgs label {
  color: #EE3F15;
}
#main-content .hs-form .hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-right: 0 !important;
  padding: 8px 10px !important;
  border: 1px solid #707070;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}
#main-content .hs-form .hs-input::-moz-placeholder {
  color: #BCBCBC;
}
#main-content .hs-form .hs-input:-ms-input-placeholder {
  color: #BCBCBC;
}
#main-content .hs-form .hs-input::placeholder {
  color: #BCBCBC;
}
#main-content .hs-form .hs-input:not([type=checkbox]):focus, #main-content .hs-form .hs-input:not([type=submit]):focus {
  outline: none;
  background: #FDF4DB;
}
#main-content .hs-form .hs-input:not([type=checkbox]):focus + .c-search-form-submit, #main-content .hs-form .hs-input:not([type=submit]):focus + .c-search-form-submit {
  background: #FDF4DB;
}
#main-content .hs-form textarea.hs-input {
  height: 13.6em;
}
#main-content .hs-form .hs-fieldtype-select > div.input {
  position: relative;
}
#main-content .hs-form .hs-fieldtype-select > div.input::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}
#main-content .hs-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}
#main-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display {
  font-weight: normal !important;
}
#main-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox {
  min-height: 20px;
  margin-top: 12px;
}
#main-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox:last-child {
  margin-bottom: 12px;
}
#main-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input[type=checkbox] {
  display: none;
}
#main-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input[type=checkbox] + span {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 18px 1fr;
  position: relative;
  min-height: 18px;
  font-size: 14px !important;
}
#main-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 4px;
}
#main-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #EE8C15;
  border-bottom: 2px solid #EE8C15;
  transform: rotate(45deg);
  display: none;
}
#main-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input[type=checkbox]:checked + span::after {
  display: block;
}
#main-content .hs-form .hs-fieldtype-booleancheckbox {
  margin: 16px 0 16px;
}
#main-content .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  font-weight: normal !important;
}
#main-content .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
  text-align: center;
}
#main-content .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox .hs-input[type=checkbox] {
  display: none;
}
#main-content .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox .hs-input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  min-height: 18px;
  line-height: 18px;
  font-size: 14px !important;
}
#main-content .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox .hs-input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 4px;
  vertical-align: middle;
}
#main-content .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox .hs-input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #EE8C15;
  border-bottom: 2px solid #EE8C15;
  transform: rotate(45deg);
  display: none;
}
#main-content .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox .hs-input[type=checkbox]:checked + span::after {
  display: block;
}
#main-content .hs-form input[type=submit].hs-button {
  display: block;
  width: 100%;
  max-width: 288px;
  height: 48px;
  margin: 0 auto;
  border: none;
  background: #8FC7C9;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
/*   font-family: arial, helvetica, sans-serif; */
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
#main-content .hs-form input[type=submit].hs-button:hover {
  background: #43ABAF;
}
#main-content .hs-form input[type=submit].hs-button::after {
  content: ">";
}

.l-has-side-fixed__side .hs-form label {
  font-size: 12px;
}

@media screen and (max-width: 599px) {
  #main-content .hs-form .hs-input {
    font-size: 16px;
  }
}

/* 差分 */
#main-content .hs-form fieldset label a:hover {
  opacity: .8;
}

#main-content .hs-form .hs-form_term .inputs-list, #main-content .hs-form .hs_error_rollup {
  text-align: center;
}