@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #FFFFFF;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: Helvetica, Arial, "MS UI Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, "MS UI Gothic", sans-serif;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5,
h6 {
  font-size: 1.6rem;
}

p {
  line-height: 1.7;
}

address {
  font-style: normal;
}

a {
  color: #333333;
  transition: 0.2s ease-out;
}
a:visited {
  color: #333333;
}
a:hover, a:focus, a:active {
  color: #f25b00;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul,
ol {
  padding-left: 2em;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table caption {
  margin-bottom: 0.5em;
}
table th,
table td {
  padding: 0.5em 1em;
  border: 1px solid #666666;
}
table th {
  text-align: left;
  font-weight: bold;
  background-color: #F4F4F4;
}
table td {
  font-weight: normal;
}

fieldset {
  border: none;
}

legend {
  font-weight: bold;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  color: #FFFFFF;
  background: #666666;
  line-height: 1;
  padding: 6px 8px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  padding: 1px 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #333333;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #A3A3A3;
}

select {
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  padding: 1px 3px;
}

option {
  padding: 1px 3px;
}

textarea {
  width: 100%;
}

hr {
  background-color: #666666;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

em {
  font-weight: bold;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark,
ins {
  background: lemonchiffon;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  display: flex;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .site-header {
    display: block;
    background-image: linear-gradient(to right, transparent 65%, #666666 60%), linear-gradient(to bottom, #FFFFFF, #e9e8eb);
    background-repeat: repeat-x, repeat;
    background-size: 100% 10px, contain;
    position: relative;
    border-top: 8px solid #666666;
  }
}

.site-branding {
  display: flex;
  padding: 0 0 0 15px;
  height: 60px;
  align-items: center;
  flex-grow: 1;
  margin-right: 25px;
}
@media (min-width: 1024px) {
  .site-branding {
    display: flex;
    padding: 0;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    align-items: flex-start;
  }
}

.site-headtext {
  display: none;
}
@media (min-width: 1024px) {
  .site-headtext {
    display: flex;
    position: absolute;
    top: -4px;
    width: 960px;
    text-align: right;
    font-size: 1.6rem;
  }
}
.site-headtext .text {
  font-size: 1.1rem;
  line-height: 1;
  height: 14px;
  color: #FFFFFF;
  padding: 0 0 0 10px;
  background-color: #666666;
  display: inline-block;
}
.site-headtext::before {
  content: "";
  background-image: url(../images/common/headtext_before.jpg);
  display: block;
  width: 31px;
  height: 13px;
  margin-left: auto;
  margin-top: 1px;
}

.site-logo {
  width: 125px;
  flex: 0 0 auto;
  font-size: inherit;
}
@media (min-width: 1024px) {
  .site-logo {
    width: 354px;
    margin-top: 20px;
  }
}

.site-search {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .site-search {
    margin-left: 45px;
    margin-top: 22px;
  }
}
.site-search .btn {
  cursor: pointer;
  display: block;
}
@media (min-width: 1024px) {
  .site-search .btn {
    display: none;
  }
}
.site-search .modal__overlay {
  top: 60px;
}
.site-search .modal__container {
  margin: 15px 15px auto;
  padding: 30px 20px 20px;
  width: 100%;
}
.site-search .modal__content {
  margin: 0;
}
.site-search .modal__search form {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}
.site-search .modal__search input[type=text] {
  display: block;
  height: 56px;
  flex-grow: 1;
  background-color: #F4F4F4;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #CCCCCC;
  border-right: none;
  font-size: 1.6rem;
}
.site-search .modal__search input[type=text]::placeholder {
  padding-left: 10px;
}
.site-search .modal__search input[type=submit] {
  display: block;
  height: 56px;
  width: 48px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #4A3C93;
  border: 1px solid #4A3C93;
  background-image: url(../images/common/search_white.svg);
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.site-search .modal__close {
  position: inherit;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.site-search .modal__close::after {
  content: "×";
  font-size: 2.4rem;
  margin-left: 14px;
  margin-top: -3px;
}
.site-search .search_pc {
  display: none;
}
@media (min-width: 1024px) {
  .site-search .search_pc {
    display: flex;
    align-items: center;
  }
}
.site-search .search_pc .label {
  font-size: 1.2rem;
  margin-right: 10px;
}
.site-search .search_pc form {
  display: flex;
}
.site-search .search_pc input[type=text] {
  width: 150px;
  font-size: 1.2rem;
}
.site-search .search_pc input[type=submit] {
  font-size: 1.2rem;
  width: 30px;
  text-indent: -9999px;
  border: none;
  background-image: url(../images/common/search_white.svg);
  background-size: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navigation {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .site-navigation {
    height: 40px;
    width: 100%;
    background-image: linear-gradient(to bottom, #6d639e, #2d2261);
  }
}
@media (min-width: 1024px) {
  .site-navigation._fixed {
    position: fixed;
    top: 0;
  }
}

.site-footer {
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.2), transparent 5%), linear-gradient(to right, #6D6D6D, #7D7D7D, #6D6D6D);
  background-repeat: repeat;
}
@media (min-width: 1024px) {
  .site-footer {
    background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.1), transparent 20%), url(../images/common/foot_stripe.jpg);
  }
}

.site-footnavigation {
  position: relative;
}
@media (min-width: 1024px) {
  .site-footnavigation {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .site-companyname {
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.site-footnavigation .site-companyname .link {
  display: inline-flex;
  padding: 0 15px;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  height: 57px;
}
@media (min-width: 1024px) {
  .site-footnavigation .site-companyname .link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .site-companyname .link {
    padding: 0;
    height: auto;
    justify-content: flex-start;
  }
}
.site-footnavigation .nav-list {
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list {
    border: none;
    width: auto;
    margin-left: 0;
    padding: 15px 0;
  }
}
.site-footnavigation .nav-list .item {
  width: 50%;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item {
    height: auto;
    width: auto;
    flex: 1 0 auto;
    line-height: 1.5;
    margin-left: 30px;
  }
}
.site-footnavigation .nav-list .item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item:first-child {
    border: none;
    margin-left: 0;
  }
}
.site-footnavigation .nav-list .item:nth-child(2n) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item:nth-child(2n) {
    border: none;
  }
}
.site-footnavigation .nav-list .item:last-child {
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item:last-child {
    border: none;
    width: auto;
  }
}
.site-footnavigation .nav-list .link {
  background: none;
  height: 54px;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .link {
    height: auto;
    border: none;
    justify-content: flex-start;
    font-size: 1.4rem;
    padding: 0;
    flex: 1 0 auto;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .link:hover {
    background: none;
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .link:hover::after {
    display: none;
  }
}
.site-footnavigation .nav-multilingual {
  list-style: none;
  margin-top: 0;
  justify-content: flex-start;
  padding: 21px 15px;
  display: flex;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual {
    background: none;
    display: flex;
    position: inherit;
    left: auto;
    top: auto;
    padding: 15px 0;
    width: 160px;
    justify-content: flex-end;
  }
}
.site-footnavigation .nav-multilingual .item._current {
  display: none;
}
.site-footnavigation .nav-multilingual .item._current .link {
  background: none;
}
.site-footnavigation .nav-multilingual .item:last-child {
  margin-left: 40px;
}
.site-footnavigation .nav-multilingual .item:nth-child(3) {
  margin-left: 40px;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual .item {
    flex: 1 0 auto;
  }
}
.site-footnavigation .nav-multilingual .link {
  font-size: 1.2rem;
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual .link {
    height: auto;
    background: none;
    justify-content: flex-end;
    color: #FFFFFF;
  }
}
.site-footnavigation .nav-multilingual .link::before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 3px solid rgba(255, 255, 255, 0.75);
  margin-right: 3px;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual .link::before {
    display: block;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual .link:hover {
    text-decoration: underline;
  }
}
.site-footnavigation .snsicons {
  position: absolute;
  bottom: 18px;
  right: 18px;
  display: flex;
  column-gap: 15px;
  align-items: center;
}
@media (min-width: 1024px) {
  .site-footnavigation .snsicons {
    right: 0;
    top: 15px;
    height: 40px;
  }
}
.site-footnavigation .snsicons .text {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.site-footnavigation .snsicons .linkedin {
  width: 28px;
  height: 24px;
}
.site-footnavigation .snsicons .youtube {
  width: 31.5px;
  height: 22px;
}
.site-footnavigation .snsicons .link {
  position: relative;
}
.site-footnavigation .snsicons .link:hover .tooltip {
  bottom: 100%;
  visibility: visible;
  opacity: 1;
}
.site-footnavigation .snsicons .tooltip {
  width: auto;
  position: absolute;
  left: 50%;
  bottom: 80%;
  transform: translateX(-50%);
  padding: 1px 5px;
  background-color: #333333;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.2s ease-out;
}
.site-footnavigation .snsicons .tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top: 5px solid #333333;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}

.site-footbar {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .site-footbar {
    border-top: none;
    background-image: linear-gradient(to bottom, #535353, #5E5E5E 20%, #5E5E5E);
  }
}

.site-info {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}
@media (min-width: 1024px) {
  .site-info {
    display: flex;
    padding: 15px 0;
  }
}

.site-othernav .list {
  display: flex;
  flex-wrap: wrap;
}
.site-othernav .item {
  margin-right: 50px;
}
.site-othernav .link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.2rem;
}
.site-othernav .link:hover {
  text-decoration: underline;
}

.site-copyright {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .site-copyright {
    margin-left: auto;
    margin-top: 0;
  }
}
.site-copyright small {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.nav-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  user-select: none;
  z-index: 102;
  background-color: #4A3C93;
}
@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 26px;
  height: 2px;
  background-color: #FFFFFF;
  transition: transform 0.2s ease-out, top 0.2s ease-out;
}
.nav-toggle span:nth-child(2) {
  top: 21px;
}
.nav-toggle span:nth-child(3) {
  top: 30px;
}
.nav-toggle::after {
  content: "MENU";
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  color: #D6D3E7;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.nav-toggle._active span {
  top: 22px;
}
.nav-toggle._active span:nth-child(1) {
  transform: translateX(-50%) rotate(-45deg);
}
.nav-toggle._active span:nth-child(2) {
  transform: translateX(-50%) rotate(45deg);
}
.nav-toggle._active span:nth-child(3) {
  transform: translateX(-50%) rotate(45deg);
}
.nav-toggle:hover {
  cursor: pointer;
}

.nav-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: auto;
  margin-top: 60px;
  padding-bottom: 50px;
  background-color: #423489;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
}
.nav-content._active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024px) {
  .nav-content {
    height: auto;
    display: flex;
    position: inherit;
    padding: 0 32px;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    overflow: inherit;
  }
}

.nav-list {
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .nav-list {
    flex-direction: row;
    padding: 0;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid #CCCCCC;
  }
}
.nav-list .item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-list .item:first-child {
  border-top: none;
}
@media (min-width: 1024px) {
  .nav-list .item {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .nav-list > .item {
    display: flex;
    justify-content: center;
    height: 40px;
    border-top: none;
    flex-basis: 132px;
  }
}
.nav-list > .item._index {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (min-width: 1024px) {
  .nav-list > .item._index {
    display: block;
    position: relative;
  }
}
.nav-list > .item._index .link {
  grid-row: 1/2;
  grid-column: 1/2;
}
.nav-list > .item._index .toggle {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 66px;
}
@media (min-width: 1024px) {
  .nav-list > .item._index .toggle {
    display: none;
  }
}
.nav-list > .item._index .toggle._active::after {
  transform: rotate(180deg);
}
.nav-list > .item._index .toggle::before {
  content: "";
  width: 1px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
}
@media (min-width: 1024px) {
  .nav-list > .item._index .toggle::before {
    display: none;
  }
}
.nav-list > .item._index .toggle::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.75);
  margin: 0 20px;
  transform: translateY(65%);
  transition: transform 0.2s ease-out;
}
@media (min-width: 1024px) {
  .nav-list > .item._index .toggle::after {
    display: none;
  }
}
.nav-list > .item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .nav-list > .item._large {
    flex-basis: 152px;
  }
}
@media (min-width: 1024px) {
  .nav-list > .item._orange {
    flex-basis: 140px;
  }
}
.nav-list > .item._orange > .link {
  background-color: #E26306;
}
@media (min-width: 1024px) {
  .nav-list > .item._orange > .link {
    background-image: linear-gradient(to bottom, #F28637, #E26306);
  }
}
@media (min-width: 1024px) {
  .nav-list > .item._orange > .link:hover {
    background-image: linear-gradient(to bottom, #dc6b18, #ce5f0f);
  }
}
.nav-list .link {
  display: flex;
  align-items: center;
  height: 66px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 15px;
  background-color: #423489;
  position: relative;
}
@media (min-width: 1024px) {
  .nav-list .link {
    border: none;
    height: 40px;
    font-size: 1.2rem;
    padding: 0 5px;
    flex: 1;
    justify-content: center;
    border-left: 1px solid #CCCCCC;
    background-image: linear-gradient(to bottom, #6d639e, #2d2261);
  }
}
.nav-list .link:visited {
  color: #FFFFFF;
}
.nav-list .link:hover {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .nav-list .link:hover {
    color: #FFFFFF;
    background-color: none;
    background-image: linear-gradient(to bottom, #342c56, #1d1737);
  }
}
@media (min-width: 1024px) {
  .nav-list .link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ffde00;
  }
}
.current .nav-list .link {
  color: #FFFFFF;
}
.nav-list .sublist {
  list-style: none;
  padding: 0 10px;
  display: none;
  grid-row: 2/3;
  grid-column: 1/3;
  background-color: #594D98;
}
@media (min-width: 1024px) {
  .nav-list .sublist {
    padding: 0;
  }
}
.nav-list .sublist._active {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav-list .sublist._active {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    min-width: 220px;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (min-width: 1024px) {
  .nav-list .sublist > .item {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
}
.nav-list .sublist > .item._subindex {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #423489;
  color: #C9C5E2;
  padding-left: 30px;
  height: 45px;
  border: none;
}
@media (min-width: 1024px) {
  .nav-list .sublist > .item._subindex {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #6F6F6F, #666666);
    font-weight: normal;
    height: 28px;
    color: #FFFFFF;
    font-size: 1.2rem;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
}
.nav-list .sublist > .item._subindex:first-child {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .nav-list .sublist > .item._subindex:first-child {
    margin-top: 0;
  }
}
.nav-list .sublist > .item._subindex + .item {
  border-top: none;
}
.nav-list .sublist .link {
  height: 54px;
  font-size: 1.6rem;
  padding-left: 30px;
  font-weight: normal;
  background-color: #594D98;
}
@media (min-width: 1024px) {
  .nav-list .sublist .link {
    background-color: #FFFFFF;
    background-image: url(../images/common/sublist_icon.jpg);
    background-position: left 15px center;
    color: #333333;
    font-size: 1.2rem;
    justify-content: flex-start;
    height: 28px;
  }
}
.nav-list .sublist .link::after {
  display: none;
}
@media (min-width: 1024px) {
  .nav-list .sublist .link:hover {
    background-color: #F4F4F4;
  }
}

@media (min-width: 1024px) {
  .nav-language {
    position: absolute;
    display: flex;
    left: calc(50% + 210px);
    top: 20px;
    margin-top: 2px;
    width: 91px;
  }
}
@media (min-width: 1024px) {
  ._fixed .nav-language {
    display: none;
  }
}
.nav-language .btn {
  display: none;
}
@media (min-width: 1024px) {
  .nav-language .btn {
    display: flex;
    background-color: #666666;
    border: 1px solid #666666;
    color: #FFFFFF;
    padding: 2px 10px 4px 26px;
    font-size: 1.1rem;
    line-height: 1.6;
    transition: 0.2s ease-out;
    font-weight: bold;
    background-image: url(/images/common/earth_icon.png);
    background-size: 12px;
    background-position: left 10px center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) {
  .nav-language .btn._active {
    background-color: #FFFFFF;
    color: #333333;
    background-image: url(/images/common/earth_icon_g.png);
  }
}
.nav-language .nav-multilingual {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .nav-language .nav-multilingual {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 1px;
    display: flex;
    flex-direction: column;
    background-color: #DFDFDF;
    border-radius: 5px;
    padding: 8px;
    row-gap: 2px;
  }
}
@media (min-width: 1024px) {
  .nav-language .nav-multilingual._active {
    visibility: visible;
    opacity: 1;
  }
}
.nav-language .nav-multilingual .item:last-child {
  margin-left: 40px;
}
@media (min-width: 1024px) {
  .nav-language .nav-multilingual .item:last-child {
    margin-left: 0;
  }
}
.nav-language .nav-multilingual .item._current {
  display: none;
}
@media (min-width: 1024px) {
  .nav-language .nav-multilingual .item._current {
    display: flex;
  }
}
.nav-language .nav-multilingual .item:nth-child(3) {
  margin-left: 40px;
}
@media (min-width: 1024px) {
  .nav-language .nav-multilingual .item:nth-child(3) {
    margin-left: 0;
  }
}
.nav-language .nav-multilingual .link {
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .nav-language .nav-multilingual .link {
    color: #333333;
    padding: 1px 3px;
    border-radius: 2px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .nav-language .nav-multilingual .link:hover {
    background-color: #3B62D7;
    color: #FFFFFF;
  }
}
.nav-language .nav-multilingual .link::before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 3px solid rgba(255, 255, 255, 0.75);
  margin-right: 3px;
}
@media (min-width: 1024px) {
  .nav-language .nav-multilingual .link::before {
    display: none;
  }
}

.nav-multilingual._pc {
  display: none;
}

.nav-snsicons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .nav-snsicons {
    column-gap: 20px;
    position: absolute;
    left: calc(50% + 328px);
    top: 22px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  ._fixed .nav-snsicons {
    display: none;
  }
}
.nav-snsicons div {
  width: 35px;
  filter: invert(100%);
}
@media (min-width: 1024px) {
  .nav-snsicons div {
    width: 22px;
    filter: none;
  }
}
@media (min-width: 1024px) {
  .nav-snsicons div .link {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .nav-snsicons div .link:hover img {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .nav-snsicons div .link:hover .tooltip {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.nav-snsicons div .link .tooltip {
  display: none;
}
@media (min-width: 1024px) {
  .nav-snsicons div .link .tooltip {
    display: flex;
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 80%;
    transform: translateX(-50%);
    padding: 1px 5px;
    background-color: #333333;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.2s ease-out;
  }
}
@media (min-width: 1024px) {
  .nav-snsicons div .link .tooltip::after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 5px solid #333333;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.nav-snsicons .youtube {
  width: 41px;
}
@media (min-width: 1024px) {
  .nav-snsicons .youtube {
    width: 26px;
  }
}

.site-content {
  padding-top: 60px;
  background-image: url(../images/common/decoration.jpg);
  background-size: 210%;
  background-position: right -50px bottom 32px;
}
@media (min-width: 560px) {
  .site-content {
    background-size: 150%;
    background-position: right -80px bottom 10px;
  }
}
@media (min-width: 1024px) {
  .site-content {
    padding-top: 0;
    background-size: 150%;
    background-position: right -150px bottom 0px;
  }
  .site-content._fixed {
    padding-top: 40px;
  }
}

.site-main {
  padding-bottom: 60px;
}

.site-breadcrumb {
  padding: 9px 0;
  background: linear-gradient(to right, #666666, #8F8F8F, #B3B3B3, #8F8F8F, #666666);
  display: flex;
}
@media (min-width: 1024px) {
  .site-breadcrumb {
    padding: 7px 0;
  }
}
.site-breadcrumb .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 5px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .site-breadcrumb .list {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
.site-breadcrumb .item {
  color: #FFFFFF;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  .site-breadcrumb .item {
    margin-right: 15px;
  }
}
.site-breadcrumb .item::after {
  content: "";
  width: 3px;
  height: 6px;
  background-image: url(../images/common/breacrumb_icon.svg);
  background-size: contain;
  margin-left: 7px;
}
@media (min-width: 1024px) {
  .site-breadcrumb .item::after {
    width: 5px;
    height: 10px;
    margin-left: 15px;
  }
}
.site-breadcrumb .item:last-child::after {
  display: none;
}
.site-breadcrumb .link {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-decoration: none;
}
.site-breadcrumb .link:hover {
  text-decoration: underline;
}

.site-pagetop {
  padding: 0 15px 15px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}
@media (min-width: 1024px) {
  .site-pagetop {
    padding: 0 0 15px;
  }
}
.site-pagetop .link {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .site-pagetop .link {
    font-size: 1.4rem;
  }
}
.site-pagetop .link::before {
  content: "";
  background-image: url(../images/common/pagetop.png);
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 2px;
}
@media (min-width: 1024px) {
  .site-pagetop .link::before {
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 1024px) {
  .site-aside {
    display: none;
  }
}

.site-subnavigation {
  padding: 0 10px;
  background-color: #594D98;
}
.site-subnavigation .nav-list .item:last-child {
  border-bottom: none;
}
.site-subnavigation .nav-list .item._subindex {
  color: #DDDDDD;
  background-color: #423489;
  padding: 0 10px;
  height: 38px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.site-subnavigation .nav-list .item._subindex:first-child {
  margin-top: 10px;
}
.site-subnavigation .nav-list .item._subindex + .item {
  border-top: none;
}
.site-subnavigation .nav-list .link {
  padding: 0 10px;
  background: none;
  height: 54px;
}
.site-subnavigation .bnrlink {
  display: none;
}
@media (min-width: 1024px) {
  .site-subnavigation .bnrlink {
    display: block;
    margin-top: 20px;
  }
}

.page._two_column {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .page._two_column {
    display: grid;
    grid-template-columns: auto 220px;
    grid-template-rows: auto 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .page._two_column .page-header {
    width: 710px;
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .page._two_column .page-content {
    width: 710px;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .page._two_column .page-aside {
    margin-top: 0;
    padding: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (min-width: 1024px) {
  .page._two_column .section {
    padding: 0;
  }
}

.page-header {
  padding: 0 15px;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .page-header {
    padding: 0;
    width: 960px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.page-title {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .page-title {
    font-size: 3rem;
  }
}
.page-title .page-subtitle {
  font-size: 1.4rem;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .page-title .page-subtitle {
    font-size: 1.6rem;
  }
}

.page-headings {
  color: #4A3C93;
}
@media (min-width: 1024px) {
  .page-headings {
    display: flex;
    align-items: baseline;
  }
}
.page-headings .page-title {
  font-size: 2.4rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .page-headings .page-title {
    font-size: 4.5rem;
  }
}
.page-headings .page-slug {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .page-headings .page-slug {
    font-size: 1.2rem;
    margin-left: 15px;
  }
}

.page-content {
  margin-top: 30px;
}

._main_color {
  color: #4A3C93;
}

._accent_color {
  color: #D23232;
}

._center {
  text-align: center !important;
}

._right {
  text-align: right !important;
}

._medium {
  font-weight: 500 !important;
}

._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

._marker {
  background: linear-gradient(transparent 55%, lemonchiffon 55%);
}

._border {
  border: 1px solid #666666;
}

._round {
  border-radius: 5px;
}

._oval {
  border-radius: 9999px;
}

._shadow {
  box-shadow: 0 0 20px rgba(74, 60, 147, 0.16);
}

._borderless {
  border: none;
}

._full {
  width: 100%;
}

._mt0 {
  margin-top: 0 !important;
}

._mr0 {
  margin-right: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._ml0 {
  margin-left: 0 !important;
}

._sp_only {
  display: block;
}
@media (min-width: 560px) {
  ._sp_only {
    display: none;
  }
}

._tab_only {
  display: none;
}
@media (min-width: 560px) {
  ._tab_only {
    display: block;
  }
}
@media (min-width: 1024px) {
  ._tab_only {
    display: none;
  }
}

._pc_only {
  display: none;
}
@media (min-width: 1024px) {
  ._pc_only {
    display: block;
  }
}

._tab_over {
  display: none;
}
@media (min-width: 560px) {
  ._tab_over {
    display: block;
  }
}

._tab_under {
  display: block;
}
@media (min-width: 1024px) {
  ._tab_under {
    display: none;
  }
}

._tab_except {
  display: block;
}
@media (min-width: 560px) {
  ._tab_except {
    display: none;
  }
}
@media (min-width: 1024px) {
  ._tab_except {
    display: block;
  }
}

@media print {
  ._no-print {
    display: none !important;
  }

  ._kaipage-print,
._kaipage-print * {
    page-break-after: always;
  }
}
.flex {
  display: flex;
}
.flex._column {
  flex-direction: column;
}
@media (min-width: 560px) {
  .flex._column {
    flex-direction: row;
  }
}
.flex._stack {
  flex-direction: column;
}
.flex._even {
  flex-direction: column;
}
@media (min-width: 560px) {
  .flex._even {
    flex-direction: row;
  }
}
.flex._even > * {
  flex: 1;
}
.flex._item_center {
  align-items: center;
}
.flex._wrap {
  flex-wrap: wrap;
}
.flex._gap {
  gap: 40px;
}
@media (min-width: 560px) {
  .flex._gap {
    gap: 60px;
  }
}

.list {
  list-style: none;
  padding-left: 0;
}
.list._order {
  counter-reset: countup;
}
.list._order > .item {
  counter-increment: countup;
}
.list._order > .item::before {
  content: counter(countup);
}

.text-title {
  border-top: 3px solid #707070;
  line-height: 37px;
  font-size: 1.6rem;
  padding-left: 9px;
  margin-bottom: 20px;
  font-weight: normal;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+6,fdfdfd+47,f2f2f2+94,ffffff+97,cccccc+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#cccccc",GradientType=0 );
  /* IE6-9 */
}

.text-title2 {
  font-weight: bold;
  border-top: 3px solid #2d2261;
  line-height: 37px;
  font-size: 1.6rem;
  padding-left: 9px;
  margin-bottom: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+6,fdfdfd+47,f2f2f2+94,ffffff+97,cccccc+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#cccccc",GradientType=0 );
  /* IE6-9 */
}

.text-title3 {
  line-height: 27px;
  font-size: 17px;
  padding-left: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
  color: #555;
}

.text-title4 {
  position: relative;
  line-height: 2.7rem;
  font-size: 1.7rem;
  padding-left: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
  color: #555;
}
.text-title4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 0.3rem;
  height: 1.7rem;
  background-color: #fff;
  background: #656565;
  background: linear-gradient(180deg, #656565 0%, #3d3d3d 50%);
}

.block-ttl {
  padding-left: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
  color: #555;
  font-size: 17px;
  line-height: 27px;
  position: relative;
}
.block-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid #656565;
  border-right: 5px solid #656565;
  border-bottom: 5px solid #464646;
  border-left: 5px solid #464646;
}

.section {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .section {
    padding: 0 32px;
  }
  .section:first-of-type {
    padding-top: 0px;
  }
}

.section-header {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.section-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.section-header + .section-content {
  margin-top: 30px;
}
@media (min-width: 560px) {
  .section-header + .section-content {
    margin-top: 40px;
  }
}
.section-content sub {
  vertical-align: baseline;
  position: inherit;
}

.section-heading {
  font-size: 1.6rem;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  border-top: 2px solid #504391;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 1px 0px #CCCCCC;
}

.product-heading {
  font-size: 2rem;
  padding: 9px 15px 7px;
  border: 1px solid #CCCCCC;
  border-bottom: 3px solid #ADA6CF;
  background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9);
}
@media (min-width: 1024px) {
  .product-heading {
    font-size: 2.4rem;
    padding: 22px 20px 20px;
  }
}

.btnlink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  background-image: linear-gradient(to bottom, #F2F2F2, #DADADA);
  border: 1px solid #BBBBBB;
  box-shadow: 1px 2px 0 0 #D9D9D9;
  transition: 0.2s ease-out;
  width: 275px;
  max-width: 100%;
  height: 52px;
  position: relative;
}
.btnlink._black {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #808080, #595959);
  border: 1px solid #595959;
}
.btnlink._black:hover {
  color: #FFFFFF;
}
.btnlink._orange {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #F28637, #E26306);
  border: 1px solid #E26306;
}
.btnlink._orange:hover {
  color: #FFFFFF;
}
.btnlink._aqua {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #0694EB, #0474BD);
  border: 1px solid #067BCA;
}
.btnlink._aqua:hover {
  color: #FFFFFF;
}
.btnlink._dl::before {
  content: "";
  background-image: url(../images/common/dl_icon.svg);
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._dl._black::before {
  background-image: url(../images/common/dl_icon_white.svg);
}
.btnlink._add::before {
  content: "";
  background-image: url(../images/common/add_icon.svg);
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._form::before {
  content: "";
  background-image: url(../images/common/form_icon.svg);
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._cart::before {
  content: "";
  background-image: url(../images/common/cart_icon.svg);
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._search::before {
  content: "";
  background-image: url(../images/common/search_white.svg);
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._circle-close::before {
  content: "";
  background-image: url(../images/common/circle-close.svg);
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._arrow::before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}
.btnlink:hover {
  opacity: 0.7;
  color: #333333;
}

.bnrlink {
  display: block;
}
.bnrlink:hover {
  opacity: 0.7;
}

.tellink {
  text-decoration: none;
}

.index-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .index-list {
    flex-direction: row;
  }
}
.index-list .link {
  display: block;
  background-color: #F4F4F4;
  padding: 6px 6px 12px;
  text-decoration: none;
}
.index-list .link:hover {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .index-list .link {
    width: 307px;
  }
}
.index-list .link + .link {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .index-list .link + .link {
    margin-top: 0;
    margin-left: 19.5px;
  }
}
.index-list .img {
  border: 1px solid #CCCCCC;
}
.index-list .title {
  color: #4A3C93;
  margin-top: 12px;
  display: flex;
  align-items: center;
  margin-left: 4px;
  font-weight: bold;
  font-size: 5vw;
}
@media (min-width: 560px) {
  .index-list .title {
    font-size: 3.2vw;
  }
}
@media (min-width: 1024px) {
  .index-list .title {
    font-size: 15px;
  }
}
.index-list .title::before {
  content: "";
  background-image: url(../images/common/index_icon.svg);
  width: 4px;
  height: 6px;
  margin-right: 7px;
  background-position: center center;
}
@media (min-width: 1024px) {
  .index-list .title::before {
    width: 6px;
    height: 10px;
    margin-right: 10px;
  }
}

.tab-section .tab-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .tab-section .tab-list {
    margin: 0 20px;
  }
}
.tab-section .tab-list .item {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 1024px) {
  .tab-section .tab-list .item {
    flex: 1;
  }
}
.tab-section .tab-list .item:nth-child(2n) {
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .tab-section .tab-list .item:nth-child(2n+3) {
    margin-left: 15px;
  }
}
.tab-section .tab-list .item:nth-child(n+3) {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .tab-section .tab-list .item:nth-child(n+3) {
    margin-top: 0;
  }
}
.tab-section .tab-list .item._current .btnlink {
  color: #FFFFFF;
  border: none;
  background-image: linear-gradient(to bottom, #5A4B9E, #6C5DB9);
}
.tab-section .tab-list .item._current .btnlink::before {
  background-image: url(../images/common/tab_icon_hover.svg);
}
@media (min-width: 1024px) {
  .tab-section .tab-list .item._current .btnlink::after {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #6C5DB9;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
}
.tab-section .tab-list .btnlink {
  box-shadow: none;
  width: auto;
  height: 50px;
  border-radius: 3px;
  font-size: 1.6rem;
  color: #524D6C;
  border: 1px solid #CCCAD6;
  background-image: linear-gradient(to bottom, #EAE9EF, #EAE9EF 25%, #D0CFD8);
}
.tab-section .tab-list .btnlink::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/common/tab_icon.svg);
  position: absolute;
  left: 10px;
  top: 17px;
}
@media (max-width: 320px) {
  .tab-section .tab-list .btnlink {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .tab-section .tab-list .btnlink {
    height: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
  }
  .tab-section .tab-list .btnlink::before {
    position: static;
    transform: rotate(90deg);
    margin-right: 8px;
  }
}
.tab-section .tab-list._under {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .tab-section .tab-list._under {
    margin: 0 20px;
  }
}
@media (min-width: 1024px) {
  .tab-section .tab-list._under .btnlink {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 1024px) {
  .tab-section .tab-list._under .btnlink::before {
    transform: rotate(-90deg);
  }
}
.tab-section .tab-list._under .item._current .btnlink::after {
  border: 10px solid transparent;
  border-bottom: 10px solid #5A4B9E;
  top: -20px;
  bottom: auto;
}
.tab-section .tab-content {
  border: 1px solid #C4C0D9;
  border-radius: 3px;
  padding: 20px;
  margin-top: 30px;
  background-image: linear-gradient(to bottom, #E9E7F2, #FFFFFF);
  background-size: auto 90px;
  background-repeat: repeat-x;
}
@media (min-width: 1024px) {
  .tab-section .tab-content {
    margin-top: 0;
  }
}
.tab-section .tab-body {
  border: 1px solid #F3F2F8;
  background-color: #FFFFFF;
  padding: 15px;
}
@media (min-width: 1024px) {
  .tab-section .tab-body {
    padding: 25px;
  }
}
.tab-section .tab-body h2 {
  font-size: 1.8rem;
  color: #4A3C93;
  padding-bottom: 5px;
  border-bottom: 1px solid #9A92C3;
}
@media (min-width: 1024px) {
  .tab-section .tab-body h2 {
    font-size: 2rem;
  }
}
.tab-section .tab-body h2:not(:first-child) {
  margin-top: 25px;
}
.tab-section .tab-body h3 {
  font-size: 1.6rem;
  color: #4A3C93;
  display: flex;
}
.tab-section .tab-body h3::before {
  content: "";
  background-color: #4A3C93;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .tab-section .tab-body h3 {
    font-size: 1.8rem;
  }
}
.tab-section .tab-body h3:not(:first-child) {
  margin-top: 25px;
}
.tab-section .tab-body h4 {
  font-size: 1.4rem;
  margin-top: 15px;
}
.tab-section .tab-body h4 + p {
  margin-top: 0;
}
.tab-section .tab-body p {
  margin-top: 15px;
}
.tab-section .tab-body .formula {
  padding: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .tab-section .tab-body .formula {
    text-align: left;
    padding-left: 80px;
  }
}
.tab-section .tab-body .box {
  padding: 10px;
  background-color: #F4F4F4;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .tab-section .tab-body .box {
    padding: 20px 10px;
  }
}
.tab-section .tab-body .box *:first-child {
  margin-top: 0;
}
.tab-section .tab-body .legend {
  border: 1px solid #DDDDDD;
  padding: 5px 8px;
  font-size: 1.2rem;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.tab-section .tab-body .legend dt {
  width: 20%;
  font-weight: normal;
}
.tab-section .tab-body .legend dd {
  width: 80%;
}
.tab-section .tab-body .legend dd::before {
  content: ":";
  margin-right: 5px;
}

.aside-nav {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 1px;
  display: none;
}
@media (min-width: 1024px) {
  .aside-nav {
    display: block;
  }
}
.aside-nav + .aside-nav {
  margin-top: 30px;
}
.aside-nav .heading {
  font-size: 1.6rem;
  color: #FFFFFF;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: linear-gradient(to bottom, #686868, #9c9c9c);
}
.aside-nav .heading .link {
  position: relative;
  flex-basis: calc(100% + 26px);
  flex-shrink: 0;
  flex-grow: 1;
  margin-left: -13px;
  height: 100%;
  background: transparent;
  color: #FFFFFF;
}
.aside-nav .heading .link:hover::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: rgba(255, 255, 255, 0.45);
}
.aside-nav .heading .link::after {
  display: none;
}
.aside-nav .item {
  border: 1px solid #EEEEEE;
  border-bottom: none;
}
.aside-nav .item:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.aside-nav .item._current .link {
  color: #f25b00;
}
.aside-nav .item._subindex {
  background-color: #666666;
  min-height: 42px;
  padding: 5px 13px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.aside-nav .item._subindex:first-child {
  margin-top: 1px;
}
.aside-nav .item._child .link {
  padding-left: 23px;
}
.aside-nav .link {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 5px 13px;
  text-decoration: none;
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
}
.aside-nav .link::after {
  content: "";
  background-image: url(../images/common/archives_icon.svg);
  width: 5px;
  height: 8px;
  margin-left: auto;
}

.aside-banner {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 1024px) {
  .aside-banner {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.notice-sensor-ttl {
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 1024px) {
  .notice-sensor-ttl {
    width: 457px;
    padding-left: 0;
    padding-right: 0;
  }
}
.notice-sensor-ttl:before, .notice-sensor-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: black;
}
@media (min-width: 1024px) {
  .notice-sensor-ttl:before, .notice-sensor-ttl:after {
    width: 45px;
  }
}
.notice-sensor-ttl:before {
  left: 0;
}
.notice-sensor-ttl:after {
  right: 0;
}
.notice-sensor-ttl img {
  width: auto;
}

.notice-sensor-banners {
  display: flex;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .notice-sensor-banners {
    display: block;
  }
}

.notice-sensor-banners a {
  display: inline-block;
  padding: 0;
  border: 0;
}

.notice-sensor-banners a + a {
  margin-left: 16px;
}

@media (min-width: 1024px) {
  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #DDDCE2;
    box-shadow: 0 10px 20px -20px #CCC inset;
  }
}
.contact-section .contact {
  padding: 40px 15px;
  background-color: #DDDCE2;
}
@media (min-width: 1024px) {
  .contact-section .contact {
    padding: 0;
  }
}
.contact-section .contact .box {
  padding: 30px 25px;
  border: 1px solid #CCCCCC;
  background-color: #F1F1F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .contact-section .contact .box {
    border: none;
    flex-direction: row;
    padding: 17px 25px;
  }
}
@media (min-width: 1024px) {
  .contact-section .contact .name {
    margin-right: 40px;
  }
}
.contact-section .contact .number {
  margin-top: 12px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 360px) {
  .contact-section .contact .number {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .contact-section .contact .number {
    margin-top: 0;
  }
}
.contact-section .contact .number::before {
  content: "";
  background-image: url(../images/common/tel_icon.svg);
  width: 21px;
  height: 17px;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  .contact-section .contact .number::before {
    width: 33px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
  }
}
.contact-section .contact .time {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .contact-section .contact .time {
    text-align: left;
  }
}
.contact-section .contact .time .brackets {
  font-size: 1.1rem;
}
.contact-section .contact .btnlink {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .contact-section .contact .btnlink {
    margin-top: 0;
    margin-left: 30px;
  }
}

#product-swiper {
  position: relative;
}
#product-swiper .swiper {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #product-swiper .swiper {
    margin-right: 0;
    margin-left: 0;
  }
}
#product-swiper .swiper-slide {
  width: 225px;
  height: 203px;
}
#product-swiper .swiper-button-prev {
  color: #666666;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.23));
}
@media (min-width: 1024px) {
  #product-swiper .swiper-button-prev {
    left: -30px;
  }
}
#product-swiper .swiper-button-prev::after {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  #product-swiper .swiper-button-prev::after {
    font-size: 3rem;
  }
}
#product-swiper .swiper-button-next {
  color: #666666;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.23));
}
@media (min-width: 1024px) {
  #product-swiper .swiper-button-next {
    right: -30px;
  }
}
#product-swiper .swiper-button-next::after {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  #product-swiper .swiper-button-next::after {
    font-size: 3rem;
  }
}
#product-swiper .product-card {
  text-decoration: none;
  background-color: #F4F4F4;
  width: 225px;
  height: 203px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-top: 25px;
  position: relative;
}
#product-swiper .product-card .name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#product-swiper .product-card .number {
  font-size: 1.4rem;
}
#product-swiper .product-card .img {
  height: 100px;
  margin-top: 10px;
  transition: opacity 0.2s ease-out;
}
#product-swiper .product-card .img img {
  height: 100px;
  width: auto;
}
#product-swiper .product-card:hover .img {
  opacity: 0.7;
}
#product-swiper .product-card._development:hover::after {
  opacity: 0.7;
}
#product-swiper .product-card._development::after {
  content: "開発中";
  display: block;
  background-color: #4A3C93;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 5px;
  font-size: 1.2rem;
  transition: opacity 0.2s ease-out;
  position: absolute;
  right: 0;
  top: 0;
}
#product-swiper .product-card._cdm7162 .img {
  height: 80px;
}
#product-swiper .product-card._cdm7162 .img img {
  height: 80px;
}

.product-table .list {
  white-space: nowrap;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .product-table .list {
    white-space: inherit;
  }
}
.product-table th,
.product-table td {
  border: 1px solid #CCCCCC;
}
.product-table th:first-child,
.product-table td:first-child {
  position: sticky;
  left: 0;
}
.product-table th:first-child::before,
.product-table td:first-child::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #CCCCCC;
}
.product-table th:first-child::after,
.product-table td:first-child::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #CCCCCC;
}
.product-table th {
  background-color: #DDDDDD;
  text-align: center;
}
.product-table td {
  background-color: #FFFFFF;
}
.product-table td:nth-child(2) {
  white-space: nowrap;
  text-align: center;
}
.product-table td:nth-child(5) {
  white-space: nowrap;
}
.product-table img {
  width: 65px;
}
.product-table .name {
  text-align: center;
  margin-top: -10px;
}

.product-info {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .product-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-info .gallery {
  max-width: 710px;
}
@media (min-width: 1024px) {
  .product-info .gallery {
    max-width: 260px;
    order: 2;
  }
}
.product-info .spec {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .product-info .spec {
    margin-top: 0;
    max-width: 365px;
    order: 1;
  }
}
.product-info .spec .heading {
  font-size: 1.1rem;
  color: #666666;
  font-weight: normal;
  padding: 0 3px;
  border: 1px solid #A3A3A3;
  margin-right: 10px;
  flex-shrink: 0;
  align-self: flex-start;
}
.product-info .spec .data {
  display: flex;
}
.product-info .spec .data + .data {
  margin-top: 15px;
}
.product-info .spec .btns {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .product-info .spec .btns {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .product-info .spec .btnlink {
    margin-left: 0;
  }
}
.product-info .spec .btnlink + .btnlink {
  margin-top: 20px;
}
.product-info .spec .btnlink:active {
  color: #333333;
}
.product-info .spec .btnlink:focus {
  color: #333333;
}
.product-info .spec .add {
  border: 5px solid #E89794;
  background-color: #FCEFEE;
  padding: 15px 30px;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
}
@media (min-width: 1024px) {
  .product-info .spec .add {
    margin-left: 0;
  }
}
.product-info .spec .add .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background-color: #E89794;
}
.product-info .spec .add .close::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 11px;
  right: 3px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
}
.product-info .spec .add .close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 11px;
  right: 3px;
  background-color: #FFFFFF;
  transform: rotate(-45deg);
}
.product-info .spec .add .message {
  font-weight: bold;
  color: #C92C20;
}
.product-info .spec .add .link {
  color: #C92C20;
  border: 1px solid #F8DEDE;
  padding: 8px 30px;
  background-color: #FFFFFF;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.product-info .spec .add .link::before {
  content: "";
  background-image: url(../images/common/addlink_icon.svg);
  width: 13px;
  height: 12px;
  margin-right: 5px;
}
.product-info .manual {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 15px;
  margin-top: 30px;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .product-info .manual {
    width: 100%;
    order: 3;
    margin-top: 50px;
    display: flex;
    padding: 10px 15px;
  }
}
.product-info .manual .heading {
  font-size: 1.6rem;
  color: #666666;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 13px 10px;
}
@media (min-width: 1024px) {
  .product-info .manual .heading {
    line-height: 1.1;
    padding: 5px 30px 0 0;
    border-bottom: none;
    border-right: 1px solid #CCCCCC;
  }
}
@media (min-width: 1024px) {
  .product-info .manual .heading .small {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.product-info .manual .list {
  padding: 13px 10px 0;
}
@media (min-width: 1024px) {
  .product-info .manual .list {
    padding: 0 0 0 15px;
  }
}
.product-info .manual .item + .item {
  margin-top: 8px;
}
.product-info .manual .link {
  display: flex;
  font-size: 1.2rem;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .product-info .manual .link {
    font-size: 1.4rem;
  }
}
.product-info .manual .link::before {
  content: "";
  background-image: url(../images/common/link_icon.svg);
  width: 4px;
  height: 6px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: 6px;
}
.product-info .related {
  border: 1px solid #CCCCCC;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .product-info .related {
    order: 3;
  }
}
.product-info .related .heading {
  font-size: 1.6rem;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  background-image: linear-gradient(to bottom, #fefefe, #f3f3f3);
}
@media (min-width: 1024px) {
  .product-info .related .heading {
    font-size: 1.4rem;
  }
}
.product-info .related .list {
  border-top: 3px solid #EEEEEE;
  display: flex;
  padding: 20px 15px 25px;
  overflow: auto;
}
.product-info .related .list .item {
  width: 120px;
  padding: 5px;
  background-color: #EEEEEE;
  flex-shrink: 0;
}
.product-info .related .list .item + .item {
  margin-left: 15px;
}
.product-info .related .list .link {
  text-decoration: none;
}
.product-info .related .list .img {
  border: 1px solid #CCCCCC;
}
.product-info .related .list .name {
  text-align: center;
}

.product-feature .page-header {
  padding: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .product-feature .page-header {
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .product-feature .page-title {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .product-feature .page-title img {
    width: auto;
    margin-left: -220px;
  }
}
@media (min-width: 1024px) {
  .product-feature .page-content {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .product-feature .dataset {
    display: flex;
  }
}
.product-feature .data {
  border: 1px solid #EFEDEA;
  background-color: #FBF9F7;
}
@media (min-width: 1024px) {
  .product-feature .data {
    flex: 1;
  }
}
.product-feature .data .heading {
  font-size: 1.8rem;
  color: #4A3C93;
  background-color: #E9E8F2;
  padding: 5px 15px;
}
@media (min-width: 1024px) {
  .product-feature .data .heading {
    font-size: 2.4rem;
    padding: 5px 20px;
  }
}
.product-feature .data .content {
  padding: 15px;
}
@media (min-width: 1024px) {
  .product-feature .data .content {
    padding: 20px;
  }
}
.product-feature .data .list .item {
  font-weight: bold;
  display: flex;
}
.product-feature .data .list .item + .item {
  margin-top: 10px;
}
.product-feature .data .list .item::before {
  content: "●";
  color: #4A3C93;
  margin-right: 5px;
}
.product-feature .data .text {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.product-feature .data + .data {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .product-feature .data + .data {
    margin-top: 0;
    margin-left: 20px;
  }
}
.product-feature .data._example .heading {
  color: #194775;
  background-color: #E1EEFC;
}
.product-feature .data._example .list .item::before {
  color: #194775;
}
.product-feature .text {
  margin-top: 30px;
}
.product-feature .text * + * {
  margin-top: 15px;
}
.product-feature .text .mail {
  width: auto;
  height: 16px;
  vertical-align: middle;
}
.product-feature .btns {
  margin-top: 40px;
}
.product-feature .btns .btnlink {
  margin-top: 10px;
}

#product-gallery-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
#product-gallery-swiper .swiper-slide img {
  border: 2px solid #EEEEEE;
  box-shadow: 0 0 0 1px #CCCCCC;
}

#product-thumbnails-swiper {
  margin-top: 20px;
}
#product-thumbnails-swiper .swiper-wrapper {
  justify-content: center;
}
#product-thumbnails-swiper .swiper-slide {
  border: 2px solid #EEEEEE;
  width: 55px;
}
#product-thumbnails-swiper .swiper-slide img {
  width: 55px;
}

.topiclist-section .section-content {
  margin-top: 0;
  padding-bottom: 20px;
}
.topiclist-section .heading {
  font-size: 1.6rem;
  font-weight: normal;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  border-top: 2px solid #504391;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 1px 0px #CCCCCC;
}
.topiclist-section .heading .link {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
}
.topiclist-section .heading .link::before {
  content: "";
  margin-right: 5px;
}
.topiclist-section .heading .link:nth-of-type(1) {
  margin-left: auto;
}
.topiclist-section .heading .link:nth-of-type(1)::before {
  background-image: url(../images/common/rss.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
}
.topiclist-section .heading .link.link:nth-of-type(2) {
  margin-left: 25px;
}
.topiclist-section .heading .link.link:nth-of-type(2)::before {
  content: "";
  width: 0;
  height: 0;
  flex-shrink: 0;
  border: 3px solid transparent;
  border-left: 4px solid #118BD9;
}
.topiclist-section .topic-list {
  list-style: none;
  padding-left: 0;
}
.topiclist-section .topic-list .item {
  background-image: linear-gradient(to right, #000000 1px, transparent 1px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.topiclist-section .topic-list .link {
  padding: 18px 0 10px;
  text-decoration: none;
  display: flex;
}
.topiclist-section .topic-list .link::before {
  content: "";
  width: 0;
  height: 0;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 5px;
  border: 3px solid transparent;
  border-left: 4px solid rgba(80, 67, 145, 0.75);
}

.topic-entry .entry-header .meta {
  display: flex;
}
@media (max-width: 319px) {
  .topic-entry .entry-header .meta {
    flex-direction: column;
  }
}
.topic-entry .entry-header .category {
  padding: 0 10px;
  color: #FFFFFF;
  margin-left: 23px;
}
.topic-entry .entry-header .category._important {
  background-color: #D30000;
}
.topic-entry .entry-header .category._exhibition {
  background-color: #94566E;
}
.topic-entry .entry-header .category._newsrelease {
  background-color: #567849;
}
.topic-entry .entry-header .category._productsinfo {
  background-color: #467488;
}
.topic-entry .entry-header .title {
  margin-top: 8px;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
  z-index: 100;
  position: absolute;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  max-width: 100vw;
  max-height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}

.modal__header .modal__close:before {
  font-size: 3em;
  content: "✕";
  color: #333333;
}

.modal__content {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  max-height: calc(90vh - 100px);
}
@media (min-width: 560px) {
  .modal__content {
    overflow: inherit;
    max-height: none;
  }
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

#home .page-content {
  margin-top: 0;
}

#home-mainvisual {
  padding-top: 15px;
  background-image: linear-gradient(to bottom, #666666, transparent);
}
@media (min-width: 1024px) {
  #home-mainvisual {
    padding-top: 20px;
  }
}
#home-mainvisual .swiper-area {
  position: relative;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-slide picture {
    width: 960px;
    height: 349px;
  }
}
#home-mainvisual .swiper-slide picture:nth-child(2) img {
  max-width: 90%;
  height: auto;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-slide picture:nth-child(2) img {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-slide img {
    width: 960px;
    height: 349px;
  }
}
#home-mainvisual .swiper-button-prev {
  background-image: linear-gradient(to right, #f4f0f0, #f0f0f0);
  background-size: contain;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.23));
  left: 5px;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-button-prev {
    left: -30px;
  }
}
#home-mainvisual .swiper-button-prev::after {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-button-prev::after {
    font-size: 3rem;
  }
}
#home-mainvisual .swiper-button-next {
  background-image: linear-gradient(to left, #f4f0f0, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.23));
  right: 5px;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-button-next {
    right: -30px;
  }
}
#home-mainvisual .swiper-button-next::after {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-button-next::after {
    font-size: 3rem;
  }
}

#home-product {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #home-product {
    margin-top: 30px;
    overflow: hidden;
  }
}

#home-bnrs {
  margin-top: 40px;
}
#home-bnrs .block {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  #home-bnrs .block {
    flex-wrap: nowrap;
  }
}
#home-bnrs .bnrlink:nth-child(1) {
  width: 100%;
}
#home-bnrs .bnrlink:nth-child(2) {
  margin-top: 15px;
  width: calc((100% - 15px) / 2);
}
@media (min-width: 1024px) {
  #home-bnrs .bnrlink:nth-child(2) {
    margin-top: 0;
    margin-left: 20px;
  }
}
#home-bnrs .bnrlink:nth-child(3) {
  margin-top: 15px;
  margin-left: 15px;
  width: calc((100% - 15px) / 2);
  cursor: pointer;
}
@media (min-width: 1024px) {
  #home-bnrs .bnrlink:nth-child(3) {
    margin-top: 0;
    margin-left: 20px;
  }
}
#home-bnrs .lity-hide {
  display: none;
}

#home-important {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  #home-important {
    margin-top: 40px;
  }
}
#home-important .heading {
  color: #D23232;
  background-image: linear-gradient(to bottom, #FFFBFB, #F4EEEE);
  border-top: 2px solid #B21120;
}

#home-flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #home-flex {
    flex-direction: row;
    margin-top: 30px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    column-gap: 20px;
  }
}

#home-topic {
  margin-top: 40px;
}
@media (min-width: 560px) {
  #home-topic {
    margin-top: 0;
    padding: 0;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  #home-topic .topic-list .item {
    height: 88px;
  }
}
@media (min-width: 1024px) {
  #home-topic .topic-list .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

#home-figarojournal {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #home-figarojournal {
    margin-top: 0;
    padding: 0;
    flex: 1;
  }
}
#home-figarojournal .heading .link:nth-of-type(1)::before {
  content: "";
  width: 0;
  height: 0;
  flex-shrink: 0;
  border: 3px solid transparent;
  border-left: 4px solid #118BD9;
  background-image: none;
}
#home-figarojournal .figarojournal-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list {
    flex-direction: column;
  }
}
#home-figarojournal .figarojournal-list .item {
  background-image: linear-gradient(to right, #000000 1px, transparent 1px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list .item {
    height: 88px;
  }
}
#home-figarojournal .figarojournal-list .item:not(:first-child) {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list .item:not(:first-child) {
    width: 100%;
  }
}
#home-figarojournal .figarojournal-list .item:not(:first-child) .meta {
  flex-direction: column;
  row-gap: 5px;
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list .item:not(:first-child) .meta {
    flex-direction: row;
  }
}
#home-figarojournal .figarojournal-list .item:not(:first-child) .category {
  margin-left: 0;
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list .item:not(:first-child) .category {
    margin-left: 20px;
  }
}
#home-figarojournal .figarojournal-list .card {
  padding: 18px 0 10px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list .card {
    flex-direction: row;
    column-gap: 10px;
  }
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list .eyecatch {
    width: 90px;
    height: 60px;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list .body {
    position: relative;
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list .body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    flex-shrink: 0;
    margin-top: 8px;
    margin-right: 5px;
    border: 3px solid transparent;
    border-left: 4px solid rgba(80, 67, 145, 0.75);
  }
}
#home-figarojournal .figarojournal-list .meta {
  display: flex;
}
@media (max-width: 319px) {
  #home-figarojournal .figarojournal-list .meta {
    flex-direction: column;
  }
}
#home-figarojournal .figarojournal-list .category {
  margin-left: 20px;
  color: #6b5cba;
}
#home-figarojournal .figarojournal-list .title {
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1024px) {
  #home-figarojournal .figarojournal-list .title {
    -webkit-line-clamp: 1;
  }
}

#modal-profile .modal__container {
  width: 100%;
}
@media (min-width: 1024px) {
  #modal-profile .modal__container {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 760px;
  }
}
#modal-profile .modal__container .video {
  width: 100%;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  #modal-profile .modal__container .video {
    max-width: 760px;
  }
}

.product._two_column .page-aside {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .product._two_column .page-aside {
    margin-top: 0;
  }
}

#productIndex-product {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  #productIndex-product {
    margin-top: 35px;
  }
}
#productIndex-product .heading {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #A3A3A3;
  padding-bottom: 5px;
}
#productIndex-product .heading::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/product/index/heading_icon.svg);
  margin-right: 10px;
  flex-shrink: 0;
}
#productIndex-product .section-content {
  margin-top: 20px;
}
#productIndex-product .swiper-area {
  overflow: hidden;
}
@media (min-width: 1024px) {
  #productIndex-product .swiper-area {
    overflow: inherit;
  }
}

.contact-block {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 1px;
}
.contact-block .heading {
  font-size: 1.6rem;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-image: linear-gradient(to bottom, #f4f3f3, #eee);
}
@media (min-width: 1024px) {
  .contact-block .heading {
    font-size: 1.4rem;
  }
}
.contact-block .heading::before {
  content: "";
  background-image: url(../images/common/form_icon_black.svg);
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 7px;
}
.contact-block .content {
  padding: 20px;
}
@media (min-width: 1024px) {
  .contact-block .content {
    font-size: 1.2rem;
    padding: 10px;
  }
}
.contact-block .content .btnlink {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .contact-block .content .btnlink {
    width: 95%;
    margin-top: 10px;
    font-size: 1.2rem;
    height: 35px;
  }
}

@media (min-width: 1024px) {
  #sensorIndex-list .section-content {
    position: relative;
    padding-top: 10px;
  }
}
#sensorIndex-list .note {
  display: flex;
}
@media (min-width: 1024px) {
  #sensorIndex-list .note {
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: -95px;
    width: 462px;
  }
}
#sensorIndex-list .note .text {
  display: none;
}
@media (min-width: 1024px) {
  #sensorIndex-list .note .text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  #sensorIndex-list .note .text img {
    width: auto;
  }
}
#sensorIndex-list .bnrlink {
  flex: 1;
}
@media (min-width: 1024px) {
  #sensorIndex-list .bnrlink {
    flex: 1 0 auto;
  }
}
#sensorIndex-list .bnrlink + .bnrlink {
  margin-left: 20px;
}
#sensorIndex-list .search-box {
  margin-top: 30px;
}
#sensorIndex-list .search-box .search {
  border: 1px solid #CCCCCC;
  padding: 20px;
}
#sensorIndex-list .search-box .result {
  margin-top: 20px;
}
#sensorIndex-list .list {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  #alcoholcheckerIndex-list .section-content {
    position: relative;
    padding-top: 20px;
  }
}
#alcoholcheckerIndex-list .bnrlink {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 220px;
}
@media (min-width: 1024px) {
  #alcoholcheckerIndex-list .bnrlink {
    position: absolute;
    right: 0;
    top: -80px;
    margin-top: 0;
    width: 265px;
  }
}

.topic .aside-nav {
  display: block;
}

#topicEntry-article .heading {
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding: 6px 10px 2px;
  background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  border-top: 2px solid #504391;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 1px 0px #CCCCCC;
}
#topicEntry-article .meta {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #topicEntry-article .meta {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  #topicEntry-article .dateset {
    margin-left: auto;
  }
}
#topicEntry-article .categoryset {
  margin-left: 30px;
}
@media (max-width: 320px) {
  #topicEntry-article .categoryset {
    margin-left: 0;
  }
}
#topicEntry-article .categoryset .category {
  padding: 0 5px;
  margin-left: 0;
}
#topicEntry-article .entry-content {
  margin-top: 30px;
  padding-bottom: 55px;
  background-image: linear-gradient(to right, #333333 1px, #FFFFFF 1px, #FFFFFF 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
#topicEntry-article .entry-content * + * {
  margin-top: 30px;
}
#topicEntry-article .entry-content a {
  color: #f25b00;
  text-decoration: none;
}
#topicEntry-article .entry-content a:hover {
  text-decoration: underline;
}
#topicEntry-article .entry-content img {
  width: auto;
}
#topicEntry-article .entry-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
#topicEntry-article .entry-pagination .prev,
#topicEntry-article .entry-pagination .next {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  flex: 1;
}
@media (min-width: 1024px) {
  #topicEntry-article .entry-pagination .prev,
#topicEntry-article .entry-pagination .next {
    display: flex;
  }
}
#topicEntry-article .entry-pagination .prev::before,
#topicEntry-article .entry-pagination .next::before {
  content: "";
  display: block;
  background-image: url(../images/common/pagination_icon.svg);
  width: 4px;
  height: 6px;
  flex-shrink: 0;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  #topicEntry-article .entry-pagination .prev::before,
#topicEntry-article .entry-pagination .next::before {
    margin: 8px 10px 0 0;
  }
}
#topicEntry-article .entry-pagination .next {
  margin-left: 40px;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  #topicEntry-article .entry-pagination .next {
    text-align: right;
  }
}
#topicEntry-article .entry-pagination .next::before {
  margin-left: auto;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  #topicEntry-article .entry-pagination .next::before {
    order: 2;
    margin-left: 10px;
    margin-right: 0;
  }
}

@media (max-width: 319px) {
  #topicIndex-topiclist .topic-entry .entry-header .category,
#home-topic .topic-entry .entry-header .category {
    margin-left: 0;
    margin-top: 3px;
    align-self: flex-start;
  }
}

.movie .tab-section {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 320px) {
  .movie .tab-section {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .movie .tab-section {
    margin-top: 35px;
  }
}
.movie .tab-section::after {
  content: "";
  width: 80px;
  height: 96px;
  position: absolute;
  right: 10px;
  top: -96px;
  background-image: url(../images/movie/illust.png);
}
@media (min-width: 1024px) {
  .movie .tab-section::after {
    top: -56px;
  }
}
@media (min-width: 1024px) {
  .movie .tab-list {
    margin: 0 100px;
  }
}
@media (min-width: 1024px) {
  .movie .tab-list._under {
    margin: 0 100px;
  }
}
.movie .tab-content {
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  .movie .tab-content {
    padding: 20px 15px 35px;
  }
}
.movie .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .movie .flex {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.movie .flex + .flex {
  margin-top: 35px;
}
.movie .folder {
  max-width: 315px;
  background-image: url(../images/movie/folder_top.png), url(../images/movie/folder_bottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 55px;
  padding-bottom: 22px;
}
@media (max-width: 320px) {
  .movie .folder {
    padding-top: 45px;
  }
}
@media (min-width: 1024px) {
  .movie .folder {
    max-width: 340px;
    background-size: 340px;
    margin: 0;
    padding-bottom: 25px;
  }
}
.movie .folder .shoulder {
  position: absolute;
  font-size: 1.1rem;
  top: 2px;
  left: 20px;
  color: #4A3C93;
  font-weight: bold;
}
@media (max-width: 320px) {
  .movie .folder .shoulder {
    font-size: 1rem;
    top: 0;
    left: 13px;
  }
}
@media (min-width: 1024px) {
  .movie .folder .shoulder {
    font-size: 1.3rem;
    top: -2px;
    left: 17px;
  }
}
.movie .folder .shoulder .number {
  font-size: 2.2rem;
}
@media (min-width: 1024px) {
  .movie .folder .shoulder .number {
    font-size: 2.7rem;
  }
}
.movie .folder .inner {
  background-image: url(../images/movie/folder_middle.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 0 30px;
}
.movie .folder .heading {
  font-size: 1.8rem;
}
@media (max-width: 320px) {
  .movie .folder .heading {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .movie .folder .heading {
    font-size: 2rem;
  }
}
.movie .folder .text {
  font-size: 1.2rem;
  margin-top: 10px;
}
.movie .movie {
  margin: 15px 20px 0;
}
@media (min-width: 1024px) {
  .movie .movie {
    margin: 42px 0 0 0;
    width: 310px;
  }
}
.movie .movie .player {
  display: block;
  cursor: pointer;
}
.movie .movie .player:hover {
  opacity: 0.7;
}
.movie .movie .youtube {
  display: flex;
  align-items: center;
  margin-top: 7px;
  text-decoration: underline;
  cursor: pointer;
}
.movie .movie .youtube::before {
  content: "";
  background-image: url(../images/common/movie_icon.svg);
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-right: 5px;
}
.movie .modal .modal__content {
  margin: 50px auto 50px;
}
.movie .modal .modal__movie {
  padding: 0 15px 15px;
  display: flex;
  justify-content: center;
}
.movie .modal .modal__movie .video {
  width: 100%;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  .movie .modal .modal__movie .video {
    max-width: 760px;
    text-align: center;
  }
}
.movie .modal .modal__relative {
  padding: 15px;
  background-color: #F4F4F4;
}
.movie .modal .modal__relative .heading {
  font-size: 1.4rem;
}
.movie .modal .modal__relative .list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 560px) {
  .movie .modal .modal__relative .list {
    flex-wrap: nowrap;
  }
}
.movie .modal .modal__relative .list .item {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 560px) {
  .movie .modal .modal__relative .list .item {
    flex: 1;
    max-width: 180px;
  }
}
.movie .modal .modal__relative .list .link {
  font-size: 1.2rem;
  cursor: pointer;
}
.movie .modal.modal.is-beginning-width-full .video {
  width: 760px;
}

.knowledge .tab-section {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .knowledge .tab-section {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list {
    flex-wrap: wrap;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list._under {
    margin: 35px 0 0;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list._under .btnlink::before {
    transform: rotate(0);
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item {
    flex: 0 0 auto;
    width: 31.92%;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item:nth-child(4) {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item:nth-child(5) {
    margin-top: 15px;
  }
}
.knowledge .tab-list .item:nth-child(5) .btnlink {
  letter-spacing: -1px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item:nth-child(5) .btnlink {
    letter-spacing: 0;
  }
}
@media (max-width: 320px) {
  .knowledge .tab-list .item:nth-child(5) .btnlink {
    letter-spacing: -2px;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item:nth-child(6) {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item._current .btnlink {
    border-radius: 3px;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item._current .btnlink::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .btnlink::before {
    position: absolute;
    left: 10px;
    top: 12px;
    transform: rotate(0);
  }
}
.knowledge .tab-content {
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  .knowledge .tab-content {
    margin-top: 35px;
    padding: 20px 15px 35px;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-body h2 {
    font-size: 2.6rem;
  }
}
.knowledge .tab-body .t-left {
  text-align: left;
}
.knowledge .tab-body .t-center {
  text-align: center;
}
.knowledge .tab-body .t-right {
  text-align: right;
}
.knowledge .tab-body .kome {
  margin-top: 10px;
}
.knowledge .btnlink-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  text-align: center;
}
@media (min-width: 560px) {
  .knowledge .btnlink-list {
    flex-direction: row;
    column-gap: 30px;
    flex-wrap: wrap;
  }
}
.knowledge .btnlink-list .btnlink {
  height: 52px;
  line-height: 1.3;
  padding-left: 30px;
  padding-right: 10px;
}
@media (min-width: 560px) {
  .knowledge .btnlink-list .btnlink {
    height: 45px;
    width: 300px;
    padding-left: 30px;
    padding-right: 10px;
  }
}
.knowledge .btnlink-list .btnlink::before {
  content: "";
  background-image: url(../images/common/sensor_icon.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 18px;
}
@media (min-width: 560px) {
  .knowledge .btnlink-list .btnlink::before {
    top: 14px;
  }
}
.knowledge .btnlink._black {
  background-image: linear-gradient(#C4C4C4, #737373);
  border-color: #9F9F9F;
}
.knowledge .btnlink._black::before {
  filter: grayscale(100%);
}
.knowledge table {
  margin-top: 30px;
  border-color: #DDD8F5;
  width: 100%;
}
.knowledge table th,
.knowledge table td {
  border-color: #DDD8F5;
  vertical-align: middle;
  padding: 5px 10px;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 320px) {
  .knowledge table th,
.knowledge table td {
    font-size: 1.2rem;
    padding: 5px;
  }
}
.knowledge table thead th {
  text-align: center;
  color: #fff;
  background: #B3AFCF;
}
.knowledge table tbody th {
  background: #EEECF7;
  text-align: center;
}

#knowledgeInflammablegas-description .tab-body .img {
  margin-top: 30px;
}
#knowledgeInflammablegas-description .tab-body p:first-of-type {
  letter-spacing: -0.1px;
}

#knowledgeCo-description .tab-body .color-table {
  max-width: 540px;
  margin: 30px auto 10px;
}
#knowledgeCo-description .tab-body .color-table caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #knowledgeCo-description .tab-body .color-table caption {
    font-size: 1.8rem;
  }
}
#knowledgeCo-description .tab-body .color-table th {
  background-color: #847cb5;
  font-size: 16px;
  text-align: center;
}
#knowledgeCo-description .tab-body .color-table th:last-child {
  text-align: left;
  padding: 0 20px;
}
#knowledgeCo-description .tab-body .color-table td {
  padding: 0 5px;
}
#knowledgeCo-description .tab-body .color-table td:last-child {
  text-align: left;
  padding: 0 20px;
}
#knowledgeCo-description .tab-body .color-table .td-red {
  background-color: #c2414e;
  color: #fff;
}
#knowledgeCo-description .tab-body .color-table .td-lightred {
  background-color: #f7eaee;
}
#knowledgeCo-description .tab-body .color-table .td-yellow {
  background-color: #d7bb22;
  color: #fff;
}
#knowledgeCo-description .tab-body .color-table .td-lightyellow {
  background-color: #fcf2d0;
}
#knowledgeCo-description .tab-body .color-table .td-green {
  background-color: #6bab4e;
  color: #fff;
}
#knowledgeCo-description .tab-body .color-table .td-lightgreen {
  background-color: #e4f8e1;
}
#knowledgeCo-description .tab-body .table-source {
  max-width: 540px;
  margin: auto;
  font-size: 12px;
}

#knowledgeFreon-description .tab-body p + p {
  margin-top: 0;
}
#knowledgeFreon-description .tab-body .img {
  margin-top: 35px;
}
#knowledgeFreon-description .tab-body figcaption {
  font-size: 13px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #knowledgeFreon-description .tab-body figcaption {
    margin-top: 0;
    position: relative;
    left: 70px;
    max-width: 500px;
  }
}
#knowledgeFreon-description .tab-body .table-thead-less tr:first-child th,
#knowledgeFreon-description .tab-body .table-thead-less tr:first-child td {
  border-top: 1px solid #DDD8F5;
}
#knowledgeFreon-description .tab-body .product-table th:first-child {
  position: static;
  left: auto;
}
#knowledgeFreon-description .tab-body .product-table td:first-child {
  position: static;
  left: auto;
}
#knowledgeFreon-description .tab-body .product-table th.thead-left, #knowledgeFreon-description .tab-body .product-table td.thead-left {
  position: sticky;
  left: 0;
}
#knowledgeFreon-description .tab-body .product-table td:first-child::after {
  border-right: 0;
}
#knowledgeFreon-description .tab-body .product-table th:first-child::before,
#knowledgeFreon-description .tab-body .product-table td:first-child::before {
  border-left: 0;
}

#knowledgeTvoc-description .tab-body .table-wrapper table {
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  #knowledgeTvoc-description .tab-body .table-wrapper thead th:nth-child(1) {
    width: 40%;
  }
}
#knowledgeTvoc-description .tab-body .table-wrapper p {
  text-align: right;
  margin-bottom: 0;
}

#knowledgeAlcohol-description .btnlink._aqua {
  max-width: 100%;
  width: 320px;
}
#knowledgeAlcohol-description table tr:last-child td:last-child {
  letter-spacing: -0.25px;
}

#knowledgeCo2-description .table-source {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #knowledgeCo2-description table th {
    min-width: 140px;
  }
}
#knowledgeCo2-description h3 sub {
  align-self: center;
  margin-top: 4px;
}
#knowledgeCo2-description figure {
  max-width: 489px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
#knowledgeCo2-description figure figcaption {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 15px;
}
#knowledgeCo2-description figure figcaption .source {
  font-size: 1.2rem;
  font-weight: normal;
}

#glossary {
  grid-template-columns: 220px auto;
}
#glossary .page-aside {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #glossary .page-aside {
    margin-top: 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 1024px) {
  #glossary .page-content {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#glossary .aside-nav {
  display: block;
  position: sticky;
  top: 70px;
}
#glossary .aside-nav .list {
  display: flex;
  flex-wrap: wrap;
  height: 258px;
}
#glossary .aside-nav .item {
  width: 50%;
}
#glossary .aside-nav .item:nth-child(1) {
  order: 1;
}
#glossary .aside-nav .item:nth-child(2) {
  order: 3;
}
#glossary .aside-nav .item:nth-child(3) {
  order: 5;
}
#glossary .aside-nav .item:nth-child(4) {
  order: 7;
}
#glossary .aside-nav .item:nth-child(5) {
  order: 9;
}
#glossary .aside-nav .item:nth-child(6) {
  order: 2;
}
#glossary .aside-nav .item:nth-child(7) {
  order: 4;
}
#glossary .aside-nav .item:nth-child(8) {
  order: 5;
}
#glossary .aside-nav .item:nth-child(9) {
  order: 8;
}
#glossary .aside-nav .item:nth-child(10) {
  order: 10;
}
#glossary .aside-nav .item:nth-child(11) {
  order: 11;
  width: 100%;
}
#glossary .aside-nav .link {
  padding: 0 10px;
}
#glossary .aside-nav .link::after {
  transform: rotate(90deg);
  order: -1;
  margin-right: 10px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  #glossary .aside-nav .link::after {
    transform: none;
  }
}

#glossary-list .block + .block {
  margin-top: 45px;
}
#glossary-list .item {
  padding-top: 15px;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #glossary-list .item {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }
}
#glossary-list .item + .item {
  margin-top: 15px;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 1024px) {
  #glossary-list .item + .item {
    margin-top: 25px;
  }
}
#glossary-list .item::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #DDDDDD;
  left: 2px;
  top: 24px;
}
#glossary-list .word {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #glossary-list .word {
    font-size: 1.8rem;
    width: 230px;
    flex-shrink: 0;
  }
}
#glossary-list .word span {
  font-size: 1.1rem;
  color: #666666;
  display: block;
  font-weight: normal;
}
#glossary-list .description {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #glossary-list .description {
    margin-top: 0;
  }
}
#glossary-list .source {
  margin-top: 10px;
}

.company .page-title {
  font-weight: normal;
}
.company .page-lead {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .company .page-lead {
    font-size: 1.6rem;
  }
}
.company .a {
  position: relative;
  color: #0048ff;
  padding-left: 9px;
}
.company .a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #0048ff;
  transform: scale(0.3);
}
.company .a2 {
  position: relative;
  color: #333;
  padding-left: 9px;
  text-decoration: underline;
}
.company .a2::before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #333;
  transform: scale(0.3);
}
.company .company-table {
  margin-bottom: 5px;
  border-collapse: collapse;
  line-height: 1.5;
}
.company .company-table th,
.company .company-table td {
  border-width: 1px;
  border-color: #ccc;
  padding: 10px 10px;
}
.company .company-table th {
  background: #ECECEC;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  width: 30%;
}
@media (min-width: 1024px) {
  .company .company-table th {
    width: 20%;
  }
}
.company .company-table td {
  width: 70%;
}
@media (min-width: 1024px) {
  .company .company-table td {
    width: 80%;
  }
}
.company .company-table table {
  border: 0;
}
.company .company-table table th,
.company .company-table table td {
  background: none;
  border: 0;
  padding: 0 5px 0 0;
  width: auto;
}
.company .purple-title {
  font-size: 2rem;
  margin-bottom: 11px;
  color: #443786;
}
.company p + .page-menu {
  margin-top: 25px;
}
.company .page-menu {
  background: #F5F5F5;
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  .company .page-menu {
    padding: 6px 0 6px 10px;
  }
}
.company .page-menu ul {
  padding-left: 0;
  line-height: 3;
}
@media (min-width: 1024px) {
  .company .page-menu ul {
    line-height: 1.7;
  }
}
.company .page-menu li {
  display: inline-block;
  margin-right: 15px;
}
.company .page-menu a {
  padding-left: 13px;
  text-decoration: underline;
  color: #555;
  position: relative;
}
.company .page-menu a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #555;
  transform: scale(0.3) rotate(90deg);
}
.company .page-menu a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .company.page._two_column .page-aside {
    grid-row: 2/3;
  }
}
.company .aside-banner {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .company .aside-banner {
    margin-left: 0;
    margin-right: 0;
  }
}

#companyIndex .group + .group {
  margin-top: 25px;
}
#companyIndex .index-list .link {
  width: auto;
}
#companyIndex .index-list + .index-list {
  margin-top: 25px;
}
#companyIndex h2 {
  padding-left: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
  color: #555;
  font-size: 17px;
  line-height: 27px;
  position: relative;
}
#companyIndex h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid #656565;
  border-right: 5px solid #656565;
  border-bottom: 5px solid #464646;
  border-left: 5px solid #464646;
}

#company50th .wrapper,
#company50th .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#company50th .banner {
  margin-bottom: 20px;
}
#company50th .ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  color: #4a3c92;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  #company50th .ttl {
    margin-bottom: 30px;
    font-size: 3.4rem;
  }
}
#company50th .copy {
  color: #4a3c92;
  margin-bottom: 30px;
  padding-left: 31px;
  padding-right: 31px;
}
#company50th .copy p {
  display: inline;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #company50th .copy {
    margin-left: 5em;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  #company50th .copy p {
    display: block;
  }
  #company50th .copy p:last-child {
    margin-left: 7em;
  }
}
#company50th .wrapper {
  background: url(../images/company/50th/bg.jpeg) center center/160px repeat;
  padding: 60px 20px;
}
@media (min-width: 1024px) {
  #company50th .wrapper {
    padding: 110px 160px 80px;
  }
}
#company50th .ceo {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  #company50th .ceo {
    display: block;
    overflow: hidden;
    margin-right: -60px;
  }
}
#company50th .ceo .name,
#company50th .ceo .pic {
  font-weight: bold;
}
@media (min-width: 1024px) {
  #company50th .ceo .name,
#company50th .ceo .pic {
    float: right;
  }
}
#company50th .ceo .name {
  order: 0;
  flex: 0 0 auto;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  #company50th .ceo .name {
    position: relative;
    height: 209px;
    margin-top: 0;
    margin-right: 0;
    flex: inherit;
  }
}
#company50th .ceo .pic {
  order: 1;
  margin-left: auto;
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  #company50th .ceo .pic {
    margin-left: inherit;
  }
}
#company50th .ceo .item {
  margin-top: auto;
}
@media (min-width: 1024px) {
  #company50th .ceo .item {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 260px;
  }
}
#company50th .ceo .item span {
  display: block;
}
@media (min-width: 1024px) {
  #company50th .ceo .item span {
    display: inline;
  }
}
#company50th .ceo .lg {
  font-size: 1.8rem;
  margin-left: 24px;
}
@media (min-width: 1024px) {
  #company50th .ceo .lg {
    font-size: 2.4rem;
  }
}
#company50th p {
  font-size: 1.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  #company50th p {
    font-size: 1.6rem;
  }
}
#company50th time {
  font-size: 16px;
}

#companyFgd2030 .purple {
  color: #443786;
}
#companyFgd2030 ul {
  padding-left: 0;
}
@media (min-width: 1024px) {
  #companyFgd2030 ul {
    padding-left: 2em;
  }
}
#companyFgd2030 .pagetitle {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  #companyFgd2030 .pagetitle {
    font-size: 3rem;
  }
}
#companyFgd2030 .copy {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .copy {
    padding-left: 0;
    padding-right: 0;
    width: 600px;
  }
}
@media (min-width: 1024px) {
  #companyFgd2030 .copy img {
    width: 600px;
  }
}
#companyFgd2030 .subcopy {
  display: block;
  color: #6c61a0;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .subcopy {
    margin-top: 19px;
    font-size: 3rem;
  }
}
#companyFgd2030 .fgd2030-title {
  width: 100px;
  margin-top: 4px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .fgd2030-title {
    width: auto;
    font-size: 3rem;
  }
}
#companyFgd2030 .fgd2030-subtitle {
  display: block;
  color: #a0a0a0;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  margin-top: 13px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #companyFgd2030 .fgd2030-subtitle {
    font-size: 1.8rem;
  }
}
#companyFgd2030 img {
  max-width: 100%;
  width: auto;
}
#companyFgd2030 .wrapper {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper {
    padding-top: 78px;
  }
}
#companyFgd2030 .wrapper .block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  margin: 60px auto;
  max-width: 840px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .block {
    flex-direction: row;
    order: inherit;
  }
}
#companyFgd2030 .wrapper .block .txtgroup {
  flex-grow: 1;
  font-weight: bold;
  order: 1;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .block .txtgroup {
    font-size: 1.8rem;
    order: inherit;
  }
}
#companyFgd2030 .wrapper .block .txtgroup ul li {
  display: flex;
  gap: 5px;
}
#companyFgd2030 .wrapper .block .txtgroup ul li:not(:first-child) {
  margin-top: 30px;
}
#companyFgd2030 .wrapper .block .txtgroup ul li::before {
  content: "■";
  color: #8178AD;
  font-size: 3rem;
  line-height: 0.6;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .block .txtgroup ul li::before {
    line-height: 1;
  }
}
#companyFgd2030 .wrapper .block .txtgroup .text {
  margin-top: 30px;
}
#companyFgd2030 .wrapper .block .img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  order: 0;
  margin-left: 60px;
  margin-right: 60px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .block .img {
    margin-left: 0;
    margin-right: 0;
    order: inherit;
    width: 350px;
  }
}
#companyFgd2030 .wrapper .box {
  background-color: #F8F8F8;
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .box {
    padding: 40px 60px;
  }
}
#companyFgd2030 .wrapper .box ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .box ul li {
    gap: 20px;
    flex-direction: row;
  }
}
#companyFgd2030 .wrapper .box ul li:not(:first-child) {
  margin-top: 40px;
}
#companyFgd2030 .wrapper .box ul li .img {
  width: 160px;
  flex: 0 0 auto;
  filter: drop-shadow(0px 0px 20px rgba(143, 73, 172, 0.2));
}
#companyFgd2030 .wrapper .box ul li:nth-child(2) .img {
  filter: drop-shadow(0px 0px 20px rgba(53, 118, 149, 0.2));
}
#companyFgd2030 .wrapper .box ul li:nth-child(3) .img {
  filter: drop-shadow(0px 0px 20px rgba(129, 159, 57, 0.2));
}
#companyFgd2030 .wrapper .box ul li .txtgroup {
  flex-grow: 1;
}
@media all and (-ms-high-contrast: none) {
  #companyFgd2030 .wrapper {
    /* IE11 */
    /* IE11 */
  }
  #companyFgd2030 .wrapper *::-ms-backdrop, #companyFgd2030 .wrapper .box ul li .txtgroup {
    margin-left: 125px;
  }
  #companyFgd2030 .wrapper *::-ms-backdrop, #companyFgd2030 .wrapper .box ul li.last .txtgroup {
    margin-left: 84px;
  }
}
#companyFgd2030 .wrapper .box ul li .txtgroup h3 {
  font-size: 18px;
}
#companyFgd2030 .wrapper .box ul li .txtgroup p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

#companyHistory .page-header {
  padding: 0;
  margin-top: 1px;
}
@media (min-width: 1024px) {
  #companyHistory .page-header {
    overflow: hidden;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #companyHistory .page-title {
    width: 1400px;
    margin-left: calc((100% - 960px - 440px) / 2);
  }
}

#companyHistory-list .lead {
  color: #4A3C93;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
}
@media (min-width: 1024px) {
  #companyHistory-list .lead {
    margin-top: -215px;
    font-size: 1.8rem;
    text-align: center;
  }
}
#companyHistory-list .lead p + p {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #companyHistory-list .lead p + p {
    margin-top: 0;
  }
}
#companyHistory-list .history-content {
  margin-top: 50px;
}
#companyHistory-list .history-set {
  display: flex;
  flex-wrap: wrap;
}
#companyHistory-list .history-set > .year {
  width: 100%;
  background-image: linear-gradient(to left, #C7BFF2 5px, #F5F4FA 5px);
  background-size: 40%;
  background-repeat: repeat-y;
}
@media (min-width: 630px) {
  #companyHistory-list .history-set > .year {
    background-size: 240px;
  }
}
#companyHistory-list .history-set > .year img {
  width: 70px;
  margin-left: calc(40% - 37px);
  margin-top: -20px;
}
@media (min-width: 630px) {
  #companyHistory-list .history-set > .year img {
    margin-left: 201px;
  }
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set > .year img {
    width: 123px;
    margin-left: 174px;
  }
}
#companyHistory-list .history-set .sales {
  flex: 0 0 40%;
  background-color: #F5F4FA;
  border-right: 5px solid #C7BFF2;
  padding: 25px 8px 70px;
  max-width: 240px;
}
#companyHistory-list .history-set .sales .intro {
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
}
#companyHistory-list .history-set .sales .intro .heading {
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 5px;
  background-color: #4A3C93;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .sales .intro .heading {
    text-align: center;
  }
}
#companyHistory-list .history-set .sales .intro .note {
  font-size: 1.2rem;
  margin-top: 15px;
}
#companyHistory-list .history-set .sales .item {
  background-color: #FFFFFF;
  padding: 10px 5px;
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 20px rgba(74, 60, 147, 0.16);
}
#companyHistory-list .history-set .sales .item + .item {
  margin-top: 25px;
}
#companyHistory-list .history-set .sales .item .img {
  text-align: center;
}
#companyHistory-list .history-set .sales .item .img img {
  width: auto;
  max-width: 100%;
}
#companyHistory-list .history-set .sales .item .number {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
}
#companyHistory-list .history-set .sales .item .text {
  margin-top: 3px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
#companyHistory-list .history-set .sales .item.tgs109 {
  margin-top: 240px;
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs109 {
    margin-top: 150px;
  }
}
#companyHistory-list .history-set .sales .item.tgs8 {
  margin-top: 320px;
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs8 {
    margin-top: 180px;
  }
}
#companyHistory-list .history-set .sales .item.tgs203 {
  margin-top: 1000px;
}
@media (min-width: 400px) {
  #companyHistory-list .history-set .sales .item.tgs203 {
    margin-top: 850px;
  }
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs203 {
    margin-top: 650px;
  }
}
#companyHistory-list .history-set .sales .item.tgs21 {
  margin-top: 500px;
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs21 {
    margin-top: 350px;
  }
}
#companyHistory-list .history-set .sales .item.tgs38 {
  margin-top: 50px;
}
#companyHistory-list .history-set .sales .item.tgs68 {
  margin-top: 50px;
}
#companyHistory-list .history-set .sales .item.tgs81 {
  margin-top: 750px;
}
@media (min-width: 400px) {
  #companyHistory-list .history-set .sales .item.tgs81 {
    margin-top: 650px;
  }
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs81 {
    margin-top: 550px;
  }
}
#companyHistory-list .history-set .sales .item.tgs26 .number {
  margin-top: -10px;
}
#companyHistory-list .history-set .sales .item.tgs81 .number {
  margin-top: -10px;
}
#companyHistory-list .history-set .sales .item.tgs51 .number {
  margin-top: -5px;
}
#companyHistory-list .history-set .sales .item.cgm6812 .number {
  margin-top: -10px;
}
#companyHistory-list .history-set .sales .item.cdm .number {
  margin-top: -10px;
}
#companyHistory-list .history-set .sales .item.ngm-lpm .number {
  letter-spacing: -1px;
}
@media (min-width: 400px) {
  #companyHistory-list .history-set .sales .item.ngm-lpm .number {
    letter-spacing: 0;
  }
}
#companyHistory-list .history-set._1960 > .year {
  background-image: linear-gradient(to left, #C7BFF2 5px, #FFFFFF 5px);
  background-position: left top 20px;
  background-repeat: no-repeat;
}
#companyHistory-list .history-set._1970 > .year {
  background-image: linear-gradient(to left, #C1B9E5 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._1970 .sales {
  border-color: #C1B9E5;
}
#companyHistory-list .history-set._1980 > .year {
  background-image: linear-gradient(to left, #ADA2DE 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._1980 .sales {
  border-color: #ADA2DE;
}
#companyHistory-list .history-set._1990 > .year {
  background-image: linear-gradient(to left, #9486D3 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._1990 .sales {
  border-color: #9486D3;
}
#companyHistory-list .history-set._2000 > .year {
  background-image: linear-gradient(to left, #7362C7 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._2000 .sales {
  border-color: #7362C7;
}
#companyHistory-list .history-set._2010 > .year {
  background-image: linear-gradient(to left, #6F62AF 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._2010 .sales {
  border-color: #6F62AF;
}
#companyHistory-list .history-set._2020 > .year {
  background-image: linear-gradient(to left, #4c3c9d 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._2020 .sales {
  border-image: linear-gradient(#4c3c9d 0%, #4c3c9d 0%, rgba(76, 60, 157, 0.6) 71.92%, rgba(76, 60, 157, 0.56) 94.58%, rgba(76, 60, 157, 0) 100%);
  border-image-slice: 1;
}
#companyHistory-list .history-set .event {
  flex: 0 0 60%;
  padding-top: 25px;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event {
    flex: 1 0 60%;
    padding-bottom: 90px;
  }
}
#companyHistory-list .history-set .event .item {
  position: relative;
  padding-left: 32px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item {
    padding-left: 95px;
  }
}
#companyHistory-list .history-set .event .item + .item {
  margin-top: 25px;
}
#companyHistory-list .history-set .event .item .year {
  font-weight: bold;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .year {
    font-size: 1.6rem;
  }
}
#companyHistory-list .history-set .event .item .year::before {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  border-top: 1px solid #707070;
  top: 11px;
  left: 0px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .year::before {
    width: 69px;
  }
}
#companyHistory-list .history-set .event .item .year::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 15px;
  border-radius: 50%;
  background-color: #C7BFF2;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .year::after {
    left: 69px;
    width: 16px;
    height: 16px;
    top: 5px;
  }
}
#companyHistory-list .history-set .event .item .year + .action {
  margin-top: 4px;
}
#companyHistory-list .history-set .event .item .action {
  font-size: 1.4rem;
  color: #4A3C93;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .action {
    font-size: 1.6rem;
  }
}
#companyHistory-list .history-set .event .item .body {
  margin-left: 15px;
}
#companyHistory-list .history-set .event .item .body figure {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figure {
    display: flex;
    align-items: flex-end;
  }
}
#companyHistory-list .history-set .event .item .body figure._s img {
  width: 62px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figure._s img {
    width: 85px;
  }
}
#companyHistory-list .history-set .event .item .body figure._m img {
  width: 120px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figure._m img {
    width: 156px;
  }
}
#companyHistory-list .history-set .event .item .body figure._l img {
  width: 150px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figure._l img {
    width: 208px;
  }
}
#companyHistory-list .history-set .event .item .body figcaption {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figcaption {
    margin-left: 15px;
  }
}
#companyHistory-list .history-set .event .item .body figcaption h3 {
  font-size: 1.2rem;
  line-height: 1.7;
}

#companyOutline .block:not(:first-child) {
  margin-top: 45px;
}
@media (min-width: 1024px) {
  #companyOutline .block p {
    font-size: 1.6rem;
  }
}
#companyOutline .block p + table {
  margin-top: 16px;
}
#companyOutline .block .in-table {
  display: block;
}
#companyOutline .block .in-table th, #companyOutline .block .in-table td {
  display: block;
}
@media (min-width: 1024px) {
  #companyOutline .block .in-table {
    width: auto;
    display: table;
  }
  #companyOutline .block .in-table th, #companyOutline .block .in-table td {
    display: table-cell;
  }
}
#companyOutline .block .in-table2 {
  width: auto;
  display: block;
}
#companyOutline .block .in-table2 th, #companyOutline .block .in-table2 td {
  text-align: left;
}
#companyOutline .block .in-table2 tr {
  display: block;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  #companyOutline .block .in-table2 ._pc_only {
    display: inline;
  }
}
@media (min-width: 1024px) {
  #companyOutline .block .in-table2 {
    display: table;
  }
  #companyOutline .block .in-table2 th, #companyOutline .block .in-table2 td {
    display: table-cell;
  }
  #companyOutline .block .in-table2 tr {
    display: inherit;
    margin-top: 0;
  }
}
#companyOutline .block .company-table table tr:first-child td:first-child {
  vertical-align: top;
}

#companyGroup .wrapper .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item {
    height: 195px;
    flex-direction: row;
  }
}
#companyGroup .wrapper .item:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item:not(:first-child) {
    margin-top: 28px;
  }
}
#companyGroup .wrapper .item .img {
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item .img {
    flex: 0 0 232px;
  }
}
#companyGroup .wrapper .item .txtgroup {
  margin-top: 20px;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item .txtgroup {
    margin-top: 0;
    margin-left: 30px;
  }
}
#companyGroup .wrapper .item .txtgroup p:not(:first-child) {
  margin-top: 10px;
}
#companyGroup .wrapper .item .heading {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 11px;
}
#companyGroup .wrapper .item .heading a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item .heading {
    font-size: 2rem;
  }
}

#companyQualityControl img {
  width: auto;
  max-width: 100%;
}
#companyQualityControl .wrapper .indent-list li {
  list-style-type: none;
}
#companyQualityControl .wrapper .indent-list li:before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #333;
  position: relative;
  left: -12px;
  top: -6px;
}
#companyQualityControl .wrapper .block:not(:first-child) {
  margin-top: 45px;
}
#companyQualityControl .wrapper .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item {
    flex-direction: row;
  }
}
#companyQualityControl .wrapper .item:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item:not(:first-child) {
    margin-top: 28px;
  }
}
#companyQualityControl .wrapper .item .img {
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item .img {
    flex: 0 0 auto;
  }
}
#companyQualityControl .wrapper .item .img img {
  border: 1px solid #e5e5e5;
}
#companyQualityControl .wrapper .item .txtgroup {
  margin-top: 20px;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item .txtgroup {
    margin-top: 0;
    margin-left: 30px;
  }
}
#companyQualityControl .wrapper .item .txtgroup p:not(:first-child) {
  margin-top: 10px;
}
#companyQualityControl .wrapper .item .heading {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 11px;
}
#companyQualityControl .wrapper .item .heading a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item .heading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item._reverse .img {
    order: 1;
  }
  #companyQualityControl .wrapper .item._reverse .txtgroup {
    margin-right: 30px;
    margin-left: 0;
    order: 0;
  }
}
@media (min-width: 1024px) {
  #companyQualityControl #process h2 {
    margin-bottom: 5px;
  }
  #companyQualityControl #process .block-inner {
    position: relative;
  }
  #companyQualityControl #process p {
    position: absolute;
    width: 425px;
    top: 5px;
    left: 0px;
  }
  #companyQualityControl #process .img {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #companyQualityControl #process .img {
    text-align: right;
    margin-top: 0;
  }
}
#companyQualityControl #ninshou .img img {
  border: none;
}

#companyPhilosophy .wrapper {
  background: linear-gradient(top, #F2F2F2, #FFFFFF 50%, #FFFFFF 50%, #F2F2F2);
  background: -moz-linear-gradient(top, #F2F2F2, #FFFFFF 50%, #FFFFFF 50%, #F2F2F2);
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), color-stop(0.5, #FFFFFF), color-stop(0.5, #FFFFFF), to(#F2F2F2));
  background: -ms-linear-gradient(top, #F2F2F2, #FFFFFF 50%, #FFFFFF 50%, #F2F2F2);
  -pie-background: linear-gradient(#F2F2F2, #FFFFFF 50%, #FFFFFF 50%, #F2F2F2);
  padding: 20px 0 20px 0;
}
#companyPhilosophy .wrapper .item {
  padding-left: 20px;
  padding-right: 20px;
}
#companyPhilosophy h2 {
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 900;
}
@media (min-width: 1024px) {
  #companyPhilosophy h2 {
    font-size: 2.4rem;
  }
}
#companyPhilosophy p {
  margin-top: 15px;
}
#companyPhilosophy hr {
  margin: 22px 20px;
  height: 1px;
  background-color: #DDDDDD;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #companyPhilosophy hr {
    margin: 22px 0;
  }
}

#companyLink .block:not(:first-child) {
  margin-top: 45px;
}
#companyLink .link-list {
  margin-left: 10px;
  background: url(../images/common/line.jpg) left bottom repeat-x;
  margin-bottom: 15px;
  padding-bottom: 14px;
}
#companyLink .link-list dt {
  background: url(../images/company/link/arrow.jpg) left no-repeat;
  padding-left: 17px;
  font-size: 117%;
  font-weight: bold;
}
#companyLink .link-list dt a {
  background: url(../images/company/link/icon.jpg) right no-repeat;
  padding-right: 20px;
  font-size: 1.9rem;
  text-decoration: none;
}
#companyLink .link-list dt a:hover {
  text-decoration: underline;
}
#companyLink .link-list dd {
  margin-top: 13px;
  color: #666;
  font-size: 90%;
}

#companyAccessmap .section-content {
  max-width: 715px;
}
#companyAccessmap .page-menu {
  margin-top: 15px;
}
#companyAccessmap img {
  max-width: 100%;
  width: auto;
}
#companyAccessmap .wrapper .block {
  margin-top: 45px;
}
#companyAccessmap .wrapper .block-inner {
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}
#companyAccessmap .wrapper .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item {
    flex-direction: row-reverse;
  }
}
#companyAccessmap .wrapper .item:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item:not(:first-child) {
    margin-top: 28px;
  }
}
#companyAccessmap .wrapper .item .img {
  flex: 0 0 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item .img {
    flex: 0 0 auto;
  }
}
#companyAccessmap .wrapper .item .img img {
  border: 1px solid #e5e5e5;
}
#companyAccessmap .wrapper .item .img-inner {
  display: inline-block;
}
#companyAccessmap .wrapper .item .txtgroup {
  margin-top: 20px;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item .txtgroup {
    margin-top: 0;
    margin-right: 12px;
  }
}
#companyAccessmap .wrapper .item .txtgroup p:not(:first-child) {
  margin-top: 10px;
}
#companyAccessmap .wrapper .item .heading {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 11px;
}
#companyAccessmap .wrapper .item .heading a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item .heading {
    font-size: 2rem;
  }
}
#companyAccessmap .wrapper .item .t-right {
  text-align: right;
}
#companyAccessmap .wrapper .item dl {
  margin-left: 5px;
  margin-bottom: 30px;
}
#companyAccessmap .wrapper .item dt {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.4rem;
}
#companyAccessmap .wrapper .item dt span {
  color: #628065;
}
#companyAccessmap .wrapper .item dd {
  margin-left: 17px;
  margin-bottom: 10px;
}
#companyAccessmap .wrapper .iframe > iframe {
  width: 100%;
}
#companyAccessmap .wrapper .btngroup .btnlink {
  width: 193px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
}
#companyAccessmap .wrapper .btngroup .btnlink + .btnlink {
  margin-top: 20px;
}

#companyEnvironment .block {
  margin-top: 45px;
}
#companyEnvironment #houshin .box {
  background: #F4F3F3;
  padding: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#companyEnvironment #houshin .list {
  align-items: center;
}
#companyEnvironment #houshin .list .item {
  display: flex;
}
#companyEnvironment #houshin .list .item + .item {
  margin-top: 10px;
}
#companyEnvironment #houshin .list img {
  flex-shrink: 0;
  width: 14px;
  margin-right: 5px;
}

#companyGlobal .block {
  margin-top: 45px;
}
#companyGlobal #kouchiku .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .flex {
    flex-direction: row;
  }
}
#companyGlobal #kouchiku .flex .img {
  margin-top: 10px;
  width: 60%;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .flex .img {
    width: 285px;
    flex-shrink: 0;
    margin-left: 15px;
    margin-top: 0;
  }
}
#companyGlobal #kouchiku .box {
  padding: 0 15px;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .box {
    padding: 0;
  }
}
#companyGlobal #kouchiku .box h3 {
  border-bottom: 1px solid #9A9A9A;
  color: #555;
  background: url(../images/company/global/text-title2.jpg) 6px center no-repeat;
  line-height: 27px;
  font-size: 17px;
  padding-left: 18px;
}
#companyGlobal #kouchiku .box .flex {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .box .flex {
    margin-top: 15px;
  }
}
#companyGlobal #kouchiku .box .flex h4 {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .box .flex h4 {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
#companyGlobal #kouchiku .box .flex h4 + p {
  margin-top: 10px;
}
#companyGlobal #kouchiku .box .flex .img {
  border: 1px solid #e5e5e5;
  width: 100%;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .box .flex .img {
    width: 194px;
    flex-shrink: 0;
    margin-right: 15px;
    margin-left: 0;
    align-self: flex-start;
  }
}
#companyGlobal #taisei .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyGlobal #taisei .flex {
    flex-direction: row;
  }
}
#companyGlobal #taisei .flex .txtgroup {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #companyGlobal #taisei .flex .txtgroup {
    margin-top: 0;
  }
}
#companyGlobal #taisei .flex .img {
  border: 1px solid #e5e5e5;
}
@media (min-width: 1024px) {
  #companyGlobal #taisei .flex .img {
    width: 300px;
    flex-shrink: 0;
    margin-left: 20px;
    order: 2;
    align-self: flex-start;
  }
}

#companyRd .block {
  margin-top: 45px;
}
#companyRd #taisei .img {
  margin-top: 15px;
}
#companyRd #bunya .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyRd #bunya .flex {
    flex-direction: row;
  }
}
#companyRd #bunya .flex + .flex {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #companyRd #bunya .flex .img {
    max-width: 282px;
    flex-shrink: 0;
    margin-right: 25px;
  }
}
#companyRd #bunya .flex .txtgroup {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #companyRd #bunya .flex .txtgroup {
    margin-top: 0;
  }
}
#companyRd #bunya .flex .txtgroup h3 {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  #companyRd #bunya .flex .txtgroup h3 {
    font-size: 2rem;
  }
}
#companyRd #bunya .flex .txtgroup p {
  margin-top: 10px;
}

#aboutusIndex .page-content {
  margin-top: 0;
}

#aboutusIndex-intro {
  background-image: url(../images/about-us/title-bg-sp.jpg);
  background-size: cover;
  width: 100%;
  padding-top: 90%;
}
@media (min-width: 1024px) {
  #aboutusIndex-intro {
    background-image: url(../images/about-us/title-bg.jpg);
    background-size: 1400px;
    background-position: center top;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
#aboutusIndex-intro .page-title {
  display: none;
}
@media (min-width: 1024px) {
  #aboutusIndex-intro .page-title {
    display: block;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
#aboutusIndex-intro .text {
  display: none;
}
@media (min-width: 1024px) {
  #aboutusIndex-intro .text {
    display: block;
    width: 636px;
    border: 1px solid #CECDCC;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 1.638rem;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
    padding: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}

#aboutusIndex-lineup {
  margin-top: 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup {
    margin-top: 60px;
  }
}
#aboutusIndex-lineup .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .flex .txtgroup {
    width: 439px;
    margin-left: 38px;
    margin-top: 40px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .flex .heading {
    width: 439px;
  }
}
#aboutusIndex-lineup .flex .text {
  margin-top: 15px;
}
#aboutusIndex-lineup .flex .img {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .flex .img {
    margin-top: 0;
    margin-right: -72px;
    width: 599px;
  }
}
#aboutusIndex-lineup .block {
  background-image: url(../images/about-us/sensor-bg.jpg);
  background-position: center top;
  background-size: contain;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .block {
    width: 898px;
    margin-left: 30px;
    margin-top: 15px;
    padding-top: 40px;
  }
}
#aboutusIndex-lineup .block::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  transform: rotate(180deg);
  background-image: url(../images/about-us/sensor-bg.jpg);
  background-position: center top;
}
#aboutusIndex-lineup .block .heading {
  font-size: 2.4rem;
  color: #4A3C93;
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .block .heading {
    text-align: center;
    font-size: 2.8rem;
  }
}
#aboutusIndex-lineup .block .lead {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .block .lead {
    text-align: center;
  }
}
#aboutusIndex-lineup .block .img {
  margin-top: -50px;
  z-index: -1;
  position: relative;
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .block .img {
    z-index: auto;
    margin-top: 10px;
  }
}
#aboutusIndex-lineup .block .text {
  margin-top: -40px;
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .block .text {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -30px;
  }
}

#aboutusIndex-kaihatsu {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-image: url(../images/about-us/kaihatsu-bg-sp.png), url(../images/about-us/seishin-bg2-sp.jpg);
  background-size: 100%, 100%;
  background-position: center top, center bottom;
  background-color: #F8F8F8;
}
@media (min-width: 560px) {
  #aboutusIndex-kaihatsu {
    margin-top: 40px;
    padding-top: 60px;
    background-image: url(../images/about-us/kaihatsu-bg2.jpg), url(../images/about-us/seishin-bg2.jpg);
    background-size: 1400px, 1400px;
  }
}
#aboutusIndex-kaihatsu .flex {
  flex-direction: column;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .flex .txtgroup {
    width: 291px;
    margin-left: 15px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-kaihatsu .flex .heading {
    width: 291px;
  }
}
#aboutusIndex-kaihatsu .flex .text {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .flex .text {
    margin-top: 20px;
  }
}
#aboutusIndex-kaihatsu .flex .img {
  margin-top: 70px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .flex .img {
    order: -1;
    margin-right: 50px;
    margin-top: 0px;
    margin-left: 13px;
  }
}
#aboutusIndex-kaihatsu .block {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  margin-top: 110px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .block {
    flex-direction: row;
    margin-top: 50px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .block .txtgroup {
    width: 371px;
    margin-top: 40px;
    margin-left: 100px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-kaihatsu .block .heading {
    width: 366px;
  }
}
#aboutusIndex-kaihatsu .block .text {
  margin-top: 15px;
}
#aboutusIndex-kaihatsu .block .img {
  margin-top: 40px;
  max-width: 222px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .block .img {
    max-width: 279px;
    margin: 0;
    margin-top: 25px;
    margin-left: 100px;
  }
}

#aboutusIndex-seisan {
  padding-top: 100px;
  padding-bottom: 35px;
  background-image: url(../images/about-us/seisan-bg.jpg);
  background-size: 100%;
  background-position: center top;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan {
    background-size: 960px;
  }
}
#aboutusIndex-seisan .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex {
    flex-direction: row;
    margin-top: 55px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .txtgroup {
    max-width: 611px;
    margin-left: 30px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-seisan .flex .heading {
    max-width: 611px;
  }
}
#aboutusIndex-seisan .flex .text {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .text {
    margin-top: 20px;
  }
}
#aboutusIndex-seisan .flex .img {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .img {
    margin-right: 23px;
    margin-left: auto;
    margin-top: 0;
    width: 263px;
  }
}
#aboutusIndex-seisan .flex .img img {
  display: inline-block;
  width: 47%;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .img img {
    display: block;
    width: 100%;
  }
}
#aboutusIndex-seisan .flex .img img:first-child {
  margin-right: 3%;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .img img:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#aboutusIndex-seisan .block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block {
    flex-direction: row;
    background-image: url(../images/about-us/kyoukyuu-bg.jpg);
    background-size: 960px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block .txtgroup {
    width: 533px;
    margin-left: 30px;
  }
}
#aboutusIndex-seisan .block .heading {
  font-size: 2.4rem;
  color: #4A3C93;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block .heading {
    font-size: 2.8rem;
  }
}
#aboutusIndex-seisan .block .text {
  margin-top: 10px;
}
#aboutusIndex-seisan .block .img {
  background-image: url(../images/about-us/kyoukyuu-bg-sp.jpg);
  background-size: contain;
  background-position: center top;
  padding: 30px 20px 50px;
  text-align: center;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block .img {
    order: -1;
    width: 263px;
    background-image: none;
    padding: 0;
    margin-top: 30px;
  }
}
#aboutusIndex-seisan .block .img img {
  max-width: 62%;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block .img img {
    max-width: 100%;
  }
}

#aboutusIndex-kankaku {
  background-color: #F8F8F8;
  padding: 55px 15px 40px;
  background-image: url(../images/about-us/kankaku-bg-top-sp.jpg);
  background-size: 100%;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku {
    padding-right: 0;
    padding-left: 0;
    background-image: url(../images/about-us/kankaku-bg-top.jpg);
  }
}
#aboutusIndex-kankaku .section-wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .section-wrapper {
    width: 100%;
    background-image: url(../images/about-us/kankaku-inner.jpg);
    background-size: 1400px;
    background-repeat: repeat-y;
  }
}
#aboutusIndex-kankaku .section-wrapper::before {
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  background-image: url(../images/about-us/kankaku-inner-top-sp.jpg);
  background-size: 100%;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .section-wrapper::before {
    background-image: url(../images/about-us/kankaku-inner-top.jpg);
    top: -7px;
  }
}
#aboutusIndex-kankaku .section-wrapper::after {
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  background-image: url(../images/about-us/kankaku-inner-bottom-sp.jpg);
  left: 0;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .section-wrapper::after {
    background-image: url(../images/about-us/kankaku-inner-bottom.jpg);
  }
}
#aboutusIndex-kankaku .section-content {
  background-color: #FFFFFF;
  padding: 30px 15px 0;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .section-content {
    padding: 0;
    background-color: transparent;
  }
}
#aboutusIndex-kankaku .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .flex .txtgroup {
    width: 525px;
    margin-right: 21px;
    margin-left: auto;
    margin-top: 76px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-kankaku .flex .heading {
    width: 517px;
  }
}
#aboutusIndex-kankaku .flex .text {
  margin-top: 15px;
}
#aboutusIndex-kankaku .flex .img {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .flex .img {
    order: -1;
    margin: 0;
  }
}
#aboutusIndex-kankaku .block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block {
    display: block;
    position: relative;
    height: 358px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block .txtgroup {
    width: 515px;
    margin-left: 31px;
    padding-top: 125px;
  }
}
#aboutusIndex-kankaku .block .heading {
  font-size: 2.4rem;
  color: #4A3C93;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block .heading {
    font-size: 2.8rem;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
}
#aboutusIndex-kankaku .block .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block .text {
    position: relative;
    z-index: 1;
  }
}
#aboutusIndex-kankaku .block .img {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block .img {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 577px;
  }
}
#aboutusIndex-eigyou {
  padding-top: 40px;
}
#aboutusIndex-eigyou h2.heading {
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou h2.heading {
    font-size: 3.6rem;
    margin-left: 10px;
  }
}
#aboutusIndex-eigyou .flex {
  flex-direction: column;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .flex {
    flex-direction: row;
    margin-top: 20px;
  }
}
#aboutusIndex-eigyou .flex .text {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .flex .text {
    width: 476px;
    margin-left: 10px;
    margin-top: 0;
  }
}
#aboutusIndex-eigyou .flex .img {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .flex .img {
    width: 391px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 58px;
  }
}
#aboutusIndex-eigyou .block {
  display: flex;
  flex-direction: column;
  background-image: url(../images/about-us/seido-top-sp.jpg), url(../images/about-us/seido-bottom-sp.jpg);
  background-position: center top, center bottom;
  background-size: 100%, 100%;
  margin-right: -15px;
  margin-left: -15px;
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .block {
    padding: 30px 0;
    margin-right: 0;
    margin-left: 0;
    flex-direction: row;
    background-image: url(../images/about-us/seido-top.jpg), url(../images/about-us/seido-bottom.jpg);
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .block .txtgroup {
    width: 524px;
    margin-right: 27px;
  }
}
#aboutusIndex-eigyou .block .heading {
  font-size: 2.4rem;
  color: #4A3C93;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .block .heading {
    font-size: 2.8rem;
  }
}
#aboutusIndex-eigyou .block .text {
  margin-top: 10px;
}
#aboutusIndex-eigyou .block .img {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .block .img {
    order: -1;
    width: 353px;
    margin-left: 21px;
    margin-right: auto;
    margin-top: 0;
  }
}
#aboutusIndex-oshiete {
  padding-top: 40px;
}
#aboutusIndex-oshiete .box {
  margin-top: 40px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  background-image: linear-gradient(#F0F0F0, #FCFCFC);
  padding: 10px 35px 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-oshiete .box {
    padding-bottom: 20px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-oshiete .box .bnrlink {
    width: 301px;
    margin-right: auto;
    margin-left: auto;
  }
}

#tgs8410 .page-content {
  margin-top: 0;
}
#tgs8410 .section-header .heading {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #tgs8410 .section-header .heading {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  #tgs8410 .text {
    font-size: 1.6rem;
  }
}
#tgs8410 .about-box {
  margin-top: 77px;
  border: 3px solid #B9B9B9;
  border-radius: 10px;
  padding: 70px 35px 40px;
  position: relative;
  background-color: #FFFFFF;
}
@media (min-width: 560px) {
  #tgs8410 .about-box {
    max-width: 865px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 40px;
  }
}
#tgs8410 .about-box .flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}
@media (min-width: 560px) {
  #tgs8410 .about-box .flex {
    flex-direction: row;
    column-gap: 60px;
  }
}
#tgs8410 .about-box .heading {
  background-color: #333333;
  border-radius: 5px;
  padding: 5px 20px;
  color: #FFFFFF;
  font-size: 1.6rem;
  width: 264px;
  position: absolute;
  left: -3px;
  top: -20px;
}
@media (min-width: 560px) {
  #tgs8410 .about-box .heading {
    width: auto;
    left: -26px;
    top: -26px;
    font-size: 2rem;
    padding: 10px 30px;
  }
}
#tgs8410 .about-box .img {
  width: 163px;
}
@media (min-width: 560px) {
  #tgs8410 .about-box .img {
    order: 3;
  }
}
@media (min-width: 560px) {
  #tgs8410 .about-box .btnlink {
    margin: 0;
  }
}
#tgs8410 .modal .modal__content {
  margin: 50px auto 50px;
}
#tgs8410 .modal .modal__movie {
  padding: 0 15px 15px;
  display: flex;
  justify-content: center;
}
#tgs8410 .modal .modal__movie .video {
  width: 100%;
  height: 240px;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  #tgs8410 .modal .modal__movie .video {
    max-width: 760px;
    height: 428px;
    width: 760px;
    text-align: center;
  }
}
#tgs8410 .modal .modal__movie iframe {
  width: 100%;
  height: 240px;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  #tgs8410 .modal .modal__movie iframe {
    max-width: 760px;
    height: 428px;
    width: 760px;
    text-align: center;
  }
}
#tgs8410 .float-btns {
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
@media (min-width: 1024px) {
  #tgs8410 .float-btns {
    display: none;
  }
}
#tgs8410 .float-btns .link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  column-gap: 15px;
  flex: 1;
  padding-left: 10px;
  background-image: linear-gradient(to bottom, #FFB845, #EF9300);
}
#tgs8410 .float-btns .link::after {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}
#tgs8410 .float-btns .link + .link {
  background-image: linear-gradient(to bottom, #47A9E6, #237EB7);
}
#tgs8410 .float-box {
  display: none;
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 10px;
}
@media (min-width: 1024px) {
  #tgs8410 .float-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#tgs8410 .float-box .link {
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #333333;
  border-right: none;
  padding: 15px 12px;
  background-color: #F2F3FF;
}
#tgs8410 .float-box .link .name {
  display: inline-flex;
  background-color: #362C69;
  border-radius: 30px;
  padding: 2px 20px;
  color: #FFFFFF;
  margin-right: 5px;
  font-size: 2rem;
}
#tgs8410 .float-box .link .contact {
  font-size: 1.7rem;
  margin-left: 10px;
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
}
#tgs8410 .float-box .link .contact::after {
  content: "";
  background-image: url(/images/product/feature/tgs8410/icon_p.svg);
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
#tgs8410 .float-box .link:hover {
  opacity: 0.7;
  color: #333333;
}

#tgs8410-mainvisual {
  padding-top: 11px;
  padding-bottom: 50px;
  background-image: url(/images/product/feature/tgs8410/mainbg-sp.jpg);
  background-size: cover;
}
@media (min-width: 1024px) {
  #tgs8410-mainvisual {
    padding-top: 69px;
    padding-bottom: 85px;
    height: 565px;
    background-image: url(/images/product/feature/tgs8410/mainbg.jpg);
    background-size: 1400px;
    background-position: center center;
  }
}
#tgs8410-mainvisual .section-content {
  position: relative;
}
#tgs8410-mainvisual .heading {
  margin-left: -15px;
}
@media (min-width: 1024px) {
  #tgs8410-mainvisual .heading {
    width: 590px;
  }
}
#tgs8410-mainvisual .sensor {
  width: 57vw;
  margin-top: 5vw;
  margin-left: 25vw;
}
@media (min-width: 1024px) {
  #tgs8410-mainvisual .sensor {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 330px;
    margin: 0;
  }
}
#tgs8410-mainvisual .box {
  background-color: #362C69;
  border-radius: 5px;
  padding: 10px 16px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #tgs8410-mainvisual .box {
    position: absolute;
    right: 0;
    top: 322px;
    width: 370px;
    margin-top: 0;
  }
}
#tgs8410-mainvisual .box .text {
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1024px) {
  #tgs8410-mainvisual .box .text {
    font-size: 2.3rem;
  }
}
#tgs8410-mainvisual .box .text .number {
  font-size: 2.3rem;
}
@media (min-width: 1024px) {
  #tgs8410-mainvisual .box .text .number {
    font-size: 3rem;
  }
}
#tgs8410-mainvisual .box .kome {
  color: #FFFFFF;
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #tgs8410-mainvisual .box .kome {
    font-size: 1.4rem;
  }
}

#tgs8410-intro {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  #tgs8410-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#tgs8410-intro .flex {
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 560px) {
  #tgs8410-intro .flex {
    flex-direction: row;
    column-gap: 50px;
  }
}
#tgs8410-intro .text {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #tgs8410-intro .text {
    margin-top: 30px;
  }
}

#tgs8410-feature {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F8F8F8;
}
@media (min-width: 1024px) {
  #tgs8410-feature {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#tgs8410-feature .block {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (min-width: 560px) {
  #tgs8410-feature .block {
    flex-direction: row;
    column-gap: 40px;
    align-items: center;
  }
}
#tgs8410-feature .block + .block {
  margin-top: 45px;
}
@media (min-width: 560px) {
  #tgs8410-feature .block + .block {
    margin-top: 80px;
  }
}
@media (min-width: 560px) {
  #tgs8410-feature .block._img_left .group {
    order: 2;
  }
}
@media (min-width: 560px) {
  #tgs8410-feature .block._img_left .img {
    order: 1;
  }
}
@media (min-width: 1024px) {
  #tgs8410-feature .block._img_left .img {
    width: 459px;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  #tgs8410-feature .block .img {
    width: 422px;
    flex-shrink: 0;
  }
}
#tgs8410-feature .headings .number {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media (min-width: 560px) {
  #tgs8410-feature .headings .number {
    column-gap: 17px;
  }
}
#tgs8410-feature .headings .number img {
  width: 30px;
}
@media (min-width: 560px) {
  #tgs8410-feature .headings .number img {
    width: 40px;
  }
}
#tgs8410-feature .headings .number::before {
  content: "";
  display: block;
  width: 32px;
  height: 8px;
  margin-top: 5px;
  background-image: url(/images/product/feature/tgs8410/line.svg);
  background-size: contain;
}
@media (min-width: 560px) {
  #tgs8410-feature .headings .number::before {
    width: 44px;
    height: 12px;
  }
}
#tgs8410-feature .headings .heading {
  font-size: 1.8rem;
  margin-top: 15px;
}
@media (min-width: 560px) {
  #tgs8410-feature .headings .heading {
    font-size: 2.8rem;
  }
}
#tgs8410-feature .text {
  margin-top: 14px;
}

#tgs8410-other {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #36366C;
}
@media (min-width: 1024px) {
  #tgs8410-other {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#tgs8410-other .box {
  border-radius: 10px;
  outline: 1px solid #1B048B;
  outline-offset: -6px;
  box-shadow: 10px 10px 0 #CECAE2;
  background-color: #FFFFFF;
  display: grid;
  padding: 25px;
  margin-right: 10px;
  position: relative;
}
@media (min-width: 560px) {
  #tgs8410-other .box {
    border-radius: 5px;
    outline-offset: -10px;
    max-width: 865px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
  }
}
#tgs8410-other .box + .box {
  margin-top: 40px;
}
@media (min-width: 560px) {
  #tgs8410-other .box + .box {
    margin-top: 60px;
  }
}
@media (min-width: 560px) {
  #tgs8410-other .box._first {
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 560px) {
  #tgs8410-other .box._first .heading {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 560px) {
  #tgs8410-other .box._first .img {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  #tgs8410-other .box._first .text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#tgs8410-other .heading {
  font-size: 1.8rem;
  display: flex;
  column-gap: 10px;
}
@media (min-width: 560px) {
  #tgs8410-other .heading {
    font-size: 2rem;
  }
}
#tgs8410-other .heading::before {
  content: "";
  width: 2px;
  height: 1.8rem;
  background-color: #1B048B;
  margin-top: 5px;
}
@media (min-width: 560px) {
  #tgs8410-other .heading::before {
    height: 2rem;
  }
}
#tgs8410-other .img {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
#tgs8410-other .text {
  margin-top: 15px;
}

#tgs8410-application {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(/images/product/feature/tgs8410/applicationbg-sp.jpg);
  background-size: contain;
}
@media (min-width: 1024px) {
  #tgs8410-application {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(/images/product/feature/tgs8410/applicationbg.jpg);
    background-size: cover;
    background-position: center center;
  }
}
#tgs8410-application .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
  margin-top: 35px;
}
@media (min-width: 560px) {
  #tgs8410-application .list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #tgs8410-application .list {
    flex-wrap: nowrap;
  }
}
#tgs8410-application .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
@media (min-width: 560px) {
  #tgs8410-application .list .item {
    width: calc((100% - 5px) / 2);
  }
}
@media (min-width: 1024px) {
  #tgs8410-application .list .item {
    width: auto;
    row-gap: 10px;
    flex: 1;
  }
}
#tgs8410-application .list .img {
  width: 205px;
}
#tgs8410-application .list .text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 230px;
}

#tgs8410-figaro {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #36366C;
}
@media (min-width: 1024px) {
  #tgs8410-figaro {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#tgs8410-figaro .heading {
  color: #FFFFFF;
}
#tgs8410-figaro .flex {
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 560px) {
  #tgs8410-figaro .flex {
    flex-direction: row;
    column-gap: 38px;
  }
}
@media (min-width: 1024px) {
  #tgs8410-figaro .img {
    width: 452px;
  }
}
@media (min-width: 1024px) {
  #tgs8410-figaro .group {
    width: 470px;
  }
}
#tgs8410-figaro .text {
  color: #FFFFFF;
}
#tgs8410-figaro .link {
  width: 345px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 13px;
  background-image: url(/images/product/feature/tgs8410/movie-button-sp.png);
  background-size: contain;
  margin-top: 30px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #tgs8410-figaro .link {
    width: 465px;
    background-image: url(/images/product/feature/tgs8410/movie-button.png);
  }
}
#tgs8410-figaro .link::before {
  content: "";
  background-image: url(/images/product/feature/tgs8410/icon.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
}
#tgs8410-figaro .link img {
  width: 220px;
}
#tgs8410-figaro .link:hover {
  opacity: 0.7;
}

#tgs8410-global {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  #tgs8410-global {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#tgs8410-global .grid {
  display: grid;
}
@media (min-width: 560px) {
  #tgs8410-global .grid {
    grid-template-rows: auto 1fr;
  }
}
#tgs8410-global .heading {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 560px) {
  #tgs8410-global .heading {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #tgs8410-global .heading {
    font-size: 4rem;
  }
}
#tgs8410-global .img {
  margin-top: 13px;
}
@media (min-width: 560px) {
  #tgs8410-global .img {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 392px;
    margin-left: 15px;
  }
}
#tgs8410-global .text {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #tgs8410-global .text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media (min-width: 1024px) {
  #tgs8410-contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #DDDCE2;
    box-shadow: 0 10px 20px -20px #CCC inset;
  }
}
#tgs8410-contact .contact {
  padding: 40px 15px;
  background-color: #DDDCE2;
}
@media (min-width: 1024px) {
  #tgs8410-contact .contact {
    padding: 0;
  }
}
#tgs8410-contact .contact .box {
  padding: 30px 25px;
  border: 1px solid #CCCCCC;
  background-color: #F1F1F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  #tgs8410-contact .contact .box {
    border: none;
    flex-direction: row;
    padding: 17px 25px;
  }
}
@media (min-width: 1024px) {
  #tgs8410-contact .contact .name {
    margin-right: 40px;
  }
}
#tgs8410-contact .contact .number {
  margin-top: 12px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 360px) {
  #tgs8410-contact .contact .number {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  #tgs8410-contact .contact .number {
    margin-top: 0;
  }
}
#tgs8410-contact .contact .number::before {
  content: "";
  background-image: url(../images/common/tel_icon.svg);
  width: 21px;
  height: 17px;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  #tgs8410-contact .contact .number::before {
    width: 33px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
  }
}
#tgs8410-contact .contact .time {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #tgs8410-contact .contact .time {
    text-align: left;
  }
}
#tgs8410-contact .contact .time .brackets {
  font-size: 1.1rem;
}
#tgs8410-contact .contact .btnlink {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #tgs8410-contact .contact .btnlink {
    margin-top: 0;
    margin-left: 30px;
  }
}

.tgs1820-page .page-header {
  padding: 24px 20px 40px;
  background-image: url(/images/product/feature/tgs1820/sp_bg.png), linear-gradient(to bottom, #FFFFFF, #EAEFF5);
  background-size: 100%;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header {
    padding-top: 60px;
    padding-bottom: 50px;
    background-image: url(/images/product/feature/tgs1820/pc_bg.png), linear-gradient(to bottom, #FFFFFF, #EAEFF5);
  }
}
@media (min-width: 1024px) {
  .tgs1820-page .page-header .content {
    display: grid;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    column-gap: 30px;
  }
}
.tgs1820-page .page-header .page-title {
  width: 258px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .page-title {
    width: 448px;
  }
}
@media (min-width: 1024px) {
  .tgs1820-page .page-header .page-title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .page-title img {
    margin-left: 0;
    width: 100%;
  }
}
.tgs1820-page .page-header .catch {
  width: 336px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .catch {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.tgs1820-page .page-header .eyecatch {
  width: 270px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .eyecatch {
    row-gap: 12px;
    width: 430px;
  }
}
@media (min-width: 1024px) {
  .tgs1820-page .page-header .eyecatch {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
.tgs1820-page .page-header .eyecatch .note {
  font-size: 1.3rem;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .eyecatch .note {
    margin-left: 40px;
  }
}
.tgs1820-page .page-header .list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 26px;
  align-items: center;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .list {
    flex-direction: row;
    justify-content: center;
    column-gap: 20px;
    margin-top: 33px;
  }
}
@media (min-width: 1024px) {
  .tgs1820-page .page-header .list {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.tgs1820-page .page-header .list .item {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(46, 71, 80, 0.16);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
  min-width: 345px;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .list .item {
    row-gap: 12px;
    min-width: auto;
    width: 234px;
  }
}
.tgs1820-page .page-header .list .item:first-child .img {
  width: 32px;
  margin-left: 40px;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .list .item:first-child .img {
    margin-left: 0;
    width: 36px;
  }
}
.tgs1820-page .page-header .list .item:first-child .set {
  column-gap: 64px;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .list .item:first-child .set {
    row-gap: 5px;
  }
}
.tgs1820-page .page-header .list .item:first-child .description {
  font-size: 1.2rem;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .list .item:first-child .description {
    font-size: 1.4rem;
  }
}
.tgs1820-page .page-header .list .item:last-child .img {
  width: 150px;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .list .item:last-child .img {
    width: 160px;
  }
}
.tgs1820-page .page-header .list .set {
  display: flex;
  column-gap: 32px;
  justify-content: center;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .list .set {
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
}
.tgs1820-page .page-header .list .group {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
}
@media (min-width: 560px) {
  .tgs1820-page .page-header .list .group {
    row-gap: 5px;
  }
}
.tgs1820-page .page-header .list .name {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}
.tgs1820-page .page-header .list .description {
  font-size: 1.4rem;
  text-align: center;
}
.tgs1820-page .page-header .list .btnlink {
  max-width: 200px;
  height: 40px;
  font-size: 1.4rem;
}
.tgs1820-page .page-content {
  margin-top: 0;
}
.tgs1820-page .section {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .tgs1820-page .section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.tgs1820-page .section-header .heading {
  text-align: center;
  font-size: 2rem;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 560px) {
  .tgs1820-page .section-header .heading {
    font-size: 4rem;
  }
}
.tgs1820-page .section-header .heading::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #3CA1E0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.tgs1820-page .section-content {
  margin-top: 30px;
}
@media (min-width: 560px) {
  .tgs1820-page .section-content {
    margin-top: 40px;
  }
}
.tgs1820-page .section-content .text {
  margin-top: 0;
}
@media (min-width: 560px) {
  .tgs1820-page .section-content .text {
    font-size: 1.5rem;
  }
}

#tgs1820-obesity {
  background-color: #F8F8F8;
}
#tgs1820-obesity .block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block {
    display: grid;
    grid-template-columns: 48fr 44fr;
    grid-template-rows: auto auto 1fr;
    column-gap: 36px;
    row-gap: 10px;
  }
}
#tgs1820-obesity .block + .block {
  margin-top: 40px;
}
#tgs1820-obesity .block:nth-child(1) .box .img {
  position: relative;
}
#tgs1820-obesity .block:nth-child(1) .box .imgcaption {
  padding-left: 0;
  list-style: none;
}
#tgs1820-obesity .block:nth-child(1) .box .imgcaption .item {
  font-size: 3.3vw;
  font-weight: bold;
  position: absolute;
  bottom: -8px;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block:nth-child(1) .box .imgcaption .item {
    font-size: min(1.6rem, 1.6vw);
    bottom: -12px;
  }
}
#tgs1820-obesity .block:nth-child(1) .box .imgcaption .item:nth-child(1) {
  left: 11%;
}
#tgs1820-obesity .block:nth-child(1) .box .imgcaption .item:nth-child(2) {
  left: 47%;
}
#tgs1820-obesity .block:nth-child(1) .box .imgcaption .item:nth-child(3) {
  left: 75%;
}
#tgs1820-obesity .block:nth-child(1) .box .caption {
  margin-top: 5px;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block:nth-child(1) .box .caption {
    margin-top: 10px;
  }
}
#tgs1820-obesity .block:nth-child(2) .box img {
  margin-top: 8px;
  width: 198px;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block:nth-child(2) .box img {
    width: 255px;
  }
}
#tgs1820-obesity .block:nth-child(3) .box {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block:nth-child(3) .box {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 10px;
  }
}
#tgs1820-obesity .block .heading {
  background-color: #3CA1E0;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 10px 16px 11px 16px;
  display: flex;
  column-gap: 15px;
  line-height: 1.3;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .heading {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 2.3rem;
  }
}
#tgs1820-obesity .block .heading::before {
  content: "";
  width: 2px;
  height: auto;
  border-radius: 2px;
  background-color: #FFFFFF;
}
#tgs1820-obesity .block .box {
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .box {
    grid-column: 2/3;
    grid-row: 1/4;
    align-self: flex-start;
  }
}
#tgs1820-obesity .block .box .title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .box .title {
    font-size: 2rem;
  }
}
#tgs1820-obesity .block .box .caption {
  font-size: 1.7rem;
  font-weight: bold;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .box .caption {
    font-size: 2rem;
  }
}
#tgs1820-obesity .block .box .caption em {
  color: #3CA1E0;
}
#tgs1820-obesity .block .box .list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .box .list {
    flex-direction: row;
    column-gap: 20px;
  }
}
@media (min-width: 1024px) {
  #tgs1820-obesity .block .box .list {
    column-gap: 70px;
  }
}
#tgs1820-obesity .block .box .list .item {
  width: 160px;
  position: relative;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .box .list .item {
    width: 222px;
  }
}
#tgs1820-obesity .block .box .list .item .caption {
  position: absolute;
  left: -68px;
  top: 7px;
  font-size: 1.8rem;
  color: #005CAA;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .box .list .item .caption {
    position: static;
    font-size: 2rem;
    text-align: center;
    margin-top: 10px;
  }
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .box .list .item:nth-child(2), #tgs1820-obesity .block .box .list .item:nth-child(3) {
    margin-top: 13px;
  }
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .box .list .item:nth-child(2) .caption, #tgs1820-obesity .block .box .list .item:nth-child(3) .caption {
    margin-top: 23px;
  }
}
@media (min-width: 560px) {
  #tgs1820-obesity .block .box .text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#tgs1820-obesity .block .source {
  font-size: 1.2rem;
}

#tgs1820-breath h3.heading {
  font-size: 1.8rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #3CA1E0;
}
@media (min-width: 560px) {
  #tgs1820-breath h3.heading {
    font-size: 2.3rem;
    column-gap: 12px;
  }
}
#tgs1820-breath h3.heading::before {
  content: "";
  flex-shrink: 0;
  width: 2px;
  height: 21px;
  border-radius: 2px;
  background-color: #3CA1E0;
}
#tgs1820-breath .text {
  margin-top: 13px;
}
@media (min-width: 560px) {
  #tgs1820-breath .text {
    margin-top: 18px;
  }
}
#tgs1820-breath .box {
  margin-top: 30px;
  border: 1px solid #707070;
  background-color: #FAFAFA;
  padding: 30px 15px;
  border-radius: 5px;
}
@media (min-width: 560px) {
  #tgs1820-breath .box {
    margin-top: 20px;
    padding: 28px 40px 28px 30px;
  }
}

#tgs1820-about {
  background-image: url(/images/product/feature/tgs1820/tgs1820_bg.png), linear-gradient(to right, #245C8D, #5681BC);
  background-position: left 26px top 75px, center;
  background-size: 74px, 100%;
}
@media (min-width: 560px) {
  #tgs1820-about {
    background-position: left calc(50% - 470px) top 240px, center;
    background-size: 184px, 100%;
  }
}
#tgs1820-about .section-header,
#tgs1820-about .section-content {
  max-width: 755px;
  margin-right: auto;
  margin-left: auto;
}
#tgs1820-about .section-content {
  margin-top: 10px;
}
@media (min-width: 560px) {
  #tgs1820-about .section-content {
    margin-top: 30px;
  }
}
#tgs1820-about .heading {
  color: #FFFFFF;
  padding-bottom: 0;
}
@media (min-width: 560px) {
  #tgs1820-about .heading {
    text-align: left;
  }
}
#tgs1820-about .heading::after {
  display: none;
}
#tgs1820-about .text {
  color: #FFFFFF;
}
#tgs1820-about .box {
  margin-top: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 40px 15px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
}
@media (min-width: 560px) {
  #tgs1820-about .box {
    flex-direction: row;
    column-gap: 48px;
    justify-content: center;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  #tgs1820-about .box {
    column-gap: 90px;
  }
}
#tgs1820-about .box .img:nth-child(1) {
  margin-left: -50px;
}
@media (min-width: 560px) {
  #tgs1820-about .box .img:nth-child(1) {
    margin-left: 0;
  }
}
#tgs1820-about .box .img:nth-child(1) img {
  width: 269px;
}
#tgs1820-about .box .img:nth-child(2) {
  margin-left: 30px;
}
#tgs1820-about .box .img:nth-child(2) img {
  width: 265px;
}
#tgs1820-about .note {
  font-size: 1.4rem;
  margin-top: 15px;
  color: #FFFFFF;
}
@media (min-width: 560px) {
  #tgs1820-about .note {
    font-size: 1.5rem;
    text-align: right;
    margin-top: 10px;
  }
}
#tgs1820-about .note .link {
  color: #FFFFFF;
}
#tgs1820-about .note .link:hover {
  color: #f25b00;
}

#tgs1820-use {
  background-color: #EDEFF2;
  background-image: url(/images/product/feature/tgs1820/bottom_bg.jpg);
  background-size: 787px;
  background-position: left -250px bottom 0px;
  padding-bottom: 100px;
}
@media (min-width: 560px) {
  #tgs1820-use {
    background-image: url(/images/product/feature/tgs1820/bottom_bg_pc.jpg);
    background-size: 1895px;
    background-position: left bottom;
    padding-bottom: 110px;
  }
}
#tgs1820-use .block {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 18px 15px 30px;
}
@media (min-width: 560px) {
  #tgs1820-use .block {
    padding: 30px 40px 40px;
  }
}
#tgs1820-use .block + .block {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #tgs1820-use .block + .block {
    margin-top: 50px;
  }
}
#tgs1820-use .block .heading {
  color: #3CA1E0;
  font-size: 1.8rem;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 10px;
  display: flex;
  column-gap: 15px;
  align-items: flex-start;
}
@media (min-width: 560px) {
  #tgs1820-use .block .heading {
    font-size: 2.6rem;
    column-gap: 25px;
  }
}
#tgs1820-use .block .heading img {
  width: 34px;
  margin-top: 3px;
}
@media (min-width: 560px) {
  #tgs1820-use .block .heading img {
    width: 64px;
    margin-top: 0;
  }
}
#tgs1820-use .block .text {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #tgs1820-use .block .text {
    margin-top: 20px;
  }
}
#tgs1820-use .block .box {
  margin-top: 30px;
  background-color: #FAFAFA;
  border-radius: 5px;
  padding: 30px 20px;
}
#tgs1820-use .block .figure {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  align-items: center;
}
#tgs1820-use .block .figure .title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 560px) {
  #tgs1820-use .block .figure .title {
    font-size: 2rem;
  }
}
@media (min-width: 560px) {
  #tgs1820-use .block .figure img {
    width: 621px;
  }
}
#tgs1820-use .block .source {
  font-size: 1.2rem;
  margin-top: 8px;
}
#tgs1820-use .block .list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
#tgs1820-use .block .list .item {
  display: flex;
  column-gap: 10px;
  font-size: 1.5rem;
}
#tgs1820-use .block .list .item::before {
  content: "";
  background-image: url(/images/product/feature/tgs1820/icon_check.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  flex-shrink: 0;
  margin-top: 3px;
}
#tgs1820-use .block .list + .img {
  margin-top: 20px;
  width: 222px;
  margin-left: auto;
  margin-right: auto;
}
#tgs1820-use .block .flex {
  flex-direction: column;
  margin-top: 40px;
}
#tgs1820-use .block .flex .text:first-child {
  margin-top: 0;
}
#tgs1820-use .block .flex:last-child .img {
  width: 222px;
  margin-left: auto;
  margin-right: auto;
}
#tgs1820-use .block:nth-child(1) .box {
  text-align: center;
}
#tgs1820-use .block:nth-child(1) .box img {
  width: 239px;
}
@media (min-width: 560px) {
  #tgs1820-use .block:nth-child(1) .box img {
    width: 100%;
  }
}
#tgs1820-use .block:nth-child(3) .flex .box {
  text-align: center;
}
@media (min-width: 560px) {
  #tgs1820-use .block:nth-child(3) .flex .box {
    margin-top: 0;
    flex-direction: column;
    width: 240px;
    flex-shrink: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    align-self: flex-start;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #tgs1820-use .block:nth-child(3) .flex .box {
    width: 353px;
  }
}
#tgs1820-use .block:nth-child(3) .flex .box img {
  width: 208px;
}
@media (min-width: 1024px) {
  #tgs1820-use .block:nth-child(3) .flex .box img {
    width: 236px;
  }
}
@media (min-width: 560px) {
  #tgs1820-use .block:nth-child(3) .flex {
    flex-direction: row;
    column-gap: 20px;
  }
}
@media (min-width: 560px) {
  #tgs1820-use .block:nth-child(3) .flex:last-child .img {
    width: 222px;
    flex-shrink: 0;
  }
}
@media (min-width: 560px) {
  #tgs1820-use .block:nth-child(3) .list {
    width: 60%;
    flex-grow: 1;
  }
}
@media (min-width: 560px) {
  #tgs1820-use .block:nth-child(3) .box {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    padding: 25px 28px;
  }
}
@media (min-width: 560px) {
  #tgs1820-use .block:nth-child(3) .box .img {
    width: 30%;
    flex-grow: 1;
    max-width: 200px;
    margin-top: 0;
  }
}

#tgs1820-link {
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  #tgs1820-link {
    padding-bottom: 72px;
  }
}
#tgs1820-link .box {
  background-color: #FCFCFC;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 40px;
  margin-top: 50px;
  max-width: 865px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1024px) {
  #tgs1820-link .box {
    padding-top: 90px;
    padding-bottom: 72px;
  }
}
#tgs1820-link .box .heading {
  position: absolute;
  left: -1px;
  top: -25px;
  background-color: #333333;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.4;
  height: auto;
  padding: 5px 20px;
}
@media (min-width: 1024px) {
  #tgs1820-link .box .heading {
    left: -28px;
    font-size: 2rem;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#tgs1820-link .flex {
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  row-gap: 50px;
}
@media (min-width: 560px) {
  #tgs1820-link .flex {
    flex-direction: row;
    max-width: 670px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
  }
}
#tgs1820-link .flex .set {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
#tgs1820-link .flex .set:first-child .img img {
  width: 40px;
}
@media (min-width: 560px) {
  #tgs1820-link .flex .set:first-child .img img {
    width: 37px;
  }
}
#tgs1820-link .flex .set:last-child .img img {
  width: 193px;
}
@media (min-width: 560px) {
  #tgs1820-link .flex .set:last-child .img img {
    width: 207px;
    margin-top: -10px;
  }
}
#tgs1820-link .flex .img {
  width: 162px;
  height: 162px;
  border: 1px solid #707070;
  border-radius: 100vh;
  position: relative;
}
@media (min-width: 560px) {
  #tgs1820-link .flex .img {
    width: 150px;
    height: 150px;
  }
}
#tgs1820-link .flex .img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
#tgs1820-link .flex .img .name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 33px;
  width: 143px;
  border-radius: 100vh;
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 560px) {
  #tgs1820-link .flex .img .name {
    bottom: -10px;
  }
}
@media (min-width: 560px) {
  #tgs1820-link .flex .btnlink {
    font-size: 1.6rem;
    margin: 3px 0 0;
  }
}

#tgs5141 .page-header {
  width: 100%;
  max-width: 1400px;
  padding: 0;
  margin-top: 0;
}
#tgs5141 .page-header img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  #tgs5141 .page-header img {
    height: 500px;
  }
}
#tgs5141 .page-content {
  margin-top: 0;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
#tgs5141 .section-header {
  max-width: 100%;
}
@media (min-width: 1024px) {
  #tgs5141 .text {
    font-size: 1.5rem;
  }
}
#tgs5141 .btnlink._arrow::before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}

#tgs5141-kogataka {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../images/product/feature/tgs5141/kogataka/bg.jpg);
  background-repeat: repeat;
}
@media (min-width: 1024px) {
  #tgs5141-kogataka {
    padding-top: 85px;
    padding-bottom: 80px;
  }
}
#tgs5141-kogataka .flex {
  flex-direction: column;
}
@media (min-width: 560px) {
  #tgs5141-kogataka .flex {
    flex-direction: row;
    padding: 0 15px;
  }
}
#tgs5141-kogataka .flex .heading {
  width: 275px;
}
@media (min-width: 560px) {
  #tgs5141-kogataka .flex .heading {
    width: 100%;
  }
}
#tgs5141-kogataka .flex .text {
  color: #FFFFFF;
  margin-top: 30px;
}
@media (min-width: 560px) {
  #tgs5141-kogataka .flex .text {
    margin-top: 20px;
    max-width: 455px;
  }
}
#tgs5141-kogataka .flex .text .small {
  font-size: 84%;
}
#tgs5141-kogataka .flex .img {
  margin-top: 25px;
  max-width: 318px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #tgs5141-kogataka .flex .img {
    margin-top: 0;
    order: -1;
    max-width: 417px;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-kogataka .flex .img {
    margin-right: 60px;
  }
}

#tgs5141-kanou {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../images/product/feature/tgs5141/kanou/bg.jpg);
  background-size: cover;
}
@media (min-width: 1024px) {
  #tgs5141-kanou {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/product/feature/tgs5141/kanou/bg_pc.jpg);
    background-size: 1400px;
    background-position: center center;
  }
}
@media (min-width: 560px) {
  #tgs5141-kanou .section-content {
    max-width: 800px;
    padding: 0 15px;
  }
}
#tgs5141-kanou .heading {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
#tgs5141-kanou .img {
  margin-top: 25px;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}
#tgs5141-kanou .text {
  margin-top: 35px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

#tgs5141-jumyou {
  padding-top: 20px;
  padding-bottom: 100px;
  background-image: url(../images/product/feature/tgs5141/jumyou/bg.jpg);
  background-repeat: repeat;
}
@media (min-width: 560px) {
  #tgs5141-jumyou {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
#tgs5141-jumyou .section-content {
  position: relative;
}
#tgs5141-jumyou .heading {
  width: 200px;
  padding-top: 35px;
  line-height: 1;
}
@media (min-width: 560px) {
  #tgs5141-jumyou .heading {
    width: 328px;
    padding-top: 0;
    margin-left: 20px;
  }
}
#tgs5141-jumyou .img {
  width: 110px;
  position: absolute;
  left: 230px;
  top: 0;
}
@media (max-width: 360px) {
  #tgs5141-jumyou .img {
    width: 80px;
    left: 215px;
    top: 10px;
  }
}
@media (min-width: 560px) {
  #tgs5141-jumyou .img {
    width: 150px;
    left: auto;
    right: 20px;
    top: 0;
  }
}
@media (min-width: 1024px) {
  #tgs5141-jumyou .img {
    width: 204px;
    left: auto;
    right: 20px;
    top: 0;
  }
}
#tgs5141-jumyou .text {
  color: #FFFFFF;
  margin-top: 60px;
}
@media (min-width: 560px) {
  #tgs5141-jumyou .text {
    width: 480px;
    margin-left: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-jumyou .text {
    width: 665px;
  }
}

#tgs5141-mirai {
  padding-top: 85px;
  padding-bottom: 35px;
  background-image: url(../images/product/feature/tgs5141/mirai/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-mirai {
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url(../images/product/feature/tgs5141/mirai/bg_pc.jpg);
  }
}
#tgs5141-mirai .section-content {
  position: relative;
}
#tgs5141-mirai h2.heading {
  margin-top: -110px;
}
@media (min-width: 1024px) {
  #tgs5141-mirai h2.heading {
    margin-top: -80px;
  }
}
#tgs5141-mirai h2.heading .shoulder {
  width: 120px;
}
@media (min-width: 1024px) {
  #tgs5141-mirai h2.heading .shoulder {
    width: 165px;
    margin-left: 80px;
  }
}
#tgs5141-mirai h2.heading .title {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 297px;
}
@media (min-width: 1024px) {
  #tgs5141-mirai h2.heading .title {
    width: 416px;
    margin-top: 0;
  }
}
#tgs5141-mirai .flex {
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 560px) {
  #tgs5141-mirai .flex {
    flex-direction: row;
    padding: 0 15px;
  }
}
#tgs5141-mirai .block {
  flex: 1;
}
#tgs5141-mirai .block + .block {
  margin-top: 50px;
  border-top: 1px solid #DDD;
  padding-top: 30px;
}
@media (min-width: 560px) {
  #tgs5141-mirai .block + .block {
    margin-top: 0;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 30px;
    border-top: none;
    border-left: 1px solid #DDD;
  }
}
@media (min-width: 1024px) {
  #tgs5141-mirai .block:nth-child(1) .img {
    width: 453px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-mirai .block:nth-child(1) h3.heading {
    width: 395px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-mirai .block:nth-child(2) .img {
    width: 434px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-mirai .block:nth-child(2) h3.heading {
    width: 424px;
  }
}
#tgs5141-mirai h3.heading {
  margin-top: 25px;
}
#tgs5141-mirai .text {
  margin-top: 15px;
}

#tgs5141-tanshuku {
  padding-top: 110px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/tgs5141/tanshuku/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-tanshuku {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (min-width: 560px) {
  #tgs5141-tanshuku .heading {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-tanshuku .heading {
    width: 632px;
  }
}
#tgs5141-tanshuku .text {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #tgs5141-tanshuku .text {
    width: 565px;
  }
}
#tgs5141-tanshuku .note {
  margin-top: 20px;
  font-size: 84%;
}
@media (min-width: 1024px) {
  #tgs5141-tanshuku .note {
    width: 565px;
    margin-top: 15px;
  }
}

#tgs5141-tairyou {
  padding-top: 290px;
  padding-bottom: 40px;
  background-image: url(../images/product/feature/tgs5141/tairyou/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-tairyou {
    padding-top: 520px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-tairyou {
    padding-top: 75px;
    padding-bottom: 90px;
    background-image: url(../images/product/feature/tgs5141/tairyou/bg_pc.jpg);
  }
}
@media (min-width: 560px) {
  #tgs5141-tairyou .heading {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-tairyou .heading {
    width: 595px;
    margin-left: auto;
  }
}
#tgs5141-tairyou .text {
  color: #FFFFFF;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #tgs5141-tairyou .text {
    width: 595px;
    margin-left: auto;
  }
}
#tgs5141-tairyou .img {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  #tgs5141-tairyou .img {
    width: 593px;
    margin-left: auto;
  }
}

#tgs5141-tekigou {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/tgs5141/tekigou/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-tekigou {
    padding-top: 85px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-tekigou {
    background-image: url(../images/product/feature/tgs5141/tekigou/bg_pc.jpg);
  }
}
#tgs5141-tekigou .heading {
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #tgs5141-tekigou .heading {
    width: 683px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-tekigou .img {
  margin-top: 25px;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #tgs5141-tekigou .img {
    width: 930px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-tekigou .text {
  margin-top: 20px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #tgs5141-tekigou .text {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-tekigou .text + .text {
  margin-top: 15px;
}

#tgs5141-henka {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/tgs5141/henka/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-henka {
    padding-top: 90px;
    padding-bottom: 80px;
    background-image: url(../images/product/feature/tgs5141/henka/bg_pc.jpg);
  }
}
@media (min-width: 1024px) {
  #tgs5141-henka .heading {
    width: 593px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-henka .img {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #tgs5141-henka .img {
    width: 939px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-henka .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #tgs5141-henka .text {
    width: 935px;
    margin-right: auto;
    margin-left: auto;
  }
}

#tgs5141-kuwashiku {
  padding-top: 35px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #tgs5141-kuwashiku {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
#tgs5141-kuwashiku .heading {
  max-width: 308px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #tgs5141-kuwashiku .heading {
    max-width: 773px;
  }
}
#tgs5141-kuwashiku .name {
  width: 101px;
  margin-top: 20px;
  margin-left: 15px;
}
@media (min-width: 560px) {
  #tgs5141-kuwashiku .name {
    width: 165px;
    margin-left: 45px;
    margin-top: 55px;
  }
}
#tgs5141-kuwashiku .flex {
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 560px) {
  #tgs5141-kuwashiku .flex {
    flex-direction: row;
    margin-top: 35px;
    justify-content: center;
    padding: 0 15px;
  }
}
#tgs5141-kuwashiku .flex .btnlink {
  width: 250px;
}
@media (min-width: 560px) {
  #tgs5141-kuwashiku .flex .btnlink {
    width: 350px;
    height: 77px;
    font-size: 2.3rem;
    margin-right: 0;
    margin-left: 0;
  }
}
#tgs5141-kuwashiku .flex .btnlink + .btnlink {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #tgs5141-kuwashiku .flex .btnlink + .btnlink {
    margin-top: 0;
    margin-left: 60px;
  }
}

#tgs5141-sonota {
  padding-top: 15px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/tgs5141/sonota/bg.jpg);
  background-repeat: repeat-x;
}
@media (min-width: 1024px) {
  #tgs5141-sonota {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
#tgs5141-sonota .heading {
  width: 298px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #tgs5141-sonota .heading {
    width: 402px;
  }
}
#tgs5141-sonota .list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 560px) {
  #tgs5141-sonota .list {
    flex-direction: row;
    padding: 0 15px;
  }
}
#tgs5141-sonota .item:nth-child(1) .name {
  width: 101px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .item:nth-child(1) .name {
    width: 170px;
    margin-left: 0;
  }
}
@media (min-width: 560px) {
  #tgs5141-sonota .item:nth-child(1) .img {
    width: 360px;
    height: 221px;
    margin-left: -30px;
  }
}
#tgs5141-sonota .item:nth-child(2) {
  margin-top: 10px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .item:nth-child(2) {
    margin-top: 0;
    margin-left: 15px;
  }
}
#tgs5141-sonota .item:nth-child(2) .name {
  width: 117px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .item:nth-child(2) .name {
    width: 184px;
    margin-left: 0;
  }
}
#tgs5141-sonota .name {
  width: 101px;
  margin-top: 20px;
  margin-left: 15px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .name {
    width: 165px;
    margin-top: 55px;
  }
}
#tgs5141-sonota .img {
  max-width: 315px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #tgs5141-sonota .img {
    width: 275px;
    margin-top: 35px;
  }
}
#tgs5141-sonota .flex {
  flex-direction: column;
  margin-top: -25px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .flex {
    margin-top: -5px;
  }
}
#tgs5141-sonota .flex .btnlink {
  width: 250px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .flex .btnlink {
    width: 273px;
    height: 63px;
    font-size: 2rem;
    margin-right: 0;
    margin-left: 0;
  }
}
#tgs5141-sonota .flex .btnlink + .btnlink {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #tgs5141-contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #DDDCE2;
    box-shadow: 0 10px 20px -20px #CCC inset;
  }
}
#tgs5141-contact .contact {
  padding: 40px 15px;
  background-color: #DDDCE2;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact {
    padding: 0;
  }
}
#tgs5141-contact .contact .box {
  padding: 30px 25px;
  border: 1px solid #CCCCCC;
  background-color: #F1F1F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .box {
    border: none;
    flex-direction: row;
    padding: 17px 25px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .name {
    margin-right: 40px;
  }
}
#tgs5141-contact .contact .number {
  margin-top: 12px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 360px) {
  #tgs5141-contact .contact .number {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .number {
    margin-top: 0;
  }
}
#tgs5141-contact .contact .number::before {
  content: "";
  background-image: url(../images/common/tel_icon.svg);
  width: 21px;
  height: 17px;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .number::before {
    width: 33px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
  }
}
#tgs5141-contact .contact .time {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .time {
    text-align: left;
  }
}
#tgs5141-contact .contact .time .brackets {
  font-size: 1.1rem;
}
#tgs5141-contact .contact .btnlink {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .btnlink {
    margin-top: 0;
    margin-left: 30px;
  }
}

#fcm2630 .page-content {
  margin-top: 0;
}
#fcm2630 .section-header {
  max-width: 100%;
  background-image: linear-gradient(to right, #5C66A3 60%, #6670B2, #7F87BF, #C3C2DD);
}
#fcm2630 .section-title {
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 560px) {
  #fcm2630 .section-title {
    font-size: 3.4rem;
    line-height: 1.3;
    padding: 20px 0;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
  }
}
#fcm2630 .section-content {
  max-width: 960px;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #fcm2630 .section-content {
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630 .text {
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 560px) {
  #fcm2630 .text {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
#fcm2630 .btnlink._blue {
  font-size: 1.5rem;
  height: 56px;
  color: #FFFFFF;
  background-image: linear-gradient(#C0C0DC, #828CC4, #5162AA, #4A5BA3, #5162AA, #828CC4, #C0C0DC);
  border: 1px solid #4557A1;
  border-radius: 100px;
  box-shadow: 0 0 15px #9094C6;
}
@media (min-width: 1024px) {
  #fcm2630 .btnlink._blue {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
#fcm2630 .btnlink._blue::before {
  content: "＞";
  margin-right: 5px;
}
#fcm2630 .spec {
  margin-top: 25px;
  word-break: break-word;
}
@media (min-width: 1024px) {
  #fcm2630 .spec {
    margin-top: 60px;
  }
}
#fcm2630 .spec thead th {
  border-color: #FFFFFF;
  background-color: #70759E;
  color: #FFFFFF;
  text-align: center;
  padding: 1em;
  font-size: 1.6rem;
}
@media (max-width: 360px) {
  #fcm2630 .spec thead th {
    padding: 0.5em;
  }
}
@media (min-width: 560px) {
  #fcm2630 .spec thead th {
    font-size: 1.8rem;
  }
}
#fcm2630 .spec thead th:first-child {
  font-weight: normal;
  text-align: left;
  font-size: 1.6rem;
}
#fcm2630 .spec tbody tr:nth-child(2n-1) {
  background-color: #EEEEEE;
}
#fcm2630 .spec tbody tr:nth-child(2n) {
  background-color: #DCE4F4;
}
#fcm2630 .spec tbody td {
  border-color: #FFFFFF;
  font-size: 1.4rem;
  padding: 1em;
}
@media (min-width: 560px) {
  #fcm2630 .spec tbody td {
    font-size: 1.6rem;
  }
}

#fcm2630-intro {
  padding-top: 25px;
  padding-bottom: 60px;
  background-image: url(../images/product/feature/fcm2630/mainimg_bg.jpg);
}
@media (min-width: 560px) {
  #fcm2630-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#fcm2630-intro .section-content {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1024px) {
  #fcm2630-intro .section-content {
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630-intro .page-title {
  position: relative;
  font-size: 2.3rem;
  font-weight: normal;
}
@media (max-width: 320px) {
  #fcm2630-intro .page-title {
    font-size: 2rem;
  }
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title {
    font-size: 5.1rem;
    line-height: 1.25;
  }
}
#fcm2630-intro .page-title .shoulder {
  font-size: 2rem;
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title .shoulder {
    font-size: 5.1rem;
  }
}
#fcm2630-intro .page-title ._only {
  display: none;
}
@media (max-width: 375px) {
  #fcm2630-intro .page-title ._only {
    display: block;
  }
}
#fcm2630-intro .page-title .tags {
  position: absolute;
  left: 170px;
  top: 10px;
  display: flex;
}
@media (max-width: 375px) {
  #fcm2630-intro .page-title .tags {
    flex-direction: column;
    right: 0px;
    left: auto;
  }
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title .tags {
    left: 440px;
    top: 13px;
  }
}
#fcm2630-intro .page-title .tags .tag:nth-child(1) {
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 3px;
  font-size: 1.2rem;
  background-image: linear-gradient(#428DCE, #3976BC, #2E59A5, #274495, #22388B, #213488);
  border: 1px solid #558BC8;
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title .tags .tag:nth-child(1) {
    padding: 5px 10px;
    font-size: 1.9rem;
  }
}
#fcm2630-intro .page-title .tags .tag:nth-child(2) {
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 10px;
  padding: 0 3px;
  font-size: 1.2rem;
  background-image: linear-gradient(#6FAC95, #5B8F88, #4C7A7F, #436E79, #416A78);
  border: 1px solid #7FAD98;
}
@media (max-width: 375px) {
  #fcm2630-intro .page-title .tags .tag:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title .tags .tag:nth-child(2) {
    padding: 3px 10px;
    font-size: 1.9rem;
    margin-left: 12px;
  }
}
#fcm2630-intro .img {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #fcm2630-intro .img {
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  #fcm2630-intro .img {
    width: 500px;
    position: absolute;
    left: 450px;
    top: 350px;
    margin-top: 0;
  }
}
#fcm2630-intro .list {
  max-width: 887px;
}
@media (min-width: 1024px) {
  #fcm2630-intro .list {
    margin-top: 40px;
  }
}
#fcm2630-intro .text {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #fcm2630-intro .text {
    max-width: 420px;
    margin-top: 50px;
  }
}
#fcm2630-intro .btnlink {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #fcm2630-intro .btnlink {
    margin-top: 70px;
  }
}

#fcm2630-necessity {
  padding: 0 0 60px;
}
@media (min-width: 560px) {
  #fcm2630-necessity {
    padding-bottom: 90px;
  }
}
#fcm2630-necessity .section-header {
  max-width: 100%;
}
#fcm2630-necessity .section-content {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .section-content {
    margin-top: 80px;
  }
}
#fcm2630-necessity .block:nth-child(1) {
  position: relative;
}
#fcm2630-necessity .block:nth-child(1) .figure {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(1) .figure {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 300px;
    margin-top: 0;
  }
}
#fcm2630-necessity .block:nth-child(1) .figure .caption {
  text-align: center;
  margin-top: 8px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(1) .figure .caption {
    text-align: left;
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(1) .text {
    max-width: 620px;
  }
}
#fcm2630-necessity .block:nth-child(1) .text:last-child {
  margin-top: 20px;
}
#fcm2630-necessity .block:nth-child(2) {
  margin-top: 25px;
  position: relative;
}
@media (min-width: 560px) {
  #fcm2630-necessity .block:nth-child(2) {
    margin-top: 80px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .text {
    max-width: 620px;
  }
}
#fcm2630-necessity .block:nth-child(2) .figure {
  margin-top: 30px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .figure {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
#fcm2630-necessity .block:nth-child(2) .figure .caption {
  text-align: center;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .figure .caption {
    font-size: 1.6rem;
  }
}
#fcm2630-necessity .block:nth-child(2) .figure .img {
  margin-top: 8px;
}
#fcm2630-necessity .block:nth-child(2) .figure .reference {
  font-size: 1.2rem;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .figure .reference {
    font-size: 1.3rem;
  }
}
#fcm2630-necessity .block:nth-child(2) .btnlink {
  margin-top: 25px;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .btnlink {
    margin-top: 50px;
  }
}

#fcm2630-feature {
  padding: 0 0 60px;
  background-color: #F2F7FB;
}
@media (min-width: 560px) {
  #fcm2630-feature {
    padding-bottom: 90px;
  }
}
#fcm2630-feature .list {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list {
    padding-top: 40px;
  }
}
#fcm2630-feature .list .item {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .item {
    padding-bottom: 90px;
  }
}
#fcm2630-feature .list .item + .item {
  border-top: 1px solid #333333;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .item + .item {
    padding-top: 90px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .item:nth-child(2) .text {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630-feature .list .heading {
  max-width: 84px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .heading {
    max-width: 110px;
  }
}
#fcm2630-feature .list .subheading {
  text-align: center;
  font-size: 1.8rem;
  color: #4A528C;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .subheading {
    font-size: 3.2rem;
    margin-top: 40px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .text {
    max-width: 560px;
  }
}
#fcm2630-feature .list .text + .text {
  margin-top: 12px;
}
#fcm2630-feature .list .block {
  margin-top: 25px;
  position: relative;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .block .figure {
    max-width: 360px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
#fcm2630-feature .list .block .img {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .block .img {
    margin-top: 0;
  }
}
#fcm2630-feature .list .block .note {
  margin-top: 10px;
  font-size: 1.2rem;
}
#fcm2630-feature .list .btnlink {
  margin-top: 25px;
}
#fcm2630-feature .list .flex {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .flex {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
}
#fcm2630-feature .list .flex .figure {
  flex: 1;
}
#fcm2630-feature .list .flex .figure + .figure {
  margin-left: 25px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .flex .figure + .figure {
    margin-left: 70px;
  }
}
#fcm2630-feature .list .flex .caption {
  color: #4a528c;
  font-size: 1.6rem;
  margin-top: 8px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .flex .caption {
    font-size: 1.8rem;
  }
}
#fcm2630-feature .list .flex + .text {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .flex + .text {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
}
@media (min-width: 560px) {
  #fcm2630-feature .section-content > .btnlink {
    width: 315px;
    height: 76px;
    margin-left: auto;
    margin-right: auto;
  }
}

#fcm2630-optimum {
  padding: 0 0 60px;
  background-color: #F2F7FB;
}
@media (min-width: 560px) {
  #fcm2630-optimum {
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-optimum .section-content {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-optimum .text {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630-optimum .text + .text {
  margin-top: 40px;
}
@media (min-width: 560px) {
  #fcm2630-optimum .text + .text {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-optimum .spec {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630-optimum .spec td {
  width: 33.3%;
}
#fcm2630-optimum .spec td:first-child {
  white-space: nowrap;
}
#fcm2630-optimum .spec td:not(:first-child) {
  text-align: center;
}
@media (min-width: 560px) {
  #fcm2630-optimum .spec td:not(:first-child) {
    font-size: 2.4rem;
    padding: 0.25em 1em;
  }
}
@media (min-width: 560px) {
  #fcm2630-optimum .spec tr:nth-child(6) td:not(:first-child) {
    font-size: 1.6rem;
  }
}

#fcm2630-warming {
  padding: 0 0 60px;
  background-color: #F2F7FB;
  background-image: url(../images/product/feature/fcm2630/eco_bg.jpg);
  background-size: cover;
  background-position: center top;
  min-height: 530px;
}
@media (min-width: 560px) {
  #fcm2630-warming {
    padding-bottom: 90px;
    min-height: 700px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-warming {
    background-image: url(../images/product/feature/fcm2630/eco_bg_pc.jpg);
  }
}
#fcm2630-warming .text {
  font-weight: bold;
}
@media (min-width: 560px) {
  #fcm2630-warming .text {
    text-align: center;
    padding-top: 50px;
    font-size: 2rem;
  }
}

#fcm2630-related {
  padding: 60px 0 60px;
}
@media (min-width: 560px) {
  #fcm2630-related {
    padding-bottom: 90px;
  }
}
#fcm2630-related .heading {
  font-size: 1.8rem;
  font-weight: normal;
  color: #4A4267;
  border-left: 3px solid #4A4267;
  padding-left: 10px;
}
@media (min-width: 560px) {
  #fcm2630-related .heading {
    font-weight: bold;
    font-size: 2.1rem;
  }
}
#fcm2630-related .list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #fcm2630-related .list {
    flex-direction: row;
    margin-top: 10px;
    column-gap: 30px;
  }
}
#fcm2630-related .list .item {
  border: 1px solid #DEDEDE;
  padding: 6px 6px 20px;
}
@media (min-width: 1024px) {
  #fcm2630-related .list .item {
    width: 300px;
  }
}
#fcm2630-related .list .item + .item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #fcm2630-related .list .item + .item {
    margin-top: 0;
  }
}
#fcm2630-related .list .name {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 12px;
}
@media (min-width: 560px) {
  #fcm2630-related .list .name {
    font-size: 1.8rem;
  }
}
#fcm2630-related .list .btnlink {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  #fcm2630-related .list .btnlink {
    width: 188px;
    height: 34px;
  }
}
#fcm2630-related .list .btnlink::before {
  content: "";
  background-image: url(../images/product/feature/fcm2630/search.svg);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
#fcm2630-related .contact {
  margin-top: 40px;
  padding: 40px 15px;
  background-color: #DDDCE2;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact {
    padding: 0;
    margin-top: 50px;
  }
}
#fcm2630-related .contact .box {
  padding: 30px 25px;
  border: 1px solid #CCCCCC;
  background-color: #F1F1F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .box {
    border: none;
    flex-direction: row;
    padding: 17px 25px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .name {
    margin-right: 40px;
  }
}
#fcm2630-related .contact .number {
  margin-top: 12px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 360px) {
  #fcm2630-related .contact .number {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .number {
    margin-top: 0;
  }
}
#fcm2630-related .contact .number::before {
  content: "";
  background-image: url(../images/common/tel_icon.svg);
  width: 21px;
  height: 17px;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .number::before {
    width: 33px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
  }
}
#fcm2630-related .contact .time {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .time {
    text-align: left;
  }
}
#fcm2630-related .contact .time .brackets {
  font-size: 1.1rem;
}
#fcm2630-related .contact .btnlink {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .btnlink {
    margin-top: 0;
    margin-left: 30px;
  }
}

#falc11-21 h1, #falc11-21 h2, #falc11-21 h3, #falc11-21 h4, #falc11-21 h5, #falc11-21 h6, #falc11-21 p, #falc11-21 div {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
#falc11-21 .btnlink._blue {
  font-size: 1.5rem;
  height: 58px;
  color: #FFFFFF;
  background-image: linear-gradient(#C0C0DC, #828CC4, #5162AA, #4A5BA3, #5162AA, #828CC4, #C0C0DC);
  border: 1px solid #4557A1;
  border-radius: 8px;
  box-shadow: 0 0 15px #9094C6;
}
@media (min-width: 1024px) {
  #falc11-21 .btnlink._blue {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
#falc11-21 .btnlink._white {
  font-size: 1.5rem;
  height: 58px;
  color: #4557A1;
  background-image: linear-gradient(#FFFFFF 70%, #dcdcdc);
  border: 1px solid #4557A1;
  border-radius: 8px;
  box-shadow: 0 0 15px #9094C6;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  #falc11-21 .btnlink._white {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
#falc11-21 .fugo-section {
  margin-top: 20px;
  background-color: #EEF2FA;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#falc11-21 .fugo-section .section-content {
  position: relative;
}
#falc11-21 .fugo-section .heading {
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .heading {
    font-size: 5.7rem;
    line-height: 1.25;
    width: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .heading {
    width: 630px;
  }
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .heading .ls {
    letter-spacing: -5px;
  }
}
#falc11-21 .fugo-section .flex {
  margin-top: 13px;
  align-items: center;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .flex {
    width: auto;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex {
    width: 630px;
  }
}
#falc11-21 .fugo-section .flex .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -10px;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .group {
    margin-top: 10px;
  }
}
#falc11-21 .fugo-section .flex .name {
  font-weight: bold;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .name {
    font-size: 2.2rem;
  }
}
#falc11-21 .fugo-section .flex .logo {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .logo {
    margin-top: 10px;
  }
}
#falc11-21 .fugo-section .flex .img {
  max-width: 170px;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .img {
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 322px;
  }
}
#falc11-21 .fugo-section .flex .img .certification {
  position: absolute;
  bottom: -25px;
  left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .flex .img .certification {
    left: 0;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .img .certification {
    bottom: -15px;
    font-size: 1.8rem;
  }
}
#falc11-21 .fugo-section .flex .img .certification .mark {
  width: 25px;
  margin-right: 5px;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .flex .img .certification .mark {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .img .certification .mark {
    width: 50px;
  }
}
#falc11-21 .fugo-section .price {
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .price {
    font-size: 1.8rem;
    width: 630px;
    margin-top: 20px;
    letter-spacing: 0;
  }
}
#falc11-21 .fugo-section .note {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .note {
    font-size: 1.6rem;
    width: 630px;
  }
}
#falc11-21 .fugo-section .note .btnlink {
  text-align-last: left;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .note .btnlink {
    width: 300px;
  }
}
#falc11-21 .fugo-section .note .btnlink + .btnlink {
  margin-top: 20px;
}
#falc11-21 .btns {
  margin-top: 20px;
  display: flex;
}
@media (min-width: 1024px) {
  #falc11-21 .btns {
    width: 630px;
    justify-content: center;
    margin-top: 30px;
  }
}
#falc11-21 .btns .btnlink {
  height: 44px;
  border-radius: 22px;
  background-image: none;
  background-color: #91A4D4;
  border: none;
  box-shadow: none;
  color: #FFFFFF;
  position: relative;
  max-width: 200px;
}
@media (min-width: 1024px) {
  #falc11-21 .btns .btnlink {
    font-size: 1.8rem;
    margin: 0;
  }
}
#falc11-21 .btns .btnlink + .btnlink {
  margin-left: 5px;
}
#falc11-21 .btns .btnlink::before {
  content: ">";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#falc11-21 .btns._gray .btnlink {
  background-color: #848484;
}
#falc11-21 .btnlink {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #falc11-21-mainimg {
    background-image: linear-gradient(#fff 50%, #ebecf1 50%, #FFF);
  }
}
#falc11-21-mainimg .section-content {
  position: relative;
}
#falc11-21-mainimg .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .header {
    flex-direction: row;
    margin-left: 30px;
    position: relative;
  }
}
#falc11-21-mainimg .header .heading {
  font-size: 2rem;
  margin-top: 20px;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .header .heading {
    font-size: 2.7rem;
    margin-top: 0;
  }
}
#falc11-21-mainimg .header .stock {
  font-size: 2rem;
  margin-top: 0.5em;
  color: #D23232;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .header .stock {
    position: absolute;
    top: 90px;
    left: 0;
  }
}
#falc11-21-mainimg .header .bnrlink {
  width: 220px;
  order: -1;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .header .bnrlink {
    width: 220px;
    order: inherit;
  }
}
#falc11-21-mainimg .list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list {
    flex-direction: row;
    justify-content: center;
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 135px;
  }
}
#falc11-21-mainimg .list .item {
  display: flex;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item {
    flex-direction: column;
    position: relative;
    align-items: center;
    flex: 1;
  }
}
#falc11-21-mainimg .list .item + .item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item + .item {
    margin-top: 0;
  }
}
#falc11-21-mainimg .list .item .img {
  width: 120px;
  flex-shrink: 0;
  margin-top: 10px;
  margin-right: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .img {
    width: 240px;
    margin-top: 40px;
    margin-right: 0;
  }
}
#falc11-21-mainimg .list .item .img .certification {
  position: absolute;
  right: -7px;
  top: 115px;
  width: 25px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .img .certification {
    right: -20px;
    top: auto;
    bottom: 20px;
    width: 50px;
  }
}
#falc11-21-mainimg .list .item .txtgroup {
  flex-grow: 1;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .txtgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#falc11-21-mainimg .list .item .tag {
  width: 60px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .tag {
    width: 104px;
    position: absolute;
    top: 0;
    left: 92px;
  }
}
#falc11-21-mainimg .list .item .type {
  margin-top: 2px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .type {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .note {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 5px;
    text-align: center;
  }
}
#falc11-21-mainimg .list .item .logo {
  margin-top: 10px;
}
#falc11-21-mainimg .list .item .spec {
  font-size: 1.2rem;
  border-top: 1px solid #333333;
  padding-top: 10px;
  margin-top: 8px;
}
#falc11-21-mainimg .list .item .text {
  font-weight: bold;
  margin-top: 20px;
}
#falc11-21-mainimg .list .item:nth-child(1) .img {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(1) .img {
    width: 230px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(1) .txtgroup {
    margin-top: 1px;
  }
}
#falc11-21-mainimg .list .item:nth-child(1) .logo {
  width: 105px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(1) .logo {
    margin-top: 50px;
    width: 158px;
  }
}
#falc11-21-mainimg .list .item:nth-child(1) .tag {
  display: none;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(1) .tag {
    display: none;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .img {
    margin-top: 50px;
  }
}
#falc11-21-mainimg .list .item:nth-child(2) .logo {
  width: 150px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .logo {
    margin-top: 55px;
    width: 196px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .tag {
    width: 129px;
    top: -15px;
    left: 220px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .tag::before {
    position: absolute;
    top: 16px;
    left: -175px;
    border-top: 1px solid #de4e40;
    border-left: 1px solid #de4e40;
    border-right: 1px solid #de4e40;
    height: 34px;
    width: 468px;
    content: "";
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .tag img {
    position: relative;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(3) .img {
    margin-top: 50px;
  }
}
#falc11-21-mainimg .list .item:nth-child(3) .logo {
  width: 162px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(3) .logo {
    margin-top: 15px;
    width: 245px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(3) .tag {
    display: none;
  }
}
#falc11-21-mainimg .btnlink._orange {
  width: 275px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .btnlink._orange {
    position: absolute;
    right: 0;
    top: 98px;
    margin-top: 0;
    height: 40px;
    width: 300px;
  }
}
#falc11-21-mainimg .btnlink._aqua {
  width: 275px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .btnlink._aqua {
    position: absolute;
    right: 0;
    top: 153px;
    margin-top: 0;
    height: 40px;
    width: 300px;
  }
}
#falc11-21-mainimg .flex {
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .flex {
    margin-top: 70px;
    flex-direction: row;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}
#falc11-21-mainimg .btnlink._blue {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #falc11-21-mainimg .btnlink._blue {
    width: 300px;
  }
}
#falc11-21-mainimg .btnlink._white {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
@media (min-width: 560px) {
  #falc11-21-mainimg .btnlink._white {
    margin-top: 0;
    width: 300px;
  }
}

#falc11-21-reason {
  background-color: #91A4D4;
  padding: 0;
}
#falc11-21-reason .section-header {
  max-width: 100%;
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  #falc11-21-reason .section-header {
    padding-bottom: 5px;
  }
}
#falc11-21-reason .section-header::after {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
#falc11-21-reason .section-header .heading {
  color: #55639E;
  font-size: 2.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #falc11-21-reason .section-header .heading {
    font-size: 4rem;
  }
}
#falc11-21-reason .section-header .heading .number {
  font-size: 4.1rem;
}
@media (min-width: 1024px) {
  #falc11-21-reason .section-header .heading .number {
    font-size: 6.2rem;
  }
}
#falc11-21-reason .section-content {
  padding: 20px 15px 60px;
}
#falc11-21-reason .list .item:first-child {
  padding-bottom: 40px;
  background-image: url(../images/product/feature/falc11-21/section2-diagonal-line.png);
  background-position: center bottom;
}
#falc11-21-reason .list .item + .item {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item + .item {
    display: inline-block;
  }
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item:nth-child(2) {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-reason .list .item:nth-child(2) {
    margin-left: 60px;
    margin-right: 5px;
  }
}
#falc11-21-reason .list .item:last-child {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item:last-child {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-reason .list .item:last-child {
    margin-left: 0;
  }
}
#falc11-21-reason .list .item .header {
  display: flex;
  color: #FFFFFF;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .header {
    width: 100%;
    justify-content: center;
  }
}
#falc11-21-reason .list .item .header .icon {
  width: 60px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .header .icon {
    width: 105px;
  }
}
#falc11-21-reason .list .item .header .txtgroup {
  margin-left: 4px;
}
#falc11-21-reason .list .item .header .heading {
  font-size: 2.2rem;
  font-weight: normal;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .header .heading {
    line-height: 1;
    font-size: 5.7rem;
  }
}
#falc11-21-reason .list .item .header .lead {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #FFFFFF;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .header .lead {
    font-size: 1.6rem;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
  }
}
#falc11-21-reason .list .item .content {
  margin-top: 30px;
  color: #FFFFFF;
}
#falc11-21-reason .list .item .content .img {
  padding: 0 15px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .content .img {
    max-width: 589px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
#falc11-21-reason .list .item .content .text {
  margin-top: 20px;
  padding: 0 15px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .content .text {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: center;
  }
}
#falc11-21-reason .list .item > .img {
  padding-right: 15px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item > .img {
    padding-right: 0;
  }
}

#falc11-21-smart.fugo-section {
  background-color: #EEEBF2;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section {
    padding-bottom: 130px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .heading {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .flex {
    margin-left: auto;
  }
}
#falc11-21-smart.fugo-section .logo {
  max-width: 175px;
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .logo {
    width: 389px;
  }
}
#falc11-21-smart.fugo-section .img {
  order: -1;
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .img {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .btns {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .price {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .note {
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .heading {
    width: 700px;
  }
}
#falc11-21-smartBt.fugo-section .logo {
  max-width: 200px;
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .logo {
    max-width: 465px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .flex {
    max-width: 700px;
    margin-top: 50px;
  }
}
#falc11-21-smartBt.fugo-section .flex .img {
  width: 124px;
  margin-left: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .flex .img {
    width: 250px;
  }
}
#falc11-21-smartBt.fugo-section .flex .img .certification {
  left: -10px;
  bottom: -35px;
}
@media (min-width: 560px) {
  #falc11-21-smartBt.fugo-section .flex .img .certification {
    left: -30px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .flex .img .certification {
    left: -70px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .btns {
    max-width: 700px;
  }
}
#falc11-21-smartBt.fugo-section .price {
  text-align: left;
  font-weight: normal;
  margin-top: 50px;
}
@media (min-width: 560px) {
  #falc11-21-smartBt.fugo-section .price {
    max-width: 700px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .note {
    max-width: 700px;
  }
}

#falc11-21-usage {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-usage {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
#falc11-21-usage h2.heading {
  font-size: 2.4rem;
  color: #8092C8;
  text-align: center;
  padding-bottom: 25px;
  background-image: url(../images/product/feature/falc11-21/section6-title.png);
  background-position: center bottom;
}
@media (min-width: 1024px) {
  #falc11-21-usage h2.heading {
    font-size: 4rem;
  }
}
#falc11-21-usage .section-content > .text {
  margin-top: 25px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .section-content > .text {
    margin-top: 80px;
    font-size: 1.7rem;
    letter-spacing: 2px;
    line-height: 2.25;
    text-align: center;
  }
}
#falc11-21-usage .chart {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  #falc11-21-usage .chart {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .chart {
    width: 920px;
  }
}
#falc11-21-usage .chart .bnrlink {
  position: absolute;
  right: 10px;
  top: -15px;
  width: 116px;
}
@media (max-width: 360px) {
  #falc11-21-usage .chart .bnrlink {
    right: 10px;
    top: -15px;
    width: 100px;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage .chart .bnrlink {
    width: 190px;
    right: 80px;
    top: 0px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .chart .bnrlink {
    width: 235px;
    right: 112px;
    top: 0px;
  }
}
#falc11-21-usage .flex {
  flex-direction: column;
  margin-top: 30px;
  border-top: 1px solid #aaa;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #falc11-21-usage .flex {
    flex-direction: row;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage .flex > .item {
    padding-top: 20px;
  }
}
#falc11-21-usage .flex > .item + .item {
  border-top: 1px solid #aaa;
  margin-top: 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  #falc11-21-usage .flex > .item + .item {
    border-top: none;
    border-left: 1px solid #aaa;
    margin-top: 0;
    padding-top: 20px;
    margin-left: 20px;
    padding-left: 20px;
  }
}
#falc11-21-usage .flex > .item .text {
  font-size: 1.2rem;
}
#falc11-21-usage .flex > .item .text + .text {
  margin-top: 5px;
}
#falc11-21-usage .flex .img {
  padding: 0 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  #falc11-21-usage .flex .img {
    padding: 0;
  }
}
#falc11-21-usage .flex .img + .img {
  margin-top: 10px;
}
#falc11-21-usage .flex .btns {
  margin-top: 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #falc11-21-usage .flex .btns {
    width: auto;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage .flex .btns .btnlink {
    width: 140px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage .flex._first .item:first-child {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:first-child .img {
    width: 555px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:first-child .img + .img {
    width: 332px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}
#falc11-21-usage .flex._first .item:first-child .text {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:first-child .text {
    width: 512px;
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:last-child .img {
    width: 367px;
  }
}
#falc11-21-usage .flex._first .item:last-child .img:first-child {
  width: 209px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:last-child .img + .img {
    width: 345px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
  }
}
#falc11-21-usage .flex._second {
  border: none;
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second {
    margin-right: 35px;
    margin-left: 35px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second .item {
    width: 455px;
  }
}
#falc11-21-usage .flex._second .item .text {
  margin-top: 15px;
  padding: 0 15px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second .item .text {
    text-align: center;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second .item .text + .text {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second .block {
    width: 410px;
    margin-left: 25px;
  }
}
#falc11-21-usage h3.heading {
  padding: 20px 15px;
  color: #FFFFFF;
  font-size: 1.6rem;
  background-color: #333333;
  font-weight: normal;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #falc11-21-usage h3.heading {
    margin-top: 0;
    font-size: 1.7rem;
    padding: 5px 15px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage h3.heading .bt {
    font-size: 2.2rem;
  }
}
#falc11-21-usage h3.heading .note {
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 5px;
  text-align: left;
}
@media (min-width: 1024px) {
  #falc11-21-usage h3.heading .note {
    display: inline-block;
    margin-top: 0;
    text-indent: 0;
    margin-left: 0.5em;
    font-size: 1.5rem;
  }
}
#falc11-21-usage .block h4.heading {
  margin-top: 20px;
}
#falc11-21-usage .block .text {
  padding: 0;
  margin-top: 10px;
}
#falc11-21-usage .block .list {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .list {
    margin-top: 10px;
  }
}
#falc11-21-usage .block .list .item {
  margin-top: 15px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .list .item {
    margin-top: 10px;
    width: auto;
  }
}
#falc11-21-usage .block .flex {
  flex-direction: row;
  align-items: center;
  border: none;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .flex {
    border-top: none;
    margin-top: 20px;
  }
}
#falc11-21-usage .block .flex .text {
  font-size: 1.2rem;
  margin-top: 0;
}
#falc11-21-usage .block .flex .bnrlink {
  flex-shrink: 0;
  width: 184px;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .flex .bnrlink {
    margin-left: 20px;
  }
}
#falc11-21-usage .block .box {
  margin-top: 20px;
  border: 1px solid #333333;
  padding: 12px 15px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .box {
    padding: 10px;
  }
}

#falc11-21-contact .section-content {
  padding-top: 40px;
  border-top: 1px solid #CCCCCC;
}
#falc11-21-contact .box {
  border: 1px solid #CCCCCC;
}
#falc11-21-contact .box + .box {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #falc11-21-contact .box + .box {
    margin-top: 50px;
  }
}
#falc11-21-contact .box .header {
  padding: 10px 15px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .header {
    padding: 13px 25px;
    flex-direction: row;
    align-items: center;
  }
}
#falc11-21-contact .box .heading {
  font-size: 1.6rem;
  color: #4A3C93;
}
@media (min-width: 560px) {
  #falc11-21-contact .box .heading {
    font-size: 1.9rem;
  }
}
#falc11-21-contact .box .time {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .time {
    font-size: 1.7rem;
    margin-left: 20px;
  }
}
#falc11-21-contact .box .content {
  padding: 20px;
  background-color: #FFFFFF;
}
#falc11-21-contact .box .btnlink {
  line-height: 1.3;
}
@media (min-width: 560px) {
  #falc11-21-contact .box .btnlink {
    width: 380px;
    height: 45px;
  }
}
#falc11-21-contact .box .btnlink + .btnlink {
  margin-top: 20px;
}
#falc11-21-contact .box .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .flex {
    flex-direction: row;
    justify-content: center;
  }
}
#falc11-21-contact .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#falc11-21-contact .box .item + .item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .item + .item {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #CCCCCC;
  }
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .item:nth-child(1) .tel {
    margin-top: 27px;
  }
}
#falc11-21-contact .box .text {
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .text {
    font-size: 1.6rem;
  }
}
#falc11-21-contact .box .tel {
  font-size: 2.2rem;
  background-image: url(../images/common/tel_icon.svg);
  background-size: 21px;
  background-position: left top 10px;
  padding-left: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .tel {
    font-size: 3rem;
    background-size: 33px;
    padding-left: 42px;
    background-position: left top 12px;
  }
}
#falc11-21-contact .box .slash {
  display: none;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .slash {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#falc-31Development .page-title .brackets {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 5px;
}
@media (min-width: 560px) {
  #falc-31Development .page-title .brackets {
    font-size: 1.8rem;
  }
}

#falc-31Development-list .list {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
@media (min-width: 560px) {
  #falc-31Development-list .list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (min-width: 560px) {
  #falc-31Development-list .list .item {
    flex-direction: row;
    flex-wrap: wrap;
    width: calc((100% - 46px) / 2);
  }
}
#falc-31Development-list .list .item + .item {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #falc-31Development-list .list .item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  #falc-31Development-list .list .item:nth-child(2n) {
    margin-left: 46px;
  }
}
#falc-31Development-list .list .name {
  font-size: 1.6rem;
  color: #4A3C93;
  margin-top: 15px;
}
@media (min-width: 560px) {
  #falc-31Development-list .list .name {
    font-size: 1.8rem;
  }
}
#falc-31Development-list .list .text {
  margin-top: 5px;
}

.notice .inner {
  border: 1px solid #F3F2F8;
  background: #fff;
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  .notice .inner {
    padding: 30px 26px;
  }
}
.notice h2 {
  color: #35277B;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9386D6;
  margin-bottom: 14px;
}
.notice h2.zettai,
.notice h2.chuui {
  color: #a15151;
  border-bottom: 1px solid #AFAFAF;
  padding: 3px 0 10px 45px;
}
.notice h2.zettai {
  background: url(../img/development/attention/zettai.jpg) 0px 0px no-repeat;
}
.notice h2.chuui {
  background: url(../img/development/attention/chuui.jpg) 0px 0px no-repeat;
}
.notice .tab-list .btnlink > span {
  text-align: center;
  line-height: 1.15;
}
.notice .tab-list .btnlink > span > span {
  display: block;
}
.notice .tab-list .btnlink > span > small {
  display: block;
  font-size: 1.1rem;
}
.notice p {
  font-size: 117%;
}
.notice .zu {
  background: #F6F6F6;
  padding: 30px 5px 5px 10px;
  margin-bottom: 30px;
}
.notice .zu .group {
  margin-bottom: 25px;
}
.notice .zu h4 {
  color: #35277b;
  font-size: 14px;
  margin-bottom: 20px;
}
.notice .zu .word {
  border: 1px solid #D5D5D5;
  position: relative;
  padding: 5px;
}
.notice .zu .word th,
.notice .zu .word td {
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}
.notice .shiki {
  margin: 30px 0 30px 85px;
}
.notice .reference h3 {
  font-weight: normal;
  margin-bottom: 5px;
}
.notice .reference p {
  font-size: 14px;
  margin-left: 1.75em;
  text-indent: -1.75em;
}
.notice .dulcinea {
  font-family: "dulcinea";
  font-size: 26px;
  line-height: 1;
  padding: 0 5px;
}
.notice sub {
  vertical-align: baseline;
  font-size: 13px;
}
.notice .pagetitle {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .notice .pagetitle {
    line-height: 1;
    display: block;
    font-size: 3rem;
  }
}
.notice .pagetitle .icon {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .notice .pagetitle .icon {
    margin-right: 0;
  }
}
.notice .pagetitle .icon img {
  width: 32px;
}
@media (min-width: 1024px) {
  .notice .pagetitle .icon img {
    width: 38px;
  }
}
.notice .pin {
  overflow: hidden;
}
@media (min-width: 560px) {
  .notice .pin-list {
    float: left;
    width: 625px;
  }
}
.notice .pin-img img {
  float: right;
  width: 132px;
}
@media (min-width: 1024px) {
  .notice .pin-img img {
    width: 200px;
  }
}
.notice .list .txt {
  padding-left: 25px;
  text-indent: 0px;
}
.notice .group {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E2E1E8;
}
.notice h2 {
  color: #a15151;
  border-bottom: none;
}
.notice .attention-list2 {
  margin-bottom: 0;
}
.notice .group h3 {
  margin-bottom: 5px;
  font-size: 15px;
  color: #65646E;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}
.notice .parent-menu-wrapper {
  text-align: center;
  height: 55px;
}
.notice .parent-menu {
  display: inline-block;
}

#cdm7162 .page-content {
  margin-top: 0;
}
#cdm7162 .feature-section {
  padding-top: 20px;
  padding-bottom: 75px;
}
#cdm7162 .feature-section .section-header {
  position: relative;
}
#cdm7162 .feature-section .section-header .heading {
  width: 185px;
  position: absolute;
  top: -42px;
}
@media (min-width: 560px) {
  #cdm7162 .feature-section .section-header .heading {
    left: 15px;
  }
}
#cdm7162 .feature-section._blue {
  background-image: url(../images/product/feature/cdm7162/feature_bg_blue.jpg);
  background-repeat: repeat;
}
#cdm7162 .feature-section._blue .subheading,
#cdm7162 .feature-section._blue .text {
  color: #FFFFFF;
}
#cdm7162 .feature-section._lightgray {
  background-color: #e3e2e2;
}
#cdm7162 .section-content .heading img {
  width: auto;
  max-width: 100%;
}

#cdm7162-intro {
  padding-top: 30px;
  padding-bottom: 330px;
  background-image: url(../images/product/feature/cdm7162/intro_img.png), url(../images/product/feature/cdm7162/intro_bg.png);
  background-position: bottom 55px center, center center;
  background-size: 242px, cover;
}
@media (min-width: 1024px) {
  #cdm7162-intro {
    padding-top: 80px;
    padding-bottom: 72px;
    background-image: url(../images/product/feature/cdm7162/intro_bg_pc.jpg);
    background-position: center top;
    background-size: 1400px;
  }
}

#cdm7162-feature01 .flex {
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #cdm7162-feature01 .flex {
    flex-direction: row;
  }
}
#cdm7162-feature01 .data {
  border: 1px solid #87A6B8;
  text-align: center;
}
#cdm7162-feature01 .data th {
  background-color: #2b4857;
  color: #FFFFFF;
  text-align: center;
}
#cdm7162-feature01 .data th:first-child {
  width: 80px;
}
#cdm7162-feature01 .data td {
  background-color: #e9f7ff;
}
@media (min-width: 1024px) {
  #cdm7162-feature01 .data td img {
    height: 180px;
  }
}
#cdm7162-feature01 .data._two {
  border-top: none;
}
@media (min-width: 1024px) {
  #cdm7162-feature01 .data._two {
    border-left: none;
    border-top: 1px solid #87A6B8;
  }
}
#cdm7162-feature01 .data._two th {
  background-color: #bd553a;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  #cdm7162-feature01 .data._two th {
    border-left: none;
  }
}
#cdm7162-feature01 .data._two td {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  #cdm7162-feature01 .data._two td {
    border-left: none;
  }
}
@media (min-width: 1024px) {
  #cdm7162-feature01 .data._two tr th:first-child {
    display: none;
  }
}
#cdm7162-feature01 * + .text {
  margin-top: 10px;
}
#cdm7162-feature01 * + .subheading {
  margin-top: 25px;
}

#cdm7162-feature02 h3.heading {
  max-width: 150px;
}
@media (min-width: 560px) {
  #cdm7162-feature02 h3.heading {
    max-width: 100%;
  }
}
#cdm7162-feature02 .text {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #cdm7162-feature02 .text {
    margin-top: 30px;
  }
}
#cdm7162-feature02 .img {
  margin-top: 30px;
  max-width: 351px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

#cdm7162-feature03 .flex {
  margin-top: 20px;
  flex-direction: column;
}
@media (min-width: 560px) {
  #cdm7162-feature03 .flex {
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 560px) {
  #cdm7162-feature03 .flex .txtgroup {
    flex: 1;
    max-width: 516px;
  }
}
#cdm7162-feature03 .flex .img {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #cdm7162-feature03 .flex .img {
    flex: 1;
    margin-top: 0;
    margin-right: 25px;
    max-width: 386px;
  }
}

#cdm7162-support h3.heading {
  max-width: 216px;
}
@media (min-width: 560px) {
  #cdm7162-support h3.heading {
    max-width: 100%;
  }
}
#cdm7162-support .flex {
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 560px) {
  #cdm7162-support .flex {
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 560px) {
  #cdm7162-support .flex .item {
    flex: 1;
    max-width: 423px;
  }
}
#cdm7162-support .flex .item + .item {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #cdm7162-support .flex .item + .item {
    margin-top: 0;
    margin-left: 20px;
  }
}
#cdm7162-support .flex .item .heading {
  margin-top: 20px;
  background-color: #FFFFFF;
  color: #4A3C93;
  font-size: 1.8rem;
  padding: 0 5px;
  display: inline-block;
}
@media (min-width: 560px) {
  #cdm7162-support .flex .item .heading {
    margin-top: 35px;
    font-size: 2.2rem;
    padding: 5px 20px;
  }
}
#cdm7162-support .flex .item .text {
  margin-top: 10px;
}
@media (min-width: 560px) {
  #cdm7162-support .flex .item .text {
    margin-top: 20px;
  }
}

#cdm7162-usage .text {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #cdm7162-usage .text {
    margin-top: 30px;
  }
}
#cdm7162-usage .list {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #cdm7162-usage .list {
    margin-top: 30px;
  }
}

#cdm7162-supply .text {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #cdm7162-supply .text {
    margin-top: 30px;
  }
}
#cdm7162-supply .text + .heading {
  margin-top: 20px;
  padding-top: 20px;
}
@media (min-width: 560px) {
  #cdm7162-supply .text + .heading {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #7a7979;
  }
}
#cdm7162-supply .data {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 560px) {
  #cdm7162-supply .data {
    flex-direction: row;
    margin-top: 40px;
  }
}
#cdm7162-supply .data .item {
  border: 1px solid #B6B6B6;
  background-color: #FFFFFF;
  flex: 1;
}
#cdm7162-supply .data .item + .item {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #cdm7162-supply .data .item + .item {
    margin-top: 0;
  }
}
#cdm7162-supply .data .item .category {
  background-color: #F0F5F8;
  color: #35637D;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #B6B6B6;
}
#cdm7162-supply .data .item .type {
  background-color: #35637D;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #B6B6B6;
}
#cdm7162-supply .data .item .content {
  background-color: #fff;
  padding: 10px 20px;
}
#cdm7162-supply .data .item .content .list {
  margin-top: 10px;
}
#cdm7162-supply .data .item .content .list li {
  display: flex;
}
#cdm7162-supply .data .item .content .list li::before {
  content: "・";
}
#cdm7162-supply .data .item .content .text {
  font-size: 1.2rem;
  margin-top: 0;
}
#cdm7162-supply .data .item .content a {
  text-decoration: none;
}
#cdm7162-supply .data .item .content a:hover {
  text-decoration: underline;
}
#cdm7162-supply .data .item:nth-child(1) .content {
  background-image: url(../images/product/feature/cdm7162/tgs2602.jpg);
  background-position: right 10px bottom 0px;
  background-size: 55px;
}
#cdm7162-supply .data .item:nth-child(2) .content {
  background-image: url(../images/product/feature/cdm7162/tgs5141.jpg);
  background-position: right 10px bottom -5px;
}
#cdm7162-supply .data .item:nth-child(3) .content {
  background-image: url(../images/product/feature/cdm7162/cdm7162.jpg);
  background-position: right 10px bottom 2px;
  background-size: 100px;
  padding-bottom: 40px;
}
#cdm7162-supply .data .item:last-child .category {
  background-color: #F6E7E3;
  color: #B85233;
}
#cdm7162-supply .data .item:last-child .type {
  background-color: #B85233;
}
#cdm7162-supply .data .item:last-child .content a {
  color: #B85233;
  font-weight: bold;
}

#cdm7162-contact {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #cdm7162-contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #DDDCE2;
    box-shadow: 0 10px 20px -20px #CCC inset;
  }
}
#cdm7162-contact .contact {
  padding: 40px 15px;
  background-color: #DDDCE2;
}
@media (min-width: 1024px) {
  #cdm7162-contact .contact {
    padding: 0;
  }
}
#cdm7162-contact .contact .box {
  padding: 30px 25px;
  border: 1px solid #CCCCCC;
  background-color: #F1F1F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  #cdm7162-contact .contact .box {
    border: none;
    flex-direction: row;
    padding: 17px 25px;
  }
}
@media (min-width: 1024px) {
  #cdm7162-contact .contact .name {
    margin-right: 40px;
  }
}
#cdm7162-contact .contact .number {
  margin-top: 12px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 360px) {
  #cdm7162-contact .contact .number {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  #cdm7162-contact .contact .number {
    margin-top: 0;
  }
}
#cdm7162-contact .contact .number::before {
  content: "";
  background-image: url(../images/common/tel_icon.svg);
  width: 21px;
  height: 17px;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  #cdm7162-contact .contact .number::before {
    width: 33px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
  }
}
#cdm7162-contact .contact .time {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #cdm7162-contact .contact .time {
    text-align: left;
  }
}
#cdm7162-contact .contact .time .brackets {
  font-size: 1.1rem;
}
#cdm7162-contact .contact .btnlink {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #cdm7162-contact .contact .btnlink {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  #fcm-series .page-title img {
    width: 1400px;
  }
}
#fcm-series .data .list .item ul {
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
  font-weight: normal;
}
#fcm-series .data .list .item ul li {
  line-height: 2;
}
#fcm-series .data .list .item ul li::before {
  content: "•";
  margin-right: 0.5em;
}
#fcm-series .product-list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  row-gap: 40px;
}
@media (min-width: 1024px) {
  #fcm-series .product-list {
    flex-direction: row;
    column-gap: 20px;
  }
}
#fcm-series .product-list > .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  #fcm-series .product-list > .item {
    width: calc((100% - 20px) / 3);
  }
}
#fcm-series .product-list > .item:nth-child(1) img {
  width: 85%;
}
#fcm-series .product-list > .item:nth-child(2) img {
  width: 63%;
}
#fcm-series .product-list > .item:nth-child(3) img {
  width: 65%;
}
#fcm-series .product-list .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  #fcm-series .product-list .header {
    min-height: 170px;
  }
}
#fcm-series .product-list .img {
  text-align: center;
  position: relative;
}
#fcm-series .product-list .img .tag {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4A3C93;
  color: #FFFFFF;
  padding: 2px 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
#fcm-series .product-list .img:has(.tag) img {
  padding-left: 10px;
}
#fcm-series .product-list .name {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #fcm-series .product-list .name {
    margin-top: auto;
  }
}
#fcm-series .product-list .spec {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 10px 15px;
  list-style: none;
  background-color: #F9F9F9;
  border-top: 1px solid #333333;
}
@media (min-width: 1024px) {
  #fcm-series .product-list .spec {
    min-height: 232px;
  }
}
#fcm-series .product-list .spec > .item {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 1024px) {
  #fcm-series .product-list .spec > .item {
    font-size: 1.6rem;
  }
}
#fcm-series .product-list .spec > .item::before {
  content: "■";
  font-size: 1.1rem;
  margin-right: 0.8em;
  transform: translateY(-2px);
  display: inline-block;
}
#fcm-series .product-list .spec > .item .note {
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
}
@media (min-width: 1024px) {
  #fcm-series .product-list .spec > .item .note {
    font-size: 1.4rem;
  }
}
#fcm-series .product-list .btnlink {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: normal;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
#fcm-series .product-list .btnlink::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 0.5em;
  margin-top: 2px;
  background-size: contain;
  background-image: url("/images/common/search_black.png");
}

#fcm-about {
  background-color: #545FAE;
  margin-top: 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  #fcm-about {
    padding-top: 60px;
    padding-bottom: 70px;
    margin-top: 72px;
  }
}
#fcm-about .section-content {
  margin-top: 30px;
}
#fcm-about .heading {
  text-align: center;
  font-size: 2.8rem;
}
@media (min-width: 1024px) {
  #fcm-about .heading {
    font-size: 3rem;
  }
}
#fcm-about .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
@media (min-width: 1024px) {
  #fcm-about .block {
    flex-direction: row;
    column-gap: 30px;
  }
}
@media (min-width: 1024px) {
  #fcm-about .img {
    order: 2;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  #fcm-about .img img {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  #fcm-about .group {
    flex: 1;
  }
}
#fcm-about .text {
  margin-top: 0;
  font-size: 1.4rem;
}
#fcm-about .btnlink {
  margin-top: 30px;
  background-image: none;
  background-color: #FFFFFF;
  border-radius: 100vh;
  border: none;
  box-shadow: none;
  color: #4A3C93;
}
#fcm-about .note {
  margin-top: 30px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #fcm-about .note {
    margin-top: 50px;
    width: auto;
    text-align: center;
  }
}
#fcm-about .note img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: auto;
}
@media (min-width: 1024px) {
  #fcm-about .note img {
    margin-left: 5px;
  }
}

@media (min-width: 1024px) {
  #em7000 .data._feature {
    flex-basis: 57%;
  }
}
#em7000 .data._example .heading {
  color: #234e21;
  background-color: #e3eedc;
}
@media (min-width: 1024px) {
  #em7000 .data._example {
    flex-basis: 43%;
  }
}
#em7000 .data .img {
  width: 154px;
  margin-left: auto;
  margin-right: auto;
}
#em7000 ._center {
  margin-top: 40px;
}
#em7000 .btn {
  margin-top: 10px;
}

.lithiumionbattery-page .page-content {
  margin-top: 0;
}
.lithiumionbattery-page .section {
  padding-top: 33px;
  padding-bottom: 70px;
}
@media (min-width: 560px) {
  .lithiumionbattery-page .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.lithiumionbattery-page .section._lightgray {
  background-color: #F7F7F7;
}
.lithiumionbattery-page .section-header .headings {
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 560px) {
  .lithiumionbattery-page .section-header .headings {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lithiumionbattery-page .section-header .heading {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #008CCB;
}
@media (min-width: 560px) {
  .lithiumionbattery-page .section-header .heading {
    font-size: 4rem;
    padding-bottom: 10.5px;
  }
}
.lithiumionbattery-page .section-header .english {
  color: #008CCB;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
  padding-top: 7.5px;
  text-align: center;
  letter-spacing: 1px;
}
@media (min-width: 560px) {
  .lithiumionbattery-page .section-header .english {
    font-size: 2rem;
    padding-top: 13.5px;
  }
}
@media (min-width: 560px) {
  .lithiumionbattery-page .text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.lithiumionbattery-page .contact-section .heading {
  display: block;
}

#lithiumionbattery-mainvisual {
  padding: 0;
}
@media (min-width: 560px) {
  #lithiumionbattery-mainvisual {
    position: relative;
  }
}
@media (min-width: 1024px) {
  #lithiumionbattery-mainvisual .img {
    position: absolute;
    width: 100%;
    height: 550px;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1024px) {
  #lithiumionbattery-mainvisual .img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
}
#lithiumionbattery-mainvisual .group {
  padding: 15px 15px 25px;
  background-image: linear-gradient(#5fc0eb, #1592cb);
}
@media (min-width: 1024px) {
  #lithiumionbattery-mainvisual .group {
    position: relative;
    background-image: linear-gradient(rgba(95, 192, 235, 0.85), rgba(21, 146, 203, 0.85));
    width: 460px;
    height: 550px;
    margin-left: auto;
    padding: 115px 32px 100px;
  }
}
#lithiumionbattery-mainvisual .heading {
  color: #FFFFFF;
  font-size: 2.8rem;
}
@media (min-width: 560px) {
  #lithiumionbattery-mainvisual .heading {
    font-size: 3.8rem;
  }
}
#lithiumionbattery-mainvisual .text {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 10px;
  line-height: 2;
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  #lithiumionbattery-mainvisual .text {
    max-width: 660px;
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#lithiumionbattery-mainvisual .sensor {
  padding: 20px;
  margin-top: 35px;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #lithiumionbattery-mainvisual .sensor {
    padding: 0;
    margin-left: 0;
    margin-top: 50px;
  }
}

#lithiumionbattery-dangers .grid {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #lithiumionbattery-dangers .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
#lithiumionbattery-dangers .grid .list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 560px) {
  #lithiumionbattery-dangers .grid .list {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
#lithiumionbattery-dangers .grid .list .item {
  padding: 7px 13px;
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #F5F5F5;
  border-left: 4px solid #008CCB;
}
@media (min-width: 560px) {
  #lithiumionbattery-dangers .grid .list .item {
    font-size: 1.8rem;
  }
}
#lithiumionbattery-dangers .grid .kome {
  font-size: 1.2rem;
  margin-top: 16px;
}
@media (min-width: 560px) {
  #lithiumionbattery-dangers .grid .kome {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 8px;
  }
}
#lithiumionbattery-dangers .grid .text {
  margin-top: 35px;
}
@media (min-width: 560px) {
  #lithiumionbattery-dangers .grid .text {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 0;
  }
}
#lithiumionbattery-dangers .flex {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 28px;
}
@media (min-width: 560px) {
  #lithiumionbattery-dangers .flex {
    flex-direction: row;
    column-gap: 70px;
  }
}
#lithiumionbattery-dangers .flex .group {
  flex: 1;
  max-width: 445px;
}
#lithiumionbattery-dangers .flex .subheading {
  font-size: 2rem;
  border-radius: 25px;
  text-align: center;
  color: #FFFFFF;
  padding: 2px 15px;
  background-color: #FF6200;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #lithiumionbattery-dangers .flex .subheading {
    font-size: 2.2rem;
    padding: 7px 15px;
  }
}
#lithiumionbattery-dangers .flex .img {
  max-width: 445px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
#lithiumionbattery-dangers .flex .img video {
  width: 100%;
  border: 5px solid #C4C4C4;
}

#lithiumionbattery-gases .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 13px;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .flex {
    flex-direction: row-reverse;
    column-gap: 40px;
  }
}
#lithiumionbattery-gases .flex .img {
  max-width: 226px;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .flex .img {
    max-width: 334px;
    margin-right: 80px;
  }
}
#lithiumionbattery-gases .subheading {
  margin-top: 50px;
  font-size: 1.8rem;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .subheading {
    font-size: 2.3rem;
    text-align: center;
  }
}
#lithiumionbattery-gases .subheading strong {
  font-weight: bold;
  color: #008CCB;
}
#lithiumionbattery-gases .figure {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 10px;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  text-align: center;
  max-width: 870px;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .figure {
    margin-top: 25px;
  }
}
#lithiumionbattery-gases .figure img {
  max-width: 569px;
}
#lithiumionbattery-gases .boxlist {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 870px;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .boxlist {
    flex-direction: row;
  }
}
#lithiumionbattery-gases .box {
  border: 1px solid #707070;
  border-radius: 2px;
  flex: 1;
  position: relative;
  padding-bottom: 15px;
}
#lithiumionbattery-gases .box .term {
  font-size: 1.6rem;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .box .term {
    font-size: 1.8rem;
    padding-bottom: 0;
  }
}
#lithiumionbattery-gases .box .list {
  padding: 15px;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .box .list {
    padding: 15px 20px;
  }
}
#lithiumionbattery-gases .box .list .item {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .box .list .item {
    font-size: 1.6rem;
  }
}
#lithiumionbattery-gases .box .text {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
#lithiumionbattery-gases .box:nth-child(1) {
  background-color: #FAFDFB;
}
#lithiumionbattery-gases .box:nth-child(1) .term {
  background-image: linear-gradient(to right, #60D34D, #21A305);
}
#lithiumionbattery-gases .box:nth-child(2) {
  background-color: #FFFDFA;
}
#lithiumionbattery-gases .box:nth-child(2) .term {
  background-color: #E87813;
}
#lithiumionbattery-gases .box:nth-child(2) .list {
  column-count: 2;
  column-gap: 5px;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .box:nth-child(2) .list {
    column-count: 1;
  }
}
#lithiumionbattery-gases .box:nth-child(3) {
  background-color: #FCF7F7;
}
#lithiumionbattery-gases .box:nth-child(3) .term {
  background-color: #DD1112;
}
#lithiumionbattery-gases .box:nth-child(3) .list {
  column-count: 2;
  column-gap: 5px;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .box:nth-child(3) .list {
    column-count: 1;
  }
}
#lithiumionbattery-gases .kome {
  font-size: 1.2rem;
  margin-top: 20px;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .kome {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .kome ._pc_only {
    display: inline;
  }
}

#lithiumionbattery-application {
  background-image: linear-gradient(to bottom, #008CCB, #1760AA);
}
#lithiumionbattery-application .section-header .heading {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
#lithiumionbattery-application .section-header .english {
  color: #FFFFFF;
}
#lithiumionbattery-application .text {
  color: #FFFFFF;
}
#lithiumionbattery-application .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 11px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #lithiumionbattery-application .list {
    margin-top: 40px;
    row-gap: 30px;
    column-gap: 15px;
  }
}
#lithiumionbattery-application .list .item {
  width: calc((100% - 11px) / 2);
}
@media (min-width: 1024px) {
  #lithiumionbattery-application .list .item {
    width: calc((100% - 45px) / 4);
  }
}
#lithiumionbattery-application .list .subheading {
  color: #008CCB;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
  padding: 4px 2px;
  border-radius: 15px;
}
@media (min-width: 560px) {
  #lithiumionbattery-application .list .subheading {
    font-size: 1.5rem;
  }
}
#lithiumionbattery-application .list .img {
  margin-top: 5px;
}
@media (min-width: 560px) {
  #lithiumionbattery-application .list .img {
    margin-top: 15px;
  }
}

#lithiumionbattery-product .block {
  margin-top: 35px;
}
@media (min-width: 560px) {
  #lithiumionbattery-product .block {
    margin-top: 50px;
  }
}
@media (min-width: 560px) {
  #lithiumionbattery-product .block._flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 80px;
  }
}
#lithiumionbattery-product .block._flex .group {
  margin-top: 70px;
}
@media (min-width: 560px) {
  #lithiumionbattery-product .block._flex .group {
    width: calc((100% - 80px) / 2);
    margin-top: 0;
  }
}
#lithiumionbattery-product .block._flex .group .box {
  margin-top: 25px;
}
#lithiumionbattery-product .block + .block {
  margin-top: 70px;
}
@media (min-width: 560px) {
  #lithiumionbattery-product .block + .block {
    margin-top: 77px;
  }
}
#lithiumionbattery-product .block .subheading {
  font-size: 1.8rem;
  border-left: 4px solid #3B469B;
  padding-left: 8px;
}
@media (min-width: 560px) {
  #lithiumionbattery-product .block .subheading {
    font-size: 2rem;
  }
}
#lithiumionbattery-product .block .list {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  margin-top: 25px;
}
@media (min-width: 560px) {
  #lithiumionbattery-product .block .list {
    flex-direction: row;
    column-gap: 40px;
  }
}
#lithiumionbattery-product .block .box {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 2fr;
  column-gap: 15px;
}
#lithiumionbattery-product .block .name {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 0 10px;
  margin-top: 5px;
  font-size: 1.6rem;
  background-color: rgba(3, 139, 202, 0.2);
  text-align: center;
}
@media (min-width: 560px) {
  #lithiumionbattery-product .block .name {
    font-size: 2rem;
  }
}
#lithiumionbattery-product .block .img {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 8px;
}
#lithiumionbattery-product .block .graph {
  grid-column: 2/3;
  grid-row: 1/3;
}
#lithiumionbattery-product .block .btnlink {
  grid-column: 1/3;
  grid-row: 3/4;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  font-size: 1.6rem;
  background-image: linear-gradient(to right, #018CCB, #1760AA);
  width: 100%;
  max-width: 320px;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
}
#lithiumionbattery-product .block .btnlink::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background-color: #FFFFFF;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#lithiumionbattery-product .block .btnlink::after {
  content: "";
  position: absolute;
  background-image: url(/images/product/feature/lithiumionbattery/arrow.svg);
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 18px;
  right: 13.5px;
  top: 50%;
  transform: translateY(-50%);
}

#lithiumionbattery-example .block {
  background-color: #EAF4FF;
  padding: 20px 20px 40px;
  margin-top: 30px;
}
@media (min-width: 560px) {
  #lithiumionbattery-example .block {
    padding: 35px 105px 50px 60px;
  }
}
#lithiumionbattery-example .subheading {
  background-color: #0665B7;
  color: #FFFFFF;
  margin-left: -20px;
  padding: 10px 13px;
  font-size: 1.8rem;
  display: inline-block;
}
@media (min-width: 560px) {
  #lithiumionbattery-example .subheading {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    margin-left: -60px;
    padding: 10px 25px;
    font-size: 2.3rem;
  }
}
#lithiumionbattery-example .subheading .sub {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 5px;
}
@media (min-width: 560px) {
  #lithiumionbattery-example .subheading .sub {
    font-size: 1.8rem;
    display: inline-flex;
    margin-top: 0;
  }
}
#lithiumionbattery-example .subheading .sub::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #FFFFFF;
}
#lithiumionbattery-example .subheading .sub::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #FFFFFF;
}
#lithiumionbattery-example .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 27px;
  margin-top: 32px;
}
@media (min-width: 560px) {
  #lithiumionbattery-example .flex {
    flex-direction: row;
    column-gap: 90px;
    margin-top: 40px;
  }
}
#lithiumionbattery-example .img {
  max-width: 386px;
}
#lithiumionbattery-example ol.list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 560px) {
  #lithiumionbattery-example ol.list {
    row-gap: 15px;
  }
}
#lithiumionbattery-example ol.list .term {
  color: #0665B7;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  border: 1px solid #0665B7;
  padding: 3px 15px;
}
@media (min-width: 560px) {
  #lithiumionbattery-example ol.list .term {
    font-size: 1.8rem;
  }
}
#lithiumionbattery-example ul.list {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #lithiumionbattery-example ul.list {
    margin-top: 7px;
  }
}
#lithiumionbattery-example ul.list > .item {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
#lithiumionbattery-example ul.list > .item::before {
  content: "";
  background-image: url(../images/product/feature/lithiumionbattery/check_icon.svg);
  background-size: contain;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
}
@media (min-width: 560px) {
  #lithiumionbattery-example ul.list > .item::before {
    width: 20px;
    height: 16px;
  }
}
@media (min-width: 560px) {
  #lithiumionbattery-example ul.list > .item {
    font-size: 1.6rem;
  }
}
#lithiumionbattery-example .text {
  font-size: 1.4rem;
  margin-top: 20px;
}
#lithiumionbattery-example .text ._blank {
  column-gap: 5px;
  word-break: break-all;
}
#lithiumionbattery-example .text ._blank::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/blank_icon.svg);
  width: 1em;
  height: 1em;
  background-size: contain;
  margin-left: 5px;
}

.em26aqs-page .page-content {
  margin-top: 0;
}
.em26aqs-page .section {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .em26aqs-page .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.em26aqs-page .section-header .heading {
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 560px) {
  .em26aqs-page .section-header .heading {
    font-size: 4rem;
  }
}
.em26aqs-page .section-header .subheading {
  font-size: 1.8rem;
  margin-top: 9px;
  text-align: center;
}
@media (min-width: 560px) {
  .em26aqs-page .section-header .subheading {
    font-size: 2.8rem;
  }
}
.em26aqs-page .section-content {
  margin-top: 13px;
}
@media (min-width: 560px) {
  .em26aqs-page .section-content {
    margin-top: 35px;
  }
}
@media (min-width: 560px) {
  .em26aqs-page .section-content .text {
    font-size: 1.5rem;
  }
}
.em26aqs-page .float-box {
  position: fixed;
  right: 0;
  bottom: 10px;
  display: flex;
  z-index: 1;
}
.em26aqs-page .float-box._close {
  display: none;
}
.em26aqs-page .float-box .link {
  color: #2565AF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #2565AF;
  border-right: none;
  padding: 10px 10px;
  background-color: #EAF2FC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 560px) {
  .em26aqs-page .float-box .link {
    padding: 15px 12px;
    display: block;
  }
}
.em26aqs-page .float-box .link .name {
  display: inline-flex;
  background-color: #2565AF;
  border-radius: 30px;
  padding: 2px 10px;
  color: #FFFFFF;
  margin-right: 5px;
  font-size: 1.5rem;
}
@media (min-width: 560px) {
  .em26aqs-page .float-box .link .name {
    font-size: 2rem;
    padding: 2px 20px;
  }
}
.em26aqs-page .float-box .link .contact {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.4;
}
@media (min-width: 560px) {
  .em26aqs-page .float-box .link .contact {
    font-size: 1.7rem;
    margin-left: 10px;
    margin-top: 5px;
  }
}
.em26aqs-page .float-box .link .contact::after {
  content: "";
  background-image: url(/images/product/feature/em26aqs/triangle.svg);
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 22px;
}
@media (min-width: 560px) {
  .em26aqs-page .float-box .link .contact::after {
    width: 22px;
    height: 22px;
    position: static;
    margin-left: 5px;
  }
}
.em26aqs-page .float-box .link:hover {
  opacity: 0.7;
  color: #333333;
}
.em26aqs-page .float-box .close {
  position: absolute;
  left: -38px;
  top: 0;
  width: 38px;
  height: 38px;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.em26aqs-page .float-box .close::after {
  content: "";
  background-color: #FFFFFF;
  height: 2px;
  width: 30px;
  transform: rotate(45deg);
  position: absolute;
}
.em26aqs-page .float-box .close::before {
  content: "";
  background-color: #FFFFFF;
  height: 2px;
  width: 30px;
  transform: rotate(-45deg);
}
.em26aqs-page .float-box .close:hover {
  opacity: 0.7;
}

#em26aqs-mainvisual {
  padding-top: 30px;
  background-image: url(/images/product/feature/em26aqs/bgsp.jpg);
  background-size: cover;
  background-position: center top;
}
@media (min-width: 1024px) {
  #em26aqs-mainvisual {
    padding-top: 46px;
    padding-bottom: 20px;
    background-image: url(/images/product/feature/em26aqs/bg.jpg);
  }
}
#em26aqs-mainvisual .section-content {
  position: relative;
  margin-top: 0;
}
#em26aqs-mainvisual .heading {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 1024px) {
  #em26aqs-mainvisual .heading {
    width: 732px;
    margin-right: -14px;
  }
}
#em26aqs-mainvisual .sensor {
  margin-top: 13px;
  display: flex;
  column-gap: 20px;
  align-items: center;
}
@media (min-width: 1024px) {
  #em26aqs-mainvisual .sensor {
    flex-direction: column;
    position: absolute;
    right: 50px;
    top: 80px;
    width: 343px;
  }
}
#em26aqs-mainvisual .sensor .img:nth-child(2) {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  #em26aqs-mainvisual .sensor .img:nth-child(2) {
    width: 96px;
    margin-right: 0;
    margin-left: 30px;
    margin-top: 10px;
  }
}
#em26aqs-mainvisual .list {
  margin-top: 15px;
}
#em26aqs-mainvisual .list .item {
  font-weight: bold;
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 0.35em;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #em26aqs-mainvisual .list .item {
    font-size: 1.8rem;
  }
}
#em26aqs-mainvisual .list .item::before {
  content: "";
  background-image: url(/images/product/feature/em26aqs/check.svg);
  background-size: contain;
  width: 18px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 6px;
}
@media (min-width: 560px) {
  #em26aqs-mainvisual .list .item::before {
    width: 25px;
    height: 20px;
    margin-right: 7px;
  }
}
#em26aqs-mainvisual .list .item .red {
  color: #C12D43;
}
#em26aqs-mainvisual .list .item .blue {
  color: #3E60D3;
}
#em26aqs-mainvisual .list .item .small {
  font-size: 0.8rem;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
@media (min-width: 560px) {
  #em26aqs-mainvisual .list .item .small {
    font-size: 1rem;
    margin-top: 5px;
  }
}
#em26aqs-mainvisual .text {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #em26aqs-mainvisual .text {
    margin-top: 40px;
    font-size: 1.5rem;
    max-width: 580px;
  }
}

#em26aqs-led {
  background-color: #F8F8F8;
}
#em26aqs-led .box {
  margin-top: 15px;
  border: 1px solid #476098;
  border-radius: 5px;
  padding: 20px 15px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  background-color: #FFFFFF;
  max-width: 689px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #em26aqs-led .box {
    margin-top: 40px;
    padding: 15px 25px;
    column-gap: 20px;
  }
}
#em26aqs-led .box .img {
  width: 122px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  #em26aqs-led .box .img {
    width: 147px;
  }
}
#em26aqs-led .graph {
  max-width: 689px;
  margin-right: auto;
  margin-left: auto;
}

#em26aqs-pcapp {
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: url(/images/product/feature/em26aqs/pcapp_bg.png);
  background-size: contain;
}
@media (min-width: 560px) {
  #em26aqs-pcapp {
    background-image: url(/images/product/feature/em26aqs/pcapp_bg_pc.png);
  }
}
#em26aqs-pcapp .grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .grid {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto 1fr;
    align-items: start;
  }
}
#em26aqs-pcapp .grid .heading {
  font-size: 2rem;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .grid .heading {
    font-size: 4rem;
    grid-column: 2/4;
    grid-row: 1/2;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  #em26aqs-pcapp .grid .heading {
    margin-top: 50px;
  }
}
#em26aqs-pcapp .grid .text {
  font-size: 1.4rem;
  margin-top: 13px;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .grid .text {
    margin-top: 15px;
    font-size: 1.5rem;
    grid-column: 2/4;
    grid-row: 2/3;
    width: 480px;
  }
}
@media (min-width: 1024px) {
  #em26aqs-pcapp .grid .text {
    margin-top: 25px;
  }
}
#em26aqs-pcapp .grid .img {
  width: 290px;
  margin-left: -30px;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .grid .img {
    grid-column: 1/2;
    grid-row: 1/4;
    width: auto;
  }
}
#em26aqs-pcapp .grid .icon {
  position: absolute;
  left: calc(50% + 85px);
  top: 140px;
  width: 65px;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .grid .icon {
    position: static;
    margin-top: 30px;
    margin-left: 25px;
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 1024px) {
  #em26aqs-pcapp .grid .icon {
    margin-top: 60px;
  }
}
#em26aqs-pcapp .grid .icon .name {
  margin-top: 3px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .grid .btnlink._arrow {
    font-size: 1.6rem;
    margin-top: 45px;
    height: 60px;
    width: 334px;
    grid-column: 3/4;
    grid-row: 3/4;
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  #em26aqs-pcapp .grid .btnlink._arrow {
    margin-top: 75px;
  }
}
#em26aqs-pcapp .grid .btnlink._arrow::before {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
#em26aqs-pcapp .section-content {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .section-content {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  #em26aqs-pcapp .section-content {
    margin-top: -20px;
  }
}
#em26aqs-pcapp .subheading {
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .subheading {
    font-size: 2.3rem;
  }
}
#em26aqs-pcapp .list {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: 25px;
    max-width: 778px;
    margin-right: auto;
    margin-left: auto;
  }
}
#em26aqs-pcapp .list > .item {
  font-size: 1.4rem;
  padding: 10px;
  background-color: #E5EFFF;
  border: 2px solid #5B83B9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 57px;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .list > .item {
    width: calc((100% - 20px) / 2);
    font-size: 1.6rem;
    padding: 10px 20px;
    height: 71px;
  }
}
#em26aqs-pcapp .list > .item sup {
  margin-right: 0.25em;
}
#em26aqs-pcapp .note {
  margin-top: 30px;
  font-size: 1.4rem;
  padding: 0 15px;
  margin-left: 2em;
  text-indent: -1.85em;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .note {
    margin-top: 25px;
  }
}
#em26aqs-pcapp .note + .note {
  margin-top: 10px;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .note + .note {
    margin-top: 5px;
  }
}
#em26aqs-pcapp .btnlink._dl {
  margin-top: 40px;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .btnlink._dl {
    font-size: 1.6rem;
    height: 60px;
  }
}
#em26aqs-pcapp .btnlink._dl::before {
  background-image: url(../images/common/dl_icon_white.svg);
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#em26aqs-pcapp .img:last-child {
  margin-top: 30px;
  max-width: 911px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #em26aqs-pcapp .img:last-child {
    margin-top: 50px;
  }
}

#em26aqs-software {
  color: #FFFFFF;
  background-image: url(/images/product/feature/em26aqs/bg-software_sp.jpg);
  background-size: cover;
  background-position: center top;
}
@media (min-width: 560px) {
  #em26aqs-software {
    background-image: url(/images/product/feature/em26aqs/bg-software.jpg);
  }
}
#em26aqs-software .section-content .subheading {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media (min-width: 560px) {
  #em26aqs-software .section-content .subheading {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 30px;
  }
}
#em26aqs-software .video {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
#em26aqs-software .video video {
  width: 100%;
}
#em26aqs-software .text {
  margin-top: 15px;
}
#em26aqs-software .btnlink {
  margin-top: 30px;
  border-radius: 9px;
  box-shadow: none;
  background-image: none;
  background-color: #FFFFFF;
  font-size: 2rem;
  color: #2D6ACC;
  height: auto;
  width: 100%;
  padding: 13px 20px 13px 60px;
  position: relative;
  max-width: 465px;
}
@media (min-width: 560px) {
  #em26aqs-software .btnlink {
    padding: 25px 20px 26px 80px;
  }
}
#em26aqs-software .btnlink::before {
  position: absolute;
  left: 20px;
  content: "";
  background-image: url(/images/product/feature/em26aqs/triangle.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  #em26aqs-software .btnlink::before {
    left: 34px;
  }
}

#em26aqs-sensors .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #em26aqs-sensors .flex {
    flex-direction: row;
  }
}
#em26aqs-sensors .table {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #em26aqs-sensors .table {
    width: 450px;
  }
}
#em26aqs-sensors .table thead th {
  background-color: #2565AF;
  border: 1px solid #2565AF;
  max-width: 350px;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1024px) {
  #em26aqs-sensors .table thead th {
    font-size: 15px;
    padding: 15px;
  }
}
#em26aqs-sensors .table thead th:first-child {
  border-right: 1px solid #fff;
  min-width: 120px;
}
@media (min-width: 1024px) {
  #em26aqs-sensors .table thead th:first-child {
    width: 150px;
  }
}
#em26aqs-sensors .table thead th:not(:first-child) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#em26aqs-sensors .table thead th:last-child {
  border-right: 1px solid #2565AF;
}
#em26aqs-sensors .table thead th .img {
  background-color: #FFFFFF;
  border-radius: 45px;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 13px;
}
#em26aqs-sensors .table thead th img {
  margin-top: 10px;
  max-height: 70px;
  width: auto;
}
#em26aqs-sensors .table thead th .flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 360px) {
  #em26aqs-sensors .table thead th .flex .item {
    font-size: 12px;
  }
}
#em26aqs-sensors .table thead th .flex .item + .item {
  margin-left: 20px;
}
@media (max-width: 360px) {
  #em26aqs-sensors .table thead th .flex .item + .item {
    margin-left: 10px;
  }
}
@media (min-width: 560px) {
  #em26aqs-sensors .table thead th .flex .item + .item {
    margin-left: 10px;
  }
}
#em26aqs-sensors .table tbody th {
  background-color: #EAF2FC;
  border: 1px solid #2565AF;
  font-weight: bold;
  padding: 15px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1024px) {
  #em26aqs-sensors .table tbody th {
    font-size: 15px;
    padding: 10px;
  }
}
#em26aqs-sensors .table tbody td {
  border: 1px solid #2565AF;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #em26aqs-sensors .table tbody td {
    font-size: 15px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  #em26aqs-sensors .table tbody tr:nth-child(1) {
    height: 100px;
  }
  #em26aqs-sensors .table tbody tr:nth-child(2) {
    height: 230px;
  }
  #em26aqs-sensors .table tbody tr:nth-child(2) td {
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #em26aqs-sensors .table tbody tr:nth-child(3) {
    height: 100px;
  }
}
#em26aqs-sensors .table th span {
  font-weight: normal;
  font-size: 14px;
}
#em26aqs-sensors .table td span {
  font-size: 14px;
}
#em26aqs-sensors .table td .list {
  text-align: left;
}
#em26aqs-sensors .table td .list .item {
  padding-left: 20px;
  background-image: radial-gradient(circle at left 10px top 11px, #333333 1.5px, transparent 2.5px);
}
#em26aqs-sensors .table td .list .item + .item {
  margin-top: 15px;
}
#em26aqs-sensors .table td .list img {
  max-width: 200px;
}
#em26aqs-sensors .table td .list .link {
  margin-top: 10px;
}
@media (min-width: 560px) {
  #em26aqs-sensors .table td .list .link {
    margin-top: 0;
  }
}
#em26aqs-sensors .table td .btnlink {
  width: auto;
}
@media (min-width: 1024px) {
  #em26aqs-sensors .table + .table {
    width: 280px;
  }
}
@media (min-width: 1024px) {
  #em26aqs-sensors .table + .table th:first-child {
    display: none;
  }
}
@media (min-width: 1024px) {
  #em26aqs-sensors .table + .table td:last-child {
    border-left: none;
  }
}

#em26aqs-application {
  background-color: #D8E4EF;
}
#em26aqs-application .box {
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 40px;
  margin-top: 50px;
}
@media (min-width: 560px) {
  #em26aqs-application .box {
    padding: 25px 40px;
  }
}
#em26aqs-application .box .heading {
  background-color: #445EA5;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: center;
  width: 137px;
  height: 34px;
  line-height: 34px;
  margin-top: -57px;
  margin-left: -41px;
}
@media (min-width: 560px) {
  #em26aqs-application .box .heading {
    margin-top: -40px;
  }
}
#em26aqs-application .list {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  margin-top: 20px;
}
@media (min-width: 560px) {
  #em26aqs-application .list {
    flex-direction: row;
    column-gap: 70px;
    justify-content: center;
    margin-top: 5px;
  }
}
#em26aqs-application .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
#em26aqs-application .list .item .img {
  width: 172px;
  height: 172px;
}
#em26aqs-application .list .item .name {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 560px) {
  #em26aqs-application .list .item .name {
    font-size: 1.8rem;
  }
}

#em26aqs-link {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  #em26aqs-link {
    padding-bottom: 72px;
  }
}
#em26aqs-link .box {
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 40px;
  margin-top: 50px;
  max-width: 865px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1024px) {
  #em26aqs-link .box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#em26aqs-link .box .heading {
  position: absolute;
  left: -1px;
  top: -25px;
  background-color: #333333;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.4;
  height: auto;
  padding: 5px 20px;
}
@media (min-width: 1024px) {
  #em26aqs-link .box .heading {
    left: -28px;
    font-size: 2rem;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#em26aqs-link .flex {
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  row-gap: 30px;
}
@media (min-width: 560px) {
  #em26aqs-link .flex {
    flex-direction: row;
    width: 550px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
  }
}
#em26aqs-link .flex .img {
  width: 163px;
}
@media (min-width: 560px) {
  #em26aqs-link .flex .img {
    order: 2;
  }
}
@media (min-width: 560px) {
  #em26aqs-link .flex .btnlink {
    font-size: 1.6rem;
    margin: 0;
  }
}

.cmm5141-page {
  font-family: Helvetica, sans-serif;
}
.cmm5141-page .page-content {
  margin-top: 0;
}
.cmm5141-page .section {
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .cmm5141-page .section {
    padding-bottom: 56px;
  }
}
.cmm5141-page .section._lightblue {
  background-color: #E3EDF7;
}
.cmm5141-page .section-header {
  background: linear-gradient(90deg, #003C7A 0%, #237EDC 100%);
  padding: 16px 15px;
  max-width: none;
}
@media (min-width: 768px) {
  .cmm5141-page .section-header {
    padding: 16px 32px;
  }
}
.cmm5141-page .section-header .heading {
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .cmm5141-page .section-header .heading {
    font-size: 2.8rem;
  }
}
.cmm5141-page .section-header + .section-content {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .cmm5141-page .section-header + .section-content {
    margin-top: 32px;
  }
}
.cmm5141-page .section-content {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .cmm5141-page .section-content {
    padding: 0 32px;
    max-width: 1024px;
  }
}
.cmm5141-page .text-group {
  display: grid;
  row-gap: 12px;
}
.cmm5141-page .text {
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .cmm5141-page .text {
    font-size: 1.6rem;
  }
}
.cmm5141-page .text._note {
  text-indent: -0.75em;
  margin-left: 1em;
}

#cmm5141-mainvisual {
  padding-top: 240px;
  height: 500px;
  background-image: url(/images/product/feature/cmm5141/mv_sp.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual {
    height: 400px;
    padding-top: 62px;
    background-image: url(/images/product/feature/cmm5141/mv_pc.jpg);
  }
}
#cmm5141-mainvisual .section-content {
  display: grid;
  row-gap: 14px;
  justify-content: center;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content {
    row-gap: 16px;
    justify-content: start;
  }
}
#cmm5141-mainvisual .section-content .headings {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content .headings {
    grid-auto-flow: row;
    grid-template-columns: auto;
    justify-items: start;
    gap: 12px;
  }
}
#cmm5141-mainvisual .section-content .headings .soon {
  font-size: 1.3rem;
  line-height: 1;
  color: #4A3C93;
  border-radius: 4px;
  font-weight: bold;
  padding: 5px 8px;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content .headings .soon {
    font-size: 2rem;
    padding: 6px 12px;
  }
}
#cmm5141-mainvisual .section-content .headings .name {
  color: #FFFFFF;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content .headings .name {
    font-size: 7.2rem;
  }
}
#cmm5141-mainvisual .section-content .box {
  display: grid;
  grid-template-areas: "kind kind" "img purpose" "img note";
  padding: 12px 12px 8px 12px;
  background: linear-gradient(229.61deg, rgba(60, 48, 126, 0.9) 16.4%, rgba(90, 65, 230, 0.9) 84.73%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  max-width: 335px;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content .box {
    grid-template-areas: "img kind" "img purpose" "img note";
    max-width: 542px;
    padding: 15px 20px 10px 20px;
  }
}
#cmm5141-mainvisual .section-content .box .kind {
  grid-area: kind;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100vh;
  padding: 5px 12px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content .box .kind {
    font-size: 2.4rem;
  }
}
#cmm5141-mainvisual .section-content .box .img {
  grid-area: img;
  width: 105px;
  margin-top: 5px;
  margin-left: 16px;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content .box .img {
    width: 182px;
    margin-top: -36px;
    margin-left: 26px;
    margin-bottom: -16px;
    margin-right: 24px;
  }
}
#cmm5141-mainvisual .section-content .box .img img {
  filter: drop-shadow(0 0 48px rgba(255, 255, 255, 0.15));
}
#cmm5141-mainvisual .section-content .box .purpose {
  grid-area: purpose;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  max-width: 130px;
  margin: 10px 0 0 16px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content .box .purpose {
    font-size: 1.8rem;
    line-height: 1.3;
    max-width: 210px;
    text-align: center;
    margin: 5px 0 0;
    justify-self: center;
  }
}
#cmm5141-mainvisual .section-content .box .note {
  grid-area: note;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 7px 0 0 16px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content .box .note {
    font-size: 1.4rem;
    text-align: center;
    margin: 5px 0 0;
    justify-self: center;
  }
}
#cmm5141-mainvisual .section-content .text {
  font-size: 1.2rem;
  margin-top: -10px;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #002D3D;
}
@media (min-width: 768px) {
  #cmm5141-mainvisual .section-content .text {
    font-size: 1.4rem;
  }
}

#cmm5141-feature {
  background: linear-gradient(180deg, #F4F9FF 0%, #D5EAFF 100%);
  position: relative;
  padding: 48px 0 56px;
}
#cmm5141-feature::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/images/product/feature/cmm5141/feature_bg_sp.png);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  #cmm5141-feature::before {
    background-image: url(/images/product/feature/cmm5141/feature_bg_pc.png);
  }
}
#cmm5141-feature .block {
  display: grid;
  gap: 24px;
  position: relative;
}
@media (min-width: 768px) {
  #cmm5141-feature .block {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
  }
}
#cmm5141-feature .block .box {
  display: grid;
  grid-template-rows: auto 1fr;
}
#cmm5141-feature .block .heading {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: #fff;
  background: #3c307e;
  padding: 12px 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#cmm5141-feature .block ._application .heading {
  background: #194775;
}
#cmm5141-feature .block .body {
  background-color: #FFFFFF;
  padding: 16px 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#cmm5141-feature .block .list {
  display: grid;
  row-gap: 12px;
}
#cmm5141-feature .block .list .item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  color: #0D355D;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
#cmm5141-feature .block .list .item::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.5em;
  background: linear-gradient(203.96deg, #BCB4E9 23.08%, #8E7FE2 92.31%);
  border-radius: 100vh;
}

#cmm5141-dangers .block {
  display: grid;
  gap: 24px 32px;
}
@media (min-width: 768px) {
  #cmm5141-dangers .block {
    grid-auto-flow: column;
    align-items: start;
  }
}
#cmm5141-dangers .img {
  width: 280px;
  justify-self: center;
}
@media (min-width: 768px) {
  #cmm5141-dangers .img {
    width: 335px;
  }
}
#cmm5141-dangers .group {
  display: grid;
  row-gap: 23px;
}
@media (min-width: 768px) {
  #cmm5141-dangers .group {
    row-gap: 33px;
  }
}
#cmm5141-dangers .point {
  border: 1px solid #BFCEDC;
  border-radius: 4px;
  background-color: #EAF5FF;
  padding: 20px 16px 16px;
}
#cmm5141-dangers .point .heading {
  background-color: #3371AD;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  width: fit-content;
  margin-top: -30px;
}
@media (min-width: 768px) {
  #cmm5141-dangers .point .heading {
    font-size: 1.5rem;
  }
}
#cmm5141-dangers .point .text {
  margin-top: 9px;
  font-size: 1.7rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #cmm5141-dangers .point .text {
    font-size: 1.8rem;
  }
}

#cmm5141-where .block {
  display: grid;
  row-gap: 20px;
}
@media (min-width: 768px) {
  #cmm5141-where .block {
    row-gap: 24px;
  }
}
#cmm5141-where .imgs {
  display: flex;
  gap: 20px 15px;
  flex-wrap: wrap;
  max-width: 550px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #cmm5141-where .imgs {
    flex-wrap: nowrap;
    column-gap: 24px;
    max-width: none;
  }
}
@media (min-width: 768px) {
  #cmm5141-where .imgs .img {
    flex: 1;
  }
}
#cmm5141-where .imgs .img:first-child {
  flex-grow: 1;
}
#cmm5141-where .imgs .img:not(:first-child) {
  width: calc((100% - 15px) / 2);
}
#cmm5141-where .imgs .img img {
  border-radius: 4px;
}

#cmm5141-standards .source {
  margin-top: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  padding: 8px;
}
#cmm5141-standards .source .term {
  display: flex;
  align-items: center;
}
#cmm5141-standards .source .term::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  margin: 0 8px;
}
#cmm5141-standards .source .link {
  display: block;
  word-break: break-all;
  color: #0064C7;
}
@media (min-width: 768px) {
  #cmm5141-standards .source .link {
    display: inline-block;
  }
}
#cmm5141-standards .block {
  margin-top: 24px;
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  #cmm5141-standards .block {
    grid-auto-flow: column;
  }
}
#cmm5141-standards .block .img {
  justify-self: center;
}
#cmm5141-standards .block .img img {
  max-width: 550px;
  border-radius: 4px;
}

#cmm5141-specifications .block {
  display: grid;
  gap: 16px 32px;
  margin-top: 16px;
  justify-items: center;
}
@media (min-width: 768px) {
  #cmm5141-specifications .block {
    grid-template-areas: "table img" "text text";
    grid-template-columns: 1fr auto;
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  #cmm5141-specifications .block .img {
    grid-area: img;
    align-self: end;
  }
}
#cmm5141-specifications .block .img img {
  width: 170px;
}
@media (min-width: 768px) {
  #cmm5141-specifications .block .img img {
    width: 182px;
  }
}
#cmm5141-specifications .block .text {
  margin-top: -8px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #cmm5141-specifications .block .text {
    grid-area: text;
    justify-self: start;
  }
}
#cmm5141-specifications .table {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  #cmm5141-specifications .table {
    font-size: 1.6rem;
    grid-area: table;
  }
}
#cmm5141-specifications .table th {
  font-weight: normal;
  background-color: #D8ECFF;
  border-color: #9AB6D0;
  padding: 8px;
  text-align: center;
}
#cmm5141-specifications .table td {
  background-color: #FFFFFF;
  border-color: #9AB6D0;
  padding: 8px;
  text-align: center;
}
#cmm5141-specifications .box {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box {
    padding: 32px;
  }
}
#cmm5141-specifications .box + .box {
  margin-top: 16px;
}
#cmm5141-specifications .box .headings {
  display: grid;
  gap: 10px 16px;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box .headings {
    grid-auto-flow: column;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
#cmm5141-specifications .box .headings .tag {
  display: grid;
  width: 116px;
  height: 30px;
  background: linear-gradient(270deg, #2193FF 0%, #0069CD 100%);
  padding: 8px 10px 6px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box .headings .tag {
    width: 151px;
    height: 42px;
    padding: 12px 12px 10px;
  }
}
#cmm5141-specifications .box .headings .heading {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box .headings .heading {
    font-size: 2.4rem;
  }
}
#cmm5141-specifications .box .set {
  display: grid;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box .set {
    grid-auto-flow: column;
    column-gap: 24px;
    align-items: start;
  }
}
#cmm5141-specifications .box .img-group {
  margin-inline: auto;
  width: 147px;
  display: grid;
  row-gap: 4px;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box .img-group {
    width: 180px;
  }
}
#cmm5141-specifications .box .img-group .text {
  font-size: 1.2rem;
}
#cmm5141-specifications .box .figure._chart {
  border: 1px solid #9AB6D0;
  border-radius: 8px;
  margin-top: 16px;
  max-width: 305px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box .figure._chart {
    max-width: 361px;
    margin-top: 20px;
  }
}
#cmm5141-specifications .box .figure._chart img {
  border-radius: 8px;
}
#cmm5141-specifications .box .figure._product {
  width: 147px;
  display: grid;
  justify-content: center;
  margin-inline: auto;
  margin-top: 8px;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box .figure._product img {
    width: 156px;
    margin-inline: auto;
  }
}
#cmm5141-specifications .box .figure._product figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  background-color: #E3EDF7;
  border-radius: 4px;
  padding: 4px 8px 2px;
  text-align: center;
  margin-top: 4px;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box .figure._product figcaption {
    width: 180px;
  }
}
#cmm5141-specifications .box .text-group {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #cmm5141-specifications .box .text-group {
    margin-top: 20px;
  }
}
#cmm5141-specifications .contact {
  margin-top: 24px;
  background-color: #C1D9F0;
  border-radius: 4px;
  padding: 16px;
  color: #194775;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #cmm5141-specifications .contact {
    margin-top: 32px;
  }
}
#cmm5141-specifications .contact img {
  height: 20px;
  margin-top: 4px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}

#cmm5141-application .block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
  max-width: 520px;
  justify-content: center;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #cmm5141-application .block {
    column-gap: 20px;
    flex-wrap: nowrap;
    max-width: none;
  }
}
#cmm5141-application .figure {
  width: calc((100% - 15px) / 2);
  max-width: 165px;
}
@media (min-width: 768px) {
  #cmm5141-application .figure {
    width: 100%;
    max-width: none;
  }
}
#cmm5141-application .figure img {
  border-radius: 4px;
}
#cmm5141-application .figure figcaption {
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  color: #194775;
  margin-top: 8px;
}
@media (min-width: 768px) {
  #cmm5141-application .figure figcaption {
    font-size: 1.5rem;
  }
}

#cmm5141-related .block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 525px;
  margin-inline: auto;
  justify-content: center;
  gap: 24px 47px;
}
@media (min-width: 1024px) {
  #cmm5141-related .block {
    max-width: none;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 0;
  }
}
#cmm5141-related .product img {
  width: 133px;
}
@media (min-width: 1024px) {
  #cmm5141-related .product img {
    width: 160px;
  }
}
#cmm5141-related .btnlink {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  background: linear-gradient(184.22deg, rgba(0, 83, 169, 0.74) 1.2%, rgba(0, 60, 122, 0.74) 104.57%);
  border: 1px solid #1F67B3;
  box-shadow: 2px 2px 0px 0px #00000026;
  padding: 15px 19px;
  color: #FFFFFF;
  margin-top: -12px;
}
@media (min-width: 1024px) {
  #cmm5141-related .btnlink {
    font-size: 1.6rem;
    padding: 14px 29px;
  }
}
#cmm5141-related .btnlink::before {
  background-image: url(/images/product/feature/cmm5141/icon-search.png);
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  #cmm5141-related .btnlink::before {
    margin-right: 8px;
  }
}
#cmm5141-related .mail {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: auto;
}

#cmm5141-about {
  background-color: #545FAE;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  #cmm5141-about {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
#cmm5141-about .section-header {
  background: transparent;
  padding: 0;
}
#cmm5141-about .section-content {
  margin-top: 30px;
}
#cmm5141-about .heading {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #cmm5141-about .heading {
    font-size: 3rem;
  }
}
#cmm5141-about .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
@media (min-width: 768px) {
  #cmm5141-about .block {
    flex-direction: row;
    align-items: flex-start;
    column-gap: 30px;
  }
}
@media (min-width: 768px) {
  #cmm5141-about .img {
    order: 2;
    flex: 1;
  }
}
#cmm5141-about .img img {
  max-width: 550px;
}
@media (min-width: 768px) {
  #cmm5141-about .img img {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  #cmm5141-about .group {
    flex: 1;
  }
}
#cmm5141-about .text {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
#cmm5141-about .btnlink {
  margin-top: 30px;
  background-image: none;
  background-color: #FFFFFF;
  border-radius: 100vh;
  border: none;
  box-shadow: none;
  color: #4A3C93;
  font-size: 1.4rem;
}
#cmm5141-about .note {
  margin-top: 30px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding: 8px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  #cmm5141-about .note {
    margin-top: 50px;
    width: auto;
    text-align: center;
  }
}
#cmm5141-about .note img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: auto;
}
@media (min-width: 768px) {
  #cmm5141-about .note img {
    margin-left: 5px;
  }
}

@media (min-width: 1024px) {
  #alcohol_checkerIndex .page-content {
    margin-top: 50px;
  }
}
#alcohol_checkerIndex .modal .modal__content {
  margin: 50px auto 50px;
}
#alcohol_checkerIndex .modal .modal__movie {
  padding: 0 15px 15px;
  display: flex;
  justify-content: center;
}
#alcohol_checkerIndex .modal .modal__movie .video {
  width: 100%;
  height: 240px;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex .modal .modal__movie .video {
    max-width: 760px;
    height: 428px;
    width: 760px;
    text-align: center;
  }
}
#alcohol_checkerIndex .modal .modal__movie iframe {
  width: 100%;
  height: 240px;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex .modal .modal__movie iframe {
    max-width: 760px;
    height: 428px;
    width: 760px;
    text-align: center;
  }
}
#alcohol_checkerIndex .modal .modal__relative {
  padding: 15px;
  background-color: #F4F4F4;
}
#alcohol_checkerIndex .modal .modal__relative .heading {
  font-size: 1.4rem;
}
#alcohol_checkerIndex .modal .modal__relative .list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex .modal .modal__relative .list {
    flex-wrap: nowrap;
  }
}
@media (min-width: 560px) {
  #alcohol_checkerIndex .modal .modal__relative .list .item {
    flex: 1;
    width: calc((100% - 15px) / 2);
  }
}
#alcohol_checkerIndex .modal .modal__relative .list .link {
  font-size: 1.2rem;
  cursor: pointer;
  display: block;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex .modal .modal__relative .list .link {
    max-width: 139px;
  }
}
#alcohol_checkerIndex .modal.modal.is-beginning-width-full .video {
  width: 760px;
}

#alcohol_checkerIndex-index .section-content {
  position: relative;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .index-list {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .index-list .link {
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .index-list .link:nth-child(4) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .index-list .link:nth-child(5) {
    margin-top: 20px;
  }
}
#alcohol_checkerIndex-index .movie {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .movie {
    display: flex;
    margin-top: 25px;
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .movie .item {
    max-width: 139px;
  }
}
#alcohol_checkerIndex-index .movie .item + .item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .movie .item + .item {
    margin-top: 0;
    margin-left: 20px;
  }
}
#alcohol_checkerIndex-index .movie .bnrlink {
  cursor: pointer;
}
#alcohol_checkerIndex-index .movie .link {
  background-color: transparent;
  display: flex;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .movie .link {
    font-size: 1.1rem;
    padding: 0;
    letter-spacing: -1px;
    margin-top: 5px;
  }
}
#alcohol_checkerIndex-index .movie .link::before {
  content: "";
  background-image: url(../images/common/movie_icon.svg);
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-right: 5px;
}
#alcohol_checkerIndex-index .bnrlink._catalog {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .bnrlink._catalog {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -100px;
    max-width: 265px;
  }
}

#alcohol_checkerIndex-contact .section-content {
  margin-top: 40px;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex-contact .section-content {
    margin-top: 60px;
  }
}
#alcohol_checkerIndex-contact .box {
  border: 1px solid #CCCCCC;
}
#alcohol_checkerIndex-contact .box + .box {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex-contact .box + .box {
    margin-top: 50px;
  }
}
#alcohol_checkerIndex-contact .box .header {
  padding: 10px 15px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .header {
    padding: 13px 25px;
    flex-direction: row;
    align-items: center;
  }
}
#alcohol_checkerIndex-contact .box .heading {
  font-size: 1.6rem;
  color: #4A3C93;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex-contact .box .heading {
    font-size: 1.9rem;
  }
}
#alcohol_checkerIndex-contact .box .time {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .time {
    font-size: 1.7rem;
    margin-left: 20px;
  }
}
#alcohol_checkerIndex-contact .box .content {
  padding: 20px;
  background-color: #FFFFFF;
}
#alcohol_checkerIndex-contact .box .btnlink {
  line-height: 1.3;
  width: auto;
  max-width: 275px;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex-contact .box .btnlink {
    max-width: 380px;
    height: 45px;
  }
}
#alcohol_checkerIndex-contact .box .btnlink + .btnlink {
  margin-top: 20px;
}
#alcohol_checkerIndex-contact .box .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .flex {
    flex-direction: row;
    justify-content: center;
  }
}
#alcohol_checkerIndex-contact .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#alcohol_checkerIndex-contact .box .item + .item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .item + .item {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #CCCCCC;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .item:nth-child(1) .tel {
    margin-top: 27px;
  }
}
#alcohol_checkerIndex-contact .box .text {
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .text {
    font-size: 1.6rem;
  }
}
#alcohol_checkerIndex-contact .box .tel {
  font-size: 2.2rem;
  background-image: url(../images/common/tel_icon.svg);
  background-size: 21px;
  background-position: left top 10px;
  padding-left: 30px;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .tel {
    font-size: 3rem;
    background-size: 33px;
    padding-left: 42px;
    background-position: left top 12px;
  }
}
#alcohol_checkerIndex-contact .box .slash {
  display: none;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .slash {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#alcohol_checkerFlow-step .list {
  margin-top: 50px;
}
#alcohol_checkerFlow-step .item {
  background-image: linear-gradient(to right, #FFFFFF 28px, #BEBEBE 29px, #FFFFFF 29px);
  background-repeat: repeat-y;
  padding-bottom: 30px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .item {
    background-image: linear-gradient(to right, #FFFFFF 40px, #BEBEBE 41px, #FFFFFF 41px);
  }
}
#alcohol_checkerFlow-step .item:last-child {
  background-image: none;
}
#alcohol_checkerFlow-step .header {
  display: flex;
  align-items: center;
}
#alcohol_checkerFlow-step .header .icon {
  width: 60px;
  margin-right: 7px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .header .icon {
    width: 86px;
  }
}
#alcohol_checkerFlow-step .header .heading {
  font-size: 2.1rem;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .header .heading {
    font-size: 2.4rem;
  }
}
#alcohol_checkerFlow-step .content {
  margin-left: 67px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .content {
    margin-left: 94px;
  }
}
#alcohol_checkerFlow-step .box {
  padding: 10px;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .box {
    margin-top: -5px;
  }
}
#alcohol_checkerFlow-step .box + .box {
  margin-top: 20px;
}
#alcohol_checkerFlow-step .box .head {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 5px 62px;
  background-size: 39px;
  background-position: left 13px top;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .box .head {
    background-size: 40px;
  }
}
#alcohol_checkerFlow-step .box .body {
  padding: 12px 10px 15px;
  border-radius: 3px;
  background-color: #FFFFFF;
}
#alcohol_checkerFlow-step .box .body h3.heading {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .box .body h3.heading {
    font-size: 2rem;
  }
}
#alcohol_checkerFlow-step .box .body h3.heading img {
  width: 31px;
  margin-right: 7px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .box .body h3.heading img {
    width: 40px;
  }
}
#alcohol_checkerFlow-step .box .body .text {
  margin-top: 10px;
}
#alcohol_checkerFlow-step .box .body .btnlink {
  height: 60px;
  margin-top: 20px;
  width: 100%;
  max-width: 275px;
}
#alcohol_checkerFlow-step .box._customer {
  background-color: #E1EFF9;
}
#alcohol_checkerFlow-step .box._customer .head {
  color: #1181DE;
  background-image: url(../images/alcohol_checker/flow/icon-customer.png);
}
#alcohol_checkerFlow-step .box._customer .body {
  border: 1px solid #C0D7E8;
}
#alcohol_checkerFlow-step .box._figaro {
  background-color: #EDEBF8;
}
#alcohol_checkerFlow-step .box._figaro .head {
  color: #4A3C93;
  background-image: url(../images/alcohol_checker/flow/icon-figaro.png);
}
#alcohol_checkerFlow-step .box._figaro .body {
  border: 1px solid #D9D6E6;
}
#alcohol_checkerFlow-step .block {
  padding: 25px 30px 35px;
  background-color: #F7F7F7;
  border: 3px solid #D3D3D3;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .block {
    border-width: 5px;
    padding: 28px 30px 37px;
  }
}
#alcohol_checkerFlow-step .block .text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .block .text {
    font-size: 2rem;
  }
}
#alcohol_checkerFlow-step .block .btnlink {
  margin-top: 10px;
  max-width: 100%;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .block .btnlink {
    width: 372px;
  }
}

@media (min-width: 1024px) {
  #supportAlcoholchecker .page-title {
    font-size: 3.1rem;
    background-image: url(../images/support/alcohol-checker/title-img.png);
    background-position: left 450px top 7px;
  }
}
#supportAlcoholchecker .page-subtitle {
  line-height: 1.5;
  display: block;
  margin-left: 0;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker .page-subtitle {
    font-size: 2rem;
  }
}
#supportAlcoholchecker .section-header + .section-content {
  margin-top: 20px;
}

#supportAlcoholchecker-flow .lead {
  background-image: url(../images/support/alcohol-checker/title-img.png);
  background-position: left top;
  padding-left: 60px;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-flow .lead {
    padding-left: 0;
    margin-right: 10px;
    margin-left: 10px;
    background-image: none;
  }
}
#supportAlcoholchecker-flow .flow {
  margin-top: 20px;
  padding: 20px 15px;
  background-color: #EEEEEE;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-flow .flow {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#supportAlcoholchecker-flow .flow .step {
  display: flex;
}
#supportAlcoholchecker-flow .flow .step + .step {
  padding-top: 25px;
}
#supportAlcoholchecker-flow .flow .step:last-child .head::after {
  display: none;
}
#supportAlcoholchecker-flow .flow .head {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  font-size: 1.6rem;
  color: #4A3C93;
  min-width: 130px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 360px) {
  #supportAlcoholchecker-flow .flow .head {
    font-size: 1.4rem;
    min-width: 110px;
    padding: 10px;
  }
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow .head {
    min-width: 200px;
  }
}
#supportAlcoholchecker-flow .flow .head::after {
  content: "";
  position: absolute;
  width: 53px;
  height: 20px;
  bottom: -20px;
  background-image: url(../images/support/alcohol-checker/arrow.svg);
}
#supportAlcoholchecker-flow .flow .body {
  margin-left: 10px;
  padding: 13px;
  background-color: #FFFFFF;
  flex-grow: 1;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow .body {
    margin-left: 20px;
  }
}
#supportAlcoholchecker-flow .flow .flex {
  flex-direction: column;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow .flex {
    flex-direction: row;
    justify-content: flex-end;
  }
}
#supportAlcoholchecker-flow .flow ._link {
  margin-top: 10px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow ._link {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
#supportAlcoholchecker-flow .flow ._link::after {
  content: "";
  border: 3px solid transparent;
  border-top: 5px solid #666666;
  margin-top: 2px;
  margin-left: auto;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow ._link::after {
    border: 3px solid transparent;
    border-left: 5px solid #666666;
    margin-top: 0;
    margin-left: 10px;
  }
}
#supportAlcoholchecker-flow .flow .bnrlink {
  margin-top: 5px;
  max-width: 103px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow .bnrlink {
    margin-right: 0;
    margin-left: 20px;
  }
}
#supportAlcoholchecker-flow .flow .text + .text {
  margin-top: 20px;
}
#supportAlcoholchecker-flow .flow .note {
  font-weight: bold;
  font-size: 1.2rem;
  color: #D23232;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-flow .flow .note {
    font-size: 1.4rem;
  }
}

#supportAlcoholchecker-meyasu {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-meyasu .section-content {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#supportAlcoholchecker-meyasu .box {
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-meyasu .box {
    max-width: 355px;
    margin-right: auto;
    margin-left: auto;
  }
}
#supportAlcoholchecker-meyasu .box + .text {
  margin-top: 15px;
}
#supportAlcoholchecker-meyasu .for {
  margin-top: 15px;
  padding: 15px;
  border: 3px solid #3269C4;
  color: #3269C4;
}

#supportAlcoholchecker-contact {
  margin-top: 40px;
}
#supportAlcoholchecker-contact .box {
  padding: 15px;
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-contact .box {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
#supportAlcoholchecker-contact .box .heading {
  color: #4A3C93;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-contact .box .heading {
    text-align: left;
    font-size: 2rem;
  }
}
#supportAlcoholchecker-contact .box .text {
  margin-top: 5px;
}
#supportAlcoholchecker-contact .box .text img {
  width: auto;
  vertical-align: text-bottom;
}
#supportAlcoholchecker-contact .box .text a {
  text-decoration: none;
}
#supportAlcoholchecker-contact .btnlink {
  margin-top: 30px;
  line-height: 1.3;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-contact .btnlink {
    width: 420px;
  }
}

#technicalinfoIndex-index .heading {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #A3A3A3;
  padding-bottom: 5px;
  margin-top: 30px;
}
#technicalinfoIndex-index .heading::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/product/index/heading_icon.svg);
  margin-right: 10px;
  flex-shrink: 0;
}
#technicalinfoIndex-index .index-list {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #technicalinfoIndex-index .index-list {
    flex-direction: row;
  }
}
@media (min-width: 560px) {
  #technicalinfoIndex-index .index-list .link + .link {
    margin-top: 0;
    margin-left: 19.5px;
  }
}
@media (min-width: 560px) {
  #technicalinfoIndex-index .section-content > .index-list {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .section-content > .index-list {
    flex-wrap: wrap;
  }
}
@media (min-width: 560px) {
  #technicalinfoIndex-index .section-content > .index-list .link {
    width: calc((100% - 19.5px) / 2);
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .section-content > .index-list .link {
    width: calc((100% - 58.5px) / 4);
  }
}
@media (min-width: 560px) {
  #technicalinfoIndex-index .section-content > .index-list .link:nth-child(3) {
    margin-top: 19.5px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .section-content > .index-list .link:nth-child(3) {
    margin-top: 0;
    margin-left: 19.5px;
  }
}
@media (min-width: 560px) {
  #technicalinfoIndex-index .section-content > .index-list .link:nth-child(4) {
    margin-top: 19.5px;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .section-content > .index-list .link:nth-child(4) {
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  #technicalinfoIndex-index .section-content > .index-list .link:nth-child(5) {
    margin-top: 19.5px;
    margin-left: 0;
  }
}
@media (min-width: 560px) {
  #technicalinfoIndex-index .section-content > .index-list .link ._ls {
    letter-spacing: -0.5px;
    font-size: 14px;
  }
}
#technicalinfoIndex-index .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex .block {
    max-width: 470px;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex .block + .block {
    margin-left: 20px;
  }
}

.principle .tab-section {
  margin-top: 30px;
}
@media (min-width: 560px) {
  .principle .tab-section {
    margin-top: 35px;
  }
}
.principle .tab-body sub {
  vertical-align: baseline;
  font-size: 13px;
}
.principle .tab-body h3::before {
  width: 1em;
  height: 1em;
  margin-top: 0.275em;
}
.principle .tab-body .dulcinea {
  font-family: "dulcinea";
  font-size: 26px;
  line-height: 1;
  padding: 0 5px;
}
.principle .tab-body .nowrap {
  white-space: nowrap;
}
.principle .tab-body .vanilla-table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.principle .tab-body .vanilla-table th, .principle .tab-body .vanilla-table td {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: normal;
  vertical-align: top;
}
.principle .tab-body .small-table {
  font-size: 1.2rem;
}

.principle-intro .flex .img {
  margin: 20px 20px 0;
}
@media (min-width: 560px) {
  .principle-intro .flex .img {
    max-width: 160px;
    margin: 0 0 0 20px;
    flex-shrink: 0;
  }
}

#principleMostype-description .tab-body .flex {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .img {
    order: 2;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .txtgroup {
    order: 1;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .txtgroup h3:first-child {
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .img {
    margin-left: 20px;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .img img {
    width: 300px;
  }
}
#principleMostype-description .tab-body table {
  margin-top: 15px;
}
#principleMostype-description .tab-body .box .group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#principleMostype-description .tab-body .box .group + .group {
  margin-top: 25px;
}
#principleMostype-description .tab-body .box .group h4 {
  color: #4A3C93;
  font-size: 1.2rem;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group h4 {
    width: 100%;
    font-size: 1.4rem;
  }
}
#principleMostype-description .tab-body .box .group .img {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group .img {
    width: 400px;
  }
}
#principleMostype-description .tab-body .box .group .legend {
  margin: 15px 10px 0;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group .legend {
    margin: 0;
    width: 32%;
    margin-top: 10px;
  }
}
#principleMostype-description .tab-body .box .group:nth-child(2) .img {
  width: 70%;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group:nth-child(2) .img {
    width: 200px;
    margin-left: 40px;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group:nth-child(2) .legend {
    margin-left: 30px;
  }
}
#principleMostype-description .tab-body .box .group:nth-child(2) .legend dt {
  width: 15%;
}

#principleCatalytic-description .tab-body h3 + img {
  margin-top: 10px;
}
#principleCatalytic-description .tab-body .flex {
  margin-top: 25px;
}
#principleCatalytic-description .tab-body .flex._space-between {
  justify-content: space-between;
}
#principleCatalytic-description .tab-body .flex._space-between .flex-item:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 560px) {
  #principleCatalytic-description .tab-body .flex._space-between .flex-item:not(:first-child) {
    margin-top: 0;
  }
}

#principleNdir-description .tab-body img {
  width: auto;
  max-width: 100%;
}
#principleNdir-description .tab-body h3 + img {
  margin-top: 10px;
}
#principleNdir-description .tab-body .img-center {
  text-align: center;
}
#principleNdir-description .tab-body > .img-center {
  margin-top: 15px;
}
#principleNdir-description .tab-body .flex {
  margin-top: 25px;
}
#principleNdir-description .tab-body .flex._space-between {
  justify-content: space-between;
}
#principleNdir-description .tab-body .flex._space-between .flex-item:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 560px) {
  #principleNdir-description .tab-body .flex._space-between .flex-item:not(:first-child) {
    margin-top: 0;
  }
}
@media all and (max-width: 375px) {
  #principleNdir-description .tab-body .mjx-chtml {
    font-size: 100% !important;
  }
}
#principleNdir-description .tab-body .legend {
  margin-left: auto;
  margin-right: auto;
  max-width: 343px;
}
#principleNdir-description .tab-body .legend > div {
  display: flex;
  align-items: center;
  flex: 1 1 33.333%;
}
#principleNdir-description .tab-body .legend dt, #principleNdir-description .tab-body .legend dd {
  color: #63636b;
}
#principleNdir-description .tab-body .legend dd {
  flex-shrink: 1;
  flex-grow: 0;
  width: auto;
}
@media all and (max-width: 375px) {
  #principleNdir-description .tab-body .legend dd {
    font-size: 1rem;
  }
}
#principleNdir-description .tab-body .legend .MJXc-display {
  margin: 0 !important;
}
#principleNdir-description .tab-body .legend dd::before {
  content: "=";
}

@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body img {
    max-width: 100%;
    width: auto;
  }
}
#principleElectrochemical-description .tab-body .img {
  text-align: center;
}
#principleElectrochemical-description .tab-body .img .caption {
  font-size: 1.2rem;
  margin-top: 1rem;
}
#principleElectrochemical-description .tab-body > * + * {
  margin-top: 30px;
}
#principleElectrochemical-description .tab-body .flex {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body .flex .img {
    order: 2;
  }
}
@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body .flex .txtgroup {
    order: 1;
  }
}
@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body .flex .txtgroup h3:first-child {
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body .flex .img {
    flex: 0 0 auto;
    margin-left: 20px;
  }
}
#principleElectrochemical-description .tab-body .reference p {
  font-size: 14px;
  margin-left: 1.75em;
  text-indent: -1.75em;
}

#thesis .section + .section {
  margin-top: 25px;
}
#thesis .section .heading {
  font-size: 1.8rem;
  color: #4A3C93;
}
@media (min-width: 1024px) {
  #thesis .section .heading {
    font-size: 2rem;
  }
}
#thesis .thesis-table {
  margin-top: 15px;
}
#thesis .thesis-table .list {
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  #thesis .thesis-table .list {
    white-space: inherit;
  }
}
#thesis .thesis-table th,
#thesis .thesis-table td {
  border: none;
}
@media (min-width: 1024px) {
  #thesis .thesis-table th,
#thesis .thesis-table td {
    padding: 1em;
  }
}
#thesis .thesis-table th:first-child,
#thesis .thesis-table td:first-child {
  width: 135px;
  min-width: 125px;
  text-align: center;
}
#thesis .thesis-table th:nth-child(2),
#thesis .thesis-table td:nth-child(2) {
  width: 100px;
  min-width: 100px;
}
#thesis .thesis-table th {
  font-weight: normal;
  background-color: #EEEEEE;
  text-align: center;
  border-bottom: 3px solid #CCCCCC;
}
#thesis .thesis-table th:not(:first-child) {
  border-left: 1px solid #DDDDDD;
}
#thesis .thesis-table td {
  background-color: #FFFFFF;
  border-bottom: 1px dotted #969696;
}
#thesis .thesis-table td:not(:first-child) {
  border-left: 1px solid #DDDDDD;
}
#thesis .thesis-table td:nth-child(2) {
  text-align: center;
}
#thesis .thesis-table td:nth-child(3) {
  min-width: 400px;
}
#thesis .thesis-table td:last-child {
  border-right: 1px solid #DDDDDD;
}
#thesis .thesis-table h3 {
  font-size: 1.4rem;
}
#thesis .thesis-table .label {
  font-size: 1.2rem;
  width: 82px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #FFFFFF;
}
#thesis .thesis-table .label._symposium {
  background-color: #A34EAB;
}
#thesis .thesis-table .label._gakkai {
  background-color: #C96129;
}
#thesis .thesis-table .label._gijutsu {
  background-color: #3B911C;
}
#thesis .thesis-table .label._ronbun {
  background-color: #3458A9;
}
#thesis .thesis-table .small {
  font-size: 1.2rem;
}
#thesis .thesis-table img {
  width: 65px;
}
#thesis .thesis-table .name {
  text-align: center;
  margin-top: -10px;
}
#thesis .section-pagetop {
  margin-top: 15px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}
#thesis .section-pagetop .link {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #thesis .section-pagetop .link {
    font-size: 1.4rem;
  }
}
#thesis .section-pagetop .link::before {
  content: "";
  background-image: url(../images/common/pagetop.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  #thesis .section-pagetop .link::before {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1024px) {
  #thesis-intro p:first-child {
    font-size: 1.6rem;
  }
}
#thesis-intro .page-menu {
  margin-top: 45px;
  background: #F5F5F5;
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  #thesis-intro .page-menu {
    margin-top: 35px;
    padding: 6px 0 6px 10px;
  }
}
#thesis-intro .page-menu ul {
  padding-left: 0;
  line-height: 3;
}
@media (min-width: 1024px) {
  #thesis-intro .page-menu ul {
    line-height: 1.7;
  }
}
#thesis-intro .page-menu li {
  display: inline-block;
  margin-right: 15px;
}
#thesis-intro .page-menu a {
  padding-left: 13px;
  text-decoration: underline;
  color: #555;
  position: relative;
}
#thesis-intro .page-menu a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #555;
  transform: scale(0.3) rotate(90deg);
}
#thesis-intro .page-menu a:hover {
  text-decoration: none;
}

#challengeCo {
  background-image: url(../images/challenge/co/bg-sp.jpg);
  background-size: 100%;
}
@media (min-width: 1024px) {
  #challengeCo {
    background-image: url(../images/challenge/co/bg.jpg);
    background-size: 1400px;
    background-position: center top;
  }
}
#challengeCo .page-header {
  margin-top: 0;
}
@media (min-width: 1024px) {
  #challengeCo .page-header .page-title {
    width: 644px;
    margin-right: auto;
    margin-left: auto;
  }
}
#challengeCo .page-content {
  margin-top: 0;
  margin-right: 15px;
  margin-left: 15px;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 3px;
}
@media (min-width: 1024px) {
  #challengeCo .page-content {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

#challengeCo-intro {
  padding: 0;
  background-color: #F7F7F9;
}
#challengeCo-intro .flex {
  padding: 0 15px 30px;
  flex-direction: column;
}
@media (min-width: 560px) {
  #challengeCo-intro .flex {
    padding-top: 30px;
    flex-direction: row;
  }
}
@media (min-width: 560px) {
  #challengeCo-intro .flex .img {
    min-width: 280px;
    max-width: 337px;
    margin-left: 35px;
  }
}
@media (min-width: 560px) {
  #challengeCo-intro .flex .text {
    max-width: 504px;
    margin-left: 30px;
    margin-top: 15px;
  }
}

#challengeCo-mamoru {
  padding: 35px 15px;
}
@media (min-width: 1024px) {
  #challengeCo-mamoru {
    padding: 75px 40px;
  }
}
#challengeCo-mamoru .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #challengeCo-mamoru .flex {
    flex-direction: row;
    width: 855px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #challengeCo-mamoru .txtgroup {
    width: 396px;
  }
}
@media (min-width: 560px) {
  #challengeCo-mamoru .heading {
    width: 396px;
  }
}
#challengeCo-mamoru .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-mamoru .text {
    margin-top: 25px;
  }
}
#challengeCo-mamoru .img {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-mamoru .img {
    width: 382px;
    margin-left: auto;
    margin-top: 0;
  }
}
#challengeCo-mamoru .img .caption {
  font-size: 1.2rem;
  margin-top: 10px;
}

#challengeCo-rinen {
  padding: 40px 15px;
  background-color: #F7F7F9;
}
@media (min-width: 1024px) {
  #challengeCo-rinen {
    padding: 0 30px 0 0;
  }
}
#challengeCo-rinen .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #challengeCo-rinen .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #challengeCo-rinen .txtgroup {
    width: 508px;
    margin-left: auto;
    margin-top: 90px;
  }
}
@media (min-width: 560px) {
  #challengeCo-rinen .heading {
    width: 508px;
  }
}
#challengeCo-rinen .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-rinen .text {
    margin-top: 25px;
  }
}
#challengeCo-rinen .img {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  #challengeCo-rinen .img {
    order: -1;
    width: 383px;
    margin: 0;
  }
}

#challengeCo-share {
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  #challengeCo-share {
    position: relative;
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  #challengeCo-share .txtgroup {
    position: relative;
    z-index: 1;
    width: 390px;
    margin-left: 70px;
    margin-top: 40px;
  }
}
@media (min-width: 560px) {
  #challengeCo-share .heading {
    width: 382px;
  }
}
#challengeCo-share .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-share .text {
    margin-top: 25px;
  }
}
#challengeCo-share .img {
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  #challengeCo-share .img {
    position: absolute;
    margin: 0;
    left: 0;
    top: 70px;
  }
}
#challengeCo-share .box {
  border: 1px solid #CCCCCC;
  padding: 15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-share .box {
    margin-top: 15px;
  }
}
#challengeCo-share .box .heading {
  font-size: 1.4rem;
}
#challengeCo-share .box .text {
  margin-top: 10px;
}

#challengeCo-kateiyou {
  padding: 40px 15px;
  background-image: url(../images/challenge/co/kateiyou-bg-sp.jpg);
  background-size: 100%;
}
@media (min-width: 1024px) {
  #challengeCo-kateiyou {
    padding: 70px 0;
    background-image: url(../images/challenge/co/kateiyou-bg.jpg);
  }
}
@media (min-width: 1024px) {
  #challengeCo-kateiyou .txtgroup {
    position: relative;
    z-index: 1;
    width: 625px;
    margin-top: 40px;
    margin-left: 40px;
  }
}
#challengeCo-kateiyou .heading {
  width: 230px;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .heading {
    width: 618px;
  }
}
#challengeCo-kateiyou .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-kateiyou .text {
    margin-top: 25px;
  }
}
#challengeCo-kateiyou .list {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list {
    display: flex;
  }
}
#challengeCo-kateiyou .list .item {
  border: 1px solid #CCCCCC;
  padding: 15px;
  background-color: #FFFFFF;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .item {
    width: 280px;
    border-color: #EFEFEF;
  }
}
#challengeCo-kateiyou .list .item + .item {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .item + .item {
    margin-top: 0;
    margin-left: 20px;
  }
}
#challengeCo-kateiyou .list .spec {
  margin-top: 10px;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .spec {
    font-size: 1.2rem;
  }
}
#challengeCo-kateiyou .list .spec div {
  display: flex;
}
#challengeCo-kateiyou .list .spec dt {
  font-weight: normal;
  width: 6.5em;
  flex-shrink: 0;
}
#challengeCo-kateiyou .list .spec dd {
  width: 100%;
}
#challengeCo-kateiyou .list .spec dd::before {
  content: "：";
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .description {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
#challengeCo-kateiyou .list .btnlink {
  margin-top: 15px;
  font-size: 1.6rem;
  max-width: 100%;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .btnlink {
    width: 116px;
    height: 32px;
    font-size: 1.3rem;
    margin-left: 0;
  }
  #challengeCo-kateiyou .list .btnlink::before {
    width: 13px;
    height: 13px;
  }
}

#challengeCo-kurashi {
  padding: 40px 15px;
  background-image: url(../images/challenge/co/kurashi-bg-sp.jpg);
  background-position: left -1px top;
  background-size: cover;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi {
    padding: 39px 0 15px;
    background-image: url(../images/challenge/co/kurashi-bg.jpg);
    background-size: inherit;
  }
}
#challengeCo-kurashi .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .txtgroup {
    position: relative;
    z-index: 1;
    width: 448px;
    margin-left: 40px;
    margin-top: 65px;
  }
}
@media (min-width: 560px) {
  #challengeCo-kurashi .heading {
    width: 448px;
  }
}
#challengeCo-kurashi .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .text {
    margin-top: 25px;
    width: 440px;
  }
}
#challengeCo-kurashi .img {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .img {
    margin: 0;
    width: 428px;
    margin-left: 10px;
  }
}
#challengeCo-kurashi .box {
  border: 1px solid #CCCCCC;
  padding: 15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .box {
    margin-top: 15px;
  }
}
#challengeCo-kurashi .box .heading {
  font-size: 1.4rem;
}
#challengeCo-kurashi .box .text {
  margin-top: 10px;
}

#challengeH2 {
  background-image: url(../images/challenge/h2/bg-sp.jpg);
  text-align: left;
  background-size: contain;
}
@media (min-width: 1024px) {
  #challengeH2 {
    background-image: url(../images/challenge/h2/bg.jpg);
    background-size: 1400px;
    background-position: center top;
  }
}
#challengeH2 .page-header {
  padding: 25px 0 25px;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 1024px) {
  #challengeH2 .page-header {
    padding: 38px 0 40px;
  }
}
#challengeH2 .page-header .page-title {
  width: 260px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #challengeH2 .page-header .page-title {
    width: 600px;
  }
}
#challengeH2 .page-content {
  margin-top: 0;
}
#challengeH2 .page-content sub {
  vertical-align: baseline;
}
#challengeH2 .pagetop {
  margin-top: 30px;
}

#challengeH2-future {
  margin: 0 15px;
  padding: 30px 15px 40px;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
@media (min-width: 1024px) {
  #challengeH2-future {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 40px 60px;
  }
}
#challengeH2-future .section-content {
  padding: 20px 15px;
  border: 1px solid #56ACC6;
  background-color: #DBEEF4;
}
@media (min-width: 1024px) {
  #challengeH2-future .section-content {
    padding: 35px 40px 40px;
  }
}
#challengeH2-future h2 {
  font-size: 16px;
}
@media (min-width: 560px) {
  #challengeH2-future h2 {
    font-size: 27px;
  }
}
#challengeH2-future .lead {
  margin-top: 15px;
  font-size: 14px;
}
@media (min-width: 560px) {
  #challengeH2-future .lead {
    font-size: 16px;
    margin-top: 20px;
  }
}
#challengeH2-future .block {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 30px 15px 20px;
  background-color: #F5FDFF;
}
@media (min-width: 560px) {
  #challengeH2-future .block {
    margin-top: 50px;
    padding: 30px 30px 40px;
  }
}
#challengeH2-future .block h3 {
  margin-top: -50px;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #challengeH2-future .block h3 {
    max-width: 286px;
    margin-left: 0;
  }
}
#challengeH2-future .block .list {
  margin-top: 20px;
}
#challengeH2-future .block .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 560px) {
  #challengeH2-future .block .list .item {
    flex-direction: row;
  }
}
#challengeH2-future .block .list .item .img {
  width: 220px;
}
#challengeH2-future .block .list .item .img img {
  width: 220px;
  height: auto;
}
@media (min-width: 560px) {
  #challengeH2-future .block .list .item .txtgroup {
    margin-left: 10px;
  }
}
#challengeH2-future .block .list .item .txtgroup .name {
  font-size: 14px;
  color: #56ACC6;
  text-align: center;
}
@media (min-width: 560px) {
  #challengeH2-future .block .list .item .txtgroup .name {
    font-size: 20px;
    text-align: left;
  }
}
#challengeH2-future .block .list .item .txtgroup .text {
  margin-top: 10px;
}
#challengeH2-future .block .list .item:nth-child(4) .txtgroup {
  margin-top: 18px;
}
@media (min-width: 560px) {
  #challengeH2-future .block .list .item:nth-child(4) .txtgroup {
    margin-top: 0;
  }
}
#challengeH2-future .block .list .item + .item {
  margin-top: 10px;
}

#challengeH2-role {
  margin: 0 15px;
  padding: 30px 15px 40px;
  background-image: url(../images/challenge/h2/texture.png);
  background-repeat: repeat;
  background-size: 100px 100px;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
@media (min-width: 1024px) {
  #challengeH2-role {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 40px 60px;
  }
}
#challengeH2-role h2 {
  font-size: 12px;
}
@media (min-width: 560px) {
  #challengeH2-role h2 {
    font-size: 27px;
  }
}
#challengeH2-role h2 img {
  width: 150px;
}
@media (min-width: 560px) {
  #challengeH2-role h2 img {
    width: 282px;
    margin-top: 5px;
  }
}
@media (max-width: 320px) {
  #challengeH2-role h2 span {
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 560px) {
  #challengeH2-role h2 span {
    width: 282px;
    margin-top: 5px;
  }
}
#challengeH2-role .block {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px 15px;
  background-image: url(../images/challenge/h2/jizoku-bg-sp.png);
  background-size: contain;
  box-sizing: border-box;
  border: 1px solid #56ACC6;
}
@media (min-width: 1024px) {
  #challengeH2-role .block {
    background-image: url(../images/challenge/h2/jizoku-bg.png);
    width: 880px;
    height: 450px;
    padding: 0 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  #challengeH2-role .block .txtgroup {
    padding-top: 35px;
    width: 365px;
  }
}
#challengeH2-role .block h3 {
  font-size: 16px;
}
@media (min-width: 560px) {
  #challengeH2-role .block h3 {
    font-size: 27px;
  }
}
#challengeH2-role .block .text {
  margin-top: 15px;
}
#challengeH2-role .block:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: left bottom;
  background-color: #FFFFFF;
}
@media (min-width: 560px) {
  #challengeH2-role .block:nth-of-type(1) {
    flex-direction: row;
  }
}
#challengeH2-role .block:nth-of-type(1) img {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #challengeH2-role .block:nth-of-type(1) img {
    width: 405px;
    height: 405px;
    margin-left: 20px;
  }
}
#challengeH2-role .block:nth-of-type(1) figcaption {
  margin-top: 10px;
  font-size: 11px;
}
@media (min-width: 560px) {
  #challengeH2-role .block:nth-of-type(1) figcaption {
    width: 405px;
    font-size: 12px;
    letter-spacing: -1px;
    margin-left: 20px;
    margin-top: 0;
  }
}
#challengeH2-role .block:nth-of-type(2) {
  background-image: url(../images/challenge/h2/kouken-bg-sp.jpg);
  background-size: cover;
  min-height: 295px;
}
@media (min-width: 560px) {
  #challengeH2-role .block:nth-of-type(2) {
    background-image: url(../images/challenge/h2/kouken-bg.jpg);
    min-height: 450px;
  }
}
@media (min-width: 560px) {
  #challengeH2-role .block:nth-of-type(2) .txtgroup {
    margin-left: auto;
    width: 290px;
  }
}

#challengeH2-about {
  margin: 0 15px;
  padding: 30px 15px 40px;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background-image: linear-gradient(#5da1bc 0%, #8bbed5 100%), url(../images/challenge/h2/texture.png);
  background-repeat: repeat;
  background-blend-mode: multiply;
}
@media (min-width: 1024px) {
  #challengeH2-about {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 40px 60px;
  }
}
#challengeH2-about h2 {
  max-width: 115px;
}
@media (min-width: 560px) {
  #challengeH2-about h2 {
    max-width: 210px;
  }
}
#challengeH2-about .list {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #challengeH2-about .list {
    flex-direction: row;
    margin-top: 140px;
  }
}
#challengeH2-about .list .item {
  flex: 1;
  background-color: #fff;
  padding: 15px;
}
#challengeH2-about .list .item .header {
  display: flex;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #challengeH2-about .list .item .header {
    display: block;
    padding-bottom: 0;
    margin-top: 0;
    border: none;
  }
}
#challengeH2-about .list .item .name {
  color: #56ACC6;
  font-size: 16px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  #challengeH2-about .list .item .name {
    margin-top: 15px;
    margin-right: 0;
    font-size: 27px;
    text-align: center;
  }
}
#challengeH2-about .list .item .img {
  text-align: center;
  margin-top: -80px;
  max-width: 115px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #challengeH2-about .list .item .img {
    margin-top: -115px;
    max-width: 190px;
  }
}
#challengeH2-about .list .item .feature {
  color: #56ACC6;
  font-size: 14px;
}
@media (min-width: 1024px) {
  #challengeH2-about .list .item .feature {
    font-size: 16px;
    margin-top: 7px;
    text-align: center;
  }
}
#challengeH2-about .list .item .text {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #challengeH2-about .list .item .text {
    margin-top: 12px;
  }
}
#challengeH2-about .list .item .text a {
  color: #56ACC6;
}
#challengeH2-about .list .item + .item {
  margin-top: 90px;
}
@media (min-width: 1024px) {
  #challengeH2-about .list .item + .item {
    margin-top: 0;
    margin-left: 32px;
  }
}

#challengeH2-contribution {
  margin: 0 15px;
  padding: 30px 15px 40px;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  #challengeH2-contribution {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 40px 60px;
  }
}
#challengeH2-contribution .mail {
  max-width: 160px;
}
#challengeH2-contribution h2 img {
  max-width: 528px;
}
#challengeH2-contribution .lead {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #challengeH2-contribution .lead {
    font-size: 16px;
  }
}
#challengeH2-contribution > * > .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #challengeH2-contribution > * > .flex {
    flex-direction: row;
  }
}
#challengeH2-contribution .table {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table {
    width: 500px;
  }
}
#challengeH2-contribution .table thead th {
  background-color: #56ACC6;
  border: 1px solid #56ACC6;
  max-width: 350px;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table thead th {
    font-size: 15px;
    padding: 20px;
  }
}
#challengeH2-contribution .table thead th:first-child {
  border-right: 1px solid #fff;
  width: 95px;
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table thead th:first-child {
    width: 175px;
  }
}
#challengeH2-contribution .table thead th:not(:first-child) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#challengeH2-contribution .table thead th:last-child {
  border-right: 1px solid #56ACC6;
}
#challengeH2-contribution .table thead th img {
  margin-top: 10px;
  max-width: 90px;
}
@media (max-width: 360px) {
  #challengeH2-contribution .table thead th img {
    width: 50px;
  }
}
#challengeH2-contribution .table thead th .flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 360px) {
  #challengeH2-contribution .table thead th .flex .item {
    font-size: 12px;
  }
}
#challengeH2-contribution .table thead th .flex .item + .item {
  margin-left: 20px;
}
@media (max-width: 360px) {
  #challengeH2-contribution .table thead th .flex .item + .item {
    margin-left: 10px;
  }
}
@media (min-width: 560px) {
  #challengeH2-contribution .table thead th .flex .item + .item {
    margin-left: 15px;
  }
}
#challengeH2-contribution .table tbody th {
  background-color: #D1E9F0;
  border: 1px solid #56ACC6;
  font-weight: bold;
  padding: 15px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table tbody th {
    font-size: 15px;
    padding: 20px;
  }
}
#challengeH2-contribution .table tbody td {
  border: 1px solid #56ACC6;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table tbody td {
    font-size: 15px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table tbody tr:nth-child(1) {
    height: 70px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(2) {
    height: 70px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(3) {
    height: 150px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(4) {
    height: 100px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(5) {
    height: 150px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(6) {
    height: 190px;
  }
}
#challengeH2-contribution .table th span {
  font-weight: normal;
  font-size: 14px;
}
#challengeH2-contribution .table td span {
  font-size: 14px;
}
#challengeH2-contribution .table td .list {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
#challengeH2-contribution .table td .list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#challengeH2-contribution .table td .list .item + .item {
  margin-top: 15px;
}
#challengeH2-contribution .table td .list img {
  max-width: 200px;
}
#challengeH2-contribution .table td .list .link {
  margin-top: 10px;
}
@media (min-width: 560px) {
  #challengeH2-contribution .table td .list .link {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table + .table {
    width: 280px;
  }
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table + .table th:first-child {
    display: none;
  }
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table + .table td:last-child {
    border-left: none;
  }
}
#challengeH2-contribution .btnlink._arrow {
  width: 100%;
  max-width: 200px;
  height: 40px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #challengeH2-contribution .btnlink._arrow {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    width: 300px;
  }
}
#challengeH2-contribution .btnlink._arrow::before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}

.faq .page-title {
  font-weight: normal;
}
.faq .page-lead {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .faq .page-lead {
    font-size: 1.6rem;
  }
}
.faq .faq-menu {
  margin-bottom: 20px;
}
.faq .faq-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
.faq .faq-menu ul:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.faq .faq-menu li {
  float: left;
  margin-bottom: 14px;
  flex-basis: calc(50% - 10px);
  background: linear-gradient(top, #EEEEEE, #F5F4F4);
  background: -ms-linear-gradient(top, #EEEEEE, #F5F4F4);
  background: -moz-linear-gradient(top, #EEEEEE, #F5F4F4);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#F5F4F4));
  -pie-background: linear-gradient(#EEEEEE 0%, #F5F4F4 100%);
}
@media (min-width: 1024px) {
  .faq .faq-menu li {
    flex-basis: calc(50% - 15px);
  }
}
.faq .faq-menu li:nth-child(even) {
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .faq .faq-menu li:nth-child(even) {
    margin-left: 30px;
  }
}
.faq .faq-menu li a {
  display: block;
  padding: 0 30px 0 15px;
  color: #4a3c92;
  background-position: right bottom;
  background-repeat: no-repeat;
  text-decoration: none;
}
.faq .faq-menu li a:hover {
  text-decoration: underline;
}
.faq .faq-menu td {
  border: none;
}
.faq .faq-menu #cat315 a {
  background-image: url(../images/faq/index/icon1.png);
}
.faq .faq-menu #cat316 a {
  background-image: url(../images/faq/index/icon2.png);
}
.faq .faq-menu #cat320 a {
  background-image: url(../images/faq/index/icon3.png);
}
.faq .faq-menu #cat323 a {
  background-image: url(../images/faq/index/icon4.png);
}
.faq .faq-menu li table {
  border-collapse: collapse;
}
.faq .faq-menu li td {
  height: 84px;
  vertical-align: middle;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  padding: 0;
  font-size: 1.6rem;
  text-indent: -1.6rem;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .faq .faq-menu li td {
    font-size: 1.8rem;
    height: 80px;
    text-indent: 0;
  }
}
.faq .faq-menu li td::before {
  display: inline-block;
  content: "";
  background-image: url(../images/common/index_icon.svg);
  width: 4px;
  height: 6px;
  margin-right: 7px;
  background-position: center center;
}
@media (min-width: 1024px) {
  .faq .faq-menu li td::before {
    position: relative;
    top: -2px;
    width: 6px;
    height: 10px;
    margin-right: 5px;
  }
}
.faq .faq-contact {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #F3F3F3;
  padding: 30px 17px;
}
.faq .faq-contact .item {
  width: 100%;
}
.faq .faq-contact .item .btnlink {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .faq .faq-contact .item {
    display: flex;
  }
  .faq .faq-contact .item .btnlink {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .faq .faq-contact {
    padding: 22px 60px;
  }
}
.faq .faq-contact h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

#FaqDetail {
  /* end */
}
#FaqDetail .block:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #FaqDetail .block:not(:first-child) {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu {
    margin-left: 10px;
  }
}
#FaqDetail .faq-category-menu ul {
  list-style: none;
  padding-left: 0;
}
#FaqDetail .faq-category-menu ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#FaqDetail .faq-category-menu li:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu li:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu li {
    float: left;
    margin: 0 25px 0 0px;
    width: 214px;
    margin-right: 25px;
  }
}
#FaqDetail .faq-category-menu li a {
  border: 1px solid #cccccc;
  background: linear-gradient(top, #fefefe, #e0e0e0);
  background: -ms-linear-gradient(top, #fefefe, #e0e0e0);
  background: -moz-linear-gradient(top, #fefefe, #e0e0e0);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e0e0e0));
  display: block;
  padding: 14px 0 14px 55px;
  box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.2), 0px 0px 1px 1px white inset;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu li a {
    padding: 18px 0 18px 30px;
  }
}
#FaqDetail .faq-category-menu li a img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 50px;
}
@media (min-width: 560px) {
  #FaqDetail .faq-category-menu li a img {
    height: 59px;
  }
}
#FaqDetail .faq-category-menu .col3 li {
  width: 100%;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu .col3 li {
    width: 214px;
    margin-right: 25px;
    font-size: 1.4rem;
  }
}
#FaqDetail .faq-category-menu .col3 li:nth-child(3n) {
  margin-right: 0;
}
#FaqDetail .faq-category-menu .col4 li {
  width: 100%;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu .col4 li {
    margin-right: 16px;
    width: 160px;
  }
}
#FaqDetail .faq-category-menu .col4 li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 560px) {
  #FaqDetail .faq-category-menu .col4 li a {
    padding-left: 30px;
  }
}
#FaqDetail .faq-category-menu li a:hover {
  display: block;
  font-weight: bold;
}
#FaqDetail .faq-category-menu li a:before {
  content: "";
  background-image: url(../images/faq/common/menu.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -8px;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu li a:before {
    left: 10px;
  }
}
#FaqDetail .faq-category-menu li a img {
  position: absolute;
  top: 0;
  right: 0;
}
#FaqDetail .faq-lead {
  margin-left: 18px;
}
#FaqDetail .faq-list {
  margin-top: 14px;
}
#FaqDetail .faq-list dl {
  border: 1px solid #ccc;
  cursor: pointer;
  background: #FAFAFA;
  margin: -1px 10px 0 10px;
}
#FaqDetail .faq-list dl:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dl:not(:first-child) {
    margin-top: -1px;
  }
}
#FaqDetail .faq-list dl.is-open {
  background: none;
  border-bottom: 2px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dl.is-open {
    margin: -1px 0 0 0;
  }
}
#FaqDetail .faq-list dt {
  background: url(../images/faq/common/faq-q.svg) 17px center no-repeat;
  color: #504493;
  padding: 13px 20px 13px 63px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dt {
    font-size: 1.6rem;
  }
}
#FaqDetail .faq-list dt span {
  display: block;
  padding-right: 20px;
  background: url(../images/faq/common/faq-open.svg) right no-repeat;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dt span {
    padding-right: 10px;
  }
}
#FaqDetail .faq-list dt span.red {
  color: inherit;
}
#FaqDetail .faq-list dt span.red:after {
  content: "(販売は終了しました)";
  /*(販売は終了しました)*/
  display: inline-block !important;
  font-weight: normal;
  background: none;
  color: #333;
}
#FaqDetail .faq-list dd.red {
  color: inherit;
}
#FaqDetail .faq-list dd.red:after {
  content: "(販売は終了しました)";
  /*(販売は終了しました)*/
  font-weight: normal;
  color: #333;
}
#FaqDetail .faq-list dl.is-open dt {
  color: #333333;
}
#FaqDetail .faq-list dl.is-open dt span {
  background: url(../images/faq/common/faq-close.svg) right no-repeat;
}
#FaqDetail .faq-list dd {
  display: none;
  background: url(../images/faq/common/faq-a.svg) 17px top no-repeat;
  padding: 8px 63px 15px 63px;
  word-break: break-all;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dd {
    background: url(../images/faq/common/faq-a.svg) 40px 6px no-repeat;
    padding: 8px 60px 15px 85px;
  }
}
#FaqDetail .faq-list dd a {
  text-decoration: underline;
}
#FaqDetail .faq-list dd a:hover {
  text-decoration: none;
}

#faqAboutfigaro .modal__container {
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 0;
  overflow: inherit;
}
@media (min-width: 560px) {
  #faqAboutfigaro .modal__container {
    width: 640px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro .modal__container {
    width: 713px;
    margin: 0;
  }
}
#faqAboutfigaro .modal__close {
  top: -20px;
  right: -20px;
}
#faqAboutfigaro .modal__close::before {
  width: 34px;
  height: 34px;
  background-image: url(../images/faq/about-figaro/close.png);
  background-size: contain;
  content: "";
  display: block;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .modal__close::before {
    width: 41px;
    height: 41px;
  }
}
#faqAboutfigaro .modal__content {
  margin: 20px 15px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .modal__content {
    margin: 24px;
    padding-bottom: 0;
  }
}
#faqAboutfigaro .modal__content::after {
  content: "";
  background-image: url(../images/faq/about-figaro/img-woman.png);
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 156px;
  height: 152px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .modal__content::after {
    display: flex;
    width: 180px;
    height: 175px;
  }
}
#faqAboutfigaro .oshiete-faq {
  overflow: scroll;
  max-height: calc(90vh - 100px);
}
@media (min-width: 560px) {
  #faqAboutfigaro .oshiete-faq {
    overflow: inherit;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question {
    display: flex;
  }
}
#faqAboutfigaro .oshiete-faq .question::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(../images/faq/about-figaro/title.png);
  background-size: 269px;
  background-position: center center;
  background-color: #F6F5F9;
  border: 1px solid #D9D7E7;
}
@media (max-width: 360px) {
  #faqAboutfigaro .oshiete-faq .question::before {
    background-size: 220px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question::before {
    background-image: url(../images/faq/about-figaro/title.jpg);
    background-size: 118px;
    width: 118px;
    height: 72px;
  }
}
#faqAboutfigaro .oshiete-faq .question .q {
  display: flex;
  border: 1px solid #D9D7E7;
  border-top: none;
  padding: 15px 15px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: center;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question .q {
    font-size: 2.6rem;
    border-top: 1px solid #D9D7E7;
    border-left: none;
    flex-grow: 1;
  }
}
#faqAboutfigaro .oshiete-faq .question .q::before {
  content: "";
  display: block;
  background-image: url(../images/faq/about-figaro/q.jpg);
  background-size: contain;
  width: 29px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question .q::before {
    margin-top: 8px;
  }
}
#faqAboutfigaro .oshiete-faq .answer {
  margin-top: 10px;
  border: 1px solid #C7C7C7;
  border-radius: 16px;
  padding: 25px 15px 20px;
  position: relative;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .answer {
    margin-top: 20px;
    width: 540px;
    margin-left: auto;
    padding-left: 25px;
  }
}
#faqAboutfigaro .oshiete-faq .answer::before {
  content: "";
  background-image: url(../images/faq/about-figaro/bubble-sp.png);
  background-size: contain;
  width: 30px;
  height: 23px;
  position: absolute;
  left: 145px;
  bottom: -20px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .answer::before {
    background-image: url(../images/faq/about-figaro/bubble.png);
    left: -17px;
    bottom: 80px;
    width: 17px;
    height: 20px;
  }
}
#faqAboutfigaro .oshiete-faq .answer .text {
  display: flex;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .answer .text {
    line-height: 1.4;
  }
}
#faqAboutfigaro .oshiete-faq .answer .text::before {
  content: "";
  display: block;
  background-image: url(../images/faq/about-figaro/a.png);
  background-size: contain;
  width: 27px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: -5px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .answer .text::before {
    margin-top: -2px;
  }
}
#faqAboutfigaro #modal-1 .link {
  margin-left: 33px;
  display: flex;
  align-items: center;
  color: #0154B4;
  margin-top: 10px;
}
#faqAboutfigaro #modal-1 .link::before {
  content: "";
  background-image: url(../images/faq/about-figaro/link.jpg);
  width: 11px;
  height: 12px;
  margin-right: 10px;
}
#faqAboutfigaro #modal-1 .text {
  line-height: 1.5;
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-1 .text {
    line-height: 1.7;
    font-size: 1.4rem;
  }
}
#faqAboutfigaro #modal-1 .img {
  width: 64px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-1 .img {
    width: 80px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-2 .answer {
    display: flex;
  }
}
#faqAboutfigaro #modal-2 .text {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-2 .text {
    line-height: 1.7;
  }
}
#faqAboutfigaro #modal-2 .img {
  width: 79px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-2 .img {
    width: 138px;
    flex-shrink: 0;
    margin-left: 25px;
  }
}
#faqAboutfigaro #modal-3 .map {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-3 .map {
    margin-top: 20px;
  }
}
#faqAboutfigaro #modal-3 .map iframe {
  width: 100%;
  height: 176px;
}
@media (min-width: 560px) {
  #faqAboutfigaro #modal-3 .map iframe {
    height: 245px;
  }
}
#faqAboutfigaro #modal-3 .modal__content {
  padding-bottom: 0;
}
#faqAboutfigaro #modal-3 .modal__content::after {
  display: none;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-4 .answer {
    padding-bottom: 120px;
  }
}
#faqAboutfigaro #modal-4 .text {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-4 .text {
    width: 310px;
    line-height: 1.7;
  }
}
#faqAboutfigaro #modal-4 .img {
  width: 177px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-4 .img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
#faqAboutfigaro #modal-5 .answer {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-5 .answer {
    padding-bottom: 200px;
  }
}
#faqAboutfigaro #modal-5 .text {
  display: block;
  margin-left: 35px;
}
#faqAboutfigaro #modal-5 .text::before {
  float: left;
  margin-left: -35px;
}
#faqAboutfigaro #modal-5 .img {
  width: 90%;
  margin-left: 10%;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-5 .img {
    position: absolute;
    right: 2.5%;
    bottom: 0;
    width: 95%;
  }
}
#faqAboutfigaro #modal-6 .answer {
  background-image: url(../images/faq/about-figaro/6-img-sp.png);
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 120px;
}
@media (min-width: 560px) {
  #faqAboutfigaro #modal-6 .answer {
    background-image: url(../images/faq/about-figaro/6-img.png);
    background-position: left -20px bottom;
    background-size: 110%;
    padding-bottom: 200px;
  }
}
#faqAboutfigaro #modal-6 .img {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-6 .img {
    display: none;
  }
}
#faqAboutfigaro #modal-7 .answer {
  background-image: url(../images/faq/about-figaro/7-img-sp.png);
  background-size: 150px;
  background-position: right bottom;
  padding-bottom: 120px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-7 .answer {
    background-image: url(../images/faq/about-figaro/7-img.png);
    background-size: contain;
    background-position: left bottom;
    padding-bottom: 180px;
  }
}
#faqAboutfigaro #modal-7 .img {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-7 .img {
    display: none;
  }
}
#faqAboutfigaro #modal-8 .answer {
  background-image: url(../images/faq/about-figaro/8-img2-sp.png);
  background-size: 220px;
  background-position: right bottom;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-8 .answer {
    background-image: url(../images/faq/about-figaro/8-img.png);
    background-size: contain;
    padding-bottom: 20px;
  }
}
#faqAboutfigaro #modal-8 .img {
  width: 175px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-8 .img {
    width: 231px;
    margin-left: 35px;
  }
}

@media (min-width: 1024px) {
  #faqAboutfigaro-list {
    margin-top: -30px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .page-title {
    width: 225px;
    position: absolute;
  }
}
#faqAboutfigaro-list .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .list {
    margin-top: 0;
  }
}
#faqAboutfigaro-list .item {
  width: calc((100% - 9px) / 2);
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item {
    width: 226px;
    margin-top: 17px;
    margin-left: 16px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:first-child {
    margin-left: 242px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:nth-child(2) {
    margin-top: 0;
  }
}
#faqAboutfigaro-list .item:nth-child(2n) {
  margin-left: 9px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:nth-child(3n) {
    margin-left: 0;
  }
}
#faqAboutfigaro-list .bnrlink {
  cursor: pointer;
}

#flow-step .list {
  margin-top: 50px;
}
#flow-step .item {
  background-image: linear-gradient(to right, #FFFFFF 28px, #BEBEBE 29px, #FFFFFF 29px);
  background-repeat: repeat-y;
  padding-bottom: 30px;
}
@media (min-width: 560px) {
  #flow-step .item {
    background-image: linear-gradient(to right, #FFFFFF 40px, #BEBEBE 41px, #FFFFFF 41px);
  }
}
#flow-step .item:last-child {
  background-image: none;
}
#flow-step .header {
  display: flex;
  align-items: center;
}
#flow-step .header .icon {
  width: 60px;
  margin-right: 7px;
}
@media (min-width: 560px) {
  #flow-step .header .icon {
    width: 86px;
  }
}
#flow-step .header .heading {
  font-size: 2.1rem;
}
@media (min-width: 560px) {
  #flow-step .header .heading {
    font-size: 2.4rem;
  }
}
#flow-step .content {
  margin-left: 67px;
}
@media (min-width: 560px) {
  #flow-step .content {
    margin-left: 94px;
  }
}
#flow-step .box {
  padding: 10px;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #flow-step .box {
    margin-top: -5px;
  }
}
#flow-step .box + .box {
  margin-top: 20px;
}
#flow-step .box .head {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 5px 62px;
  background-size: 39px;
  background-position: left 13px top;
}
@media (min-width: 560px) {
  #flow-step .box .head {
    background-size: 40px;
  }
}
#flow-step .box .body {
  padding: 12px 10px 15px;
  border-radius: 3px;
  background-color: #FFFFFF;
}
#flow-step .box .body h3.heading {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  #flow-step .box .body h3.heading {
    font-size: 2rem;
  }
}
#flow-step .box .body h3.heading img {
  width: 31px;
  margin-right: 7px;
}
@media (min-width: 560px) {
  #flow-step .box .body h3.heading img {
    width: 40px;
  }
}
#flow-step .box .body .text {
  margin-top: 10px;
}
#flow-step .box .body .btnlink {
  height: 60px;
  margin-top: 20px;
  width: 100%;
  max-width: 275px;
}
#flow-step .box._customer {
  background-color: #E1EFF9;
}
#flow-step .box._customer .head {
  color: #1181DE;
  background-image: url(../images/flow/icon-customer.png);
}
#flow-step .box._customer .body {
  border: 1px solid #C0D7E8;
}
#flow-step .box._figaro {
  background-color: #EDEBF8;
}
#flow-step .box._figaro .head {
  color: #4A3C93;
  background-image: url(../images/flow/icon-figaro.png);
}
#flow-step .box._figaro .body {
  border: 1px solid #D9D6E6;
}
#flow-step .block {
  padding: 25px 30px 35px;
  background-color: #F7F7F7;
  border: 3px solid #D3D3D3;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #flow-step .block {
    border-width: 5px;
    padding: 28px 30px 37px;
  }
}
#flow-step .block .text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 560px) {
  #flow-step .block .text {
    font-size: 2rem;
  }
}
#flow-step .block .btnlink {
  margin-top: 10px;
  max-width: 100%;
}
@media (min-width: 560px) {
  #flow-step .block .btnlink {
    width: 372px;
  }
}

#recruitIndex .page-header {
  position: relative;
}
#recruitIndex .page-leadtext {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #recruitIndex .page-leadtext {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  #recruitIndex-index .index-list {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #recruitIndex-index .index-list .link {
    width: 455px;
  }
}
#recruitIndex-index .index-list .link:last-child:hover {
  opacity: 1;
}
#recruitIndex-index .index-list .title {
  font-size: 1.6rem;
}
#recruitIndex-index .index-list .text {
  margin-left: 15px;
  margin-top: 5px;
}
#recruitIndex-index .index-list .text._red {
  color: #C00;
  font-size: 1.2rem;
}
#recruitIndex-index .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #recruitIndex-index .flex {
    flex-direction: row;
  }
}
#recruitIndex-index .mynavi {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  align-items: center;
}
@media (min-width: 1024px) {
  #recruitIndex-index .mynavi {
    flex-direction: row;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
#recruitIndex-index .mynavi .text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#recruitIndex-index .mynavi .img {
  margin-top: 20px;
  max-width: 130px;
}
@media (min-width: 1024px) {
  #recruitIndex-index .mynavi .img {
    margin-top: 0;
    margin-left: 20px;
  }
}
#recruitIndex-index .box {
  margin-top: 40px;
  border: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box {
    width: 455px;
    margin-left: auto;
    margin-top: 20px;
  }
}
#recruitIndex-index .box .head {
  padding: 10px 20px;
  background-color: #F5F4F4;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .head {
    display: flex;
  }
}
#recruitIndex-index .box .head .title {
  font-weight: bold;
  font-size: 1.6rem;
  color: #4A3C93;
}
#recruitIndex-index .box .head .note {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .head .note {
    margin-top: 2px;
    margin-left: 10px;
  }
}
#recruitIndex-index .box .body {
  padding: 10px;
}
#recruitIndex-index .box .list {
  background-image: url(../images/recruit/index/man.png);
  background-position: right top;
  background-size: 37px;
  width: 230px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .list {
    background-size: 45px;
    width: 250px;
    min-height: 60px;
    padding-top: 18px;
  }
}
#recruitIndex-index .box .list .link {
  color: #4A3C93;
  display: flex;
  align-items: center;
  margin-left: 4px;
  font-weight: bold;
  text-decoration: none;
}
#recruitIndex-index .box .list .link::before {
  content: "";
  background-image: url(../images/common/index_icon.svg);
  width: 4px;
  height: 6px;
  margin-right: 7px;
  background-position: center center;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .list .link::before {
    width: 6px;
    height: 10px;
    margin-right: 10px;
  }
}

#recruitIndex-contact {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #recruitIndex-contact .section-content {
    max-width: 900px;
  }
}
#recruitIndex-contact .heading {
  font-size: 1.6rem;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}
#recruitIndex-contact .name {
  margin-top: 10px;
  font-size: 1.4rem;
}
#recruitIndex-contact .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #recruitIndex-contact .text {
    margin-top: 5px;
  }
}
#recruitIndex-contact .text a {
  text-decoration: none;
}

#recruitNewgrad .page-aside {
  display: none;
}
@media (min-width: 1024px) {
  #recruitNewgrad .page-aside {
    display: block;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#recruitNewgrad .page-aside .aside-banner:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  #recruitNewgrad #recruitIndex-contact .section-content {
    width: 655px;
  }
}

#recruitNewgrad-table .box {
  margin: 30px 20px 0;
  padding: 15px;
  border: 1px solid #c2c2c2;
  background-color: #f5f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 560px) {
  #recruitNewgrad-table .box {
    width: 370px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
  }
}
#recruitNewgrad-table .box .text {
  font-size: 1.6rem;
  font-weight: bold;
}
#recruitNewgrad-table .box .bnrlink {
  width: 84px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  #recruitNewgrad-table .box .bnrlink {
    width: 130px;
  }
}

#Privacy .pagetitle {
  font-size: 3rem;
  font-weight: normal;
}
#Privacy .lead {
  margin-bottom: 25px;
}
#Privacy dt {
  background: url(../images/common/line.jpg) left bottom repeat-x;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 12px;
  font-weight: bold;
  padding-bottom: 3px;
}
#Privacy dd {
  margin-bottom: 25px;
  padding-left: 22px;
}
#Privacy dd * + * {
  margin-top: 1em;
}
#Privacy dd .list li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#Privacy .mail {
  width: 140px;
  margin-top: 0;
  vertical-align: text-bottom;
}

#ContactIndex {
  /* parts */
}
#ContactIndex .page-content img {
  max-width: 100%;
}
#ContactIndex .link._alcohol {
  border: 1px solid #CCC;
  padding: 0;
}
#ContactIndex .link._alcohol .head {
  color: #443786;
  font-size: 16px;
  background: url(../images/contact/alcohol.png) 40px 23px no-repeat #F4F4F4;
  background-size: 75px;
  padding: 49px 10px 48px 140px;
  font-weight: bold;
  line-height: 24px;
}
@media (min-width: 1024px) {
  #ContactIndex .link._alcohol .head {
    background: url(../images/contact/alcohol.png) 18px 23px no-repeat #F4F4F4;
    padding: 49px 10px 48px 110px;
  }
}
#ContactIndex .link._alcohol .head:hover {
  opacity: 0.6;
}
#ContactIndex .link._alcohol .body {
  padding: 10px 10px 10px 35px;
}
#ContactIndex .link._alcohol .tel {
  background: url(../images/contact/alcohol-tel.png) left no-repeat;
  padding-left: 40px;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 5px;
}
#ContactIndex .contact-phone-area {
  width: 100%;
  margin: 40px auto 50px;
  border: solid 1px #cbcbcb;
  background: #fff;
}
#ContactIndex .contact-phone-area .contact-phone dt {
  padding: 12px 0 13px 20px;
  background: #f7f7f7;
  border-bottom: solid 1px #cbcbcb;
  letter-spacing: 0.04em;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  color: #443786;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area .contact-phone dt {
    padding: 12px 0 13px 30px;
    font-size: 1.9rem;
  }
}
#ContactIndex .contact-phone-area .contact-phone dt .small {
  letter-spacing: 0;
  font-size: 15px;
}
#ContactIndex .contact-phone-area.ver2 span {
  color: #333;
  font-size: 90%;
  font-weight: normal;
}
#ContactIndex .contact-phone-area .contact-phone dd {
  width: 41%;
  padding-left: 10px;
  margin: 26px 0px 26px;
  margin-left: 45px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
#ContactIndex .contact-phone-area .contact-phone dt:first-child + dd {
  border-right: solid 1px #cbcbcb;
  padding-right: 32px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd {
  width: auto;
  display: block;
  border: 0 !important;
  margin: 25px 0;
  text-align: center;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dt:first-child + dd {
  padding: 0;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dt:first-child + dd {
    overflow: hidden;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd {
  padding: 20px 15px !important;
  margin: 0;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd {
    margin: 15px 0;
    padding: 0;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no ._pc_only {
  display: none;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no ._pc_only {
    display: inline;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .tel-no:before {
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .tel-no:before {
    width: 29px;
    height: 19px;
  }
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor {
    width: 49.9%;
    float: left;
  }
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .item.tel {
    line-height: 109px;
    vertical-align: middle;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #ccc;
    width: 49.9%;
    float: right;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .item {
  margin-bottom: 20px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .item:last-child {
  margin-bottom: 0;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .ttl {
  margin-bottom: 0 !important;
  font-size: 14px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .item:nth-of-type(1) .ttl,
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .item:nth-of-type(1) .ttl {
  font-size: 16px !important;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .item:nth-of-type(1) .ttl,
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .item:nth-of-type(1) .ttl {
    font-size: 19px !important;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .tel-no {
  font-weight: normal;
  font-size: 21px !important;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .tel-no {
    font-size: 30px !important;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .tel-no {
  font-size: 21px !important;
  font-weight: normal;
}
#ContactIndex .contact-phone-area .contact-phone dd .tel-no {
  margin: 0 auto;
  padding: 2px 0 0;
  display: block;
  background: url(../images/contact/icon-phone-black.png) no-repeat 17px 11px;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  font-family: "Liberation Sans", sans-serif;
  font-size: 35px;
  font-weight: normal;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no {
  font-size: 30px;
  background: none;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no:before {
  background-image: url(../images/contact/icon-phone-black.png);
  width: 21px;
  height: 17px;
  background-size: contain;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no:before {
    width: 33px;
    height: 26px;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no.big {
  font-size: 40px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no.big:before {
  background-image: url(../images/contact/icon-phone-black2.png);
  width: 40px;
  height: 34px;
}
#ContactIndex .contact-phone-area2 {
  margin: 20px auto 50px;
  border: solid 1px #cbcbcb;
  background: #fff;
}
#ContactIndex .contact-phone-area2 .notice {
  margin-top: 10px;
}
#ContactIndex .contact-phone-area2 dt {
  padding: 12px 0 13px 20px;
  background: #f7f7f7;
  border-bottom: solid 1px #cbcbcb;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  color: #443786;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area2 dt {
    font-size: 1.9rem;
    padding: 12px 0 13px 30px;
  }
}
#ContactIndex .contact-phone-area2 dd {
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area2 dd {
    padding: 25px 30px;
  }
}
#ContactIndex .alcohol-checker-link {
  margin: 20px 20px 0;
}
@media (min-width: 1024px) {
  #ContactIndex .alcohol-checker-link {
    margin: 20px auto 0;
    width: 483px;
  }
}
#ContactIndex .alcohol-checker-link a {
  height: 99px;
  color: #251972;
  padding: 20px 70px 0 0;
  letter-spacing: 1.25px;
  font-weight: bold;
  display: block;
  background-image: url(../images/contact/alcohol.png);
  background-position: right center;
  background-size: contain;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #ContactIndex .alcohol-checker-link a {
    padding: 24px 5px 0 5px;
    font-size: 1.6rem;
  }
}
#ContactIndex .alcohol-checker-link a span {
  position: relative;
  display: block;
}
#ContactIndex .alcohol-checker-link a span::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 2px;
  bottom: -10px;
  background-color: #251972;
}
@media (min-width: 1024px) {
  #ContactIndex .alcohol-checker-link a span::after {
    width: 415px;
  }
}
#ContactIndex .alcohol-checker-link a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#ContactIndex .sensor-quote-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#ContactIndex .sensor-quote-link .btnlink {
  width: auto;
  height: auto;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 4px 20px;
}
@media (min-width: 1024px) {
  #ContactIndex .sensor-quote-link .btnlink {
    font-size: 1.9rem;
    height: 52px;
    padding: 0 20px;
  }
}
#ContactIndex .notice-sensor {
  margin-top: 20px;
}

#sitemap {
  margin-bottom: 30px;
}
#sitemap .home {
  margin-bottom: 15px;
}
#sitemap .group {
  margin-bottom: 15px;
  padding-left: 35px;
}
#sitemap h2 {
  background: url(../images/sitemap/arrow.jpg) left no-repeat;
  padding-left: 20px;
  font-size: 1.6rem;
}
#sitemap ul {
  padding-left: 47px;
  list-style: none;
}
#sitemap li {
  margin-bottom: 2px;
  background: url(../images/sitemap/arrow2.jpg) left no-repeat;
  padding-left: 12px;
}
#sitemap li:last-child {
  margin-bottom: 0;
}
#sitemap a {
  text-decoration: none;
}

#site .section + .section {
  margin-top: 45px;
}
#site .section-content {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #site .section-content .text {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#site .box {
  background-color: #f5f4f4;
  padding: 25px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #site .box {
    max-width: 500px;
  }
}
#site .box .flex {
  margin-top: 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #site .box .flex {
    flex-direction: row;
  }
}
#site .box .heading {
  font-size: 1.6rem;
}
#site .box .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #site .box .text {
    margin-left: 0;
    margin-right: 0;
  }
}
#site .box .bnrlink {
  margin-top: 10px;
  max-width: 158px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  #site .box .bnrlink {
    width: 158px;
    margin-left: 20px;
  }
}

.figarojournal .page-content {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .figarojournal .page-content {
    margin-top: 48px;
  }
}
.figarojournal .page-title {
  font-weight: bold;
}

.category-list {
  display: flex;
  column-gap: 10px;
  row-gap: 15px;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .category-list {
    gap: 12px;
  }
}
.category-list .category {
  display: flex;
  color: #4A3C93;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 4px 10px;
  border: 1px solid #B9B2DE;
  border-radius: 15px;
  transition: 0.2s ease-out;
  text-decoration: none;
  background-color: #FFFFFF;
}
.category-list .category._current {
  background-color: #4A3C93;
  color: #FFFFFF;
}
.category-list .category:hover {
  border-color: #4A3C93;
}

.card-list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .card-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.card-list .item {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .card-list .item {
    width: calc((100% - 60px) / 3);
  }
}
.card-list .card {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
  background-color: #F4F4F4;
  text-decoration: none;
}
.card-list .card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s ease-out;
}
.card-list .card:hover {
  color: #5C47C6;
}
.card-list .card:hover::after {
  box-shadow: 0px 0px 0px 1px #5C47C6 inset;
}
.card-list .card:hover .eyecatch img {
  transform: scale(110%);
}
.card-list .card:hover .title {
  color: #5C47C6;
}
.card-list .card:hover .text {
  color: #5C47C6;
}
.card-list .eyecatch {
  overflow: hidden;
}
.card-list .eyecatch img {
  width: 100%;
  vertical-align: bottom;
  transition: 0.2s ease-out;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.card-list .body {
  padding: 16px 16px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  flex-grow: 1;
}
.card-list .date {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #7B7B7B;
}
@media (min-width: 1024px) {
  .card-list .date {
    font-size: 1.3rem;
  }
}
.card-list .title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  transition: 0.2s ease-out;
}
.card-list .text {
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card-list .categories {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 8px 6px;
  flex-wrap: wrap;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .card-list .categories {
    padding-top: 11px;
    gap: 6px 4px;
  }
}
.card-list .category {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #6B5CBA;
  padding: 2px 8px 3px;
  border: 1px solid #B9B2DE;
  background-color: #FFFFFF;
  border-radius: 100vh;
}
@media (min-width: 1024px) {
  .card-list .category {
    font-size: 1.3rem;
  }
}

.pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-top: 48px;
}
.pagination-list a,
.pagination-list .current_page {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  transition: 0.2s ease-out;
  text-decoration: none;
}
.pagination-list a:hover {
  color: #5C47C6;
}
.pagination-list .current_page {
  background-image: linear-gradient(180deg, #8677D9 0%, #4A3C93 100%);
  color: #FFFFFF;
}
.pagination-list .link_before,
.pagination-list .link_next {
  font-size: 0.75rem;
}

.sns-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
  background-color: #F4F4F4;
  padding: 24px;
}
@media (min-width: 1024px) {
  .sns-btns {
    flex-direction: row;
    column-gap: 32px;
    background-color: transparent;
  }
}
.sns-btns .text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .sns-btns .text {
    font-size: 1.8rem;
  }
}
.sns-btns .list {
  display: flex;
  align-items: center;
  column-gap: 22px;
}
@media (min-width: 1024px) {
  .sns-btns .list {
    column-gap: 20px;
  }
}
.sns-btns .link {
  transition: 0.2s ease-out;
  width: 28px;
  height: 28px;
  display: flex;
}
.sns-btns .link:hover {
  opacity: 0.7;
}

.figarojournal-contact {
  border: 1px solid #CBCBCB;
}
.figarojournal-contact .heading {
  font-size: 1.6rem;
  color: #4A3C93;
  text-align: center;
  padding: 12px;
  background-color: #F7F7F7;
  border-bottom: 1px solid #CBCBCB;
}
@media (min-width: 1024px) {
  .figarojournal-contact .heading {
    font-size: 2rem;
    padding: 16px;
  }
}
.figarojournal-contact .flex {
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .figarojournal-contact .flex {
    flex-direction: row;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.figarojournal-contact .block {
  padding: 24px 20px;
}
@media (min-width: 1024px) {
  .figarojournal-contact .block {
    padding: 0 64px;
  }
}
.figarojournal-contact .block + .block {
  border-top: 1px solid #CBCBCB;
}
@media (min-width: 1024px) {
  .figarojournal-contact .block + .block {
    border-top: none;
    border-left: 1px solid #CBCBCB;
  }
}
.figarojournal-contact .subheading {
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .figarojournal-contact .subheading {
    font-size: 2rem;
  }
}
.figarojournal-contact .note {
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .figarojournal-contact .note {
    font-size: 1.4rem;
  }
}
.figarojournal-contact .tellink {
  margin-top: 8px;
  font-size: 2.1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
@media (min-width: 1024px) {
  .figarojournal-contact .tellink {
    font-size: 3rem;
    margin-top: 12px;
  }
}
.figarojournal-contact .tellink::before {
  content: "";
  background-image: url(/images/figarojournal/tel.png);
  background-size: contain;
  width: 21px;
  height: 16px;
}
@media (min-width: 1024px) {
  .figarojournal-contact .tellink::before {
    width: 33px;
    height: 26px;
  }
}
.figarojournal-contact .btnlink {
  margin-top: 8px;
  padding: 10px 20px;
  width: 300px;
  height: 66px;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .figarojournal-contact .btnlink {
    width: 325px;
    text-align: center;
    margin-top: 16px;
  }
}
.figarojournal-contact .btnlink::before {
  margin-right: 10px;
}
.figarojournal-contact .set {
  display: flex;
  align-items: center;
  column-gap: 16px;
  justify-content: center;
  margin-top: 8px;
}
.figarojournal-contact .link {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #4A3C93;
}
@media (min-width: 1024px) {
  .figarojournal-contact .link {
    font-size: 1.6rem;
  }
}
.figarojournal-contact .img {
  width: 55px;
}
@media (min-width: 1024px) {
  .figarojournal-contact .img {
    width: 69px;
  }
}

.figarojournal-header .block {
  padding: 16px 16px 20px;
  background-color: #EFEEF4;
}
@media (min-width: 1024px) {
  .figarojournal-header .block {
    padding: 24px;
  }
}
.figarojournal-header .mt-search {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (min-width: 1024px) {
  .figarojournal-header .mt-search {
    flex-direction: row;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
  }
}
.figarojournal-header .mt-search .heading {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.figarojournal-header .mt-search .heading::before {
  content: "";
  flex-shrink: 0;
  background-image: url(/images/figarojournal/search.svg);
  background-size: contain;
  width: 19px;
  height: 19px;
}
.figarojournal-header .mt-search .form {
  display: flex;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .figarojournal-header .mt-search .form {
    width: 486px;
  }
}
.figarojournal-header .mt-search .query {
  width: 150px;
  height: 50px;
  padding: 5px 10px;
  flex-grow: 1;
  border: 1px solid #AAAAAA;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-sizing: border-box;
}
.figarojournal-header .mt-search .button {
  text-indent: -9999px;
  background-color: #4A3C93;
  background-image: url(/images/figarojournal/search_w.svg), linear-gradient(180deg, #8677D9 0%, #4A3C93 100%);
  background-size: 19.2px 19.2px, contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (min-width: 1024px) {
  .figarojournal-header .mt-search .button {
    text-indent: 0;
    width: 118px;
    background-image: linear-gradient(180deg, #8677D9 0%, #4A3C93 100%);
    background-size: contain;
  }
}
.figarojournal-header .mt-search .button:hover {
  background-image: url(/images/figarojournal/search_w.svg);
  background-size: 19.2px 19.2px;
}
@media (min-width: 1024px) {
  .figarojournal-header .mt-search .button:hover {
    background-image: none;
  }
}
.figarojournal-header .categories {
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #A39DC4;
}
@media (min-width: 1024px) {
  .figarojournal-header .categories {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.figarojournal-header .categories .toggle {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
}
@media (min-width: 1024px) {
  .figarojournal-header .categories .toggle {
    display: none;
  }
}
.figarojournal-header .categories .toggle::after {
  content: "▲";
  display: block;
  margin-left: auto;
}
.figarojournal-header .categories .toggle._close::after {
  content: "▼";
}
.figarojournal-header .categories .category-list {
  margin-top: 10px;
}
.figarojournal-header .categories .category-list._close {
  display: none;
}

.figarojournal-index {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .figarojournal-index {
    margin-top: 40px;
  }
}
.figarojournal-index .section-content {
  margin-top: 32px;
}
.figarojournal-index .heading {
  font-size: 2rem;
  line-height: 1.5;
  display: flex;
  column-gap: 10px;
}
@media (min-width: 1024px) {
  .figarojournal-index .heading {
    font-size: 2.4rem;
  }
}
.figarojournal-index .heading::before {
  content: "";
  width: 5px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
  background-image: linear-gradient(180deg, #9F92E1 0%, #4A3C93 100%);
}
@media (min-width: 1024px) {
  .figarojournal-index .heading::before {
    margin-top: 5px;
  }
}

@media (min-width: 1024px) {
  .figarojournal-entry .entry-content {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 40px 64px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
.figarojournal-entry .entry-header .title {
  font-size: 2.1rem;
  line-height: 1.6;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .figarojournal-entry .entry-header .title {
    font-size: 2.8rem;
    margin-top: 24px;
  }
}
.figarojournal-entry .entry-header .meta {
  display: flex;
  column-gap: 15px;
}
.figarojournal-entry .entry-header .date {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666666;
}
@media (min-width: 1024px) {
  .figarojournal-entry .entry-header .date {
    font-size: 1.8rem;
  }
}
.figarojournal-entry .entry-header .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding-left: 0;
  list-style: none;
}
.figarojournal-entry .entry-header .category {
  display: flex;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 3px 15px;
  border-radius: 15px;
  color: #FFFFFF;
  background-color: #4A3C93;
  border: 1px solid #4A3C93;
}
@media (min-width: 1024px) {
  .figarojournal-entry .entry-header .category {
    font-size: 1.4rem;
  }
}
.figarojournal-entry .entry-header .category:hover {
  color: #4A3C93;
  background-color: #FFFFFF;
}
.figarojournal-entry .entry-header .eyecatch {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .figarojournal-entry .entry-header .eyecatch {
    margin-top: 40px;
  }
}
.figarojournal-entry .entry-header .eyecatch img {
  width: 100%;
  vertical-align: bottom;
}
.figarojournal-entry .entry-body {
  margin-top: 34px;
}
.figarojournal-entry .entry-body > * + * {
  margin-top: 32px;
}
.figarojournal-entry .entry-body > p + p {
  margin-top: 16px;
}
.figarojournal-entry .entry-body > * + p:has(img) {
  margin-top: 32px;
}
.figarojournal-entry .entry-body > * + .mt-figure {
  margin-top: 32px;
}
.figarojournal-entry .entry-body > * + ul,
.figarojournal-entry .entry-body > * + ol {
  margin-top: 16px;
}
.figarojournal-entry .entry-body > * + .c-heading__h2 {
  margin-top: 44px;
}
.figarojournal-entry .entry-body > * + .c-heading__h3 {
  margin-top: 44px;
}
.figarojournal-entry .entry-body > .c-heading__h3 + p {
  margin-top: 24px;
}
.figarojournal-entry .entry-body > .c-heading__h3 + p:has(img) {
  margin-top: 32px;
}
.figarojournal-entry .entry-body > .c-heading__h4 + p:not(:has(img)) {
  margin-top: 12px;
}
.figarojournal-entry .entry-body > .c-box + * {
  margin-top: 32px;
}
.figarojournal-entry .entry-body > p:has(img) + * {
  margin-top: 32px;
}
.figarojournal-entry .entry-body > .mt-figure + * {
  margin-top: 32px;
}
.figarojournal-entry .entry-body p {
  line-height: 1.8;
  font-size: 1.6rem;
}
.figarojournal-entry .entry-body p strong {
  background-color: #FFFA93;
}
.figarojournal-entry .entry-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  padding-left: 0;
}
.figarojournal-entry .entry-body ul li {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.8;
}
.figarojournal-entry .entry-body ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 9px;
  border-radius: 4px;
  flex-shrink: 0;
  background-color: #ACA5D4;
  transform: translateY(0.65em);
}
.figarojournal-entry .entry-body ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  counter-reset: olcounter;
  padding-left: 0;
}
.figarojournal-entry .entry-body ol li {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.8;
  counter-increment: olcounter;
}
.figarojournal-entry .entry-body ol li::before {
  content: counter(olcounter) ".";
  margin-right: 10px;
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .figarojournal-entry .entry-body > figure {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.figarojournal-entry .entry-body > figure img {
  width: auto;
  vertical-align: bottom;
}
.figarojournal-entry .entry-body > figure figcaption {
  font-size: 1.3rem;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .figarojournal-entry .entry-body > p:has(img) {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.figarojournal-entry .entry-body > p:has(img) img {
  width: auto;
  vertical-align: bottom;
}
.figarojournal-entry .entry-body > p:has(img) a:has(img) {
  display: block;
  transition: 0.2s ease-out;
}
.figarojournal-entry .entry-body > p:has(img) a:has(img):hover {
  opacity: 0.7;
}
.figarojournal-entry .entry-body table {
  width: 100%;
  table-layout: fixed;
}
.figarojournal-entry .entry-body table td,
.figarojournal-entry .entry-body table th {
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 10px 12px;
  border: 1px solid #CCCCCC;
  text-align: center;
}
.figarojournal-entry .entry-body table th {
  background-color: #F4F4F4;
}
.figarojournal-entry .toc-content {
  margin-top: 32px;
  padding: 16px 16px 24px;
  border: 1px solid #BABABA;
}
@media (min-width: 1024px) {
  .figarojournal-entry .toc-content {
    padding: 24px;
    margin-top: 40px;
  }
}
.figarojournal-entry .toc-content .title {
  font-size: 1.8rem;
  padding: 4px 8px;
  font-weight: bold;
  text-align: center;
  color: #4A3C93;
  background-color: #EFEFEF;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .figarojournal-entry .toc-content .title {
    font-size: 2rem;
    margin-top: 0;
  }
}
.figarojournal-entry .toc-content .list {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  counter-reset: countup;
}
@media (min-width: 1024px) {
  .figarojournal-entry .toc-content .list {
    margin-top: 32px;
    padding-left: 8px;
  }
}
.figarojournal-entry .toc-content .item {
  counter-increment: countup;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 7px;
}
@media (min-width: 1024px) {
  .figarojournal-entry .toc-content .item {
    column-gap: 10px;
  }
}
.figarojournal-entry .toc-content .item:not(:first-child) {
  margin-top: 22px;
}
@media (min-width: 1024px) {
  .figarojournal-entry .toc-content .item:not(:first-child) {
    margin-top: 20px;
  }
}
.figarojournal-entry .toc-content .item::before {
  grid-column: 1/2;
  content: "0" counter(countup);
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .figarojournal-entry .toc-content .item::before {
    font-size: 1.8rem;
  }
}
.figarojournal-entry .toc-content .link {
  grid-column: 2/3;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  transition: 0.2s ease-out;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .figarojournal-entry .toc-content .link {
    font-size: 1.8rem;
  }
}
.figarojournal-entry .toc-content .link:hover {
  color: #5C47C6;
}
.figarojournal-entry .toc-content .initem {
  padding-left: 25px;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .figarojournal-entry .toc-content .initem {
    padding-left: 32px;
  }
}
.figarojournal-entry .toc-content .inlink {
  font-size: 1.4rem;
  transition: 0.2s ease-out;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .figarojournal-entry .toc-content .inlink {
    font-size: 1.6rem;
  }
}
.figarojournal-entry .toc-content .inlink:hover {
  color: #5C47C6;
}

#figarojournalIndex-aside .sns-btns {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  #figarojournalIndex-aside .sns-btns {
    margin-top: 66px;
  }
}
#figarojournalIndex-aside .figarojournal-contact {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #figarojournalIndex-aside .figarojournal-contact {
    margin-top: 26px;
  }
}

#figarojournalCategory-aside .sns-btns {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  #figarojournalCategory-aside .sns-btns {
    margin-top: 66px;
  }
}
#figarojournalCategory-aside .figarojournal-contact {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #figarojournalCategory-aside .figarojournal-contact {
    margin-top: 26px;
  }
}

@media (min-width: 1024px) {
  #figarojournalEntry .page-header {
    background-color: #EFEFEF;
    margin-top: 0;
    padding-top: 40px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-headings {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 48px;
  }
}
#figarojournalEntry .page-content {
  padding-bottom: 64px;
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-content {
    margin-top: 0;
    background-color: #EFEFEF;
  }
}
#figarojournalEntry .page-aside {
  padding: 48px 15px 0;
  margin-bottom: 100px;
  border-top: 1px solid #BBBBBB;
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-aside {
    padding: 0;
    width: 960px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    border: none;
  }
}
#figarojournalEntry .page-aside .heading {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-aside .heading {
    font-size: 3.2rem;
  }
}
#figarojournalEntry .page-aside .card-list {
  margin-top: 32px;
  row-gap: 24px;
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-aside .card-list {
    margin-top: 40px;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-aside .card-list .item {
    width: calc((100% - 40px) / 2);
  }
}
#figarojournalEntry .page-aside .card-list .item:nth-child(10) {
  display: none;
}
#figarojournalEntry .page-aside .card-list .card {
  flex-direction: row;
  padding: 16px;
  column-gap: 12px;
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-aside .card-list .card {
    padding: 20px 24px;
    column-gap: 16px;
  }
}
#figarojournalEntry .page-aside .card-list .eyecatch {
  width: 82px;
  flex-shrink: 0;
  border: 1px solid #BDBDBD;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-aside .card-list .eyecatch {
    width: 160px;
  }
}
#figarojournalEntry .page-aside .card-list .eyecatch img {
  object-fit: cover;
  aspect-ratio: 82/82;
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-aside .card-list .eyecatch img {
    aspect-ratio: 160/106;
  }
}
#figarojournalEntry .page-aside .card-list .body {
  padding: 0;
}
#figarojournalEntry .page-aside .card-list .date {
  font-size: 1.3rem;
}
#figarojournalEntry .page-aside .card-list .title {
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-aside .card-list .title {
    font-size: 1.6rem;
  }
}
#figarojournalEntry .page-aside .card-list .text {
  display: none;
}
#figarojournalEntry .page-aside .card-list .category {
  font-size: 1.2rem;
  margin-top: 2px;
}
@media (min-width: 1024px) {
  #figarojournalEntry .page-aside .card-list .category {
    margin-top: 5px;
  }
}

#figarojournalEntry-aside {
  margin-top: 48px;
}
#figarojournalEntry-aside .figarojournal-contact {
  margin-right: -15px;
  margin-left: -15px;
  border-left: none;
  border-right: none;
}
@media (min-width: 1024px) {
  #figarojournalEntry-aside .figarojournal-contact {
    margin: 0;
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
  }
}
#figarojournalEntry-aside .figarojournal-contact .heading {
  color: #FFFFFF;
  background-color: #4A3C93;
}
#figarojournalEntry-aside .figarojournal-contact .btnlink {
  width: 100%;
  max-width: 325px;
}
#figarojournalEntry-aside .sns-btns {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #figarojournalEntry-aside .sns-btns {
    margin-top: 26px;
  }
}
#figarojournalEntry-aside .btnlink._return {
  width: 206px;
  padding: 12px;
  margin-top: 40px;
  border-color: #333333;
  background-image: none;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  column-gap: 17px;
}
#figarojournalEntry-aside .btnlink._return::before {
  content: "◀";
  font-size: 0.8rem;
  color: #A2A2A2;
  transition: 0.2s ease-out;
}
#figarojournalEntry-aside .btnlink._return:hover {
  opacity: 1;
  color: #FFFFFF;
  background-color: #4A3C93;
}
#figarojournalEntry-aside .btnlink._return:hover::before {
  color: #FFFFFF;
}

.c-heading__h2 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.6;
  color: #4A3C93;
  background-color: #EFECFF;
  border-left: 3px solid #4A3C93;
  padding: 10px;
}
@media (min-width: 1024px) {
  .c-heading__h2 {
    font-size: 2.4rem;
    border-left-width: 4px;
    padding: 10px 20px;
  }
}

.c-heading__h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #4A3C93;
  border-bottom: 1px solid #4A3C93;
  padding: 0 0 4px;
}
@media (min-width: 1024px) {
  .c-heading__h3 {
    font-size: 2rem;
    padding: 0 0 12px;
  }
}

.c-heading__h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #4A3C93;
  display: flex;
  column-gap: 8px;
}
@media (min-width: 1024px) {
  .c-heading__h4 {
    font-size: 1.8rem;
  }
}
.c-heading__h4::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  flex-shrink: 0;
  background-image: linear-gradient(#8677D9, #4A3C93);
}
@media (min-width: 560px) {
  .c-heading__h4::before {
    margin-top: 10px;
  }
}

.c-heading__column {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.c-heading__box {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .c-heading__box {
    font-size: 1.6rem;
  }
}

.c-btnlink {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: 0.2s ease-out;
  color: #5C47C6;
  padding-bottom: 2px;
  border-bottom: 1px solid #5C47C6;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .c-btnlink {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-btnlink:visited {
  color: #5C47C6;
}
.c-btnlink:hover {
  color: #877BCA;
  border-color: #877BCA;
}
.c-btnlink._align_right {
  margin-right: 0;
}
.c-btnlink._align_left {
  margin-left: 0;
}

.c-block {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .c-block {
    flex-direction: row;
    column-gap: 32px;
  }
}
.c-block._three {
  column-gap: 24px;
}
@media (min-width: 1024px) {
  .c-block._left-small {
    column-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .c-block._left-small .c-block__column:first-child {
    flex: 0 0 40%;
  }
}
@media (min-width: 1024px) {
  .c-block._left-small .c-block__column:not(:first-child) {
    flex: 1 1 auto;
  }
}
@media (min-width: 1024px) {
  .c-block._right-small {
    column-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .c-block._right-small .c-block__column:first-child {
    flex: 1 1 auto;
  }
}
@media (min-width: 1024px) {
  .c-block._right-small .c-block__column:not(:first-child) {
    flex: 0 0 40%;
  }
}
.c-block__column {
  flex: 1;
}
.c-block__column > * + * {
  margin-top: 5px;
}
.c-block__column > * + .c-heading__column {
  margin-top: 20px;
}
.c-block__column .btnlink {
  width: 100%;
}

.c-box {
  background-color: #EFECFF;
  padding: 16px;
}
@media (min-width: 1024px) {
  .c-box {
    padding: 24px;
  }
}
.c-box > * + * {
  margin-top: 10px;
}
.c-box .c-heading__column {
  display: flex;
}
.c-box .c-heading__column::before {
  content: "";
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #8677D9 0%, #4A3C93 100%);
  margin: 10px 12px 5px 5px;
}
.c-box .c-heading__column + p {
  margin-left: 26px;
}

.youtube-container._center {
  text-align: center;
}
.youtube-container._left {
  text-align: left;
}
.youtube-container._right {
  text-align: right;
}
.youtube-container iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (min-width: 1024px) {
  .youtube-container iframe {
    width: 720px;
  }
}

.movie-container._center {
  text-align: center;
}
.movie-container._left {
  text-align: left;
}
.movie-container._right {
  text-align: right;
}
.movie-container video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .movie-container video {
    width: 720px;
  }
}

.figarojournal-introduction {
  border: 1px solid #D3D3D3;
}
.figarojournal-introduction .heading {
  color: #FFFFFF;
  text-align: center;
  aspect-ratio: 345/190;
  font-weight: 500;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 16px 8px;
  background-image: url(/images/figarojournal/introduction_bg.jpg);
  background-size: cover;
}
@media (min-width: 1024px) {
  .figarojournal-introduction .heading {
    height: 220px;
    font-size: 2.8rem;
    padding-top: 22px;
    background-image: url(/images/figarojournal/introduction_bg_pc.jpg);
  }
}
.figarojournal-introduction .text {
  padding: 16px 24px;
  font-size: 1.4rem;
}
.figarojournal-introduction .text strong {
  color: #4A3C93;
  background-color: transparent !important;
}

.figarojournal-related {
  padding: 24px;
  border: 1px solid #DFDFDF;
  background-color: #F6F6F6;
}
.figarojournal-related .heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.figarojournal-related .list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 560px) {
  .figarojournal-related .list {
    flex-direction: row;
    column-gap: 16px;
    justify-content: center;
  }
}
@media (min-width: 560px) {
  .figarojournal-related .list:has(> :nth-child(4)) {
    column-gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 560px) {
  .figarojournal-related .list:has(> :nth-child(4)) .btnlink {
    width: calc((100% - 32px) / 3);
    margin-right: 0;
    margin-left: 0;
  }
}
.figarojournal-related .btnlink {
  width: 100%;
}
@media (min-width: 768px) {
  .figarojournal-related .btnlink {
    max-width: calc((100% - 32px) / 3);
    margin-right: 0;
    margin-left: 0;
  }
}
.figarojournal-related .btnlink._black {
  color: #333333;
  border-color: #BBBBBB;
  background-image: linear-gradient(180deg, #F2F2F2 0%, #DADADA 100%);
}

@media all and (-ms-high-contrast: none) {
  .site-headtext::before {
    left: calc(50% - 6px);
  }

  .site-headtext::after {
    width: calc((100vw - 960px) / 2 - 9px);
  }

  #home-mainvisual .swiper-button-next,
#home-products .swiper-button-next {
    background-image: url(../images/common/arrow_ie11.png);
    background-size: contain;
    width: 44px;
    height: 44px;
    transform: translate(0%, -50%) scale(-1, 1);
  }

  #home-mainvisual .swiper-button-prev,
#home-products .swiper-button-prev {
    background-image: url(../images/common/arrow_ie11.png);
    background-size: contain;
    width: 44px;
    height: 44px;
    transform: translate(0%, -50%);
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column {
    display: -ms-grid;
    -ms-grid-columns: 1fr 30px 220px;
    -ms-grid-rows: 48px 30px 1fr;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column .page-header {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column .page-content {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column .page-aside {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  #glossary {
    display: -ms-grid;
    -ms-grid-columns: 220px 30px 1fr;
    -ms-grid-rows: 48px 30px 1fr;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  #glossary .page-header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    margin-left: 0;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  #glossary .page-aside {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  #glossary .page-content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
  }
}
@media (min-width: 1024px) {
  .nav-list .link {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .nav-list .sublist > .item._subindex {
    min-height: 28px;
    height: auto;
    max-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .nav-list .sublist .link {
    min-height: 28px;
    height: auto;
    max-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 1024px) {
  .site-search {
    margin-left: 148px;
  }
}

.company .page-title {
  font-weight: bold;
}

.site-footnavigation .nav-list .item:last-child {
  width: 50%;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item:last-child {
    width: auto;
  }
}
.site-footnavigation .nav-list .item:nth-last-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item:nth-last-child(2) {
    border: none;
  }
}
.site-footnavigation .snsicons {
  position: static;
  padding: 20px 15px 18px;
}
@media (min-width: 1024px) {
  .site-footnavigation .snsicons {
    padding: 0;
    position: absolute;
  }
}
.site-footnavigation .snsicons .text {
  margin-left: auto;
}

.site-othernav .list {
  justify-content: space-between;
}

.contact-section .name {
  color: #4A3C93;
  font-size: 2rem;
  font-weight: bold;
}
.contact-section .btnlink._purple {
  color: #FFFFFF;
  border-color: #4d3f8f;
  background-image: linear-gradient(#6857a9, #5c4d9f);
}

#home-bnrs .block {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #home-bnrs .block {
    flex-direction: row;
  }
}
#home-bnrs .bnrlink:nth-child(1) {
  flex: 1;
  width: 100%;
}
#home-bnrs .bnrlink:nth-child(2), #home-bnrs .bnrlink:nth-child(3) {
  flex: 1;
  width: 100%;
  cursor: pointer;
  margin-left: 0;
}
@media (min-width: 1024px) {
  #home-bnrs .bnrlink:nth-child(2), #home-bnrs .bnrlink:nth-child(3) {
    margin-top: 0;
    margin-left: 20px;
  }
}

.topic-entry {
  flex-grow: 1;
}

@media (min-width: 1024px) {
  #productIndex-index .index-list .link:nth-child(1) {
    width: 582px;
  }
}
@media (min-width: 1024px) {
  #productIndex-index .index-list .link:nth-child(2) {
    width: 360px;
  }
}
@media (min-width: 1024px) {
  #productIndex-index .index-list .link + .link {
    margin-left: 18px;
  }
}

#tgs5141 .heading {
  line-height: 1.2;
}
#tgs5141 p {
  line-height: 1.5;
}

#tgs5141-kogataka .flex .heading {
  width: auto;
  font-size: 2.4rem;
  color: #FFFFFF;
}
#tgs5141-kogataka .flex .heading ._orange {
  color: #FFA700;
}
@media (min-width: 1024px) {
  #tgs5141-kogataka .flex .heading {
    font-size: 3rem;
  }
}

#tgs5141-kanou .heading {
  font-size: 2.4rem;
  max-width: none;
}
@media (min-width: 1024px) {
  #tgs5141-kanou .heading {
    font-size: 3rem;
    text-align: center;
  }
}

#tgs5141-jumyou .heading {
  font-size: 2.4rem;
  color: #FFFFFF;
  width: auto;
}
@media (min-width: 1024px) {
  #tgs5141-jumyou .heading {
    font-size: 3rem;
  }
}
#tgs5141-jumyou .text {
  margin-top: 40px;
}

#tgs5141-mirai h2.heading .title {
  margin-top: 0;
  width: 315px;
}
@media (min-width: 1024px) {
  #tgs5141-mirai h2.heading .title {
    width: 568px;
  }
}

#tgs5141-tanshuku .heading {
  font-size: 2.4rem;
  color: #7C3C1F;
}
@media (min-width: 1024px) {
  #tgs5141-tanshuku .heading {
    font-size: 3rem;
  }
}
#tgs5141-tanshuku .heading .small {
  font-size: 0.9rem;
}

#tgs5141-tairyou .heading {
  font-size: 2.4rem;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  #tgs5141-tairyou .heading {
    font-size: 3rem;
  }
}
#tgs5141-tairyou .text {
  margin-top: 15px;
}
#tgs5141-tairyou .img {
  margin-top: 20px;
}

#tgs5141-tekigou .heading {
  font-size: 2.1rem;
}
@media (min-width: 1024px) {
  #tgs5141-tekigou .heading {
    font-size: 3rem;
  }
}

#tgs5141-henka .heading {
  font-size: 2.4rem;
  color: #26455E;
}
@media (min-width: 1024px) {
  #tgs5141-henka .heading {
    font-size: 3rem;
  }
}

#tgs5141-kuwashiku .heading {
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  #tgs5141-kuwashiku .heading {
    font-size: 3rem;
    max-width: none;
    text-align: center;
  }
}

#tgs5141-sonota {
  padding-top: 50px;
}
#tgs5141-sonota .heading {
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  #tgs5141-sonota .heading {
    font-size: 3rem;
    width: auto;
    text-align: center;
  }
}

#tgs5141-contact .name {
  color: #4A3C93;
  font-size: 2rem;
  font-weight: bold;
}
#tgs5141-contact .btnlink._purple {
  color: #FFFFFF;
  border-color: #4d3f8f;
  background-image: linear-gradient(#6857a9, #5c4d9f);
}

#tgs4260 .page-header {
  overflow: hidden;
}
@media (min-width: 1024px) {
  #tgs4260 .page-title img {
    width: auto;
    margin-left: -220px;
  }
}
#tgs4260 .blue {
  color: #005DB0;
  font-weight: bold;
}
#tgs4260 .link {
  color: #005DB0;
  font-weight: bold;
}
#tgs4260 .link:hover {
  text-decoration: none;
}
#tgs4260.product-feature .dataset {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  #tgs4260.product-feature .dataset {
    margin-top: 35px;
  }
}
#tgs4260.product-feature .data {
  position: relative;
}
#tgs4260.product-feature .data + .data {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #tgs4260.product-feature .data + .data {
    margin-top: 0;
  }
}
#tgs4260.product-feature .data .shoulder {
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 2rem;
  width: 100%;
  color: #005DB0;
}
@media (min-width: 1024px) {
  #tgs4260.product-feature .data .shoulder {
    top: -40px;
    font-size: 2.3rem;
    text-align: center;
  }
}
#tgs4260.product-feature .data .heading {
  color: #FFFFFF;
  background-color: #005DAA;
  font-size: 1.8rem;
  position: relative;
}
@media (min-width: 1024px) {
  #tgs4260.product-feature .data .heading {
    font-size: 2rem;
    text-align: center;
  }
}
#tgs4260.product-feature .data .heading .coming {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.4rem;
  background-color: #FFFFFF;
  color: #005DB0;
  padding: 0 8px;
}
@media (min-width: 1024px) {
  #tgs4260.product-feature .data .heading .coming {
    font-size: 1.6rem;
  }
}
#tgs4260 .block {
  margin-top: 50px;
}
#tgs4260 .block .heading {
  font-size: 1.8rem;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #tgs4260 .block .heading {
    font-size: 2rem;
  }
}
#tgs4260 .block .stack {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 1024px) {
  #tgs4260 .block .stack {
    display: none;
  }
}
#tgs4260 .block .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#tgs4260 .block .btns .text {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  #tgs4260 .block .btns .text {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
#tgs4260 .block .btns .btnlink {
  margin-top: 5px;
  width: 265px;
}
#tgs4260 .dl dt {
  color: #FFFFFF;
  font-size: 1.6rem;
  background-color: #aca9cb;
  border: 1px solid #ACA9CB;
  padding: 0.33em 1em;
}
#tgs4260 .dl dd {
  font-size: 1.8rem;
  border: 1px solid #ACA9CB;
  padding: 0.75em 1em;
}
#tgs4260 .dl .flex {
  flex-direction: column;
}
#tgs4260 .dl .flex .btnlink + .name {
  margin-top: 10px;
}
#tgs4260 .table {
  margin-top: 15px;
}
#tgs4260 .table:not(:first-of-type) th {
  display: none;
}
#tgs4260 .table th {
  color: #FFFFFF;
  font-size: 1.6rem;
  background-color: #aca9cb;
  border: 1px solid #ACA9CB;
  text-align: center;
}
#tgs4260 .table th:first-child {
  border-right: 1px solid #FFFFFF;
  width: 15%;
}
#tgs4260 .table th:not(:first-child) {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#tgs4260 .table th:last-child {
  border-right: 1px solid #ACA9CB;
}
#tgs4260 .table th:nth-child(4) {
  width: 17%;
}
#tgs4260 .table td {
  font-size: 1.6rem;
  border: 1px solid #ACA9CB;
  padding: 0.75em 1em;
}
#tgs4260 .table td:nth-child(1), #tgs4260 .table td:nth-child(4) {
  text-align: center;
}
#tgs4260 .table .flex {
  flex-direction: column;
}
#tgs4260 .table .flex .btnlink + .name {
  margin-top: 10px;
}
#tgs4260 .table .btnlink {
  width: 220px;
  height: 35px;
}

#fcm2630 .section-title {
  padding-right: 10px;
  padding-left: 10px;
}
#fcm2630 .btnlink._arrow::before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}

#fcm2630-intro .page-title .sub {
  color: #5A5CA3;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
@media (min-width: 1024px) {
  #fcm2630-intro .page-title .sub {
    font-size: 2.1rem;
  }
}
#fcm2630-intro .list {
  max-width: 894px;
}

#fcm2630-feature .list + .btnlink {
  padding: 0 20px;
  line-height: 1.2;
  width: auto;
  max-width: 320px;
  height: 56px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .text + .text {
    max-width: none;
  }
}

#fcm2630-optimum .spec tbody td:first-child {
  white-space: inherit;
}
#fcm2630-optimum .text + .text {
  margin-top: 20px;
}

#fcm2630-warming .text + .text {
  margin-top: 20px;
}

#fcm2630-related .name {
  color: #4A3C93;
  font-size: 2rem;
  font-weight: bold;
}
#fcm2630-related .btnlink._purple {
  color: #FFFFFF;
  border-color: #4d3f8f;
  background-image: linear-gradient(#6857a9, #5c4d9f);
}

#combustibleGasSensors .page-content {
  margin-top: 0;
}
#combustibleGasSensors .heading {
  line-height: 1.2;
}
#combustibleGasSensors p {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  #combustibleGasSensors .section-content {
    max-width: 880px;
  }
}

#combustibleGasSensors-mainvisual {
  padding: 0;
  background-image: url(../images/product/feature/gas/mainimg-bg.jpg);
  background-repeat: repeat-x;
}
#combustibleGasSensors-mainvisual .section-content {
  max-width: 1080px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-mainvisual .page-title {
    height: 420px;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  #combustibleGasSensors-mainvisual .page-title img {
    object-fit: cover;
    height: 420px;
  }
}

#combustibleGasSensors-choice {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/gas/shadow.jpg);
  background-position: center top;
  background-size: 100%;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-choice {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}
#combustibleGasSensors-choice h2.heading {
  max-width: 341px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-choice h2.heading {
    max-width: 880px;
  }
}
#combustibleGasSensors-choice .img {
  margin-top: 20px;
}
#combustibleGasSensors-choice .flex {
  margin-top: 10px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-choice .flex {
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
  }
}
#combustibleGasSensors-choice .flex .list {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-choice .flex .list {
    margin-top: 0;
    margin-left: 20px;
  }
}
#combustibleGasSensors-choice .flex .list .item {
  display: flex;
}
#combustibleGasSensors-choice .flex .list .item + .item {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-choice .flex .list .item + .item {
    margin-top: 5px;
  }
}
#combustibleGasSensors-choice .flex .list .item::before {
  content: "";
  display: block;
  margin-right: 5px;
  margin-top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  background-color: #E2DFF0;
}
#combustibleGasSensors-choice .flex .btnlink {
  margin-top: 30px;
  font-size: 1.6rem;
}
#combustibleGasSensors-choice .flex .btnlink::before {
  content: "";
  background-image: url(../images/common/mail-icon.svg);
  width: 35px;
  height: 30px;
  background-size: contain;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-choice .flex .btnlink {
    font-size: 2.2rem;
  }
}

#combustibleGasSensors-alarm {
  background-color: #E9EFF8;
  padding-top: 30px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/gas/alarm-bg.jpg);
  background-position: center top;
  background-size: 100%;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-alarm {
    padding-top: 67px;
    padding-bottom: 37px;
  }
}
#combustibleGasSensors-alarm h2.heading {
  max-width: 339px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-alarm h2.heading {
    max-width: 535px;
  }
}
#combustibleGasSensors-alarm .flex {
  margin-top: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-alarm .flex {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  #combustibleGasSensors-alarm .flex .img {
    width: 361px;
    margin-right: 50px;
  }
}
#combustibleGasSensors-alarm .flex .heading {
  margin-top: 30px;
  font-size: 1.8rem;
  color: #364D70;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-alarm .flex .heading {
    margin-top: 0;
  }
}
#combustibleGasSensors-alarm .flex .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-alarm .flex .text {
    width: 420px;
  }
}

#combustibleGasSensors-spec {
  padding-top: 30px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/gas/spec-bg.jpg);
  background-position: center top;
  background-size: cover;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-spec {
    padding-top: 77px;
    padding-bottom: 67px;
  }
}
#combustibleGasSensors-spec h2.heading {
  max-width: 326px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-spec h2.heading {
    max-width: 880px;
  }
}
#combustibleGasSensors-spec .flex {
  margin-top: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-spec .flex {
    margin-top: 30px;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  #combustibleGasSensors-spec .flex .img {
    width: 420px;
  }
}
#combustibleGasSensors-spec .flex .txtgroup {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-spec .flex .txtgroup {
    margin-top: 0;
    margin-left: 40px;
    width: 460px;
  }
}
#combustibleGasSensors-spec .flex .txtgroup .heading {
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  color: #555555;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-spec .flex .txtgroup .heading {
    font-size: 2rem;
  }
}
#combustibleGasSensors-spec .flex .txtgroup .heading + .text {
  margin-top: 5px;
}
#combustibleGasSensors-spec .flex .txtgroup .heading::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #555555;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-spec .flex .txtgroup .text {
    margin-right: 50px;
  }
}
#combustibleGasSensors-spec .flex .txtgroup .text + .heading {
  margin-top: 20px;
}
#combustibleGasSensors-spec .flex .text {
  margin-top: 10px;
}

#combustibleGasSensors-process {
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/gas/process-bg.jpg);
  background-position: center top;
  background-repeat: repeat;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-process {
    background-image: url(../images/product/feature/gas/process-bg_pc.jpg);
    background-size: 1400px;
    padding-top: 65px;
    padding-bottom: 46px;
  }
}
#combustibleGasSensors-process h2.heading {
  max-width: 345px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-process h2.heading {
    max-width: 687px;
  }
}
#combustibleGasSensors-process .flex {
  margin-top: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-process .flex {
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  #combustibleGasSensors-process .flex .item {
    max-width: 390px;
  }
}
#combustibleGasSensors-process .flex .item + .item {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-process .flex .item + .item {
    margin-top: 0;
    margin-left: 100px;
  }
}
#combustibleGasSensors-process .flex .text {
  margin-top: 20px;
}

#combustibleGasSensors-for {
  padding-top: 30px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/gas/for-bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-for {
    padding-top: 57px;
    padding-bottom: 67px;
  }
}
#combustibleGasSensors-for h2.heading {
  max-width: 295px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-for h2.heading {
    max-width: 421px;
    margin-left: 0;
  }
}
#combustibleGasSensors-for .grid {
  display: grid;
}
#combustibleGasSensors-for .grid .heading {
  grid-row: 1;
  grid-column: 1;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-for .grid .heading {
    grid-row: 1;
    grid-column: 1;
    margin-top: 40px;
  }
}
#combustibleGasSensors-for .grid .text {
  margin-top: 20px;
  grid-row: 3;
  grid-column: 1;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-for .grid .text {
    grid-row: 2;
    grid-column: 1;
    max-width: 420px;
    margin-top: 0;
  }
}
#combustibleGasSensors-for .grid .img {
  margin-top: 20px;
  grid-row: 2;
  grid-column: 1;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-for .grid .img {
    grid-row: 1/3;
    grid-column: 2;
    margin-top: 0;
  }
}

#combustibleGasSensors-detectors {
  padding-top: 30px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/gas/shadow.jpg);
  background-position: center top;
  background-size: 100%;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-detectors {
    padding-top: 72px;
    padding-bottom: 60px;
  }
}
#combustibleGasSensors-detectors h2.heading {
  max-width: 324px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-detectors h2.heading {
    max-width: 775px;
  }
}
#combustibleGasSensors-detectors table {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-detectors table {
    margin-top: 40px;
    width: 100%;
  }
}
#combustibleGasSensors-detectors table th,
#combustibleGasSensors-detectors table td {
  border: 2px solid #FFFFFF;
  text-align: center;
}
#combustibleGasSensors-detectors table th:first-child,
#combustibleGasSensors-detectors table td:first-child {
  text-align: left;
  white-space: nowrap;
}
#combustibleGasSensors-detectors table thead th {
  white-space: nowrap;
}
#combustibleGasSensors-detectors table thead th:first-child {
  font-size: 1.8rem;
}
#combustibleGasSensors-detectors table .col1 {
  color: #FFFFFF;
  background-color: #8E8E8E;
}
#combustibleGasSensors-detectors table .col2 {
  color: #FFFFFF;
  background-color: #727272;
}
#combustibleGasSensors-detectors table .img {
  padding: 0;
}
#combustibleGasSensors-detectors table img {
  width: auto;
}
#combustibleGasSensors-detectors table tbody th {
  background-color: #CFCFCF;
}
#combustibleGasSensors-detectors table tbody td {
  background-color: #DCDBDB;
}
#combustibleGasSensors-detectors table tbody .bg-2 th {
  background-color: #E0E0E0;
}
#combustibleGasSensors-detectors table tbody .bg-2 td {
  background-color: #E9E9E9;
}
#combustibleGasSensors-detectors .list {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-detectors .list .item + .item {
    margin-top: 10px;
  }
}
#combustibleGasSensors-detectors sup {
  font-size: 100%;
}

#combustibleGasSensors-design {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/gas/design.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-design {
    padding-top: 75px;
    padding-bottom: 70px;
    background-image: url(../images/product/feature/gas/design_pc.jpg);
  }
}
#combustibleGasSensors-design h2.heading {
  max-width: 245px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-design h2.heading {
    max-width: 449px;
    margin-left: 0;
  }
}
#combustibleGasSensors-design .flex {
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-design .flex {
    flex-direction: row;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  #combustibleGasSensors-design .flex + .flex {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  #combustibleGasSensors-design .flex .item {
    max-width: 410px;
  }
}
#combustibleGasSensors-design .flex .item + .item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-design .flex .item + .item {
    margin-top: 0;
    margin-left: 50px;
  }
}
@media (min-width: 1024px) {
  #combustibleGasSensors-design .flex .img {
    margin-left: -35px;
  }
}
#combustibleGasSensors-design .flex .img img {
  width: auto;
}
#combustibleGasSensors-design .flex .heading {
  font-size: 1.6rem;
}
#combustibleGasSensors-design .flex .text {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-design .flex .text._narrow {
    max-width: 360px;
  }
}

#combustibleGasSensors-support {
  padding-top: 35px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-support {
    padding-top: 65px;
    padding-bottom: 54px;
  }
}
#combustibleGasSensors-support h2.heading {
  max-width: 322px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-support h2.heading {
    max-width: 566px;
  }
}
#combustibleGasSensors-support .flex {
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-support .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #combustibleGasSensors-support .flex .item {
    width: 420px;
  }
}
#combustibleGasSensors-support .flex .item + .item {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-support .flex .item + .item {
    margin-top: 0;
    margin-left: 70px;
  }
}
#combustibleGasSensors-support .flex .heading {
  font-size: 1.6rem;
  color: #4A3C93;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-support .flex .heading {
    text-align: center;
    font-size: 2rem;
  }
}
#combustibleGasSensors-support .flex .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-support .flex .img img {
    height: 194px;
    width: auto;
  }
}

#combustibleGasSensors-faq {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/gas/faq-bg.jpg);
  background-position: center top;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-faq {
    padding-top: 65px;
    padding-bottom: 54px;
    background-size: 1400px;
    background-image: url(../images/product/feature/gas/faq-bg_pc.jpg);
  }
}
#combustibleGasSensors-faq h2.heading {
  max-width: 54px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-faq h2.heading {
    max-width: 80px;
    margin-left: 0;
  }
}
#combustibleGasSensors-faq .faq-list {
  margin-top: 25px;
}
#combustibleGasSensors-faq .faq-list dl {
  border: 1px solid #ccc;
  cursor: pointer;
  background: #FAFAFA;
  margin-top: -1px;
}
#combustibleGasSensors-faq .faq-list dl:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-faq .faq-list dl:not(:first-child) {
    margin-top: -1px;
  }
}
#combustibleGasSensors-faq .faq-list dl.is-open {
  border-bottom: 2px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-faq .faq-list dl.is-open {
    margin: -1px 0 0 0;
  }
}
#combustibleGasSensors-faq .faq-list dl.is-open dt {
  color: #333333;
}
#combustibleGasSensors-faq .faq-list dl.is-open dt span {
  background: url(../images/faq/common/faq-close.svg) right no-repeat;
}
#combustibleGasSensors-faq .faq-list dt {
  background: url(../images/faq/common/faq-q.svg) 17px center no-repeat;
  color: #504493;
  padding: 13px 20px 13px 63px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-faq .faq-list dt {
    font-size: 1.6rem;
  }
}
#combustibleGasSensors-faq .faq-list dt span {
  display: block;
  padding-right: 20px;
  background: url(../images/faq/common/faq-open.svg) right no-repeat;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-faq .faq-list dt span {
    padding-right: 10px;
  }
}
#combustibleGasSensors-faq .faq-list dd {
  display: none;
  background: url(../images/faq/common/faq-a.svg) 17px top no-repeat;
  padding: 8px 63px 15px 63px;
  word-break: break-all;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-faq .faq-list dd {
    background: url(../images/faq/common/faq-a.svg) 40px 6px no-repeat;
    padding: 8px 60px 15px 85px;
  }
}

#combustibleGasSensors-contact {
  padding-top: 35px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#combustibleGasSensors-contact .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-contact .flex {
    flex-direction: row;
  }
}
#combustibleGasSensors-contact .flex .btnlink + .btnlink {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #combustibleGasSensors-contact .flex .btnlink + .btnlink {
    margin-top: 0;
  }
}
#combustibleGasSensors-contact .flex .btnlink._purple {
  color: #FFFFFF;
  border-color: #4d3f8f;
  background-image: linear-gradient(#6857a9, #5c4d9f);
}
#combustibleGasSensors-contact .flex .btnlink._arrow::before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}

#product-swiper .product-card._development::after {
  content: "Coming soon";
}
#product-swiper .product-card._tgs4260::after {
  width: 50px;
  right: 39px;
  top: 73px;
  line-height: 1.2;
  text-align: center;
  padding: 3px 5px;
}
@media (min-width: 1024px) {
  #product-swiper .product-card._tgs4260::after {
    width: 80px;
    right: 23px;
    top: 93px;
    line-height: 1.6;
    padding: 0 5px;
  }
}
#product-swiper .product-card._fcm-series .name {
  line-height: 1.8rem;
}
#product-swiper .product-card._fcm-series .img {
  margin-top: 22px;
}
#product-swiper .product-card._em26aqs .name {
  line-height: 1.8rem;
}
#product-swiper .product-card._em26aqs .img img {
  height: 95px;
}
#product-swiper .product-card._em7000 .name {
  line-height: 1.8rem;
}
#product-swiper .product-card._em7000 .img img {
  height: 95px;
}

#cdm7162 .feature-section._lightgray {
  background-color: #d7d6d6;
}
#cdm7162 .btnlink._arrow::before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}

#cdm7162-intro {
  padding-bottom: 330px;
  background-image: url(../images/product/feature/cdm7162/intro_img.png), url(../images/product/feature/cdm7162/intro_bg.png);
  background-position: bottom 55px center, center center;
  background-size: 242px, cover;
}
@media (min-width: 1024px) {
  #cdm7162-intro {
    padding-top: 72px;
    padding-bottom: 72px;
    background-image: url(../images/product/feature/cdm7162/intro_bg_pc.jpg);
    background-position: center top;
    background-size: 1400px;
  }
}

#cdm7162-feature01.feature-section .section-header .heading {
  width: 185px;
}
#cdm7162-feature01 .data td img {
  object-fit: contain;
}

#cdm7162-feature02.feature-section .section-header .heading {
  width: 190px;
}

#cdm7162-feature03.feature-section .section-header .heading {
  width: 190px;
}

#cdm7162-support.feature-section .section-header .heading {
  width: 213px;
}

#cdm7162-usage.feature-section .section-header .heading {
  width: 157px;
}

#cdm7162-feature04.feature-section .section-header .heading {
  width: 190px;
}

#cdm7162-supply.feature-section .section-header .heading {
  width: 344px;
}

#cdm7162-contact .name {
  color: #4A3C93;
  font-size: 2rem;
  font-weight: bold;
}
#cdm7162-contact .btnlink._purple {
  color: #FFFFFF;
  border-color: #4d3f8f;
  background-image: linear-gradient(#6857a9, #5c4d9f);
}

@media (min-width: 1024px) {
  .notice .pagetitle small {
    margin-left: 100px;
  }
}

@media (min-width: 1024px) {
  #em7000 .data .heading {
    padding: 5px 15px;
  }
}
@media (min-width: 1024px) {
  #em7000 .data._feature .heading {
    height: 48px;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #em7000 .data._example .heading {
    height: 48px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
}

.lithiumionbattery-page .section-header .heading {
  line-height: 1.4;
}

#lithiumionbattery .text {
  line-height: 1.75;
}

@media (min-width: 560px) {
  #lithiumionbattery-mainvisual .group {
    padding-top: 50px;
  }
}
#lithiumionbattery-mainvisual .heading {
  max-width: 320px;
}
@media (min-width: 560px) {
  #lithiumionbattery-mainvisual .heading {
    max-width: 960px;
  }
}
#lithiumionbattery-mainvisual .text {
  max-width: 960px;
}
@media (min-width: 1024px) {
  #lithiumionbattery-mainvisual .text {
    font-size: 1.4rem;
  }
}

#lithiumionbattery-dangers .text,
#lithiumionbattery-dangers .kome {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #lithiumionbattery-dangers .kome {
    margin-left: 100px;
  }
}
#lithiumionbattery-dangers .grid .text {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #lithiumionbattery-dangers .grid .text {
    margin-top: 0;
  }
}
#lithiumionbattery-dangers .flex .group:nth-child(2) .subheading {
  font-size: 1.5rem;
}
#lithiumionbattery-dangers .flex .subheading {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lithiumionbattery-dangers .flex .img video {
  border: none;
}
@media (min-width: 560px) {
  #lithiumionbattery-dangers .flex .img video {
    height: 255px;
  }
}

#lithiumionbattery-gases .subheading {
  text-align: left;
}
#lithiumionbattery-gases .text {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
#lithiumionbattery-gases .list .item {
  font-size: 1.5rem;
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .box .term {
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .box .term:nth-child(1) {
    font-size: 1.6rem;
  }
}
@media (min-width: 560px) {
  #lithiumionbattery-gases .flex .img {
    width: 334px;
    flex-shrink: 0;
  }
}

#lithiumionbattery-application .text {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
#lithiumionbattery-application .list .item:nth-child(1) .subheading {
  font-size: 1.1rem;
}
@media (min-width: 560px) {
  #lithiumionbattery-application .list .item:nth-child(1) .subheading {
    font-size: 1.4rem;
  }
}
#lithiumionbattery-application .list .subheading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  line-height: 1.3;
}

#lithiumionbattery-product .text {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #lithiumionbattery-product .block .subheading {
    font-size: 1.8rem;
  }
}

@media (min-width: 560px) {
  #lithiumionbattery-example .section-header .heading {
    font-size: 3.8rem;
  }
}
#lithiumionbattery-example .block {
  padding-right: 30px;
  padding-left: 20px;
}
#lithiumionbattery-example .subheading {
  flex-direction: column;
  align-items: flex-start;
}
#lithiumionbattery-example .subheading .sub {
  font-size: 1.2rem;
  column-gap: 3px;
}
@media (min-width: 560px) {
  #lithiumionbattery-example .subheading .sub {
    column-gap: 10px;
    font-size: 1.5rem;
  }
}
#lithiumionbattery-example .subheading .sub::before, #lithiumionbattery-example .subheading .sub::after {
  width: 10px;
}
@media (min-width: 560px) {
  #lithiumionbattery-example .subheading .sub::before, #lithiumionbattery-example .subheading .sub::after {
    width: 15px;
  }
}
@media (min-width: 560px) {
  #lithiumionbattery-example .flex {
    column-gap: 40px;
  }
}
#lithiumionbattery-example ul.list > .item {
  align-items: flex-start;
}
#lithiumionbattery-example ul.list > .item::before {
  margin-top: 5px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  #lithiumionbattery-example .text:not(:last-child) {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }
}

.em26aqs-page .float-box .link {
  row-gap: 8px;
  padding-right: 20px;
}
@media (min-width: 560px) {
  .em26aqs-page .float-box .link {
    display: flex;
    padding-right: 12px;
  }
}
.em26aqs-page .float-box .link .contact::after {
  right: -16px;
  top: 54px;
}
@media (min-width: 560px) {
  .em26aqs-page .float-box .link .contact::after {
    position: absolute;
    right: 10px;
    top: 39px;
  }
}
.em26aqs-page .float-box .link .name {
  margin-left: -5px;
}

#em26aqs-mainvisual .heading {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1024px) {
  #em26aqs-mainvisual .heading {
    width: 842px;
  }
}
@media (min-width: 1024px) {
  #em26aqs-mainvisual .sensor {
    top: 123px;
  }
}
#em26aqs-mainvisual .sensor .img:nth-child(2) {
  min-width: 77px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  #em26aqs-mainvisual .sensor .img:nth-child(2) {
    width: 176px;
    margin-top: 20px;
    margin-right: 0;
  }
}
@media (min-width: 560px) {
  #em26aqs-mainvisual .list {
    margin-top: 25px;
  }
}
#em26aqs-mainvisual .list .item {
  align-items: flex-start;
  font-size: 1.3rem;
}
@media (min-width: 560px) {
  #em26aqs-mainvisual .list .item {
    font-size: 1.8rem;
  }
}
#em26aqs-mainvisual .list .item::before {
  transform: translateY(5px);
}
#em26aqs-mainvisual .list .item strong {
  margin-right: 0.3em;
}
#em26aqs-mainvisual .kome {
  font-size: 1.2rem;
}
@media (min-width: 560px) {
  #em26aqs-mainvisual .kome {
    font-size: 1.4rem;
  }
}
@media (min-width: 560px) {
  #em26aqs-mainvisual .text {
    max-width: 555px;
  }
}

#em26aqs-pcapp .grid .icon {
  width: 70px;
  text-align: center;
  top: 155px;
}
@media (min-width: 1024px) {
  #em26aqs-pcapp .grid .icon {
    margin-top: 30px;
  }
}
#em26aqs-pcapp .grid .icon img {
  width: 65px;
}
#em26aqs-pcapp .grid .btnlink._arrow {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  #em26aqs-pcapp .grid .btnlink._arrow {
    margin-top: 45px;
  }
}
#em26aqs-pcapp .list > .item {
  height: auto;
}

#em26aqs-software .btnlink {
  font-size: 1.5rem;
}
@media (min-width: 560px) {
  #em26aqs-software .btnlink {
    font-size: 2rem;
  }
}
#em26aqs-software .section-content .subheading {
  text-align: left;
}
@media (min-width: 560px) {
  #em26aqs-software .section-content .subheading {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 560px) {
  #em26aqs-software .text {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  #em26aqs-sensors .table tbody tr:nth-child(2) {
    height: 250px;
  }
}
#em26aqs-sensors .table tbody td {
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}
#em26aqs-sensors .table tbody td .list li li {
  margin-left: 0.5em;
  text-indent: -0.5em;
}

#tgs8410 .float-box .link {
  row-gap: 8px;
  padding-right: 20px;
}
@media (min-width: 560px) {
  #tgs8410 .float-box .link {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
  }
}
#tgs8410 .float-box .link .contact::after {
  right: -16px;
  top: 54px;
}
@media (min-width: 560px) {
  #tgs8410 .float-box .link .contact::after {
    position: absolute;
    right: 10px;
    top: 63px;
  }
}
#tgs8410 .float-box .link .name {
  margin-left: -5px;
}
#tgs8410 .modal .modal__movie .video {
  width: 100%;
  height: auto;
}
#tgs8410 .about-box .heading {
  width: 295px;
}
@media (min-width: 560px) {
  #tgs8410 .about-box .heading {
    width: auto;
  }
}
#tgs8410 .about-box .btnlink {
  font-size: 1.7rem;
}
#tgs8410 .heading {
  line-height: 1.4;
}

#tgs8410-mainvisual .sensor {
  top: 30px;
}
#tgs8410-mainvisual .box .text {
  font-size: 15px;
}
@media (min-width: 560px) {
  #tgs8410-mainvisual .box .text {
    text-align: left;
    font-size: 24px;
    line-height: 1.4;
  }
}
#tgs8410-mainvisual .box .text .number {
  font-size: 20px;
}
@media (min-width: 560px) {
  #tgs8410-mainvisual .box .text .number {
    font-size: 30px;
  }
}
#tgs8410-mainvisual .box .kome {
  font-size: 12px;
}
@media (min-width: 560px) {
  #tgs8410-mainvisual .box .kome {
    text-align: left;
    font-size: 14px;
  }
}

@media (min-width: 560px) {
  #tgs8410-application .list {
    align-items: flex-start;
  }
}

#tgs8410-figaro .heading .small {
  font-size: 15px;
}
@media (min-width: 560px) {
  #tgs8410-figaro .heading .small {
    font-size: 25px;
  }
}

#tgs8410-global .heading {
  text-align: left;
}

.tgs1820-page .page-header .catch {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1F0B62;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .tgs1820-page .page-header .catch {
    font-size: 2rem;
    width: auto;
    margin-left: 15px;
    letter-spacing: 2px;
  }
}
.tgs1820-page .page-header .eyecatch {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .tgs1820-page .page-header .eyecatch .note {
    margin-left: 20px;
  }
}
.tgs1820-page .page-header .list {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .tgs1820-page .page-header .list .item {
    padding: 20px 10px;
  }
}
@media (min-width: 1024px) {
  .tgs1820-page .page-header .list .description {
    min-height: 45px;
    display: flex;
    align-items: center;
  }
}

#tgs1820-obesity .block:nth-child(1) .box .imgcaption .item:nth-child(1) {
  left: 2%;
}
#tgs1820-obesity .block:nth-child(1) .box .imgcaption .item:nth-child(3) {
  left: 79%;
}
@media (min-width: 560px) {
  #tgs1820-obesity .block:nth-child(3) .heading {
    grid-column: 1/3;
    justify-self: flex-start;
  }
}

#tgs1820-breath .box {
  padding: 0;
  border: none;
}

#tgs1820-about .box {
  padding-bottom: 15px;
}
@media (min-width: 560px) {
  #tgs1820-about .box {
    padding-bottom: 5px;
    padding-right: 5px;
  }
}
#tgs1820-about .box .img:nth-child(2) {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 560px) {
  #tgs1820-about .box .img:nth-child(2) {
    align-items: flex-start;
  }
}
#tgs1820-about .box .img:nth-child(2) .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 15px;
}
#tgs1820-about .box .img:nth-child(2) .formula {
  font-size: 1.2rem;
  margin-top: 5px;
  letter-spacing: 1px;
}
@media (min-width: 560px) {
  #tgs1820-about .box .img:nth-child(2) .formula {
    margin-left: 15px;
  }
}
#tgs1820-about .box .img:nth-child(2) .formula sup {
  font-size: 0.8rem;
}
#tgs1820-about .box .img:nth-child(2) .caption {
  font-size: 1.2rem;
}
#tgs1820-use .block:nth-child(1) .box {
  padding: 0;
}
#tgs1820-use .block:nth-child(1) .box img {
  width: 315px;
}
@media (min-width: 560px) {
  #tgs1820-use .block:nth-child(1) .box img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #tgs1820-use .block:nth-child(1) .box img {
    width: 850px;
  }
}

@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex .block:nth-child(1) {
    max-width: 626.6666666667px;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex .block:nth-child(2) {
    max-width: 313.3333333333px;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex .block:nth-child(2) .heading {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .index-list .title._small {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .principle .tab-section .tab-list .item:nth-child(3) {
    flex-basis: 5%;
  }
}
.principle .tab-section .tab-list .item:nth-child(3) .btnlink {
  font-size: 1.3rem;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .principle .tab-section .tab-list .item:nth-child(3) .btnlink {
    font-size: 1.5rem;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  #principleMostype-description .tab-body .box .group .legend dd {
    width: 75%;
    margin-left: 5%;
  }
}
@media (min-width: 1024px) {
  #principleMostype-description .tab-body .box .group .legend dd::before {
    margin-left: -7px;
  }
}

#principleCatalytic-description .tab-body .flex._space-between .flex-item {
  flex: 1;
}
@media (min-width: 560px) {
  #principleCatalytic-description .tab-body .flex._space-between .flex-item + .flex-item {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  #principleElectrochemical-description .flex .img {
    max-width: 315px;
  }
}
#principleElectrochemical-description .tab-body .img .caption {
  text-align: left;
  text-indent: -4em;
  margin-left: 4em;
}

#challengeCo {
  background-image: url(../images/technicalinfo/co/bg-sp.jpg);
}
@media (min-width: 1024px) {
  #challengeCo {
    background-image: url(../images/technicalinfo/co/bg.jpg);
  }
}
#challengeCo .heading {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  #challengeCo .heading {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  #challengeCo-intro .flex .img {
    flex-shrink: 0;
    max-width: 151px;
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  #challengeCo-intro .flex .txtgroup {
    margin-left: 35px;
  }
}
#challengeCo-intro .flex .txtgroup .heading {
  display: none;
}
@media (min-width: 1024px) {
  #challengeCo-intro .flex .txtgroup .heading {
    display: block;
  }
}
@media (min-width: 1024px) {
  #challengeCo-intro .flex .txtgroup .text {
    margin-left: 0;
    margin-top: 5px;
    max-width: none;
  }
}

#challengeCo-rinen .heading .sub {
  text-indent: -0.85em;
  margin-left: 0.85em;
  display: block;
}

#challengeCo-kateiyou {
  background-image: url(../images/technicalinfo/co/kateiyou-bg-sp.jpg);
}
@media (min-width: 1024px) {
  #challengeCo-kateiyou {
    background-image: url(../images/technicalinfo/co/kateiyou-bg.jpg);
  }
}
#challengeCo-kateiyou .list .btnlink {
  width: 210px;
}

#challengeCo-kurashi {
  background-image: url(../images/technicalinfo/co/kurashi-bg-sp.jpg);
}
@media (min-width: 1024px) {
  #challengeCo-kurashi {
    background-image: url(../images/technicalinfo/co/kurashi-bg.jpg);
  }
}

#challengeH2 .page-header .page-title {
  width: 90%;
}
@media (min-width: 1024px) {
  #challengeH2 .page-header .page-title {
    text-indent: -9999px;
  }
}

#challengeH2-future .block h3 {
  max-width: 498px;
}

#challengeH2-role h2 img {
  width: 100%;
  max-width: 595px;
  display: block;
}

#challengeH2-about h2 {
  max-width: 364px;
}

@media (min-width: 1024px) {
  #challengeH2-contribution .table {
    width: auto;
  }
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table thead th:first-child {
    width: 248px;
  }
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table thead th .flex .item + .item {
    margin-left: 18px;
  }
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table tbody tr:nth-child(1) {
    height: 90px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(2) {
    height: 120px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(3) {
    height: 120px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(4) {
    height: 90px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(5) {
    height: 150px;
  }
  #challengeH2-contribution .table tbody tr:nth-child(6) {
    height: 190px;
  }
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table + .table {
    width: 380px;
  }
}
@media (min-width: 1024px) {
  #challengeH2-contribution .table td .list .item {
    column-gap: 5px;
  }
}
#challengeH2-contribution .mail {
  max-width: 140px;
  vertical-align: middle;
}

.movie .folder .shoulder {
  display: flex;
  line-height: 1.2;
  top: 5px;
  left: 18px;
}
.movie .folder .shoulder .number {
  margin-left: 5px;
}
.movie .tab-section .tab-list .item:nth-child(2) .btnlink {
  padding-left: 30px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .movie .tab-section .tab-list .item:nth-child(2) .btnlink {
    padding-left: 0;
  }
}

.knowledge .btnlink._aqua {
  line-height: 1.2;
}
.knowledge .btnlink sub {
  margin-right: 0.4em;
  margin-left: 0.1em;
}
.knowledge .tab-section .tab-list .item .btnlink {
  font-size: 1.5rem;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .knowledge .tab-section .tab-list .item .btnlink {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.knowledge .tab-section .tab-list .item:nth-child(4) .btnlink {
  padding-left: 0;
}
.knowledge .tab-section .tab-list .item:nth-child(5) .btnlink {
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  #companyIndex .group + .group .index-list:last-of-type .link:last-child {
    width: 307px;
  }
}

#companyOutline .flex {
  flex-direction: column;
}
@media (min-width: 560px) {
  #companyOutline .flex {
    flex-direction: row;
    column-gap: 40px;
  }
}
@media (min-width: 560px) {
  #companyOutline .flex .img {
    order: 2;
    width: 390px;
  }
}
#companyOutline .flex .group {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #companyOutline .flex .group {
    margin-top: 0;
  }
}
#companyOutline .flex .heading {
  font-size: 1.6rem;
}
@media (min-width: 560px) {
  #companyOutline .flex .heading {
    font-size: 1.8rem;
  }
}
#companyOutline .flex .route {
  padding-left: 1em;
}
@media (min-width: 560px) {
  #companyOutline .flex .route {
    padding-left: 2.5em;
  }
}
@media (min-width: 560px) {
  #companyOutline .flex .route .item {
    margin-top: 0.5em;
  }
}
#companyOutline .gmap {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #companyOutline .gmap {
    margin-top: 60px;
  }
}

#companyGroup .list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 560px) {
  #companyGroup .list {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 40px;
  }
}
@media (min-width: 560px) {
  #companyGroup .list .item {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 1024px) {
  #companyGroup .list .item {
    width: calc((100% - 80px) / 3);
  }
}
#companyGroup .list .name {
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: bold;
}
#companyGroup .list .name .link {
  text-decoration: none;
}
@media (min-width: 560px) {
  #companyGroup .list .text {
    margin-top: 5px;
  }
}

.faq .page-title {
  font-weight: bold;
}

#FaqIndex .faq-contact {
  margin-top: 40px;
}
#FaqIndex .faq-contact > * + * {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #FaqIndex .faq-contact > * + * {
    margin-top: 20px;
  }
}
#FaqIndex .faq-contact p {
  font-size: 1.6rem;
  text-align: left;
}
@media (min-width: 560px) {
  #FaqIndex .faq-contact p {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
#FaqIndex .faq-contact .btnlink + p {
  margin-top: 30px;
}
#FaqIndex .faq-contact .link {
  text-align: center;
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 560px) {
  #FaqIndex .faq-contact .link {
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question {
    display: block;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question::before {
    background-image: url(../images/faq/about-figaro/title.png);
    background-size: 269px;
    width: 100%;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question .q {
    border-top: none;
    border-left: 1px solid #D9D7E7;
  }
}

#flow .btnlink._arrow::before {
  content: "";
  width: 6px;
  height: 9px;
  background-size: contain;
  background-image: url(../images/common/link_icon_white.svg);
  margin-right: 5px;
}
#flow .tab-section {
  position: relative;
}
@media (min-width: 1024px) {
  #flow .tab-section {
    margin-top: 40px;
  }
}
#flow .tab-section .tab-content {
  padding-top: 40px;
  display: none;
}
#flow .tab-section .tab-content._active {
  display: block;
}
#flow .tab-section .tab-list {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #flow .tab-section .tab-list {
    width: 45.5%;
  }
}
@media (min-width: 1024px) {
  #flow .tab-section .tab-list._second {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
#flow .tab-section .tab-list .item {
  padding-bottom: 0;
  width: 100%;
  margin-left: 0;
  background-image: none;
}
#flow .tab-section .tab-list .item .btnlink {
  height: 50px;
  line-height: 1.2;
}
#flow .tab-section .tab-body {
  background-color: transparent;
  border: none;
  padding: 0;
}
#flow .tab-section .tab-body h2 {
  border: none;
  color: #333333;
  font-size: 2.1rem;
  text-align: center;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  #flow .tab-section .tab-body h2 {
    font-size: 3rem;
  }
}
#flow .tab-section .tab-body h3 {
  color: #333333;
}
#flow .tab-section .tab-body h3::before {
  display: none;
}
#flow .tab-section .tab-body .note {
  font-size: 1.2rem;
}
#flow .tab-section .tab-body .list {
  margin-top: 20px;
}
#flow .tab-section .tab-body .block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #flow .tab-section .tab-body .block {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #flow .tab-section .tab-body .block .btnlink + .btnlink {
    margin-left: 30px;
  }
}

#flow-step .box .body {
  position: relative;
}
#flow-step .box .body + .body {
  margin-top: 15px;
}
#flow-step .box .body h3.heading {
  align-items: flex-start;
}
#flow-step .box .body .number {
  position: absolute;
  left: -56px;
  top: 12px;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  color: #FFFFFF;
  background-color: #4A3C93;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#flow-step .box .body .number::after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #4A3C93;
  position: absolute;
  left: 30px;
  top: 14px;
}
#flow-step .box._customer .number {
  background-color: #1181DE;
}
#flow-step .box._customer .number::after {
  background-color: #1181DE;
}
#flow-step .block._noborder {
  border: none;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  #flow-step .block._noborder {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
#flow-step .block._noborder .btnlink {
  width: 100%;
  max-width: 400px;
  text-align: center;
  line-height: 1.2;
  margin-top: 0;
}
@media (min-width: 1024px) {
  #flow-step #flow-tab-body01 h2 {
    text-align: left;
  }
}
#flow-step #flow-tab-body01 .btnlink {
  margin-top: 20px;
  width: auto;
  max-width: 400px;
}
#flow-step #flow-tab-body01 .btnlink:last-child {
  height: 85px;
}
#flow-step #flow-tab-body02 .list {
  background-position: left 30px bottom -30px, left top 80px;
  background-image: url(../images/flow/arrow.png), linear-gradient(to right, #FFFFFF 30px, #D3D3D3 30px, #D3D3D3 45px, #FFFFFF 45px);
}
@media (min-width: 560px) {
  #flow-step #flow-tab-body02 .list {
    background-position: left 57px bottom -25px, left 27px top 80px;
  }
}
#flow-step #flow-tab-body02 .item {
  padding-bottom: 0;
}
#flow-step #flow-tab-body02 .block {
  margin-top: 30px;
}
#flow-step .item .btnlink em {
  color: #B21120;
}
#flow-step .item._current .btnlink em {
  color: #FFFFFF;
}

#aboutusIndex .heading {
  font-size: 2.8rem;
  line-height: 1.2;
}

#aboutusIndex-lineup .heading {
  font-size: 2.4rem;
  color: #4A3C93;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .heading {
    font-size: 4.2rem;
    color: #333333;
  }
}
#aboutusIndex-lineup .heading .sub {
  font-size: 1.6rem;
  display: block;
  color: #62606B;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .heading .sub {
    font-size: 1.9rem;
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .heading {
    font-size: 4.2rem;
    color: #333333;
  }
}
#aboutusIndex-kaihatsu .heading .sub {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .heading .sub {
    font-size: 2rem;
  }
}
#aboutusIndex-kaihatsu .block .heading {
  color: #4A3C93;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .flex .txtgroup {
    width: 310px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .block .txtgroup {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .block .heading {
    font-size: 2.4rem;
    width: auto;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .block .img {
    margin-left: 30px;
  }
}
#aboutusIndex-kaihatsu .text {
  line-height: 1.4;
}

@media (min-width: 1024px) {
  #aboutusIndex-seisan .heading {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block .heading {
    font-size: 2.2rem;
  }
}

@media (min-width: 1024px) {
  #aboutusIndex-kankaku .flex .txtgroup {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .heading {
    font-size: 3.4rem;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block .heading {
    font-size: 2.2rem;
  }
}

@media (min-width: 1024px) {
  #aboutusIndex-eigyou .block .heading {
    font-size: 2.2rem;
  }
}

#distributorsIndex .heading {
  font-size: 2.8rem;
  line-height: 1.2;
}
#distributorsIndex .page-title {
  color: #4A3C93;
  font-size: 2.4rem;
}
@media (min-width: 560px) {
  #distributorsIndex .page-title {
    font-size: 4.5rem;
  }
}
#distributorsIndex .section {
  margin-top: 50px;
}
#distributorsIndex .section-header {
  position: relative;
}
#distributorsIndex .section-header .heading {
  border-bottom: 2px solid #4A3C93;
  padding-bottom: 10px;
  font-size: 2rem;
  color: #4A3C93;
}
@media (min-width: 1024px) {
  #distributorsIndex .section-header .heading {
    font-size: 2.4rem;
  }
}
#distributorsIndex .section-header .toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #4A3C93;
  border-radius: 2px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #distributorsIndex .section-header .toggle {
    display: none;
  }
}
#distributorsIndex .section-header .toggle::before {
  position: absolute;
  left: 5px;
  top: 11px;
  content: "";
  height: 2px;
  width: 14px;
  background-color: #FFFFFF;
}
#distributorsIndex .section-header .toggle::after {
  position: absolute;
  left: 5px;
  top: 11px;
  content: "";
  height: 2px;
  width: 14px;
  background-color: #FFFFFF;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
#distributorsIndex .section-header .toggle._active::after {
  transform: rotate(0deg);
}
#distributorsIndex .section-content {
  margin-top: 20px;
}
#distributorsIndex table {
  display: none;
}
@media (min-width: 1024px) {
  #distributorsIndex table {
    display: table;
  }
}
#distributorsIndex table._active {
  display: table;
}
#distributorsIndex table th,
#distributorsIndex table td {
  border: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #distributorsIndex table th.col1,
#distributorsIndex table td.col1 {
    width: 230px;
  }
}
@media (min-width: 1024px) {
  #distributorsIndex table th.col2,
#distributorsIndex table td.col2 {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  #distributorsIndex table th.col3,
#distributorsIndex table td.col3 {
    width: 255px;
  }
}
@media (min-width: 1024px) {
  #distributorsIndex table th.col4,
#distributorsIndex table td.col4 {
    width: 120px;
  }
}
#distributorsIndex table th {
  font-weight: normal;
  text-align: center;
  padding: 3px 5px;
}
#distributorsIndex table td {
  font-size: 1.3rem;
  padding: 6px 3px;
}
#distributorsIndex table tr:not(:first-child) td:first-child {
  background-color: #F9F9F9;
}
#distributorsIndex table tr:not(:first-child) td.col2 {
  background-color: #FFFFFF;
}
#distributorsIndex table img {
  width: 32px;
  height: 21px;
  margin-right: 3px;
  display: block;
}
@media (min-width: 560px) {
  #distributorsIndex table img {
    display: inline;
  }
}
#distributorsIndex table a {
  text-decoration: none;
}
#distributorsIndex table a:hover {
  text-decoration: underline;
}
#distributorsIndex table .btnlink {
  width: auto;
  height: auto;
  box-shadow: none;
  background-image: linear-gradient(135deg, #636363, #777777);
  color: #FFFFFF;
  border-radius: 10px;
  font-size: 1.2rem;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  #distributorsIndex table .btnlink {
    border-radius: 4px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
#distributorsIndex table .btnlink::before {
  content: "";
  background-image: url(../images/distributors/icon.svg);
  width: 8px;
  height: 12px;
  display: block;
  margin-right: 5px;
}

#distributorsIndex-areamap .img._sp {
  display: block;
}
@media (min-width: 1024px) {
  #distributorsIndex-areamap .img._sp {
    display: none;
  }
}
#distributorsIndex-areamap .img._pc {
  display: none;
}
@media (min-width: 1024px) {
  #distributorsIndex-areamap .img._pc {
    display: block;
  }
}
#distributorsIndex-areamap .map {
  position: relative;
}
#distributorsIndex-areamap .map .box {
  background-color: #F4F4F4;
  padding: 18px 15px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #distributorsIndex-areamap .map .box {
    position: absolute;
    right: 75px;
    top: 340px;
    margin-top: 0;
    padding: 15px 10px;
    background-color: transparent;
    width: 300px;
  }
}
#distributorsIndex-areamap .map .box .text {
  font-weight: bold;
}

#distributorsIndex-list {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #distributorsIndex-list {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #distributorsIndex-list .tab-list {
    display: none;
  }
}
#distributorsIndex-list .tab-list .btnlink::before {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
}
#distributorsIndex-list .box {
  margin-top: 40px;
  padding: 20px 15px;
  background-color: #F4F4F4;
  border: 1px solid #BBBBBB;
}
@media (min-width: 1024px) {
  #distributorsIndex-list .box {
    margin-top: 0;
    display: flex;
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  #distributorsIndex-list .box .text {
    font-size: 1.6rem;
  }
}
#distributorsIndex-list .box .btnlink {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: normal;
  text-shadow: 3px 3px 3px #666666;
  background-image: linear-gradient(to bottom, #777777, #636363);
}
@media (min-width: 1024px) {
  #distributorsIndex-list .box .btnlink {
    width: 370px;
    flex-shrink: 0;
    margin-left: 30px;
  }
}
#distributorsIndex-list .box .btnlink::before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}

#distributorsIndex-other .box {
  margin-top: 40px;
  padding: 20px 15px;
  background-color: #F4F4F4;
  border: 1px solid #BBBBBB;
}
@media (min-width: 1024px) {
  #distributorsIndex-other .box {
    display: flex;
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  #distributorsIndex-other .box .text {
    font-size: 1.6rem;
  }
}
#distributorsIndex-other .box .btnlink {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: normal;
  text-shadow: 3px 3px 3px #666666;
  background-image: linear-gradient(to bottom, #777777, #636363);
}
@media (min-width: 1024px) {
  #distributorsIndex-other .box .btnlink {
    width: 370px;
    flex-shrink: 0;
    margin-left: 30px;
  }
}
#distributorsIndex-other .box .btnlink::before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}
@media (min-width: 1024px) {
  #distributorsIndex-other table th.col2 {
    width: 605px;
  }
}

#Privacy .pagetitle {
  font-weight: bold;
}
#Privacy .heading {
  font-size: 1.6rem;
  font-weight: normal;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  border-top: 2px solid #504391;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 1px 0px #CCCCCC;
  margin-bottom: 30px;
}
#Privacy .lead {
  margin-left: 20px;
}
#Privacy .email {
  margin-top: 0;
  height: 15px;
  width: auto;
  vertical-align: middle;
}
#Privacy .email2 {
  margin-top: 0;
  height: 15px;
  width: auto;
  vertical-align: middle;
}
#Privacy .email3 {
  margin-top: 0;
  height: 14px;
  width: auto;
  vertical-align: middle;
}
#Privacy dd div {
  font-style: italic;
}
#Privacy dd ul.list {
  list-style: disc;
  padding-left: 1.5em;
}
#Privacy dd ul.list li {
  margin-left: 0;
  text-indent: 0;
}
#Privacy a {
  word-wrap: break-word;
}

.figarojournal-aside .figarojournal-contact .btnlink {
  max-width: 370px;
  width: auto;
}
@media (min-width: 1024px) {
  .figarojournal-aside .figarojournal-contact .btnlink {
    margin-top: 0;
  }
}

#figarojournalEntry-aside .figarojournal-contact .btnlink {
  max-width: 370px;
}
@media (min-width: 1024px) {
  #figarojournalEntry-aside .figarojournal-contact .btnlink {
    margin-top: 0;
  }
}

@media (min-width: 560px) {
  .figarojournal-related .list:has(> :nth-child(3)) {
    column-gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 560px) {
  .figarojournal-related .list:has(> :nth-child(3)) .btnlink {
    width: calc((100% - 16px) / 2);
    margin-right: 0;
    margin-left: 0;
  }
}
.figarojournal-related .btnlink {
  padding: 10px 16px;
}
@media (min-width: 768px) {
  .figarojournal-related .btnlink {
    max-width: calc((100% - 16px) / 2);
  }
}

/*# sourceMappingURL=style.css.map */
