@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@300;500;700;900&display=swap");


.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */

  font-size: 16px;

  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/* settings */
/* hamburgers */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 16px 16px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger.is-active:hover {
  opacity: 0.8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #333;
}

.hamburger-box {
  width: 42px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 42px;
  height: 2px;
  background-color: #333;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* elements */
html {
  font-size: calc(100vw / 750 * 10);
  height: 100%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(100vw / 768 * 6);
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 2.8em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6em;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .5s;
}

a[href^='tel:'] {
  pointer-events: none;
}

a:hover {
  color: #fd5c01;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
  line-height: 1.3;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin-left: 0;
}

p {
  margin: 0;
}

hr {
  height: 0px;
  border: none;
  border-top: 1px solid #b9b9b9;
  border-top-width: 1px;
  margin-top: 4em;
  margin-bottom: 4em;
}

/* common */
.container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding-left: calc(30em/20);
    padding-right: calc(30em/20);
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: calc(1280em / 16);
    padding-left: calc(30em/16);
    padding-right: calc(30em/16);
  }
}

@media screen and (min-width: 768px) {
  .main .container {
    max-width: calc(1140em / 16);
    padding-left: calc(30em/16);
    padding-right: calc(30em/16);
  }
}

/* hamburgers.css Override */
.hamburger {
  outline: none;
  /* bugFix
   * https://github.com/jonsuh/hamburgers/issues/66#issuecomment-442695022
   */
  line-height: 1;
}

.hamburger-box {
  /* bugFix
   * https://github.com/jonsuh/hamburgers/issues/66#issuecomment-442695022
   */
  display: block;
}

/* common buttons */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: .5em 1em;
  border-radius: 3em;
  border: 1px solid;
  cursor: pointer;
}

.btn-head {
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .btn-head {
    font-size: 1.2rem;
  }
}

.btn-head:hover {
  color: #fd5c01;
}

.btn-back {
  align-items: baseline;
  font-size: 3.2rem;
  width: 100%;
  border-width: 2px;
  border-color: #707070;
  padding-top: .7em;
  height: calc(90em/32);
}

@media screen and (max-width: 767.98px) {
  .btn-back {
    margin-top: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .btn-back {
    font-size: 2rem;
    margin-right: 1.5em;
    width: calc(360em/20);
    height: calc(54em/20);
  }
}

.btn-back small {
  font-size: 2.8rem;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .btn-back small {
    font-size: 1.5rem;
  }
}

.btn-back:hover {
  border-color: inherit;
}

.btn-orange {
  background: transparent linear-gradient(98deg, #FB6B02 0%, #FBA507 50%, #FB6B02 100%) 100% 0% no-repeat padding-box;
  background-size: 200% auto;
  border: 0;
  color: #fff;
  box-shadow: 0px 3px 20px #00000029;
  font-size: 3.8rem;
  width: 100%;
  transition: .5s;
  align-items: baseline;
  font-weight: bold;
  padding-top: .7em;
  height: calc(90em/38);
}

@media screen and (min-width: 768px) {
  .btn-orange {
    width: calc(400em/22);
    height: calc(54em/22);
    font-size: 2.2rem;
  }
}

.btn-orange small {
  font-size: 3.2rem;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .btn-orange small {
    font-size: 1.6rem;
  }
}

.btn-orange:hover {
  color: #fff;
  background-position: 0% 0%;
  box-shadow: 0px 3px 20px #00000060;
}

@media screen and (max-width: 767.98px) {
  .hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

/* header */
.header {
  background-color: rgba(18, 18, 18, 0.85);
  color: #fff;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(70em/16);
}

@media screen and (max-width: 767.98px) {
  .header .nav-global {
    display: none;
  }
}

.header .nav-global ol {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header .nav-global ol {
    font-size: 1.4rem;
  }
}

.header .nav-global ol li+li {
  margin-left: 1em;
}

.header .nav-global ol a {
  position: relative;
}

.header .nav-global ol a::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-left: 0;
  border-top: 0;
  -webkit-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
  opacity: 0;
  transition: .5s;
}

.header .nav-global ol a:hover {
  color: #fff;
}

.header .nav-global ol a:hover::after {
  opacity: 1;
}

/* .header .logo img {
  width: calc(230em/16);
} */

/* footer */
.footer {
  background-color: #333366;
  color: #fff;
  text-align: center;
}

.footer .container {
  padding-top: 3em;
  padding-bottom: 6.5em;
}

@media screen and (min-width: 768px) {
  .footer .nav-footer li {
    font-size: 1.5rem;
  }
}

.footer .nav-footer a {
  text-decoration: underline;
}

.footer .copyright {
  margin-top: 2em;
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 1.3rem;
  }
}

/* form */

/* .header .logo img.img-logo {
  width: calc(95em/16);
} */

.sec-headding .container.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.4%;
  padding-bottom: 2.4%;
}
@media screen and (max-width: 767.98px) {
  .sec-headding .container.flex {
    flex-direction: column;
  }
  .container .box-left,
  .container .box-right {
    align-self: auto;
    padding: 5% 0;
  }
}

.sec-headding {
  background-image: url(../img/bg.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: calc(1280em/16);
}

@media screen and (max-width: 767.98px) {
  .sec-headding {
    background-position: 16% 1.1em;
    background-size: 122% auto;
  }
}

.sec-headding .container {
  padding-top: 3.7em;
  padding-bottom: 2.7em;
}

@media screen and (min-width: 768px) {
  .sec-headding .container {
    min-height: calc(260em /16);
  }
}

.sec-headding h1 {
  color: #26354d;
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec-headding h1 {
    font-size: 3.4rem;
  }
}

.sec-headding .txt-headding {
  text-align: center;
  margin-top: 2em;
  line-height: 2;
}

.sec-headding .txt-headding a {
  color: #fd5c01;
}

.box-left {
  align-self: flex-start;
}

.box-center {
  text-align: center;
}

.box-right {
  align-self: flex-end;
}

.sec-main {
  background-color: #ededed;
}

.border-text:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.sec-main .container {
  padding-top: 3em;
  padding-bottom: 4.5em;
}

.tbl-inputs {
  border: 1px solid #d0d0d0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tbl-inputs {
    display: flex;
  }
}

.tbl-inputs>dt {
  background-color: #333366;
  color: #fff;
  padding: 1em;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .tbl-inputs>dt {
    font-size: 2rem;
    width: calc(320em/20);
    flex-shrink: 0;
  }
}

.tbl-inputs>dd {
  background-color: #fff;
  padding: 1.4em;
}

@media screen and (min-width: 768px) {
  .tbl-inputs>dd {
    flex-grow: 1;
  }
}

.tbl-inputs+.tbl-inputs {
  margin-top: 2.5em;
}

.list-inputs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list-inputs li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.list-inputs li.other {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0;
  width: 100%;
}

.list-inputs li.other label {
  flex-shrink: 1;
  flex-grow: 0;
  margin-right: 1em;
  width: 5em;
}

.list-inputs li.other input[type=text] {
  flex-grow: 1;
  flex-shrink: 0;
  width: 70%;
}

@media screen and (min-width: 768px) {
  .list-item {
    display: flex;
  }
}

.list-item dt {
  font-weight: bold;
  color: #26354d;
  display: flex;
}

@media screen and (min-width: 768px) {
  .list-item dt {
    width: 9em;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .list-item dd {
    margin-top: 1em;
  }
}

.list-item+.list-item {
  margin-top: 1em;
  padding-top: 2em;
  border-top: 1px solid #dedede;
}

@media screen and (min-width: 768px) {
  .list-item.list-info {
    flex-wrap: wrap;
  }
}

.list-item.list-info .row {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .list-item.list-info .row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
}

.list-item.list-info .row+.row {
  margin-top: 1.2em;
}

.list-item.list-info .row dt {
  width: 9em;
}

.list-item.list-info .row dd {
  flex-grow: 1;
}

@media screen and (max-width: 767.98px) {
  .list-item.list-info .row dd {
    margin-top: .5em;
  }
}

label {
  margin-right: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  label {
    font-size: 1.6rem;
    margin-right: 2.5em;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select {
  width: 100%;
  border-radius: 3px;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  border-color: #ccc;
  color: #999;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  border-color: #ccc;
  color: #999;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  border-color: #ccc;
  color: #999;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  border-color: #ccc;
  color: #999;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  border-color: #ccc;
  color: #999;
}

@media screen and (min-width: 768px) {

  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 1.5rem;
  }

  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  textarea::placeholder {
    font-size: 1.5rem;
  }
}

/* custom checkbox radio */
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -1rem;
  transition: .3s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem;
  outline: none;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {

  input[type=checkbox],
  input[type=radio] {
    vertical-align: -0.8rem;
  }
}

/* Checkbox */
input[type=checkbox]:before,
input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: .3s;
}

input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  transition-delay: .1s;
}

input[type=checkbox]:checked:before {
  left: 1px;
  top: 10px;
  width: 6px;
  height: 2px;
}

input[type=checkbox]:checked:after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}

input[type=checkbox]:indeterminate:before,
input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}

input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

/* Radio */
input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .3s;
}

input[type=checkbox],
input[type=radio] {
  border: 2px solid #b6b6b6;
}

input[type=checkbox]:checked,
input[type=checkbox]:indeterminate,
input[type=radio]:checked:before {
  background: #fc5e01;
  border-color: #fc5e01;
}

.text-area {
  border: none;
  width: 100%;
  height: 4.85em;
}

.privacy {
  border: 1px solid #4e5869;
  padding: 1em;
  margin-top: 2.5em;
}

.privacy h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #26354d;
}

@media screen and (min-width: 768px) {
  .privacy h2 {
    font-size: 2rem;
  }
}

.privacy p {
  font-size: 2.6rem;
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .privacy p {
    font-size: 1.5rem;
  }
}

.privacy a {
  color: #fd5c01;
}

.privacy a:hover {
  text-decoration: underline;
}

.privacy a.ico-ext:after {
  width: calc(15em/15);
  height: calc(15em/15);
}

.ico-ext {
  display: inline-flex;
  align-items: center;
  margin-right: .4em;
}

.ico-ext::after {
  content: '';
  width: 1em;
  height: 1em;
  background-image: url(../img/ico_ext.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.button-form {
  margin-top: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .button-form {
    flex-wrap: wrap;
    flex-flow: column-reverse;
  }
}

.must {
  background-color: #ff0000;
  color: #fff;
  display: inline-block;
  margin-left: .6em;
  font-size: 2.6rem;
  padding: 0 .4em;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .must {
    font-size: 1.3rem;
  }
}

.txt-error,
.alert {
  color: #ff0f37;
  font-size: 2.4rem;
  margin-top: .1em;
}

@media screen and (min-width: 768px) {

  .txt-error,
  .alert {
    font-size: 1.5rem;
    width: 100%;
  }
}

.msg-error {
  border: 1px solid #ff0f37;
  color: #ff0f37;
  background-color: #ffebed;
  text-align: center;
  margin-top: 3.5em;
  padding: 1.2em 1em;
  border-radius: 3px;
}

.invalid {
  border-color: #ff0f37;
  background-color: #ffebed;
}

.g-recaptcha {
  margin-top: 1.5em;
}

@media screen and (max-width: 767.98px) {
  .g-recaptcha {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.msg-thanks {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 6em;
}

.page-contact-confirm .list-inputs {
  display: block;
}

@media screen and (min-width: 768px) {
  .page-contact-confirm .btn-back {
    width: calc(280em/22);
  }
}

@media screen and (min-width: 768px) {
  .page-contact-confirm .btn-orange {
    width: calc(300em/22);
  }
}


.page-contact-thanks .button-contact {
  text-align: center;
}



/* 2022.11 資料ダウンロードフォーム追加 */
.sec-headding h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .sec-headding h2 {
    font-size: 2.4rem;
  }
}

ul.dl-list {
  text-align: center;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}
ul.dl-list.acc {
  justify-content: flex-start;
}
ul.dl-list li{
  width: 100%;
  padding-bottom: 3em;
}
ul.dl-list li dt{
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  ul.dl-list li{
    width: 50%;
    padding-bottom: 3em;
  }
}

/* 2023.03 TOPページ追加 */
.adobe ul.dl-list {
  justify-content: flex-start;
  border-bottom: 2px solid #ccc;
  margin-top: 35px;
}

/* 2023.10 シミュレーションページ追加 */
.page-contact-confirm.simulation h3 {
  font-size: 14px;
}
.page-contact-confirm.simulation .f_licenseTotal {
  font-size: 12px;
  text-align: right;
  font-weight: bold;
}
.page-contact-confirm.simulation table {
  width: 100%;
  margin-bottom: 20px;
}
.page-contact-confirm.simulation td {
  border: 1px solid #000;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 10px;
}
.page-contact-confirm.simulation td.ttl {
  font-weight: bold;
}
.page-contact-confirm.simulation .level {
  padding: 0 2rem;
  color: #fff;
  line-height: 2;
  background-color: #000;
  border-radius: 1em;
}
.page-contact-confirm.simulation .f_totalSingle,
.page-contact-confirm.simulation .f_totalTriple,
.page-contact-confirm.simulation .f_difference {
  font-size: 12px;
  color: #fc6416;
  font-weight: bold;
}
.page-contact-confirm.simulation .yen::after {
  content: "円/年";
  padding: 0.5em 0;
  vertical-align: baseline;
}
.page-contact-confirm.simulation .f_difference.yen::after {
  content: "円";
}
.page-contact-confirm.simulation .appSingle .yen,
.page-contact-confirm.simulation .appTriple .yen {
  min-width: 7em;
}
@media screen and (min-width: 769px) {
  .page-contact-confirm.simulation h3 {
    font-size: 20px;
  }
    .page-contact-confirm.simulation td {
    font-size: 16px;
  }
  .page-contact-confirm.simulation .f_licenseTotal,
  .page-contact-confirm.simulation .f_totalSingle,
  .page-contact-confirm.simulation .f_totalTriple,
  .page-contact-confirm.simulation .f_difference {
  font-size: 18px;
}
}

/* 202405 Q2
 * 各ページ改修・エンタープライズ版の説明ページ作成・個人版問い合わせ用ページ作成
 * --------------------------------------------------------- */
.header .logo a:hover {
  opacity: 0.7;
}

.personal-panel {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 6rem;
    padding: 5rem;
    border: solid 3px #333366;
    border-radius: 2rem;
}
.personal-panel h2 {
    margin-bottom: 4rem;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .personal-panel h2 {
        margin-bottom: 4vw;
        font-size: 6vw;
    }
}
.personal-panel h3 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .personal-panel h3 {
        margin-bottom: 1vw;
        font-size: 5vw;
    }
}
.personal-panel .num {
    margin-bottom: 1rem;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
}
.personal-panel .num a {
    color: #fc6416;
}
@media screen and (max-width: 500px) {
    .personal-panel .num {
        margin-bottom: 1vw;
        font-size: 8vw;
    }
    .personal-panel .num a {
        pointer-events: all;
    }
}
.personal-panel .hour {
    margin-bottom: 6rem;
    font-size: 1.6rem;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .personal-panel .hour {
        margin-bottom: 6vw;
        font-size: 3vw;
    }
}
.personal-panel .link li {
    font-size: 1.8rem;
    line-height: 1.75;
}
.personal-panel .link li + li {
    margin-top: 0.5em;
}
@media screen and (max-width: 500px) {
    .personal-panel .link li {
        font-size: 2.8vw;
    }
}
.button-contact.personal p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
    .button-contact.personal p {
        font-size: 3vw;
    }
    .button-contact.personal .btn {
        font-size: 4.5vw;
    }
}
